On Jan 24, 2008, at 6:21 AM, YogeshArora wrote:
Hello Friends,
We are facing the following issues while deploying Apache
ServiceMix3.2.1 on
Apache Geronimo 2.0.2
1. We have downloaded the Apache ServiceMix WAR file (Apache
ServiceMix Web
Application 3.2.1 (.war)) from the following location
http://servicemix.apache.org/download.html
We are getting the attached errors.
Although we are able to see the first page of the deployed WAR.
2. When we tried to deploy the ServiceMix “Service Assemblies (.sa
files)”
through the Web interface (WAR) file deployed in the above step 1,
we are
getting the following exceptions:
<<
org.springframework.jmx.access.InvocationFailureException: JMX access
failed; nested exception is javax.management.MBeanException
Caused by: javax.management.MBeanException>>
The detailed exception is attached in the file.
http://www.nabble.com/file/p15062969/ServiceMix%2Bon%2BGeronimo.txt
ServiceMix+on+Geronimo.txt
http://www.nabble.com/file/p15062969/Service%2BAssembly%2BDeployment%2BErrors.txt
Service+Assembly+Deployment+Errors.txt
Hi Yogesh,
Not sure about the first JMX error. Hopefully, somebody with
ServiceMix skills can lend a hand...
Regarding your second deployment error text:
D:\geronimo-tomcat6-jee5-2.0.2\repository\default\apache-servicemix-
web-3.2.1\1201171061955\apache-servicemix-web-3.2.1-1201171061955.war
\WEB-INF\sitemesh-decorator.tld:60:2: error: cvc-datatype-valid.1.1:
string value 'SiteMesh Decorator Tags' does not match pattern for tld-
canonical-nameType in namespace http://java.sun.com/xml/ns/javaee
<short-name> is defined to *not* contain blank characters. Updating
the sitemesh-decorator.tld to the following (or similar) should fix
your problem:
<short-name>SiteMeshDecoratorTags</short-name>
--kevan