Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server fails if properties file is not found #4

Open
znerd opened this issue Apr 26, 2010 · 0 comments
Open

Server fails if properties file is not found #4

znerd opened this issue Apr 26, 2010 · 0 comments
Labels

Comments

@znerd
Copy link
Owner

znerd commented Apr 26, 2010

The server framework fails if the properties file is not found. For example:

 [java]   1054 INFO    Initialized Log4J configuration.
 [java]   3100 DEBUG   Changing APIServlet state from INITIAL to BOOTSTRAPPING_FRAMEWORK.
 [java]   3301 ERROR   Logging subsystem cannot be initialized. System administration issue detected. Runtime properties file ("src/riskcheck/impl/xins.properties") cannot be opened. Detail: "src/riskcheck/impl/xins.properties (No such file or directory)".
 [java]   3300 DEBUG   Initializing logging subsystem with the settings set in the "src/riskcheck/impl/xins.properties" file.
 [java] log4j:WARN No appenders could be found for logger (org.xins.server.log.3304).
 [java] log4j:WARN Please initialize the log4j system properly.
 [java]   1054 INFO    Initialized Log4J configuration.
 [java]   3100 DEBUG   Changing APIServlet state from BOOTSTRAPPING_FRAMEWORK to FRAMEWORK_BOOTSTRAP_FAILED.
 [java]   3444 ERROR   The XINS/Java Server Framework failed to start.
 [java]   3444 DEBUG   The XINS/Java Server Framework failed to start.
 [java] javax.servlet.ServletException
 [java]     at org.xins.server.Engine.<init>(Engine.java:158)
 [java]     at org.xins.server.APIServlet.init(APIServlet.java:166)
 [java]     at org.xins.common.servlet.container.LocalServletHandler.initServlet(LocalServletHandler.java:81)
 [java]     at org.xins.common.servlet.container.LocalServletHandler.<init>(LocalServletHandler.java:49)
 [java]     at org.xins.common.servlet.container.HTTPServletHandler.addWAR(HTTPServletHandler.java:214)
 [java]     at org.xins.common.servlet.container.HTTPServletHandler.<init>(HTTPServletHandler.java:139)
 [java]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 [java]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
 [java]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
 [java]     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
 [java]     at org.xins.common.servlet.container.HTTPServletStarter.<init>(HTTPServletStarter.java:138)
 [java]     at org.xins.common.servlet.container.HTTPServletStarter.main(HTTPServletStarter.java:208)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant