| Summary: | NoClassDefFoundError when deploying ESB archives through JON | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Pavel Kralik <pkralik> |
| Component: | JON | Assignee: | tcunning |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 5.2.0.ER5 | CC: | drgnfox, fnguyen, ian.springer, kevin.conner, ldimaggi, mvecera, no-reply, pkralik, robson.watt |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 5.2.0.ER6 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-3524 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
JON 2.4.1.GA, PostgreSQL 8.4.8, OpenJDK 1.6.0, SOA-P/EDS 5.2.0 ER5
JON plugin pack: https://brewweb.devel.redhat.com//buildinfo?buildID=184426
|
|
| Last Closed: | 2011-11-11 12:05:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Pavel Kralik
2011-10-25 14:19:13 UTC
Bugzilla References: Added: https://bugzilla.redhat.com/show_bug.cgi?id=727976 Moved to blocker status as this is a regression from 5.1.0 Bugzilla References: Removed: https://bugzilla.redhat.com/show_bug.cgi?id=727976 Added: https://bugzilla.redhat.com/show_bug.cgi?id=727976 Affects Testing: Added: Regression Charles Crouch <ccrouch> made a comment on [bug 727976|https://bugzilla.redhat.com/show_bug.cgi?id=727976] We believe this original issue is fixed, and requesting that Tom confirm. SOA-3524 is hitting a different issue, which will be addressed separately. Link: Added: This issue relates to JBESB-3703 Patched around the missing class. Bugzilla References: Removed: https://bugzilla.redhat.com/show_bug.cgi?id=727976 Added: https://bugzilla.redhat.com/show_bug.cgi?id=727976 JON 2.4.1.GA, PostgreSQL 8.4.8, OpenJDK 1.6.0, SOA-P/EDS 5.1.0.GA Deploying the ESB archive has the same result with SOA-P 5.1.0: java.lang.reflect.UndeclaredThrowableException at $Proxy93.createResource(Unknown Source) at org.rhq.core.pc.inventory.CreateResourceRunner.call(CreateResourceRunner.java:114) at org.rhq.core.pc.inventory.CreateResourceRunner.run(CreateResourceRunner.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Caused by: java.lang.Exception: java.lang.NoClassDefFoundError: org/rhq/plugins/jbossas5/deploy/RemoteDeployer at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:530) ... 5 more Caused by: java.lang.NoClassDefFoundError: org/rhq/plugins/jbossas5/deploy/RemoteDeployer at org.jbosson.plugins.jbossesb.ESB5Component.getDeployer(ESB5Component.java:216) at org.jbosson.plugins.jbossesb.ESB5Component.createResource(ESB5Component.java:202) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525) ... 5 more Caused by: java.lang.ClassNotFoundException: org.rhq.plugins.jbossas5.deploy.RemoteDeployer at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at org.rhq.core.pc.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:63) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334) ... 12 more Fixed. That link doesn't work anymore. Is there somewhere I can get this patch? Is it in the customer portal. The link works, you need to log on to the RH VPN to access it. Hi all, I have this problem on a production enviroment.. Please tell me how I can resolve this issue!!! Thank you. Regards, Rob Hi Robson, the problem is solved with the latest jon-plugin-pack-soa-2.4.1.GA.zip and jon-plugin-pack-dataservices-2.4.1.GA.zip plugin packs. |