Skip to main content
vansweda
Participant
February 5, 2009
Question

multiserver monitor help

  • February 5, 2009
  • 2 replies
  • 1085 views
I have CF 8,0,1,195765 installed as an application in WebSphere 6.1.0.21 on AIX 5.3

I am able to launch multi server monitor and add my own box fine. I have so far been unable to add any additonal boxes. All of the boxes are on the same subnet. I have set multiservermonitor-access-policy.xml on the destination machine to a variety of settings and have not been able to change the outcome.

It is currently :
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>

recongizing that the * is not the way to go once I get it working...

I continue to get Status Permission Denied.

* have tried non admin user with full rights & admin user
* have tried to simplify password w/ no special characters
* have tried 80 and 9080
* have tried leaving context root blank and specifying "/"

In server monitor on target system I am seeing suspicious error messages:
flex.messagin.MessageException: Unable to invoke CFC - The method "getSalt" in component ...CFIDE/adminapi/administrator.cfc cannot be accessed remotely"

Any help would be most welcome as I am running out of ideas.
Thanks!
David


vi m
    This topic has been closed for replies.

    2 replies

    February 12, 2009
    You're on the right track by calling port 9080 in the setup.

    There was a time, and I'm not sure if it has been corrected where the username and password boxes were reversed. I reported it as a bug, but never heard whether or not it got fixed.

    You could try putting the password in the user ID box and the userid in the password box.

    The context root should match whatever context root you setup in WAS for this application server.

    vansweda
    vanswedaAuthor
    Participant
    February 12, 2009
    I've played with the context root out of lack of ideas for anything else...

    I tried flipping the password and user - that didn't help. Also, the localhost itself worked as expected with the user and password.

    I'm out of ideas...
    February 11, 2009
    What URL are you telling the monitor to use?

    What happens if you hit http://host:9080/cfide/administrator? Does it work? Is ADMINAPI available at that same host name and port?
    vansweda
    vanswedaAuthor
    Participant
    February 11, 2009
    My connection information is as follows:

    Server: fqdn
    port: 9080
    Context root I have tried a variety of things here including / /CFIDE/administrator
    Your questions strikes me as a good one, what exactly is it expecting here? I was assuming the server monitor knew what to look for and all I had to do was point out the correct host.

    I can get to the admin console no problem on all my hosts so I know CFIDE/administrator works on all boxes.

    Thanks so much for your reply, I appreciate the help.