|
|
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.
|
|

09-27-2008, 07:18 PM
|
|
Member
|
|
Join Date: Sep 2008
Posts: 2
|
|
|
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)
|
|

09-27-2008, 09:16 PM
|
 |
Senior Member
|
|
Join Date: Jun 2008
Location: Southwest
Posts: 783
|
|
|
possible related matter
__________________
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
|
|

09-27-2008, 09:45 PM
|
|
Senior Member
|
|
Join Date: Sep 2008
Posts: 235
|
|
|
Cross posted on the Sun Java Forum, numerous times, under at least two usernames, latest at ThreadID=5335094
db
|
|

09-28-2008, 12:11 PM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,566
|
|
Originally Posted by Darryl.Burke
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.
|
|

09-28-2008, 12:14 PM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,566
|
|
Originally Posted by jagadeeshchinni
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.
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|