Problema com deploy jboss 7 class path entry webservices-rt.jar

Olá estou com problemas ao fazer deploy no jboss 7.1 ta dando falha no deploy o mais estranho é que direto do netbeans com o glasfish ele roda blz
mas quando jogo o .war na pasta deployments da esse erro :

11:52:59,046 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
11:52:59,108 INFO [org.jboss.as.security] (ServerService Thread Pool – 44) JBAS013101: Activating Security Subsystem
11:52:59,296 INFO [org.jboss.as.webservices] (ServerService Thread Pool – 48) JBAS015537: Activating WebServices Extension
11:52:59,374 INFO [org.jboss.as.security] (MSC service thread 1-1) JBAS013100: Current PicketBox version=4.0.7.Final
11:52:59,624 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.2.GA
11:52:59,702 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http–0.0.0.0-8080
11:52:59,874 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory C:\Jboss\jboss-as-7.1.1.Final\standalone\deployments
11:52:59,921 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment eComUseSoft.war
11:52:59,968 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:9999
11:52:59,968 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /0.0.0.0:4447
11:52:59,999 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
11:53:00,218 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "eComUseSoft.war"
11:53:02,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_l10n.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_ja.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_zh.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_fr.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_de.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_es.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_it.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_sw.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_ko.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:02,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry webservices-rt_zh_TW.jar in “/C:/Documents and Settings/Administrador/Desktop/content/eComUseSoft.war/WEB-INF/lib/webservices-rt.jar” does not point to a valid jar for a Class-Path reference.
11:53:03,594 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit.“eComUseSoft.war”.PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit.“eComUseSoft.war”.PARSE: Failed to process phase PARSE of deployment "eComUseSoft.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) [rt.jar:1.6.0_38]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.6.0_38]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.6.0_38]
Caused by: java.lang.IllegalArgumentException: JBAS015533: Web Service endpoint com.sun.xml.ws.tx.webservice.member.coord.ActivationRequesterPortTypeImpl with URL pattern /Coordinator is already registered. Web service endpoint com.sun.xml.ws.tx.webservice.member.coord.RegistrationRequesterPortTypeImpl is requesting the same URL pattern.
at org.jboss.as.webservices.metadata.model.AbstractDeployment.addEndpoint(AbstractDeployment.java:60)
at org.jboss.as.webservices.metadata.model.JAXWSDeployment.addEndpoint(JAXWSDeployment.java:27)
at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXWS_POJO.processAnnotation(WSIntegrationProcessorJAXWS_POJO.java:94)
at org.jboss.as.webservices.deployers.AbstractIntegrationProcessorJAXWS.deploy(AbstractIntegrationProcessorJAXWS.java:87)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
… 5 more

11:53:03,609 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015951: Admin console listening on http://127.0.0.1:9990
11:53:03,609 ERROR [org.jboss.as] (MSC service thread 1-2) JBAS015875: JBoss AS 7.1.1.Final “Brontes” started (with errors) in 6923ms - Started 136 of 212 services (1 services failed or missing dependencies, 74 services are passive or on-demand)
11:53:03,609 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment “eComUseSoft.war” was rolled back with failure message {“JBAS014671: Failed services” => {“jboss.deployment.unit.“eComUseSoft.war”.PARSE” => “org.jboss.msc.service.StartException in service jboss.deployment.unit.“eComUseSoft.war”.PARSE: Failed to process phase PARSE of deployment “eComUseSoft.war””}}
11:53:03,609 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.deployment.unit.“eComUseSoft.war”.PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit.“eComUseSoft.war”.PARSE: Failed to process phase PARSE of deployment “eComUseSoft.war”

11:53:03,609 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {“JBAS014653: Composite operation failed and was rolled back. Steps that failed:” => {“Operation step-2” => {“JBAS014671: Failed services” => {“jboss.deployment.unit.“eComUseSoft.war”.PARSE” => “org.jboss.msc.service.StartException in service jboss.deployment.unit.“eComUseSoft.war”.PARSE: Failed to process phase PARSE of deployment “eComUseSoft.war””}}}}
11:53:03,797 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment eComUseSoft.war in 181ms
11:55:20,422 INFO [org.jboss.as.controller] (MSC service thread 1-1) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.server.controller.management.security_realm.ApplicationRealm.properties_authentication (missing) dependents: [service jboss.server.controller.management.security_realm.ApplicationRealm]

11:55:20,438 INFO [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011942: Stopping OSGi Framework