-
I'm having trouble with replication of this issue as I do not have access to computer with Windows.
However looking at provided stacktrace, I think that there is some issue with classloader when Wrapper is used or in Wrapper settings as class
javax.servlet.http.HttpServlet
is part ofjavax.servlet-api.jar
which is located inside/jars/
directory of Tigase XMPP Serverdist-max
package but is not part of-dist
package.Please let me know which package where you using for testing. Was it
-dist-max
or @-dist@?Also I'm having trouble to decide how to fix this issue. As I should add
javax.servlet-api.jar
to-dist
package. At the same time there is stilltigase-http-api-jetty
which requiresJetty
which is missing from-dist
package as well. Should we add dependencies forJetty
or removetigase-http-api-jetty
from-dist
package?For now I've added
javax.servlet-api
to-dist
package and it should solve this issue. Change will be part of a next snapshot build
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
5246
|
Version |
tigase-server-8.0.0
|
Starting server in default setup mode causes the following error
Possibly related to commit 07311ea (no SetupModeRedirectModule.java loaded?)