0

We have been getting java.lang.ClassFormatError: Truncated class file since yesterday for our Zimbra server based on Ubuntu.

Despite that nothing is changed; everything had been going well until yesterday. Now the web user interface of Zimbra is not rendered; we get 500 internal server error in Firebug.

Any ideas to solve this problem?

halfer
  • 19,824
  • 17
  • 99
  • 186
talha06
  • 6,206
  • 21
  • 92
  • 147

1 Answers1

0

Your server is setup on default configuration.

It unpacked your war file into the system temp directory, likely /tmp.

Some other process then cleared out the /tmp/ directory, rendering your active runtime invalid.

See other answer about setting temp / work directories for more information.

Community
  • 1
  • 1
Joakim Erdfelt
  • 46,896
  • 7
  • 86
  • 136