Hi
When I deploy the sar in the default jboss 7.1 deployment directory, I get following error message:
{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"collector.sar\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"collector.sar\".PARSE: Failed to process phase PARSE of deployment \"collector.sar\""}}}}
Any ideas, pointers?
Thanx
I think JBoss 7 is not able to handle the loader-repository tag in the META-INF/jboss-service.xml file. Try removing that tag with it contents altogether.
This will break the feature for JBoss 5 to use the sar as deployment and as JVM agent at the same time. But if you are using JBoss 7 this is of no interest for you anyway :-)
I think I'll make the default package in a way that will work on JBoss 7 now and provide a special download for JBoss 5 users.
Let me know if that solves your problem for now, please.
hi tobias
the contents of the jboss-service.xml are as follows:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE server PUBLIC "-//JBoss//DTD MBean Service 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss-service_4_0.dtd">
<server> <mbean code="jboss.monitoring.Collector" name="jboss.monitoring:type=Collector">
<attribute name="BindAddress">${jboss.bind.address}</attribute> <attribute name="Port">5566</attribute> </mbean></server>
There is no loader-repository tag.
thanx
meher
To: 5@support-requests.jboss2nagios.p.re.sf.net
From: gropi@users.sf.net
Subject: [jboss2nagios:support-requests] #5 Error
Date: Tue, 4 Feb 2014 07:16:29 +0000
I think JBoss 7 is not able to handle the loader-repository tag in the META-INF/jboss-service.xml file. Try removing that tag with it contents altogether.
This will break the feature for JBoss 5 to use the sar as deployment and as JVM agent at the same time. But if you are using JBoss 7 this is of no interest for you anyway :-)
I think I'll make the default package in a way that will work on JBoss 7 now and provide a special download for JBoss 5 users.
Let me know if that solves your problem for now, please.
[support-requests:#5] Error
Status: open
Created: Tue Feb 04, 2014 02:28 AM UTC by mjg
Last Updated: Tue Feb 04, 2014 02:28 AM UTC
Owner: Tobias Frech
Hi
When I deploy the sar in the default jboss 7.1 deployment directory, I get following error message:
{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"collector.sar\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"collector.sar\".PARSE: Failed to process phase PARSE of deployment \"collector.sar\""}}}}
Any ideas, pointers?
Thanx
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/jboss2nagios/support-requests/5/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Support Requests: #5
hi tobias
the contents of the jboss-service.xml in META-INF are as follows:
<server>
<mbean code="jboss.monitoring.Collector" name="jboss.monitoring:type=Collector">
</server>
There is no loader-repository tag.
Thanx