1 Reply Latest reply on Oct 30, 2006 11:22 AM by kurtstam

    Where to set ObjStore?

    flindet

      Hello,

      I'm using JBossESB Beta 1 MP1 from Subversion with JBoss AS 4.0.4GA and I get this error below when I try to run the trailblazer from a fresh start of the AS.

      2006-10-24 13:44:37,142 INFO [STDOUT] 2006-10-24 13:44:37,112 [http-0.0.0.0-8080-2] ERROR org.jboss.soa.esb.internal.core.objectstore.BobjStore - BobjStore con
      figuration FAILED
      java.lang.IllegalStateException: ObjStoreConfigFile location not configured (param name: org.jboss.soa.esb.objStore.configFile).
      


      I do have an ObjStore.xml, but for the life of me I can't find the properties file to set org.jboss.soa.esb.objStore.configFile. I've even tried grep -R with no luck.

      Can anyone help me out? Thanks.

        • 1. Re: Where to set ObjStore?
          kurtstam

          This file is referenced from the jbossEsb.properties which should be in your jboss/server/default/conf directory. The 'jboss.configure' task should take care of this. It should refence to the ObjStore.xml in the loandbroker/conf directory.

          Hope this helps.

          --Kurt