I am getting the below error on linux console when I am trying to install rapidminer server .
khadevishal18
MemberPosts:6Newbie
ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) JBWEB003043: Error initializing endpoint: java.net.BindException: Address already in use (Bind failed) /0.0.0.0:8080
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:979) [jbossweb-7.5.3.Final.jar:7.5.3.Final]
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:174) [jbossweb-7.5.3.Final.jar:7.5.3.Final]
at org.apache.catalina.connector.Connector.init(Connector.java:986) [jbossweb-7.5.3.Final.jar:7.5.3.Final]
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:318) [jboss-as-web-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_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.8.0_181]
java.lang.Thread.run (Unknown Source) [rt.jar:1.8.0_181]
Tagged:
0
Answers
If you use the GUI to generate a RapidMiner Server installer, then it generates the RMS_Installer.xml file. You can edit that one and find this entry:
Change to something else (like8088) and install.
However, you already have RapidMiner Server installed, so you don't have to reinstall it to change the port. Just modify 3 files (the most important isconfiguration/standalone.xml, and don't worry if you don't have one of the other 2):
In my case, I have RapidMiner Server installed on port8901. Please notice that inconfiguration/standalone.xml, you can tweak various other values. With great power comes great responsibility.
Hope this helps!
All the best,
Rodrigo.
Anyway, don't reinstall RapidMiner Server. Here are the files and lines you have to change to change the port to something different. Notice that if you don't use the Radoop Proxy, you won't have the second. Same with the job agent.