I am trying to deploy ES3 on Weblogic 10.3.6 and am having a problem with Configuration Manager. When I Verify Server Connection, the CM spins for a bit then comes back with a ALC-LCM-100-011 error, Cannot Connect to Application Server.
In the CM log there is this:
com.adobe.livecycle.cdv.CDVInternalException[ALC-LCM-100-011]: Cannot connect to application server.
Application server host or port may be invalid.
Caused by: java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblogic.management.mbeanservers'
I know the info is correct, in fact when I intentionally use a wrong password or account the CM immediately returns that the info is wrong.
My WL architecture has a WL domain with distributed development and staging managed servers (no clusters). The Admin server is standalone, as are the two managed servers. I am attempting to install on one of the managed servers.
Any hints here? Thanks!