On Wed, May 12, 2010 at 1:22 PM, Bhaskar Reddy Yeddula
<[email protected]> wrote:
> Hi
>
>
>
> I am new to Tuscany, when I deploy the WAR file generated in tomcat server;
> I am getting the following error.
>
>
>
>
>
> May 12, 2010 4:46:02 PM org.apache.tuscany.sca.node.impl.NodeImpl start
>
> INFO: Starting node: null
>
> May 12, 2010 4:46:02 PM org.apache.catalina.core.StandardContext start
>
> SEVERE: Error listenerStart
>
> May 12, 2010 4:46:02 PM org.apache.catalina.core.StandardContext start
>
> SEVERE: Context [/CMTSBOServices-3.0.2] startup failed due to previous
> errors
>
> May 12, 2010 4:46:39 PM org.apache.tuscany.sca.host.webapp.WebAppServletHost
> initContextPath
>
> INFO: ContextPath: /CMTSBOServices-3.0.2
>
> May 12, 2010 4:46:39 PM org.apache.tuscany.sca.node.impl.NodeImpl <init>
>
> INFO: Creating node: null
>
> May 12, 2010 4:46:40 PM org.apache.tuscany.sca.node.impl.NodeImpl
> configureNode
>
> INFO: Loading contribution:
> file:/D:/eclipse-europa/apache-tomcat-6.0.18/apache-tomcat-6.0.18/webapps/CMTSBOServices-3.0.2/
>
> May 12, 2010 4:46:41 PM
> org.apache.tuscany.sca.assembly.builder.impl.ComponentConfigurationBuilderImpl
>
> WARNING: Service not found for component service: Component =
> FreeOfferedCMTSResource Service = FreeOfferedCMTSResourceService
>
> May 12, 2010 4:46:41 PM
> org.apache.tuscany.sca.assembly.builder.impl.CompositeBindingURIBuilderImpl
>
> WARNING: Service not found for component service: Component =
> FreeOfferedCMTSResource Service = FreeOfferedCMTSResourceService
>
> May 12, 2010 4:46:42 PM org.apache.tuscany.sca.node.impl.NodeImpl start
>
> INFO: Starting node: null
>
> May 12, 2010 4:46:42 PM org.apache.catalina.core.StandardContext start
>
> SEVERE: Error listenerStart
>
> May 12, 2010 4:46:42 PM org.apache.catalina.core.StandardContext start
>
> SEVERE: Context [/CMTSBOServices-3.0.2] startup failed due to previous
> errors
>
>
>
>  Can anybody help me how we need to resolve this issue. Please help me it is
> some urgent issue I need to fix.
>
>
>
> Thanks in advance.
>
> Regards,
>
> Bhaskar
>
> ________________________________
> "DISCLAIMER: This message is proprietary to Aricent and is intended solely
> for the use of the individual to whom it is addressed. It may contain
> privileged or confidential information and should not be circulated or used
> for any purpose other than for what it is intended. If you have received
> this message in error, please notify the originator immediately. If you are
> not the intended recipient, you are notified that you are strictly
> prohibited from using, copying, altering, or disclosing the contents of this
> message. Aricent accepts no responsibility for loss or damage arising from
> the use of the information transmitted by this email including damage from
> virus."
>

Hi Bhaskar

What version of Tuscany are you using?

Not sure what's causing "SEVERE: Error listenerStart"

Were there any errors prior to the one you have listed? Do you see any
more detail in the Tomcat log?

The warning "Service not found for component service: Component =
FreeOfferedCMTSResource Service = FreeOfferedCMTSResourceService"
would suggest that there is something wrong with the way the component
is configured, in particular look for a miss-match between the service
name in the composite and the service name in the component
implementation. However as this comes after the "SEVERE: Error
listenerStart" I'd be tempted to ignore this in the first instance.

Regards

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com

Reply via email to