• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WAS Service

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have Websphere 4.0 AppServer installed in client's place in cluster mode. Once i start my machine my AppServer's administrative console does not start even if i select the appropriate option. So i had to manually start the service IBM WS 4.0AppServer service as it has been set to a manual start. After this my administrative console is up.
After sometime when i see the IBM WS 4.0AppServer service it does not show the status as started,it appear's blank there. But however i am able to start the administrative console and all my application's are up and running.OS is Windows Advanced Server .Can you explain this behavior.

Regards
SaiRam
 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you use startServer for starting the Application Server, the operating system(Windows Service) does not know about the state of process.

What errors do you get when you start WebSphere using Windows Service? Addtionally, what service account do you use to start WebSphere service?
 
A SaiRam
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
On restarting the machine, i start my WAS service from services. It does not get me any error when i start in that fashion.Once the service is started it shows the status as Started. At a later time (10-15 minutes approximately) the status of the service is not shown as Started.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic