[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-10-04 Thread KVAK_TNT
Hi again! I have upgraded to beta2 and still got the Premture end of file error... But now I get it allways I have successfully started an operation in the wsdl. 20:00:15,488 ERROR [STDERR] [Fatal Error] :-1:-1: Premature end of file. Any suggestions - or maybe I have missunderstood your

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-10-04 Thread [EMAIL PROTECTED]
If the tests pass, it is harmless. A future version of JBossWS will fix the problem (JBWS-826). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3976158#3976158 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3976158

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread KVAK_TNT
JUnit-Log: | org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jbpm.graph.exe.Token#192] | at org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:372) | at

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread KVAK_TNT
10:07:49,337 INFO [TableMetadata] columns: [name_, value_, msginstance_] 10:07:49,352 INFO [TableMetadata] foreign keys: [fk_part_msgvalue] 10:07:49,352 INFO [TableMetadata] indexes: [primary, fk_part_msgvalue] 10:07:49,368 INFO [TableMetadata] table found: bpel.bpel_namespace 10:07:49,383

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread [EMAIL PROTECTED]
Alright, now I understand what is going on. From the server log: org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jbpm.graph.exe.Token#192] the problem is not your machine being slow. On the contrary, it is way faster than mine :) It is receiving new inbound

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread [EMAIL PROTECTED]
anonymous wrote : I allways get the failure [Fatal Error] :-1:-1: Premature end of file. when I disconnect / logoff. Do you know why? In SOAP over HTTP, one-way operations result in an empty HTTP response. The Apache Xerces parser used by JBossWS emits that message to System.out when given an

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-08-31 Thread [EMAIL PROTECTED]
The mentioned fault gets raised when the server takes too much time to process a request. This can be caused by a number of factors: no receiver being able to accept the request a fault during the execution of the process instance preventing the server from returning a response heavy load

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-08-30 Thread KVAK_TNT
Is there no one who knows a sollution for this problem? I have found out that I need this sleep at most actions Im calling. In most cases it would be enough to use 500ms or maybe 250ms as sleeptime. Greetings TNT View the original post :