Bug 781084 (SOA-3574) - JON SOA Plugin missing class: org.rhq.plugins.jbossas5.deploy.RemoteDeployer
Summary: JON SOA Plugin missing class: org.rhq.plugins.jbossas5.deploy.RemoteDeployer
Keywords:
Status: NEW
Alias: SOA-3574
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JON
Version: 5.1.0 GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-10 19:59 UTC by David Tucker
Modified: 2020-04-27 01:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
A problem arises when deploying ESB archives from the JON plugin. The deployment fails and a stacktrace is displayed.
Clone Of:
Environment:
Fedora 15, OpenJDK 1.6.0, HSQL (this is not a production environment), SOA 5.1, JON 2.4.1 with JON SOA plugin 2.4.1
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-3574 0 Major Closed JON SOA Plugin missing class: org.rhq.plugins.jbossas5.deploy.RemoteDeployer 2014-02-18 11:27:17 UTC

Description David Tucker 2011-11-10 19:59:40 UTC
project_key: SOA

There is an issue deploying ESB archives from JON.  The deployment fails with the following stacktrace:

java.lang.reflect.UndeclaredThrowableException
	at $Proxy123.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:679)
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)
	... 12 more

I looked inside the jopr-jboss-as-5-plugin-3.0.1.GA.jar and the RemoteDeployer is not there.

Comment 1 David Tucker 2011-11-10 20:03:29 UTC
There is mentioned in SOA-3524 that there is a patch here: https://brewweb.devel.redhat.com//buildinfo?buildID=185293 but that link doesn't work.  If this is availble in the customer portal I was unable to find it.

Comment 2 Suz 2012-06-15 04:23:56 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
A problem arises when deploying ESB archives from the JON plugin. The deployment fails and a stacktrace is displayed.


Note You need to log in before you can comment on or make changes to this bug.