Hello,
I just installed : openRemote-2.0.0_SNAPSHOT
on ubuntu and started it.
/opt/openRemote-2.0.0_SNAPSHOT/bin$ sh openremote.sh run
Using CATALINA_BASE: /opt/openRemote-2.0.0_SNAPSHOT
Using CATALINA_HOME: /opt/openRemote-2.0.0_SNAPSHOT
Using CATALINA_TMPDIR: /opt/openRemote-2.0.0_SNAPSHOT/temp
Using JRE_HOME: /opt/jdk1.7.0_02
Jan 11, 2012 10:12:03 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/openRemote-2.0.0_SNAPSHOT/webapps/controller/WEB-INF/lib/native
Jan 11, 2012 10:12:03 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jan 11, 2012 10:12:03 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 518 ms
Jan 11, 2012 10:12:03 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 11, 2012 10:12:03 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Jan 11, 2012 10:12:04 PM org.openremote.controller.bootstrap.Startup redirectJULtoLog4j
INFO: Initialized JUL to LOG4J Redirector.
Jan 11, 2012 10:12:06 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 11, 2012 10:12:06 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2804 ms
Experimental: JNI_OnLoad called.
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.1-7
Every thing is OK so far.
My problem comes when I sens two commands :
First command I have this log :
RXTX Warning: Removing stale lock file. /var/lock/LCK..ttyUSB0
And second command I have this log :
[Controller] 2012-01-11 22:15:27,498 ERROR [HTTP-Thread-3] org.openremote.controller.protocol.x10.X10ControllerManager$SerialX10Controller.send(183) | com.jpeterson.x10.GatewayException: Request com port /dev/ttyUSB0 in use (CM11A).
Thanks for any help