The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20130221

[SOLVED] RHQ install error: javax.servlet.ServletException: /start.jsp(245,12) '#{configurationBean.haServer.endpointAddress}' Target Unreachable, 'haServer' returned null

when i clicked "test connection" in the rhq web install interface: http://localhost:7080/installer/welcome.jsf

i got the following jsp error:
javax.servlet.ServletException: /start.jsp(245,12) '#{configurationBean.haServer.endpointAddress}' Target Unreachable, 'haServer' returned null

i found out that this was because i had set:
rhq.autoinstall.enabled=true

in <rhq-install-dir>/bin/rhq-server.properties

*use the default value instead*:
rhq.autoinstall.enabled=false

No comments:

Post a Comment