You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
The server framework fails if the properties file is not found. For example:
The text was updated successfully, but these errors were encountered: