2 Replies Latest reply on May 28, 2009 11:56 AM by mircea.markus

    Problems with Jboss Cache 3.0.3 XML Configuration

    camechis

      I am currently trying to setup a simple cache and I am getting error when the XML configuration is attempting to be parsed. I am using the local.xml config that is shipped with Jboss.

      This is the error I am getting.

      ERROR [RootElementBuilder] (main) org.xml.sax.SAXException: http://java.sun.com/xml/jaxp/properties/schemaSource
      Exception in thread "main" org.jboss.cache.config.ConfigurationException: Could not parse the config file
      at org.jboss.cache.config.parsing.RootElementBuilder.readRoot(RootElementBuilder.java:111)
      at org.jboss.cache.config.parsing.XmlConfigurationParser.readRoot(XmlConfigurationParser.java:411)
      at org.jboss.cache.config.parsing.XmlConfigurationParser.parseStream(XmlConfigurationParser.java:117)
      at org.jboss.cache.config.parsing.XmlConfigurationParser.parseFile(XmlConfigurationParser.java:109)
      at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:78)
      at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:71)

      Any Suggestions would be appreciated.