10 Replies Latest reply on Dec 6, 2010 7:34 PM by dennishopper

    JBoss JSF Attempt

    dennishopper

      I'm trying to follow this tutorial: http://www.vogella.de/articles/JavaServerFaces/article.html#jsf

       

      So I'm struggling to grasp what I'm doing wrong.  I have three (5.01, 5.10 and 6.00) versions of JBoss AS on my computer.  I've got my JBOSS_HOME pointed at my 5.10 location and my Eclipse settings should (emphasis) be pointing to it as well.  The deal is I'm not getting the WAR file kicked out to the deploy location of the 5.10 server (default subfolder).

       

      Edit: restarted Eclipse and now builds and deploys the WAR out to the JBoss server folder.  However now I get this:

       

      <CODE>

       

       

      20:39:34,650 ERROR [ProfileDeployAction] Failed to add deployment: first.war
      org.jboss.deployers.spi.DeploymentException: Error determining structure: first.war
      at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
      at org.jboss.web.deployers.WARStructure.determineStructure(WARStructure.java:248)
      at org.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper.determineStructure(StructureDeployerWrapper.java:73)
      at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.doDetermineStructure(VFSStructuralDeployersImpl.java:196)
      at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.determineStructure(VFSStructuralDeployersImpl.java:221)
      at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:77)
      at org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.java:1004)
      at org.jboss.deployers.plugins.main.MainDeployerImpl.determineDeploymentContext(MainDeployerImpl.java:440)
      at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:390)
      at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:300)
      at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.addDeployment(MainDeployerAdapter.java:86)
      at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:61)
      at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
      at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
      at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
      at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
      at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
      at org.jboss.Main.boot(Main.java:221)
      at org.jboss.Main$1.run(Main.java:556)
      at java.lang.Thread.run(Unknown Source)
      Caused by: java.lang.RuntimeException: java.util.zip.ZipException: error in opening zip file
      at org.jboss.virtual.plugins.context.AbstractExceptionHandler.handleZipEntriesInitException(AbstractExceptionHandler.java:39)
      at org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler.handleZipEntriesInitException(NamesExceptionHandler.java:63)
      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.ensureEntries(ZipEntryContext.java:626)
      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.checkIfModified(ZipEntryContext.java:773)
      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.getChild(ZipEntryContext.java:817)
      at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.createChildHandler(ZipEntryHandler.java:191)
      at org.jboss.virtual.plugins.context.AbstractVirtualFileHandler.structuredFindChild(AbstractVirtualFileHandler.java:684)
      at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.getChild(ZipEntryHandler.java:165)
      at org.jboss.virtual.plugins.context.DelegatingHandler.getChild(DelegatingHandler.java:107)
      at org.jboss.virtual.plugins.context.AbstractVirtualFileHandler.structuredFindChild(AbstractVirtualFileHandler.java:689)
      at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.getChild(ZipEntryHandler.java:165)
      at org.jboss.virtual.plugins.context.DelegatingHandler.getChild(DelegatingHandler.java:107)
      at org.jboss.virtual.VirtualFile.getChild(VirtualFile.java:481)
      at org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer.applyMetadataPaths(AbstractStructureDeployer.java:481)
      at org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer.createContext(AbstractStructureDeployer.java:455)
      at org.jboss.web.deployers.WARStructure.determineStructure(WARStructure.java:204)
      ... 25 more
      Caused by: java.util.zip.ZipException: error in opening zip file
      at java.util.zip.ZipFile.open(Native Method)
      at java.util.zip.ZipFile.<init>(Unknown Source)
      at java.util.zip.ZipFile.<init>(Unknown Source)
      at org.jboss.virtual.plugins.context.zip.ZipFileWrapper.ensureZipFile(ZipFileWrapper.java:175)
      at org.jboss.virtual.plugins.context.zip.ZipFileWrapper.acquire(ZipFileWrapper.java:245)
      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.initEntries(ZipEntryContext.java:484)
      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.ensureEntries(ZipEntryContext.java:619)
      ... 38 more
      20:39:40,735 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@77572026{vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-secured.jar/}
      20:39:40,736 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@77572026{vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-secured.jar/}
      20:39:40,736 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@77572026{vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-secured.jar/}
      20:39:40,736 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@77572026{vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-secured.jar/}
      20:39:42,867 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
      20:39:42,947 INFO  [MailService] Mail Service bound to java:/Mail
      20:39:44,781 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
      20:39:44,798 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
      20:39:44,862 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
      20:39:44,893 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
      20:39:44,893 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
      20:39:45,094 INFO  [TransactionManagerService] Initializing recovery manager
      20:39:45,184 INFO  [TransactionManagerService] Recovery manager configured
      20:39:45,184 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
      20:39:45,200 INFO  [TransactionManagerService] Starting transaction recovery manager
      20:39:45,532 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;%CommonProgramFiles%\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Users\Max Rupplin\My Projects\PHP 5.2.11;C:\Program Files (x86)\Windows Resource Kits\Tools;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_21\bin;C:\Users\Max Rupplin\My Projects\apache-ant-1.8.1\bin
      20:39:45,585 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
      20:39:45,598 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
      20:39:45,615 INFO  [StandardService] Starting service jboss.web
      20:39:45,617 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
      20:39:45,646 INFO  [Catalina] Server startup in 48 ms
      20:39:45,661 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
      20:39:46,045 INFO  [TomcatDeployment] deploy, ctxPath=/web-console
      20:39:46,287 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws
      20:39:46,357 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
      20:39:46,371 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
      20:39:46,390 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
      20:39:46,405 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
      20:39:46,422 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
      20:39:46,477 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
      20:39:46,494 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
      20:39:46,496 INFO  [RAMJobStore] RAMJobStore initialized.
      20:39:46,496 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
      20:39:46,496 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
      20:39:46,496 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
      20:39:46,818 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
      20:39:47,125 INFO  [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
      20:39:47,180 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
      20:39:47,184 INFO  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
      20:39:47,184 INFO  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
      20:39:47,214 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
      20:39:47,214 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@688a142 started
      20:39:47,215 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
      20:39:47,215 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@deb8755 started
      20:39:47,216 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
      20:39:47,216 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@6a46661e started
      20:39:47,217 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
      20:39:47,280 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
      20:39:47,546 INFO  [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
      20:39:47,550 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
      20:39:47,550 INFO  [JBossASKernel]   with dependencies:
      20:39:47,550 INFO  [JBossASKernel]   and demands:
      20:39:47,550 INFO  [JBossASKernel]      jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
      20:39:47,550 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
      20:39:47,550 INFO  [JBossASKernel]   and supplies:
      20:39:47,550 INFO  [JBossASKernel]      Class:org.jboss.profileservice.spi.ProfileService
      20:39:47,550 INFO  [JBossASKernel]      jndi:SecureProfileService/remote
      20:39:47,550 INFO  [JBossASKernel]      jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
      20:39:47,550 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
      20:39:47,551 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
      20:39:47,551 INFO  [JBossASKernel]   with dependencies:
      20:39:47,551 INFO  [JBossASKernel]   and demands:
      20:39:47,551 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
      20:39:47,551 INFO  [JBossASKernel]   and supplies:
      20:39:47,551 INFO  [JBossASKernel]      jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
      20:39:47,551 INFO  [JBossASKernel]      Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
      20:39:47,551 INFO  [JBossASKernel]      jndi:SecureDeploymentManager/remote
      20:39:47,551 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
      20:39:47,552 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
      20:39:47,552 INFO  [JBossASKernel]   with dependencies:
      20:39:47,552 INFO  [JBossASKernel]   and demands:
      20:39:47,552 INFO  [JBossASKernel]      jboss.ejb:service=EJBTimerService
      20:39:47,552 INFO  [JBossASKernel]   and supplies:
      20:39:47,552 INFO  [JBossASKernel]      jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
      20:39:47,552 INFO  [JBossASKernel]      Class:org.jboss.deployers.spi.management.ManagementView
      20:39:47,552 INFO  [JBossASKernel]      jndi:SecureManagementView/remote
      20:39:47,552 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
      20:39:47,557 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@21a52ed3{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
      20:39:47,558 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@71ebd825{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
      20:39:47,558 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@3be9029c{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
      20:39:47,741 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
      20:39:47,749 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
      20:39:47,790 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
      SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
      SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
      20:39:47,826 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
      20:39:47,826 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
      20:39:47,833 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
      SecureManagementView/remote - EJB3.x Default Remote Business Interface
      SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
      20:39:47,857 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
      20:39:47,858 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
      20:39:47,864 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
      SecureProfileService/remote - EJB3.x Default Remote Business Interface
      SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
      20:39:48,012 INFO  [TomcatDeployment] deploy, ctxPath=/admin-console
      20:39:48,143 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
      20:39:49,737 INFO  [TomcatDeployment] deploy, ctxPath=/
      20:39:49,785 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console
      20:39:49,837 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
      *** DEPLOYMENTS MISSING DEPLOYERS: Name
      vfszip:/C:/JBoss/510_GA/server/default/deploy/first.war/
      20:39:49,845 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
      20:39:49,869 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
      20:39:49,883 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 25s:48ms

      20:39:34,650 ERROR [ProfileDeployAction] Failed to add deployment: first.war

      org.jboss.deployers.spi.DeploymentException: Error determining structure: first.war

      at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)

      at org.jboss.web.deployers.WARStructure.determineStructure(WARStructure.java:248)

      at org.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper.determineStructure(StructureDeployerWrapper.java:73)

      at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.doDetermineStructure(VFSStructuralDeployersImpl.java:196)

      at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.determineStructure(VFSStructuralDeployersImpl.java:221)

      at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:77)

      at org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.java:1004)

      at org.jboss.deployers.plugins.main.MainDeployerImpl.determineDeploymentContext(MainDeployerImpl.java:440)

      at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:390)

      at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:300)

      at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.addDeployment(MainDeployerAdapter.java:86)

      at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:61)

      at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

      at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

      at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

      at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

      at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

      at org.jboss.Main.boot(Main.java:221)

      at org.jboss.Main$1.run(Main.java:556)

      at java.lang.Thread.run(Unknown Source)

      Caused by: java.lang.RuntimeException: java.util.zip.ZipException: error in opening zip file

      at org.jboss.virtual.plugins.context.AbstractExceptionHandler.handleZipEntriesInitException(AbstractExceptionHandler.java:39)

      at org.jboss.virtual.plugins.context.helpers.NamesExceptionHandler.handleZipEntriesInitException(NamesExceptionHandler.java:63)

      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.ensureEntries(ZipEntryContext.java:626)

      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.checkIfModified(ZipEntryContext.java:773)

      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.getChild(ZipEntryContext.java:817)

      at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.createChildHandler(ZipEntryHandler.java:191)

      at org.jboss.virtual.plugins.context.AbstractVirtualFileHandler.structuredFindChild(AbstractVirtualFileHandler.java:684)

      at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.getChild(ZipEntryHandler.java:165)

      at org.jboss.virtual.plugins.context.DelegatingHandler.getChild(DelegatingHandler.java:107)

      at org.jboss.virtual.plugins.context.AbstractVirtualFileHandler.structuredFindChild(AbstractVirtualFileHandler.java:689)

      at org.jboss.virtual.plugins.context.zip.ZipEntryHandler.getChild(ZipEntryHandler.java:165)

      at org.jboss.virtual.plugins.context.DelegatingHandler.getChild(DelegatingHandler.java:107)

      at org.jboss.virtual.VirtualFile.getChild(VirtualFile.java:481)

      at org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer.applyMetadataPaths(AbstractStructureDeployer.java:481)

      at org.jboss.deployers.vfs.spi.structure.helpers.AbstractStructureDeployer.createContext(AbstractStructureDeployer.java:455)

      at org.jboss.web.deployers.WARStructure.determineStructure(WARStructure.java:204)

      ... 25 more

      Caused by: java.util.zip.ZipException: error in opening zip file

      at java.util.zip.ZipFile.open(Native Method)

      at java.util.zip.ZipFile.<init>(Unknown Source)

      at java.util.zip.ZipFile.<init>(Unknown Source)

      at org.jboss.virtual.plugins.context.zip.ZipFileWrapper.ensureZipFile(ZipFileWrapper.java:175)

      at org.jboss.virtual.plugins.context.zip.ZipFileWrapper.acquire(ZipFileWrapper.java:245)

      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.initEntries(ZipEntryContext.java:484)

      at org.jboss.virtual.plugins.context.zip.ZipEntryContext.ensureEntries(ZipEntryContext.java:619)

      ... 38 more

      20:39:40,735 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@77572026{vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-secured.jar/}

      20:39:40,736 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@77572026{vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-secured.jar/}

      20:39:40,736 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@77572026{vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-secured.jar/}

      20:39:40,736 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@77572026{vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-secured.jar/}

      20:39:42,867 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector

      20:39:42,947 INFO  [MailService] Mail Service bound to java:/Mail

      20:39:44,781 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.

      20:39:44,798 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

      20:39:44,862 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent

      20:39:44,893 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.

      20:39:44,893 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer

      20:39:45,094 INFO  [TransactionManagerService] Initializing recovery manager

      20:39:45,184 INFO  [TransactionManagerService] Recovery manager configured

      20:39:45,184 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference

      20:39:45,200 INFO  [TransactionManagerService] Starting transaction recovery manager

      20:39:45,532 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;%CommonProgramFiles%\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Resource Kits\Tools;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_21\bin;

      20:39:45,585 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080

      20:39:45,598 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009

      20:39:45,615 INFO  [StandardService] Starting service jboss.web

      20:39:45,617 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA

      20:39:45,646 INFO  [Catalina] Server startup in 48 ms

      20:39:45,661 INFO  [TomcatDeployment] deploy, ctxPath=/invoker

      20:39:46,045 INFO  [TomcatDeployment] deploy, ctxPath=/web-console

      20:39:46,287 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws

      20:39:46,357 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml

      20:39:46,371 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml

      20:39:46,390 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml

      20:39:46,405 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml

      20:39:46,422 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/JBoss/510_GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml

      20:39:46,477 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main

      20:39:46,494 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.

      20:39:46,496 INFO  [RAMJobStore] RAMJobStore initialized.

      20:39:46,496 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'

      20:39:46,496 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2

      20:39:46,496 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.

      20:39:46,818 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'

      20:39:47,125 INFO  [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started

      20:39:47,180 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000

      20:39:47,184 INFO  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover

      20:39:47,184 INFO  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing

      20:39:47,214 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

      20:39:47,214 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@688a142 started

      20:39:47,215 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

      20:39:47,215 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@deb8755 started

      20:39:47,216 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds

      20:39:47,216 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@6a46661e started

      20:39:47,217 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000

      20:39:47,280 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'

      20:39:47,546 INFO  [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar

      20:39:47,550 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3

      20:39:47,550 INFO  [JBossASKernel]   with dependencies:

      20:39:47,550 INFO  [JBossASKernel]   and demands:

      20:39:47,550 INFO  [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView

      20:39:47,550 INFO  [JBossASKernel] jboss.ejb:service=EJBTimerService

      20:39:47,550 INFO  [JBossASKernel]   and supplies:

      20:39:47,550 INFO  [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService

      20:39:47,550 INFO  [JBossASKernel] jndi:SecureProfileService/remote

      20:39:47,550 INFO  [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService

      20:39:47,550 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar

      20:39:47,551 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3

      20:39:47,551 INFO  [JBossASKernel]   with dependencies:

      20:39:47,551 INFO  [JBossASKernel]   and demands:

      20:39:47,551 INFO  [JBossASKernel] jboss.ejb:service=EJBTimerService

      20:39:47,551 INFO  [JBossASKernel]   and supplies:

      20:39:47,551 INFO  [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager

      20:39:47,551 INFO  [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager

      20:39:47,551 INFO  [JBossASKernel] jndi:SecureDeploymentManager/remote

      20:39:47,551 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar

      20:39:47,552 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3

      20:39:47,552 INFO  [JBossASKernel]   with dependencies:

      20:39:47,552 INFO  [JBossASKernel]   and demands:

      20:39:47,552 INFO  [JBossASKernel] jboss.ejb:service=EJBTimerService

      20:39:47,552 INFO  [JBossASKernel]   and supplies:

      20:39:47,552 INFO  [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView

      20:39:47,552 INFO  [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView

      20:39:47,552 INFO  [JBossASKernel] jndi:SecureManagementView/remote

      20:39:47,552 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar

      20:39:47,557 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@21a52ed3{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

      20:39:47,558 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@71ebd825{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

      20:39:47,558 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@3be9029c{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}

      20:39:47,741 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3

      20:39:47,749 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager

      20:39:47,790 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

       

      SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface

      SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface

       

      20:39:47,826 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3

      20:39:47,826 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView

      20:39:47,833 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

       

      SecureManagementView/remote - EJB3.x Default Remote Business Interface

      SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface

       

      20:39:47,857 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3

      20:39:47,858 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService

      20:39:47,864 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

       

      SecureProfileService/remote - EJB3.x Default Remote Business Interface

      SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface

       

      20:39:48,012 INFO  [TomcatDeployment] deploy, ctxPath=/admin-console

      20:39:48,143 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'

      20:39:49,737 INFO  [TomcatDeployment] deploy, ctxPath=/

      20:39:49,785 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console

      20:39:49,837 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      *** DEPLOYMENTS MISSING DEPLOYERS: Name

       

      vfszip:/C:/JBoss/510_GA/server/default/deploy/first.war/

       

      20:39:49,845 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

      20:39:49,869 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009

      20:39:49,883 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 25s:48ms

       

      </CODE>

       

      So, something about the zip process (there's no zip file in the server/default/deploy folder just the WAR) failing and a bunch of other stuff I'm not sure about.  I'm a newb so trying and aim your responses appropriately.  Thanks.

        • 1. Re: JBoss JSF Attempt
          ssilvert

          Hi Dennis,

           

          That tutorial tells you to bundle MyFaces with your WAR.  To do that on JBoss AS you will need to add a context param to your web.xml file called WAR_BUNDLES_JSF_IMPL.  That is because JBoss AS already has the JSF implementation available and you would need to tell it that you intend to use your own version instead.

           

          However, it is recommended that you use the JSF that comes with the JBoss AS container.  If you are using JBoss AS6, take a look at the JSF on AS6 Guide.

           

          The particular error you see can be caused by bundling JSF with your WAR.  But your stack trace looks like the cause might be something else.  I don't see any JSF-releated code in your stack trace.

           

          Regards,

           

          Stan

          • 2. Re: JBoss JSF Attempt
            dennishopper
            DEPLOYMENTS MISSING DEPENDENCIES:
              Deployment "JBossEjbServices" is missing the following dependencies:
                Dependency "WBJBossEjb" (should be in state "Configured", but is actually in state "**ERROR**")
                Dependency "WBJBossEjb" (should be in state "Configured", but is actually in state "**ERROR**")
              Deployment "JBossJpaServices" is missing the following dependencies:
                Dependency "WBJBossEjb" (should be in state "Configured", but is actually in state "**ERROR**")
                Dependency "PersistenceUnitDependencyResolver" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'PersistenceUnitDependencyResolver' **")
              Deployment "LogBridgeNotifier" is missing the following dependencies:
                Dependency "jboss.system:service=Logging,type=Log4jService" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.system:service=Logging,type=Log4jService' **")
              Deployment "jboss.admin:service=PluginManager" is missing the following dependencies:
                Dependency "jboss.jmx:name=Invoker,protocol=jrmp,service=proxyFactory,type=adaptor" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jmx:name=Invoker,protocol=jrmp,service=proxyFactory,type=adaptor' **")
            DEPLOYMENTS IN ERROR:
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/jsr77-deployers-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.management.j2ee.deployers.LocalJBossServerDomain from BaseClassLoader@76f9aa66{VFSClassLoaderPolicy@1224b90{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/jsr77-deployers-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1921964932[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s9-p real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s9-p]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/transaction-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: com.arjuna.ats.jbossatx.jta.TransactionManagerService from BaseClassLoader@412798c1{VFSClassLoaderPolicy@e9dc852{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/transaction-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@415926013[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uv-1s real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uv-1s]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/http-invoker.sar/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.invocation.http.server.HttpInvoker from BaseClassLoader@7417d56b{VFSClassLoaderPolicy@48bc9f58{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/http-invoker.sar/ domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1468100534[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ul-12 real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ul-12], FileHandler@1926054555[path=http-invoker.sar context=file:/C:/JBoss/510_GA/server/default/deploy/ real=file:/C:/JBoss/510_GA/server/default/deploy/http-invoker.sar/], FileHandler@30411007[path=http-invoker.sar/invoker.war context=file:/C:/JBoss/510_GA/server/default/deploy/ real=file:/C:/JBoss/510_GA/server/default/deploy/http-invoker.sar/invoker.war/]]  delegates=null exported=[WEB-INF.classes.org.jboss.invocation.http.servlet, META-INF, WEB-INF] <IMPORT-ALL>NON_EMPTY}}
              Deployment "RARDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.RARDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/messaging-definitions-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.jms.server.destination.QueueMODefinition from BaseClassLoader@54b749a5{VFSClassLoaderPolicy@4d441b16{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/messaging-definitions-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@843999483[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5sa-r real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5sa-r]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "PostWebMetadataDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.metadata.javaee.support.MappableMetaData
              Deployment "TxConnectionFactoryTemplateInfo" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.TxConnectionFactoryDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/security-deployer-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.security.plugins.JBossPolicyRegistration from BaseClassLoader@78d9ab8{VFSClassLoaderPolicy@61a8a9e7{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/security-deployer-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@137014984[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5sa-t real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5sa-t]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/jmx-remoting.sar/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb3-connectors-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.remoting.transport.Connector from BaseClassLoader@5be9d36{VFSClassLoaderPolicy@2543472c{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb3-connectors-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1677044944[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ut-1l real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ut-1l]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/remoting-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.invocation.unified.server.UnifiedInvoker from BaseClassLoader@3cf27cdc{VFSClassLoaderPolicy@53e36ec6{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/remoting-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@2021504048[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uv-1q real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uv-1q]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/legacy-invokers-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.invocation.jrmp.server.JRMPInvoker from BaseClassLoader@50e26ae7{VFSClassLoaderPolicy@40d88d2d{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/legacy-invokers-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1226614429[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uo-18 real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uo-18]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/security/security-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.security.integration.password.PasswordLifecycleCallback
              Deployment "NoTxConnectionFactoryTemplateInfo" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.NoTxConnectionFactoryDeploymentMetaData
              Deployment "XADataSourceTemplate" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.LocalDataSourceDeploymentMetaData
              Deployment "MCFBuilder" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/ear-deployer-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.deployment.EARStructure from BaseClassLoader@24164d75{VFSClassLoaderPolicy@34374ed5{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/ear-deployer-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@454597819[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s9-m real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s9-m]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/cache-invalidation-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.cache.invalidation.InvalidationManager from BaseClassLoader@70d18a80{VFSClassLoaderPolicy@4cdc135d{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/cache-invalidation-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@75195927[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ui-w real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ui-w]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/jbossws.deployer/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.wsf.spi.management.ServerConfig
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/metadata-deployer-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.deployment.MappedReferenceMetaDataResolverDeployer from BaseClassLoader@1809b1ac{VFSClassLoaderPolicy@246f9f88{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/metadata-deployer-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@475180136[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5sa-s real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5sa-s]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/messaging-jboss-beans.xml" is in error due to the following reason(s): org.jboss.xb.binding.JBossXBRuntimeException: {urn:jboss:security-beans:1.0}application-policy not found as a child of {urn:jboss:bean-deployer:2.0}deployment in unordered_sequence: {urn:jboss:bean-deployer:2.0}stop? {urn:jboss:bean-deployer:2.0}destroy? {urn:jboss:bean-deployer:2.0}annotation* {urn:jboss:bean-deployer:2.0}alias* {urn:jboss:bean-deployer:2.0}start? {urn:jboss:bean-deployer:2.0}classloader? {urn:jboss:bean-deployer:2.0}create? {choice}* {sequence}*
              Deployment "JBossTransactionServices" is in error due to the following reason(s): java.lang.ClassNotFoundException: javax.transaction.SystemException
              Deployment "PostEjbJarMetadataDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.metadata.javaee.support.MappableMetaData
              Deployment "PostJBossMetadataDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.metadata.ejb.jboss.JBossMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/properties-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.varia.property.PropertyEditorManagerService from BaseClassLoader@7b3a4cdc{VFSClassLoaderPolicy@308c3eb8{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/properties-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1198111470[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uq-1d real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uq-1d]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "PoolBuilder" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/mail-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.mail.MailService from BaseClassLoader@43059849{VFSClassLoaderPolicy@245102ff{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/mail-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1117505017[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7up-1a real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7up-1a]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/sqlexception-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ejb.plugins.cmp.jdbc.SQLExceptionProcessor from BaseClassLoader@1520a9d6{VFSClassLoaderPolicy@136e2b70{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/sqlexception-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@635817991[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ur-1h real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ur-1h]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "EJB3EndpointDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.metadata.ejb.jboss.JBossMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/ejb3.deployer/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ejb3.resolvers.DefaultMessageDestinationReferenceResolver from BaseClassLoader@3e55a58f{VFSClassLoaderPolicy@68e86f41{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/ejb3.deployer/ domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1944078901[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s5-9 real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s5-9], FileHandler@170400002[path=ejb3.deployer context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/ejb3.deployer/], DelegatingHandler@1317132163[path=ejb3.deployer/jboss-ejb3-deployer.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/ejb3.deployer/jboss-ejb3-deployer.jar], DelegatingHandler@778830265[path=ejb3.deployer/jboss-ejb3-iiop.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/ejb3.deployer/jboss-ejb3-iiop.jar]]  delegates=null exported=[org.jboss.as.javaee, org.jboss.ejb3.clientmodule, org.jboss.ejb3.deployers, org.jboss.ejb3.deployers.tmp, org.jboss.as.jpa.resolvers, org.jboss.as.ejb3.timerservice, META-INF] <IMPORT-ALL>NON_EMPTY}}
              Deployment "LocalTxDataSourceTemplate" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.LocalDataSourceDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/hibernate-deployer-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.hibernate.deployers.HibernateDeployer from BaseClassLoader@470285d8{VFSClassLoaderPolicy@76a14c53{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/hibernate-deployer-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1469716989[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s9-o real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s9-o]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb2-timer-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ejb.txtimer.DatabasePersistencePolicy from BaseClassLoader@46c6c084{VFSClassLoaderPolicy@22893e69{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb2-timer-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1616933173[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uk-10 real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uk-10]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/connection-factories-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.jms.server.connectionfactory.ConnectionFactory from BaseClassLoader@751d3ec8{VFSClassLoaderPolicy@5304f889{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/connection-factories-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1801000179[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uj-x real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uj-x]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/messaging-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.jms.server.ServerPeer from BaseClassLoader@1eb458fd{VFSClassLoaderPolicy@523e59ca{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/messaging-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@2071529204[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7up-1b real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7up-1b]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "ConnectionFactoryBindingBuilder" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
              Deployment "NoTxDataSourceTemplate" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.LocalDataSourceDeploymentMetaData
              Deployment "NoTxDataSourceTemplateInfo" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.NoTxDataSourceDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/remoting-bisocket-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.remoting.transport.Connector from BaseClassLoader@5b3ba312{VFSClassLoaderPolicy@284f2189{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/remoting-bisocket-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1663221259[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uq-1e real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uq-1e]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/security/security-policies-jboss-beans.xml" is in error due to the following reason(s): org.jboss.xb.binding.JBossXBRuntimeException: {urn:jboss:security-beans:1.0}application-policy not found as a child of {urn:jboss:bean-deployer:2.0}deployment in unordered_sequence: {urn:jboss:bean-deployer:2.0}stop? {urn:jboss:bean-deployer:2.0}destroy? {urn:jboss:bean-deployer:2.0}annotation* {urn:jboss:bean-deployer:2.0}alias* {urn:jboss:bean-deployer:2.0}start? {urn:jboss:bean-deployer:2.0}classloader? {urn:jboss:bean-deployer:2.0}create? {choice}* {sequence}*
              Deployment "PostJBossWebMetadataDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.metadata.web.jboss.JBossWebMetaData
              Deployment "WBJBossEjb" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolver, **ERROR**
              Deployment "NoTxInstanceClassFactory" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
              Deployment "RARParserDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.RARDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/xnio-provider.jar/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.threads.ArrayQueue
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/monitoring-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.monitor.alerts.ConsoleAlertListener from BaseClassLoader@48b89bc5{VFSClassLoaderPolicy@4ffac7cf{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/monitoring-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1498681358[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7up-1c real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7up-1c]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/jbossweb.sar/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.web.tomcat.service.deployers.TomcatDeployerMBean
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/profileservice-jboss-beans.xml" is in error due to the following reason(s): org.jboss.xb.binding.JBossXBRuntimeException: {urn:jboss:security-beans:1.0}application-policy not found as a child of {urn:jboss:bean-deployer:2.0}deployment in unordered_sequence: {urn:jboss:bean-deployer:2.0}stop? {urn:jboss:bean-deployer:2.0}destroy? {urn:jboss:bean-deployer:2.0}annotation* {urn:jboss:bean-deployer:2.0}alias* {urn:jboss:bean-deployer:2.0}start? {urn:jboss:bean-deployer:2.0}classloader? {urn:jboss:bean-deployer:2.0}create? {choice}* {sequence}*
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/conf/jboss-service.xml" is in error due to the following reason(s): java.net.BindException: Address already in use: JVM_Bind
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/destinations-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.jms.server.destination.QueueService from BaseClassLoader@5e2b105d{VFSClassLoaderPolicy@5d3f79f7{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/destinations-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1918924532[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uk-z real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uk-z]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "LocalDSInstanceClassFactory" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/clustering-deployer-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ha.framework.server.deployers.DefaultHAPartitionDependencyCreator from BaseClassLoader@101ebf5c{VFSClassLoaderPolicy@52a53948{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/clustering-deployer-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1565773915[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s8-j real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s8-j]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb3-timerservice-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.as.ejb3.timerservice.JBossTimerServiceFactory from BaseClassLoader@ac0b3d1{VFSClassLoaderPolicy@715d63da{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb3-timerservice-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@709277531[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uu-1n real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uu-1n]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/jca-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.work.JBossWorkManager from BaseClassLoader@8c678c7{VFSClassLoaderPolicy@1e235551{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/jca-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@565594188[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uu-1p real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uu-1p]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "WebBeansJndiBinder" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory
              Deployment "MCFClassLoaderDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentGroup
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/ejb-deployer-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.deployment.EjbParsingDeployer from BaseClassLoader@4d905742{VFSClassLoaderPolicy@3f50d5d6{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/ejb-deployer-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1409742099[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s9-n real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s9-n]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "JBossJmsServices" is in error due to the following reason(s): java.lang.ClassNotFoundException: javax.jms.Destination
              Deployment "ConnectionManagerBuilder" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb3-container-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ejb3.tx.EJB3UserTransactionProvider from BaseClassLoader@6750cf54{VFSClassLoaderPolicy@6a5bc8c9{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb3-container-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@802896556[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ut-1m real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ut-1m]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/legacy-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.mq.server.jmx.DummyDestMgr from BaseClassLoader@452c0b3f{VFSClassLoaderPolicy@4e967893{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/legacy-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@2026251059[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uo-19 real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uo-19]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "jboss.system:service=Logging,type=Log4jService" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.system:service=Logging,type=Log4jService' **
              Deployment "XADSInstanceClassFactory" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
              Deployment "JBossResourceServices" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/jsr88-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.deployment.services.DeploymentManagerService from BaseClassLoader@2c9b04ac{VFSClassLoaderPolicy@754fcf14{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/jsr88-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1252288055[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7un-17 real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7un-17]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "MetaDataTypeMappingBuilder" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/hsqldb-persistence-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.messaging.core.jmx.JDBCPersistenceManagerService from BaseClassLoader@136bf0aa{VFSClassLoaderPolicy@138532dc{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/messaging/hsqldb-persistence-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@231609223[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ul-11 real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7ul-11]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/vfs-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.deployment.vfs.VFSCacheStatistics from BaseClassLoader@63ff3510{VFSClassLoaderPolicy@7f4e0ba{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/vfs-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1573771114[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uv-1t real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7uv-1t]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/transaction-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.invocation.jrmp.server.JRMPProxyFactory from BaseClassLoader@19509443{VFSClassLoaderPolicy@7935c7b0{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/transaction-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@969486843[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7us-1i real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7us-1i]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "PersistenceUnitDependencyResolver" is in error due to the following reason(s): ** NOT FOUND Depends on 'PersistenceUnitDependencyResolver' **
              Deployment "jboss.jmx:name=Invoker,protocol=jrmp,service=proxyFactory,type=adaptor" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jmx:name=Invoker,protocol=jrmp,service=proxyFactory,type=adaptor' **
              Deployment "JBossWebServices" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb2-container-jboss-beans.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ejb.EJB2UserTransactionProvider from BaseClassLoader@1722fe15{VFSClassLoaderPolicy@7a572090{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/ejb2-container-jboss-beans.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1847266479[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7us-1k real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7us-1k]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deployers/jbossweb.deployer/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.web.deployers.WARStructure from BaseClassLoader@64fef26a{VFSClassLoaderPolicy@1ddd40f3{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/jbossweb.deployer/ domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@684925142[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s6-d real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s6-d], FileHandler@1024513674[path=jbossweb.deployer context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/jbossweb.deployer/], DelegatingHandler@477437272[path=jbossweb.deployer/jboss-web-deployer.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/jbossweb.deployer/jboss-web-deployer.jar]]  delegates=null exported=[, org.jboss.web.tomcat.service.deployers, META-INF] <IMPORT-ALL>NON_EMPTY}}
              Deployment "JCAMetaDataRepository" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.ConnectorMetaData
              Deployment "TxConnectionFactoryTemplate" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.LocalDataSourceDeploymentMetaData
              Deployment "TxInstanceClassFactory" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.TxConnectionFactoryDeploymentMetaData
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/jmx-invoker-service.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.invocation.jrmp.server.JRMPProxyFactory from BaseClassLoader@608a6351{VFSClassLoaderPolicy@1d7e8c5b{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/jmx-invoker-service.xml domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@1597028733[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7un-15 real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7un-15]]  delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
              Deployment "NoTxCFInstanceClassFactory" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.NoTxConnectionFactoryDeploymentMetaData
              Deployment "XADataSourceTemplateInfo" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.XADataSourceDeploymentMetaData
              Deployment "vfszip:/C:/JBoss/510_GA/server/default/deploy/Second.war/" is in error due to the following reason(s): java.util.zip.ZipException: error in opening zip file
              Deployment "vfsfile:/C:/JBoss/510_GA/server/default/deploy/uuid-key-generator.sar/" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.ejb.plugins.keygenerator.KeyGeneratorFactory from BaseClassLoader@7b26c885{VFSClassLoaderPolicy@2f36d2ed{name=vfsfile:/C:/JBoss/510_GA/server/default/deploy/uuid-key-generator.sar/ domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@944889298[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7us-1j real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs7us-1j], FileHandler@112861921[path=uuid-key-generator.sar context=file:/C:/JBoss/510_GA/server/default/deploy/ real=file:/C:/JBoss/510_GA/server/default/deploy/uuid-key-generator.sar/]]  delegates=null exported=[org.jboss.ejb.plugins.keygenerator.uuid, META-INF, org.jboss.ejb.plugins.keygenerator.hilo] <IMPORT-ALL>NON_EMPTY}}
              Deployment "ManagedConnectionFactoryDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentGroup
              Deployment "LocalTxDataSourceTemplateInfo" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.LocalDataSourceDeploymentMetaData
              Deployment "ManagedConnectionFactoryParserDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentGroup
              Deployment "NoTxConnectionFactoryTemplate" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.LocalDataSourceDeploymentMetaData
              Deployment "SeamDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.metadata.web.jboss.JBossWebMetaData from BaseClassLoader@b5a191e{VFSClassLoaderPolicy@48270664{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/seam.deployer/ domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@2048177213[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s7-f real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s7-f], DelegatingHandler@1699041128[path=seam.deployer/jboss-seam-int-microcontainer.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/seam.deployer/jboss-seam-int-microcontainer.jar]]  delegates=null exported=[org.jboss.seam.integration.microcontainer.deployers, META-INF.maven.org.jboss.seam.integration.jboss-seam-int-microcontainer, META-INF] <IMPORT-ALL>NON_EMPTY}}
              Deployment "WebBeansWebUrlIntegrationDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.metadata.web.jboss.JBossWebMetaData from BaseClassLoader@78f77c8e{VFSClassLoaderPolicy@40128cad{name=vfsfile:/C:/JBoss/510_GA/server/default/deployers/webbeans.deployer/ domain=ClassLoaderDomain@1c20eb7{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@58fe64b9} roots=[MemoryContextHandler@30528184[path= context=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s7-g real=vfsmemory://5c4o15-c31fha-ggxvs0am-1-ggxvs5s7-g], DelegatingHandler@1986080502[path=webbeans.deployer/jsr299-api.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/webbeans.deployer/jsr299-api.jar], DelegatingHandler@1716671793[path=webbeans.deployer/webbeans-api.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/webbeans.deployer/webbeans-api.jar], DelegatingHandler@660027506[path=webbeans.deployer/webbeans-jboss-int-deployer.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/webbeans.deployer/webbeans-jboss-int-deployer.jar], DelegatingHandler@1329256587[path=webbeans.deployer/webbeans-jboss-int-jboss-ejb.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/webbeans.deployer/webbeans-jboss-int-jboss-ejb.jar], DelegatingHandler@543077968[path=webbeans.deployer/webbeans-logging.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/webbeans.deployer/webbeans-logging.jar], DelegatingHandler@705908426[path=webbeans.deployer/webbeans-spi.jar context=file:/C:/JBoss/510_GA/server/default/deployers/ real=file:/C:/JBoss/510_GA/server/default/deployers/webbeans.deployer/webbeans-spi.jar]]  delegates=null exported=[org.jboss.webbeans.integration.deployer.cl, , org.jboss.webbeans.integration.deployer.metadata, org.jboss.webbeans.servlet.api, META-INF.maven.org.jboss.webbeans.webbeans-logging, org.jboss.webbeans.integration.messaging, org.jboss.webbeans.ejb.api, org.jboss.webbeans.transaction.spi, javax.event, org.jboss.webbeans.persistence.spi.helpers, org.jboss.webbeans.bootstrap.api.helpers, org.jboss.webbeans.integration.ws, org.jboss.webbeans.bootstrap.spi.helpers, javax.context, META-INF.maven.org.jboss.webbeans.integration.webbeans-jboss-int-jboss-ejb, META-INF.maven.org.jboss.webbeans.integration.webbeans-jboss-int-deployer, org.jboss.webbeans.integration.ejb, org.jboss.webbeans.integration.deployer.env, org.jboss.webbeans.resources.spi, javax.decorator, javax.inject, javax.annotation, org.jboss.webbeans.servlet.api.helpers, META-INF.maven.org.jboss.webbeans.webbeans-api, org.jboss.webbeans.bootstrap.spi, org.jboss.webbeans.context.api, org.jboss.webbeans.ws.spi, javax.inject.manager, javax.interceptor, org.jboss.webbeans.integration.persistence, org.jboss.webbeans.integration.util, org.jboss.webbeans.ejb.spi.helpers, META-INF.maven.org.jboss.webbeans.jsr299-api, org.jboss.webbeans.conversation, org.jboss.webbeans.integration.transaction, org.jboss.webbeans.integration.deployer.ext, org.jboss.webbeans.ejb.spi, org.jboss.webbeans.messaging.spi, org.jboss.webbeans.resources.spi.helpers, org.jboss.webbeans.ws.spi.helpers, org.jboss.webbeans.context.api.helpers, org.jboss.webbeans.manager.api, org.jboss.webbeans.bootstrap.api, org.jboss.webbeans.integration.resource, META-INF, org.jboss.webbeans.persistence.spi, org.jboss.webbeans.log, javax.webbeans, org.jboss.webbeans.integration.vdf, META-INF.maven.org.jboss.webbeans.webbeans-spi, org.jboss.webbeans.messaging.spi.helpers, org.jboss.webbeans.integration.deployer] <IMPORT-ALL>NON_EMPTY}}
            11:51:52,715 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 11s:412ms

            So I tried rerunning the project using Mojarra 1.2 and even added the WAR_BUNDLES_JSF_IMPL to web.xml so that I could toggle it to true/false to see if it made any difference.  I'm still getting the ZipException stack dump.  Any more ideas?

             

             

            I did notice the server redeployed itself once without me asking it to.  Also if you look here: http://community.jboss.org/thread/49719  they mention something about irregular WEB-INF folder structure.  Only thing I see that's irregular is that there's nothing in the WEB-INF/lib folder.  Should there be?  The web.xml and the faces-config.xml are there.

             

            Here: http://community.jboss.org/thread/158835 they say to use 5.10 instead of 5.0.  I am already using the 5.10GA release.

             

            Here http://stackoverflow.com/questions/646322/jboss5-cannot-deploy-due-to-java-util-zip-zipexception-error-in-opening-zip-fil there are several suggestions but none float to the top.  I'm not sure I should go tinkering around with a bunch of things I don't understand.

             

            Um..I did read somewhere that it might be a security issue; that JBoss is running without sufficient privileges.  Anyways on Windows 7 I see there's a little lock on the deployed WAR file.  Could this be the problem?  JBoss is trying to open/read a file that it doesn't have permission to?  To this end I've tried running Eclipse as admin but that didn't work either.

             

            EDIT:

             

            I opened up the WAR file with WinRAR and looked inside:

             

            META-INF/manifest.mf

            WEB-INF/classes/second/temperatureConverter

            WEB-INF/lib/jsf-api.jar

            WEB-INF/lib/jsf-impl.jar

            WEB-INF/lib/jstl-api-1.2.jar

            WEB-INF/lib/jstl-impl-1.2.jar

            WEB-INF/faces-config.xml

            WEB-INF/web.xml

            Convertor.jsp

             

            So that looks pretty regular to me.  Any problems there?

             

             

             

            Thanks

            • 3. Re: JBoss JSF Attempt
              dennishopper

              So I downloaded Glassfish 3 and, in about ten minutes, I had the example working.  Still, if anyone can figure out the problem with JBoss I'd love to know.

              • 4. Re: JBoss JSF Attempt
                jaikiran

                Can you post the latest exception stacktrace (with AS 5.1.0)? I'm not sure whether this is a JSF library issue or a JBoss AS (VFS) issue.

                • 5. Re: JBoss JSF Attempt
                  dennishopper

                  I'm still getting the same stack dump as the original post.  It's a DeploymentException with a bunch of stuff about how the unzipping of the WAR failed due to malformed structure.  Like I said in my follow-up post, the same WAR file works on Glassfish 3 with no problems.  It seems JBoss 5.10 is really picky about some aspect of deployment or WAR file structure and I have no idea why.  I'm a little shocked that this problem isn't already solved.

                  • 6. Re: JBoss JSF Attempt
                    dennishopper

                    Bump.

                    • 7. Re: JBoss JSF Attempt
                      jaikiran

                      The reason I asked for the latest stacktrace was because you mentioned that earlier you were using 5.0 and now have upgraded to 5.1.0. Furthermore, one of your post points to various different issues present in 5.1.0. Note that, I'm not blaming you for pointing to those threads, but just mentioning that tackling one issue at a time is easier.

                       

                      Anyway, coming back to the ZipException. Does your war file have any hidden files in WEB-INF folder? I wouldn't really expect a ZipException for that one, but a continuos redeploy is kind of a known issue, due to such files:

                       

                      http://community.jboss.org/thread/2463

                      http://seamframework.org/Documentation/WhatHappensWhenYouDeploySeamAppInJBoss5

                      http://community.jboss.org/thread/127835

                      http://community.jboss.org/thread/2417

                      http://community.jboss.org/thread/65620

                      • 8. Re: JBoss JSF Attempt
                        jaikiran

                        jaikiran pai wrote:

                         

                        The reason I asked for the latest stacktrace was because you mentioned that earlier you were using 5.0 and now have upgraded to 5.1.0.

                        I take that back. I was wrong. You never said you were on 5.0 version. I must have confused this thread with some other thread. Sorry about that.

                        • 9. Re: JBoss JSF Attempt
                          dennishopper

                          Thanks for answering.

                           

                          As far as I know there are no hidden files.  It has only redeployed automatically once in the dozen or so attempts I've made to start it, so I don't think that is the issue.  I'll read some on those links later but, for now, assume that's not the problem. However, is there some definitive way to check if that this is or is not the problem?

                          • 10. Re: JBoss JSF Attempt
                            dennishopper

                            Bump.