testdriven / psi-probe

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe
8 stars 1 forks source link

java.lang.NoClassDefFoundError: Could not initialize class sun.font.FontScaler #375

Closed padcom closed 9 years ago

padcom commented 9 years ago

From zawa...@gmail.com on September 27, 2013 15:19:49

When apache tomcat starts I got this in log:

SEVERE: Servlet.service() for servlet [probe] in context with path [/probe] threw exception [Handler processing failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class sun.font.FontScaler] with root cause java.lang.NoClassDefFoundError: Could not initialize class sun.font.FontScaler at sun.font.Type1Font.getScaler(Type1Font.java:638) at sun.font.FileFontStrike.(FileFontStrike.java:177)

Something wrong with my java setup?

java -version java version "1.7.0_40" Java(TM) SE Runtime Environment (build 1.7.0_40-b43) Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)

Apache Tomcat 7.0.42

Original issue: http://code.google.com/p/psi-probe/issues/detail?id=375

padcom commented 9 years ago

From zawa...@gmail.com on September 27, 2013 07:33:06

Java environment problem. Please discard that issue.

padcom commented 9 years ago

From MALfunct...@gmail.com on September 30, 2013 06:07:59

Status: Invalid