Tomcat 4.0.4 Internal Server Error with JWSDP 1.0.01 examples

Hi,
I am trying to run the JWSDP 1.0.01 tutorial examples with
Apache Tomcat 4.0.4. I have j2sdk 1.4.0.01 installed on
Windows 2000.
I have successfully built and installed the 'date' example
jwsdp-1_0_01\docs\tutorial\examples\web\date. When I point my browser at http://localhost:8080/date/ I get the following:
Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error
type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
error: An error has occurred in the compiler; please file a bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
1 error, 1 warning
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285)
     at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
     at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:176)
     at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:188)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
     at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
     at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
     at java.lang.Thread.run(Thread.java:536)
Any ideas ?
Thanks,
Mike.

Check if you've the latest servlet.jar file
-Dieter

Similar Messages

  • 500 - Internal Server Error with webgate.dll on IIS6

    I have an instance of OAM setup on IIS6. All the security policies are working fine. However, when a user get's an authorization failure, instead of displaying that Oracle Access Manager Denied page, i get a HTTP 500 Internal Server Error. The url in the browser window is pointing to http://hostname/access/oblix/apps/webgate/bin/webgate.dll.
    However, when i refresh the page, i get:
    "Bad Oracle Access Manager Request
    The URL = NULL is reserved for use by Oracle Access Manager and has been used with incorrect parameters."
    Any ideas as to why this is happening?
    Thanks,
    Raj

    Are you still facing the issue.?
    If so please make sure if you have defined any authorization failure URL in the policy Domain.
    If not please define a authorization failure URL and verify the issue. If you have already defined authorization failure URL then please ignore this update.
    Regards
    Prabash

  • 500 Internal Server Error with fileaccess:httpuploadform

    Hi,
    I'm trying out file upload examples as shown in JSP tag libraries and utilities reference. It turns out that using file-access javabean method works OK. However, when I use fileaccess taglib, 500 Internal Server Error is found. For both methds, I use the same destination and same basedir. Belows are the jsp I wrote for use in fileaccess taglib testing.
    1) fileaccess.jsp
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%><%@ taglib uri="http://xmlns.oracle.com/j2ee/jsp/tld/ojsp/fileaccess.tld" prefix="fileaccess"%>
    <%@ page contentType="text/html;charset=Big5-HKSCS"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=x-MS950-HKSCS">
    <title>File Access</title>
    </head>
    <body>
    <fileaccess:httpUploadForm formsAction="fileUp.jsp"
    maxFileNameSize="100"
    maxFiles="15"
    submitButtonText="Upload">
    </fileaccess:httpUploadForm>
    </body>
    </html>
    2) fileUp.jsp
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%><%@ taglib uri="http://xmlns.oracle.com/j2ee/jsp/tld/ojsp/fileaccess.tld" prefix="fileaccess"%>
    <%@ page contentType="text/html;charset=Big5-HKSCS"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=x-MS950-HKSCS">
    <title>untitled</title>
    </head>
    <body>
    <fileaccess:httpUpload destination="uploads"
    destinationType="filesystem"
    overwrite="true">
    </fileaccess:httpUpload>
    </body>
    </html>
    3) fileaccess.properties
    fileaccess.basedir=c:/temp
    Here is the stack trace:
    500 Internal Server Error
    javax.servlet.jsp.JspTagException
    at oracle.jsp.webutil.fileaccess.tagext.HttpUploadTag.doStartTag(HttpUploadTag.java:130)
    at fileUp.jspService(fileUp.jsp:9)
    [fileUp.jsp]
    at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:645)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Note: I'm using Jdeveloper 10.1.2 with stand-alone OC4J on Window2000
    Does anyone have any idea of why the tag method didn't work ?

    Do not know what is going wrong with your situation. The exactly same setup, thanks to your complete test case, on my Windows XP works right away. By the way, you do have "C:\temp\uploads" directory that is writable, right?

  • HTTP 500 Internal Server Error with Large Attachment in SOAP Scenario

    Hi,
    we have implemented SOAP - XI - SOAP Scenario in our landscape (Sap Neatweaver Process Integration 7.1) .
    One of the functionality of this scenario is the Upload of Documents to External Web Service through standard SOAP Attachment.
    If we try to upload a small file (smaller than 20MB), task works fine and the document is correctly uploaded.
    If we try to upload a larger file, we encountered in this generic error:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIAdapterFramework:GENERAL:com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
         at com.sap.aii.adapter.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:1161)
    We tried to increase timeout parameters (in communication channel and in ICM Value) but the response is the same.
    We verify also if icm/HTTP/max_request_size_KB parameter was set to a value smaller than our file size limit (20MB) but is set to default value (100MB).
    The problem isn't on External Web Service Layer because if we try to upload the same documents directly to that web service upload works fine, and in External Web Service's Log there aren''t any indications of this error.
    So I ask you: are there any System Parameters to verify to solve this issue?
    For additional, in ICM Monitor LOG we can read this WARNING when we call our service:
    WARNING => IcmReadFromConn(id=53/454390): temporarily out of MPI buffers -> roll out [icxxthrio_mt 2646]
    This warning may be related to the problem? If yes, how can we solve it?
    Thanks a lot,
    Marcello Ricci

    Hi ,
      Please answer my following questiosn.
    1)  which PI version are you using?
    2) How many J2EE nodes you have.
    please be reminded that SOAP is not for the heavy messages. Then you need to increase your timeout parameters from BASIS.
    Rgds
    Veeru
    Edited by: viru srivastava on Dec 14, 2010 10:18 PM

  • Cisco PI 1.3 - Internal Server Error with RADIUS-authentication

    Hi,
    I have a problem with a Cisco Prime Infrastructure 1.3 (Appliance, fully patched) that I'm trying to authenticate against a Radiator RADIUS-server.
    From the RADIUS-server's point of view it looks fine, but I just get an HTTP Status 500 internal error (see attached image) when trying to log in.
    I'm not the one managing the RADIUS-server but I got the following debug sent from them:
    Wed Oct 30 08:52:06 2013: DEBUG: Packet dump:
    *** Received from 10.36.0.132 port 17235 ....
    Code:       Access-Request
    Identifier: 102
    Authentic:  REMOVED
    Attributes:
            User-Name = "test-user"
            User-Password = REMOVED
            NAS-IP-Address = 10.36.0.132
            Message-Authenticator = REMOVED
    Wed Oct 30 08:52:06 2013: DEBUG: Handling request with Handler 'Client-Identifier=/^prime[.]net[.]REMOVED[.]se$/', Identifier 'Network-Prime-AAA'
    Wed Oct 30 08:52:06 2013: DEBUG:  Deleting session for test-user, 10.36.0.132,
    Wed Oct 30 08:52:06 2013: DEBUG: Handling with Radius::AuthUNIX:
    Wed Oct 30 08:52:06 2013: DEBUG: Radius::AuthUNIX looks for match with test-user [test-user]
    Wed Oct 30 08:52:06 2013: DEBUG: Radius::AuthUNIX ACCEPT: : test-user [test-user]
    Wed Oct 30 08:52:06 2013: DEBUG: AuthBy UNIX result: ACCEPT,
    Wed Oct 30 08:52:06 2013: DEBUG: Handling with Radius::AuthFILE:
    Wed Oct 30 08:52:06 2013: DEBUG: Radius::AuthFILE looks for match with test-user [test-user]
    Wed Oct 30 08:52:06 2013: DEBUG: Radius::AuthFILE ACCEPT: : test-user [test-user]
    Wed Oct 30 08:52:06 2013: DEBUG: AuthBy FILE result: ACCEPT,
    Wed Oct 30 08:52:06 2013: DEBUG: Access accepted for test-user
    Wed Oct 30 08:52:06 2013: DEBUG: Packet dump:
    *** Sending to 10.36.0.132 port 17235 ....
    Code:       Access-Accept
    Identifier: 102
    Authentic:  REMOVED
    Attributes:
            cisco-avpair = "NCS:virtual-domain0=ROOT-DOMAIN"
            cisco-avpair = "NCS:role0=Admin"
            cisco-avpair = "NCS:task0=View Alerts and Events"
            cisco-avpair = "NCS:task1=Device Reports"
    ..the rest of the AV-pairs removed
    Does anyone have any idea on what the the problem is, or some tips on how to troubleshoot? (rebooting and ncs stop/start has no impact on the issue)
    //Charlie

    I ran into a similar issue this morning in my lab.  After I issued ncs status - the database service came back as not running.  I stop/started the Prime services and it came up.  Once all the services were running my WLC imported with no issues.  I also deployed another server for another lab and it had issues with the clocking being out of sync. 

  • 10.5.1 500 Internal Server Error -  with a Servlet

    My web application is in EAR form with a servlet whick worked only once for me.Although it is geeting deployed properly my successive attempts to utilise the functionality of servlet have failed.Hope I can have a positive reply soon.

    Since your getting a 500 internal error, your weblogic log file should be showing
    some errors. Have you checked the log file?
    pat
    Nagaraj <[email protected]> wrote:
    My web application is in EAR form with a servlet whick worked only once
    for me.Although it is geeting deployed properly my successive attempts
    to utilise the functionality of servlet have failed.Hope I can have
    a positive reply soon.

  • HTTP 500 internal server error with jsf pages in OC4J 10.1.2

    Hi all. I am trying to use the Sun RI o fJSF1.1 together with a standalone OC4J 10.1.2. My jsf pages are not being displayed. Any clues.

    Hi ,
      Please answer my following questiosn.
    1)  which PI version are you using?
    2) How many J2EE nodes you have.
    please be reminded that SOAP is not for the heavy messages. Then you need to increase your timeout parameters from BASIS.
    Rgds
    Veeru
    Edited by: viru srivastava on Dec 14, 2010 10:18 PM

  • 500 Internal Server Error while executing WAD

    Hi Everyone,
    I am executing a WAD and following the steps as mentioned. Opening a variant dialog box (this will show the values of the variables at that point in time) -> Changing any of the variable values - Clicking OK -> Clicking Cancel button in the Variant dialog -> Clicking on any other tab -> Get a 500 Internal Server Error with the following description. There is no short dump registered in the BY system. Please help me with any possible OSS Notes that would apply to this. Also please note that instead of directly clicking the "Cancel", if i use the "Check" button first and then "Cancel", I do not get this error.
    The initial exception that caused the request to fail was:
    com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BicsResourceBwRuntimeException:
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.initializeState(ProviderSelectionObject.java:844)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.queryview.ProviderQueryView.initializeState(ProviderQueryView.java:103)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.hasDefaultView(ProviderSelectionObject.java:1350)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.SelectionObject.initializeState(SelectionObject.java:439)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.initializeState(QueryView.java:194)

    Hi Ravi,
    maybe this is a similar problem to the one discussed
    IcmHandleNetWrite(id=0/196): No data from server received (rc = -9).
    Also, check ST22 and SM21 if they give some helpful information on this.

  • Internal server error while connecting to Tandem NonStop SQL database

    Hi -
    We are trying to connect to the Tandem NonStop SQL database through JDeveloper.
    We are using Type4 JDBC driver provided by Tandem NonStop and everything works fine from Database connection to testing the AppModule through the BC4J tester. The VOs return rows perfectly when we test the AppModule.
    BUT -
    When we try to invoke a jspx page (using embedded OC4J server) with an ADF Read Only table of the ViewObj, we get a "500 Internal Server Error" with following details. (Error listing at the end)
    We are using:
    JDeveloper 10.1.3.0 SU5
    ADF JSF
    And the database is NonStop SQL on Tandem NonStop Server S Series box.
    Any help to resolve the issue will be highly appreciated. We also face problems when making this as a WebService - detals of which I will post in a new thread.
    Thanks in advance,
    Saran
    Error Listing (portions removed)
    JBO-30003: The application pool (model.PxdAppModuleLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.JboException.<init>(JboException.java:346)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.JboException.<init>(JboException.java:346)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.JboException.<init>(JboException.java:346)
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:220)
    ## Detail 0 ##
    java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getConnection(DriverManager.java:545)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:189)

    Kuba -
    I have done exactly as mentioned in the link you have provided except that I am using JSF instead of Struts.
    As I have mentioned earlier, if I test the AppModule through the BC4J tester it works fine. I can see my ViewObject with rows from the Tandem database. Only when I run the JSF page do I get the error. Is there something I need to configure in faces-config for accesing Tandme database?
    Saran

  • 403 error accessing ADF app /  500 Internal Server Error accessing page

    Jdeveloper 10.1.3.2
    AppServer 10.1.3
    I have developed and ADF-BC application. It runs great using the local embedded oc4j server. I setup a deployment profile and used the ear file to deploy to the application server. It deploys without error. When I try and test it by drilling down to the app in the enterprise manager, I get a 403 forbidden error. If I try and access the main jspx page directly (http:/server:port/myapp/faces/app/myapp.jspx), I get a 500 Internal Server Error with the following text:
    java.lang.NoSuchMethodError: oracle.adf.share.perf.StateTracker.isActive()Z     
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:137)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     
    at java.lang.Thread.run(Thread.java:595)
    Thanks in advance for any help.
    Message was edited by:
    jnewhart

    I have updated the ADF library on the application server per this document.
    http://www.oracle.com/technology/products/jdev/howtos/10g/adf_runtime_update_howto.html
    I used the manual method since jdeveloper is not installed on the AS. If it were I would use the ADF installer. Unfortuantely, it did not seem to help.

  • _vti_bin/lists.asmx 500 (Internal Server Error)?

    I am using this post (Display
    information from another list)script files for lookup field and get other field information.
    After using this I am getting 500
    error for List webservice. domain/dept/it/_vti_bin/lists.asmx 500 (Internal Server Error)
    I don't understand where is the problem is?. I can access service directly with url in the browser.
    spjs-utility.js file using below code call list service
    spjs_wrapSoapRequest(argObj.listBaseUrl + '/_vti_bin/lists.asmx','http://schemas.microsoft.com/share.....
    function spjs_wrapSoapRequest(webserviceUrl,requestHeader,soapBody,successFunc){
    var xmlWrap = [];
    xmlWrap.push("<?xml version='1.0' encoding='utf-8'?>");
    xmlWrap.push("<soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>");
    xmlWrap.push("<soap:Body>");
    xmlWrap.push(soapBody);
    xmlWrap.push("</soap:Body>");
    xmlWrap.push("</soap:Envelope>");
    xmlWrap = xmlWrap.join('');
    $.ajax({
    async:false,
    type:"POST",
    url:webserviceUrl,
    contentType:"text/xml; charset=utf-8",
    processData:false,
    data:xmlWrap,
    dataType:"xml",
    beforeSend:function(xhr){
    if(requestHeader!==''){
    xhr.setRequestHeader('SOAPAction',requestHeader);
    success:successFunc,
    error:function (xhr, ajaxOptions, thrownError){
    //alert(xhr.status);
    //alert(thrownError);
    I did check Response header also.
    <?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:Server</faultcode>
    <faultstring>Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.
    </faultstring>
    <detail>
    <errorstring xmlns="http://schemas.microsoft.com/sharepoint/soap/">
    </errorstring>
    <errorcode xmlns="http://schemas.microsoft.com/sharepoint/soap/">
    0x80131904</errorcode>
    </detail>
    </soap:Fault></soap:Body></soap:Envelope>
    Reset of header
    Request URL:http://spfoundation/dept/it/_vti_bin/lists.asmx
    Request Method:POST
    Status Code:500 Internal Server Error
    Request Headersview source
    Accept:application/xml, text/xml, */*; q=0.01
    Accept-Encoding:gzip,deflate
    Accept-Language:en-US,en;q=0.8
    Cache-Control:max-age=0
    Connection:keep-alive
    Content-Length:778
    Content-Type:text/xml; charset=UTF-8
    Cookie:Ribbon.WikiPageTab=1600713|-1|942|307512076; Ribbon.Library=1600713|-1|601|-531748491; Ribbon.EditingTools.CPInsert=1920653|-1|1672|-245740227; Ribbon.Table.Layout=1920653|-1|1013|-245740227; Ribbon.WebPartPage=1745865|-1|1073|1683769258; Ribbon.ListItem=1455690|-1|890|1683769258; Ribbon.ListForm.Display=1455690|-1|1214|-380038359; Ribbon.Read=1455690|-1|0|963923228; Ribbon.List=1455690|-1|452|963923228; Ribbon.EditingTools.CPEditTab=1455419|-1|391|-1168739712; WSS_FullScreenMode=false; Ribbon.ListForm.Edit=1455419|-1|1204|320596508
    Host:spfoundation
    Origin:http://spfoundation
    Referer:http://spfoundation/dept/it/Lists/ProjectTask%20Status%20Details/NewForm.aspx?Source=http%3A%2F%2Fspfoundation%2Fdept%2Fit%2FLists%2FProjectTask%2520Status%2520Details%2FAllItems%2Easpx&RootFolder=
    SOAPAction:http://schemas.microsoft.com/sharepoint/soap/GetListItems
    User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36
    X-Requested-With:XMLHttpRequest
    Request Payload
    <?xml version='1.0' encoding='utf-8'?><soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'><soap:Body><GetListItems xmlns="http://schemas.microsoft.com/sharepoint/soap/"><listName>A444F1C4-60CD-45F4-B0A4-049CD8942E46</listName><query><Query xmlns=""><Where><Eq><FieldRef Name='ID' /><Value Type='Text'>undefined</Value></Eq></Where></Query></query><viewFields><ViewFields xmlns=""><FieldRef Name="Change_x0020_Requestor"/><FieldRef Name="ID"/></ViewFields></viewFields><rowLimit>100000</rowLimit><queryOptions><QueryOptions xmlns=""><IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns></QueryOptions></queryOptions></GetListItems></soap:Body></soap:Envelope>
    Response Headersview source
    Cache-Control:private
    Content-Length:600
    Content-Type:text/xml; charset=ut
    ItsMeSri SP 2013 Foundation

    try these links:
    http://www.cleverworkarounds.com/2013/10/20/another-cause-of-the-server-returned-a-non-specific-error-when-trying-to-get-the-data-view-from-the-data-source/
    http://stackoverflow.com/questions/11634206/sharepoint-getlistitems-not-returning-list-items
    http://forums.asp.net/t/1844650.aspx?500+Internal+Server+Error+with+webmethod+reference+on+asmx

  • [Solved]500 Internal Server Error- when open dialog page for LOV

    Hello
    I have developed JSF / ADF Bc application and my form has inputselect component and everything works fine in embeded OC4J, but when i deploy the application to apps server i get below error when i launch the dialog page to select a value
    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
    Thanks
    Message was edited by:
    user570961

    Frank
    unfortunately nothing is reported in the log file , please see the bottom of the message to see what's in the log file
    this is all i see in the log and this is added to log when the page is loaded before i try to launch my dialog page and nothing else is added to the error i am getting. and in IE it just says page cannot be displayed and firefox reports the 500 Internal server error with the message i posted in original post
    we have QA server and there i deployed the application from jdeveloper and it works Okay , but for production , production services team deployed the application using the EAR file i am giving to them and i am getting this error. ( I am providing them with the EAR file generated when i deploy the application to QA from jdeveloper)
    I thought i try to deploy this to QA from ear file to see if i can reproduce the problem , so undeployed my application and tried to deploy using ear file in qa, but it never goes to step 2. it hangs on the screen uploading file ..... it never completes uploading and it does not fail with error either
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end

  • Axis2 and Internal Server Error, No Stack Trace

    I have deployed the Axis2.war file to an OC4J instance through the administration console.
    However, when I attempt to go to:
    http://localhost:7777/axis2/axis2-web/index.jsp
    and click on validate or any of the links I get an "Internal server error" with no stack trace.
    I have created a shared-library where I have placed the following JARs:
    axis.jar
    jaxrpc.jar
    wsdl4j-1.5.1.jar
    saaj.jar
    commons-discovery-0.2.jar
    commons-logging-1.0.4.jar
    and I have imported the library into orion-application.xml for axis.
    Any help on this matter would be appreciated.

    Here is the error in the application.log file, It can't find the include directory because that is located in the axis2/axis2-web directory.
    Any ideas on how to fix this?
    08/07/23 16:35:28.880 axis2: JspServlet: unable to dispatch to requested page: Exception:java.io.FileNotFoundException: /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/applications/axis2/axis2/include/httpbase.jsp (No such file or directory)
    08/07/23 16:35:30.85 axis2: Servlet error
    java.lang.IllegalArgumentException: Resource /include/header.inc not found
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.include(EvermindPageContext.java:440)
         at axis22d_web._index._jspService(_index.java:54)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    08/07/23 16:36:04.89 axis2: Servlet error
    oracle.classloader.util.AnnotatedLinkageError: Class org/apache/commons/logging/Log violates loader constraints
         Invalid class: org.apache.commons.logging.Log
         Loader: axis2.web.axis2:0.0.0
         Code-Source: /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/applications/axis2/axis2/WEB-INF/lib/commons-logging-1.1.1.jar
         Configuration: WEB-INF/lib/ directory in /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/applications/axis2/axis2/WEB-INF/lib
         Dependent class: axis22d_web._HappyAxis
         Loader: axis2.web.axis2.jsp13533900:0.0.0
         Code-Source: /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages/
         Configuration: *.jsp in /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages
         at oracle.classloader.PolicyClassLoader.findLocalClass (PolicyClassLoader.java:1462) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.SearchPolicy$FindLocal.getClass (SearchPolicy.java:167) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.SearchSequence.getClass (SearchSequence.java:119) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.SearchPolicy.loadClass (SearchPolicy.java:645) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.PolicyClassLoader.askParentForClass (PolicyClassLoader.java:1289) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.SearchPolicy$AskParent.getClass (SearchPolicy.java:68) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.SearchSequence.getClass (SearchSequence.java:119) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1674) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1635) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1620) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@19175605]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap:1.5.0_06]
         at java.lang.Class.forName0 (Native method) [unknown, by unknown]
         at java.lang.Class.forName (Class.java:164) [jre bootstrap, by jre.bootstrap:1.5.0_06]
         at axis22d_web._HappyAxis.classExists (_HappyAxis.java:59) [app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages/ (from *.jsp in /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages), by axis2.web.axis2.jsp13533900:0.0.0]
         at axis22d_web._HappyAxis.probeClass (_HappyAxis.java:102) [app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages/ (from *.jsp in /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages), by axis2.web.axis2.jsp13533900:0.0.0]
         at axis22d_web._HappyAxis.needClass (_HappyAxis.java:186) [app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages/ (from *.jsp in /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages), by axis2.web.axis2.jsp13533900:0.0.0]
         at axis22d_web._HappyAxis._jspService (_HappyAxis.java:415) [app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages/ (from *.jsp in /app/oracle/product/10.1.3/soasuite/j2ee/odi_soa/application-deployments/axis2/axis2/persistence/_pages), by axis2.web.axis2.jsp13533900:0.0.0]
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service (OrionHttpJspPage.java:59) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.jsp.runtimev2.JspPageTable.service (JspPageTable.java:462) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/ojsp.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.jsp.runtimev2.JspServlet.internalService (JspServlet.java:594) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/ojsp.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.jsp.runtimev2.JspServlet.service (JspServlet.java:518) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/ojsp.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at javax.servlet.http.HttpServlet.service (HttpServlet.java:856) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/servlet.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by api:1.4.0]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke (ServletRequestDispatcher.java:713) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal (ServletRequestDispatcher.java:370) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest (HttpRequestHandler.java:871) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest (HttpRequestHandler.java:453) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.AJPRequestHandler.run (AJPRequestHandler.java:302) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.AJPRequestHandler.run (AJPRequestHandler.java:190) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run (ServerSocketReadHandler.java:260) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket (ServerSocketAcceptHandler.java:239) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700 (ServerSocketAcceptHandler.java:34) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:880) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run (ReleasableResourcePooledExecutor.java:303) [app/oracle/product/10.1.3/soasuite/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in /app/oracle/product/10.1.3/soasuite/j2ee/home/oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap:1.5.0_06]

  • Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error

    Can someone give my a hand with this problem because the unix administrator of my website don't know how to fixes.
    When I try to run a servlet name SimpleServer or other servlet from my website I received the following error:
    Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Cannot allocate servlet instance for path /servlet/SimpleServlet
         at org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java:419)
         at org.apache.catalina.servlets.InvokerServlet.doGet(InvokerServlet.java:180)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:458)
         at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551)
         at java.lang.Thread.run(Thread.java:484)
    root cause
    java.lang.ClassFormatError: SimpleServlet (Illegal constant pool type)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
         at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1643)
         at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:937)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1372)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1254)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:867)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:655)
         at org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java:400)
         at org.apache.catalina.servlets.InvokerServlet.doGet(InvokerServlet.java:180)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:458)
         at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551)
         at java.lang.Thread.run(Thread.java:484)
    Thanks in advance,
    Jose

    Hi,
    ClassFormatError is Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
    So check whether you have properly configured servlet and whether class file is VALID and is in right place or not.
    Sandesh

  • Search Problem with SharePoint 2010: Get Internal server error when doing search

    Hi,
    Am getting Internal server error, corelation id.. when I use the search functionality in SP2010. 
    I've installed Sharepoint 2010 trial version on windows server 2008 r2 and the database server used is a SQL server 2008 R2.
    I got the following messages with ULs viewer for the relative Corelation ID:
    Process
    Product
    Category
    Level
    Message
    w3wp.exe (0x1808)
    SharePoint Foundation
    Monitoring
    High
    Leaving Monitored Scope (Search Statistics). Execution Time=404.4175
    w3wp.exe (0x1808)
    SharePoint Server
    General
    Medium
    Constructed a new async cache named Location Configuration Cache
    w3wp.exe (0x1808)
    SharePoint Server Search
    Administration
    High
    'SharePoint_SearchApplicationProxy', location cache: 
    Refreshing location cache
    w3wp.exe (0x1808)
    SharePoint Server Search
    Administration
    High
    SharePoint_SearchApplicationProxy', location cache: Exception while fetching
    location configuration data. StackTrace: Microsoft.SharePoint.SPEndpointAddress
    NotFoundException: There are no addresses available for this application.    
    at Microsoft.SharePoint.SPRoundRobinServiceLoadBalancer.BeginOperation()    
    at Microsoft.Office.Server.Search.Administration.SearchServiceApplicationProxy.
    GetLocationConfigurations(Int64& lastUpdate, Boolean& useCrawlProxy)    
    at
    Microsoft.Office.Server.Search.Administration.LocationConfigurationCollection.
    PopulateCollection()    
    at Microsoft.Office.Server.Search.Administration.
    LocationConfigurationCollection.Init()    
    at Microsoft.Office.Server.Search.
    Administration.LocationConfigurationCollection..ctor(SearchServiceApplicationProxy
    searchAdmin)    
    at Microsoft.Office.Server.Search.Administration.LocationCache.
    FetchLocationConfigurationData()
    w3wp.exe (0x1808)
    SharePoint Server Search
    Query
    Unexpected
    CoreResultsWebPart::OnInit: Exception initializing: System.NullReferenceException:
    Object reference not set to an instance of an object.    
    at Microsoft.Office.Server.
    Search.WebControls.CoreResultsWebPart.SetPropertiesOnQueryReader()    
    at
    Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.OnInit(EventArgs e)
    w3wp.exe (0x1808)
    SharePoint Server Search
    Query
    Exception
    Internal server error exception: System.NullReferenceException: Object reference
    not set to an instance of an object.    
    at Microsoft.Office.Server.Search.WebControls
    .CoreResultsWebPart.SetPropertiesOnQueryReader()    
    at Microsoft.Office.Server.
    Search.WebControls.CoreResultsWebPart.OnInit(EventArgs e) System.
    NullReferenceException: Object reference not set to an instance of an object.    
    at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.
    SetPropertiesOnQueryReader()    
    at Microsoft.Office.Server.Search.WebControls.
    CoreResultsWebPart.OnInit(EventArgs e)
    w3wp.exe (0x1808)
    SharePoint Server
    Unified Logging Service
    Monitorable
    Watson bucket parameters: SharePoint Server 2010, ULSException14, 06175311
    "sharepoint server search", 0e00129b "14.0.4763.0", 17853a8f "microsoft.
    office.server.search", 0e00129a "14.0.4762.0", 4bad937d "sat mar 27 09:11:25
    2010", 0000320d "0000320d", 0000002d "0000002d", 4a6d3421 "nullreferenceexception"
    , 67316a39 "g1j9"
    w3wp.exe (0x1808)
    SharePoint Foundation
    Monitoring
    High
    Leaving Monitored Scope (Search Action Links OnInit). Execution Time=395.3955
    w3wp.exe (0x1808)
    SharePoint Foundation
    Monitoring
    High
    Leaving Monitored Scope (Add WebPart with error#4). Execution Time=527.8118
    w3wp.exe (0x1808)
    SharePoint Foundation
    Monitoring
    High
    Leaving Monitored Scope (Add WebParts). Execution Time=3601.2636
    w3wp.exe (0x1808)
    Web Content Management
    Publishing
    Medium
    Caught a thread abort exception in TemplateRedirectionPage.ProcessRequest,
    the exception may be expected. stack trace=  
    at System.Web.UI.Page.
    ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean
    includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest()    
    at
    System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at ASP.SEARCHRESULTS_ASP
    X__1518441470.ProcessRequest(HttpContext context)    
    at Microsoft.SharePoint.
    Publishing.TemplateRedirectionPage.ProcessRequest(HttpContext context)
    w3wp.exe (0x1808)
    SharePoint Foundation
    Monitoring
    Medium
    Leaving Monitored Scope (Request (GET:http://nestestsp:25943/Pages/results.aspx
    ?k=home%20nesintranet)). Execution Time=3811.6724
    Can anybody help me find a solution for this issue.
    Thanks

    After making sure that all services are up and running,  I had to deactive and activate the "SharePoint Server Site Search" web site collection feature.  Then the search started working for the time being. 
    However, it throws the error again after 8 to 9 hours.  This has been happening for last couple of weeks.  I also came to know from my windows server team that they moved the AD from one place to another.  Since then I am having this issue. 
    The log file has the following error:
    CoreResultsWebPart::OnInit: Exception initializing: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.SetPropertiesOnQueryReader()    
    at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.OnInit(EventArgs e)
    Internal server error exception: System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.SetPropertiesOnQueryReader()    
    at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.OnInit(EventArgs e) System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.SetPropertiesOnQueryReader()    
    at Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart.OnInit(EventArgs e)
    Harish Vajja

Maybe you are looking for

  • How to send a Row based in a view Object

    Hi, i has in the app module a method to insert but i want from the baking bean send a Row with the information but not function well ---this is my method in the app module public boolean CreaCliente1(Row row){ ViewObjectImpl vo =this.getClientesVo();

  • How to create a DVD with 2 separate movies?

    I'm a coach - and as I break down game film for my team, I'd like to distribute a single DVD with an Offensive film and a Defensive film, on a single DVD.  Once I edit the original clips, I usually have about 20 minutes of offense, and 25 minutes of

  • Torch 9860 trackball

    The trackball of my 9860 is not functioning, can anyone help me on this?. Solved! Go to Solution.

  • LSMW or BDC

    Hi Experts, I do migration for FS00(G/L Account). I dont know which one is correct (LSMW or BDC) Thanks advance, Amudha.

  • Can I transfer my video tapes directly into Premiere Elements?

    Hi how do I transfer my super 8 videos into adobe Premiere. Do I need anything special or can I just connect my old camcorder to my computer and allow Premiere process the video?  One I know is that I will need a RCA cable with yellow (video) and Bla