You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by sparky2708 <da...@columbia.edu> on 2006/08/04 19:38:53 UTC

Exceptions thrown by Broker

I found these exceptions thrown by the broker. Figured I'd submit them. Not
sure if they are noteworthy:

ACTIVEMQ_HOME: D:\jhat\incubator-activemq-4.0.1\bin\..
Loading message broker from: xbean:activemq.xml
INFO  BrokerService                  - ActiveMQ 4.0.1 JMS Message Broker
(local
ost) is starting
INFO  BrokerService                  - For help or more information please
see:
http://incubator.apache.org/activemq/
INFO  JDBCPersistenceAdapter         - Database driver recognized:
[apache_derb
_embedded_jdbc_driver]
INFO  JournalPersistenceAdapter      - Journal Recovery Started from: Active
Jo
rnal: using 5 x 20.0 Megs at:
D:\jhat\incubator-activemq-4.0.1\activemq-data\jo
rnal
INFO  JournalPersistenceAdapter      - Journal Recovered: 0 message(s) in
trans
ctions recovered.
INFO  TransportServerThreadSupport   - Listening for connections at:
tcp://rpc9
61616
WARN  MulticastDiscoveryAgent        - brokerName not set
INFO  TransportConnector             - Connector default Started
INFO  TransportServerThreadSupport   - Listening for connections at:
tcp://rpc9
61613?wireFormat=stomp
INFO  TransportConnector             - Connector stomp Started
INFO  NetworkConnector               - Network Connector default Started
INFO  BrokerService                  - ActiveMQ JMS Message Broker
(localhost,
D:rpc9-1386-1154700158314-1:0) started
ERROR TransportConnector             - Could not accept connection:
java.net.So
ketException: Connection reset by peer: socket write error
java.net.SocketException: Connection reset by peer: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
        at
org.apache.activemq.transport.tcp.TcpBufferedOutputStream.flush(TcpB
fferedOutputStream.java:108)
        at java.io.DataOutputStream.flush(DataOutputStream.java:106)
        at
org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.j
va:125)
        at
org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMon
tor.java:141)
        at
org.apache.activemq.transport.WireFormatNegotiator.sendWireFormat(Wi
eFormatNegotiator.java:128)
        at
org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatN
gotiator.java:64)
        at
org.apache.activemq.transport.TransportFilter.start(TransportFilter.
ava:52)
        at
org.apache.activemq.transport.TransportFilter.start(TransportFilter.
ava:52)
        at
org.apache.activemq.broker.TransportConnection.start(TransportConnec
ion.java:75)
        at
org.apache.activemq.broker.TransportConnector$1.onAccept(TransportCo
nector.java:136)
        at
org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTranspor
Server.java:137)
        at java.lang.Thread.run(Thread.java:595)
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.a
tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=22
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.a
tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=23
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.a
tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=24
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.a
tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=25
WARN  ManagedTransportConnection     - Failed to unregister mbean:
org.apache.a
tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=27
Exception in thread "ActiveMQ Transport: tcp:///10.0.55.7:59287"
java.lang.Clas
CastException: org.apache.activemq.command.ReplayCommand
        at
org.apache.activemq.openwire.v1.ConnectionInfoMarshaller.looseUnmars
al(ConnectionInfoMarshaller.java:141)
        at
org.apache.activemq.openwire.OpenWireFormat.looseUnmarshalNestedObje
t(OpenWireFormat.java:448)
        at
org.apache.activemq.openwire.v1.BaseDataStreamMarshaller.looseUnmars
lCachedObject(BaseDataStreamMarshaller.java:453)
        at
org.apache.activemq.openwire.v1.DestinationInfoMarshaller.looseUnmar
hal(DestinationInfoMarshaller.java:134)
        at
org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireForm
t.java:352)
        at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat
java:276)
        at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java
142)
        at java.lang.Thread.run(Thread.java:595)
-- 
View this message in context: http://www.nabble.com/Exceptions-thrown-by-Broker-tf2052468.html#a5654606
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Exceptions thrown by Broker

Posted by sparky2708 <da...@columbia.edu>.
This is the latest OpenWire.NET client connecting to the 4.0.1 Release of
ActiveMQ
-- 
View this message in context: http://www.nabble.com/Exceptions-thrown-by-Broker-tf2052468.html#a5663537
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Exceptions thrown by Broker

Posted by James Strachan <ja...@gmail.com>.
Could it be a client is connecting which is of a different version to
the broker?

On 8/4/06, sparky2708 <da...@columbia.edu> wrote:
>
> I found these exceptions thrown by the broker. Figured I'd submit them. Not
> sure if they are noteworthy:
>
> ACTIVEMQ_HOME: D:\jhat\incubator-activemq-4.0.1\bin\..
> Loading message broker from: xbean:activemq.xml
> INFO  BrokerService                  - ActiveMQ 4.0.1 JMS Message Broker
> (local
> ost) is starting
> INFO  BrokerService                  - For help or more information please
> see:
> http://incubator.apache.org/activemq/
> INFO  JDBCPersistenceAdapter         - Database driver recognized:
> [apache_derb
> _embedded_jdbc_driver]
> INFO  JournalPersistenceAdapter      - Journal Recovery Started from: Active
> Jo
> rnal: using 5 x 20.0 Megs at:
> D:\jhat\incubator-activemq-4.0.1\activemq-data\jo
> rnal
> INFO  JournalPersistenceAdapter      - Journal Recovered: 0 message(s) in
> trans
> ctions recovered.
> INFO  TransportServerThreadSupport   - Listening for connections at:
> tcp://rpc9
> 61616
> WARN  MulticastDiscoveryAgent        - brokerName not set
> INFO  TransportConnector             - Connector default Started
> INFO  TransportServerThreadSupport   - Listening for connections at:
> tcp://rpc9
> 61613?wireFormat=stomp
> INFO  TransportConnector             - Connector stomp Started
> INFO  NetworkConnector               - Network Connector default Started
> INFO  BrokerService                  - ActiveMQ JMS Message Broker
> (localhost,
> D:rpc9-1386-1154700158314-1:0) started
> ERROR TransportConnector             - Could not accept connection:
> java.net.So
> ketException: Connection reset by peer: socket write error
> java.net.SocketException: Connection reset by peer: socket write error
>         at java.net.SocketOutputStream.socketWrite0(Native Method)
>         at
> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
>         at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>         at
> org.apache.activemq.transport.tcp.TcpBufferedOutputStream.flush(TcpB
> fferedOutputStream.java:108)
>         at java.io.DataOutputStream.flush(DataOutputStream.java:106)
>         at
> org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.j
> va:125)
>         at
> org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMon
> tor.java:141)
>         at
> org.apache.activemq.transport.WireFormatNegotiator.sendWireFormat(Wi
> eFormatNegotiator.java:128)
>         at
> org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatN
> gotiator.java:64)
>         at
> org.apache.activemq.transport.TransportFilter.start(TransportFilter.
> ava:52)
>         at
> org.apache.activemq.transport.TransportFilter.start(TransportFilter.
> ava:52)
>         at
> org.apache.activemq.broker.TransportConnection.start(TransportConnec
> ion.java:75)
>         at
> org.apache.activemq.broker.TransportConnector$1.onAccept(TransportCo
> nector.java:136)
>         at
> org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTranspor
> Server.java:137)
>         at java.lang.Thread.run(Thread.java:595)
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.a
> tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=22
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.a
> tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=23
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.a
> tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=24
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.a
> tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=25
> WARN  ManagedTransportConnection     - Failed to unregister mbean:
> org.apache.a
> tivemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=27
> Exception in thread "ActiveMQ Transport: tcp:///10.0.55.7:59287"
> java.lang.Clas
> CastException: org.apache.activemq.command.ReplayCommand
>         at
> org.apache.activemq.openwire.v1.ConnectionInfoMarshaller.looseUnmars
> al(ConnectionInfoMarshaller.java:141)
>         at
> org.apache.activemq.openwire.OpenWireFormat.looseUnmarshalNestedObje
> t(OpenWireFormat.java:448)
>         at
> org.apache.activemq.openwire.v1.BaseDataStreamMarshaller.looseUnmars
> lCachedObject(BaseDataStreamMarshaller.java:453)
>         at
> org.apache.activemq.openwire.v1.DestinationInfoMarshaller.looseUnmar
> hal(DestinationInfoMarshaller.java:134)
>         at
> org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireForm
> t.java:352)
>         at
> org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat
> java:276)
>         at
> org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java
> 142)
>         at java.lang.Thread.run(Thread.java:595)
> --
> View this message in context: http://www.nabble.com/Exceptions-thrown-by-Broker-tf2052468.html#a5654606
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


-- 

James
-------
http://radio.weblogs.com/0112098/