1 Reply Latest reply on May 27, 2004 1:59 AM by slewsys

    Only Static Page after Installing under Mac OS X Server

    fruwkn

      Dear all,

      i just try to install Nukes under JBoss 3.2.3 (bundled with Mac OS X Server 10.3). I walk through the installation steps that are bundled with the downloadable Binary with mysql support). Everything works fine. Then i should access via http://localhost:8080 and login. But i only got a information page from nukes without the possibility to login an do some test stuff.

      Any hints would be great...

      Thanks

      Frank

        • 1. Re: Only Static Page after Installing under Mac OS X Server
          slewsys

          The problem is that nukes.ear crashes upon deployment. In my case, it is PostgreSQL related. A work-around is to extract nukes.ear as follows:

          # cd $JBOSS_HOME/server/default/deploy
          # jar xf nukes.ear
          # $JBOSS_HOME/bin/shutdown.sh -S
          ...
          # $JBOSS_HOME/bin/run.sh

          You should now be able to browse <http://localhost:8080/nukes>.

          Here's the error message I get in $JBOSS_HOME/bin/run.log:

          01:43:45,737 INFO [html] Start indexing
          01:43:45,778 ERROR [DocumentIterator]
          org.postgresql.util.PSQLException: ERROR: operator does not exist: boolean = integer

          at org.postgresql.util.PSQLException.parseServerError(PSQLException.java:
          ...