Projects tigase _server tigase-http-api Issues #57
IO exception with resource file for index = 12 was not found and could not be loaded (#57)
Closed
wojciech.kapcia@tigase.net opened 7 years ago

Only with resource index = 12

2017-12-21 13:25:22.710 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 1
2017-12-21 13:25:22.718 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 2
2017-12-21 13:25:22.741 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 3
2017-12-21 13:25:22.758 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 4
2017-12-21 13:25:22.771 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 5
2017-12-21 13:25:22.785 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 6
2017-12-21 13:25:22.798 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 7
2017-12-21 13:25:22.805 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 8
2017-12-21 13:25:22.815 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 9
2017-12-21 13:25:22.821 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 10
2017-12-21 13:25:22.827 [main]             SetupServlet.loadTemplates()            FINEST:   loaded html template for step 11
2017-12-21 13:25:22.827 [main]             SetupServlet.loadTemplates()            FINEST:   resource file for index = 12 was not found and could not be loaded
java.io.IOException: Resource not found
        at tigase.http.modules.setup.SetupServlet.load(SetupServlet.groovy:177)
        at tigase.http.modules.setup.SetupServlet.loadTemplates(SetupServlet.groovy:146)
        at tigase.http.modules.setup.SetupServlet.init(SetupServlet.groovy:64)
        at javax.servlet.GenericServlet.init(GenericServlet.java:244)
        at tigase.http.java.RequestHandler.registerServlet(RequestHandler.java:172)
        at tigase.http.java.RequestHandler.<init>(RequestHandler.java:75)
        at tigase.http.java.JavaStandaloneHttpServer.deploy(JavaStandaloneHttpServer.java:107)
        at tigase.http.java.JavaStandaloneHttpServer.lambda$0(JavaStandaloneHttpServer.java:74)
        at java.lang.Iterable.forEach(Iterable.java:75)
        at tigase.http.java.JavaStandaloneHttpServer.deploy(JavaStandaloneHttpServer.java:74)
        at tigase.http.modules.setup.SetupModule.start(SetupModule.java:119)
        at tigase.http.AbstractHttpModule.initialize(AbstractHttpModule.java:74)
        at tigase.http.modules.AbstractBareModule.initialize(AbstractBareModule.java:188)
        at tigase.kernel.core.Kernel.initBean(Kernel.java:136)
        at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:1096)
        at tigase.kernel.core.Kernel.injectDependency(Kernel.java:705)
        at tigase.kernel.core.Kernel$DelayedDependenciesInjection.inject(Kernel.java:1359)
        at tigase.kernel.core.Kernel.finishDependecyDelayedInjection(Kernel.java:515)
        at tigase.kernel.core.Kernel.initBean(Kernel.java:128)
        at tigase.kernel.core.Kernel.injectDependencies(Kernel.java:1096)
        at tigase.kernel.core.Kernel.injectIfRequired(Kernel.java:871)
        at tigase.kernel.core.Kernel.getInstance(Kernel.java:289)
        at tigase.server.Bootstrap.start(Bootstrap.java:162)
        at tigase.server.XMPPServer.start(XMPPServer.java:181)
        at tigase.server.XMPPServer.main(XMPPServer.java:135)
Andrzej Wójcik (Tigase) commented 7 years ago

I've detected exception which is expected and make sure that it will not be logged any more

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
6508
Version
tigase-server-8.0.0rc1
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-http-api#57
Please wait...
Page is in error, reload to recover