Symantec IGA

  • 1.  Could not read the Manifest from the Bundle Data

    Posted May 30, 2017 12:08 PM
      |   view attached

    Hi,

     

    When I deploy the connector, its throwing "Could not read the Manifest from the Bundle Data".

    I am using the CA Identity Manager -14.0.

    I just taken existing "sdkdyn"  connector and compiled without any changes.

    Below is the error logs:

    java.lang.Exception: Could not read the Manifest from the Bundle Data.
    at com.ca.jcs.ui.server.deploy.BundleManagementServiceConsumer.installBundle(BundleManagementServiceConsumer.java:229)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at com.ca.jcs.ui.server.deploy.BundleManagementServiceConsumer.installBundle(BundleManagementServiceConsumer.java:209)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at com.ca.jcs.ui.server.deploy.BundleManagementServiceConsumer.processMessage(BundleManagementServiceConsumer.java:429)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at com.ca.jcs.ui.server.deploy.BundleManagementServiceImpl.send(BundleManagementServiceImpl.java:437)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at com.ca.jcs.ui.server.deploy.BundleManagementServiceImpl.installBundle(BundleManagementServiceImpl.java:283)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at com.ca.jcs.ui.server.deploy.BundleManagementUtil.installBundle(BundleManagementUtil.java:150)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at com.ca.jcs.ui.server.deploy.BundleManagementUploadServlet.installBundle(BundleManagementUploadServlet.java:123)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at com.ca.jcs.ui.server.deploy.BundleManagementUploadServlet.doPost(BundleManagementUploadServlet.java:109)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at com.ca.jcs.ui.server.deploy.BundleManagementUploadServlet.handleRequest(BundleManagementUploadServlet.java:52)[138:com.ca.jcs.jcs-management:1.1.0.20161122]
    at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)[134:org.springframework.web.servlet:3.0.5.RELEASE]
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)[134:org.springframework.web.servlet:3.0.5.RELEASE]
    at com.ca.jcs.ui.server.spring.DispatcherServletWrapper.doDispatch(DispatcherServletWrapper.java:79)[138:com.ca.jcs.jcs-management:1.1.0.20161122]

     

    Thanks,

    Harilal.



  • 2.  Re: Could not read the Manifest from the Bundle Data
    Best Answer

    Broadcom Employee
    Posted May 31, 2017 01:50 PM

    You might have a look at the JCS logs to see if it tells you any more about the error:

    \CA\Identity Manager\Connector Server\jcs\logs

     

    You can also get debug info in the logs by doing the following:

    1. Go the the folder
    X:\...\CA\Identity Manager\Connector Server\etc

    2. Rename the file org.ops4j.pax.logging.cfg TO
    org.ops4j.pax.logging.cfg.orig

    3. Rename the file org.ops4j.pax.logging.cfg.verbose TO
    org.ops4j.pax.logging.cfg

    4. Restart the Connector Server (Java)
    5. Reproduce the problem