Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 3696 invoked from network); 1 May 2010 11:19:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 May 2010 11:19:15 -0000 Received: (qmail 86477 invoked by uid 500); 1 May 2010 11:19:15 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 86344 invoked by uid 500); 1 May 2010 11:19:15 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 86337 invoked by uid 99); 1 May 2010 11:19:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 May 2010 11:19:15 +0000 X-ASF-Spam-Status: No, hits=-1376.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 May 2010 11:19:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o41BIswI026616 for ; Sat, 1 May 2010 11:18:54 GMT Message-ID: <9870269.49621272712734295.JavaMail.jira@thor> Date: Sat, 1 May 2010 07:18:54 -0400 (EDT) From: "Heshan Suriyaarachchi (JIRA)" To: dev@synapse.apache.org Subject: [jira] Updated: (SYNAPSE-633) Update DBLookup Mediator sample configuration In-Reply-To: <19008252.4071272544315447.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SYNAPSE-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heshan Suriyaarachchi updated SYNAPSE-633: ------------------------------------------ Description: Should update the Synapse sample 360's synapse configuration. Otherwise, the client is not properly executed. Following message is printed at the client side. stockquote: [java] 2010-05-01 16:39:48,504 [-] [main] ERROR SandeshaModule Could not load module policies. Using default values. [java] 2010-05-01 16:39:48,599 [-] [main] INFO MailTransportSender MAILTO Sender started [java] 2010-05-01 16:39:48,614 [-] [main] INFO JMSSender JMS Sender started [java] 2010-05-01 16:39:48,616 [-] [main] INFO JMSSender JMS Transport Sender initialized... [java] org.apache.axis2.AxisFault: ** Unrecognized Company ID ** [java] at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:523) [java] at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375) [java] at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421) [java] at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) [java] at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) [java] at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555) [java] at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531) [java] at samples.userguide.StockQuoteClient.executeClient(Unknown Source) [java] at samples.userguide.StockQuoteClient.main(Unknown Source) A patch is to follow. was:Should update the Synapse sample 360's synapse configuration. A patch is to follow. Updated the issue with the stack trace. > Update DBLookup Mediator sample configuration > --------------------------------------------- > > Key: SYNAPSE-633 > URL: https://issues.apache.org/jira/browse/SYNAPSE-633 > Project: Synapse > Issue Type: Bug > Components: Extension Mediators > Affects Versions: NIGHTLY > Environment: Ubuntu 9.10 > Sun JDK 1.5 > Reporter: Heshan Suriyaarachchi > Fix For: 2.0 > > Attachments: SYNAPSE-633-patch.txt > > > Should update the Synapse sample 360's synapse configuration. Otherwise, the client is not properly executed. Following message is printed at the client side. > stockquote: > [java] 2010-05-01 16:39:48,504 [-] [main] ERROR SandeshaModule Could not load module policies. Using default values. > [java] 2010-05-01 16:39:48,599 [-] [main] INFO MailTransportSender MAILTO Sender started > [java] 2010-05-01 16:39:48,614 [-] [main] INFO JMSSender JMS Sender started > [java] 2010-05-01 16:39:48,616 [-] [main] INFO JMSSender JMS Transport Sender initialized... > [java] org.apache.axis2.AxisFault: ** Unrecognized Company ID ** > [java] at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:523) > [java] at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375) > [java] at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421) > [java] at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) > [java] at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) > [java] at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555) > [java] at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531) > [java] at samples.userguide.StockQuoteClient.executeClient(Unknown Source) > [java] at samples.userguide.StockQuoteClient.main(Unknown Source) > A patch is to follow. -- 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: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org