This error showing up after updating my 4.0 workspace:

22:15:22,951 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console,
warUrl=.../dep
loy/jmx-console.war/
22:15:23,248 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
 
--- MBeans waiting for other MBeans ---
ObjectName: jboss.ws:service=WebServiceDeployerEJB3
  State: CONFIGURED
  I Depend On:
    jboss.ejb3:service=EJB3Deployer
 
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.ejb3:service=EJB3Deployer
  State: NOTYETINSTALLED
  Depends On Me:
    jboss.ws:service=WebServiceDeployerEJB3
 

22:15:23,467 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on
http-0.0.0.0
-8080
22:15:23,701 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
22:15:23,732 INFO  [JkMain] Jk running ID=0 time=0/94  config=null
22:15:23,810 INFO  [Server] JBoss (MX MicroKernel) [4.0.4.GA (build:
CVSTag=JBos
s_4_0_4_GA date=200604252141)] Started in 27s:672ms


is due to jbossws.war being installed into the build/output/jboss-4.0.x
dist. This should not happen regardless of the jdk level as the java5
based dependencies go into the build/output/jboss-4.0.x-ejb3 for
inclusion into the installer. There can be no javaee5 dependencies in
the build/output/jboss-4.0.x dist period.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to