Troubleshooting OpenRemote 1.0 Installation on Windows XP
Some common errors installing OpenRemote 1.0 on Microsoft Windows are listed here.
If you cannot find the issue you're troubleshooting here, please use the User Forum to describe the issue. Please include as detailed description as possible of your operating system, software you've installed and the steps you've taken to reproduce your error.
A Very Long List of Error Messages on the Console when Starting OpenRemote
- When starting OpenRemote from your command shell (or bash console), you see a very long (multiple pages) output what looks like error messages
- Using the web browser to connect to http://localhost:8080/controller does not bring up the startup/controller upload page.
Problem Description
If the output on the command terminal looks similar to what is shown below then an error occurred starting OpenRemote.
Shown above is a typical "stack trace" that is printed when an error occurs at OpenRemote startup.
If anywhere on the terminal (this could be several pages up where the error output started), you see messages containing following:
The above indicates that there's already another service running on the computer that is binding to the same port number 8080. This could mean OpenRemote is already running on the machine. It could also be another operating system service allocating the port for its own use. Often web application servers allocate port 8080 for their use.
Problem Solution
Shut down the services running on port 8080.
Alternatively, reconfigure OpenRemote to run on a different port number.