michaelvv wrote: 
> java.lang.ClassFormatError: Truncated class file

Sounds like you were rebooting as tomcat was unpacking the war file,
resulting in a truncated class file.
Force the war to be redeployed.


Code:
--------------------
    
  sudo systemctl stop tomcat
  sudo rm -rf /usr/share/tomcat/webapps/CommunitySqueeze
  sudo systemctl start tomcat
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to