you have installed SOA Suite 11.1.1.3 and you have started it.
Everything is working fine but your soa-infra is showing as warning state.
Few things you need to check before hand
1>First is check your listener and database are up and running.
2>Go to jdbc->Data Sources-->and verify connection pool for MDS_SOA-infra it is correct or not.
You can go to Deployment in admin console and expand soa-infra then go to testing tab and check if testing points are available there.
If yes try to log in to the testing page mentioned there if the testing page is not coming up properly that is some issues with the soa-infra schema so i will suggest to restart your listener database and soa server.
Further if you are able to log in to soa-infra but still you are seeing the state of soa-infra as warning,this could be because of following reason.
When you install SOA suite 11.1.1.3 some MDB’s are added to the soa-infra application:
BamActionMDB
CubeActionMDB
PeopleQueryMDB
so to get rid of this we need to create JMS Connection factories and topics.
For this purpose go to
Services-->Messaging-->JMS Module-->SOA JMS Module-->New
Then you can create the following topics and connection factory
JMS connectionfactories
jms/bpm/PeopleQueryConnectionFactory
jms/bpm/CubeCommandXAConnectionFactory
jms/bpm/PeopleQueryConnectionFactory
JMS Topics
jms/bpm/MeasurementTopic
jms/bpm/PeopleQueryTopic
you can refer to the following doc for creating topics and connection factories
Once you have created this restart your server and check if this issue persist.
If this issue is still there you can either ignore it or you can try to create a new domain but if it is not causing any issue to your functionality you can ignore this error.
No comments:
Post a Comment