Menu

Installation glassbox in Weblogic 8.1

Help
Naj asg
2009-04-29
2013-05-15
  • Naj asg

    Naj asg - 2009-04-29

    I am trying install glassbox in weblogic 8.1 using automatic installation ( Rapid ). i dump all file in the application Service box , now I am in the step 2 using IE to access but not comes out . Please help me for the installation process

    Rapid Install Process:
    1. Drop the glassbox.war file into your running Application Server. Treat the glassbox.war file like any other application .war file; if your Application Server normally requires additional configuration to deploy and run a new application .war file then you will need to perform those steps here.
    2. Use your browser to visit the Glassbox installer application. For example, if your Application Server was running on the machine ‘localhost’ on port 8080 you would go to: http://localhost:8080/glassbox/InitializeInstall.form or just http://localhost:8080/glassbox
    3. Follow the instructions in the Glassbox installer
    4. Restart your Application Server either using the wrapper generated by the Glassbox installer or restart after manually setting Java VM and possibly Classpath environment variables yourself as described by the Glassbox installer.
    5. Visit the glassbox/Verify.form page to verify Glassbox started on your application server. This would be http://sampson:8080/glassbox/Verify.form if you are connecting to check that Glassbox on the ‘sampson’ machine has started correctly.
    6. Verify that the following Glassbox information is getting displayed on the console or logged correctly.
    Glassbox Agent has started successfully. Glassbox Build number: … A note about logging: If you are

     
    • Ron Bodkin

      Ron Bodkin - 2009-04-30

      Weblogic 8 startup scripts often erase the existing value of JAVA_OPTIONS, so you probably need to go edit your start script to make sure the extra variables are passed through to the Java startup command. E.g.,
      JAVA_OPTIONS="$JAVA_OPTIONS -Xmx..."
      instead of
      JAVA_OPTIONS="-Xmx..."

      Try echoing the environment variable JAVA_OPTIONS just before running the server.

      Ron

       
    • Naj asg

      Naj asg - 2009-04-30

      Now i have different error.Please check and get back to me
      Error is as Follows

      Application Server Startup Required Parameter -Dglassbox.install.dir Error

      the -Dglassbox.install.dir parameter was not set

      How i fix this issue . Please let me know ASAP

       
    • Laurens van Hoorn

      @Naj guess you fixed it already, but for other users a slight hint

      In de install page Glassbox suggested a path which was something like:
      set GLASSBOX_HOME=<path to weblogic domain dir>\.\lib\glassbox

      Removing the '\.\' fixed my problem on windows within eclipse

      Hope it helps

       

Log in to post a comment.