Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 15:06:01,621 INFO [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1
- 15:06:01,837 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA
- 15:06:01,914 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss AS 7.2.0.Alpha1-redhat-4 "Janus" starting
- 15:06:02,907 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found ROOT.war in deployment directory. To trigger deployment create a file called ROOT.war.dodeploy
- 15:06:02,985 INFO [org.xnio] (MSC service thread 1-21) XNIO Version 3.0.7.GA
- 15:06:02,991 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
- 15:06:02,994 INFO [org.xnio.nio] (MSC service thread 1-21) XNIO NIO Implementation Version 3.0.7.GA
- 15:06:03,005 INFO [org.jboss.remoting] (MSC service thread 1-21) JBoss Remoting version 3.2.14.GA
- 15:06:03,043 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 27) JBAS016200: Activating ConfigAdmin Subsystem
- 15:06:03,095 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 49) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
- 15:06:03,094 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 50) JBAS015537: Activating WebServices Extension
- 15:06:03,073 INFO [org.jboss.as.connector.logging] (MSC service thread 1-12) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.15.Final)
- 15:06:03,069 INFO [org.jboss.as.security] (ServerService Thread Pool -- 45) JBAS013171: Activating Security Subsystem
- 15:06:03,063 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 40) JBAS011906: Activating OSGi Subsystem
- 15:06:03,058 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 39) JBAS011800: Activating Naming Subsystem
- 15:06:03,047 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 32) JBAS010280: Activating Infinispan subsystem.
- 15:06:03,122 INFO [org.jboss.as.security] (MSC service thread 1-14) JBAS013170: Current PicketBox version=4.0.15.Final
- 15:06:03,166 INFO [org.jboss.as.naming] (MSC service thread 1-24) JBAS011802: Starting Naming Service
- 15:06:03,467 INFO [org.jboss.as.mail.extension] (MSC service thread 1-24) JBAS015400: Bound mail session [java:/Mail]
- 15:06:03,319 INFO [org.jboss.ws.common.management] (MSC service thread 1-19) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.1.3.Final
- 15:06:03,168 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 28) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
- 15:06:03,498 INFO [org.apache.coyote.http11] (MSC service thread 1-27) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/0.0.0.0:7000
- 15:06:03,733 INFO [org.apache.coyote.http11] (MSC service thread 1-27) JBWEB003000: Coyote HTTP/1.1 starting on: http-/0.0.0.0:7000
- 15:06:03,784 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:/jdbc/RapidAnalyticsDS]
- 15:06:03,875 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-12) JBAS015012: Started FileSystemDeploymentService for directory /home/metisuser/rapidminer/standalone/deployments
- 15:06:03,880 INFO [org.jboss.as.remoting] (MSC service thread 1-21) JBAS017100: Listening on 209.188.88.190:9999
- 15:06:03,880 INFO [org.jboss.as.remoting] (MSC service thread 1-25) JBAS017100: Listening on 0.0.0.0:4447
- 15:06:03,902 WARN [org.jboss.as.domain.http.api] (MSC service thread 1-4) JBAS015102: Unable to load console module for slot main, disabling console
- 15:06:03,912 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: java.io.IOException: Unable to load resource handler
- at org.jboss.as.server.mgmt.HttpManagementService.start(HttpManagementService.java:226) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
- at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
- at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_95]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_95]
- at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_95]
- Caused by: java.io.IOException: Unable to load resource handler
- at org.jboss.as.domain.http.server.ManagementHttpServer.create(ManagementHttpServer.java:212)
- at org.jboss.as.server.mgmt.HttpManagementService.start(HttpManagementService.java:190) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
- ... 5 more
- Caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.as.domain-http-error-context:main
- at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:224) [jboss-modules.jar:1.2.0.CR1]
- at org.jboss.as.domain.http.server.ResourceHandler.getClassLoader(ResourceHandler.java:327)
- at org.jboss.as.domain.http.server.ErrorHandler.<init>(ErrorHandler.java:54)
- at org.jboss.as.domain.http.server.ManagementHttpServer.create(ManagementHttpServer.java:210)
- ... 6 more
- 15:06:04,047 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
- JBAS014777: Services which failed to start: service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: java.io.IOException: Unable to load resource handler
- 15:06:04,321 INFO [org.jboss.as] (Controller Boot Thread) JBAS015964: Http management interface is not enabled
- 15:06:04,322 INFO [org.jboss.as] (Controller Boot Thread) JBAS015954: Admin console is not enabled
- 15:06:04,322 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.2.0.Alpha1-redhat-4 "Janus" started (with errors) in 3120ms - Started 125 of 202 services (1 services failed or missing dependencies, 75 services are passive or on-demand)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement