Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 781084 - (SOA-3574) JON SOA Plugin missing class: org.rhq.plugins.jbossas5.deploy.RemoteDeployer
JON SOA Plugin missing class: org.rhq.plugins.jbossas5.deploy.RemoteDeployer
Status: NEW
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JON (Show other bugs)
5.1.0 GA
Unspecified Unspecified
high Severity high
: ---
: ---
Assigned To: Default User
http://jira.jboss.org/jira/browse/SOA...
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-10 14:59 EST by David Tucker
Modified: 2018-03-29 17:46 EDT (History)
2 users (show)

See Also:
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.
Story Points: ---
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
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
JBoss Issue Tracker SOA-3574 Major Closed JON SOA Plugin missing class: org.rhq.plugins.jbossas5.deploy.RemoteDeployer 2014-02-18 06:27:17 EST

  None (edit)
Description David Tucker 2011-11-10 14:59:40 EST
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 15:03:29 EST
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 00:23:56 EDT
    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.