You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by SP Liu <sp...@gmail.com> on 2006/04/26 11:21:36 UTC

loan-broker error -- 'Could not find PacketReader for packet type'

Hi
 After running the loan-broker example on servicemix standlone,I want to run
it as SA deployment on Geronimo.
 By following the instruction,I can deploy servicemix-lwcontainer and
loanbroker-sa successfully.when i type 'ant' to 
 run the client,it suspended at point of  
 "
 run:
     [echo] Running exsample client
     [java] Connecting to JMS server.
 "
 
 there are some errors at geronimo console window as below:
 "
  Deployed org/apache/servicemix/assemblies/loanbroker

16:21:58,718 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: -102
16:21:58,750 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 1
16:21:58,750 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 65
16:21:58,750 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 99
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 116
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 105
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 118
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 101
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 77
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 81
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 1
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: 1
16:21:58,765 ERROR [AbstractDefaultWireFormat] Could not find PacketReader
for packet type: UNKNOWN PACKET TYPE: -116
"
If I edit ports of both the ActiveMQ.tcp.default and client to '61615',the
same errors repeated.

Lately I try some other methods,error will mostly occur at client as below:   
" 
[java] Exception in thread "main" javax.jms.JMSException: Could not connect
to broker URL: tcp:
//localhost:61616. Reason: java.net.ConnectException: Connection refused:
connect
...
"

I think there is no problem with 'servicemix/3.0-SNAPSHOT/car' deployment
because I  test the soap-binding example. 
is it caused by different version of activemq between geronimo and
servicemix?
anybody has the idea?
thanks!
             Spliu
--
View this message in context: http://www.nabble.com/loan-broker-error----%27Could-not-find-PacketReader-for-packet-type%27-t1510741.html#a4098067
Sent from the ServiceMix - User forum at Nabble.com.