|
Problem |
After running the following command:
./JspBatchCompiler.sh -enterpriseApp test -webModule sample
The following error displays:
Connecting to repository... Unable to connect to repository |
|
Cause |
Three are three known causes for this error.
- The administrative server is not running.
- The bootstrap port was not specified with the command.
- The command was issued from a terminal that is not capable of
displaying the graphical user interface.
|
Solution |
The solution is as follows:
- Start the administrative server
- Pass the bootstrap port to the JspBatchCompiler. For
example:
./JspBatchCompiler.sh -enterpriseApp test -webModule sample
-nameServerPort 905
- Use the JspBatchCompiler from a terminal that supports a
graphical display. You will be prompted for your userid/password in order
to connect to the repository.
|
|
|
|