WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Synchronization failed

    Posted 07/19/12 10:41 PM
    Hi All,

    Please help me....!!


    I have started nodeagent and server its started successfully, application is working fine. But server and nodeagent status is not proper(node agent(red), server (unavailable)).

    DMGR is there is other server, i have stopoed all services. Started DMGR, when i am executing syc command its taking 2~3 min to connect, after
    providing DMGR credentials, after some time this process got failed.

    I am getting below error.


    AbstractNodeC E   ADMU0006E: Exception creating Deployment Manager
    connection: com.ibm.websphere.management.exception.ConnectorException:
    ADMC0016E: The system cannot create a SOAP connector to connect to host

    12TST01V at port 8879.
        at com.ibm.websphere.management.AdminClientFactory.
    createAdminClientPrivileged
    (AdminClientFactory.java:530)


    Caused by: com.ibm.websphere.management.exception.
    ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=;
    targetException=java.net.MalformedURLException]


    AdminTool     E   ADMU0111E:
    Program exiting with error: com.ibm.websphere.management.exception.ConnectorException:
    ADMC0016E: The system cannot create a SOAP
    connector to connect
    to host 12TST01V at port 8879.
        at com.ibm.websphere.management.AdminClientFactory.
    createAdminClientPrivilege

    d(AdminClientFactory.java:530)


    AdminTool     A   ADMU0113E: Program exiting with error:
    com.ibm.websphere.management.exception.
    ConnectorException: ADMC0016E:
    The system cannot create a SOAP connector to connect to host
    12TST01V at port 8879.
        at com.ibm.websphere.management.AdminClientFactory.creat
    eAdminClientPrivileged(AdminClientFactory.java:530)



    Please suggest how can i resolve.


    Thanks,
    Chinna.


  • 2.  Synchronization failed

    Posted 07/20/12 07:48 AM
    Hi Chinna,

      Is DMGR starting without problems? any message in SystemOut.log
     
      Can you connect to DMGR using wsadmin?
     
        wsadmin -conntype SOAP -host  12TST01V -port 8879

      If you can connect using wsadmin check connectivity to port 8879 (telnet 12TST01V 8879) and WAS Cells certificates, maybe you have some certificate expired. I suggest to enable wsadmin traces to see more information.
     
      Hope this helps.
     
    regards,