You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Derek Lu (JIRA)" <ji...@apache.org> on 2007/12/16 20:33:26 UTC

[jira] Created: (SM-1176) NullPointerException in the basic example in ServiceMix 3.2.1

NullPointerException in the basic example in ServiceMix 3.2.1
-------------------------------------------------------------

                 Key: SM-1176
                 URL: https://issues.apache.org/activemq/browse/SM-1176
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: Windows XP, Windows Vista
            Reporter: Derek Lu


apache-servicemix-3.2.1\examples\basic>mvn jbi:embeddedServicemix
result in following exception
......

2007-12-16 14:00:44,178 [ix ShutdownHook] INFO  JBIContainer                   -
 ServiceMix JBI Container (ServiceMix) stopped
2007-12-16 14:00:44,364 [Sender-thread-1] ERROR JmsComponent                   -
 Error processing exchange InOnly[
  id: ID:192.168.1.103-116e454999a-7:0
  status: Active
  role: provider
  service: {http://servicemix.apache.org/demo/}inputSender
  endpoint: endpoint
  in: <?xml version="1.0" encoding="UTF-8"?><timer><name>My Example Job</name><g
roup>ServiceMix</group><fullname>ServiceMix.My Example Job</fullname><descriptio
n/><fireTime>Sun Dec 16 14:00:43 EST 2007</fireTime></timer>
]
java.lang.NullPointerException
        at org.apache.servicemix.jms.multiplexing.MultiplexingProviderProcessor.
process(MultiplexingProviderProcessor.java:139)
        at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLi
feCycle.java:538)
        at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(Async
BaseLifeCycle.java:490)
        at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLife
Cycle.java:46)
        at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBoun
d(DeliveryChannelImpl.java:610)
        at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlo
w.java:170)
        at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.j
ava:167)
        at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.jav
a:134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
utor.java:885)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:907)
        at java.lang.Thread.run(Thread.java:619)
2007-12-16 14:00:44,396 [Sender-thread-1] ERROR JmsComponent                   -
 Error setting exchange status to ERROR
javax.jbi.messaging.MessagingException: DeliveryChannel{inputSender} has been cl
osed.
        at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.checkNotClose
d(DeliveryChannelImpl.java:147)
        at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.send(Delivery
ChannelImpl.java:422)
        at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLife
Cycle.java:58)
        at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBoun
d(DeliveryChannelImpl.java:610)
        at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlo
w.java:170)
        at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.j
ava:167)
        at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.jav
a:134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
utor.java:885)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:907)
        at java.lang.Thread.run(Thread.java:619)
2007-12-16 14:00:47,872 [127.0.0.1:61616] WARN  ActiveMQConnection             -
 Async exception with no exception listener: java.io.EOFException
java.io.EOFException
        at java.io.DataInputStream.readInt(DataInputStream.java:375)
        at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.
java:267)
        at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTranspo
rt.java:156)
        at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:
136)
        at java.lang.Thread.run(Thread.java:619)
2007-12-16 14:00:47,875 [MQ ShutdownHook] INFO  TransportConnector             -
 Connector tcp://localhost:61616 Stopped
2007-12-16 14:00:47,925 [MQ ShutdownHook] INFO  BrokerService                  -
 ActiveMQ JMS Message Broker (localhost, ID:Logic-PC-49414-1197831642610-0:0) st
opped

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.