Web-Ticket service returns: (500) Internal Server Error

I get Internal server errors when I try to get something from the server. This is what I get from the "Test-CSAddressBookService":
PS C:\Users\testuser> Test-CsAddressBookService -TargetFqdn wak-lync.testdomain.com -UserCredential testdomain\testuser -UserSipAddress "sip:[email protected]" -verbose
VERBOSE: Workflow Instance Id 42f8f454-5d02-48b2-8b8e-4ecaf6dba5e0, started.
Connecting to web service : https://wak-lync.testdomain.com:443/WebTicket/WebTicketService.svc
Using IWA authentication
Successfully created connection proxy and website bindings
Requesting new web ticket
Sending Web-Ticket Request: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue</Action>
</s:Header>
<s:Body>
<RequestSecurityToken xmlns="http://docs.oasis-open.org/ws-sx/ws-trust/200512">
<TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1</TokenType>
<RequestType>http://schemas.xmlsoap.org/ws/2005/02/trust/Issue</RequestType>
<AppliesTo xmlns="http://schemas.xmlsoap.org/ws/2004/09/policy">
<EndpointReference xmlns="http://www.w3.org/2005/08/addressing">
<Address>https://wak-lync.testdomain.com/WebTicket/WebTicketService.svc</Address>
</EndpointReference>
</AppliesTo>
<Entropy>
<BinarySecret>BMLGyAK9H+6w1rrdFY+I2oSy39FMyfy86/WwJoTK0nE=</BinarySecret>
</Entropy>
<KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey</KeyType>
</RequestSecurityToken>
</s:Body>
</s:Envelope>
ERROR communicating with GetWebTicket() service System.ServiceModel.ProtocolException: The content type text/html of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were:
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>500 - Internal server error.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;background-color:#555555;}
#content{margin:0 0 0 2%;position:relative;}
.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
-->
</style>
</head>
<body>
<div id="header"><h1>Server Error</h1></div>
<div id="content">
<div class="content-container"><fieldset>
'. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory factory, WebException responseException, ChannelBinding channelBinding)
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Rtc.Internal.WebTicketService.IWebTicketService.IssueToken(Message request)
at Microsoft.Rtc.SyntheticTransactions.WebServicesHelper.GetWebTicket()
TargetUri : https://wak-lync.testdomain.com:443/abs/handler
TargetFqdn : wak-lync.testdomain.com
Result : Failure
Latency : 00:00:00
Error : ERROR - No response received for Web-Ticket service.
Inner Exception:The content type text/html of the response message
does not match the content type of the binding (text/xml; charset
=utf-8). If using a custom encoder, be sure that the IsContentType
Supported method is implemented properly. The first 1024 bytes of
the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 S
trict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-88
59-1"/>
<title>500 - Internal server error.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica
, sans-serif;background:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family
:"trebuchet MS", Verdana, sans-serif;color:#FFF;
background-color:#555555;}
#content{margin:0 0 0 2%;position:relative;}
.content-container{background:#FFF;width:96%;margin-top:8px;paddin
g:10px;position:relative;}
-->
</style>
</head>
<body>
<div id="header"><h1>Server Error</h1></div>
<div id="content">
<div class="content-container"><fieldset>
Inner Exception:The remote server returned an error: (500) Interna
l Server Error.
Diagnosis :
VERBOSE: 'Register' activity started.
Sending Registration request:
Target Fqdn = wak-lync.testdomain.com
User Sip Address = sip:[email protected]
Registrar Port = No Port is provided..
Auth Type 'IWA' is selected.
Registration Request hit against sip/WAK-LYNC.testdomain.com
'Register' activity completed in '0.3157031' secs.
'ReadUriFromInBandProvisioningDataActivity' activity started.
'ReadUriFromInBandProvisioningDataActivity' activity completed in '0.0002991' secs.
'UnRegisterActivity' activity started.
'UnRegisterActivity' activity completed in '0.0102002' secs.
'STActivity' activity started.
Trying to get web ticket.
Web Service url :
https://wak-lync.testdomain.com:443/WebTicket/WebTicketService.svc
Using NTLM\Kerb auth.
Could not get a web ticket
CHECK:
- Web service url is valid and the web services are functional
- If using PhoneNo\PIN to authenticate, make sure they match the user uri
- If using NTLM\Kerberos auth, make sure you provided valid credentials
An exception 'ERROR - No response received for Web-Ticket service.' occurred
during Workflow Microsoft.Rtc.SyntheticTransactions.Workflows.STAbsWorkflow
execution.
Exception Call Stack: at
Microsoft.Rtc.SyntheticTransactions.WebServicesHelper.GetWebTicket()
at
Microsoft.Rtc.SyntheticTransactions.Activities.GetWebTicketActivity.InternalExe
cute(ActivityExecutionContext executionContext)
at
Microsoft.Rtc.SyntheticTransactions.Activities.STActivity.Execute(ActivityExecu
tionContext executionContext)
at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity,
ActivityExecutionContext executionContext)
at System.Workflow.ComponentModel.CompositeActivityExecutor`1.Execute(T
activity, ActivityExecutionContext executionContext)
at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(Activity
activity, ActivityExecutionContext executionContext)
at
System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRunti
me workflowCoreRuntime)
at System.Workflow.Runtime.Scheduler.Run()
Server stack trace:
at
System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(
HttpWebRequest request, HttpWebResponse response, HttpChannelFactory factory,
WebException responseException, ChannelBinding channelBinding)
at
System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelR
equest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message,
TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message
message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean
oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan
timeout)
at
System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessa
ge methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage
message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
at
Microsoft.Rtc.Internal.WebTicketService.IWebTicketService.IssueToken(Message
request)
at Microsoft.Rtc.SyntheticTransactions.WebServicesHelper.GetWebTicket()
VERBOSE: Workflow Instance Id 42f8f454-5d02-48b2-8b8e-4ecaf6dba5e0, completed.
VERBOSE: Workflow Execution Time (sec): 0.481
When I look at the server I see the following in the log:
2012-07-10 15:02:09 10.128.1.16 POST /WebTicket/WebTicketService.svc - 443 TESTDOMAIN\g01 10.10.20.115 OC/4.0.7577.4098+(Microsoft+Lync+2010) 500 0 0 218
2012-07-10 15:02:09 10.128.1.16 POST /groupexpansion/service.svc - 443 TESTDOMAIN\g01 10.10.20.115 OC/4.0.7577.4098+(Microsoft+Lync+2010) 500 0 0 0
2012-07-10 15:02:12 10.128.1.16 POST /WebTicket/WebTicketService.svc/cert - 443 TESTDOMAIN\e01 10.10.30.105 OC/4.0.7577.0+(Microsoft+Lync+2010) 500 0 0 15
2012-07-10 15:02:12 10.128.1.16 POST /WebTicket/WebTicketService.svc - 443 TESTDOMAIN\e01 10.10.30.105 OC/4.0.7577.0+(Microsoft+Lync+2010) 500 0 0 0
2012-07-10 15:02:15 10.128.1.16 POST /WebTicket/WebTicketService.svc - 443 TESTDOMAIN\k01 10.10.20.59 OC/4.0.7577.4098+(Microsoft+Lync+2010) 500 0 0 46
2012-07-10 15:02:15 10.128.1.16 POST /groupexpansion/service.svc - 443 TESTDOMAIN\k01 10.10.20.59 OC/4.0.7577.4098+(Microsoft+Lync+2010) 500 0 0 202
2012-07-10 15:02:18 10.128.1.16 POST /WebTicket/WebTicketService.svc - 443 TESTDOMAIN\g02 10.10.11.53 OC/4.0.7577.0+(Microsoft+Lync+2010) 500 0 0 31
2012-07-10 15:02:18 10.128.1.16 POST /groupexpansion/service.svc - 443 TESTDOMAIN\g02 10.10.11.53 OC/4.0.7577.0+(Microsoft+Lync+2010) 500 0 0 202
2012-07-10 15:02:18 10.128.1.16 POST /WebTicket/WebTicketService.svc - 443 TESTDOMAIN\k01 10.10.20.59 OC/4.0.7577.4098+(Microsoft+Lync+2010) 500 0 0 46
2012-07-10 15:02:18 10.128.1.16 POST /groupexpansion/service.svc - 443 TESTDOMAIN\k01 10.10.20.59 OC/4.0.7577.4098+(Microsoft+Lync+2010) 500 0 0 218
So I see it is not only a address book issue, though it is the first visible hint you get about it. I also get the Password request window for "Retrieving Response Groups" after the log in.
I looked at similar issues, but what I found was mainly Kerberos issues, but that is not the case here, the user is able to access the folders.

Hi,
Try the way the following thread mentioned:
http://social.technet.microsoft.com/Forums/en-US/ocsaddressbook/thread/83106a88-7b38-49cc-b62d-52867a99bfd1
Regards,
Lisa

Similar Messages

  • Some Web Services return 500 Internal Server Error

    I've installed the Web Services Provider from the JPDK and several portlets work fine (Stock, Dictionary). However, most of the return 500 Internal Server Error. The application log under OC4J reports:
    SOAPException: faultCode=SOAP-ENV:IOException;
    msg=Connection refused: connect;
    targetException=java.net.ConnectException: Connection
    refused: connect]
         at
    oracle.soap.transport.http.OracleSOAPHTTPConnection.send(OracleSOAPHTTPConnection.java:765)
         at org.apache.soap.rpc.Call.invoke(Call.java:253)
         at
    oracle.portal.sample.v2.devguide.webservices.WeatherRetrieverStub.GetTemperature(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at
    oracle.portal.provider.v2.webservice.RPCWebServiceRenderer.invokeService(Unknown
    Source)
         at
    oracle.portal.provider.v2.webservice.WebServiceRenderer.renderShow(Unknown
    Source)
         at
    oracle.portal.provider.v2.webservice.WebServiceRenderer.renderBody(Unknown
    Source)
         at
    oracle.portal.provider.v2.render.RenderManager.render(Unknown
    Source)
         at
    oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at
    oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown
    Source)
         at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at
    oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    11/20/02 7:50 PM jpdk: [id=(null),
    instance=1971_LOCALTIME INFORMATION_3933769] ERROR:
    Failed to handle HTTP Request
    [SOAPException: faultCode=SOAP-ENV:IOException;
    msg=Connection refused: connect;
    targetException=java.net.ConnectException: Connection
    refused: connect]
         at
    oracle.soap.transport.http.OracleSOAPHTTPConnection.send(OracleSOAPHTTPConnection.java:765)
         at
    org.apache.soap.messaging.Message.send(Message.java:125)
         at
    oracle.portal.provider.v2.webservice.DocWebServiceRenderer.invokeService(Unknown
    Source)
         at
    oracle.portal.provider.v2.webservice.WebServiceRenderer.renderShow(Unknown
    Source)
         at
    oracle.portal.provider.v2.webservice.WebServiceRenderer.renderBody(Unknown
    Source)
         at
    oracle.portal.provider.v2.render.RenderManager.render(Unknown
    Source)
         at
    oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at
    oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown
    Source)
         at
    oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown
    Source)
         at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at
    oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for
    J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Any suggestions?

    Please refer to duplicate thread on the same topic at
    Re: records need to corect in a table

  • BEx Web report returns 500 Internal Server Error

    Hi all,
    a user says that he can't run a BEx Web report (query BEx embedded in a WAD web template) because it returns the generic error "500 Internal Server Error". In the screenshot below some more informations about this issue:
    Some other informations:
    - says he can run others BEx Web report (which use the same WAD template on different queries)
    - says he can run the query via RSRT (so I guess there are no authorization problems)
    - says he can run this specific report with another user on his PC
    - says he can't run this specific report with his user on another PC
    - I copied his user and I can run this specific report.
    - browser used: internet explorer 8
    Any suggestions?
    Thanks,
    Michele

    Hi Michele
    Could you refer the SAP Notes
    1722983 - Recommendations to resolve 'NO ESID FOUND' error
    1801130 - How to troubleshoot issues in BICS Remote Web Service for Xcelsius/Dashboard Designer
    Regards
    Sriram

  • Changed SP application pool service account - 500 internal server error

    Hi all, 
    Trying to resolve some farm installation issues in our test environment. Long story short is that on install a previous user used our SP_Farm account to install everything and pretty much use this account to run all web applications/services.
    So I am in the process of trying to resolve one portion of it by allocating a new managed account for the web application pools. I have created a new account called SP_Pool on the DC. This is just a domain user with no specific rights applied (classic authentication).
    I changed the account using CA "configure service accounts" for both our mysite and SharePoint site web apps. 
    SP applied the new SP_Pool to the appropriate workstation groups and DB rights. Tried to hit the site and got the rather generic HTTP 500 Internal Server error. Put SP_Pool into the local admin rights group to test and was able to hit the site so something
    is definitely pointing to a rights/permission issue. I was under the impression the app pool accounts did not require any local SP server rights? I have seen mention of "Impersonate a client after authentication" but that's only for Claims based
    auth
    I've gone through every scenario which are mentioned below:
    Tried to connect from a client machine and server. 500 error
    All App pools are started and SP_Pool is running both web apps
    IIS bindings are same as before
    no changes to the web.config
    No errors in the Application event viewer
    Checked iis logs and has 500 errors throughout it. The 4th number in the sequence usually changes (i.e. 500 0 0 499, 500 0 0 468 etc)
    Turned on Failed Request Tracing and no issue has come up
    Tried to clear the configuration cache - same deal
    Ran process mon - seen nothing out of the ordinary
    So based off the above is there anywhere else I could look to try and resolve this issue? Or is there something so damn obvious I've missed here? Running out of ideas
    Appreciate any feedback
    Thanks

    Hello,
    Have you tried to turn your SharePoint server off and on again ( I know , it sounds like a basic helpdesk answer but in the case of changing user account for application pool, it already fixed the issue for me)
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • New Apache sites return 500 Internal Server Error for all CFML requests

    This is an ugly one.  I think it is an Apache2 - ColdFusion 9 web server connector problem.
    I have two Solaris Unix web servers.  Each of these servers have a dozen and a half Apache web sites each one connected to one of five ColdFusion instances.
    All, but TWO of them are working properly.  We created two new Apache web sites and connected them to a new ColdFusion instance.  This worked fine on one of our boxes, the development one, but not on the other, production of course.
    Whenever we try to request a cfm url from one of these sites on the production server we get a 500 Internal Server Error.  HTML pages serve up just fine, and the new instance's Administrator runs fine on its 8305 port.  So both Apache and ColdFusion seem to be working independently, but they are not talking to each other.  All the other Apache sites connected to the other four ColdFusion instances also work properly.
    This has led me to investigate the web server connectors.  They have always been tricky and problematic to set up on these boxes.  The built in tools have never worked for us on these boxes and we have always had to manually compile the connectors and configure the connections in the web sites..
    But, as far as I can tell, all the connection setups are the same between working examples and these non-working sites.
    Any insights into what else I should be checking and|or how web server connectors actually work (they have alwasy been mysterious black boxes to me) would be greatly appreciated.
    TIA
    Ian

    Some more information.
    I took a closer look at the logs (I wasn't looking
    in the Apache logs before).  I found this block for the last attempt to
    request a cfm page.
    [Tue Nov 23 15:17:17 2010] [notice] jrApache[18177: 60758]  could not
    open serverstore "/opt/jrun4/lib/wsconfig/www/jrunserver.store": No such
    file or directory[Tue Nov 23 15:17:17 2010] [notice] jrApache[18177:
    60758]  Couldn't initialize from remote server, JRun server(s) probably
    down.
    What I don't understand is why could it not open that file, it is there
    and it has the same permissions as all the other web server connectors.
    /opt/jrun4/lib/wsconfig/www
    $ ls -al
    total 166
    drwxr-xr-x   2 root     root         512 May 29 13:51 .
    drwxr-xr-x   8 root     root         512 May 29 13:51 ..
    -rw-r--r--   1 root     root          14 May 29 13:51 jrunservers.store
    -rwxr-xr-x   1 root     root       81528 May 29 13:51 mod_jrun20.so
    The following is the 'calpip' connector folder that is working just fine.
    /opt/jrun4/lib/wsconfig/calpip
    $ ls -al
    total 166
    drwxr-xr-x   2 root     root         512 May 29 13:51 .
    drwxr-xr-x   8 root     root         512 May 29 13:51 ..
    -rw-r--r--   1 root     root          14 May 29 13:51 jrunservers.store
    -rwxr-xr-x   1 root     root       81528 May 29 13:51 mod_jrun20.so

  • BPEL Worklist Portlet returns 500 Internal Server Error

    We have the following environment:
    Windows Server 2003
    OracleAS10g 10.1.2.0.2 (infrastructure and midtier).
    Then I upgraded to portal 10.1.4.0.0.
    Oracle BPEL Process Manager 10.1.2.0.2 is installed in the Midtier-home and integrated/connected to OID/single sign-on.
    All BPEL components work OK.
    I have deployed BPELPortlet.ear using dcmctl and I have registered the provider with Oracle Portal.
    The administration/console BPEL portlets work OK.
    But, both the BPEL Worklist Portlet and the BPEL Worklist Analysis Portlet return the error:
    "Error: The listener returned the following Message: 500 Internal Server Error"
    Does anyone know what is wrong here?
    Is this a privilege problem?
    Thanks and regards
    Frank

    Frank, I'd recomment checking the opmn log for the oc4j_portal container.. this should shed some light what's going (wr)on(g)...
    thx clemens

  • Server returned: 500 Internal Server Error or XMLException

    Runtime Error          UNCAUGHT_EXCEPTION
    Except.                CX_SOAP_CORE
    Date and Time          01.05.2008 20:13:24
         ShrtText
              An exception that could not be caught occurred.
         What happened?
              The exception 'CX_SOAP_CORE' was raised but was not caught at any stage in the
              call hierarchy.
              Since exceptions represent error situations, and since the system could
              not react adequately to this error, the current program,
               'CL_SOAP_TRANSPORT_EXTENSN_ROOTCP', had to
              be terminated.

    check this thread:
    Re: Testing a Web Service
    A+

  • 500 Internal server error while deploying web applications in jdeveloper

    I am getting the following error while trying to deploy my web application in Jdeveloper:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response.
    Please consult the application log for details.
    Please help me.
    Or where can i find the detailed log regarding this.
    I even tried to remove the shared libraries / common logs/ set the development true in orion-web.xml file but to my disappointment..
    Please help me !!!!
    Regards,
    Shaily

    Thanks for ur help
    Jdeveloper version is 10.1.3.2.0
    I have deployed simple application.
    I even went thru the log files located at :
    $ORACLE_HOME/opmn/logs/default_group~oc4j_soa~default_group~1.log:
    $ORACLE_HOME/j2ee/oc4j_soa//application-deployments/gateway/oc4j_soa_default_group_1/application.log
    but it was not of any help.
    Can you help me figure out where i can get the detailed log file. Very recently i have started using jdeveloper,so i am having difficulty figuring out the log also.

  • 500 Internal Server Error  : Servlet error: Security sensitive exception..

    Hi
    Thank you for reading my post.
    i Faced a problem when i tried to run my ADF + BC application on standAlone OC4J version 10.1.3.1.0 .
    I have validation like what i saw before in demos for username length ,etc
    I developed the application in Jdeveloper 10.1.3.1.0 , i deploy it to server from Jdeveloper and now i tried to run it in browser and it return :
    500 Internal Server Error
    Servlet error: Security sensitive exception occured. Please consult application log for details.
    in the browser and
    the cmd console which i used to start the server shows something like :
    F:\oc4j\bin>oc4j -start
    Starting OC4J from F:\oc4j\j2ee\home ...
    2006-09-02 01:11:52.437 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default
    Web Site. Application: bc4j does not exist. Error creating Web application: weba
    pp
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)
    06/09/02 01:11:56 Oracle Containers for J2EE 10g (10.1.3.1.0)  initialized
    2006-09-02 01:12:41.093 NOTIFICATION ---- JAZNSecurityContext.getUserPrincipal()
    : NULLthe log file (from j2ee/home/log/oc4j/log.xml ) shows the following :
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:11:52.437+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>j2ee</COMPONENT_ID>
        <MSG_ID>J2EE HTTP-00004</MSG_ID>
        <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>http</MODULE_ID>
        <THREAD_ID>10</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146912453:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>Internal error raised tyring to instantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default Web Site. Application: bc4j does not exist. Error creating Web application: webapp</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:12:41.031+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>adf</COMPONENT_ID>
        <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>share.security</MODULE_ID>
        <THREAD_ID>11</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146960593:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>Setting JAZN Config property ...</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:12:41.093+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>adf</COMPONENT_ID>
        <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>share.security</MODULE_ID>
        <THREAD_ID>11</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146960593:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>---- JAZNSecurityContext.getUserPrincipal(): NULL</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>

    please , can any one tell me where is the problem ?
    if i do not use BC in the jsf page it works fine , but when i use drag and drop feature to put a BC form in the page it shows that horribel error.

  • Multiple OWA & ECP Virtual Directories on Exchange 2010 - 500 internal server error

    hello folks,
    I've been using below link to create multiple owa & ecp virtual directories on exchange 2010, but I have similar error -500 internal server error
    during auth.owa from my 2nd owa url login.
    exactly steps follow as below:-
    http://johnyassa.wordpress.com/2012/06/07/publish-multiple-owa-ecp-virtual-directories-on-one-exchange-2010-cas-server/
    did anyone has come across on this issue and do mind share to me?
    thanks
    regards
    Jimmy

    hi Ed Crowley,
    thanks for responding to me...
    yes, I'm exactly follow blog below to configure my 2nd OWA URL with form based authentication method. upon login to my 2nd OWA URL, the owa authentication failed with return 500 - internal server error.
    http://johnyassa.wordpress.com/2012/06/07/publish-multiple-owa-ecp-virtual-directories-on-one-exchange-2010-cas-server/

  • ASMX web service and The remote server returned an error: (500) Internal Server Error issue

    i have developed a very small web service and which is hosted along with our web site. our webservice url is
    http://www.bba-reman.com/Search/SearchDataIndex.asmx
    web service code
    namespace WebSearchIndex
    #region SearchDataIndex
    /// <summary>
    /// SearchDataIndex is web service which will call function exist in another library for part data indexing
    /// </summary>
    [WebService(Namespace = "http://tempuri.org/")]
    [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
    [System.ComponentModel.ToolboxItem(false)]
    // To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.
    // [System.Web.Script.Services.ScriptService]
    public class SearchDataIndex : System.Web.Services.WebService
    //public AuthHeader ServiceAuth=null;
    public class AuthHeader : SoapHeader
    public string Username;
    public string Password;
    #region StartIndex
    /// <summary>
    /// this function will invoke CreateIndex function of SiteSearch module to reindex the data
    /// </summary>
    [WebMethod]
    public string StartIndex(AuthHeader auth)
    string strRetVal = "";
    if (auth.Username == "Admin" && auth.Password == "Admin")
    strRetVal = SiteSearch.CreateIndex(false);
    else
    SoapException se = new SoapException("Failed : Invalid credentials",
    SoapException.ClientFaultCode,Context.Request.Url.AbsoluteUri,new Exception("Invalid credentials"));
    throw se;
    return strRetVal;
    #endregion
    #endregion
    when i was calling that web service from my win apps using
    HttpWebRequest
    class then getting error The remote server returned an error: (500) Internal Server Error
    here is code of my win apps from where i am calling web service
    string strXml = "";
    strXml = "<s:Envelope xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'><s:Body><StartIndex xmlns='http://tempuri.org/' xmlns:i='http://www.w3.org/2001/XMLSchema-instance'><auth><Username>joy</Username><Password>joy</Password></auth></StartIndex></s:Body></s:Envelope>";
    string url = "http://www.bba-reman.com/Search/SearchDataIndex.asmx";
    HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
    req.Method = "POST";
    req.ContentType = "text/xml";
    req.KeepAlive = false;
    req.ContentLength = strXml.Length;
    StreamWriter streamOut = new StreamWriter(req.GetRequestStream(), System.Text.Encoding.ASCII);
    streamOut.Write(strXml);
    streamOut.Close();
    StreamReader streamIn = new StreamReader(req.GetResponse().GetResponseStream());
    string strResponse = streamIn.ReadToEnd();
    streamIn.Close();
    i am just not being able to understand when this line execute
    StreamReader streamIn = new StreamReader(req.GetResponse().GetResponseStream());
    then getting the error The remote server returned an error: (500) Internal Server Error
    not being able to understand where i made the mistake. mistake is in the code of web service end or in calling code?
    help me to fix this issue. thanks

    Hi Mou,
    I just tried your win app code about calling web service, but failed. I got the 500 error after I called your service:
    The error message I quoted from Fiddler:
    <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>System.Web.Services.Protocols.SoapException: Failed : Invalid credentials ---&gt; System.Exception: Invalid credentials
    --- End of inner exception stack trace ---
    at BBAReman.WebSearchIndex.SearchDataIndex.StartIndex(AuthHeader auth)</faultstring><faultactor>http://www.bba-reman.com/Search/SearchDataIndex.asmx</faultactor><detail /></soap:Fault></soap:Body></soap:Envelope>
    I am not totally sure that error occurred by the authentication. But I suggest you can try to add this service into your project using this method below:
    1.right click the Reference and select Add Service Reference
    2.input your service link and click "Go"
    And you can use this service as the following:
    private async void callService()
    ServiceReference1.SearchDataIndexSoapClient client =new ServiceReference1.SearchDataIndexSoapClient();
    var Str= await client.StartIndexAsync(new ServiceReference1.AuthHeader { Username = "Admin", Password = "Admin" });
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 500 Internal Server Error invoking web service

    I assembled and deployed a (PL/SQL package based) web service to OC4J 9.0.4 like documented in a number of FAQs and tutorials. All went well until I try to invoke a function: I already had to add jasper.zip to the WEB-INF\lib folder to resolve a ClassDefNotFound (and succeeded), but now I receive the following error:
    With Mozilla and internet Explorer 6, requesting the address
    http://localhost:8888/samplews/sampleWS?invoke=getproperty
    results in the error
    500 Internal Server Error
    java.lang.NoClassDefFoundError: sun/tools/java/RuntimeConstants
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    Ok, sun/tools/java/RuntimeConstants can be found in tools.jar (I use JDK 1.5.0_06, Oracle 10.1.0.3 and OC4J 9.0.4), so I copied %java_home%\lib\tools.jar to WEB-INF\lib of the deployed web application, restarted OC4J and verified using ProcessExplorer, which JARs and ZIPs had been loaded by "java -jar oc4j.jar". Among many others, I found all extension libraries, including the two I placed in WEB-INF\lib. But alas, still the Servlet Engine seems unable to resolve the package sun/tools/java/RuntimeConstants, despite tools.jar being obviously loaded by java.exe: the error decribed above persists.
    %J2EE_HOME%\log\http-web-site.log contains
    http://localhost:8888/samplews/sampleWS?invoke=getproperty HTTP/1.1" 500 3413
    The other log files seem to contain no helpful info.
    I'm at my wits end - what can I do? Do I miss something obvious?
    Any comment or advice is welcome.

    Hello,
    This class is part of the JDK, so could you clarify which JDK you are using and be sure that when starting OC4J you are using a JDK environment (contains for example javac command) and not a JRE (no javac).
    Could you check that and post the result in the forum.
    Regards
    Tugdual Grall

  • Web service control - Getting '500: Internal Server Error'

    Hi ,
    I am using a web service control to invoke a web service from a process.
    The web service is deployed on remote host. I get followinf exception -
    Submitted at Mon Aug 09 16:54:03 GMT+05:30 2004
    External Service Failure: Response: '500: Internal Server Error' for
    url:
    'http://abc.test.com:8106/SecurityService/webservice/SecurityService.jws'
    However, the service is deployed and running at "abc.test.com:8106".
    when i invoke it thr' normal java client, it works.
    Then why does the web service control dows not work?
    Can anybody help???????

    Hi,
    I have gone through the docs. , not use full. Please find the inline comments for the same.
    E-Business Suite Users Experience Intermittent HTTP-500 Errors and Database Connection Errors [ID 1314433.1] -- No solution
    R12: Http Server Crashing Frequently With Segmentation Fault (NAS or SAN filesystem) [ID 732857.1] -- Already it is under local file system only.
    How to resolve Broken Pipe errors in E-Business Suite R12 ? [ID 1480156.1] -- No solution
    Autoconfig is completed wihtout any errors.
    I have not chedked the database log file. I will check and update you soon.
    Cheers,
    Jagadeesha

  • Error: The listener returned the following Message: 500 Internal Server Error

    Hi,
    I'm currently having trouble building a JSP Portlet and registering it in Portal 902. I've followed all of the documentation and created the appropriate web.xml, provider.xml and _default.properties files as required.  When I deploy the page to my local OC4J server using http://localhost:port/myapplication/providers I receive the following message:
    Congratulations! You have successfully reached your Provider's Test Page.
    Checking for components:
    Portlets are: MyPortlet
    When I then try and deploy the portlet in our development portal environment using the Enterprise Manager interface, and then test using the same URL as above, I receive the same message as above.
    However, when I then try and register the provider through the Portal environment and try and "show" the portlet through a page within the portal, I receive the following error message:
    Error: The listener returned the following Message: 500 Internal Server Error
    I'm not sure why it would work with my local OC4J instance, and on the Portal server itself, but not as a portlet within a portal page in the main environment. I will add the application log, the provider.xml and the _default.properties files to extra postings after this first message.
    Any help would be much, much appreciated.
    Best Regards

    Here is the application log file after running the portlet:
    12/11/02 3:53 PM Started
    12/11/02 3:53 PM Started
    12/11/02 3:53 PM Started
    12/11/02 3:55 PM FavouritesPortlet: oracle.jsp.runtimev2.JspServlet: init
    12/11/02 3:55 PM FavouritesPortlet: 9.0.2.0.0 Started
    12/11/02 3:55 PM FavouritesPortlet: oracle.webdb.provider.v2.adapter.SOAPServlet: init
    12/11/02 3:55 PM FavouritesPortlet: NumberFormatException while initializing Logger. Defaulting LogLevel to 4
    12/11/02 3:55 PM FavouritesPortlet: ServletLogger - Logging level: 4
    12/11/02 3:55 PM FavouritesPortlet: [id=(null), instance=6872125_3_PREVIEW] CONFIGURATION: Invalid or null value for property - executionWarningTimeout = null - setting to default value of 20 seconds
    12/11/02 3:55 PM FavouritesPortlet: [id=(null), instance=6872125_3_PREVIEW] CONFIGURATION: Invalid or null value for property - executionKillTimeout = null - setting to default value of 80 seconds
    12/11/02 3:55 PM FavouritesPortlet: [id=(null), instance=6872125_3_PREVIEW] CONFIGURATION: Default container renderer not specified
    12/11/02 3:55 PM FavouritesPortlet: [id=(null), instance=6872125_3_PREVIEW] CONFIGURATION: defaulting container renderer to DefaultContainerRenderer
    12/11/02 3:55 PM FavouritesPortlet: Servlet error
    java.lang.NullPointerException
         at jsp.FavouritesPortlet._jspService(_FavouritesPortlet.java:86)
         at com.orionserver[Oracle9iAS (9.0.2.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:508)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:255)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at oracle.portal.provider.v2.render.http.ResourceRenderer.renderBody(Unknown Source)
         at oracle.portal.provider.v2.render.RenderManager.render(Unknown Source)
         at oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown Source)
         at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown Source)
         at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)

  • HTTP 500 Internal Server Error( I got this error,when I open my web page.)

    I'm using JDeveloper 10.1.3.
    I deploied my application at Target platform is Standalone OC4J 10g 10.1.3.
    I can open my application at my local host.
    I tried to do same way for company server.
    I can't open my application,
    I created my application adf face with BC.
    I put http://<hostName>:8888/customerMain/faces/showCustomerContacts.jspx
    I put "customerMain" as specify J2EE web Context Root.
    When I tried to run my application at server,that was returned simple message .
    HTTP 500 Internal Server Error
    Most likely causes:
    The website is under maintenance.
    The website has a programming error.
    What you can try:
    Refresh the page.
    Go back to the previous page.
    More information
    This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.
    For more information about HTTP errors, see Help.
    But I can work at localhost sucessfully.
    Please help me..

    Thanks for replying me.
    So I opened "ascontrol.text"
    Please check my log and help me.
    --------------------------------------------<ascontrol.text>----------------
    2006-12-18 09:40:23,968 [EMUI_09_40_18_/console/postLogon] ERROR em.console doGet.303 - com.evermind.server.http.HttpIOException: Write failed
    com.evermind.server.http.HttpIOException: Write failed
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:210)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:539)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:436)
         at com.evermind.server.http.EvermindJSPWriter.close(EvermindJSPWriter.java:406)
         at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1689)
         at postLogon.jspService(_postLogon.java:821)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:370)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:796)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:398)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)
         at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:297)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:534)

Maybe you are looking for

  • Help for a not so smart computer user on Time Mach and hard drive

    Am sure this is a simple solve but I have tried everything so hoping someone out there can stop me from more frustration. Am running time capsule with no problem. Bought a Seagate Free Agent portable drive which I want to use to store all my photos a

  • How to activate activeX componets in Lab Windows?

    Hi, I try to add Omron CX Lite Active X to Labwindows but not succeeded yet. There is a Communication control component which Properties is same as if I open it in the Excel and I am able to select project file as it should be. If I add some data com

  • QuickTime vs. TIFF

    What can I do to prevent QuickTime from interfering with TIFF?

  • Album sorta missing on Match

    My wife has Dave Matthews & Tim Reynolds "Live in Las Vegas" Vol 1 & 2.  I added each to my itunes library on my MBPro tonight. I see each album in my itunes library. Each album (and every song in each album) has the proper cloud logo next to it. Vol

  • Plugging in ipod help!!!

    so whenever i try to update my ipod and plug it in the computer freezes and it doesnt even show that my ipod is plugged in. it just freezes up until i unplug it. does anyone know how i can fix this??? it wont let me even restore anything.