[jboss-jira] [JBoss JIRA] Created: (JBAS-8779) Startup Deployment Errors

Barney Franks (JIRA) jira-events at lists.jboss.org
Tue Dec 28 16:24:17 EST 2010


Startup Deployment Errors
-------------------------

                 Key: JBAS-8779
                 URL: https://issues.jboss.org/browse/JBAS-8779
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Deployers
    Affects Versions: 6.0.0.Final
         Environment: Running on windows vista laptop.

15:04:39,307 INFO  [AbstractJBossASServerBase] Server Configuration:

	JBOSS_HOME URL: file:/C:/JBOSS/jboss-6.0.0.Final/
	Bootstrap: $JBOSS_HOME\server/default/conf/bootstrap.xml
	Common Base: $JBOSS_HOME\common/
	Common Library: $JBOSS_HOME\common/lib/
	Server Name: default
	Server Base: $JBOSS_HOME\server/
	Server Library: $JBOSS_HOME\server/default/lib/
	Server Config: $JBOSS_HOME\server/default/conf/
	Server Home: $JBOSS_HOME\server/default/
	Server Data: $JBOSS_HOME\server/default/data/
	Server Log: $JBOSS_HOME\server/default/log/
	Server Temp: $JBOSS_HOME\server/default/tmp/

15:04:39,313 INFO  [AbstractServer] Starting: JBossAS [6.0.0.Final "Neo"]
15:04:41,570 INFO  [ServerInfo] Java version: 1.6.0_22,Sun Microsystems Inc.
15:04:41,570 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
15:04:41,570 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 17.1-b03,Sun Microsystems Inc.
15:04:41,571 INFO  [ServerInfo] OS-System: Windows Vista 6.0,x86
15:04:41,571 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -Djava.endorsed.dirs=C:/JBOSS/jboss-6.0.0.Final/lib/endorsed -Dfile.encoding=UTF-8 
15:04:41,616 INFO  [JMXKernel] Legacy JMX core initialized
15:04:51,305 INFO  [AbstractServerConfig] JBoss Web Services - Metro Server 3.3.1.GA
            Reporter: Barney Franks
            Assignee: Ales Justin


After installing Metro Web Services, the server has deployment errors which prevent me from successfully deploying 3.0 EJBs.  This exact configuration works under AS 6.0.0-CR1.

Installed AS6.0.0.-Final on laptop, no errors on startup.

Stop AS server and then ant-deploy jbossws-metro-3.3.1.GA to AS 6.0.0.Final and then restart server under default profile.  I then get the following errors:

15:16:40,617 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws
15:16:40,705 INFO  [service] Removing bootstrap log handlers
15:16:40,890 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "ManagedBeanSwitchBoardDeployer" is missing the following dependencies:
    Dependency "class org.jboss.switchboard.mc.JndiEnvironmentProcessor" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'class org.jboss.switchboard.mc.JndiEnvironmentProcessor' **")
  Deployment "org.jboss.switchboard.EJBEnvironmentSwitchBoardDeployer" is missing the following dependencies:
    Dependency "class org.jboss.switchboard.mc.JndiEnvironmentProcessor" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'class org.jboss.switchboard.mc.JndiEnvironmentProcessor' **")
  Deployment "org.jboss.switchboard.JndiEnvironmentProcessor" is missing the following dependencies:
    Dependency "org.jboss.switchboard.ResourceProviderRegistry" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "org.jboss.switchboard.ResourceEnvRefResourceProvider" is missing the following dependencies:
    Dependency "org.jboss.switchboard.WebServiceContextResourceProvider" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'org.jboss.switchboard.WebServiceContextResourceProvider' **")
  Deployment "org.jboss.switchboard.ResourceProviderRegistry" is missing the following dependencies:
    Dependency "org.jboss.switchboard.WebServiceRefResourceProvider" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'org.jboss.switchboard.WebServiceRefResourceProvider' **")
    Dependency "org.jboss.switchboard.ResourceEnvRefResourceProvider" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "org.jboss.switchboard.WebEnvironmentSwitchBoardDeployer" is missing the following dependencies:
    Dependency "class org.jboss.switchboard.mc.JndiEnvironmentProcessor" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'class org.jboss.switchboard.mc.JndiEnvironmentProcessor' **")

DEPLOYMENTS IN ERROR:
  Deployment "class org.jboss.switchboard.mc.JndiEnvironmentProcessor" is in error due to the following reason(s): ** NOT FOUND Depends on 'class org.jboss.switchboard.mc.JndiEnvironmentProcessor' **
  Deployment "org.jboss.switchboard.WebServiceContextResourceProvider" is in error due to the following reason(s): ** NOT FOUND Depends on 'org.jboss.switchboard.WebServiceContextResourceProvider' **
  Deployment "org.jboss.switchboard.WebServiceRefResourceProvider" is in error due to the following reason(s): ** NOT FOUND Depends on 'org.jboss.switchboard.WebServiceRefResourceProvider' **

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]
	at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]
	at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
	at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]
	at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
	at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
	at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
	at java.lang.Thread.run(Unknown Source) [:1.6.0_22]

15:16:40,914 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
15:16:40,972 INFO  [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
15:16:40,975 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8443
15:16:40,976 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 36s:413ms

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list