You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2016/07/01 22:32:11 UTC

[jira] [Updated] (AXIS2-5796) java.lang.NoClassDefFoundError AFTER successful build

     [ https://issues.apache.org/jira/browse/AXIS2-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIS2-5796:
-----------------------------------
    Priority: Minor  (was: Major)

> java.lang.NoClassDefFoundError AFTER successful build
> -----------------------------------------------------
>
>                 Key: AXIS2-5796
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5796
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.7.3
>         Environment: Windows 8.1 x64 Prof., Tomcat 7.0.68, JDK 1.8.0_92 x64
>            Reporter: Thorsten Schöning
>            Priority: Minor
>
> Ubuntu 14.04:
> {CODE}        
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 29:07.033s
> [INFO] Finished at: Tue Jun 28 08:42:11 CEST 2016
> [INFO] Final Memory: 181M/494M
> [INFO] ------------------------------------------------------------------------
> 2016-06-28 08:42:11.773:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
> 2016-06-28 08:42:11.774:INFO:oejsh.ContextHandler:stopped o.m.j.p.JettyWebAppContext{/axis2,file:/home/tschoening/Axis2/src/systests/webapp-tests/target/tmp/webapp/},/home/tschoening/Axis2/src/modules/webapp/target/axis2.war
> {CODE}        
> Windows succeeds as well, but there's an additional exception:
> {CODE}
> [INFO] javax.el.BeanELResolver purged
> [INFO] stopped o.m.j.p.JettyWebAppContext{/axis2,file:/C:/Users/tschoening/Documents/Svn/Src/Libs/trunk/Java/Apache/Axis2/1.7.4-SNAPSHOT/src/systests/webapp-tests/target/tmp/webapp/},C:\Users\tschoening\Documents\Svn\Src\Libs\trunk\Java\Apache\Axis2\1.7.4-SNAPSHOT\src\modules\webapp\target\axis2.war
> [WARNING] FAILED qtp14567888{8<=11<=11/254,0}: java.lang.NoClassDefFoundError: org/eclipse/jetty/util/thread/QueuedThreadPool$1java.lang.NoClassDefFoundError: org/eclipse/jetty/util/thread/QueuedThreadPool$1
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.doStop(QueuedThreadPool.java:126)
>         at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
>         at org.eclipse.jetty.util.component.AggregateLifeCycle.doStop(AggregateLifeCycle.java:107)
>         at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:69)
>         at org.eclipse.jetty.server.handler.HandlerWrapper.doStop(HandlerWrapper.java:108)
>         at org.eclipse.jetty.server.Server.doStop(Server.java:343)
>         at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
>         at org.eclipse.jetty.util.thread.ShutdownThread.run(ShutdownThread.java:132)
>         at org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorThread.run(ShutdownMonitor.java:104)
> Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.thread.QueuedThreadPool$1
>         at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
>         ... 9 more
> [WARNING] FAILED org.mortbay.jetty.plugin.JettyServer@13bdb060: java.lang.NoClassDefFoundError: org/eclipse/jetty/util/thread/QueuedThreadPool$1
> java.lang.NoClassDefFoundError: org/eclipse/jetty/util/thread/QueuedThreadPool$1
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.doStop(QueuedThreadPool.java:126)
>         at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
>         at org.eclipse.jetty.util.component.AggregateLifeCycle.doStop(AggregateLifeCycle.java:107)
>         at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:69)
>         at org.eclipse.jetty.server.handler.HandlerWrapper.doStop(HandlerWrapper.java:108)
>         at org.eclipse.jetty.server.Server.doStop(Server.java:343)
>         at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
>         at org.eclipse.jetty.util.thread.ShutdownThread.run(ShutdownThread.java:132)
>         at org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorThread.run(ShutdownMonitor.java:104)
> Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.thread.QueuedThreadPool$1
>         at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
>         ... 9 more
> Exception in thread "ShutdownMonitor" java.lang.NoClassDefFoundError: org/eclipse/jetty/util/thread/QueuedThreadPool$1
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.doStop(QueuedThreadPool.java:126)
>         at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
>         at org.eclipse.jetty.util.component.AggregateLifeCycle.doStop(AggregateLifeCycle.java:107)
>         at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:69)
>         at org.eclipse.jetty.server.handler.HandlerWrapper.doStop(HandlerWrapper.java:108)
>         at org.eclipse.jetty.server.Server.doStop(Server.java:343)
>         at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:89)
>         at org.eclipse.jetty.util.thread.ShutdownThread.run(ShutdownThread.java:132)
>         at org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorThread.run(ShutdownMonitor.java:104)
> Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.thread.QueuedThreadPool$1
>         at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
>         at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
>         ... 9 more
> {CODE}
> The problem is not present in former versions, like 1.7.3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org