HELP! What does this ERROR mean?
Hey ya all...=))
I have a situation and was hoping that you guys could look into it. I am currently working on my project using NetBeans 5.5. I downloaded the Sun Java System Application server (SJSAS) for project purposes. As usual, I will need to start the server. However, a pop-up error occured indicating that the server is not functioning due to certain reasons. I do not know how are the errors related to my project. Thus, I seek help from all you brilliant thinkers!
P.S: The Error says;
The Sun Java System Application System could not start.
More information about the causes is in the Server log file.
Possible reasons include;
- IDE timeoout: refresh the server node to see if its running now.
- Port conflicts. (use netstat - a to detect possible port numbers already used by the operating system.)
- Incorrupt server configuration (domain.xml to be corrected manually)
- Corrupted Deployed Applications preventing the server to start. (This can be seen in the server.log file. In this case, domain.xml needs to be modified).
- Invalid installation location.
What I've done so far;
- I placed the Server installation in :C drive.
- I also receive an output in NetBeans stating that it could not listen on port 1527 on host localhost.
- The project im currently working on is Java Pet shop to explore on the API codes.

