• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Application Server Startup Problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are using WebSphere under AIX server. Whenever I try to start our Application Server, it gives an error :
com.ibm.ejs.sm.exception.ActiveObjectException
---
com.ibm.ejs.client.command.ExecutionException : Command AppServer.start Sub-command Error
at....
at....
---
AppServer Startup failed.
***
However, the server starts up normally and is able to service all the requests. I want to know what is the exact cause of this error message, and how serious it is.
Also, the front-end sometimes gives an exception - StaleConnectionException, after which the it ceases to function properly. I have verified the database/node status to be normal whenever this happens and have been able to access the database and retreive data. The only crude solution I have comeup is restarting the Application Server from the administrative console. Does anybody out there know why this exception is thrown, and how it can be solved.
There are no issues whatsoever when the same applicaiton is deployed under WAS over WinNT.
Please help.
Thanks in advance.
Kartik S Ramachandran.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic