HTTP error: 500 (Internal Server Error) while creating content server repst

Hi All,
I am getting the HTTP error as mentioned below,
HTTP error: 500 (Internal Server Error)"CreateTab ContentStorage, connect error SQLConnect failed, [Microsoft][ODBC Driver
Manager] Data s
My content server is running on a Microsoft Cluster Environment.
I tried to follow the steps in the SAP note 301352.
Please help me in registering the LiveCache ODBC driver.
When i excute the the odbcreg.exe file i get the foll,
E:\sapdb\programs\pgm>odbcreg.exe
DriverName=MaxDB
Driver=e:\sapdb\programs\pgm\sqlod32.dll
Setup=e:\sapdb\programs\pgm\sqlsp32.dll
Version=7.6.0.0
Please help me in registering the Livecache ODBC driver.
Expecting your kind reply.
Vineeth

hi Vineeth Damodar 
do it in command prompt.
change the drive letter ...where u install the sapdb.
D:\odbcreg LiveCache -i -p d:\sapdb\programs\pgm
it will prompt that LIvecache is registred. Restart the server.
then check in control panel...
The LiveCache ODBC driver should then be registered in the Control Panel -> ODBC Drivers -> Driver tab
-- Lee
rewared points .. if it helpful for u....

Similar Messages

  • I receive an error 500 internal servo error

    When I try to look up something and go on line, i receive an error message "500 internal server error"

    You can contact MAS Customer Support here.
    http://www.apple.com/support/mac/app-store/contact.html?form=account

  • Error 500: Internal Servlet Error

    I am getting the following error message testing the deployment of a mult-tiered applications, which currently has two EJBs and one web component. I am using container managed persistance and I have checked the SQL for the finder methods etc in the delpoyment settings. I am passing a username and password from a static HTML page to a servlet which invokes a finder method of a EJB which it looks up. The finder method is findByLogin( String username, password ). It's SQL implementation with the deployer is - SELECT username FROM warehouse_clerk WHERE username = ?1 AND password = ?2. From the database the table is defined as: CREATE TABLE warehouse_clerk (username VARCHAR(50) , password VARCHAR(50), CONSTRAINT pk_username_ware PRIMARY KEY (username) ).
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: Transaction aborted (possibly due to transaction time out).; nested exception is:
    javax.transaction.RollbackException
    java.rmi.RemoteException: Transaction aborted (possibly due to transaction time out).; nested exception is:
    javax.transaction.RollbackException
    javax.transaction.RollbackException
    <>

    I'm a newbie to Enterprise Java, I haven't tested the EJBs in isolation. The code in the servlet to invoke the EJB is:
    InitialContext context = new InitialContext();
    // Look up WarehouseClerk EJB
    Object object = context.lookup( "java:comp/env/ejb/WarehouseClerk" );
    WarehouseClerkHome warehouseClerkHome = ( WarehouseClerkHome )
    PortableRemoteObject.narrow( object, WarehouseClerkHome.class );
    // Find WarehouseClerk with given username and password
    WarehouseClerk warehouseClerk = warehouseClerkHome.findByLogin
                        ( username, password );
    // Get WarehouseClerkModel for WarehouseClerk
    WarehouseClerkModel warehouseClerkModel = warehouseClerk.getWarehouseClerkModel();
    // Set username in WarehouseClerk's session
    request.getSession().setAttribute ( "username", warehouseClerkModel.getUsername() );
    The EJB has been deployed with the JNDI name of ejb/WarehouseClerk. Any help would be most appreciated, I'm lost.

  • Sqlcesa35.dll - 500 internal system error

    Hi, I am looking after a windows cloud server hosting a single web application.
    It has been set up and installed by a third party, I am having to do the day to day maintenance.
    It uses the Microsoft SQL Server Compact Server Agent for one of the tasks, or one of the external devices does.
    Ok the problem, the devices that apparently rely on this aren't syncing, the error seems to be down to access to this agent
    The test I've been told to run is
    http://xxx.xxx.xxx.xxx/rds/sqlcesa35.dll and that I should get a page saying 'Microsoft SQL Server Compact Server Agent'
    what is actually happening, the first time I access this on a new Internet Explorer instance I get the red bars and Error 500 Internal System Error message
    However once I F5/Refresh the page it loads fine. I have had this happen on several devices, connected through different ISP's all having the same problem
    Has anyone got any ideas of things to check for? look for? etc?
    Tris

    Did you look at the Event log on the server?
    Usually, there is a log file in the folder where the sqlcesa35.dll file resides
    Did anything change recently?
    Please mark as answer, if this was it. Visit my SQL Server Compact blog http://erikej.blogspot.com

  • Error 500--Internal Server Error while trying to create a new DataModel

    Infrastructure_: OBIEE 11.1.1.5 on 64 bit Linux (RHEL)
    Issue:* We get Error 500--Internal Server Error whenever we try to create a new data model in BI Publisher.
    Details:* We installed OBIEE 11.1.1.5 on 64 bit Linux machine. Whenever we try to create a new data model in BI Publisher, the page errors out with the message
    "Error 500--Internal Server Error, From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request"
    Edited by: user9544005 on Dec 29, 2011 7:02 AM

    Hello,
    I would prefer local language instead of US english.....
    My tips.
    1. DID you tried to Not apply the UDO/UDF things?
    2. Do not log in to the database, start from
    3. Please post the error message itself....
    4. If you are running on MS SQL 2005 server (not express) , You can start SQL profiler, and monitor the New Database creation.... you will see in profielr where is the error message and which tables / data is missing.
    If i know well,
    When you create a new company, the SBO-COMMON database is used to deploy the new database....
    If you get stock, reinstall your sbo-common from the last applyied patch..... (Detach SBO-common, move the files another directory, and start upgarder.exe).
    Regards,
    J.

  • SharePoint List Error :[DataSource.Error] SharePoint: Request failed: The remote server returned an error: (500) Internal Server Error. (An error occurred while processing this request.)

    When I connect to the SharePoint site that contains the lists I need to build my query from , Power Query enumerates the list and displays them in the tool. I can click on the system tables and view the records but any table
    in the list I created returns this  error.
    I can connect fine with InfoPath
    [DataSource.Error] SharePoint:   Request failed: The remote server returned an error: (500) Internal Server   Error. (An error occurred while processing this request.)
    thank you for your help
    Andrew
     

    Hi Andrew. In order for us diagnose this issue, you'll need to capture some network traces using a tool such as Fiddler and share them by sending a Frown.
    To capture a trace using Fiddler, start Fiddler, enable the Tools > Fiddler Options > HTTPS > Decrypt HTTPS traffic option, start the capture, reproduce your issue, then stop and save the capture. You can find more information here.
    Once you've done that, please send a Frown through the Power Query ribbon and attach the traces.
    Thanks,
    Ehren

  • Error 500--Internal Server Error while opening a taskflow  in inline popup

    Hi,
    I am getting "Error 500--Internal Server Error" while opening a bounded taskflow as a popup from another bounded taskflow containing page fragments. The popup taskflow contains jspx pages. I even removed the jspx pages from the popup taskflow to check if the error is resulting from the bindings on the pages but still I get the same error. The entire stack trace of the error in the popup dialog is :
    Error 500--Internal Server Error
    oracle.adf.controller.ControllerException: ADFC-04008: The BindingContext on the session is null.
         at oracle.adfinternal.controller.util.Utils.createAndLogControllerException(Utils.java:208)
         at oracle.adfinternal.controller.util.model.AdfmUtil.getBindingContext(AdfmUtil.java:47)
         at oracle.adfinternal.controller.util.model.DCFrameImpl.makeCurrent(DCFrameImpl.java:125)
         at oracle.adfinternal.controller.state.ViewPortContextImpl.makeCurrent(ViewPortContextImpl.java:1006)
         at oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:159)
         at oracle.adfinternal.controller.state.ControllerState.setRequestState(ControllerState.java:900)
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:355)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:105)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:112)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:59)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:258)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Any help is greatly appreciated.
    Thanks,
    KK

    Hi Frank,
    Thanks for the reply. I am using it as an inline popup. I am trying to create command links dynamically in an iterator. When a link is clicked a popup window opens. The text of the link is passed to the popup window by creating a variable in the session scope ( I even tried request scope) by an action listener in the backing bean.
    I tried to create another simple application with a static command button which passes its text to popup window through a session scope variable. It worked fine. I am not sure why the same procedure is not working in my original application. Can you give me a hint what could possibly go wrong according the exception stack trace ?
    Thanks,
    KK

  • Error 500--Internal Server Error  while login to OIM11gr2 admin console

    could you help me how to resolve this error
    I have installed and configured OIAM 11gr2(11.1.2.0.0)->SOA 11.1.1.6.0 on oracle linux 6.4
    every thing goes good but got a problem while login to admin console(Admin console:: \\localhost:14000\sysadmin)
    it throws the error << Error 500--Internal Server Error_
    *javax.servlet.ServletException: oracle.iam.identity.exception.UserManagerException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exceptions.DatabaseException*
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    >>>>
    many thanks
    Jagdish.

    am able to login
    http://192.168.75.140:7001/console/login/LoginForm.jsp
    from this environment-> servers-> all servers(adminserver,soa_server1, oim_server1, oam_server1) status is running,and health is ok.
    I have started these servers from command line <base_domain/bin/sh startManagedWebLogic.sh oim_server1
    result is <server started in running mode>
    now I shutdown the oam_server1 and oim_server1
    again I started the oim_server1 as above
    command line result is < <May 30, 2013 7:54:47 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    but in (http://localhost:7001/console) window oim_server1 status is unknown...

  • HTTP error 500: Internal server error: In OAC0 tcode - CS Admin button.

    Hi,
    In our ecc system, when I go to OAC0 TCode and click the button CS Admin, it does open the page "Content Server administration" but on the bottom bar I always see error "HTTP error 500: Internal server error".
    I want to know if this is normal. We have setup archiving a few years back.
    The Archive database is Filenet system and using websphere web server.
    Thanks.

    Thanks you But ys, the backend archive server (in this case Filenet along with Websphere) is up and running all the time.
    How do I check content repository connection?? is it in OAC0? If yes then we did it and it works fine.
    We have also resent the certificate from OAC0 and it got imported at their end too. Yes our SAP system got refreshed but after that we created new entry in strustsso2 and exchanged the certificate. But till date I have always seen HTTP 500 on the "Content Server administration", enen on production server. Not sure if this is normal.
    Apart from this, on non production systems we are unable to perform any kind of archiving too. We get HTTP500 whenever we run a Store Job.
    Regards,

  • Http code 500 internal server error

    Hi all!
    I hope someone can help me out.
    A few days ago Windows crashed (some Explorer failure) and I had to restore Vista back on my pc. I also had to reinstall DW CS3. It all used to work fine but now I get an '500 internal server error'. When I fill in the data in the 'manage sites' and I test my connections (both remote and testing server) it connects fine. When I make a new recordset and test it, I get the error:
    Has anybody had this problem? I do not know what to do anymore.
    Thanks in advance, with the best regards from Holland,
    Martijn

    Hi,
    Yes, I'm referring to the DSN's setup on the remote server.
    I'm getting fed up with this bug....
    Martin
    Date: Wed, 8 Jul 2009 15:08:24 -0600
    From: [email protected]
    To: [email address deleted by Moderator]
    Subject: Dreamweaver Application Development http code 500 internal server error
    I'm also getting an HTTP 500 error from the server, even though the recordset tested successfully,
    and the records were displayed in Live View. The server can process ASP, it displays pages created
    with ASPMaker. In your reply, are you referring to the DSN's set up on the remote server?
    Thanks.
    Joe
    >

  • SOAP:1.026 SRT: HTTP-Code 500: ("Internal Server Error")    Exception of class CX_AI_SYSTEM_FAULT

    Hi All,
            while Running Client Proxies from se80 im getting Following error. i already checked all the Services All are active only. can any one suggest me:
    SOAP:1.026 SRT: HTTP-Code 500: ("Internal Server Error")
    Exception of class CX_AI_SYSTEM_FAULT
    RFC Trace:
    **** Trace file opened at 20140630 124650 IST, by disp+work               
        **** Versions SAP-REL 721,0,201 RFC-VER U 3 1460390 MT-SL                 
        XRFC> Begin of user trace                                                 
        XRFC>
        XRFC>                                                                
    <
        XRFC> TRACE SOAP RUNTIME - header                                    
    <
        XRFC>                                                                
    <
        XRFC>
        XRFC> SESSION_ID : 0002425553A5ECFC63B114C4E1000000C0A80141      
        XRFC> TS_CALL
    : 20140630071647.5930180                            
    <
        XRFC> SY_UNAME   : SAPADMIN                                          
    <
        XRFC> HOSTNAME   : SOLAR-DEV                                         
    <
        XRFC> SY_SID
    : DEV                                               
    <
        XRFC> SY_MANDT   : 001                                               
    <
        XRFC> SYS_NR
    : 01                                                
    <
        XRFC> APPLSERVER : SOLAR-DEV_DEV_01                                  
    <
        XRFC> ISPRESCHED : X                                                 
    <
        XRFC> PARENT_ID  : ROOT_CALL_ID                                      
    <
        XRFC> REQ_SIZE   : 1821                                              
    <
        XRFC> RESP_SIZE  : 75                                                
    <
        XRFC> DURATION   : 2246                                              
    <
        XRFC> NETHDRTIME : 2246                                              
    <
    XRFC> CALL_STATE : 2                                                 
    <
    XRFC> ERRORTYPE  : SYSFAIL                                           
    <
    XRFC> ERRORAREA  : COREMSG                                           
    <
    XRFC> CTXDP_TYPE : SOAP_RUNTIME                                      
    <
    XRFC> SYNC_ASYNC : S                                                 
    <
    XRFC> LOCATION   : C                                                 
    <
    XRFC> DIRECTION  : O                                                 
    <
    XRFC> REQ_ID
    : 52EDA553B163C414E1000000C0A80141                  
    <
    XRFC> RESP_ID
    : 00000000000000000000000000000000                  
    <
    XRFC> MSG_STATE  : 114                                               
    <
    XRFC> IF_NAME_I  : YSCO_SAPORDERS_SOAP                               
    <
    XRFC> IF_NS_E
    <
    XRFC> IF_NAME_E  :                                                   
    <
    XRFC> ISSHORTCUT :                                                   
    <
    XRFC> TRC_PATT   : WSTEST                                            
    <
    XRFC> TRC_KEY
    : 50EDA553B163C414E1000000C0A80141                  
    <
    XRFC> TRC_SSID   : DEV_01                                            
    <
    XRFC> TRC_USER   : SAPADMIN                                          
    <
    XRFC> TRC_TS
    : 20140630071647                                    
    <
    XRFC> TRC_COUNT  : 98                                                
    <
    XRFC> TRC_EXT
    <
    XRFC> COMPLETE   : OK                                                
    <
    XRFC> CALLEDPROG : YSCO_SAPORDERS_SOAP                               
    <
    XRFC> SOAP_APPLI : urn:sap-com:soap:runtime:application:client       
    <
    XRFC> CONF_ID
    <
    XRFC> BIND_ID
    <
    XRFC> OP_NAME
    : InsertPPOrders_Development                        
    <
    XRFC> COMM_PATRN : Method:InsertPPOrders_Development                 
    <
    XRFC> OP_NS 
    : http://microsoft.com/webservices/                 
    <
    XRFC> REMADDRESS :                                                   
    <
    XRFC> LP_NAME
    : YSLP1                                             
    <
    XRFC> DT_OBJ
    : YSCO_SAPORDERS_SOAP                               
    <
    XRFC> MEMCONSUMP : 198                                               
    <
    XRFC> BONAME
    <
    XRFC> PROCCOMP   :                                                   
    <
    XRFC> DEPLOYUNIT :                                                   
    <
    XRFC>       <
    XRFC>                                                                
    <
    XRFC> TRACE SOAP RUNTIME - trace records                             
    <
    XRFC>                                                                
    <
    XRFC>       <
    XRFC> E SOAP_RUNTIME 20140630071649.8380110 : CL_SOAP_RUNTIME_CLIENT 
    <
    XRFC> ->EXECUTE_PROCESSING Exception handling in SOAP runtime        
    <
    XRFC>                                                                
    <
    XRFC>                                                                
    <
    XRFC> E SOAP_APPLICATION 20140630071649.8382410 : CL_SOAP_APPLICATION
    <
        XRFC> _CLIENT ->IF_SOAP_APPLICATION_CS~EXECUTE_PROCESSING Exception  
    <
        XRFC> handling in SOAP runtime                                       
    <
        XRFC>                                                                
    <
        XRFC>                                                                
    <
        XRFC> E HTTP_TRANSPORT_BINDING 20140630071649.8368980 : CL_SOAP_HTTP 
    <
        XRFC> _TPBND_ROOT ->HANDLE_STATUS_CODE Received return code 500 (    
    <
        XRFC> Internal Server Error )                                        
    <
        XRFC>                                                                
    <
        XRFC>                                                                
    <
        XRFC> E SOAP_RUNTIME 20140630071649.8379970 : CL_SOAP_RUNTIME_CLIENT 
    <
        XRFC> ->EXECUTE_PROCESSING A SOAP Runtime Core Exception occurred in 
    <
        XRFC> method get_http_headers of class CL_SOAP_HTTP_TPBND_ROOT at    
    <
        XRFC> position id 3 with internal error id 1026 and error text SRT:  
    <
        XRFC> HTTP-Code 500: ("Internal Server Error") (fault location is 1 ).
    <
        XRFC>                                                                
    <
        XRFC>                                                                
    <
        XRFC> E SOAP_APPLICATION 20140630071649.8382290 : CL_SOAP_APPLICATION
    <
        XRFC> _CLIENT ->IF_SOAP_APPLICATION_CS~EXECUTE_PROCESSING A SOAP Runtime  <
        XRFC> Core Exception occurred in method get_http_headers of class    
    <
        XRFC> CL_SOAP_HTTP_TPBND_ROOT at position id 3 with internal error id
    <
        XRFC> 1026 and error text SRT: HTTP-Code 500: ("Internal Server Error")   <
        XRFC> (fault location is 1 ).                                        
    <
        XRFC>                                                                
    <
    Find The Attachment for error:

    Hi Brahmaji,
    i also faced with the above problem, activete the srt services in SICF Transaction.
    Regards,
    Kumar.
    Edited by: kmikkili on Nov 18, 2009 11:39 PM

  • Cannot use XML Forms Builder - HTTP response: 500 - Internal Server Error

    Hi,
    I am trying to use XML Forms Builder, have added the corresponding role to my profile and when I create a new application or do anything I get the following error popup:
    HTTP response: 500 - Internal Server Error.
    What should I do ??
    Thank you for your help.
    Thibault Schalck

    Hi,
    Check the below link for environment checking of XML Form Builder
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/9c8f411467ac5fe10000000a1550b0/frameset.htm
    Raghu

  • Forms Builder - HTTP Response: 500 - Internal Server Error

    Hello,
    When starting the Forms Builder in our dev environment, the new java window pops up and I get a an error pop up that says:HTTP Response: 500 - Internal Server Error.
    I click OK on this and it comes back several times. After a while the forms builder displays, but there is no connection to the server. I do not have this problem in our stage system.
    Does anyone know how to rememdy this?
    Thanks,
    Chris.

    When I run the check tool in the dev environment, it performs several of the tests and then states "all tests performed successfully". None of the lights turn green. It says it successfully downloads the jar files, but says that the XML forms server version is 'null'. The load global settings and project list tests were not even started.
    When I do the same for our stage environment, all the tests ARE performed and all the lights turn green.
    Thanks,
    Chris.

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

    Hi all,
    I am using JBulider 8.0 and developing a web application in JSP and Access. When I run the application, i get the following error while going from an HTML page to a JSP page:
    Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Errortype Exception reportmessage Internal Server Errordescription The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.exception java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:394)
    at java.lang.Integer.parseInt(Integer.java:476)
    at org.apache.jsp.addJob$jsp._jspService(addJob$jsp.java:150)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:201)
    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.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)
    Can anyone tell me what can possibly be wrong? Reply quickly as deadline of my project is not far away :(
    Regards,

    The exception is throwing when u r trying to convert null value into integer/float or double..
    Check for this

  • HTTP error: 500 Internal Server Error  0

    Hi,
    I've upgraded a third party server.
    Everything was working fine before the upgrade.
    But now when I go to OAC0,
    if I do "test Connection" it is sucessful
    but when I send a certificate it says
    "HTTP error: 500 Internal Server Error  0"
    I've tried
    1. adding the server name in host file.
    2. tried configuring the R/3 systems
    3. configuring the R/3 gatways
    4. testing the connection from the archive server.
    everything is working fine.
    But still i get the error
    Pleae advice
    Edited by: Gautam Samant on Sep 18, 2008 12:29 PM

    Hi anirudh
    The details are :
    I'm trying to connec SAP R/3 to IXOS 9.6.1.
    The database used is MS SQL 2000 SP4.
    I've sucessfully configured the archive databse, archive server, everything.
    I've even updated the database to match with IXOS.
    The connection testing from both ends are working fine.
    But when i try to send a certificate from SAP to IXOS,
    its showing 500: internal server error.
    What might be the reason?
    Regards,
    Gautam
    Edited by: Gautam Samant on Sep 25, 2008 2:33 PM

Maybe you are looking for

  • ADF 11g - and National characters...

    We have difficulties with our danish national characters - in several ADF forms. The database is setup correct - with NLS and all. Our browsers too. Is there some kind of ADF setting to handle NLS characters? Rgds, Henrik

  • I am using C#, but my file keeps being saved as VB

    I am using C# and Dreamweaver to work on my project. But one file keeps getting be saved as VB file. If I manually change to C#, I get compilation error right away. If I change back to VB, it is working. But I cannot used VB as all other files in the

  • Campsites are not oriented properly on a michigan dnr campground map

    <blockquote>Locking duplicate thread.<br> Please continue here: [/questions/777707]</blockquote><br> When I access a michigan dnr campground map, the campsite numbers are displayed high and off the sites. Are my browser settings incorrect or do I nee

  • Resizing redo log files on a 3 node RAC with single node standby database

    Hi On a 3 node 11g RAC system,I have to resize the redo logs on primary database from 50M to 100M. I was planning to do the following steps: SQL> select group#,thread#,members,status from v$log; GROUP# THREAD# MEMBERS STATUS 1 1 3 INACTIVE <-- whenef

  • Handling Tableviewcolumns event

    HI All, I want to do eventhandling for tableviewcolumn, I am giving one link in my tableviewcolumn,when user clicks that column link it should redirect to next page or view. Can anyone tell me how i can acieve this funtionality. This is my view now w