Hi, Jaliya thanks a lot,
 
You are right I didn' t used maven clean command and that was the problem.
 
Now that I have put a new sandesha jar file in axis lib the problem has chenged, infact I got the following output :
 
[CallbackRegistry] registerCallback: timeout= 180000
[ATCoordinatorImpl] timeout ACTIVE
org.apache.kandula.coordinator.TimedOutException
 at org.apache.kandula.coordinator.at.ATCoordinatorImpl.timeout(ATCoordinatorImpl.java:626)
 at org.apache.kandula.coordinator.CallbackRegistry$1.run(CallbackRegistry.java:62)
 at java.util.TimerThread.mainLoop(Timer.java:512)
 at java.util.TimerThread.run(Timer.java:462)
catch  CoordinatoreInvoke-> Inactivity Timeout Reached, No Response from the Server
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode:
 faultString: Inactivity Timeout Reached, No Response from the Server
 faultActor:
 faultNode:
 faultDetail:
 {http://xml.apache.org/axis/}stackTrace:Inactivity Timeout Reached, No Response from the Server
 at org.apache.sandesha.client.RMSender.invoke(RMSender.java:125)
 at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
 at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
.....
 
 
I have used the same client-config wsdd file as I did before, that is:
 

 

<deployment name="defaultClientConfig"

xmlns="http://xml.apache.org/axis/wsdd/"

xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

<globalConfiguration>

<parameter name="adminPassword" value="admin"/>

<parameter name="enableNamespacePrefixOptimization" value="true"/>

<parameter name="disablePrettyXML" value="true"/>

<parameter name="sendMultiRefs" value="true"/>

<parameter name="sendXsiTypes" value="true"/>

<parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>

<parameter name="sendXMLDeclaration" value="true"/>

<requestFlow>

<handler type="java:org.apache.axis.message.addressing.handler.AddressingHandler" />

<handler type="java:org.apache.kandula.coordinator.at.TxHandler" />

</requestFlow>

<responseFlow>

<handler type="java:org.apache.axis.message.addressing.handler.AddressingHandler" />

</responseFlow>

</globalConfiguration>

<handler name="RMSender" type="java:org.apache.sandesha.client.RMSender"/>

<transport name="local" pivot="java:org.apache.axis.transport.local.LocalSender"/>

<transport name="java" pivot="java:org.apache.axis.transport.java.JavaSender"/>

<transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender"/>

<transport name="RMTransport" pivot="RMSender"/>

<typeMapping

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"

deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"

encodingStyle=""

qname="wsa:EndpointReference"

serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"

type="java:org.apache.axis.message.addressing.EndpointReferenceType"/>

<typeMapping

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"

deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"

encodingStyle=""

qname="wsa:ReferencePropertiesType"

serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"

type="java:org.apache.axis.message.addressing.ReferencePropertiesType"/>

<typeMapping

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"

deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory"

encodingStyle=""

qname="wsa:Address"

serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory"

type="java:org.apache.axis.message.addressing.Address"/>

<typeMapping

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"

deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory"

encodingStyle=""

qname="wsa:PortType"

serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory"

type="java:org.apache.axis.message.addressing.PortType" />

<typeMapping

xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"

deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory"

encodingStyle=""

qname="wsa:ServiceNameType"

serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory"

type="java:org.apache.axis.message.addressing.ServiceNameType" />

</deployment>

 
 
 
 
----- Original Message -----
Sent: Saturday, July 15, 2006 11:09 PM
Subject: Re: kandula and sandesha

Hi, Valero,

Can't be. I just checked and it is working. If you update the source using svn update use the command
 
maven clean
 
to clean the old classes. Then use
 
maven to build. It should work.
 
Thanks,
-Jaliya
 
----- Original Message -----
Sent: Saturday, July 15, 2006 11:30 AM
Subject: Re: kandula and sandesha

As always thanks a lot for your reply!
 
I've redone the checkout and the maven command but it failed again.
this is the output I got:
 
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
 
Sto tentando il download di addressing-SNAPSHOT.jar.
Error retrieving artifact from [ http://cvs.apache.org/repository/addressing/jar
s/addressing-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; stat
us code was: 302
Artifact /addressing/jars/addressing-SNAPSHOT.jar doesn't exists in remote repos
itory, but it exists locally
build:start:
 
java:prepare-filesystem:
    [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
get\classes
 
java:compile:
    [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
\target\classes
    [copy] Copying 1 file to C:\Documents and Settings\Valerio\sand\sandesha_1_0
\target\classes
    [echo] Compiling to C:\Documents and Settings\Valerio\sand\sandesha_1_0/targ
et/classes
    [echo]
==========================================================
 
  NOTE: Targetting JVM 1.4, classes
  will not run on earlier JVMs
 
==========================================================
 
    [javac] Compiling 68 source files to C:\Documents and Settings\Valerio\sand\
sandesha_1_0\target\classes
 
java:jar-resources:
 
test:prepare-filesystem:
    [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
get\test-classes
    [mkdir] Created dir: C:\Documents and Settings\Valerio\sand\sandesha_1_0\tar
get\test-reports
 
test:test-resources:
Copying 9 files to C:\Documents and Settings\Valerio\sand\sandesha_1_0\target\te
st-classes
 
test:compile:
    [javac] Compiling 7 source files to C:\Documents and Settings\Valerio\sand\s
andesha_1_0\target\test-classes
 
test:test:
    [junit] Running org.apache.sandesha.intergratedtest.TCScenarioTest
          Synchronous Ping Test Started
          Synchronous Ping Test Finished
          Asynchronous Ping Test Started
          Echo(Sync Ack) Test Started
          Echo(Aync Ack) Test Started
          Echo and Ping Combined Test Started
    [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 963,175 sec
    [junit] [ERROR] TEST org.apache.sandesha.intergratedtest.TCScenarioTest FAIL
ED
    [junit] Running org.apache.sandesha.server.TCMessageValidator
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,432 sec
    [junit] Running org.apache.sandesha.storage.TCClientStorageManager
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12,718 sec
    [junit] Running org.apache.sandesha.storage.TCServerStorageManager
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12,709 sec
 
BUILD FAILED
File...... C:\Documents and Settings\Valerio\.maven\cache\maven-test-plugin-1.6.
2\plugin.jelly
Element... fail
Line...... 181
Column.... 54
There were test failures.
Total time: 17 minutes 8 seconds
Finished at: Sat Jul 15 12:35:51 CEST 2006
I also tried to create the sandesha jar file using ant with the classes folder in the target folder and I run my example but I got an error from the RMSender.
 
Thanks in advance!
Valerio
 
 
 
----- Original Message -----
Sent: Friday, July 14, 2006 6:21 PM
Subject: Re: kandula and sandesha

Oops, please checkout now. I have missed cheking in some code.
 
Thanks,
Jaliya
 

Reply via email to