I have problem with Integration Server 9.7 configuration.
I use a broker (instead of Universal Messaging) and during starting IS get the error:
[ISS.0028.0012I] WmOptimize: Startup service (wm.optimize.admin:startup)
[OPT.0001.0001E] Error while creating connection.
Root cause: java.lang.RuntimeException: JMS Connection failed
at com.webMethods.optimize.management.Mapi.init(Mapi.java:161)
at com.webMethods.optimize.management.Mapi.(Mapi.java:73)
at pub.optimize.monitoring.createNewConnection(monitoring.java:605)
at pub.optimize.monitoring.createDefaultBrokerConnection(monitoring.java:1369)
at wm.optimize.admin.createDefaultBrokerConnection(admin.java:200
http://:5555/WmOptimize configuration:
JMS Server URL: broker://hostname:6849/Broker #1
I don’t know what’s a problem.
Do you help me?
Thx.
Seems like while loading WmOptimize package its not able to connect to Broker. Can you please check the JMS Server URL in WmOptimize package. Its format should be something like:
broker://:/
For Example - if host machine is VMABG01, Broker server port is 6849 and broker name is Broker #1 then JMS Server URL should be “broker://VMABG01:6849/Broker #1”
Also check whether broker server is running or not and port no. on which server is running