4 Replies Latest reply on Dec 3, 2003 7:14 AM by tol

    Installation questions

    tol

      Hi!

      Installed the nuke system like rhino described in his posting "Newbie Installation problems" ( http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= )

      I use the nuke dailysnapshot at 9:00 am (CET) 2nd Dec. and the JBOSS jboss-3.2.3RC1 Version.

      Some questions:

      The solution for rhinos problem was to copy the mysql-jar to $JBOSS_HOME/server/default/deploy/lib

      This subdir dosn't exist in the current jboss-version. Should I create and copy the mysql-jar into it? Or better in the $JBOSS_HOME/server/default/deploy Dir? It seems that there all the war/rar-stuff located. In the main it works ... One of the changes to the dailysnapshot that rhino used?

      An other point:

      Configuering the mysql dbs with mysql -u root -p < 'prepare.ddl'
      I received an error:

      ERROR 1133 at line 20: Can't find any matching row in the user table

      I moved the GRANT-Command from 'prepare.ddl' to 'prepare2.ddl' and called
      1) mysql -u root -p < 'prepare.ddl'
      2) mysqladmin -u root -p reload
      3) mysql -u root -p < 'prepare2.ddl'

      this works without any error. But is this the best and right way?

      ... the rest of the installation runs fine :-)

      Next question:

      Load http://host:8080/nukes and I saw left the 3 "blocks" MainMenue, Login, and whos online - so far so good.
      In the main"frame" I read "not found". Is that correct??

      I assume, I can change it with "manage html". Edit the index page and without any changes I saved as a new version and I received an other error:

      "A problem arose during file storage"

      What to do now??

      Would be happy about every assistance!
      Tol

        • 1. Re: Installation questions

          I am working on that module (HTML) and there may have problems. I just changed stuff within it. I will look at it.

          julien

          • 2. Re: Installation questions
            tol

            ok, I wait patiently :-)

            • 3. Re: Installation questions

              Thing is that now, yoy must use File ID like :

              /abc/def/ghi

              I did not announce it yet, there is a regexp verification on the filename which is : ^(?:/[-A-Za-z0-9]+)+(?:\\.[A-Za-z]+)?$

              tell me if it is ok, I think it should and I think I should display an error message.

              julien

              • 4. Re: Installation questions
                tol

                Hey, yes! Thats ok! :-) ... a little funny slash ... ;-) Now, I m going on checking out the nuke-system :-) Next questions and next postings coming soon ;-)