EAServer plug-in for JBuilder

This section describes how to troubleshoot problems associated with the EAServer plug-in for JBuilder. For information about installing the plug-in, see the Sybase white paper, Configuring and Troubleshooting the Sybase EAServer Plug-in for JBuilder X,.

StepsVerifying your configuration

If you are having trouble with the EAServer plug-in for JBuilder, verify the following:

  1. You have the latest easerver-jbsp.jar file.

  2. The working directory matches the EAServer installation location.

  3. The plug-in is set up using the JBuilder Project | Default Project Properties.

  4. The project’s application server is set to EAServer. Verify using the JBuilder Project | Project Properties | Servers menu item.

  5. If you are debugging a JSP, you are using a local EAServer installation.

  6. If the WAR file contains extra files, or if it contains other application servers, such as the BNX Authentication Suite (BAS) 5.0:

    1. Right-click the Web application, and choose the Dependencies tab.

    2. Select EAServer, and select Never Include any Classes or Resources.

StepsReviewing deployment output and generating verbose logging

  1. Examine the output that was generated during deployment. Pay special attention to the CLASSPATH.

  2. Display extra internal logging information and runtime exceptions by running JBuilder with the -verbose option; for example:

    jbuilder\bin\jbuilder -verbose > output.txt
    

    where output.txt is the log file.

  3. Examine the EAServer log files, which are typically found in the EAServer bin or devbin subdirectory.

StepsDeploying externally

  1. Deploy the WAR file to EAServer using EAServer Manager or jagtool.

  2. Run the J2SDKEE Sun verifier on the generated EAR, JAR, or WAR file; for example, on Windows:

    verifier.bat myWAR.war