Friday 30 September 2016

SOA 11g - BAM-00533: Resources start operation failed

SOA 11g - BAM-00533: Resources start operation failed



You are trying to access the report through BAM viewer and you are getting the following error

BAM-00533: Resources start operation for destination topic/oracle.bam.messaging.reportcacje.activedata failed.

The error looks something like this.

This error occurs because you have changed the default port for BAM.

By default if you are installing soa suite 11g the port takes in 9001 if you are changing it you may need to do some extra changes to take this effect.

Configure ORACLE BAM with custom port 7777 (default is 9001)

GO to SOA_HOME/bam/config/BAMICommandConfig.xml

and change the ADC server port with new value
7777
Restart Server

Now go to BEA_HOME\user_projects\domains\\servers\\tmp\_WL_user\oracle-bam_11.1.1\\APP-INF\classes\config\

BEA_HOME\user_projects\domains\\servers\\tmp\_WL_user\oracle-bam_11.1.1\\APP-INF\config\

I have specified two location as it can be in any of the two location.There will be multiple files and you need to find out the one where in you have all the configuration file mentioned below are stored.

and change the port in following places.

BAMWebConfig.xml >> 7777
BAMServerConfig.xml >> 7777
BAMCommonConfig.xml >> http://localhost:7777

Now Restart server

No comments:

Post a Comment