• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Not opened for e-business ?

 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I've recently installed WAS5.0 on W2K-SP4. I first installed WAS followed by IBM HTTP Server and then manually configured 'httpd.conf' to include these two lines abt plug-in information,
LoadModule ibm_app_server_http_module C:/IBM/WebSphere/AppServer/bin/mod_ibm_app_server_http.dll
WebSpherePluginConfig C:/IBM/WebSphere/AppServer/config/cells/plugin-cfg.xml
But when I start the WAS, the following msg was printed but can't get any response in browser (using http://localhost:9090/admin or http://localhost:9080/snoop)
******** Console Statements BEGIN *************
ADMU0116I: Tool information is being logged in file
C:\IBM\WebSphere\AppServer\logs\server1\startServer.log
ADMU3100I: Reading configuration for server: server1
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server server1 open for e-business; process id is 2356
******** Console Statements END *************
But Verify Installation in 'First Steps' shows sucessful. And I used 'netstat' but found no ports listening at 9080 or 9090.
HTTP server installation was sucessful and can see the home page of HTTP server.
So is there any other step missing to make WAS working.
Thanks,
Anil
[ October 16, 2003: Message edited by: Anil Vupputuri ]
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Websphere has an internal web server that admin can come from so the second webserver and the plugin configuration may not be important. At the top of the menu list where fist steps is there is another path to the admin console. Does it work?
 
Anil Vupputuri
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nope..can't access admin. Sorry, some problem in installation itself as Verification shows failed.
The SystemOut.log content is,
[10/17/03 20:34:42:953 SGT] 652e18e7 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[10/17/03 20:34:43:547 SGT] 652e18e7 AdminInitiali A ADMN0015I: AdminService initialized
[10/17/03 20:34:44:531 SGT] 652e18e7 Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[10/17/03 20:34:44:578 SGT] 652e18e7 SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[10/17/03 20:34:44:953 SGT] 652e18e7 SecurityCompo I SECJ0309I: Java 2 Security is disabled.
[10/17/03 20:34:44:969 SGT] 652e18e7 SecurityCompo I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[10/17/03 20:34:44:984 SGT] 652e18e7 SecurityCompo I SECJ0240I: Security service initialization completed successfully
[10/17/03 20:34:44:984 SGT] 652e18e7 JMSRegistrati A MSGS0601I: WebSphere Embedded Messaging has not been installed
[10/17/03 20:34:46:828 SGT] 652e18e7 JMXSoapAdapte A ADMC0013I: SOAP connector available at port 8880
[10/17/03 20:34:46:859 SGT] 652e18e7 SecurityCompo I SECJ0243I: Security service started successfully
[10/17/03 20:34:46:859 SGT] 652e18e7 SecurityCompo I SECJ0210I: Security enabled false
[10/17/03 20:34:46:859 SGT] 652e18e7 JMSEmbeddedPr A MSGS0050I: Starting the Queue Manager
[10/17/03 20:34:46:891 SGT] 652e18e7 JMSEmbeddedPr E MSGS0058E: Unable to start the JMS Server as WebSphere Embedded Messaging has not been installed
[10/17/03 20:34:46:906 SGT] 652e18e7 JMSService E MSGS0001E: Starting the JMS Server failed with exception: java.lang.Exception: MSGS0058E: Unable to start the JMS Server as WebSphere Embedded Messaging has not been installed
at com.ibm.ws.messaging.JMSEmbeddedProviderImpl.start(JMSEmbeddedProviderImpl.java:213)
at com.ibm.ws.messaging.JMSService.start(JMSService.java:251)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
[10/17/03 20:34:47:641 SGT] 652e18e7 ResourceMgrIm I WSVR0049I: Binding Default Datasource as DefaultDatasource
[10/17/03 20:34:47:688 SGT] 652e18e7 ResourceMgrIm I WSVR0049I: Binding Default_CF as eis/DefaultDatasource_CMP
[10/17/03 20:34:48:312 SGT] 652e18e7 CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
[10/17/03 20:34:48:875 SGT] 652e18e7 RMIConnectorC A ADMC0026I: RMI Connector available at port 2809
[10/17/03 20:34:48:922 SGT] 652e18e7 WsServer A WSVR0002I: Server server1 open for e-business, problems occurred during startup

Is JMS service mandatory for WAS5.0 ?
 
Rufus BugleWeed
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My SystemOut.log is looks about the same as your. I can get the admin console up. After what you have shown I have a bunch of exceptions involving naming. I am runnning on XP though.
I suppose you have at least 256MB of ram and your machine is not too heavily loaded.
 
Anil Vupputuri
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thats intresting. My m/c well with 512MB RAM and also WLS & Oracle installed as well, have enough memory.
Do you mean you've not installed neither MQ server nor Embedded JMS Server.
Can you able to check the ports listing(9080 and 9090) using 'netstat' command on DOS prompt.
And found no log content in 'native_stderr' and 'SystemErr' files. IS JMS Server mandatory? Strange, there was no mention of JMS Embedded server during installation process.
 
Anil Vupputuri
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Atlast I got my WAS5.0 running. The reason was, I overlooked the latest fixes on WAS in Toolbox subscriptions (this was the basic step missed out by me.. ), caused the installation problem. The problem description is here, FIX.

And now hit with one more problem, MDB listener ports not starting for Topics ...
 
This cake looks terrible, but it tastes great! Now take a bite out of this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic