Disabling JMS http mode

Options

Hi Everyone,

I have recently configured Wildfly 9.0.1 for accepting https. After making required configuration in standalone.xml and updating URLs in dm_jms_config object, https URLS are working fine.

However, the old http URLs are working at the same time. I want to completely disable http URLs.

I have followed the steps mentioned in Knowledge Article https://knowledge.opentext.com/knowledge/cs.dll/kcs/kbarticle/view/KB10912939

Can someone please guide how the http URLs can be disabled and only https ones should work?

Also, after enabling https, certain jobs have stopped running. Below errors are present in the logs

2019-07-15T14:53:40.502693 18957[18957] 0100a8f48094a164 [DM_SESSION_I_SESSION_START]info: "Session 0100a8f48094a164 started for user dmadmin."
2019-07-15T15:03:31.322961 18957[18957] 0100a8f48094a164 [DM_METHOD_E_HTTP_COMMUNICATION]error: "Failed to obtain socket for host:sds702.ic.ing.net, at port:9043"
2019-07-15T15:03:31.323181 18957[18957] 0100a8f48094a164 [DM_METHOD_I_JMS_DISABLED]info: "Connect to the Java Method Server (JMS sds702:9095 for OPC_DEV.OPC_DEV) failed, therefore it is marked DEAD."

Need help on this one too.

Thanks
Anubhuti

Comments

  • Seems the URLs in app_server_uri in dm_server_config object, are still pointing to HTTP urls. Can you change those JMS urls as well with HTTPS and restart the docbase to avoid the errors from docbase log completely.

    Hope this helps:)
    Hari.

    Hari Gadhamsetty
    Architect, Consulting Services
    OpenText

  • Hello Hari,

    Thanks for your input.

    However, I have already updated the app_server_uri in dm_server_config object and restarted docbase services. That didnt help.

    Any other suggestions?

    Thanks
    Anubhuti