Options

"Rapidminer Server not run"

norman_92norman_92 Member Posts: 15 Newbie
edited May 2019 in Help
Hi, i installed rm server following the documentation, getting the message sucessfully installed.
I run rm server as windows service, but i still cant connect to localhost:8080.
If i try to connect via stanadalone batch no window opened.
How can i see if the service is really ruinning?

Tagged:

Best Answer

Answers

  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    Hi mschmitz,
    thanks for your interest in my problem.
     I may found it :  to little Disk space available (Speicherplatz auf dem Datenträger zur Verfügung)

    09:40:38,160 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.6.Final-redhat-1
    09:40:38,297 INFO  [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1
    09:40:38,353 INFO  [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss EAP 6.4.0.Alpha1 (AS 7.5.0.Final-redhat-15) starting
    09:40:38,358 DEBUG [org.jboss.as.config] (MSC service thread 1-7) Configured system properties:
    awt.toolkit = sun.awt.windows.WToolkit
    com.sun.jndi.ldap.connect.pool.timeout = 300000
    file.encoding = UTF-8
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = C:\\rapidminerserver\\\jboss-modules.jar
    java.class.version = 52.0
    java.endorsed.dirs = C:\Program Files\Java\jre1.8.0_191\lib\endorsed
    java.ext.dirs = C:\Program Files\Java\jre1.8.0_191\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    java.home = C:\Program Files\Java\jre1.8.0_191
    java.io.tmpdir = C:\WINDOWS\TEMP\
    java.library.path = C:\Program Files\Java\jre1.8.0_191\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\MySQL\MySQL Utilities 
  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    09:40:40,936 ERROR [stderr] (JCA PoolFiller) Wed Dec 19 09:40:40 CET 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

    09:40:40,960 ERROR [stderr] (JCA PoolFiller) Wed Dec 19 09:40:40 CET 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

    09:40:41,000 ERROR [stderr] (JCA PoolFiller) Wed Dec 19 09:40:41 CET 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

    09:40:41,013 ERROR [stderr] (JCA PoolFiller) Wed Dec 19 09:40:41 CET 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

    09:40:49,704 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."rapidminer-server-9.1.0.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."rapidminer-server-9.1.0.ear".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment "rapidminer-server-9.1.0.ear"


  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166) [jboss-as-server-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.8.0_191]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.8.0_191]
    at java.lang.Thread.run(Unknown Source) [rt.jar:1.8.0_191]
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018740: Failed to mount deployment content
    at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:97) [jboss-as-server-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [jboss-as-server-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
    ... 5 more
  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    Caused by: java.io.IOException: Es steht nicht genug Speicherplatz auf dem Datenträger zur Verfügung
    at java.io.FileOutputStream.writeBytes(Native Method) [rt.jar:1.8.0_191]
    at java.io.FileOutputStream.write(Unknown Source) [rt.jar:1.8.0_191]
    at org.jboss.vfs.VFSUtils.copyStream(VFSUtils.java:439) [jboss-vfs-3.2.8.Final-redhat-1.jar:3.2.8.Final-redhat-1]
    at org.jboss.vfs.VFSUtils.copyStream(VFSUtils.java:418) [jboss-vfs-3.2.8.Final-redhat-1.jar:3.2.8.Final-redhat-1]
    at org.jboss.vfs.TempDir.createFile(TempDir.java:86) [jboss-vfs-3.2.8.Final-redhat-1.jar:3.2.8.Final-redhat-1]
    at org.jboss.vfs.spi.JavaZipFileSystem.<init>(JavaZipFileSystem.java:77) [jboss-vfs-3.2.8.Final-redhat-1.jar:3.2.8.Final-redhat-1]
    at org.jboss.vfs.VFS.mountZip(VFS.java:382) [jboss-vfs-3.2.8.Final-redhat-1.jar:3.2.8.Final-redhat-1]
    at org.jboss.vfs.VFS.mountZip(VFS.java:406) [jboss-vfs-3.2.8.Final-redhat-1.jar:3.2.8.Final-redhat-1]
    at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:105) [jboss-as-server-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
    at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:93) [jboss-as-server-7.5.0.Final-redhat-15.jar:7.5.0.Final-redhat-15]
  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    09:40:49,705 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("deploy") failed - address: ([("deployment" => "rapidminer-execution-0.5.2.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"rapidminer-execution-0.5.2.war\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"rapidminer-execution-0.5.2.war\".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment \"rapidminer-execution-0.5.2.war\"
        Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018740: Failed to mount deployment content
        Caused by: java.io.IOException: Es steht nicht genug Speicherplatz auf dem Datenträger zur Verfügung"}}
    09:40:49,707 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("deploy") failed - address: ([("deployment" => "rapidminer-server-9.1.0.ear")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"rapidminer-server-9.1.0.ear\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"rapidminer-server-9.1.0.ear\".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment \"rapidminer-server-9.1.0.ear\"
        Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018740: Failed to mount deployment content
        Caused by: java.io.IOException: Es steht nicht genug Speicherplatz auf dem Datenträger zur Verfügung"}}
    09:40:49,740 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS015859: Deployed "rapidminer-server-9.1.0.ear" (runtime-name : "rapidminer-server-9.1.0.ear")
    09:40:49,741 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS015859: Deployed "rapidminer-execution-0.5.2.war" (runtime-name : "rapidminer-execution-0.5.2.war")
    09:40:49,742 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
    JBAS014777:   Services which failed to start:      service jboss.deployment.unit."rapidminer-execution-0.5.2.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."rapidminer-execution-0.5.2.war".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment "rapidminer-execution-0.5.2.war"
          service jboss.deployment.unit."rapidminer-server-9.1.0.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."rapidminer-server-9.1.0.ear".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment "rapidminer-server-9.1.0.ear"

  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    i have 3now 3gb free on windows c
    cant run standolone file either
  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    can run it but not as admin
  • Options
    Edin_KlapicEdin_Klapic Moderator, Employee, RMResearcher, Member Posts: 299 RM Data Scientist
    edited December 2018

    Just to understand you correct: You installed RapidMiner Server on your Windows machine as a service. This service is not running?
    Or do you try to start RapidMiner Server from standalone.bat and this does not work?
    How could you install it as admin but not run it as one?
    If the Server would be running you could check <pre class="CodeBlock"><code>http://server:port/api/rest/public/healthcheck
    This should return "healthy" in your browser.
    Happy Mining,
    Edin



  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    Running now:)
    thanks edin
    now i have another problem i try to Import a rapidminer webservice in qlik Using the url and Admin:pw@  in Front. Cant call the Webserver 
  • Options
    norman_92norman_92 Member Posts: 15 Newbie
    HTTP ://
    admin:Kroos@DESKTOP-J62E963:8080/api/rest/process/qlik2?
Sign In or Register to comment.