Ola pessoal.
Estamos migrando nossa aplicação do JBoss 4 para o 5.0.0. Alguns erros ja consegui resolver, porém estou em um que esta complicado. Se alguém puder me ajudar agradeceria muito.
A aplicação também trabalha com EJB 3.
Quando vou executar um PUBLISH, meu arquivo EAR contem apenas 1K de tamanho. Quando tento executar a aplicação o seguinte erro é exibido.
17:03:30,725 INFO [ServerImpl] Starting JBoss (Microcontainer)…
17:03:30,735 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812042120)
17:03:30,735 INFO [ServerImpl] Bootstrap URL: null
17:03:30,735 INFO [ServerImpl] Home Dir: C:\Arquivos de programas\jboss-5.0.0.GA
17:03:30,735 INFO [ServerImpl] Home URL: file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/
17:03:30,735 INFO [ServerImpl] Library URL: file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/lib/
17:03:30,735 INFO [ServerImpl] Patch URL: null
17:03:30,735 INFO [ServerImpl] Common Base URL: file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/common/
17:03:30,745 INFO [ServerImpl] Common Library URL: file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/common/lib/
17:03:30,745 INFO [ServerImpl] Server Name: default
17:03:30,745 INFO [ServerImpl] Server Base Dir: C:\Arquivos de programas\jboss-5.0.0.GA\server
17:03:30,745 INFO [ServerImpl] Server Base URL: file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/server/
17:03:30,745 INFO [ServerImpl] Server Config URL: file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/server/default/conf/
17:03:30,745 INFO [ServerImpl] Server Home Dir: C:\Arquivos de programas\jboss-5.0.0.GA\server\default
17:03:30,745 INFO [ServerImpl] Server Home URL: file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/server/default/
17:03:30,745 INFO [ServerImpl] Server Data Dir: C:\Arquivos de programas\jboss-5.0.0.GA\server\default\data
17:03:30,745 INFO [ServerImpl] Server Library URL: file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/server/default/lib/
17:03:30,745 INFO [ServerImpl] Server Log Dir: C:\Arquivos de programas\jboss-5.0.0.GA\server\default\log
17:03:30,745 INFO [ServerImpl] Server Native Dir: C:\Arquivos de programas\jboss-5.0.0.GA\server\default\tmp\native
17:03:30,745 INFO [ServerImpl] Server Temp Dir: C:\Arquivos de programas\jboss-5.0.0.GA\server\default\tmp
17:03:30,745 INFO [ServerImpl] Server Temp Deploy Dir: C:\Arquivos de programas\jboss-5.0.0.GA\server\default\tmp\deploy
17:03:31,566 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/server/default/conf/bootstrap.xml
17:03:32,227 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.IterableTimedVFSCache]
17:03:32,237 INFO [VFSCacheFactory] Using VFSCache [IterableTimedVFSCache{lifetime=1800, resolution=60}]
17:03:32,688 INFO [CopyMechanism] VFS temp dir: C:\Arquivos de programas\jboss-5.0.0.GA\server\default\tmp
17:03:32,698 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
17:03:34,521 INFO [ServerInfo] Java version: 1.6.0_03,Sun Microsystems Inc.
17:03:34,521 INFO [ServerInfo] Java VM: Java HotSpot™ Client VM 1.6.0_03-b05,Sun Microsystems Inc.
17:03:34,521 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
17:03:34,591 INFO [JMXKernel] Legacy JMX core initialized
17:03:37,555 INFO [ProfileServiceImpl] Loading profile: default from: org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@11dfada(root=C:\Arquivos de programas\jboss-5.0.0.GA\server, key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default])
17:03:37,555 INFO [ProfileImpl] Using repository:org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@11dfada(root=C:\Arquivos de programas\jboss-5.0.0.GA\server, key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default])
17:03:37,555 INFO [ProfileServiceImpl] Loaded profile: ProfileImpl@17fe89{key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]}
17:03:42,041 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
17:03:52,506 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
17:03:52,506 INFO [NativeServerConfig] 3.0.4.SP1
[color=blue][b][b]17:03:57,383 ERROR [ProfileServiceBootstrap] Failed to load profile:
org.jboss.deployers.spi.DeploymentException: Exception determining structure: AbstractVFSDeployment(SiacStore.ear)
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:85)
at org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.java:853)
at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:303)
at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:260)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:303)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Error determining structure: SiacStore.ear
at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:293)
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)
… 9 more
Caused by: java.lang.RuntimeException: SiacStoreEJB.jar module listed in application.xml does not exist within .ear vfszip:/C:/Arquivos%20de%20programas/jboss-5.0.0.GA/server/default/deploy/SiacStore.ear
at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:272)
… 13 more
17:03:57,403 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812042120)] Started in 26s:648ms
Alguém tem alguma idéia de qual possa ser o problema ???
Obrigado antecipadamente.[/b][/b][/color]