• 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

problem with apache-tomcat-5.5.23

 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using the apache-tomcat-5.5.23 for the development and whenever i should down my server and restart i get this exception.




If i follow start-shutdown-start than this problem is solved.

Means i need to start the server twice before i can use it.

Also i am using the catalina jpda start but i dont think this makes any difference because if do the normal startup problem persists.
[ October 03, 2007: Message edited by: subodh gupta ]
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This doesn't look like a Tomcat specific problem to me.
Where is the com.xxx.yyy.adm.gen.UserEmployeeGen class file located?

Are you using this class in a context listener or in the init method of a servlet that has been configured to load on startup?
 
subodh gupta
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

The class file in the webapps in the folder gen (package structure is their).

Actually this is some what equalent to DAO class and called from the struts servlet to verify the user.

And if it's not the tomcat specific problem how it gets rectified when i start the server again without changing anything?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic