Monitor.xml gives error "Unable to find the application server with identifier '...'

Antal Bos
Antal Bos Member
edited January 2 in AppWorks #1

I have a clean appworks installation on CentOS. After the installation I want to install the packages with the URL: http://:/cordys/wcp/cap/install?nodeName=

Here I get the error: AppWorks Platform Monitor is not ready for the application server instance '...'
The Monitor.xml tells me this "Unable to find the application server with identifier '...'

What I already checked and was fine (as far as I can match with the manual):

  • The wcp.properties for the correct value on com.cordys.node.url (as my tomee runs on port 8181 because 81 gives a permission denied for the tomee user)
  • The tomcat-users.xml with correct users/roles

I already uninstalled and reinstalled (several times), but with everything I do the end result is this error.
Please help so the image can be finished.

Best regards,
Antal

Best Answer

  • Antal Bos
    Antal Bos Member
    #2 Answer ✓

    Finally found the solution to my own problem. I installed TomEE in the location /opt/tomee/tomee7 and made a symbolic link to this location with path /opt/tomee/latest. This link was used in all installation steps and in the user variables, but that totally breaks the final installation. Lesson learned....always use the real paths in Linux.

Answers

  • Antal Bos
    Antal Bos Member
    #3 Answer ✓

    Finally found the solution to my own problem. I installed TomEE in the location /opt/tomee/tomee7 and made a symbolic link to this location with path /opt/tomee/latest. This link was used in all installation steps and in the user variables, but that totally breaks the final installation. Lesson learned....always use the real paths in Linux.