Created
July 1, 2014 16:17
-
-
Save fbricon/580e5de95c8d958cfb9d to your computer and use it in GitHub Desktop.
m2e leaking classloader?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.ExceptionInInitializerError | |
| at de.schlichtherle.io.ArchiveControllers.<clinit>(ArchiveControllers.java:67) | |
| at de.schlichtherle.io.File.umount(File.java:1099) | |
| at org.jboss.ide.eclipse.archives.core.util.internal.TrueZipUtil.umount(TrueZipUtil.java:160) | |
| at org.jboss.ide.eclipse.as.wtp.core.server.publish.LocalZippedModulePublishRunner.fullPublish(LocalZippedModulePublishRunner.java:173) | |
| at org.jboss.ide.eclipse.as.wtp.core.server.publish.LocalZippedModulePublishRunner.fullPublishModule(LocalZippedModulePublishRunner.java:93) | |
| at org.jboss.tools.as.core.server.controllable.subsystems.internal.ManagementPublishController.zipLocally(ManagementPublishController.java:280) | |
| at org.jboss.tools.as.core.server.controllable.subsystems.internal.ManagementPublishController.publishModule(ManagementPublishController.java:214) | |
| at org.jboss.ide.eclipse.as.wtp.core.server.behavior.ControllableServerBehavior.publishModule(ControllableServerBehavior.java:134) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1091) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1183) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:987) | |
| at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774) | |
| at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3157) | |
| at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345) | |
| at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) | |
| Caused by: java.lang.reflect.UndeclaredThrowableException | |
| at de.schlichtherle.key.KeyManager.getInstance(KeyManager.java:123) | |
| at de.schlichtherle.io.ArchiveControllers$ShutdownHook.<init>(ArchiveControllers.java:388) | |
| at de.schlichtherle.io.ArchiveControllers$ShutdownHook.<clinit>(ArchiveControllers.java:372) | |
| ... 15 more | |
| Caused by: java.lang.ClassNotFoundException: de.schlichtherle.key.passwd.swing.PromptingKeyManager | |
| at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) | |
| at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:259) | |
| at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:235) | |
| at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:227) | |
| at de.schlichtherle.key.KeyManager.getInstance(KeyManager.java:117) | |
| ... 17 more |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://issues.jboss.org/browse/JBIDE-17700