Here is the exceptions resulting from trying to install the component: servicemix-shared-3.1-incubating-installer.zip
So the page is Components The artifact is servicemix-shared-3.1-incubating-installer.zip I got the artifact out of the "components" directory in my standalone version. bsnyder wrote: > > On 7/3/07, sameh <[EMAIL PROTECTED]> wrote: >> >> I have a Service assembly that is working in the Standalone version of >> Servicemix 3.1 >> I need to have servicemix run inside Weblogic so I downloaded Apache >> ServiceMix Web Application 3.1-incubating.war and deployed to Weblogic >> (9.2) >> When I try to install a component or deploy my service assembly I get: >> Compilation of JSP File '/error.jsp' failed: >> error.jsp:18:5: No tag library could be found with this URI. Possible >> causes >> could be that the URI is incorrect, or that there were errors during >> parsing >> of the .tld file. >> <%@ taglib uri="WEB-INF/tags/sitemesh-page.tld" prefix="page" %> >> >> Here is the exceptions resulting from trying to install the component: >> servicemix-shared-3.1-incubating-installer.zip >> >> <Jul 3, 2007 1:08:34 PM EDT> <Error> <HTTP> <BEA-101017> >> <[EMAIL PROTECTED] - appName: >> 'apache-servicemix-web-3', name: >> 'apache-servicemix-web-3.1-incubating.war', >> context-path: '/apache-servicemix-web-3.1-incubating'] Root cause of >> ServletException. >> org.springframework.jmx.access.InvocationFailureException: JMX access >> failed; nested exception is javax.management.MBeanException >> at >> org.springframework.jmx.access.MBeanClientInterceptor.invoke(MBeanClientInterceptor.java:309) >> at >> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176) >> at >> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210) >> at $Proxy79.installComponent(Unknown Source) >> at >> org.apache.servicemix.web.controller.InstallComponent.doSubmitAction(InstallComponent.java:51) >> Truncated. see log file for complete stacktrace >> javax.management.MBeanException >> at >> org.apache.servicemix.jbi.management.BaseStandardMBean.invoke(BaseStandardMBean.java:332) >> at >> com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) >> at >> com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) >> at >> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815) >> at >> com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) >> Truncated. see log file for complete stacktrace >> java.lang.Exception: <?xml version="1.0" encoding="UTF-8"?> >> <jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message" >> version="1.0"> >> <jbi-task-result> >> <frmwk-task-result> >> <frmwk-task-result-details> >> <task-result-details> >> <task-id>installComponent</task-id> >> <task-result>FAILED</task-result> >> <message-type>ERROR</message-type> >> <task-status-msg> >> <msg-loc-info> >> <loc-token/> >> <loc-message>file:/tmp/smx-comp8600.zip</loc-message> >> </msg-loc-info> >> </task-status-msg> >> <exception-info> >> <nesting-level>1</nesting-level> >> <loc-token/> >> <loc-message>JBI descriptor is not a component descriptor</loc-message> >> <stack-trace><![CDATA[javax.jbi.management.DeploymentException: JBI >> descriptor is not a component descriptor > > When using the ServiceMix WAR file distribution you need to install > JBI components and SAs using the web interface. JBI shared libraries > must be installed first (i.e., servicemix-shared), followed by JBI > components and then SAs. The error you're seeing occurs when trying to > install the wrong component type using the wrong page in the web > console. What kind of artifact are you trying to install and what page > in the web console are using? > > Bruce > -- > perl -e 'print > unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" > );' > > Apache Geronimo - http://geronimo.apache.org/ > Apache ActiveMQ - http://activemq.org/ > Apache ServiceMix - http://servicemix.org/ > Castor - http://castor.org/ > > -- View this message in context: http://www.nabble.com/Apache-ServiceMix-Web-Application-3.1-incubating.war-BEA-Weblogic-tf4019895s12049.html#a11445851 Sent from the ServiceMix - User mailing list archive at Nabble.com.
