Hi all,

When running integration
tests org.wso2.carbon.integration.common.extensions.utils.ServerLogReader
prints
all the exceptions occurred in the server as INFO. This is hard to read and
incorrect.

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: [2014-10-29 10:54:14,754] ERROR
{org.wso2.andes.server.cassandra.QueueDeliveryWorker} -  Error while
delivering message. Moving to Dead Letter Queue

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: org.wso2.andes.kernel.AndesException: org.wso2.andes.AMQException:
SEND FAILED >> Exception occurred while sending message out message
ID370318195698434052 Unexpected Error while getting message content : This
might leads to an infinite loop so exiting the loop forcefully.
writtenSize= 0 oldWrittenSize= 0 bodySize= 35 Thus writtenSize <=
oldWrittenSize && writtenSize < bodySize evaluates to TRUE

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
org.wso2.andes.subscription.AMQPLocalSubscription.sendMessage(AMQPLocalSubscription.java:154)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
org.wso2.andes.subscription.AMQPLocalSubscription.sendQueueEntryToSubscriber(AMQPLocalSubscription.java:124)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
org.wso2.andes.subscription.AMQPLocalSubscription.sendAMQMessageToSubscriber(AMQPLocalSubscription.java:104)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
org.wso2.andes.subscription.AMQPLocalSubscription.sendMessageToSubscriber(AMQPLocalSubscription.java:88)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
org.wso2.andes.server.cassandra.QueueDeliveryWorker$1.run(QueueDeliveryWorker.java:356)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
org.wso2.andes.server.cassandra.SequentialThreadPoolExecutor$RunnableWrapper.run(SequentialThreadPoolExecutor.java:68)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at java.util.concurrent.FutureTask.run(FutureTask.java:138)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run

INFO: at java.lang.Thread.run(Thread.java:695)

Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run


And also the line 'Oct 29, 2014 10:54:14 AM
org.wso2.carbon.integration.common.extensions.utils.ServerLogReader run' floods
the test console by printing between each line.


This did not happen last week. Seems like something changed in the test
suit?


Thanks & Regards,
*Darshana Akalanka Pagoda Arachchi,*
*Software Engineer*
*078-4721791*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to