The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED]Standalone Problem- RM server cannot run
Hi everyone, please help me..
I have accidentally close the 'standalone' windows, then, when I try to run the 'standalone' again, there is error occured..
it shows like this, i dont know how to insert image here, so i paste it here..
Calling "C:\RapidMinerServer\bin\standalone.conf.bat"
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\RapidMinerServer
JAVA: C:\Program Files\Java\jre7\bin\java
JAVA_OPTS: -XX:+TieredCompilation -XX:+UseCompressedOops -Dprogram.name=standa
lone.bat -Xms512M -Xmx1024M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMil
lis=50 -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3
600000 -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Djboss
.modules.system.pkgs=org.jboss.byteman -Djboss.server.default.config=standalone.
xml
===============================================================================
17:41:08,445 INFO [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1
17:41:08,536 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA
17:41:08,566 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss AS
7.2.0.Alpha1-redhat-4 "Janus" starting
17:41:09,094 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-t
hreads - 1) JBAS015003: Found ROOT.war in deployment directory. To trigger deplo
yment create a file called ROOT.war.dodeploy
17:41:09,101 INFO [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.7.GA
17:41:09,103 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Cr
eating http management service using socket-binding (management-http)
17:41:09,105 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementati
on Version 3.0.7.GA
17:41:09,109 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting
version 3.2.14.GA
17:41:09,141 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 27)
JBAS016200: Activating ConfigAdmin Subsystem
17:41:09,144 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Po
ol -- 32) JBAS010280: Activating Infinispan subsystem.
17:41:09,198 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 50)
JBAS015537: Activating WebServices Extension
17:41:09,200 INFO [org.jboss.as.security] (ServerService Thread Pool -- 45) JBA
S013171: Activating Security Subsystem
17:41:09,205 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 40) JBAS011
906: Activating OSGi Subsystem
17:41:09,207 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 39) JBAS0
11800: Activating Naming Subsystem
17:41:09,238 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170:
Current PicketBox version=4.0.15.Final
17:41:09,232 INFO [org.jboss.as.connector.logging] (MSC service thread 1-8) JBA
S010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.15.Final)
17:41:09,231 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 49) JBAS0126
05: Activated the following JSF Implementations: [main, 1.2]
17:41:09,296 INFO [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: St
arting Naming Service
17:41:09,379 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS01
5400: Bound mail session [java:/Mail]
17:41:09,409 INFO [org.jboss.as.connector.subsystems.datasources] (ServerServic
e Thread Pool -- 28) JBAS010403: Deploying JDBC-compliant driver class com.micro
soft.sqlserver.jdbc.SQLServerDriver (version 4.0)
17:41:09,451 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBW
S022052: Starting JBoss Web Services - Stack CXF Server 4.1.3.Final
17:41:09,594 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread
1-2) JBAS015012: Started FileSystemDeploymentService for directory C:\RapidMiner
Server\standalone\deployments
17:41:09,618 INFO [org.apache.coyote.http11] (MSC service thread 1-1) JBWEB0030
01: Coyote HTTP/1.1 initializing on : http-/0.0.0.0:8080
17:41:09,620 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100:
Listening on 0.0.0.0:4447
17:41:09,668 INFO [org.apache.coyote.http11] (MSC service thread 1-1) JBWEB0030
00: Coyote HTTP/1.1 starting on: http-/0.0.0.0:8080
17:41:09,671 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100:
Listening on 192.168.211.129:9999
17:41:09,684 WARN [org.jboss.as.domain.http.api] (MSC service thread 1-4) JBAS0
15102: Unable to load console module for slot main, disabling console
17:41:09,690 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC0000
1: Failed to start service jboss.serverManagement.controller.management.http: or
g.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(HttpManagementSe
rvice.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(Se
rviceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceCont
rollerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt
.jar:1.7.0]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [r
t.jar:1.7.0]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0]
Caused by: java.io.IOException: Unable to load resource handler
at org.jboss.as.domain.http.server.ManagementHttpServer.create(Managemen
tHttpServer.java:212)
at org.jboss.as.server.mgmt.HttpManagementService.start(HttpManagementSe
rvice.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-e
rror-context:main
at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:224) [jbo
ss-modules.jar:1.2.0.CR1]
at org.jboss.as.domain.http.server.ResourceHandler.getClassLoader(Resour
ceHandler.java:327)
at org.jboss.as.domain.http.server.ErrorHandler.<init>(ErrorHandler.java
:54)
at org.jboss.as.domain.http.server.ManagementHttpServer.create(Managemen
tHttpServer.java:210)
... 6 more
17:41:09,729 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service
thread 1-8) JBAS010400: Bound data source [java:/jdbc/RapidAnalyticsDS]
17:41:09,745 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774
: Service status report
JBAS014777: Services which failed to start: service jboss.serverManagemen
t.controller.management.http: org.jboss.msc.service.StartException in service jb
oss.serverManagement.controller.management.http: java.io.IOException: Unable to
load resource handler
17:41:09,806 INFO [org.jboss.as] (Controller Boot Thread) JBAS015964: Http mana
gement interface is not enabled
17:41:09,807 INFO [org.jboss.as] (Controller Boot Thread) JBAS015954: Admin con
sole is not enabled
17:41:09,807 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS
7.2.0.Alpha1-redhat-4 "Janus" started (with errors) in 1539ms - Started 125 of 2
02 services (1 services failed or missing dependencies, 75 services are passive
or on-demand)
I have accidentally close the 'standalone' windows, then, when I try to run the 'standalone' again, there is error occured..
it shows like this, i dont know how to insert image here, so i paste it here..
Calling "C:\RapidMinerServer\bin\standalone.conf.bat"
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: C:\RapidMinerServer
JAVA: C:\Program Files\Java\jre7\bin\java
JAVA_OPTS: -XX:+TieredCompilation -XX:+UseCompressedOops -Dprogram.name=standa
lone.bat -Xms512M -Xmx1024M -XX:MaxPermSize=256M -XX:+UseG1GC -XX:MaxGCPauseMil
lis=50 -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3
600000 -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Djboss
.modules.system.pkgs=org.jboss.byteman -Djboss.server.default.config=standalone.
xml
===============================================================================
17:41:08,445 INFO [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1
17:41:08,536 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA
17:41:08,566 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss AS
7.2.0.Alpha1-redhat-4 "Janus" starting
17:41:09,094 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-t
hreads - 1) JBAS015003: Found ROOT.war in deployment directory. To trigger deplo
yment create a file called ROOT.war.dodeploy
17:41:09,101 INFO [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.7.GA
17:41:09,103 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Cr
eating http management service using socket-binding (management-http)
17:41:09,105 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementati
on Version 3.0.7.GA
17:41:09,109 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting
version 3.2.14.GA
17:41:09,141 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 27)
JBAS016200: Activating ConfigAdmin Subsystem
17:41:09,144 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Po
ol -- 32) JBAS010280: Activating Infinispan subsystem.
17:41:09,198 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 50)
JBAS015537: Activating WebServices Extension
17:41:09,200 INFO [org.jboss.as.security] (ServerService Thread Pool -- 45) JBA
S013171: Activating Security Subsystem
17:41:09,205 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 40) JBAS011
906: Activating OSGi Subsystem
17:41:09,207 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 39) JBAS0
11800: Activating Naming Subsystem
17:41:09,238 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013170:
Current PicketBox version=4.0.15.Final
17:41:09,232 INFO [org.jboss.as.connector.logging] (MSC service thread 1-8) JBA
S010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.15.Final)
17:41:09,231 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 49) JBAS0126
05: Activated the following JSF Implementations: [main, 1.2]
17:41:09,296 INFO [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: St
arting Naming Service
17:41:09,379 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS01
5400: Bound mail session [java:/Mail]
17:41:09,409 INFO [org.jboss.as.connector.subsystems.datasources] (ServerServic
e Thread Pool -- 28) JBAS010403: Deploying JDBC-compliant driver class com.micro
soft.sqlserver.jdbc.SQLServerDriver (version 4.0)
17:41:09,451 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBW
S022052: Starting JBoss Web Services - Stack CXF Server 4.1.3.Final
17:41:09,594 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread
1-2) JBAS015012: Started FileSystemDeploymentService for directory C:\RapidMiner
Server\standalone\deployments
17:41:09,618 INFO [org.apache.coyote.http11] (MSC service thread 1-1) JBWEB0030
01: Coyote HTTP/1.1 initializing on : http-/0.0.0.0:8080
17:41:09,620 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100:
Listening on 0.0.0.0:4447
17:41:09,668 INFO [org.apache.coyote.http11] (MSC service thread 1-1) JBWEB0030
00: Coyote HTTP/1.1 starting on: http-/0.0.0.0:8080
17:41:09,671 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100:
Listening on 192.168.211.129:9999
17:41:09,684 WARN [org.jboss.as.domain.http.api] (MSC service thread 1-4) JBAS0
15102: Unable to load console module for slot main, disabling console
17:41:09,690 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC0000
1: Failed to start service jboss.serverManagement.controller.management.http: or
g.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(HttpManagementSe
rvice.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(Se
rviceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceCont
rollerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt
.jar:1.7.0]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [r
t.jar:1.7.0]
at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0]
Caused by: java.io.IOException: Unable to load resource handler
at org.jboss.as.domain.http.server.ManagementHttpServer.create(Managemen
tHttpServer.java:212)
at org.jboss.as.server.mgmt.HttpManagementService.start(HttpManagementSe
rvice.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-e
rror-context:main
at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:224) [jbo
ss-modules.jar:1.2.0.CR1]
at org.jboss.as.domain.http.server.ResourceHandler.getClassLoader(Resour
ceHandler.java:327)
at org.jboss.as.domain.http.server.ErrorHandler.<init>(ErrorHandler.java
:54)
at org.jboss.as.domain.http.server.ManagementHttpServer.create(Managemen
tHttpServer.java:210)
... 6 more
17:41:09,729 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service
thread 1-8) JBAS010400: Bound data source [java:/jdbc/RapidAnalyticsDS]
17:41:09,745 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774
: Service status report
JBAS014777: Services which failed to start: service jboss.serverManagemen
t.controller.management.http: org.jboss.msc.service.StartException in service jb
oss.serverManagement.controller.management.http: java.io.IOException: Unable to
load resource handler
17:41:09,806 INFO [org.jboss.as] (Controller Boot Thread) JBAS015964: Http mana
gement interface is not enabled
17:41:09,807 INFO [org.jboss.as] (Controller Boot Thread) JBAS015954: Admin con
sole is not enabled
17:41:09,807 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS
7.2.0.Alpha1-redhat-4 "Janus" started (with errors) in 1539ms - Started 125 of 2
02 services (1 services failed or missing dependencies, 75 services are passive
or on-demand)
Tagged:
0
Answers
RapidMiner Server is working, right? The "problem" I see in your log can be safely ignored.
Regards,
Marco
can you go to RM_Server/standalone/deployment and delete all files starting with "RapidMiner-Server-2.0.008.ear." and then start the server again?
Make sure to not actually delete the "RapidMiner-Server-2.0.008.ear" though
Regards,
Marco
Thanks a lot.:-)