1 Reply Latest reply on Feb 7, 2012 10:19 AM by mstruk

    GateIn and JBossAS 7: missing property file

    gressho

      Hello,

       

      I compiled the latest GateIn with JBossAS 7 support and after packaging tried to start it. This leads to

       

      ERROR [org.exoplatform.container.util.ContainerUtil] (MSC service thread 1-3) Cannot load property file /home/gressho/work/gatein-portal/packaging/jboss-as7/pkg/target/jboss-as-7.1.0.CR1b/standalone/deployments/gatein-sample-portal.ear/lib/exo.portal.sample.portal.config-3.2.0-CR01-SNAPSHOT.jar/conf/configuration.properties: java.io.FileNotFoundException: /home/gressho/work/gatein-portal/packaging/jboss-as7/pkg/target/jboss-as-7.1.0.CR1b/standalone/deployments/gatein-sample-portal.ear/lib/exo.portal.sample.portal.config-3.2.0-CR01-SNAPSHOT.jar/conf/configuration.properties

       

      so I guess there is missing a configuration file in a jar?!

      Or is there something I overlooked in te README?

       

      Best wishes and thanx in advance

       

      Werner Greßhoff

        • 1. Re: GateIn and JBossAS 7: missing property file
          mstruk

          I could not replicate your issue, but I did find a little bug that caused the release process (3.2.0-CR01 was just released) to skip bumping jboss-as7 packaging module to next version.

           

          Do a 'ps aux | grep gatein' and make sure you have the following system variables set: exo.conf.dir, gatein.conf.dir, exo.conf.dir.name

           

          Or you can quickly check for this by doing: 'ps aux | grep gatein | grep Dexo.conf.dir | grep Dgatein.conf.dir | grep Dexo.conf.dir.name'

          1 of 1 people found this helpful