That's the JVM failing to bind to the debug port, 8000, because another process 
has already bound the port.  This process could be another instance of 
Matterhorn on the same machine, or some other kind of server.

If you don't plan on using JVM debugging (not to be confused with debug 
logging), you can turn it off in the start script.


Josh

On Aug 15, 2011, at 5:14 AM, matt wrote:

> thanks! i deleted the epiphan folder and the matterhorn service starts
> properly.
> 
> but when i try to start the felix-script matterhorn_start.sh, then there is
> an error with jetty. aditionally matterhorn wants to push capabilities to
> http://localhost:8080/capture-admin/agents/unibasMatterhorn/capabilities.
> its then also not possible to log in over http://localhost:8080/login.html
> with the default login.
> 
> do you have any idea how to fix this?
> 
> 
> here the error messages:
> 
> /opt/matterhorn/felix$ ./bin/start_matterhorn.sh
> Removing cached matterhorn bundles from /opt/matterhorn/felix/felix-cache
> Listening for transport dt_socket at address: 8000
> 13:57:15 ERROR (?:?) - Exception while initializing Jetty.
> java.net.BindException: Die Adresse wird bereits verwendet
>       at sun.nio.ch.Net.bind(Native Method)
>       at
> sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
>       at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
>       at
> org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
>       at
> org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
>       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.felix.http.jetty.internal.JettyService.initializeJetty(JettyService.java:145)
>       at
> org.apache.felix.http.jetty.internal.JettyService.startJetty(JettyService.java:112)
>       at
> org.apache.felix.http.jetty.internal.JettyService.run(JettyService.java:203)
>       at java.lang.Thread.run(Thread.java:662)
> 
> Welcome to Matterhorn 1.1
> =========================
> 
> Type 'help' to see a list of commands.  Type 'help [command]' for more
> details on how to use a command.  Type "stop 0" to exit.
> matterhorn> 13:57:20  WARN (ConfigurationManager:116) - Malformed URL for
> capture.config.remote.endpoint.url, disabling polling.
> 13:57:20  INFO (ConfigurationManager:121) - No remote configuration endpoint
> was found, relying on local config.
> 13:57:20  INFO (StaticResource:102) - registering classpath:/ui at /capture
> with welcome file index.html 
> 13:57:20  INFO (StaticResourceServlet:79) - serving static files from
> '/opt/matterhorn/downloads'
> 13:57:20  INFO (StaticResource:102) - registering classpath:/ui at
> /confidence-monitoring with welcome file index.html 
> 13:57:24  INFO (CaptureAgentImpl:1236) - Starting CaptureAgentImpl.
> 13:57:24  INFO (CaptureAgentImpl:1241) - Confidence monitoring disabled.
> 13:57:24  INFO (CaptureAgentImpl:1249) - Registering capture agent osgi
> shell commands
> 13:57:32  INFO (RestPublisher:196) - Registered REST endpoint at /confidence
> 13:57:33  INFO (RestPublisher:196) - Registered REST endpoint at /state
> 13:57:34  INFO (RestPublisher:196) - Registered REST endpoint at
> /captureagent
> 13:57:34  INFO (SecurityConfigurationScanner$ScannerTask:108) - Updating the
> security configuration
> 13:57:34  INFO (SecurityConfigurationScanner$ScannerTask:118) - registered
> OsgiBundleXmlApplicationContext(bundle=matterhorn-security-impl,
> config=file:/opt/matterhorn/felix/conf/security.xml): startup date [Thu Jan
> 01 01:00:00 CET 1970]; root of context hierarchy
> 13:57:34  INFO (StaticResource:102) - registering classpath:/ui at / with
> welcome file welcome.html 
> 13:57:34  INFO (CaptureAgentImpl:1206) - CaptureAgentImpl has successfully
> updated its properties from ConfigurationManager
> 13:57:35  INFO (AgentStateJob:63) - Starting first state push count.
> 13:57:35  INFO (AgentStateJob:104) - #0 - Sending agent unibasMatterhorn's
> state: idle
> 13:57:35  INFO (AgentCapabilitiesJob:52) - Starting first capability push
> count.
> 13:57:36  INFO (RestPublisher:196) - Registered REST endpoint at /info
> 13:57:37  INFO (AgentStateJob:191) - #0 - State push to
> org.opencastproject.capture.impl.jobs.AgentStateJob@283bbb6 to
> http://localhost:8080/capture-admin/agents/unibasMatterhorn failed with code
> 405.
> 13:57:37  INFO (AgentCapabilitiesJob:115) - #0 - Capabilities push to
> http://localhost:8080/capture-admin/agents/unibasMatterhorn/capabilities
> failed with code 405.
> 13:57:44  INFO (AgentStateJob:104) - #1 - Sending agent unibasMatterhorn's
> state: idle
> 13:57:44  INFO (AgentStateJob:191) - #1 - State push to
> org.opencastproject.capture.impl.jobs.AgentStateJob@36b4f5a to
> http://localhost:8080/capture-admin/agents/unibasMatterhorn failed with code
> 405.
> 13:57:44  INFO (AgentCapabilitiesJob:115) - #1 - Capabilities push to
> http://localhost:8080/capture-admin/agents/unibasMatterhorn/capabilities
> failed with code 405.
> 
> 
> 
> --
> View this message in context: 
> http://opencast.3480289.n2.nabble.com/Matterhorn-without-vga2usb-tp6676863p6687259.html
> Sent from the Opencast Community mailing list archive at Nabble.com.
> _______________________________________________
> Community mailing list
> [email protected]
> http://lists.opencastproject.org/mailman/listinfo/community
> 
> 
> To unsubscribe please email
> [email protected]
> _______________________________________________

_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to