Author Topic: MP Odwek deployed, logon screen good, no connection  (Read 6078 times)

CMOD_CSSAP

  • Guest
MP Odwek deployed, logon screen good, no connection
« on: May 02, 2011, 05:39:13 PM »
WAS 7, ODWEK 8.5, Windows 2008 64 bit.
ODWEK is installed on D:/IBM/ODWEK
Websphere on D:/IBM/WebSphere/AppServer
odwek deployed an apps under default server server1.

On the login screen(browser), I put my server host, userid/password.
The error I get is
Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet configured for uri: /ArsWWWServlet


I followed this document
https://www-304.ibm.com/support/docview.wss?uid=swg27018545&aid=1

Most probably my ConfigDir is not right (in my case it is D:/IBM/WebSphere/ppServer/profiles/AppSrv01/installedApps/OnDemandWEK.ear/ODWEK.war). Should it be something else?

The websphere system out does not list any error.

[5/2/11 17:27:14:975 PDT] 0000001c CompositionUn A   WSVR0190I: Starting composition unit WebSphere:cuname=ODWEK in BLA WebSphere:blaname=ODWEK.
[5/2/11 17:27:15:053 PDT] 0000001c ApplicationMg A   WSVR0200I: Starting application: ODWEK
[5/2/11 17:27:15:053 PDT] 0000001c ApplicationMg A   WSVR0204I: Application: ODWEK  Application build level: Unknown
[5/2/11 17:27:15:162 PDT] 0000001c webapp        I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: ODWEK Module.
[5/2/11 17:27:15:194 PDT] 0000001c WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/od
[5/2/11 17:27:15:256 PDT] 0000001c webcontainer  I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module ODWEK Module has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[5/2/11 17:27:15:303 PDT] 0000001c ApplicationMg A   WSVR0221I: Application started: ODWEK
[5/2/11 17:27:15:303 PDT] 0000001c CompositionUn A   WSVR0191I: Composition unit WebSphere:cuname=ODWEK in BLA WebSphere:blaname=ODWEK started.
[5/2/11 17:28:24:928 PDT] 00000028 FfdcProvider  I com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on D:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\ffdc\server1_6d4a6d4a_11.05.02_17.28.24.85012512.txt com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest 573

The arswww.ini file has debug in trace level 4, but I don't see a trace file created.

What am I missing?

Thanks



Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
Re: MP Odwek deployed, logon screen good, no connection
« Reply #1 on: May 02, 2011, 11:48:19 PM »
Hello,

I've quickly read the link you provided. This is a how to manual, on how to create the ODWek ear file.

Now, from your description, can I ask you, how did you deploy this ear file in WAS 7?

Cheers,
Alessandro
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

CMOD_CSSAP

  • Guest
Re: MP Odwek deployed, logon screen good, no connection
« Reply #2 on: May 03, 2011, 05:26:54 PM »
Using administrator id on WAS 7 admin console.
Application->Application Type->WebSphere Enterprise Application. Click install, prompts you for your ear file location, Click fast path, then check distribute application, check mbeans for resources, Leave the rest default, click, next next...wait until you see the application deployed successful.
Synchronize node, restart node, app server.(your application should be up and running).
Use browser to get to your url http://hostname:port/od/logon.htm

You will be now given three fields to connect to OD server (OD hostname, admin id, password).
When I put the password and submit, I get the error.

Thanks

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
Re: MP Odwek deployed, logon screen good, no connection
« Reply #3 on: May 03, 2011, 10:54:42 PM »
Thank you.

Ok, I've searched a bit, and found this link (https://www-304.ibm.com/support/docview.wss?uid=swg21448655)
you can inspire from it to correct "Context Root" from your application in WAS.
Don't forget to stop and restart WAS (maybe this is no more needed with WAS 7, but with WAS 6.1 it was!)

Cheers,
Alessandro
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

CMOD_CSSAP

  • Guest
Re: MP Odwek deployed, logon screen good, no connection
« Reply #4 on: May 05, 2011, 07:13:42 PM »
My context root is working fine, which is /od and I get the login screen.
The servlet is not working once I submit use rid/pass.

Thanks

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
Re: MP Odwek deployed, logon screen good, no connection
« Reply #5 on: May 05, 2011, 11:15:23 PM »
I trust you when you say that your context is OK, but then how do you explain that?

Quote
The error I get is
Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet configured for uri: /ArsWWWServlet

You have something point to the context "/ArsWWWServler" and not "/od".

Do you have followed the instruction of this document to install the ODWek.ear :
https://www-304.ibm.com/support/docview.wss?uid=swg27018545&aid=3
??

Because this is the second part of your document to create the ear file, it explains everything on where to find the arswww.ini file, on how to configure the profile in WAS 7 in order to have a working environment, etc... and from reading this document, this is not simply deploy the ear file and play... there are 43 pages of instructions!

Best regards,
Alessandro
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML