I imorted project into eclipse but when i run it with jboss i get this error msg:
Code: Select all
Please can you tell me how to fix this thing?13:58:05,221 INFO [org.jboss.modules] JBoss Modules version 1.0.1.GA
13:58:09,528 INFO [org.jboss.msc] JBoss MSC version 1.0.0.GA
13:58:10,382 INFO [org.jboss.as] JBoss AS 7.0.0.Final "Lightning" starting
13:58:21,615 INFO [org.jboss.as] creating http management service using network interface (management) port (9990) securePort (-1)
13:58:21,669 INFO [org.jboss.as.logging] Removing bootstrap log handlers
13:58:21,914 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
13:58:22,057 INFO [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
13:58:22,727 INFO [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem
13:58:22,844 INFO [org.jboss.as.naming] (MSC service thread 1-4) Starting Naming Service
13:58:22,847 INFO [org.jboss.as.osgi] (Controller Boot Thread) Activating OSGi Subsystem
13:58:23,228 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
13:58:23,282 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2
13:58:23,956 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3
13:58:24,507 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3
13:58:27,663 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-4) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_27\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;native;C:/Program Files (x86)/Java/jre6/bin/client;C:/Program Files (x86)/Java/jre6/bin;C:/Program Files (x86)/Java/jre6/lib/i386;C:\Program Files\Java\jdk1.6.0_27\apache-maven-3.0.4\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin;C:\Program Files (x86)\MySQL\MySQL Server 5.5\bin;C:\Program Files\eclipse;;.
13:58:28,003 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
13:58:28,171 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-1) Starting remote JMX connector
13:58:28,781 INFO [org.jboss.as.remoting] (MSC service thread 1-3) Listening on /127.0.0.1:9999
13:58:30,068 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-3) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
13:58:32,323 INFO [org.jboss.as.connector] (MSC service thread 1-3) Starting JCA Subsystem (JBoss IronJacamar 1.0.0.CR2)
13:58:34,250 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) Bound data source [java:jboss/datasources/ExampleDS]
13:58:37,795 INFO [org.jboss.as.deployment] (MSC service thread 1-3) Started FileSystemDeploymentService for directory C:\jboss-as-web-7.0.0.Final\standalone\deployments
13:58:37,870 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.0.Final "Lightning" started in 36221ms - Started 92 of 147 services (55 services are passive or on-demand)
13:58:38,128 INFO [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Found ServletImportSearch.war in deployment directory. To trigger deployment create a file called ServletImportSearch.war.dodeploy
13:58:38,129 INFO [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Found FirstMavenProject.war in deployment directory. To trigger deployment create a file called FirstMavenProject.war.dodeploy
13:58:38,129 INFO [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Found ServletDatabaseConnection.war in deployment directory. To trigger deployment create a file called ServletDatabaseConnection.war.dodeploy
13:58:38,130 INFO [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Found OpenKMdynamic.war in deployment directory. To trigger deployment create a file called OpenKMdynamic.war.dodeploy
13:58:38,130 INFO [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Found WebApp.war in deployment directory. To trigger deployment create a file called WebApp.war.dodeploy
13:58:38,131 INFO [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Found openkm.war in deployment directory. To trigger deployment create a file called openkm.war.dodeploy
13:58:38,224 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) Starting deployment of "openkm.war"
13:58:56,598 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_cs.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,599 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_de_DE.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,599 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_es.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,600 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_fr.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,600 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_hu.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,600 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_it.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,601 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ja_JP.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,601 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ko_KR.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,601 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_pl.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,602 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_pt_BR.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,602 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_ru.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,602 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_zh_CN.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,602 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_zh_TW.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/derby-10.5.3.0_1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,603 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry gdata-core-1.0.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/gdata-client-1.0-1.41.1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,603 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry gdata-client-meta-1.0.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/gdata-client-1.0-1.41.1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,604 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry gdata-client-1.0.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/gdata-contacts-3.0-1.41.1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,604 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry gdata-contacts-meta-3.0.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/gdata-contacts-3.0-1.41.1.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,604 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry commons-io-1.4.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodconverter-core-3.0-beta-3.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,605 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry juh-3.1.0.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodconverter-core-3.0-beta-3.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,605 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry jurt-3.1.0.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodconverter-core-3.0-beta-3.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,605 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry ridl-3.1.0.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodconverter-core-3.0-beta-3.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,606 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry unoil-3.1.0.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodconverter-core-3.0-beta-3.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,606 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry json-20080701.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodconverter-core-3.0-beta-3.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,607 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry commons-cli-1.1.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodconverter-core-3.0-beta-3.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,607 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry commons-logging-1.1.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodreports-2.3.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,607 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry commons-io-1.4.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodreports-2.3.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,608 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry freemarker-2.3.16.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodreports-2.3.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,608 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry xom-1.2.5.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodreports-2.3.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,608 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry xml-apis-1.3.03.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jodreports-2.3.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,608 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry ridl.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/juh-3.1.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,609 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry jurt.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/juh-3.1.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,609 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry ../../lib/ in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/juh-3.1.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,610 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry ../bin/ in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/juh-3.1.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,610 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry ridl.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jurt-3.1.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,610 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry unoloader.jar in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jurt-3.1.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,611 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry ../../lib/ in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jurt-3.1.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,611 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry ../bin/ in "/C:/jboss-as-web-7.0.0.Final/standalone/deployments/openkm.war/WEB-INF/lib/jurt-3.1.0.jar" does not point to a valid jar for a Class-Path reference.
13:58:56,948 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "DRIVER=TRUE" for service type "de.schlichtherle.io.registry.properties"
13:58:56,949 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "DEFAULT=ear|jar|war|zip" for service type "de.schlichtherle.io.registry.properties"
13:58:56,949 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "zip=de.schlichtherle.io.archive.zip.ZipDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,950 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "ear|jar|war=de.schlichtherle.io.archive.zip.JarDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,950 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "odg|odp|ods|odt=de.schlichtherle.io.archive.zip.OdfDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,951 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "otg|otp|ots|ott=de.schlichtherle.io.archive.zip.OdfDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,951 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "odb|odf|odm|oth=de.schlichtherle.io.archive.zip.OdfDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,951 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "exe=de.schlichtherle.io.archive.zip.ReadOnlySfxDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,953 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "tzp|zip.rae|zip.raes=de.schlichtherle.io.archive.zip.raes.SafeZipRaesDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,953 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "tar=de.schlichtherle.io.archive.tar.TarDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,954 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "tgz|tar.gz=de.schlichtherle.io.archive.tar.TarGZipDriver" for service type "de.schlichtherle.io.registry.properties"
13:58:56,954 WARN [org.jboss.as.server.deployment.service-loader] (MSC service thread 1-4) Encountered invalid class name "tbz2|tar.bz2=de.schlichtherle.io.archive.tar.TarBZip2Driver" for service type "de.schlichtherle.io.registry.properties"
13:59:00,138 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.5)
13:59:00,441 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployment of "openkm.war" was rolled back with failure message {"Services with missing/unavailable dependencies" => ["jboss.web.realm.\"openkm.war\" missing [ jboss.security.security-domain.OpenKM ]"]}
13:59:00,442 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) Service status report
New missing/unsatisfied dependencies:
service jboss.security.security-domain.OpenKM (missing)
13:59:00,478 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 1) {"Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"Services with missing/unavailable dependencies" => ["jboss.web.realm.\"openkm.war\" missing [ jboss.security.security-domain.OpenKM ]"]}}}
13:59:01,122 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Stopped deployment openkm.war in 679ms
13:59:01,123 INFO [org.jboss.as.controller] (MSC service thread 1-2) Service status report
Newly corrected services:
service jboss.security.security-domain.OpenKM (no longer required)