Error 500 is a browser problem

Find my past does not function fully in Family Tree Maker 2011. I cannot see transcripts.Error 500 comes up. My system is windows 7, my browser is mozilla, java is so up to date and enabled it's frightening,no old versions , all access has been allowed all sites have been allowed, in fact everyone and everything has been allowed except me.I am being denied. Someone, somewhere out there, has a solution. If it helps I've just won the lottery, and looking to unload some surplus.

I could able to sole this problem on my firefox 6.0 by clearing offline storage.
Edit -> Preferences -> Advanced -> networks -> Clear Now
to clear Offline Stoarge.

Similar Messages

  • Getting Error 500 when pressing the backbutton of the browser after log out

    I am working on a web project , and am using AJAX in my application. I need to get list of templates and events stored in the database when my page is being loaded so im using AJAX. the problem is, when i press the logout in my page and after logging out if i press the browsers back button then im getting the Http Error 500.
    Regarding this issue i previously also posted but i havent get solved my problem. (may be i havent posted my source code , rather i just posted error message.).
    Here is the error message of the browser,
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    java.lang.NullPointerException
         com.koffee.eon.subscriber.action.TemplateNames.doPost(TemplateNames.java:66)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:416)
    Here is my source code of the TemplateNames class,
    package com.koffee.eon.subscriber.action;
    import com.koffee.eon.subscriber.persistence.*;
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    import java.text.SimpleDateFormat;
    import java.util.*;
    public class TemplateNames extends HttpServlet {
    public void doPost(HttpServletRequest request, HttpServletResponse response)
         throws ServletException, IOException {
         response.setContentType("text/html");
         PrintWriter out = response.getWriter();
         String html="",html1="";
         HttpSession session=request.getSession();
         UserCompleteDetails sessionDetails=(UserCompleteDetails)session.getAttribute("userdetails");
         System.out.println("checking session after logout"+sessionDetails);
         if(sessionDetails==null)
         System.out.println("session details in if condition is:"+sessionDetails);
         response.sendRedirect("/login.jsp");
         System.out.println("after checking "+sessionDetails);
         String type=null;
         type=request.getParameter("type");
    String subscriberUserEONId=sessionDetails.getUserEonId();
    System.out.println("subscriberUserEONId from session is: "+subscriberUserEONId);
         SimpleDateFormat sdfDate=new SimpleDateFormat("yyyy-MM-dd");
         SimpleDateFormat sdfTime=new SimpleDateFormat("HH:mm:ss");
         TemplateManagement dbObj=new TemplateManagement();          
    EventManager dbObj1=new EventManager(); // for events
         List templateNames=dbObj.getTemplates(subscriberUserEONId);
         List eventIds=dbObj1.getEventsCompleteList(subscriberUserEONId); // for events
         System.out.println("size of list of templates is:" + templateNames.size());
         System.out.println("size of list of events is: "+eventIds.size()); // for events
         if(type==null)
         html+="<table><tr><td>Select Your Invitation Card: ";
         html+="<select name=\"templateName\" class=\"cell\" onchange=getImage(this.value) onblur=checkTemplate() tabindex=\"1\">";
         html+= "<option value=\"0\">Select</option>";
         HashMap hmap=new HashMap();
         try {
         for(int i=0;i<templateNames.size();i++) {
         TemplateMaster bean=(TemplateMaster)templateNames.get(i);
         Integer templateid=bean.getTemplateId();
         String templatepath=bean.getTemplateRelevantpath();
         hmap.put(templateid,templatepath);
         System.out.println("path recevied from db for template is: "+templatepath);
    System.out.println("template id received from db is : "+templateid);
         html+= "<option value=\"" + templateid + "\">" + templateid + "</option>";
         } catch(Exception ee) {ee.printStackTrace();}
         session.setAttribute("hmap", hmap);
         html+="</select></td></tr><tr><td>";
         System.out.println("path new is : "+html);
         html+="</td>";
         System.out.println(html);
    html+="</td></tr><tr><td>Select an Event: ";
              html+="<select name=\"eventId\" class=\"cell\">";
              try {
         for(int j=0;j<eventIds.size();j++) {
         EventMaster bean=(EventMaster)eventIds.get(j);
         String eventName=bean.getEventName();
         Integer eventId1=bean.getEventId();
         String eventStartDate=sdfDate.format(bean.getEventStartdate());
         String eventStartTime=sdfTime.format(bean.getEventStarttime());
         String eventId=eventName+" on "+eventStartDate+" at "+eventStartTime;
         System.out.println("event id from database is : "+eventId1);
         System.out.println("event list from database is : "+eventId);
         html+= "<option value=\"" + eventId1 + "\">" + eventId + "</option>";
         } catch(Exception eee) {eee.printStackTrace();}
         html+="</select></td></tr></table>";
         System.out.println(html);
         out.println(html);
         out.flush();
         out.close();     
         if(type!=null)
         html1+="</td></tr><tr><td>Select an Event: ";
         html1+="<select name=\"eventId\" class=\"cell\">";
         try {
         for(int j=0;j<eventIds.size();j++) {
         EventMaster bean=(EventMaster)eventIds.get(j);
         Integer eventId1=bean.getEventId();
    String eventId2=eventId1.toString();
         String eventName=bean.getEventName();
         String eventStartDate=sdfDate.format(bean.getEventStartdate());
         String eventStartTime=sdfTime.format(bean.getEventStarttime());
         String eventId=eventName+" on "+eventStartDate+" at "+eventStartTime;
         System.out.println(eventId);
         html1+= "<option value=\""
    + eventId2 + "\">" + eventId + "</option>";
         } catch(Exception eee) {eee.printStackTrace();}
         html1+="</select></td></tr></table>";
         out.println(html1);
         out.flush();
         out.close();     
    }

    chinni wrote:
    java.lang.NullPointerException
         com.koffee.eon.subscriber.action.TemplateNames.doPost(TemplateNames.java:66)Do you understand when a NPE will be thrown? Some object reference at line 66 of TemplateNames.java is null while you didn't expect and you still invoke/access it. To fix this, add a nullcheck or just instantiate the reference.

  • Error 500 problem

    Hi All,
    I am trying to start a .jsp example from the Netscape browser and ran into
    an Error 500 problem. Can you give me some pointer of what to look at to
    resolve it?
    OS: Redhat Linux 6.2
    Weblogic version: 5.1
    Weblogic directory: /usr/local/weblogic
    JDK version: JavaSoft JDK 1.2.2
    JDK directory: /usr/local/jdk1.2.2
    Here's some of the weblogic.properties setting:
    weblogic.httpd.register.*jsp=\
    weblogic.servlet.JSPServlet
    weblogic.httpd.initArgs.*.jsp=\
    pageCheckSeconds=1,\
    compileCommand=/usr/local/jdk1.2.2/bin/javac,\
    workingDir=/weblogic/myserver/serverclasses,\
    verbose=true
    weblogic.httpd.documentRoot=/usr/local/weblogic/myserver/public_html/
    I put the all the .jsp and .html files from the Weblogic jsp example
    directory into /usr/local/weblogic/myserver/public_html/jsp/
    I start the weblogic console and use the console to start the "myserver"
    Weblogic server. All these work fine.
    Then, I start Netscape browser and enter the URL
    http://localhost:7001/jsp/HelloWorld.jsp. The following error was reported:
    Error 500 -- Internal Server Error
    From RFC2068 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.
    I double checked and HelloWorld.jsp and HelloWorld.html is in
    /usr/local/weblogic/myserver/public_html/jsp/. Please help. Thanks.
    Best regards,
    Simon

    You should check out the WebLogic.log and also the exceptions thrown into
    the WebLogic console to see what was wrong.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Simon Lee" <[email protected]> wrote in message
    news:39b5d092$[email protected]..
    Hi All,
    I am trying to start a .jsp example from the Netscape browser and ran into
    an Error 500 problem. Can you give me some pointer of what to look at to
    resolve it?
    OS: Redhat Linux 6.2
    Weblogic version: 5.1
    Weblogic directory: /usr/local/weblogic
    JDK version: JavaSoft JDK 1.2.2
    JDK directory: /usr/local/jdk1.2.2
    Here's some of the weblogic.properties setting:
    weblogic.httpd.register.*jsp=\
    weblogic.servlet.JSPServlet
    weblogic.httpd.initArgs.*.jsp=\
    pageCheckSeconds=1,\
    compileCommand=/usr/local/jdk1.2.2/bin/javac,\
    workingDir=/weblogic/myserver/serverclasses,\
    verbose=true
    weblogic.httpd.documentRoot=/usr/local/weblogic/myserver/public_html/
    I put the all the .jsp and .html files from the Weblogic jsp example
    directory into /usr/local/weblogic/myserver/public_html/jsp/
    I start the weblogic console and use the console to start the "myserver"
    Weblogic server. All these work fine.
    Then, I start Netscape browser and enter the URL
    http://localhost:7001/jsp/HelloWorld.jsp. The following error was
    reported:
    >
    Error 500 -- Internal Server Error
    From RFC2068 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.
    I double checked and HelloWorld.jsp and HelloWorld.html is in
    /usr/local/weblogic/myserver/public_html/jsp/. Please help. Thanks.
    Best regards,
    Simon

  • Error 500 -Internal Server Error when I click on browse catelog button on Reports and Analytics in Fusion

    Hi
    I am unable to access Reports and Analytics . It throws a Error 500 -Internal Server Error when I click on browse catelog button on Reports and Analytics in Fusion
    I have all the required roles and also BIADMINISTRATOR ACCESS still I am unable to login to Reports and Analytics. I have cleared the cache also.
    My collegue who has the same roles is able to access it.
    Regards
    Avinash

    I created the showModule.xhtml in the web.view.module\src\main\resources folder and test the application and Now I'm getting the error in both deployment ways.
    a) Local deployment: Same result
    Error 500--Internal Server Error
    com.sun.faces.context.FacesFileNotFoundException: /showModule.xhtml Not Found in ExternalContext as a Resource
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:232)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:273)
    b) Remote server:
    Error 500--Internal Server Error
    com.sun.faces.context.FacesFileNotFoundException: /showModule.xhtml Not Found in ExternalContext as a Resource
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:232)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:273)
    Please check the below screenshots for the mappings captured in the properties window.
    http://imageshack.us/photo/my-images/5/srwebviewmodule.png/
    http://imageshack.us/photo/my-images/811/eclipseexplorer.png/
    http://imageshack.us/photo/my-images/521/cdiandrichfacesear.png/
    http://imageshack.us/photo/my-images/90/cdiandrichfaces.png/
    Thanks,
    Vijaya

  • Servlet I/O Stream problem: cannot write into file, error 500

    I am a new Java developer and now, I am facing a problem regarding the error 500. I try to grab records from a table with a date as a constraint. There are two servlets involed: a) saveRecord and b) getRecord. Servlet getRecord will grab data from a database while another servlet, saveRecord will get the data from servlet getRecord and save it into a file. The codes are as below:
    =========================================================================================================================================
    // Servlet Name : saveRecord
    BufferedInputStream instr     = null;
    BufferedOutputStream outstr     = null;
    PostMethod http_post          = null;
    http_post = new PostMethod("getRecord");
    http_client.executeMethod(http_post);
    instr     = new BufferedInputStream(http_post.getResponseBodyAsStream());
    outstr     = new BufferedOutputStream(new FileOutputStream("c:\student.csv"), false));
    int byte_at;
    while (-1 != (byte_at = instr.read())) {
         outstr.write(byte_at);
    =========================================================================================================================================
    // Servlet Name : getRecord
    ServletOutputStream out     = response.getOutputStream();
    StringBuffer str_buf     = new StringBuffer();
    str_buf = generateStudentAc();
    out = response.getOutputStream();
    FileStream(out, response, str_buf);
    // Function Called
    private StringBuffer generateStudentAc() {
         StringBuffer str_buf = new StringBuffer();
         String date = "2000-01-01";
         statement = connection.createStatement();
         resultset = statement.executeQuery("SELECT NAME, ADDRESS FROM STUDENT WHERE DATE>'" + date + "';
         // Write column headers               
    str_buf.append("NAME,ADDRESS");
    String data_row;
    while (resultset.next()) {
              data_row = "\n";
              data_row += "\"" + resultset.getString("STUDENT") + "\"";
              data_row += ",\"" + resultset.getString("ADDRESS") + "\"";
              // Write row
              str_buf.append(data_row);
         return str_buf;
    // Function called
    private void FileStream(ServletOutputStream out, HttpServletResponse response, StringBuffer str_buf) {
         BufferedOutputStream buf_out = null;
    // Create input/output streams
         buf_out     = new BufferedOutputStream(out);
         int length     = str_buf.length();
         // Read/Write
         for (int i = 0; i < length; i++) {
              buf_out.write(str_buf.charAt(i));
    =========================================================================================================================================
    Then, the result will be post back to a JSP page. It didn't work when the records in database growing bigger ( > 100 000 records) but works nice while the records are still in a small quantities ( < 20 000 records). It seems that no record can be inserted into the file and the JSP page becomes blank. When I opened the csv file, I found a message"Error 500:" inside it.
    Hope you all experts can help to figure out this problem. TQ

    I am amatuer in Java Programming, so I don't know how to implement serializable interface but I will look through it.
    However, as I mention before, the code run perfectly if there are not much records un the table. But once there are more and more table added in (> 1000 000 records) in the table, it becomes unstable - sometime it works but most of the time it doesn't. So, I didn't find any different event I replaced the code with String date = "=2000-01-01".
    Anyway, thanks for your help.

  • ERROR 500 INTERNAL SERVER  I cant search in browser or open email properly, the ipad mini is brand new

    ERROR 500 INTERNAL SERVER   MY ipad mini is new and I cant search with my browser or open email properly can someone please help

    Hi ..
    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    If that doesn't help, tap Settings > General > Reset > Reset Network Settings
    You will have to re enter your Wi-Fi password.
    If nothing above has helped, try here >  iOS: Troubleshooting Wi-Fi networks and connections

  • Error 500 AND 'No principal found for UID:' problems

    Hi,
    We are having problems familiar to what I read on this forum.
    First, the log-file mentions lots of times: 'No principal found for UID:blabla', with some lines following it.
    Second, we get error 500 when setting the delegates or even looking at it.
    Below, I added part of the error.log
    Best regards,
    Emile
    2008-01-16 14:16:23+0100 [-] Log opened.
    2008-01-16 14:16:23+0100 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:23+0100 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:23+0100 [-] 2 processors found, configuring 2 processes.
    2008-01-16 14:16:23+0100 [-] Adding pydirector service with configuration: /tmp/pydir18zae7
    2008-01-16 14:16:23+0100 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] Log opened.
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:25+0100 [-] [caldav-8010] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] Log opened.
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:25+0100 [-] [caldav-8009] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up AdminPrincipals
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting root ACL
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up scheme: digest
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Initializing database /var/run/caldavd/.db.digestcredentialscache
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up AdminPrincipals
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting root ACL
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Setting up scheme: digest
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] "Exception while executing SQL: 'select KEY from DIGESTCREDENTIALS' ()"
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] Traceback (most recent call last):
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] run()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] app.run(runApp, ServerOptions)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] runApp(config)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] _SomeApplicationRunner(config).run()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 157, in run
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] self.application = self.createOrGetApplication()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 202, in createOrGetApplication
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] ser = plg.makeService(self.config.subOptions)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 586, in makeService
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring authentication wrapper
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Setting up service
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x1475570>
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Adding server at 127.0.0.1:8009
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] twisted.web2.channel.http.HTTPFactory starting on 8009
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x14761c0>
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] service = serviceMethod(options)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/tap.py", line 487, in makeService_Slave
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] config.DataRoot,
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 337, in _init_
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] self.cleanup()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 506, in cleanup
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] keys = self.db.keys()
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/directory/digest.py", line 244, in keys
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] for key in self.dbexecute("select KEY from DIGESTCREDENTIALS"):
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] File "/usr/share/caldavd/lib/python/twistedcaldav/sql.py", line 232, in dbexecute
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] q.execute(sql, query_params)
    2008-01-16 14:16:26+0100 [-] [caldav-8010] [-] sqlite3.OperationalError: no such table: DIGESTCREDENTIALS
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] set uid/gid 93/93
    2008-01-16 14:16:26+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-16 14:16:26+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Log opened.
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up document root at: /Library/CalendarServer/Documents
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up default ACEs on root resource
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up AdminPrincipals
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting root ACL
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring authentication for realm: /Search
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up scheme: digest
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring authentication wrapper
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Setting up service
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14754b0>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Adding server at 127.0.0.1:8010
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] twisted.web2.channel.http.HTTPFactory starting on 8010
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x14761c0>
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] set uid/gid 93/93
    2008-01-16 14:16:29+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-16 14:16:29+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-16 14:17:33+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-16 14:17:33+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-16 14:17:34+0100 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-16 14:17:35+0100 [-] [caldav-8009] [AMP,client] PROPFIND /principals/_uids_/8F56DE32-5CB6-491D-A820-D6D4A12B6BED/ HTTP/1.1
    2008-01-16 14:17:36+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/ HTTP/1.1
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] u'No principal found for UID: 633CBE36-2414-44BA-AAE3-2B3CD2EA3843'
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] Unhandled error in Deferred:
    2008-01-16 14:17:37+0100 [-] [caldav-8009] [-] Unhandled Error
    2008-01-16 14:17:37+0100 [-] [caldav-8009] Traceback (most recent call last):
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] return _deferGenerator(f(*args, **kwargs), Deferred())
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] result = g.next()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1208, in inheritedACEsforChildren
    2008-01-16 14:17:37+0100 [-] [caldav-8009] if self.matchPrincipal(principal, ace.principal, request):
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 677, in unwindGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] return _deferGenerator(f(*args, **kwargs), Deferred())
    2008-01-16 14:17:37+0100 [-] [caldav-8009] --- <exception caught here> ---
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 576, in _deferGenerator
    2008-01-16 14:17:37+0100 [-] [caldav-8009] result = g.next()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/web2/dav/resource.py", line 1373, in matchPrincipal
    2008-01-16 14:17:37+0100 [-] [caldav-8009] ismember = ismember.getResult()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 555, in getResult
    2008-01-16 14:17:37+0100 [-] [caldav-8009] self.result.raiseException()
    2008-01-16 14:17:37+0100 [-] [caldav-8009] File "/usr/share/caldavd/lib/python/twisted/python/failure.py", line 303, in raiseException
    2008-01-16 14:17:37+0100 [-] [caldav-8009] raise self.type, self.value, self.tb
    2008-01-16 14:17:37+0100 [-] [caldav-8009] exceptions.AttributeError: 'NoneType' object has no attribute 'principalUID'
    2008-01-16 14:17:37+0100 [-] [caldav-8009]

    Thanks Cyrus,
    This worked: I created a dummy user and enabled calendaring for this user.
    The error log-file is still not empty (see below). Are these really errors or what?
    Best regards,
    Emile
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Setting up service
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14755f0>
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Adding server at 127.0.0.1:8009
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] twisted.web2.channel.http.HTTPFactory starting on 8009
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x1476210>
    2008-01-28 09:46:06+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] set uid/gid 93/93
    2008-01-28 09:46:06+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Configuring authentication wrapper
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Setting up service
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x14755f0>
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Adding server at 127.0.0.1:8010
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] twisted.web2.channel.http.HTTPFactory starting on 8010
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x1476210>
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] set uid/gid 93/93
    2008-01-28 09:46:08+0100 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2008-01-28 09:46:08+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-28 09:47:33+0100 [-] [caldav-8009] [AMP,client] PROPFIND /principals/_uids_/8F56DE32-5CB6-491D-A820-D6D4A12B6BED/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:34+0100 [-] [caldav-8009] [AMP,client] REPORT /calendars/users/emile/calendar/ HTTP/1.1
    2008-01-28 09:47:35+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/emile/inbox/ HTTP/1.1
    2008-01-28 09:49:58+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:49:58+0100 [-] [caldav-8009] [AMP,client] PROPFIND /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:49:59+0100 [-] [caldav-8010] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd-pydir.sock'))
    2008-01-28 09:49:59+0100 [-] [caldav-8009] [AMP,client] REPORT /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:50:56+0100 [-] [caldav-8010] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:16+0100 [-] [caldav-8010] [AMP,client] "Directory service <SudoDirectoryService '/Search': FilePath('/etc/caldavd/sudoers.plist')> has no GUID; generating service GUID from realm name."
    2008-01-28 09:51:16+0100 [-] [caldav-8010] [AMP,client] REPORT /calendars/users/pim/calendar/ HTTP/1.1
    2008-01-28 09:51:44+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:45+0100 [-] [caldav-8009] [AMP,client] Unauthenticated users not enabled with the 'calendar' SACL
    2008-01-28 09:51:47+0100 [-] [caldav-8010] [-] 'Too many matching components in calendar-query report'
    20

  • Connection Problem to EDS : Error 500

    Hello,
    i have a problem to connect to essbase via an EDS server.
    Http Error 500 occur if i try to connect to EDS in EAS console or if i try to connect to essbase with Excel add-in.
    version of product:
    essbase 7.1.3
    eds 7.1.3
    Thanks for your help
    Pierre

    Please check if your odbc connection to your DSN is working fine. This errror would occur genarally while connecting to the database and the respective listener is missing in connection.

  • Problems with MI 70 SP 16 and DB2e 912. Error: 500. XMAU/home/home_mgmt.do

    Hi,<br>
    i have problems with my MI and DB2e.<br>
    I installed database DB2e but i cannot do that this work.<br><br>
    My configuration is:<br>
    Mobile Infrastructure version: MI 70 SP 16 Patch 0<br>
    DB2e 9.1.2 <br><br>
    When i want to access to the application, i getting the following error:<br><br>
    Error: 500<br>
    Localizacion: /XMAU/home/home_mgmt.do<br>
    Error interno del servlet:<br><br>
    java.lang.NullPointerException<br>
         at com.sap.mbs.mam.bo.impl.Mam090ManagerImpl.getMam090s(Unknown Source)<br>
         at com.sap.mbs.mam.cstm.process.impl.UserCustomCache.getUserCustomizing(Unknown Source)<br>
         at com.sap.mbs.mam.cstm.process.impl.UserCustomProcessImpl.getUserCustomizing(Unknown Source)<br>
         at com.sap.mbs.mam.cstm.process.impl.GenericCustomCache.getMamScenario(Unknown Source)<br>
         at com.sap.mbs.mam.cstm.process.impl.GenericCustomCache.getDeviceSettingsProfile(Unknown Source)<br>
         at com.sap.mbs.mam.cstm.util.DateTimeUtils.getDeviceSettingsProfile(Unknown Source)<br>
         at com.sap.mbs.mam.cstm.util.DateTimeUtils.getDateFormat(Unknown Source)<br>
         at com.sap.mbs.mau.application.impl.MauApplicationImpl.init(Unknown Source)<br>
         at com.sap.mbs.mam.application.web.FrontServlet.init(Unknown Source)<br>
         at com.sap.mbs.mau.application.web.FrontServlet.init(Unknown Source)<br>
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)<br>
         at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)<br>
         at org.apache.tomcat.core.Handler.init(Handler.java:215)<br>
         at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)<br>
         at org.apache.tomcat.core.Handler.service(Handler.java:254)<br>
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)<br>
         at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:222)<br>
         at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)<br>
         at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:423)<br>
         at mam_0005fstart._jspService(Unknown Source)<br>
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)<br>
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)<br>
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)<br>
         at org.apache.tomcat.core.Handler.service(Handler.java:287)<br>
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)<br>
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)<br>
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)<br>
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)<br>
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)<br>
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)<br>
         at java.lang.Thread.run(Unknown Source)<br><br>
    and in the trace log, i'm getting the following message:<br><br>
    [20100316 13:57:36:792] D [MI/API/Services ] CREATED MEPropertyResourceBundle com.sap.ip.me.api.services.MEResourceBundle$MEPropertyResourceBundle@111bfbc for bundleName: MAUText with Locale: _es  <br>
    [20100316 13:57:36:792] D [MI/API/Services ] CREATED parent MEPropertyResourceBundle for child bundle: com.sap.ip.me.api.services.MEResourceBundle$MEPropertyResourceBundle@111bfbc using bundle name: MAUText  <br>
    [20100316 13:57:36:792] D [MI/API/Services ] MEResourceBundle:Constructor: Create MEResourceBundle(ZMAMText, es_AR, com.sap.ip.me.core.Startup@9664a1)  <br>
    [20100316 13:57:36:792] D [MI/API/Services ] MEResourceBundle:Constructor: Use classloader com.sap.ip.me.core.Startup@9664a1  <br>
    [20100316 13:57:36:792] W [AppLog/MI/API/Services ] cannot find resource bundle ZMAMText_es_AR  <br>
    [20100316 13:57:36:792] D [MI/API/Services ] MEResourceBundle:Constructor: Create MEResourceBundle(ZMAUText, es_AR, com.sap.ip.me.core.Startup@9664a1)  <br>
    [20100316 13:57:36:792] D [MI/API/Services ] MEResourceBundle:Constructor: Use classloader com.sap.ip.me.core.Startup@9664a1  <br>
    [20100316 13:57:36:792] W [AppLog/MI/API/Services ] cannot find resource bundle ZMAUText_es_AR  <br>
    [20100316 13:57:36:792] D [Unknown ] FrontServlet:setResourceBundle() done.  <br>
    [20100316 13:57:36:792] D [MI/API/Services ] MEResourceBundle:Constructor: Create MEResourceBundle((null), es_AR, (null))  <br>
    [20100316 13:57:36:792] D [MI/API/Services ] MEResourceBundle:Constructor: Use classloader com.sap.ip.me.core.Startup@9664a1  <br>
    [20100316 13:57:36:792] I [MI/API/Services ] Cannot find resource key LIST_TAG_TOTAL within MAUText  <br>
    [20100316 13:57:36:792] I [MI/API/Services ] Cannot find resource key LIST_TAG_PAGE within MAUText  <br>
    [20100316 13:58:11:215] D [MI/Core ] Deactivated application XMAU  <br>
    [20100316 13:58:11:215] P [MI/Core ] Set current MSD to Name: / MOBILEENGINE_JSP (V. 70160), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType  <br>
    [20100316 13:58:11:215] D [MI/Core ] Set current application to 'MOBILEENGINE_JSP'  <br><br>
    Someone can i help me?<br>
    Thanks for your help.<br>

    I can't be sure but most of the dota2 output looks "normal" to me (I get the same yet it works fine).
    eurotrucks is clearly crashing. You could try to force the resolution it uses in its config files?
    Or maybe it's missing a lib (you may need to install 32bit versions):
    ldd /path/to/eurotrucks
    to see if that's the case. If not, you might have to take it up with the eurotrucks developers.
    And you could try using fluxbox/openbox just to see what happens. A lot lighter than KDE.
    Have a good look though: https://wiki.archlinux.org/index.php/Steam
    and remember to check for missing 32bit libs.

  • Connection problem(error 500), please help

    Hello Im a newbie to db connections with java
    ive written a servlet to acces mymy hsql db(sample):
    String dbURL = "jdbc:hsqldb:" + getServletContext().getRealPath("/~mazzok/myDB");
    Class.forName("org.hsqldb.jdbcDriver");
    conn = DriverManager.getConnection(dbURL, "user", "pass");
    } catch (Exception e) {
    out.println("<br>ERROR: Could not connect to database<br>");
    out.print(e);
    Statement stat = null;
    try {
    stat = conn.createStatement();
    the problem is stat = conn.createStatement(); which throws a NullPointer exception(error 500)
    why is this the case, isnt the connection already running, when it comes to this line?
    I dont understand it quite..
    Pls could you help me?
    Regards
    maz

    stat = conn.createStatement();I guess that's because your conn==null. Make sure your dbURL value can build a correct connection.

  • Mobile me verification failed the operation couldn't be completed ...account error 500. doeas anyone at apple actually sort these problems out?

    tried serveral times ot set up find my phone, but all i get this this message "mobile me verification failed the operation couldn't be completed account error 500"
    Do apple actual read these forums and help anyone?

    Check that the date &amp; time are set correctly. This solved it for me.
    Good luck.

  • Error 500 after installing CF11 on Windows 8.1

    I purchased a new laptop with Windows 8.1. I had a previous latop that had been upgraded to Windows 8.1 and ran CF10 perfectly fine. I made sure the necessary IIS modules were installed for CF. I installed CF11 using the "Run as administrator" option, just to be on safe side. Everything appeared to go smoothly and no hiccups occured. However, when I click to go CF admin page, I received an Error 500. I've made sure permissions on the folders are correct and allow for the IIS_USR a even IUSR. Any help would be greatly appreciated. I am sort of at a loss here.
    The detailed information is as follows:
    Detailed Error Information:
    Module
       IsapiModule
    Notification
       ExecuteRequestHandler
    Handler
       cfmHandler
    Error Code
       0x800700c1
    Requested URL
       http://127.0.0.1:80/CFIDE/administrator/index.cfm
    Physical Path
       D:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\index.cfm
    Logon Method
       Anonymous
    Logon User
       Anonymous

    Hi,
    I'm experiencing the same problem as OP and I wonder if the proposed fix worked?  It tried to implement the solution but to no avail.
    I'm working with a fresh install of Windows 8.1 x64 Enterprise with IIS 8.5. I verified all installed features of IIS as following :
    In IIS Management console I verified all access by adding a specific connection user. (the local administrator account)
    The default application pool is set to x64 only (= disabled x32 support in Advance settings of Application Pool Management)
    The error message received when browsing the http://localhost/CFIDE/Administrator/ :
    I cannot seem to resole this issue, but is it related to the x64 version of Windows?
    Anyway, I've been searching the web for a few days now and I did not find any solution yet.
    Any thoughts how to resolve this, short from installing Windows 7 and going from there?
    Thanks for reading,
    Regards Bert.

  • Error 500: ERROR: Cannot forward. Writer or Stream already obtained. Error

    hi
    i m unable to fugure out y I m getting this error
    it's a suggestion page and on submitting this page I have to reload the page but with status of the page (requires approval) in form of url
    earlier say few days back , it was working fine , i had absolutely no issues in this
    since 2-3 days everytime i submit the page , i m getting the error
    Error 500: ERROR: Cannot forward. Writer or Stream already obtained. Error 500
    my code is listed below
    pls help
    <%@ include file="../includes/sessionChecker.jsp"%>
    <%@ page isThreadSafe="false" errorPage="../html/messError.jsp" %>
    <%@ page import="java.io.*,java.util.*,java.sql.*" %>
    <%@ page import="com.syntaxsoft.util.*" %>
    <%@ page import="com.syntaxsoft.util.DateUtil" %>
    <%@ page import="com.syntaxsoft.admin.*" %>
    <%@ page import="com.syntaxsoft.employee.*" %>
    <%@ page import="com.syntaxsoft.db.*" %>
    <%@ include file="../includes/cssJsInclude.jsp"%>
    <%@ taglib uri="QuinnoxTags" prefix="QuinnoxTags" %>
    <html>
    <head>
    <title>Suggestions</title>
    <meta http-equiv="Content-Type" content="xls/html; charset=iso-8859-1">
    <link href="../STYLESHEET/stylesheet.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <%!
         Table sqltab;
         SqlBuilder sqlObj;
    %>
    <%
         String dofc = "",subject="",suggestion = "",docsrno="",actions="";
         String pick_button = "",locateid = "",employid="",url="";
         String employeeid="";
         String tabname=" ";
         boolean success = false;
         ResultSet rs= null;
    %>
    <%
         employid = (String) session.getAttribute("empid");
         locateid = (String) session.getAttribute("locationid");
         Employee empobj = Employee.getEmployee(employid);
         DateUtil dateform = new DateUtil(locateid);
         actions = request.getParameter("actions");
         pick_button = request.getParameter("DECISION");
         System.out.println("ACTION"+actions);
         System.out.println("pick_button"+pick_button);
    %>     
    <body>
    <%
         if(actions.equals("create")){
              if(pick_button == null){
    %>     
                   <form name="form1" method="post" action="../HRFiles/Suggestions.jsp">
                        <input type="hidden" name="actions" value="<%=actions%>">
                   <div class="page_heading">Suggestion Box</div><br>
                   <table>
                        <tr><th>From:</th><td><%=empobj.getFullName()%></td></tr>
                        <tr><th>Dated:</th><td><%=dateform.getToday()%></td></tr>
                        <tr><th>Subject</th><td><QuinnoxTags:TextBox type="text" name="subject" maxLength="65" required="true" value=" " label="Subject"/></td></tr>
                        <tr><th colspan="2">Suggestion:</th></tr>
                        <tr><td colspan="2"><QuinnoxTags:TextBox name="suggestion" type="textarea" cols="60" rows="13" required="true" value=" " label="Suggestion" maxLength="250"/></td></tr>
                   </table><br>
                   <table>
              <tr>
                   <td align="right">
                        <input type="submit" name="DECISION" value="Submit" class="button">
                   </td>
              </tr>
         </table>
                   <input type="hidden" name="empid" value="<%=employid%>"
                   <jsp:include page="../masters/flow.jsp" flush="true">
                        <jsp:param name="CREATOR" value="true"/>
                        <jsp:param name="TABNAME" value="SUGGESTION_WKFLOW"/>
                   </jsp:include>               
    <!--               <table>
                        <tr><td align="right"><input type="submit" name="submit" value="Submit" class='button'></td></tr>
                   </table>-->
              </form>
    <%
              else{
                   dofc          = dateform.getTodayMillis()+"";
                   subject          = request.getParameter("subject");          
                   suggestion     = request.getParameter("suggestion");
                   tabname =request.getParameter("TABNAME");          
                   // insert into SUGGESTIONS
                   // generate key
                   IDs idObj = IDs.getIDs();
                   docsrno = idObj.getId("SUGGESTIONID");
                   sqlObj=new SqlBuilder("SUGGESTIONS");
                   sqlObj.setColumn("DOCSLNO",docsrno);
                   sqlObj.setColumn("EMPID",employid);
                   sqlObj.setColumn("DOFC",dofc);
                   sqlObj.setColumn("DOFCZONE",locateid);
                   sqlObj.setColumn("SUBJECT",tabname);
                   sqlObj.setColumn("SUGGESTION",suggestion);
    //          System.out.println("empid is "+request.getParameter("empid"));
                   System.out.println("empid is "+employid);
                   success = sqlObj.set(SqlBuilder.INSERT);
    %>                         
                   <jsp:include page="../masters/flow1.jsp" flush="true">
                        <jsp:param name="DECISION" value="<%=request.getParameter(com.syntaxsoft.admin.WorkFlow.DECISION)%>" />
                        <jsp:param name="empid" value="<%=request.getParameter(\"empid\")%>" />
                        <jsp:param name="VIEWLEVEL" value="<%=request.getParameter(com.syntaxsoft.admin.WorkFlow.VIEWLEVEL)%>" />
                        <jsp:param name="VIEWERID" value="<%=request.getParameter(com.syntaxsoft.admin.WorkFlow.VIEWERID)%>" />
                        <jsp:param name="COMMENTS" value="<%=request.getParameter(com.syntaxsoft.admin.WorkFlow.COMMENTS)%>" />
                        <jsp:param name="DOCSLNO" value="<%=docsrno%>"/>
                        <jsp:param name="CREATOR" value="true"/>
                        <jsp:param name="TABNAME" value="<%=request.getParameter(\"TABNAME\")%>" />
                        <jsp:param name="MASTER_TABLE" value="SUGGESTIONS" />
                   </jsp:include>
                   <jsp:include page="../includes/redirectInclude.jsp" flush="true">
                        <jsp:param name="url" value="../HRFiles/ViewSuggestion.jsp?flag=empview" />
                   </jsp:include>
    <%
              } // end of if(pick_button == null)
         } // end of if(actions == create)
         if(actions.equals("select")){
              rs = sqltab.select("select * from SUGGESTIONS");
              if(rs.next()){
    %>
                   <div class="page_heading">List of Suggestions</div><br>
                   <table>
                        <tr>
                             <th>Employee Id</th>
                             <th>Employee Name</th>
                             <th>Suggestion Date</th>
                             <th>Subject</th>
                        </tr>
    <%          
                   do{
                        docsrno = rs.getString("DOCSLNO");
                        employeeid = rs.getString("EMPID");
                        dofc = rs.getString("DOFC");
                        subject = rs.getString("SUBJECT");
                        Employee empobj1 = Employee.getEmployee(employeeid);
                        url = "../HRFiles/Suggestions.jsp?actions=view&docsrno="+docsrno;
    %>
                        <tr>
                             <td><a href="<%=url%>"><%=employeeid%></a></td>
                             <td><a href="<%=url%>"><%=empobj1.getFullName()%></a></td>
                             <td><a href="<%=url%>"><%=dateform.getDate(dofc)%></a></td>
                             <td><a href="<%=url%>"><%=subject%></a></td>
                        </tr>                    
    <%               
                   }while(rs.next());
              } // end of if
         } // end of if(actions == select)
         if(actions.equals("view")){
              docsrno = request.getParameter("docsrno");
              rs = sqltab.select("select * from SUGGESTIONS where DOCSLNO='"+docsrno+"'");
              if(rs.next()){
                   do{
                        docsrno = rs.getString("DOCSLNO");
                        employeeid = rs.getString("EMPID");
                        dofc = rs.getString("DOFC");
                        subject = rs.getString("SUBJECT");
                        suggestion = rs.getString("SUGGESTION");
                   }while(rs.next());
              } // end of if()
              Employee empobj2 = Employee.getEmployee(employeeid);
    %>
              <div class="page_heading">Suggestion Box</div><br>
              <table>
                   <tr><th>From:</th><td><%=empobj2.getFullName()%></td></tr>
                   <tr><th>Dated:</th><td><%=dateform.getDate(dofc)%></td></tr>
                   <tr><th>Subject</th><td><%=subject%></td></tr>
                   <tr><th colspan="2">Suggestion:</th></tr>
                   <tr><td colspan="2"><textarea name="suggestion" cols="70" rows="10" readonly><%=suggestion%></textarea></td></tr>
              </table><br>
              <table>
                   <tr><td colspan="4" align="right">Back</td></tr>
              </table>
    <%     
         } // end of if(actions == view)
    %>
    </body>
    </html>
    rgds

    The problem is that you are trying to do a forward somewhere when output has already been sent to the browser: this is not allowed. I cannot find it in your code, so it must be in one of the includes.

  • Server error 500...solutions?

    server error 500...solutions?

    That is a standard error message, but not particularly informative. It tends to indicate something is wrong with the computer at the website you are trying to use.
    Presumably the problem only occurs on one or two specific sites and not everytime you try to use firefox.
    * see also [http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error (wikipedia)5xx_Server_Error]
    There is probably nothing you can do but it is worth clearing your browser cache, and any cookies for the site concerned. See
    * [[error loading web sites]]
    * & [[error code 500 accessing secure sites]]

  • Enternal server error 500, message keeps appearing on home page bar where we use to have Fox news.

    What can I do, a message keeps appearing saying enternal server error 500, on the home page on top bar.  That was where we had the tab for Foxnews.  But this problem is intermittent.  Sometimes Fox news comes up where we use to get it.

    The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the web site's server but the server could not be more specific on what the exact problem is.
    Below are few troubleshooting steps to resolve the issue:
    1. Reload the web page. You can do that by clicking the refresh/reload button, pressing F5, or trying the URL again from the address bar.
    2. Clear your browser's cache.
    3. Delete your browser's cookies.

Maybe you are looking for

  • Windows 7 64-bit Bitlocker Tecra M5

    Hi, I am not able to get bitlocker encryption working on the Tecra M5 running Windows7 64-bit. I have been able to initiate TPM and take ownership of it but when bitlocker tries to encrypt the drive it throws this error: Your system is not configured

  • Screen exit for transaction XK01

    Hi,   I want to add a field for the transaction 'XK01'.   How to find out the screen exit for this transaction.   If we dont have screen exit for this transaction, is there any other way to add the field.   Ps help regardng this.

  • Parental control problem

    My family has a mac os x 10.5.8 Leopard, and my parents have set parental controls to limit the time each user has every day. The problem is, when Parental Controls "log out" a user, it merely switches to the login screen. The user's applications are

  • Build binutils fails

    build of crossbridge-master, windows 7 x64, cygwin 4.8.1 make binutils fails with complaint compiling std::setlocale  "is not a member of std::" I papered over this problem by adding added #if defined(HAVE_SETLOCALE) in c:\cygwin64\lib\gcc\x86_64-pc-

  • Adobe Reader 11.0.3 keeps crashing while I'm editing documents

    Adobe Reader 11.0.3 keeps crashing while I'm editing documents