The common error for anyone using OWSM for the first time (Oracle Web Services Manager – part of the Oracle Fusion Middleware [OFM]) is the WSDL not found.
The gateway error mentions that the WSDL with the SIDxxxxxx was not found.
There are couple of threads in the OTN Forums.
http://forums.oracle.com/forums/thread.jspa?threadID=466774&start=0&tstart=0
http://forums.oracle.com/forums/thread.jspa?messageID=3769247
Here are the steps that I followed to help myself
- Go to the OWSM console and check the component_id of the gateway. (say it is C0003016)
- Go to the box level and check out the file "gateway-config-installer.properties" at the location ORACLE_HOME/owsm/config/gateway
- Ensure that the component_id got from the console is same as the component_id of the gateway (typically the first property in the file.)
gateway.component.id=C0003016
- Redeploy the gateway
- Run ./wsmadmin.sh deploy gateway
- The BUILD FAILS mentioning that the admin password is not provided.
- I made the oc4jAdminPassword available in four ways, like in the build file - unencoded, build file encoded (SHA1), then temporary environment variable ($oc4jAdminPassword) encoded and unencoded.
- Finally found that it has to be given as a command line parameter like
./wsmadmin deploy gateway –Doc4jAdminPassword=welcome1
Then when you check for the said WSDL SIDxxxxxx it will be found.
0 comments:
Post a Comment