Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 19263 invoked from network); 28 Jan 2011 13:48:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 13:48:10 -0000 Received: (qmail 38532 invoked by uid 500); 28 Jan 2011 13:48:10 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 38350 invoked by uid 500); 28 Jan 2011 13:48:07 -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 38343 invoked by uid 99); 28 Jan 2011 13:48:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 13:48:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Fri, 28 Jan 2011 13:48:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0SDlhrb020560 for ; Fri, 28 Jan 2011 13:47:43 GMT Message-ID: <24984785.266401296222463539.JavaMail.jira@thor> Date: Fri, 28 Jan 2011 08:47:43 -0500 (EST) From: "Hiranya Jayathilaka (JIRA)" To: dev@synapse.apache.org Subject: [jira] Resolved: (SYNAPSE-722) Cannot start Synapse with VFS Transport enabled on an OSGi environment In-Reply-To: <7739582.209741296029803397.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SYNAPSE-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiranya Jayathilaka resolved SYNAPSE-722. ----------------------------------------- Resolution: Fixed Fix Version/s: NIGHTLY Applied the patch to the trunk. Thanks Kasun for pointing this out. > Cannot start Synapse with VFS Transport enabled on an OSGi environment > ---------------------------------------------------------------------- > > Key: SYNAPSE-722 > URL: https://issues.apache.org/jira/browse/SYNAPSE-722 > Project: Synapse > Issue Type: Bug > Reporter: Kasun Indrasiri > Assignee: Hiranya Jayathilaka > Fix For: NIGHTLY > > Attachments: SYNAPSE-722.patch > > > When we enabled the vfs transport in the axis2.xml then Synapse cannot be started on a OSGi environment. Here is the given exception. > Caused by: java.lang.NoClassDefFoundError: org/apache/commons/vfs/FileSystemException > at java.lang.Class.getDeclaredConstructors0(Native Method) > at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) > at java.lang.Class.getConstructor0(Class.java:2699) > at java.lang.Class.newInstance0(Class.java:326) > at java.lang.Class.newInstance(Class.java:308) > at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:685) > ... 11 more > Caused by: java.lang.ClassNotFoundException: org.apache.commons.vfs.FileSystemException > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:489) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:405) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:393) > at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > ... 17 more -- 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