Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-27-2008, 07:18 PM
Member
 
Join Date: Sep 2008
Posts: 2
jagadeeshchinni is on a distinguished road
application is not running please fine the solution for it.
We have been using tomcat for past 3 years. We do development on a windows machine and the applications are deployed in production machine which has Solaris OS. We haven’t faced any problems until we introduced a new level under webapps. Please find our current structure below. We have deployed 1.1 version of the applications under webapps/mces/mces1.1 and similary 1.0 under webapps/mces/mces1.0. The applications under webapps are of version 1.1.
Webapps/
Jmcs
mms
superapp
mces
mces1.1
jmcs
mms
superapp
mces1.0
jmcs
mms
superapp
We are seeing very instable behavior. We are not able to login to Superapp application under mces 1.1 and mces 1.0, but we are able to login to superapp directly under webapps folder. On restarting the tomcat server, we will be able to login to all the applications. The instable behavior comes after sometime, it need not be same, we will be able to login under superapp of mces1.1 but not to superapp directly under webapps.

Please advise us on what could be the probably reasons. Project release is getting delayed due to this problem. Please guide us.



Please find below the error shown in tomcat logs. Please note that it doesn't display the name of the class, that it is not able to find. Generally, along with java.lang.NoClassDefFoundError , the class that it is not able to find is also shown. This error comes while running same application under tomcat at different levels. One application is under webapps directly and copy of this application is kept under 1.0 folder. This error comes only after sometime of starting the tomcat. On restarting the tomcat, the error doesn't occur again and everything is fine. It pops up again after sometime. This behaviour is seen on SOLARIS only. This setup works well on window.

java.lang.NoClassDefFoundError
com.goodyear.common.config.chart.ChartConfigParser .parse(ChartConfigParser.java:75)
com.goodyear.common.util.PropertyLoader.updateArra yMap(PropertyLoader.java:245)
com.goodyear.common.util.PropertyLoader.loadArrayM ap(PropertyLoader.java:215)
com.goodyear.common.util.PropertyLoader.loadArrayM ap(PropertyLoader.java:141)
com.goodyear.common.registry.AppLookUpFileDao.load (AppLookUpFileDao.java:28)
com.goodyear.common.registry.AppLookUpDao.getMap(A ppLookUpDao.java:46)
com.goodyear.jmcs.helper.MCSHelper.<init>(MCSHelpe r.java:99)
com.goodyear.mms.handlers.RPDHandler.getQSResponse (RPDHandler.java:78)
com.goodyear.mms.handlers.RPDHandler.getResultAsSt ring(RPDHandler.java:292)
com.goodyear.superapp.servlets.QueryApp.processReq uest(QueryApp.java:143)
com.goodyear.superapp.servlets.QueryApp.doPost(Que ryApp.java:183)
javax.servlet.http.HttpServlet.service(HttpServlet .java:710)
javax.servlet.http.HttpServlet.service(HttpServlet .java:803)
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-27-2008, 09:16 PM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 783
Nicholas Jordan is on a distinguished road
possible related matter
Nabble - ide password does not match ide password....
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 09-27-2008, 09:45 PM
Senior Member
 
Join Date: Sep 2008
Posts: 235
Darryl.Burke is on a distinguished road
Cross posted on the Sun Java Forum, numerous times, under at least two usernames, latest at ThreadID=5335094

db
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 09-28-2008, 12:11 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,566
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Quote:
Originally Posted by Darryl.Burke View Post
Cross posted on the Sun Java Forum, numerous times, under at least two usernames, latest at ThreadID=5335094

db
If so, not a good habit at all. Try to do something and ask help from others is not bad. Cross posting also fine in my view. But registering in two difference user names and posting the same question is not good. Please don't do it here in our community.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 09-28-2008, 12:14 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,566
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Quote:
Originally Posted by jagadeeshchinni View Post
We have been using tomcat for past 3 years. We do development on a windows machine and the applications are deployed in production machine which has Solaris OS. We haven’t faced any problems until we introduced a new level under webapps. Please find our current structure below. We have deployed 1.1 version of the applications under webapps/mces/mces1.1 and similary 1.0 under webapps/mces/mces1.0. The applications under webapps are of version 1.1.
Webapps/
Jmcs
mms
superapp
mces
mces1.1
jmcs
mms
superapp
mces1.0
jmcs
mms
superapp
We are seeing very instable behavior. We are not able to login to Superapp application under mces 1.1 and mces 1.0, but we are able to login to superapp directly under webapps folder. On restarting the tomcat server, we will be able to login to all the applications. The instable behavior comes after sometime, it need not be same, we will be able to login under superapp of mces1.1 but not to superapp directly under webapps.

Please advise us on what could be the probably reasons. Project release is getting delayed due to this problem. Please guide us.



Please find below the error shown in tomcat logs. Please note that it doesn't display the name of the class, that it is not able to find. Generally, along with java.lang.NoClassDefFoundError , the class that it is not able to find is also shown. This error comes while running same application under tomcat at different levels. One application is under webapps directly and copy of this application is kept under 1.0 folder. This error comes only after sometime of starting the tomcat. On restarting the tomcat, the error doesn't occur again and everything is fine. It pops up again after sometime. This behaviour is seen on SOLARIS only. This setup works well on window.

java.lang.NoClassDefFoundError
com.goodyear.common.config.chart.ChartConfigParser .parse(ChartConfigParser.java:75)
com.goodyear.common.util.PropertyLoader.updateArra yMap(PropertyLoader.java:245)
com.goodyear.common.util.PropertyLoader.loadArrayM ap(PropertyLoader.java:215)
com.goodyear.common.util.PropertyLoader.loadArrayM ap(PropertyLoader.java:141)
com.goodyear.common.registry.AppLookUpFileDao.load (AppLookUpFileDao.java:28)
com.goodyear.common.registry.AppLookUpDao.getMap(A ppLookUpDao.java:46)
com.goodyear.jmcs.helper.MCSHelper.<init>(MCSHelpe r.java:99)
com.goodyear.mms.handlers.RPDHandler.getQSResponse (RPDHandler.java:78)
com.goodyear.mms.handlers.RPDHandler.getResultAsSt ring(RPDHandler.java:292)
com.goodyear.superapp.servlets.QueryApp.processReq uest(QueryApp.java:143)
com.goodyear.superapp.servlets.QueryApp.doPost(Que ryApp.java:183)
javax.servlet.http.HttpServlet.service(HttpServlet .java:710)
javax.servlet.http.HttpServlet.service(HttpServlet .java:803)
First of all, can you deploy the package in Windows without any issues?

Seems to me one or many of your packages are not supported on Solaris. So check that first. Because your error message pointed a class not found exception.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem running a java desktop application chris@gaiag.net AWT / Swing 2 08-24-2008 06:24 AM
Maintain same session in two application running on same server dsiwal Threads and Synchronization 2 06-10-2008 08:38 AM
Errors driving me crazy! although compiles fine irishsea2828 New To Java 1 04-08-2008 05:23 PM
Running a application in java barney Java Applets 1 08-07-2007 09:12 AM
Running application in back fernando Advanced Java 1 08-01-2007 02:25 AM


All times are GMT +3. The time now is 11:15 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org