Has anyone had issues running mirth 1.5 as a service on vista. It seems to run fine when I start it from the command line. But the jetty web server seems to have issues when run as a service. Here is the wrapper log:
Code:
STATUS | wrapper | 2007/06/14 16:30:43 | --> Wrapper Started as Service STATUS | wrapper | 2007/06/14 16:30:43 | Launching a JVM... INFO | jvm 1 | 2007/06/14 16:30:44 | Wrapper (Version 3.2.1) [url]http://wrapper.tanukisoftware.org[/url] INFO | jvm 1 | 2007/06/14 16:30:44 | INFO | jvm 1 | 2007/06/14 16:30:54 | WARN 2007-06-14 16:30:54,306 [Thread-0] org.mortbay.jetty.servlet.WebApplicationContext: Configuration error on jar:file:/C:/dev/Mirth-1.5/web/webapps/mirth.war!/ INFO | jvm 1 | 2007/06/14 16:30:54 | java.io.IOException: The system cannot find the path specified INFO | jvm 1 | 2007/06/14 16:30:54 | at java.io.WinNTFileSystem.createFileExclusively(Native Method) INFO | jvm 1 | 2007/06/14 16:30:54 | at java.io.File.checkAndCreate(Unknown Source) INFO | jvm 1 | 2007/06/14 16:30:54 | at java.io.File.createTempFile(Unknown Source) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.http.ContextLoader.<init>(ContextLoader.java:111) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.http.HttpContext.initClassLoader(HttpContext.java:1199) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:456) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.util.Container.start(Container.java:72) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.http.HttpServer.doStart(HttpServer.java:708) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.util.Container.start(Container.java:72) INFO | jvm 1 | 2007/06/14 16:30:54 | at com.webreach.mirth.server.Mirth.startWebServer(Mirth.java:262) INFO | jvm 1 | 2007/06/14 16:30:54 | at com.webreach.mirth.server.Mirth.run(Mirth.java:89) INFO | jvm 1 | 2007/06/14 16:30:54 | WARN 2007-06-14 16:30:54,899 [Thread-0] com.webreach.mirth.server.Mirth: Could not start web server. INFO | jvm 1 | 2007/06/14 16:30:54 | org.mortbay.util.MultiException[java.io.IOException: The system cannot find the path specified] INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.http.HttpServer.doStart(HttpServer.java:686) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.util.Container.start(Container.java:72) INFO | jvm 1 | 2007/06/14 16:30:54 | at com.webreach.mirth.server.Mirth.startWebServer(Mirth.java:262) INFO | jvm 1 | 2007/06/14 16:30:54 | at com.webreach.mirth.server.Mirth.run(Mirth.java:89) INFO | jvm 1 | 2007/06/14 16:30:54 | java.io.IOException: The system cannot find the path specified INFO | jvm 1 | 2007/06/14 16:30:54 | at java.io.WinNTFileSystem.createFileExclusively(Native Method) INFO | jvm 1 | 2007/06/14 16:30:54 | at java.io.File.checkAndCreate(Unknown Source) INFO | jvm 1 | 2007/06/14 16:30:54 | at java.io.File.createTempFile(Unknown Source) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.http.ContextLoader.<init>(ContextLoader.java:111) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.http.HttpContext.initClassLoader(HttpContext.java:1199) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:456) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.util.Container.start(Container.java:72) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.http.HttpServer.doStart(HttpServer.java:708) INFO | jvm 1 | 2007/06/14 16:30:54 | at org.mortbay.util.Container.start(Container.java:72) INFO | jvm 1 | 2007/06/14 16:30:54 | at com.webreach.mirth.server.Mirth.startWebServer(Mirth.java:262) INFO | jvm 1 | 2007/06/14 16:30:54 | at com.webreach.mirth.server.Mirth.run(Mirth.java:89) INFO | jvm 1 | 2007/06/14 16:31:10 | Mirth 1.5.0.2272 (May 24, 2007) server successfully started: Thu Jun 14 16:31:10 EDT 2007 INFO | jvm 1 | 2007/06/14 16:31:10 | This product includes software developed by SymphonySoft Limited ([url]http://www.symphonysoft.com[/url]) and its contributors. INFO | jvm 1 | 2007/06/14 16:31:10 | Running Java 1.5.0_11 on Windows Vista (6.0, x86) STATUS | wrapper | 2007/06/14 16:31:57 | <-- Wrapper Stopped
Comment