Mar 24, 2008 3:22:36 PM 
org.apache.tuscany.sca.host.webapp.WebAppServletHost ini
tContextPath
INFO: initContextPath: /LOSComposite
Mar 24, 2008 3:22:40 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Mar 24, 2008 3:22:40 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/LOSComposite] startup failed due to previous errors


This above stack trace comes when i deploy my war in tomcat,while there 
are no previous errors in the stack trace

My compsoite file now:



<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License. 
-->

<composite xmlns="http://www.osoa.org/xmlns/sca/1.0";
        targetNamespace="http://eai";
        xmlns:hw="http://eai";
        name="LOS">

   <component name="EAI1Component" >
        <implementation.java 
class="com.tcs.mswitch.synchronous.Main_ESB"/>
   </component>

    <component name="EAI2Component" >
        <implementation.java 
class="com.tcs.mswitch.synchronous.Main_ESB"/>
    </component>

    <component name="EAI3Component" >
        <implementation.java 
class="com.tcs.mswitch.synchronous.Main_ESB"/>
    </component>


    <component name="ComposerComponent">
        <implementation.java class="eai.ComposerImpl"/> 
    </component>

    <service name="ComposerService" promote="ComposerComponent">
        <interface.java interface="eai.Composer" /> 
       <binding.ws 
uri="http://localhost:8080/LOSComposite/LOSComposerService"/> 
    </service>

</composite>
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


Reply via email to