Deployments missing dependencies

Estou com erro ao iniciar o jboss esta dando erro de referência em algumas máquinas que eu estou rodando em outras roda normal sem erros não sei o que pode estar errado não acho a solução de jeito nenhum se alguem puder ajudar estou fazendo um projeto com ejb3 com jpa e jboss 5 desde já agradeço

[code]11:24:15,733 INFO [ServerImpl] Starting JBoss (Microcontainer)…
11:24:15,734 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902231221)
11:24:15,734 INFO [ServerImpl] Bootstrap URL: null
11:24:15,734 INFO [ServerImpl] Home Dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA
11:24:15,735 INFO [ServerImpl] Home URL: file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/
11:24:15,735 INFO [ServerImpl] Library URL: file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/lib/
11:24:15,736 INFO [ServerImpl] Patch URL: null
11:24:15,736 INFO [ServerImpl] Common Base URL: file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/common/
11:24:15,736 INFO [ServerImpl] Common Library URL: file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/common/lib/
11:24:15,736 INFO [ServerImpl] Server Name: default
11:24:15,736 INFO [ServerImpl] Server Base Dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server
11:24:15,736 INFO [ServerImpl] Server Base URL: file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/
11:24:15,737 INFO [ServerImpl] Server Config URL: file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/conf/
11:24:15,737 INFO [ServerImpl] Server Home Dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server\default
11:24:15,737 INFO [ServerImpl] Server Home URL: file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/
11:24:15,737 INFO [ServerImpl] Server Data Dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server\default\data
11:24:15,737 INFO [ServerImpl] Server Library URL: file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/lib/
11:24:15,737 INFO [ServerImpl] Server Log Dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server\default\log
11:24:15,738 INFO [ServerImpl] Server Native Dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server\default\tmp\native
11:24:15,738 INFO [ServerImpl] Server Temp Dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server\default\tmp
11:24:15,738 INFO [ServerImpl] Server Temp Deploy Dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server\default\tmp\deploy
11:24:16,304 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/conf/bootstrap.xml
11:24:16,742 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
11:24:16,745 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
11:24:17,009 INFO [CopyMechanism] VFS temp dir: D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server\default\tmp
11:24:17,010 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
11:24:17,783 INFO [ServerInfo] Java version: 1.7.0_01,Oracle Corporation
11:24:17,783 INFO [ServerInfo] Java Runtime: Java™ SE Runtime Environment (build 1.7.0_01-b08)
11:24:17,783 INFO [ServerInfo] Java VM: Java HotSpot™ Client VM 21.1-b02,Oracle Corporation
11:24:17,783 INFO [ServerInfo] OS-System: Windows 7 6.1,x86
11:24:17,815 INFO [JMXKernel] Legacy JMX core initialized
11:24:19,236 INFO [ProfileServiceImpl] Loading profile: default from: org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@1ae303a(root=D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server, key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default])
11:24:19,238 INFO [ProfileImpl] Using repository:org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@1ae303a(root=D:\Meus documentos\Downloads\Porjetos\SegurancaFinal\jboss-5.0.1.GA\server, key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default])
11:24:19,238 INFO [ProfileServiceImpl] Loaded profile: ProfileImpl@160dbd{key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]}
11:24:21,358 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
11:24:25,916 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
11:24:25,916 INFO [NativeServerConfig] 3.0.5.GA
11:24:32,217 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@9099231{vfszip:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/SegurancaEAR.ear/SegurancaEJB.jar/}
11:24:32,219 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@9099231{vfszip:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/SegurancaEAR.ear/SegurancaEJB.jar/}
11:24:32,219 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@9099231{vfszip:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/SegurancaEAR.ear/SegurancaEJB.jar/}
11:24:32,219 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@9099231{vfszip:/D:/Meus%20documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/SegurancaEAR.ear/SegurancaEJB.jar/}
11:24:34,788 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
11:24:34,934 INFO [MailService] Mail Service bound to java:/Mail
11:24:36,982 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.
11:24:37,003 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
11:24:37,156 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
11:24:37,156 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
11:24:37,436 INFO [TransactionManagerService] Initializing recovery manager
11:24:37,620 INFO [TransactionManagerService] Recovery manager configured
11:24:37,620 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
11:24:37,653 INFO [TransactionManagerService] Starting transaction recovery manager
11:24:38,168 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
11:24:38,169 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
11:24:38,169 INFO [StandardService] Starting service jboss.web
11:24:38,172 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.2.GA
11:24:38,222 INFO [Catalina] Server startup in 114 ms
11:24:38,241 INFO [TomcatDeployment] deploy, ctxPath=/invoker
11:24:39,651 INFO [TomcatDeployment] deploy, ctxPath=/web-console
11:24:40,018 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
11:24:40,139 INFO [RARDeployment] Required license terms exist, view vfszip:/D:/Meus documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
11:24:40,158 INFO [RARDeployment] Required license terms exist, view vfszip:/D:/Meus documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
11:24:40,181 INFO [RARDeployment] Required license terms exist, view vfszip:/D:/Meus documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
11:24:40,200 INFO [RARDeployment] Required license terms exist, view vfszip:/D:/Meus documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
11:24:40,238 INFO [RARDeployment] Required license terms exist, view vfszip:/D:/Meus documentos/Downloads/Porjetos/SegurancaFinal/jboss-5.0.1.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
11:24:40,330 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
11:24:40,364 INFO [QuartzScheduler] Quartz Scheduler v.1.6.0 created.
11:24:40,367 INFO [RAMJobStore] RAMJobStore initialized.
11:24:40,367 INFO [StdSchedulerFactory] Quartz scheduler ‘DefaultQuartzScheduler’ initialized from default resource file in Quartz package: ‘quartz.properties’
11:24:40,367 INFO [StdSchedulerFactory] Quartz scheduler version: 1.6.0
11:24:40,368 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
11:24:40,914 INFO [ConnectionFactoryBindingService] Bound ConnectionManager ‘jboss.jca:service=DataSourceBinding,name=DefaultDS’ to JNDI name ‘java:DefaultDS’
11:24:41,379 INFO [ServerPeer] JBoss Messaging 1.4.1.GA server [0] started
11:24:41,514 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
11:24:41,583 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
11:24:41,583 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@16aca7 started
11:24:41,592 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
11:24:41,592 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@322e74 started
11:24:41,594 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
11:24:41,595 WARN [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
11:24:41,595 WARN [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
11:24:41,597 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
11:24:41,597 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@15d8888 started
11:24:41,760 INFO [ConnectionFactoryBindingService] Bound ConnectionManager ‘jboss.jca:service=ConnectionFactoryBinding,name=JmsXA’ to JNDI name ‘java:JmsXA’
11:24:41,777 INFO [TomcatDeployment] deploy, ctxPath=/
11:24:41,840 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
11:24:43,218 INFO [JBossASKernel] Created KernelDeployment for: SegurancaEJB.jar
11:24:43,225 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=SegurancaEAR.ear,jar=SegurancaEJB.jar,name=GerenciadorSeguranca,service=EJB3
11:24:43,225 INFO [JBossASKernel] with dependencies:
11:24:43,225 INFO [JBossASKernel] and demands:
11:24:43,225 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
11:24:43,225 INFO [JBossASKernel] persistence.unit:unitName=SegurancaEAR.ear/lib/SegurancaJPA.jar#SegurancaJPA
11:24:43,225 INFO [JBossASKernel] and supplies:
11:24:43,225 INFO [JBossASKernel] jndi:SegurancaEAR/GerenciadorSeguranca/remote-br.com.seguranca.gerenciador.SegurancaRemote
11:24:43,226 INFO [JBossASKernel] jndi:SegurancaEAR/GerenciadorSeguranca/remote
11:24:43,226 INFO [JBossASKernel] Class:br.com.seguranca.gerenciador.SegurancaRemote
11:24:43,226 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=SegurancaEAR.ear,jar=SegurancaEJB.jar,name=GerenciadorSeguranca,service=EJB3) to KernelDeployment of: SegurancaEJB.jar
11:24:44,205 INFO [TomcatDeployment] deploy, ctxPath=/SegurancaWEB
11:24:47,498 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
Deployment “jboss.j2ee:ear=SegurancaEAR.ear,jar=SegurancaEJB.jar,name=GerenciadorSeguranca,service=EJB3” is missing the following dependencies:
Dependency “<UNKNOWN jboss.j2ee:ear=SegurancaEAR.ear,jar=SegurancaEJB.jar,name=GerenciadorSeguranca,service=EJB3>” (should be in state “Described”, but is actually in state “** UNRESOLVED Demands ‘persistence.unit:unitName=SegurancaEAR.ear/lib/SegurancaJPA.jar#SegurancaJPA’ ")
Deployment “persistence.unit:unitName=SegurancaEAR.ear/lib/SegurancaJPA.jar#SegurancaJPA” is missing the following dependencies:
Dependency “jboss.jca:name=segurancaDS,service=DataSourceBinding” (should be in state “Create”, but is actually in state "
NOT FOUND Depends on ‘jboss.jca:name=segurancaDS,service=DataSourceBinding’ **”)

DEPLOYMENTS IN ERROR:
Deployment “jboss.jca:name=segurancaDS,service=DataSourceBinding” is in error due to the following reason(s): ** NOT FOUND Depends on ‘jboss.jca:name=segurancaDS,service=DataSourceBinding’ **
Deployment “<UNKNOWN jboss.j2ee:ear=SegurancaEAR.ear,jar=SegurancaEJB.jar,name=GerenciadorSeguranca,service=EJB3>” is in error due to the following reason(s): ** UNRESOLVED Demands ‘persistence.unit:unitName=SegurancaEAR.ear/lib/SegurancaJPA.jar#SegurancaJPA’ **

11:24:47,510 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
11:24:47,557 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
11:24:47,564 INFO [ServerImpl] JBoss (Microcontainer) [5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902231221)] Started in 31s:824ms[/code]

No servidor que funciona deve ter esse jar que está faltando no servidor que dá erro:
UNRESOLVED Demands ‘persistence.unit:unitName=SegurancaEAR.ear/lib/SegurancaJPA.jar#SegurancaJPA’ **

Ele não está achando o jar/persistence.xml

Vou dar uma olhada a ver se é isso mesmo pode ser que ele não esteja vendo esse arquivo, mas estranho eu apenas peguei um projeto que estava rodando em uma máquina e botei em outra e não rodou estou usando o mesmo jboss, e onde eu posso encontrar esse jar no computador que está rodando ?

Tenta ao invés de copiar apenas o projeto, copiar o jboss tb. \o_

Sim sim claro isso eu ja fiz hehehe vlwww pela dica

meu mapeamento do persitence.xml ta o seguinte no projeto SegurancaJPA vinculado com o SegurancaEAR

<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
	<persistence-unit name="SegurancaJPA" transaction-type="JTA">
		<jta-data-source>java:segurancaDS</jta-data-source>
		<class>br.com.seguranca.dominio.Perfil</class>
		<class>br.com.seguranca.dominio.Usuario</class>
		<class>br.com.seguranca.dominio.Privilegio</class>
		<class>br.com.seguranca.dominio.Recurso</class>
		<class>br.com.seguranca.dominio.Acao</class>
		<class>br.com.seguranca.dominio.Permissao</class>	
	 <properties>  
              <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>    
              <property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver"/>    
              <property name="hibernate.connection.url" value="jdbc:mysql://localhost:3306/seguranca"/>    
              <property name="hibernate.connection.username" value="root"/>    
              <property name="hibernate.connection.password" value="root"/>  
    </properties>  
	
	</persistence-unit>

</persistence>

e o meu SegurancaEAR o application.xml está configurado assim

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" id="Application_ID" version="5">
  <display-name>SegurancaEAR</display-name>
  <module>
    <ejb>SegurancaEJB.jar</ejb>
  </module>
  <module>
    <web>
      <web-uri>SegurancaWEB.war</web-uri>
      <context-root>SegurancaWEB</context-root>
    </web>
  </module>
</application>

Quero saber se eles estão configurados certo obrigado desde ja