Unable to access the ASG MM console getting HTTP 404 error
book
Article ID: KB0084314
calendar_today
Updated On:
Description
After starting ASG MM and trying to access the console, an HTTP 404 error is reported. The is because of an incorrect java.start.class in the asg-mm.tra file.
Environment
API Exchange Gateway 2.3.0
All Operating Systems.
Resolution
Change the value of java.start.class in the asg-mm.tra file. Comment out java.start.class com.tibco.asg.container.standalone.ASGMain and use java.start.class com.tibco.cep.container.standalone.BEMain
The change needed follows.
----- asg-mm.tra---
#
# Specifies the JVM to be used to launch this application
#
#java.start.class com.tibco.asg.container.standalone.ASGMain
#
java.start.class com.tibco.cep.container.standalone.BEMain
--------
Issue/Introduction
Unable to access the ASG MM console. HTTP 404 error reported.
Feedback
thumb_up
Yes
thumb_down
No