| Summary: | helloworld_ftp_action uses old JBoss cache config file | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Martin Weiler <mweiler> |
| Component: | JBossESB | Assignee: | Nobody <nobody> |
| Status: | NEW --- | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.2.0 GA, 5.3.0 GA | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-3507 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Martin Weiler
2011-10-21 13:38:35 UTC
Deploying the quickstart with 'ant deploy-readonly' leads to the following exception: ERROR [org.jboss.cache.config.parsing.XmlConfigHelper] (HDScanner) Configurator SAXParse error org.xml.sax.SAXParseException: Premature end of file. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) at org.jboss.cache.config.parsing.XmlConfigHelper.getDocumentRoot(XmlConfigHelper.java:454) at org.jboss.cache.config.parsing.XmlConfigurationParser2x.parseStream(XmlConfigurationParser2x.java:103) at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:179) at org.jboss.soa.esb.listeners.gateway.remotestrategies.cache.FtpFileCache.<init>(FtpFileCache.java:77) at org.jboss.soa.esb.listeners.gateway.remotestrategies.ReadOnlyRemoteFileSystemStrategy.init(ReadOnlyRemoteFileSystemStrategy.java:57) To work around this, take the contents of one of the sample config files from the JBoss Cache 3.2.5.GA distribution, such as cacheloader-enabled.xml [1], and paste it into ftpfile-cache-config.xml. [1] https://source.jboss.org/browse/~raw,r=8165/JBossCache/core/trunk/src/main/resources/config-samples/cacheloader-enabled.xml |