Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle XML DB stop working after a O.S reboot

2636999Mar 22 2014 — edited Mar 26 2014

Hi All,

I am facing a serious issue.XML DB was configured to listen on port 8080 on Sun O.S

On the same machine Oracle HTTP server is installed as well which is running on port 80. Recently the O.S got rebooted due to a network issue and now the port 8080 is no more listening and hence Oracle XDB link gives a page cannot be displayed error. Below is the XML DB access link

http://xmldb.app.com:8080/orawsv/OPR_OWNER/OPR_WS?wsdl

Tried netstat -an|grep 8080 to see if is listening or not but could not see any output.

We scourged a lot through the forums and tried all the options but none seems to work

One of the suggestion we tried which actually changed the situation a bit was

exec dbms_xdb.sethttpport(8081) ---> changed to some free port

exec dbms_xdb.sethttpport(8080)----> change back to original port


By executing the above ,netstat -an|grep 8080 started showing the port is listening like below output.



tcp  0.0.0.0:*8080  Listening


But still the XMLDB link is not working.DB team suspecting some issue in OHS but it cant be as it is running on 80.We tried changing OHS port to 8080 to see if its something to do with Webserver but we got error 501 in access logs of OHS which means it is not implemented.


Any expert help or suggestion is highly required as the project is on the brim of deadline.


Regards,

Afzal

Mob- +91 9177736274

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2014
Added on Mar 22 2014
3 comments
1,914 views