Erro ao Iniciar o JBoss pela segunda vez no Eclipse

Pessoal,

No Eclipse eu configuro o Jboss na aba Server, new Server JBoss 7, aponto para a pasta que ele está.

Dou o Start e ele roda sem problemas.

15:28:56,317 INFO [org.jboss.modules] JBoss Modules version 1.0.2.GA 15:28:56,628 INFO [org.jboss.msc] JBoss MSC version 1.0.1.GA 15:28:56,670 INFO [org.jboss.as] JBoss AS 7.0.2.Final "Arc" starting 15:28:57,516 WARN [org.jboss.as] No security realm defined for native management service, all access will be unrestricted. 15:28:57,541 INFO [org.jboss.as] creating http management service using network interface (management) port (9990) 15:28:57,542 WARN [org.jboss.as] No security realm defined for http management service, all access will be unrestricted. 15:28:57,551 INFO [org.jboss.as.logging] Removing bootstrap log handlers 15:28:57,565 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2) 15:28:57,580 INFO [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem. 15:28:57,672 INFO [org.jboss.as.naming] (Controller Boot Thread) JBAS011800: Activating Naming Subsystem 15:28:57,692 INFO [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service 15:28:57,699 INFO [org.jboss.as.osgi] (Controller Boot Thread) JBAS011910: Activating OSGi Subsystem 15:28:57,719 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem 15:28:57,727 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2 15:28:57,740 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3 15:28:57,761 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3 15:28:58,039 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-1) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java 15:28:58,078 INFO [org.jboss.as.remoting] (MSC service thread 1-3) Listening on /127.0.0.1:9999 15:28:58,092 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem 15:28:58,124 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080 15:28:58,125 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-4) Starting remote JMX connector 15:28:58,511 INFO [org.jboss.as.connector] (MSC service thread 1-2) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final) 15:28:58,632 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:jboss/datasources/ExampleDS] 15:28:59,144 INFO [org.jboss.as.deployment] (MSC service thread 1-2) Started FileSystemDeploymentService for directory /Users/edsonmartins/Documents/Softwares/Application Server/jboss-as-web-7.0.2.Final/standalone/deployments 15:28:59,159 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.2.Final "Arc" started in 3103ms - Started 93 of 148 services (55 services are passive or on-demand)

Eu paro ele e tento iniciar novamente, mas ele não sobe e dá erro.

[code]eclipse.buildId=M20110909-1335
java.version=1.6.0_29
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product -keyring /Users/edsonmartins/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86 -product org.eclipse.epp.package.jee.product -keyring /Users/edsonmartins/.eclipse_keyring -showlocation

Error
Sun Feb 12 15:30:02 BRST 2012
Server JBoss 7.0 Runtime Server failed to start.[/code]

Isso acontece sempre na segunda vez que tento iniciar. Alguém já passou por isso ou tem ideia porque isso acontece?

Obrigado!

Onde está localizada a pasta contento os arquivos do Jboss ?

Aqui:

/Users/edsonmartins/Documents/Softwares/Application Server/jboss-as-web-7.0.2.Final

Já tentou usá-lo em C:\ , tente fazer um teste com ele na raiz

Já tentei na raiz, mas não uso windows. Ele parece encontrar a pasta e executa pela primeira vez, eu paro o jboss e tento subir novamente e me acontece o problema.