[
https://issues.apache.org/jira/browse/SYNAPSE-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evanthika Amarasiri closed SYNAPSE-131.
---------------------------------------
Issue 1 - Fixed
Issue 2 - The same logs are not duplicated anymore
Issue 3 - This log is not there anymore when a sample is started
Issue 4 - An appropriate message is given when displaying the value 'true'
Issue 5 - These information are expected to be printed.
Issue 6 - Only one set of the log message is being printed now
Issue 7 - The sequence is not displayed as annonymous
Issue 8 - The particular log is printed only once now.
All the issues are resolved in 1.2_QA_B1 and therefore will be closing the
issue.
> Issues occurred regarding logging
> ----------------------------------
>
> Key: SYNAPSE-131
> URL: https://issues.apache.org/jira/browse/SYNAPSE-131
> Project: Synapse
> Issue Type: Bug
> Environment: Windows XP, JDK1.5.0_06
> Reporter: Evanthika Amarasiri
> Priority: Minor
>
> Issue 1
> =======
> The log message printed when removing SOAP headers (usage of the "header"
> mediator) is printed twice
> [HttpClientWorker-1] DEBUG HeaderMediator Removing header :
> {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
> from current message
> [HttpClientWorker-1] DEBUG HeaderMediator Removing SOAP Header :
> {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security
> Issue 2
> =======
> When starting a sample, the log which describes the initialization of the
> Sequence mediator is printed twice
> [main] DEBUG SynapseConfiguration Initializing the Synapse Configuration
> [main] DEBUG SequenceMediator Initializing child mediators
> [main] DEBUG SequenceMediator Initializing child mediators
> [main] DEBUG InMediator Initializing child mediators
> [main] DEBUG OutMediator Initializing child mediators
> [main] DEBUG SequenceMediator Initializing child mediators
> [main] DEBUG SequenceMediator Initializing child mediators
> [main] INFO SynapseInitializationModule Deploying the Synapse service.
> Issue 3
> ======
> The following log is printed twice on the Synapse console
> [HttpCoreNIOListener] DEBUG NativeWorkerPool Using native util.concurrent
> package..
> Issue 4 -Trivial issue
> ======
> When the script mediator options are logged the following is logged with a
> "true" at the end
> [HttpServerWorker-1] DEBUG ScriptMediator End : Script mediator true
> I think the text "true" should be removed
> Issue 5
> ======
> When the JMS transport is enabled on the axis2.xml and when a sample is being
> started, the following logs are printed twice. Is this correct or should one
> of the sets be omitted?
> ******************************************************************************************************************
> 2007-11-01 13:58:15,671 [10.100.1.228-Evan] [main] INFO HttpCoreNIOSender
> HTTPS Sender starting
> 2007-11-01 13:58:15,671 [10.100.1.228-Evan] [main] INFO HttpCoreNIOSender
> HTTP Sender starting
> 2007-11-01 13:58:15,875 [10.100.1.228-Evan] [main] INFO HttpCoreNIOListener
> HTTPS Listener starting on port : 8443
> [SynapseServer] Starting transport https on port 8443
> 2007-11-01 13:58:15,875 [10.100.1.228-Evan] [main] INFO HttpCoreNIOListener
> HTTP Listener starting on port : 8080
> [SynapseServer] Starting transport http on port 8080
> [SynapseServer] Starting transport vfs
> 2007-11-01 13:58:16,000 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connected to the JMS connection factory : TopicConnectionFactory
> 2007-11-01 13:58:16,375 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connection factory : myTopicConnectionFactory initialized...
> 2007-11-01 13:58:16,375 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connected to the JMS connection factory : QueueConnectionFactory
> 2007-11-01 13:58:16,390 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connection factory : myQueueConnectionFactory initialized...
> 2007-11-01 13:58:16,390 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connected to the JMS connection factory : QueueConnectionFactory
> 2007-11-01 13:58:16,406 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connection factory : default initialized...
> 2007-11-01 13:58:16,406 [10.100.1.228-Evan] [main] INFO VFSTransportListener
> JMS Transport Receiver/Listener initialized...
> 2007-11-01 13:58:16,406 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Re-initializing the JMS connection factory : myTopicConnectionFactory
> 2007-11-01 13:58:16,406 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connected to the JMS connection factory : TopicConnectionFactory
> 2007-11-01 13:58:16,421 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connection factory : myTopicConnectionFactory initialized...
> 2007-11-01 13:58:16,421 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Re-initializing the JMS connection factory : myQueueConnectionFactory
> 2007-11-01 13:58:16,421 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connected to the JMS connection factory : QueueConnectionFactory
> 2007-11-01 13:58:16,437 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connection factory : myQueueConnectionFactory initialized...
> 2007-11-01 13:58:16,437 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Re-initializing the JMS connection factory : default
> 2007-11-01 13:58:16,437 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connected to the JMS connection factory : QueueConnectionFactory
> 2007-11-01 13:58:16,437 [10.100.1.228-Evan] [main] INFO JMSConnectionFactory
> Connection factory : default initialized...
> [SynapseServer] Starting transport jms
> [SynapseServer] Ready
> ******************************************************************************************************************
> Issue 6
> ======
> In sample 11, the same log is printed twice. Occurs when the ending of the
> "Send" mediator of the incoming message is being logged
> DEBUG SendMediator End : Send mediator
> DEBUG SequenceMediator End : Sequence <dynamic_sequence>
> DEBUG SequenceMediator End : Sequence <anonymous>
> DEBUG SequenceMediator End : Sequence <main>
> DEBUG SendMediator End : Send mediator
> DEBUG SequenceMediator End : Sequence <dynamic_sequence>
> DEBUG SequenceMediator End : Sequence <anonymous>
> DEBUG SequenceMediator End : Sequence <main>
> Sample 9
> DEBUG SendMediator End : Send mediator
> DEBUG SequenceMediator End : Sequence <main>
> DEBUG SendMediator End : Send mediator
> DEBUG SequenceMediator End : Sequence <main>
> Issue 7
> ======
> When a sequence exists in a configuration where it refers to another sequence
> through a reference key, the logs are written as follows. (Refers to the
> sequence as anonymous)
> DEBUG SequenceMediator Start : Sequence <anonymous>
> This should be removed
> Issue 8
> ======
> When executing sample 700 (xquery), it prints the xquery code segment twice
> with different headings. IMO one of these should be removed.
> 2007-10-16 10:11:51,517 [127.0.1.1-testc-ubuntu] [HttpServerWorker-1] DEBUG
> XQueryMediator Picked up the xquery source
> declare namespace m0="http://services.samples/xsd";
> declare variable $payload as document-node() external;
> <m:getQuote xmlns:m="http://services.samples/xsd">
> <m:request>
>
> <m:symbol>{$payload//m0:CheckPriceRequest/m0:Code/child::text()}</m:symbol>
> </m:request>
> </m:getQuote>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]