1 Reply Latest reply on Aug 4, 2011 6:00 AM by wolfgangknauf

    Error installing to PostClassLoader....Cannot process metadata

    amien

      Hi

      Now I have this error

      Before everything works projects EJB-Client

      I tried pojects Web-EJB , and when I return to run my first projects (EJB client) then I have this error

      (JBoss 5.1, Postgres, Eclipse, Win 7)

       

      16:32:39,446 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
      16:32:39,447 INFO  [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)
      16:32:39,447 INFO  [ServerImpl] Bootstrap URL: null
      16:32:39,447 INFO  [ServerImpl] Home Dir: E:\ProgramFiles\jboss-5.1.0
      16:32:39,447 INFO  [ServerImpl] Home URL: file:/E:/ProgramFiles/jboss-5.1.0/
      16:32:39,448 INFO  [ServerImpl] Library URL: file:/E:/ProgramFiles/jboss-5.1.0/lib/
      16:32:39,449 INFO  [ServerImpl] Patch URL: null
      16:32:39,449 INFO  [ServerImpl] Common Base URL: file:/E:/ProgramFiles/jboss-5.1.0/common/
      16:32:39,449 INFO  [ServerImpl] Common Library URL: file:/E:/ProgramFiles/jboss-5.1.0/common/lib/
      16:32:39,449 INFO  [ServerImpl] Server Name: default
      16:32:39,449 INFO  [ServerImpl] Server Base Dir: E:\ProgramFiles\jboss-5.1.0\server
      16:32:39,449 INFO  [ServerImpl] Server Base URL: file:/E:/ProgramFiles/jboss-5.1.0/server/
      16:32:39,449 INFO  [ServerImpl] Server Config URL: file:/E:/ProgramFiles/jboss-5.1.0/server/default/conf/
      16:32:39,449 INFO  [ServerImpl] Server Home Dir: E:\ProgramFiles\jboss-5.1.0\server\default
      16:32:39,450 INFO  [ServerImpl] Server Home URL: file:/E:/ProgramFiles/jboss-5.1.0/server/default/
      16:32:39,450 INFO  [ServerImpl] Server Data Dir: E:\ProgramFiles\jboss-5.1.0\server\default\data
      16:32:39,450 INFO  [ServerImpl] Server Library URL: file:/E:/ProgramFiles/jboss-5.1.0/server/default/lib/
      16:32:39,450 INFO  [ServerImpl] Server Log Dir: E:\ProgramFiles\jboss-5.1.0\server\default\log
      16:32:39,450 INFO  [ServerImpl] Server Native Dir: E:\ProgramFiles\jboss-5.1.0\server\default\tmp\native
      16:32:39,450 INFO  [ServerImpl] Server Temp Dir: E:\ProgramFiles\jboss-5.1.0\server\default\tmp
      16:32:39,450 INFO  [ServerImpl] Server Temp Deploy Dir: E:\ProgramFiles\jboss-5.1.0\server\default\tmp\deploy
      16:32:40,084 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/E:/ProgramFiles/jboss-5.1.0/server/default/conf/bootstrap.xml
      16:32:40,735 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
      16:32:40,738 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
      16:32:40,975 INFO  [CopyMechanism] VFS temp dir: E:\ProgramFiles\jboss-5.1.0\server\default\tmp
      16:32:40,977 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.
      16:32:41,827 INFO  [ServerInfo] Java version: 1.7.0,Oracle Corporation
      16:32:41,827 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.7.0-b147)
      16:32:41,827 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 21.0-b17,Oracle Corporation
      16:32:41,828 INFO  [ServerInfo] OS-System: Windows 7 6.1,x86
      16:32:41,829 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dfile.encoding=Cp1256 
      16:32:41,859 INFO  [JMXKernel] Legacy JMX core initialized
      16:32:43,294 INFO  [ProfileServiceBootstrap] Loading profile: ProfileKey@1a3e3a2[domain=default, server=default, name=default]
      16:32:44,687 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
      16:32:49,680 INFO  [NativeServerConfig] JBoss Web Services - Stack Native Core
      16:32:49,680 INFO  [NativeServerConfig] 3.1.2.GA
      16:32:50,232 INFO  [AttributeCallbackItem] Owner callback not implemented.
      16:32:51,479 INFO  [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@e33b3d[ defaultDomain='jboss' ]
      16:33:00,434 ERROR [AbstractKernelController] Error installing to PostClassLoader: name=vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/ state=ClassLoader mode=Manual requiredState=PostClassLoader
      org.jboss.deployers.spi.DeploymentException: Cannot process metadata
                at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
                at org.jboss.deployment.AnnotationMetaDataDeployer.deploy(AnnotationMetaDataDeployer.java:181)
                at org.jboss.deployment.AnnotationMetaDataDeployer.deploy(AnnotationMetaDataDeployer.java:93)
                at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
                at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
                at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
                at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)
                at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
                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.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
                at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
                at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
                at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
                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.ClassNotFoundException: Main from BaseClassLoader@89233f{VFSClassLoaderPolicy@1691704{name=vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/ domain=ClassLoaderDomain@7ac23e{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@562791} roots=[MemoryContextHandler@6696259[path= context=vfsmemory://5c4o14-v8ttyj-gqwgh6xr-1-gqwghj1z-2b real=vfsmemory://5c4o14-v8ttyj-gqwgh6xr-1-gqwghj1z-2b], DelegatingHandler@2462500[path=GemaExport.ear context=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/ real=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear], DelegatingHandler@14637832[path=GemaExport.ear/GemaExportConnector.rar context=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/ real=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/GemaExportConnector.rar], DelegatingHandler@30501546[path=GemaExport.ear/GemaExportClient.jar context=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/ real=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/GemaExportClient.jar], DelegatingHandler@28435388[path=GemaExport.ear/GemaExportEJB.jar context=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/ real=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/GemaExportEJB.jar]]  delegates=null exported=[, com, META-INF] <IMPORT-ALL>NON_EMPTY}}
                at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:448)
                at java.lang.ClassLoader.loadClass(Unknown Source)
                at org.jboss.deployment.OptAnnotationMetaDataDeployer.processJBossClientMetaData(OptAnnotationMetaDataDeployer.java:115)
                at org.jboss.deployment.OptAnnotationMetaDataDeployer.processMetaData(OptAnnotationMetaDataDeployer.java:82)
                at org.jboss.deployment.AnnotationMetaDataDeployer.deploy(AnnotationMetaDataDeployer.java:177)
                ... 32 more
      16:33:00,463 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17440791{vfsfile:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/profileservice-secured.jar/}
      16:33:00,464 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17440791{vfsfile:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/profileservice-secured.jar/}
      16:33:00,464 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17440791{vfsfile:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/profileservice-secured.jar/}
      16:33:00,464 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17440791{vfsfile:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/profileservice-secured.jar/}
      16:33:02,962 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
      16:33:03,129 INFO  [MailService] Mail Service bound to java:/Mail
      16:33:12,909 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.
      16:33:12,924 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
      16:33:13,005 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
      16:33:13,057 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
      16:33:13,057 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
      16:33:13,312 INFO  [TransactionManagerService] Initializing recovery manager
      16:33:13,426 INFO  [TransactionManagerService] Recovery manager configured
      16:33:13,427 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
      16:33:13,457 INFO  [TransactionManagerService] Starting transaction recovery manager
      16:33:13,934 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\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Live\Shared;;C:\Program Files\Java\jdk1.7.0\bin;C:\Program Files\Apache Software Foundation\apache-maven-2.2.1\bin;C:\Users\AMINE\Downloads\Compressed\jboss-6.0.0.Final\bin;C:\SUN\SDK\bin;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Live\Shared;;C:\Program Files\Java\jdk1.7.0\bin;C:\Program Files\Apache Software Foundation\apache-maven-2.2.1\bin;C:\Users\AMINE\Downloads\Compressed\jboss-6.0.0.Final\bin;C:\Language\Fran-Ang.5-4;E:\Downloads\Compressed\eclipse helios;;.
      16:33:13,992 INFO  [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-127.0.0.1-8080
      16:33:13,992 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
      16:33:14,019 INFO  [StandardService] Dï?½marrage du service jboss.web
      16:33:14,022 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
      16:33:14,079 INFO  [Catalina] Server startup in 86 ms
      16:33:14,101 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
      16:33:14,752 INFO  [TomcatDeployment] deploy, ctxPath=/web-console
      16:33:15,694 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws
      16:33:15,812 INFO  [RARDeployment] Required license terms exist, view vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
      16:33:15,831 INFO  [RARDeployment] Required license terms exist, view vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
      16:33:15,854 INFO  [RARDeployment] Required license terms exist, view vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/jms-ra.rar/META-INF/ra.xml
      16:33:15,870 INFO  [RARDeployment] Required license terms exist, view vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/mail-ra.rar/META-INF/ra.xml
      16:33:15,894 INFO  [RARDeployment] Required license terms exist, view vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
      16:33:15,979 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
      16:33:16,012 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
      16:33:16,016 INFO  [RAMJobStore] RAMJobStore initialized.
      16:33:16,016 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
      16:33:16,016 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
      16:33:16,016 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
      16:33:16,203 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=exportjboss' to JNDI name 'java:exportjboss'
      16:33:16,769 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
      16:33:17,228 INFO  [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
      16:33:17,372 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
      16:33:17,372 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@134e0e4 started
      16:33:17,380 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
      16:33:17,380 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@763de1 started
      16:33:17,396 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
      16:33:17,397 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
      16:33:17,397 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
      16:33:17,398 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
      16:33:17,399 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@949754 started
      16:33:17,400 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
      16:33:17,619 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
      16:33:18,605 INFO  [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
      16:33:18,611 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
      16:33:18,611 INFO  [JBossASKernel]   with dependencies:
      16:33:18,612 INFO  [JBossASKernel]   and demands:
      16:33:18,612 INFO  [JBossASKernel]           jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
      16:33:18,612 INFO  [JBossASKernel]           jboss.ejb:service=EJBTimerService
      16:33:18,612 INFO  [JBossASKernel]   and supplies:
      16:33:18,612 INFO  [JBossASKernel]           Class:org.jboss.profileservice.spi.ProfileService
      16:33:18,612 INFO  [JBossASKernel]           jndi:SecureProfileService/remote
      16:33:18,612 INFO  [JBossASKernel]           jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
      16:33:18,612 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
      16:33:18,613 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
      16:33:18,613 INFO  [JBossASKernel]   with dependencies:
      16:33:18,613 INFO  [JBossASKernel]   and demands:
      16:33:18,613 INFO  [JBossASKernel]           jboss.ejb:service=EJBTimerService
      16:33:18,613 INFO  [JBossASKernel]   and supplies:
      16:33:18,613 INFO  [JBossASKernel]           jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
      16:33:18,614 INFO  [JBossASKernel]           Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
      16:33:18,614 INFO  [JBossASKernel]           jndi:SecureDeploymentManager/remote
      16:33:18,614 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
      16:33:18,614 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
      16:33:18,615 INFO  [JBossASKernel]   with dependencies:
      16:33:18,615 INFO  [JBossASKernel]   and demands:
      16:33:18,615 INFO  [JBossASKernel]           jboss.ejb:service=EJBTimerService
      16:33:18,615 INFO  [JBossASKernel]   and supplies:
      16:33:18,615 INFO  [JBossASKernel]           jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
      16:33:18,615 INFO  [JBossASKernel]           Class:org.jboss.deployers.spi.management.ManagementView
      16:33:18,615 INFO  [JBossASKernel]           jndi:SecureManagementView/remote
      16:33:18,615 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
      16:33:18,622 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1650aab{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}
      16:33:18,622 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@16699f6{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}
      16:33:18,622 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@8f30ef{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}
      16:33:18,712 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
      16:33:18,722 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
      16:33:18,768 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
      
      
      16:33:18,834 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
      16:33:18,834 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
      16:33:18,849 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
      
      
      16:33:18,897 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
      16:33:18,898 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
      16:33:18,909 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
      
      
      16:33:19,037 INFO  [TomcatDeployment] deploy, ctxPath=/admin-console
      16:33:19,115 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
      16:33:21,610 INFO  [TomcatDeployment] deploy, ctxPath=/
      16:33:21,668 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console
      16:33:21,740 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
      
      
      DEPLOYMENTS IN ERROR:
        Deployment "vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/" is in error due to the following reason(s): java.lang.ClassNotFoundException: Main from BaseClassLoader@89233f{VFSClassLoaderPolicy@1691704{name=vfszip:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/ domain=ClassLoaderDomain@7ac23e{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@562791} roots=[MemoryContextHandler@6696259[path= context=vfsmemory://5c4o14-v8ttyj-gqwgh6xr-1-gqwghj1z-2b real=vfsmemory://5c4o14-v8ttyj-gqwgh6xr-1-gqwghj1z-2b], DelegatingHandler@2462500[path=GemaExport.ear context=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/ real=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear], DelegatingHandler@14637832[path=GemaExport.ear/GemaExportConnector.rar context=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/ real=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/GemaExportConnector.rar], DelegatingHandler@30501546[path=GemaExport.ear/GemaExportClient.jar context=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/ real=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/GemaExportClient.jar], DelegatingHandler@28435388[path=GemaExport.ear/GemaExportEJB.jar context=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/ real=file:/E:/ProgramFiles/jboss-5.1.0/server/default/deploy/GemaExport.ear/GemaExportEJB.jar]]  delegates=null exported=[, com, META-INF] <IMPORT-ALL>NON_EMPTY}}
      
      
      16:33:21,752 INFO  [Http11Protocol] Dï?½marrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
      16:33:21,799 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
      16:33:21,805 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 42s:352ms
      
      

       

      Please I need help