Please throw the debug on in the log4j.properties and
commons-logging.properties and post the stack trace.

thanks,
dims

On 11/9/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote:
Hi,
I am writing a new transport listener. The listener extends my framework
class and implements TransportListener interface like this...
public class TIAF2AXIS2Listener extends TIAFDefaultDriver implements
TransportListener

Then I declared it in axis2.xml file like this...
    <transportReceiver name="TIAF"

class="org.apache.axis2.transport.tcp.TIAF2AXIS2Listener">
        <parameter name="port" locked="false">6062</parameter>
        <!--If you want to give your own host address for EPR
generation-->
        <!--uncommet following paramter , and set as you required.-->
        <!--<parameter name="hostname"
locked="false">tcp://myApp.com/ws</parameter>-->
    </transportReceiver>

When I start SimpleAxis2Server it fails to start the transports and
throws NoClassDefFoundError for class
org.apache.axis2.transport.tcp.TIAF2AXIS2Listener.

Any ideas on how to resolve this ?

-yogen
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to