Skip to Main Content

Java Development Tools

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!

Unknown access error for web-service application ("POST ...... HTTP/1.1" 500 513 )

Salman5Dec 14 2014 — edited Mar 5 2015

I deployed web-service application that will be used by external user on weblogic 10.3.6 and the application was built using Jdeveloper 11.1.1.7

the external user inform me that he can not call the application and nothing returned for them.

I checked the log files, nothing is shown in the server logs. BUT I check the access log for the server it shows the following lines for two different external users:

[external user 1 IP address goes here] - - [date and time goes here ] "POST /[project name goes here]/[some name]ServletPort HTTP/1.1" 500 513

[external user 2 IP address goes here] - - [date and time goes here ] "POST /[project name goes here]/[some name]ServletPort HTTP/1.1" 500 560


Nothing so helpful in Google. All what I know that 500 means that it is internal server error. But what is this error? what is the cause of it? Is it from my server or external user server? I do not know.

Any hint will be appreciated. Thank you



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 2 2015
Added on Dec 14 2014
4 comments
545 views