Bug 780414 (SOA-2845)

Summary: Deploying FTP Provider results in ClassNotFoundException
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Will Dinyes <wdinyes>
Component: JBossESBAssignee: Default User <jbpapp-maint>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.1.0.ER6CC: wdinyes
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2845
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
JBoss SOA-P 5.1.0.ER6, Windows
Last Closed: 2011-01-26 09:33:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
stacktrace.txt
none
ftpfile-cache-config.xml
none
jboss-esb.xml none

Description Will Dinyes 2011-01-25 20:47:48 UTC
Affects: Interactive Demo/Tutorial
Complexity: Medium
project_key: SOA

When attempting to run the FTP action quickstart (or deploy an FTP Provider), there appears to be an issue with locating the org.jboss.cache.TreeCacheListener class.

This is caused, I think,  by the remoteFileSystemStrategy-cacheListener setting of org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.DeleteOnEvictTreeCacheListener, also possibly by the remoteFileSystemStrategy-configFile setting.  I'm using ones common in the quickstart, but have developed a simple example which will be used in JBoss courseware (example files attached).

I've tried copying over the jbosscache-core.jar and jbosscache-pojo.jar files from the "all" instance, but I'm not getting any better results.  I suspect this is due to using JBoss Cache 3.0.1 (which I believe is the supported cache for EAP 5).

Comment 1 Will Dinyes 2011-01-25 20:50:59 UTC
Stacktrace of execption

Comment 2 Will Dinyes 2011-01-25 20:50:59 UTC
Attachment: Added: stacktrace.txt


Comment 3 Will Dinyes 2011-01-25 20:51:44 UTC
Cache config file (from quickstart helloworld-ftp-action)

Comment 4 Will Dinyes 2011-01-25 20:51:44 UTC
Attachment: Added: ftpfile-cache-config.xml


Comment 5 Will Dinyes 2011-01-25 20:52:09 UTC
JBoss ESB descriptor which fails on deployment.

Comment 6 Will Dinyes 2011-01-25 20:52:09 UTC
Attachment: Added: jboss-esb.xml


Comment 7 Kevin Conner 2011-01-26 09:33:33 UTC
Link: Added: This issue duplicates SOA-2278


Comment 8 Will Dinyes 2011-01-26 14:05:40 UTC
Ah.  Understood.  Duplicated.  I'll watch the other issue.  Thanks!