-
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.HttpServletis part ofjavax.servlet-api.jarwhich is located inside/jars/directory of Tigase XMPP Serverdist-maxpackage but is not part of-distpackage.Please let me know which package where you using for testing. Was it
-dist-maxor @-dist@?Also I'm having trouble to decide how to fix this issue. As I should add
javax.servlet-api.jarto-distpackage. At the same time there is stilltigase-http-api-jettywhich requiresJettywhich is missing from-distpackage as well. Should we add dependencies forJettyor removetigase-http-api-jettyfrom-distpackage?For now I've added
javax.servlet-apito-distpackage 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?)