Java error and quit on launch on Mac OS X

Issue #359 invalid
Former user created an issue

Running OS X 10.6.7 with latest software updates. Intel Mac mini, 32-bit only.

java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326) Java HotSpot(TM) Client VM (build 19.1-b02-334, mixed mode, sharing)

EyeConnect is installed but its processes have been quit from Activity Monitor.

On launch of Serviio a Java dialog pops up then quits immediately.

Console shows the following:

10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] [LaunchRunner Error] org.serviio.MediaServer.main(String[]) threw an exception: 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at org.slf4j.bridge.SLF4JBridgeHandler.callLocationAwareLogger(SLF4JBridgeHandler.java:192) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at org.slf4j.bridge.SLF4JBridgeHandler.publish(SLF4JBridgeHandler.java:267) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at java.util.logging.Logger.log(Logger.java:481) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at java.util.logging.Logger.doLog(Logger.java:503) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at java.util.logging.Logger.log(Logger.java:526) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at java.util.logging.Logger.info(Logger.java:1045) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:66) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at org.restlet.Server.start(Server.java:585) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at org.restlet.Component.startServers(Component.java:600) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at org.restlet.Component.start(Component.java:527) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at org.serviio.ui.restlet.RestletServer.runServer(RestletServer.java:66) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at org.serviio.MediaServer.main(MediaServer.java:96) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at java.lang.reflect.Method.invoke(Method.java:597) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at apple.launcher.LaunchRunner.run(LaunchRunner.java:116) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:51) 10/06/11 6:25:50 PM [0x0-0x32032].Serviio[383] at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

Launching Serviio-Console shows the dialog (without immediately closing it) and the same console message.

Comments (2)

  1. Petr Nejedly repo owner
    • changed version to 0.6

    this looks like a classpath problem cause by incorrect installation can you confirm it's the same after reinstall?

  2. Log in to comment