Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jms and deployment issues

843830Sep 27 2007
i have two .sar files containing message driven beans
when i come to deploy the files in Jboss i get the following error , not sure what to do? what config do i need to do so that Jboss will deploy this porperly. can anyone point me in the right direction?

i get following errors - although it starts the server:


1) i dont understand the below message and what i need to do with it.

--- MBeans waiting for other MBeans ---
ObjectName: bt-global:service=RBGANRadiusService
State: CONFIGURED
I Depend On:
jboss.j2ee:module=rbgan.ejb3,service=EJB3

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.j2ee:module=rbgan.ejb3,service=EJB3
State: NOTYETINSTALLED
Depends On Me:
bt-global:service=RBGANRadiusService




3) if i start the server with none of the application components deployed then i get following errors - what do these mean:


07:16:09,597 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.jmx:name=SnmpAgent,service=trapd,type=logger
State: FAILED
Reason: java.net.BindException: Address already in use: Cannot bind

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jmx:name=SnmpAgent,service=trapd,type=logger
State: FAILED
Reason: java.net.BindException: Address already in use: Cannot bind


07:16:09,738 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-
8080
07:16:09,858 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
07:16:09,868 INFO [JkMain] Jk running ID=0 time=0/20 config=null
07:16:09,878 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=J




also i get the following error message - not sure how to resolve this also

status: Deployment FAILED reason: No ClassLoaders found for: org.jboss.ha.s
ingleton.HASingletonController; - nested throwable: (java.lang.ClassNotFoundE
xception: No ClassLoaders found for: org.jboss.ha.singleton.HASingletonContro
ller)
state: FAILED
watch: file:/D:/bgan-workspace/RBGAN-Firewall/RBGANFirewallManager.sar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2007
Added on Sep 27 2007
0 comments
209 views