Hello world,
I've really fighted for the problem for quite a few days. I can run JSP pages in Windows2000, but can't in RH7. I use the same ear, of course. I tried to find Jetty's precompile and check the claspath. But I can't get anything.

Can anyone kindly help me to point out a lighter way?
Please take a quick look the message:

Thanks,
Eric

<<<< JBoss3.0alpha/Jetty in Linux(RH7) >>>>

2001-12-16 22:40:41,450 INFO [org.jboss.jetty.Jetty] Started SecurityHandler in WebApplicationContext[/Link,LinkAppWAR]
2001-12-16 22:40:41,453 INFO [org.jboss.jetty.Jetty] Started WebInfProtect
2001-12-16 22:40:41,456 INFO [org.jboss.jetty.Jetty] Started FilterHandler in WebApplicationContext[/Link,LinkAppWAR]
2001-12-16 22:40:41,460 INFO [org.jboss.jetty.Jetty] Started ServletHandler in WebApplicationContext[/Link,LinkAppWAR]
2001-12-16 22:40:42,183 INFO [org.jboss.jetty.Jetty]
JSP: init
2001-12-16 22:40:42,659 ERROR [org.jboss.deployment.J2eeDeployer#Default] Starting links.war failed!
javax.management.RuntimeErrorException: Error thrown in operation deploy
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1642)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:492)
at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:435)
at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:202)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:683)
at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:326)
at java.lang.Thread.run(Thread.java:484)
2001-12-16 22:40:42,665 INFO [org.jboss.deployment.J2eeDeployer#Default] Module links.war is not running

===================
<<<< JBoss3.0alpha/Jetty in windows 2000 >>>>

22:51:28,026 INFO [Jetty] Started WebInfProtect
22:51:28,026 INFO [Jetty] Started FilterHandler in WebApplicationContext[/Link,
LinkAppWAR]
22:51:28,036 INFO [Jetty] Started ServletHandler in WebApplicationContext[/Link
,LinkAppWAR]

22:51:28,457 INFO [Jetty] JSP: init
22:51:29,018 INFO [Jetty] ResourceHandler started in file:/C:/jboss3.0.0alpha/tmp/deploy/Default/links.ear/web1004/
22:51:29,018 INFO [Jetty] Started ResourceHandler in WebApplicationContext[/Link,LinkAppWAR]

Reply via email to