0 Replies Latest reply on Apr 10, 2007 6:43 AM by mart0

    Error while loading content manager configuration

    mart0

      I am recently playing with the Shotoku framework in embedded mode. But already the initialization of a ContentManager through ContentManager.getContentManager() throws an error...


      Exception in thread "main" java.lang.ExceptionInInitializerError
      at ShotokuFrameworkTest.main(ShotokuFrameworkTest.java:7)
      Caused by: java.lang.RuntimeException: Error while loading content manager configuration:
      at org.jboss.shotoku.ContentManager.(ContentManager.java:445)
      ... 1 more
      Caused by: java.lang.NullPointerException
      at java.io.Reader.(Reader.java:61)
      at java.io.InputStreamReader.(InputStreamReader.java:80)
      at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:337)
      at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:317)
      at org.jboss.shotoku.ContentManager.(ContentManager.java:442)
      ... 1 more


      I cannot explain that, my shokotu.properties file is configured according to the Wiki SvnContentManager configuration sample, I tried different SVN repositories. Any ideas? Would be helpful...