[
https://issues.apache.org/jira/browse/SLIDER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071276#comment-14071276
]
Sumit Mohanty commented on SLIDER-252:
--------------------------------------
Could be because of the above ...
{noformat}
14/07/22 18:49:22 ERROR main.ServiceLauncher: Exception: The connector is not
bound to a port
java.lang.IllegalStateException: The connector is not bound to a port
at
org.apache.slider.server.appmaster.web.rest.agent.AgentWebApp$Builder.getConnectorPort(AgentWebApp.java:167)
at
org.apache.slider.server.appmaster.web.rest.agent.AgentWebApp$Builder.start(AgentWebApp.java:108)
at
org.apache.slider.server.appmaster.SliderAppMaster.startAgentWebApp(SliderAppMaster.java:760)
at
org.apache.slider.server.appmaster.SliderAppMaster.createAndRunCluster(SliderAppMaster.java:605)
at
org.apache.slider.server.appmaster.SliderAppMaster.runService(SliderAppMaster.java:421)
at
org.apache.slider.core.main.ServiceLauncher.launchService(ServiceLauncher.java:186)
at
org.apache.slider.core.main.ServiceLauncher.launchServiceRobustly(ServiceLauncher.java:474)
at
org.apache.slider.core.main.ServiceLauncher.launchServiceAndExit(ServiceLauncher.java:405)
at
org.apache.slider.core.main.ServiceLauncher.serviceMain(ServiceLauncher.java:629)
at
org.apache.slider.server.appmaster.SliderAppMaster.main(SliderAppMaster.java:1618)
{noformat}
> openssl seems to have a different folder structure for windows
> --------------------------------------------------------------
>
> Key: SLIDER-252
> URL: https://issues.apache.org/jira/browse/SLIDER-252
> Project: Slider
> Issue Type: Bug
> Components: appmaster
> Affects Versions: Slider 0.50
> Reporter: Sumit Mohanty
> Assignee: Jonathan Maron
> Fix For: Slider 0.50
>
>
> After openssl is installed ...
> {noformat}
> java.io.FileNotFoundException: C:\tmp\work\security\keystore.p12 (The system
> cannot find the file specified)
> at java.io.FileInputStream.open(Native Method)
> at java.io.FileInputStream.<init>(FileInputStream.java:146)
> at
> org.mortbay.resource.FileResource.getInputStream(FileResource.java:275)
> at
> org.mortbay.jetty.security.SslSelectChannelConnector.createSSLContext(SslSelectChannelConnector.java:624)
> at
> org.mortbay.jetty.security.SslSelectChannelConnector.doStart(SslSelectChannelConnector.java:598)
> at
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> at org.mortbay.jetty.Server.doStart(Server.java:235)
> at
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> at
> org.apache.slider.server.appmaster.web.rest.agent.AgentWebApp$Builder.start(AgentWebApp.java:102)
> at
> org.apache.slider.server.appmaster.SliderAppMaster.startAgentWebApp(SliderAppMaster.java:760)
> at
> org.apache.slider.server.appmaster.SliderAppMaster.createAndRunCluster(SliderAppMaster.java:605)
> at
> org.apache.slider.server.appmaster.SliderAppMaster.runService(SliderAppMaster.java:421)
> at
> org.apache.slider.core.main.ServiceLauncher.launchService(ServiceLauncher.java:186)
> at
> org.apache.slider.core.main.ServiceLauncher.launchServiceRobustly(ServiceLauncher.java:474)
> at
> org.apache.slider.core.main.ServiceLauncher.launchServiceAndExit(ServiceLauncher.java:405)
> at
> org.apache.slider.core.main.ServiceLauncher.serviceMain(ServiceLauncher.java:629)
> at
> org.apache.slider.server.appmaster.SliderAppMaster.main(SliderAppMaster.java:1618)
> {noformat}
> Folder content on Windows:
> {noformat}
> Directory: C:\tmp\work\security
> Mode LastWriteTime Length Name
> ---- ------------- ------ ----
> d---- 7/22/2014 10:47 AM db
> -a--- 7/22/2014 7:00 PM 1651 ca.csr
> -a--- 7/22/2014 7:00 PM 3311 ca.key
> -a--- 7/22/2014 10:47 AM 50 pass.txt
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)