3 Replies Latest reply on Feb 21, 2002 5:27 PM by haytona

    Last attempt to use jBoss

    vpalasi

      Hello everybody.

      I have installed jBoss on Windows 98 and I can't make it work.

      Windows 98 does not allow statements like "set JBOSS_CLASSPATH=something=something", like those who appear at run.bat. So I have replaced the ocurrences of %JBOSS_CLASSPATH% with its value.

      Doing so, run.bat works well (at least, no error message appear). But instead of finishing with:

      [Service Control] Started 24 services
      [Default] JBoss 2.2.2 Started in 0m:7s

      , the last lines that appear are:

      [INFO,DefaultDS] Starting
      [INFO,DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS

      After that, the JAR files copied at the deploy directory are not deployed (no deployment text appear at server console and when I tried to run the interest documentation example, the following lines appear

      interest-client:
      [java] Got context
      [java] javax.naming.NameNotFoundException: interest not bound
      )

      PLEASE, HELP ME. I am about to drop jBoss because I cannot make it work.

      Thanks,

      Vicent Palasi

        • 1. Re: Last attempt to use jBoss
          fbiaggi

          Hi,
          I simply start JBoss with:

          @echo off
          @if not "%ECHO%" == "" echo %ECHO%
          @if "%OS%" == "Windows_NT" setlocal

          set CP=run.jar;../lib/crimson.jar;

          REM Add all login modules for JAAS-based security
          REM and all libraries that are used by them here

          java -mx512m -cp %CP% org.jboss.Main %1 %2 %3 %4 %5 %6 %7 %8 %9

          pause

          • 2. Re: Last attempt to use jBoss
            johnnycannuk

            Vicent,

            First, upgrade to 2.4.4. I currently have that running on Win 98 no problem, after making the adjustments to the run.bat, of course.

            Second, have you changed the default DefaultDS in your jboss.jcml file? This sure looks like your jdbc drivier isn't being configured and loaded, so your datasource never gets set up.

            Let us know and don't give up!!

            Mike

            • 3. Re: Last attempt to use jBoss
              haytona

              maybe your hypersonic SQL db is somehow corrupt? try deleting default.* in $JBOSS_HOME/db/hypersonic directory. Ensure you leave hypersonc.txt as it is needed.
              this has happened to me a couple of times so may be worth a shot.