|
Caused by: sun.misc.InvalidJarIndexExce...
|
This exception is thrown if the URLClassLoader finds the INDEX.LIST file of a jar file contains incorrect information.
This INDEX.LIST f...
|
|
com.ibm.ws.webcontainer.servlet.Servlet...
|
A JAXB xml parsing library seems to be colliding with the WebSphere xml binding libraries, check your classpath and change the classloading...
|
|
Error Message:
No associated document ...
|
On fileplanet no document was found for a given Id, most probably it was already erased.
|
|
org.jboss.deployment.DeploymentExceptio...
|
When trying to startup jboss or trying to deploy an app some error happened, usually you lack some JAR files.
|
|
Invocation of init method failed; neste...
|
You are lacking a JAR related with xml parsing
|
|
java.lang.NoClassDefFoundError: simplex...
|
When executing a class make sure to include the root package physical ubication in the java interpreter, like this:
java -classpath "./"...
|
|
java.net.ConnectException: Connection r...
|
You could not connect to a remote location, it could be due to several reason, start by assuring there is network access, then check if you...
|
|
java.lang.NoClassDefFoundError: com/sun...
|
Chances are high that you are using some XML libraries from previous versions than JRE 1.6 and there is some kind of conflict at classloadi...
|
|
java.lang.NoClassDefFoundError: java.ut...
|
java.util.concurrent.atomic.AtomicBoolean is available since Java 5... most probably you are using a JRE 1.4 runtime
|
|
java.lang.Exception: ORA-29532: Java ca...
|
A profile was not retrieved successfully, maybe the name configured in a XML file is not the same as the one used in the DB.
|
|
java.lang.reflect.InvocationTargetExcep...
|
Happens when working with SecureAction. Instances of this class should not be passed around since they may grant the receiver a capability ...
|
|
com.liferay.portal.kernel.deploy.hot.Ho...
|
There was a problem trying to deploy the mail-portlet portlet, look for chained exceptions
|
|
org.tigris.subversion.javahl.ClientExce...
|
Usually happens when you try to connect to subversion but the proxy is not configured as it should.
|
|
java.lang.OutOfMemoryError: Java heap s...
|
Java heap space at java.util.zip.InflaterInputStream usually happens when you try to parse to big XML files, you could raise the Xmx parame...
|
|
javax.ejb.EJBTransactionRolledbackExcep...
|
You seem to need another jaxb-impl-*.jar file in your classpath, an older versions seems to be loaded and it does not contains annotations ...
|
|
java.lang.NoClassDefFoundError: java/te...
|
You are missing a class or a whole jar library in the classpath, use our jar finder to solve it
|
|
java.lang.StringIndexOutOfBoundsExcepti...
|
You are trying to access an index of a string that does not exist: for example the index 6 does not exists for the string "hello" and so an...
|
|
java.lang.IllegalArgumentException: Bad...
|
An update is being made too fast and the neo4j library does not allow it.
|
|
Exception in thread "Statistics Gathere...
|
Terractota run out of permanent generation space on the jvm try rising it with -XX:PermSize=512m -XX:MaxPermSize=1024 or higher values.
|
|
com.sun.appserv.connectors.internal.api...
|
At ejb deployment a file with locale configuration was not found, posibly a properties missing file (search for LocalStrings.properties) or...
|