after installing BAM , wso2 publisher is not opening

107 views Asked by At

after installing Business Activity Monitor wso2 publisher is not opening. An error occurred i.e

"HTTP Status 405 - HTTP method GET is not supported by this URL

type Status report

message HTTP method GET is not supported by this URL

description The specified HTTP method is not allowed for the requested resource.
Apache Tomcat/7.0.34" 
2

There are 2 answers

0
Rajeev Sampath On

This seems to be a port conflict issue. If you haven't set a port offset, set it in <BAM>/repository/conf/carbon.xml as in this doc. Otherwise both the servers try to run on the same ports and results in conflicts. Also when you access bam console or publish data, use the correct ports with offset.

0
Zisu On

After R & D solved error , I change port offset of /repository/conf/carbon.xml API manager & BAM should be not be run at same port

Port set rule

Ports offset. This entry will set the value of the ports defined below to
         the define value + Offset.
         e.g. Offset=2 and HTTPS port=9443 will set the effective HTTPS port to 9445