Bugs item #633568, was opened at 2002-11-04 18:44
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=633568&group_id=22866

Category: JBossWeb
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Luttrell (objec)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deployement Failed with no good error

Initial Comment:

jboss3.0.3 + jetty

I was attempting to deploy an ear, which previously 
worked perfectly with tomcat.

Here's the output.

The previous line is a bit of trace from a filter initializing:

18:36:17,125 INFO  [jbossweb] Stopped 
WebApplicationContext[/site,Stark Investments]
18:36:17,125 INFO  [jbossweb] Deregister 
jboss.web:Jetty=0,JBossWebApplicationContext=2,cont
ext=/site
18:36:17,125 INFO  [jbossweb] Successfully 
undeployed 
file:/C:/dev/jboss/server/default/tmp/deploy/server/default/
deploy
/internet-sites.ear/63.internet-sites.ear-contents/site.war
18:36:17,140 ERROR [URLDeploymentScanner] Failed 
to deploy: 
org.jboss.deployment.scanner.URLDeploymentScanner$
DeployedUR
L@e48dfbcc{ 
url=file:/C:/dev/jboss/server/default/deploy/internet-
sites.ear, deployedLastModified=0 }
org.jboss.deployment.DeploymentException: - nested 
throwable: (java.lang.NullPointerException)
        at org.jboss.jetty.Jetty.deploy(Jetty.java:434)
        at org.jboss.jetty.JettyService.performDeploy
(JettyService.java:243)
        at org.jboss.web.AbstractWebContainer.start
(AbstractWebContainer.java:300)
        at org.jboss.deployment.MainDeployer.start
(MainDeployer.java:802)
        at org.jboss.deployment.MainDeployer.start
(MainDeployer.java:794)
        at org.jboss.deployment.MainDeployer.deploy
(MainDeployer.java:616)
        at org.jboss.deployment.MainDeployer.deploy
(MainDeployer.java:580)
        at sun.reflect.GeneratedMethodAccessor9.invoke
(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invok
e(ReflectedMBeanDispatcher.java:284)
        at org.jboss.mx.server.MBeanServerImpl.invoke
(MBeanServerImpl.java:517)
        at org.jboss.util.jmx.MBeanProxy.invoke
(MBeanProxy.java:174)
        at $Proxy4.deploy(Unknown Source)
        at 
org.jboss.deployment.scanner.URLDeploymentScanner.
deploy(URLDeploymentScanner.java:427)
        at 
org.jboss.deployment.scanner.URLDeploymentScanner.
scanDirectory(URLDeploymentScanner.java:648)
        at 
org.jboss.deployment.scanner.URLDeploymentScanner.
scan(URLDeploymentScanner.java:499)
        at 
org.jboss.deployment.scanner.AbstractDeploymentScan
ner$ScannerThread.doScan
(AbstractDeploymentScanner.java:21
2)
        at 
org.jboss.deployment.scanner.AbstractDeploymentScan
ner$ScannerThread.loop
(AbstractDeploymentScanner.java:225)

        at 
org.jboss.deployment.scanner.AbstractDeploymentScan
ner$ScannerThread.run
(AbstractDeploymentScanner.java:202)
Caused by: java.lang.NullPointerException
        at org.mortbay.j2ee.session.Manager.start
(Manager.java:159)
        at org.mortbay.jetty.servlet.ServletHandler.start
(ServletHandler.java:409)
        at 
org.mortbay.jetty.servlet.WebApplicationHandler.start
(WebApplicationHandler.java:142)
        at org.mortbay.http.HttpContext.startHandlers
(HttpContext.java:1780)
        at 
org.jboss.jetty.JBossWebApplicationContext.startHandle
rs(JBossWebApplicationContext.java:280)
        at org.mortbay.http.HttpContext.start
(HttpContext.java:1750)
        at 
org.mortbay.jetty.servlet.WebApplicationContext.start
(WebApplicationContext.java:471)
        at 
org.mortbay.j2ee.J2EEWebApplicationContext.start
(J2EEWebApplicationContext.java:85)
        at org.jboss.jetty.Jetty.deploy(Jetty.java:412)
        ... 19 more
18:39:53,796 INFO  [jbossweb] Registered 
jboss.web:Jetty=0,HttpContext=0,context=/
18:39:53,796 INFO  [jbossweb] Started HttpContext[/]


So there are 2 bugs:
1) Why did the deployment fail?
2) It didn't tell me why the deployment failed.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=633568&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to