Exceptions with Kunagi 0.16 / after upgrade to 0.16
Problem when installing v0.16
I've upgraded the 0.15 version to 0.16, but I'm having problems :o(.
I've performed a clean installation in Tomcat, i.e. removed the old version and copied the new WAR; cleaned the temp and work directories. When opening http://localhost:8080/kunagi, I'm getting an "Unable to connect" error message.
The log file contains "INFO: validateJarFile(D:\utils\tomcat\apache-tomcat-5.5.28\webapps\kunagi\WEB-INF\lib\gwt-user.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class". This is not an error, but could be the cause why the application is not running properly.
Environment:
-Windows XP SP2
-Tomcat v5.5.28
-Java v1.6.0_23
If you tell me how, I could attached the log files.
Statement from Kunagi Team
Appears to be a problem with Tomcat 5 and/or 7.
Workaround: Use Tomcat 6.
Status
Issue is closed for Release 0.16.1.
Comments
Thu, Jan 6, 2011, 11:28 by Witek (SM,T)
I have removed gwt-user.jar
from WEB-INF/lib
and replaced it by gwt-servlet.jar
. This works for Tomcat5 and for Tomcat7 on Linux. I will test it on WindowsXP too.