Platform issue for DROOLS-1297:
MemoryUtil throws this exception on Google App Engine:
java.lang.NoClassDefFoundError: Could not initialize class
com.google.apphosting.runtime.security.shared.stub.java.lang.management.ManagementFactory
at org.drools.core.util.MemoryUtil.<clinit>(MemoryUtil.java:33)
because the PermGen check goes the wrong way on GAE.
- is cloned by
-
RHBRMS-2601 [GSS] (6.3.z) MemoryUtil should not fail on Google App Engine with NoClassDefFoundError
- Verified
- relates to
-
DROOLS-1297 MemoryUtil should not fail on Google App Engine with NoClassDefFoundError
- Closed