RECTIFY_GEOMETRY goes into an infinite loop

I have a situation where running RECTIFY_GEOMETRY on certain geometries causes the process to go into what seems an infinite loop and results in me needing to kill the session to stop it. There is obviously something about the geometry which is incorrect. Has anyone seen this before and knwo what causes RECTIFY_GEOMETRY to hang.

Prior to 10.2.0.4, there was a bug with rectify which causes
this problem if the geometry cannot be rectified.
Which DB release are you on ?
siva

Similar Messages

  • My Macbook Pro will not boot up. I can hear the sound that it has started and then goes into an infinite loop.

    My Macbook Pro will not boot up. I can hear the sound that it has started and then it goes into an infinite loop.

    What model MBP and which version of OS X? Sounds as if the hard drive may have failed. If you have an installation disc, try booting with it. If your machine came with Lion or Mountain Lion, try booting to the Recovery partition - Command and R keys held down while booting.
    Clinton

  • Why does javadoc goes into an infinite loop

    at my dos prompt , in the same directory as my Page.java file, i type javadoc Page.java
    why does it go into an infinite loop? instead of producing any documentation
    it just says for example
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    javadoc Page.java
    Stephen

    this is a sample page -- i'm using jdk 1.4 trying to run javadoc Tracer.class or javadoc Tracer.java or javadoc Tracer gives throws the console into an infinite loop with the statement being printed over and over again. But i haven't just noticed this problem with javadoc -- i noticed this problem with certain types of mistakes in the code rather than just displaying the compiler error -- it creates this infinite loop in the dos console window. any thoughts ?
    here is my version.
    java version "1.4.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
    Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
    * Tracer.class logs items according to the following criteria:
    * 2 = goes to text file Crawler_log.txt
    * 1 = goes to console window because it is higher priority.
    * @author Stephen
    * @version 1.0
    * @since June 2002
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import java.text.*;
    class Tracer{
         public static void log(int traceLevel, String message, Object value)
              pout.write(getLogFileDate(new Date()) +" >" + message + " value = " + value.toString());
         public static void log(int traceLevel, String message )
              pout.write("HI HOW ARE YOU " ) ;
              pout.flush();
         //public static accessor method
         public static Tracer getTracerInstance()
              return tracerInstance;
         private static String getLogFileDate(Date d )
              String s = df.format(d);
              String s1= s.replace(',','-');
              String s2= s1.replace(' ','-');
              String s3= s2.replace(':','.');
              System.out.println("getLogFileDate() = " + s3 ) ;
              return s3;
         //private instance
         private Tracer(){
              System.out.println("Tracer constructor works");
              df = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.MEDIUM);
              date                    = new java.util.Date();
              try{
              pout = new PrintWriter(new BufferedWriter(new FileWriter("Crawler_log"+getLogFileDate(new Date())+".txt", true)));
              pout.write("**************** New Log File Created "+ getLogFileDate(new Date()) +"****************");
              pout.flush();
              }catch (IOException e){
              System.out.println("**********THERE WAS A CRITICAL ERROR GETTING TRACER SINGLETON INITIALIZED. APPLICATION WILL STOP EXECUTION. ******* ");
         public static void main(String[] argz){
         System.out.println("main method starts ");
         Tracer tt = Tracer.getTracerInstance();
         System.out.println("main method successfully gets Tracer instance tt. "+ tt.toString());
         //the next method is where it fails - on pout.write() of log method. Why ?
         tt.log(1, "HIGH PRIORITY");
         System.out.println("main method ends ");
         //private static reference
         private static Tracer tracerInstance = new Tracer();
         private static Date date     = null;
         private static PrintWriter pout = null;
         public static DateFormat df = null;
    }

  • How to Stop Message Driven Beans to go into an infinite loop

    hi,
    Am kiran peddireddy, have the following problem. When i sent a chunk of 50 messages to the MessageDrivenBean, let us say 25 have passed and at the 26th message there was a problem and could not deliver. so, it throws an exception due this the MDB goes into an infinite loop. Can anyone suggest how to stop the MDB from infinite loop. I need help for this ASAP.
    thanks,
    Kiran Peddireddy.

    To Crackers,
    You have to let the container deal with the message - expire/cancel the message after a certain number of tries. This is easy to manage in the WLS console. Which version of Weblogic has this option? 7.0 or 8.1 ?
    I didnt see this option in Weblogic 7.0!!!!!!
    Corect me if I am wrong.
    Seetesh

  • Firefox goes into an endless loop with blue circular cursor at various times when trying to load a file.

    Firefox hangs up at times when I try to download a file. The hangup is evidenced by the Windows 7 spinning blue cursor going into an endless loop. The only way out if it is with "ctrl/alt/del". Sometimes I can cancel, and Firefox will be normal again, and other times I have to go on into "Taskmaster" and stop the process.

    Similar problem. An Email includes a URL, clicking on brings up a message including "click here" to link to an additional site.
    This bring up either the Windows7 rotating cursor and/or the message "stopped".
    I copied the "click here" address (another URL) and pasted it into the IE8 browser, which succeeded in displaying the information. It worked, to my surprise but it is clumsy. Do I have to remove Firefox (3.6.6) and use only IE8?
    Another system on my home network, using XP Home SP2, and FF 3.6.4 works fine in the same circumstances

  • I updated my Iphone 5 to iOS7 but during setup when i agree to 'Terms and Conditions', its not going to any other screen, it seems as if its going in some infinite loop. Please assist what to do in that case ?

    I updated my Iphone 5 to iOS7 but during setup when i agree to 'Terms and Conditions', its not going to any other screen, it seems as if its going in some infinite loop. Please assist what to do in that case ?

    I am having a really wierd issue as well that is probally related. I dont see 95% of the album artwork associated with my music. Also, it seems as if this has gotten worse since I started using that match feature

  • I run into an infinite loop when I try and use this print method

    Hi,
    I have the following class. If i run it in stand alone, everything works out great. However, if I call it from a much larger application (which is why I have built this class), I run into an infinite loop. I have no idea why, but I have pinpointed it to the line: tableView.getTableHeader().paint(g2);
    Any help is greatly appreciated. I have been tryin to figure this out for a week now, and I havent gotten anywhere. It makes no sense to me, since this works as a standalone application, but if i put a method similar to the main() inside a much larger application, I end up with an inifinite loop.
    Thanks again!
    import javax.swing.table.AbstractTableModel;
    import javax.swing.*;
    import java.awt.print.*;
    import java.awt.*;
    import java.util.Iterator;
    import java.util.ArrayList;
    public class printTableTest implements Printable, Pageable {
         private PageFormat pf;
         private String[] headers = { "Heading 1", "Heading 2", "Heading 3"};
         private ArrayList<Object[][]> data = new ArrayList<Object[][]>();
         public printTableTest(PageFormat format) {
              this.pf = format;
                                               this.setObjects();
         public int getNumberOfPages() {
            return 1;
        public PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException {
            return pf;
         public void setObjects() {
              for(int x=0; x < 3; x++) {
                   int ndx = 0;
                   Object[][] tempData = new Object[2][3               for (; ndx < 2 ; ) {
                        tempData[ndx] = new Object[] { "col 1: " + x, "col 2: " + x, "col 3: " + x };
                        ndx++;
                   data.add(tempData);
        public Printable getPrintable(int pageIndex) throws IndexOutOfBoundsException {
            return this;
         public int print(Graphics g, PageFormat format, int pageIndex) throws PrinterException {
              JFrame frame = null;
              JTable tableView = null;                                                       System.err.println("here");
              Graphics2D g2 = (Graphics2D) g;
              //Object[][] data = new Object[3][3];
              g2.setColor(Color.black);
              g2.translate(format.getImageableX() + 72, format.getImageableY() + 72);
              for(int x=0; x < data.size(); x++) {
                   tableView = new JTable(new PrintTableModel(headers, data.get(x)));
                   frame = new JFrame();
                   JScrollPane scrollpane = new JScrollPane(tableView);
                   scrollpane.setPreferredSize(new Dimension(300, 80));
                   frame.getContentPane().setLayout(new BorderLayout());
                   frame.getContentPane().add(BorderLayout.CENTER,scrollpane);
                   frame.pack();
                   tableView.paint(g2);
                   g2.translate(0, - tableView.getTableHeader().getHeight());
                   tableView.getTableHeader().paint(g2);
                   g2.translate(0, format.getImageableHeight()/3);
              return Printable.PAGE_EXISTS;
         public static void main(String args[]) {
             PrinterJob printerJob = PrinterJob.getPrinterJob();
              printTableTest pp = new printTableTest( printerJob.defaultPage());
              printerJob.setPageable(pp);
              boolean doPrint = printerJob.printDialog();
              if (doPrint) {
                   try {
                        printerJob.print();
                   } catch (PrinterException exception) {
                        System.err.println("Printing error: " + exception);
             System.exit(0);
         private class PrintTableModel extends AbstractTableModel {
              private Object[][] data = null;
              private String[] headers = null;
              public PrintTableModel(String[] headers, Object[][] data) {
                   this.headers = headers;
                   this.data = data;
              public int getColumnCount() { return headers.length; }
              public int getRowCount() { return data.length; }
              public Object getValueAt(int row, int col) { return data[row][col]; }
              public String getColumnName(int column) { return headers[column]; }
              public Class getColumnClass(int col) { return getValueAt(0,col).getClass(); }
              public boolean isCellEditable(int row, int col) { return false; }
              public void setValueAt(Object aValue, int row, int column) { data[row][column] = aValue; }
    }

    Log the parameters passed to my print method?
    The only parameter that would be relevant would be the pageNumber, and I can tell you that it continues to loop. Here is an example of the output:
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    Page: 0
    and here is the Thread Trace:
    AWT-EventQueue-0@42f prio=6, in group "main", status: WAIT
           wait():-1, Object.java
           wait():474, Object.java
           getNextEvent():345, EventQueue.java
           pumpOneEventForHierarchy():189, EventDispatchThread.java
           pumpEventsForHierarchy():163, EventDispatchThread.java
           pumpEvents():157, EventDispatchThread.java
           pumpEvents():149, EventDispatchThread.java
           run():110, EventDispatchThread.java
    AWT-Shutdown@430 prio=5, in group "main", status: WAIT
           wait():-1, Object.java
           wait():474, Object.java
           run():259, AWTAutoShutdown.java
           run():595, Thread.java
    Java2D Disposer@2a0 daemon prio=10, in group "main", status: WAIT
           wait():-1, Object.java
           remove():116, ReferenceQueue.java
           remove():132, ReferenceQueue.java
           run():107, Disposer.java
           run():595, Thread.java
    AWT-Windows@fc daemon prio=6, in group "main", status: RUNNING
           eventLoop():-1, WToolkit.java
           run():269, WToolkit.java
           run():595, Thread.java
    Signal Dispatcher@2a2 daemon prio=10, in group "system", status: RUNNING
    Finalizer@2a3 daemon prio=8, in group "system", status: WAIT
           wait():-1, Object.java
           remove():116, ReferenceQueue.java
           remove():132, ReferenceQueue.java
           run():159, Finalizer.java
    Reference Handler@2a4 daemon prio=10, in group "system", status: WAIT
           wait():-1, Object.java
           wait():474, Object.java
           run():116, Reference.java
    main@1 prio=5, in group "main", status: RUNNING
           print():68, printTableTest.java
           redrawRegion():906, WPathGraphics.java
           printPage():1817, RasterPrinterJob.java
           print():1334, RasterPrinterJob.java
           print():1196, RasterPrinterJob.java
           main():1922, TOLMainFrame.java

  • How to cancel a bpm running into an infinite loop

    Hi all,
    I have a business process in my file to file scenario and I am using a while loop to
    process the messages and it is going into infinite loop.
    Now I have corrected the problem and when I reprocess it ,it is using the same original condition for it again the infinite loop.
    So what I understood is I need to cancel out the previous business process which is running into infinite loop .so can you please help me out how do I stop the message processing (and it is not error status also).i,e the business process before I start the fresh test case.
    Thanks in advance,
    Vengal.

    Hi Vengal,
    You can put a condition inside the loop, and whenever that condition will met, it will exit from the loop.
    First of all declare one integer (Int_temp) under container operation.
    Inside the container operation properties, give the variable name and other info as shown below:
    <u><b>Container Operation</b></u>
    Target -
    > Int_temp
    Operation -
    > Assign
    Expression------> Int_temp
    Operator -
    > +
    Experssion -
    > '1'
    Now inside loop properties you can write the condition as shown below:
    Condition -
    > <b>(Int_temp &#8800; 2)</b> (this is just an example)
    The efect of this condition will be on loop till <b>Int_temp</b> is not equal to 2, as soon as it will become 2, it will exit from the loop.
    above is one simple example, there can be several methods.
    I hope it will help you.
    Regards,
    Sarvesh
    ****Reward Points, if found helpfull.

  • I am trying to update my iphone software from 4.2.5 through my Mac but am not successful.  It just goes into a continuous loop saying that there is an update available and to install and restart but the update never happens.

    I am unable to update my iphone software 4.2.5 to the latest version through my Mac.  I get into a continuous loop of clicking on update and getting the message to restart the computer.  But nothing updates. 

    I imagine you are talking about iPhone 4 CDMA (Verizon, Sprint). iTunes will only allow Update or Restore to iOS 6.0.1 You need to update iTunes on your computer to current version 10.7, with computer click the iTunes Tab at the top of this page and install current iTunes 10.7 If this iTunes will not install you may need to update your computer System, or try a different computer.

  • Can anyone figure out why this runs into an infinite loop?

    Hi,
    I have the following class, and if i run it, I encounter an infinite loop. I have pinpointed the problem and it is because of the lines:
    try {
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch (Exception exp) {
                   System.err.println("Failed");
                exp.printStackTrace();
            }Here is the class. Any and all help is greatly appreciated. Thanks!
    package org.aemf.clinical.tol.gui.printing;
    import org.aemf.clinical.tol.model.TOLBion;
    import org.aemf.clinical.tol.model.Range;
    import javax.swing.table.AbstractTableModel;
    import javax.swing.*;
    import java.awt.print.*;
    import java.awt.*;
    import java.util.Iterator;
    import java.util.ArrayList;
    * Created by IntelliJ IDEA.
    * User: arashn
    * Date: Feb 9, 2005
    * Time: 1:26:38 PM
    public class printTableTest implements Printable, Pageable {
         private PageFormat pf;
         private String[] headers = { "Heading 1", "Heading 2", "Heading 3"};
         private java.util.List bions = null;
         private ArrayList<Object[][]> data = new ArrayList<Object[][]>();
         public printTableTest(PageFormat format) {
              this.pf = format;
         public int getNumberOfPages() {
            return 1;
        public PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException {
            return pf;
         public void setBions(java.util.List b) {
              bions = b;
              for(int x=0; x < 3; x++) {
                   //TOLBion bion = (TOLBion) bions.get(x);
                   int ndx = 0;
                   //Object[][] tempData = new Object[bion.getNumRanges()][3];
                   Object[][] tempData = new Object[2][3];
              //     for (Iterator itr = bion.getRanges(); ndx < 2 && itr.hasNext(); ) {
                   for (; ndx < 2 ; ) {
                   // Range range = (Range)itr.next();
                        //tempData[ndx] = new Object[] { new Integer(range.getFrequency()), range.getLowerBound(), range.getUpperBound() };
                        tempData[ndx] = new Object[] { "col 1: " + x, "col 2: " + x, "col 3: " + x };
                        ndx++;
                   data.add(tempData);
        public Printable getPrintable(int pageIndex) throws IndexOutOfBoundsException {
            return this;
         public int print(Graphics g, PageFormat format, int pageIndex) throws PrinterException {
              if(pageIndex > 1) {
                   return Printable.NO_SUCH_PAGE;
                                                                              System.err.println("Page: " + pageIndex);
              JFrame frame = null;
              JTable tableView = null;
              Graphics2D g2 = (Graphics2D) g;
              //Object[][] data = new Object[3][3];
              g2.setColor(Color.black);
              g2.translate(format.getImageableX() + 72, format.getImageableY() + 72);
              for(int x=0; x < data.size(); x++) {
                   tableView = new JTable(new PrintTableModel(headers, data.get(x)));
                   frame = new JFrame();
                   JScrollPane scrollpane = new JScrollPane(tableView);
                   scrollpane.setPreferredSize(new Dimension(300, 80));
                   frame.getContentPane().setLayout(new BorderLayout());
                   frame.getContentPane().add(BorderLayout.CENTER,scrollpane);
                   frame.pack();
                   tableView.paint(g2);
                   g2.translate(0, - tableView.getTableHeader().getHeight());
                   tableView.getTableHeader().paint(g2);
                   g2.translate(0, format.getImageableHeight()/3);
              return Printable.PAGE_EXISTS;
         public static void main(String args[]) {
              PrinterJob printerJob = PrinterJob.getPrinterJob();
              try {
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch (Exception exp) {
                   System.err.println("Failed");
                exp.printStackTrace();
             int INCH = 72;
              double LETTER_WIDTH = 8.5 * INCH;
              double LETTER_HEIGHT = 11 * INCH;
            Paper paper = new Paper();
              int margin = INCH/6; // << set your margins here
              double pageWidth = LETTER_WIDTH - 2 * margin;
              double pageHeigth = LETTER_HEIGHT - 2 * margin;
              paper.setImageableArea(margin, margin, pageWidth, pageHeigth) ;
              PageFormat format = printerJob.defaultPage();
              format.setPaper(paper);
            printTableTest pp = new printTableTest(format);
            pp.setBions(new ArrayList());
              printerJob.setPageable(pp);
              boolean doPrint = printerJob.printDialog();
              if (doPrint) {
                   try {
                        printerJob.print();
                   } catch (PrinterException exception) {
                        System.err.println("Printing error: " + exception);
             System.exit(0);
         private class PrintTableModel extends AbstractTableModel {
              private Object[][] data = null;
              private String[] headers = null;
              public PrintTableModel(String[] headers, Object[][] data) {
                   this.headers = headers;
                   this.data = data;
              public int getColumnCount() { return headers.length; }
              public int getRowCount() { return data.length; }
              public Object getValueAt(int row, int col) { return data[row][col]; }
              public String getColumnName(int column) { return headers[column]; }
              public Class getColumnClass(int col) { return getValueAt(0,col).getClass(); }
              public boolean isCellEditable(int row, int col) { return false; }
              public void setValueAt(Object aValue, int row, int column) { data[row][column] = aValue; }
    }

    I have managed to create an even simpler version which tries to print the same header 3 times. Again, if you remove the setLookAndFeel line, everything works out great.
    import javax.swing.table.*;
    import javax.swing.*;
    import java.awt.print.*;
    import java.awt.*;
    * Created by IntelliJ IDEA.
    * User: arashn
    * Date: Feb 9, 2005
    * Time: 1:26:38 PM
    public class printTableTest implements Printable, Pageable {
         private PageFormat pf;
         public printTableTest(PageFormat format) {
              this.pf = format;
         public int getNumberOfPages() {
            return 1;
        public PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException {
            return pf;
        public Printable getPrintable(int pageIndex) throws IndexOutOfBoundsException {
            return this;
         public int print(Graphics g, PageFormat format, int pageIndex) throws PrinterException {
              if(pageIndex > 1) {
                   return Printable.NO_SUCH_PAGE;
              System.err.println("Printing Page: " + pageIndex);
              Graphics2D g2 = (Graphics2D) g;
              g2.setColor(Color.black);
              g2.translate(format.getImageableX() + 72, format.getImageableY() + 72);
              DefaultTableColumnModel dtcm = new DefaultTableColumnModel();
              TableColumn tc = new TableColumn();
              tc.setHeaderValue("Heading 1");
              dtcm.addColumn(tc);
              tc.setHeaderValue("Heading 2");
              dtcm.addColumn(tc);
              tc.setHeaderValue("Heading 2");
              dtcm.addColumn(tc);
              JTableHeader tableHeader = new JTableHeader(dtcm);
              JScrollPane scrollpane2 = new JScrollPane(tableHeader);
              scrollpane2.setPreferredSize(new Dimension(300, 80));
              JFrame frame2 = new JFrame();
              frame2.getContentPane().add(BorderLayout.NORTH,scrollpane2);
              frame2.pack();
              for(int x=0; x < 3; x++) {                   
                   tableHeader.paint(g2);
                   g2.translate(0, format.getImageableHeight()/3);
              return Printable.PAGE_EXISTS;
         public static void main(String args[]) {
              PrinterJob printerJob = PrinterJob.getPrinterJob();
              try {
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch (Exception exp) {
                   System.err.println("Failed");
                exp.printStackTrace();
             int INCH = 72;
              double LETTER_WIDTH = 8.5 * INCH;
              double LETTER_HEIGHT = 11 * INCH;
            Paper paper = new Paper();
              int margin = INCH/6; // << set your margins here
              double pageWidth = LETTER_WIDTH - 2 * margin;
              double pageHeigth = LETTER_HEIGHT - 2 * margin;
              paper.setImageableArea(margin, margin, pageWidth, pageHeigth) ;
              PageFormat format = printerJob.defaultPage();
              format.setPaper(paper);
            printTableTest pp = new printTableTest(format);
              printerJob.setPageable(pp);
              boolean doPrint = printerJob.printDialog();
              if (doPrint) {
                   try {
                        printerJob.print();
                   } catch (PrinterException exception) {
                        System.err.println("Printing error: " + exception);
             System.exit(0);
    }

  • MBP Screen Distortion/Flicker Goes into Grey Screen Loop

    Hello All!
    Model: MBP 3.1,
    SMC Version: 1.16f11
    Device ID for 8600M GT: 0x0407
    Revision ID for 8600M GT: 0x00a1
    Basically, started seeing this problem when I upgraded into 10.5.8. At first, it would freeze on my screen saver so I would just restart it. Then one day, it froze on the screen saver again so I restarted and I got the grey screen in which it tells you to restarts. Thus, I logically thought it was the hard drive so I inserted the install disk and verified and repaired the hard-disk and it was found to contain no errors. So then I used it for another day and then my screen started to flicker and like display distortions of pixels with some pinkish hue. At this point I couldn't really do much, I could move the mouse around but not really do anything else, my only option from there was to restart into which I was greeted by the grey screen again that tells you to restart. Thus, I decided to reformat to correct the problem. I have reformatted a fresh copy of leopard and am running 10.5.8. I have also ran the hardware diagnostics test by inserting my original Tiger disks and the results came out clean, in which no hardware errors were found.
    Basically, at this point I am confused I have read the Article: TS2377 in which it explains that the 8600M GT might be a cause of this problem, but the hardware diagnostics that I ran from the disks displayed no error. So I am afraid that once I take it to the "genius" they will feed me some sort of "crap" and try to trick me into paying for something that seems clearly is caused from the nvidia graphics card. I really do not know what else can be causing the problem.
    I have also added some pictures of the distortions and pixels that I seen and the error report that I have received.
    Thanks, any help would be much appreciated it.
    *ERROR REPORT:*
    Interval Since Last Panic Report: 0 sec
    Panics Since Last Report: 1
    Anonymous UUID: F8D96EA8-C3D9-4F06-8272-4C1419E26365
    Wed Aug 19 22:31:11 2009
    panic(cpu 0 caller 0x001AB0FE): Kernel trap at 0x00b44c1e, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x000000bc, CR3: 0x014a0000, CR4: 0x00000660
    EAX: 0x2eb59630, EBX: 0x04f4f404, ECX: 0x04d3e000, EDX: 0x00000000
    CR2: 0x000000bc, EBP: 0x2eb59668, ESI: 0x00000000, EDI: 0xffffffff
    EFL: 0x00010246, EIP: 0x00b44c1e, CS: 0x00000008, DS: 0x04d30010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x2eb59408 : 0x12b4c6 (0x45f91c 0x2eb5943c 0x13355c 0x0)
    0x2eb59458 : 0x1ab0fe (0x469a98 0xb44c1e 0xe 0x469248)
    0x2eb59538 : 0x1a1713 (0x2eb59550 0x9 0x2eb59668 0xb44c1e)
    0x2eb59548 : 0xb44c1e (0xe 0x48 0x2eb50010 0xb70010)
    0x2eb59668 : 0xb4cbaa (0xc1d00005 0x1000000 0x1000003 0x40)
    0x2eb596c8 : 0xb3f28f (0x2eb59858 0x6 0x0 0x0)
    0x2eb59828 : 0xb30402 (0x0 0x600d600d 0x7027 0x2eb59858)
    0x2eb598e8 : 0xd1e01b (0xc1d00005 0x1000000 0x1000003 0x40)
    0x2eb59918 : 0xd297ac (0x242a8000 0x1000000 0x88100090 0x3e)
    0x2eb5b8a8 : 0xd05189 (0x242a8000 0x1000000 0x15 0x242a801c)
    0x2eb5b9a8 : 0xb2bb29 (0x242a8000 0x0 0x2eb5bab2 0x80)
    0x2eb5ba08 : 0xb2069d (0x4715400 0x0 0x2eb5bab2 0x80)
    0x2eb5bb38 : 0xb21f44 (0x4715400 0xb2562c 0x2eb5bbec 0x4)
    0x2eb5bc08 : 0x7e1c18 (0x4715400 0x1 0x0 0x13)
    0x2eb5bc68 : 0x7dabe6 (0x4715400 0x2eb5bd2c 0x421d0bc 0x4715400)
    0x2eb5bc98 : 0x415e83 (0x4715400 0x421d0bc 0x421d0bc 0x0)
    Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.NVDAResman(5.4.8)@0xb28000->0xd86fff
    dependency: com.apple.iokit.IONDRVSupport(1.7.3)@0xb1a000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x5ce000
    dependency: com.apple.iokit.IOGraphicsFamily(1.7.3)@0x7d2000
    com.apple.iokit.IONDRVSupport(1.7.3)@0xb1a000->0xb27fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x5ce000
    dependency: com.apple.iokit.IOGraphicsFamily(1.7.3)@0x7d2000
    com.apple.iokit.IOGraphicsFamily(1.7.3)@0x7d2000->0x7eefff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x5ce000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    9L31a
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 34142102374
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.driver.InternalModemSupport 2.4.0 - last loaded 31982254262
    com.apple.driver.AppleHDAPlatformDriver 1.7.1a2
    com.apple.driver.AppleUpstreamUserClient 2.7.5
    com.apple.driver.AppleHDAHardwareConfigDriver 1.7.1a2
    com.apple.driver.AppleHDA 1.7.1a2
    com.apple.GeForce 5.4.8
    com.apple.iokit.IOBluetoothSerialManager 2.1.8f2
    com.apple.filesystems.autofs 2.0.2
    com.apple.driver.AppleIRController 113
    com.apple.DontSteal_Mac_OSX 6.0.3
    com.apple.nvidia.nv50hal 5.4.8
    com.apple.driver.ACPISMCPlatformPlugin 3.4.0a17
    com.apple.driver.AirPort.Atheros 320.16.2
    com.apple.driver.AppleHDAController 1.7.1a2
    com.apple.iokit.IOFireWireIP 1.7.7
    com.apple.driver.SMCMotionSensor 2.1.1d2
    com.apple.driver.AudioIPCDriver 1.0.6
    com.apple.kext.AppleSMCLMU 1.4.5d1
    com.apple.driver.AppleLPC 1.3.1
    com.apple.driver.AppleGraphicsControl 2.8.15
    com.apple.driver.AppleBacklight 1.6.0
    com.apple.driver.AppleTyMCEDriver 1.0.0d28
    com.apple.driver.AppleUSBTrackpad 1.7.4f1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.7.4f1
    com.apple.driver.AppleUSBTCKeyboard 1.7.4f1
    com.apple.driver.CSRUSBBluetoothHCIController 2.1.8f2
    com.apple.driver.CSRHIDTransitionDriver 2.1.8f2
    com.apple.driver.AppleUSBMergeNub 3.4.6
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.1.1
    com.apple.iokit.SCSITaskUserClient 2.1.1
    com.apple.driver.XsanFilter 2.7.91
    com.apple.iokit.IOAHCIBlockStorage 1.2.2
    com.apple.iokit.AppleYukon2 3.1.13b2
    com.apple.driver.AppleFileSystemDriver 1.1.0
    com.apple.driver.AppleAHCIPort 1.7.0
    com.apple.iokit.IOATAPIProtocolTransport 1.5.3
    com.apple.driver.AppleUSBHub 3.4.9
    com.apple.iokit.IOUSBUserClient 3.4.9
    com.apple.driver.AppleFWOHCI 3.9.7
    com.apple.driver.AppleUSBEHCI 3.4.6
    com.apple.driver.AppleIntelPIIXATA 2.0.1
    com.apple.driver.AppleUSBUHCI 3.3.5
    com.apple.driver.AppleEFINVRAM 1.2.0
    com.apple.driver.AppleSmartBatteryManager 158.10.5
    com.apple.driver.AppleRTC 1.2.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIPCI 1.2.5
    com.apple.driver.AppleACPIButtons 1.2.5
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.2.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.security.seatbelt 107.12
    com.apple.nke.applicationfirewall 1.6.77
    com.apple.security.TMSafetyNet 3
    com.apple.driver.AppleIntelCPUPowerManagement 76.2.0
    com.apple.driver.DiskImages 199
    com.apple.BootCache 30.4
    com.apple.driver.DspFuncLib 1.7.1a2
    com.apple.iokit.IOSerialFamily 9.4
    com.apple.NVDAResman 5.4.8
    com.apple.driver.IOPlatformPluginFamily 3.4.0a17
    com.apple.iokit.IO80211Family 216.1
    com.apple.iokit.IOHDAFamily 1.7.1a2
    com.apple.iokit.IOAudioFamily 1.6.9fc5
    com.apple.kext.OSvKernDSPLib 1.1
    com.apple.driver.AppleSMC 2.3.1d1
    com.apple.iokit.IONDRVSupport 1.7.3
    com.apple.iokit.IOGraphicsFamily 1.7.3
    com.apple.iokit.IOUSBHIDDriver 3.4.6
    com.apple.driver.AppleUSBBluetoothHCIController 2.1.8f2
    com.apple.iokit.IOBluetoothFamily 2.1.8f2
    com.apple.driver.AppleUSBComposite 3.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.1.1
    com.apple.iokit.IOBDStorageFamily 1.5
    com.apple.iokit.IODVDStorageFamily 1.5
    com.apple.iokit.IOCDStorageFamily 1.5
    com.apple.iokit.IONetworkingFamily 1.6.1
    com.apple.iokit.IOAHCIFamily 1.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.1.1
    com.apple.iokit.IOFireWireFamily 3.4.9
    com.apple.iokit.IOATAFamily 2.0.1
    com.apple.iokit.IOUSBFamily 3.4.9
    com.apple.driver.AppleEFIRuntime 1.2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.iokit.IOStorageFamily 1.5.6
    com.apple.iokit.IOHIDFamily 1.5.5
    com.apple.driver.AppleACPIPlatform 1.2.5
    com.apple.iokit.IOACPIFamily 1.2.0
    com.apple.iokit.IOPCIFamily 2.6
    PICTURES:
    http://img170.imageshack.us/img170/3705/dsc02407a.jpg
    http://img200.imageshack.us/img200/6653/dsc02408q.jpg

    I can't really read your panic log, but my guess would be the NVIDIA graphics chip. Do you get the same thing on an external display? If so, that would indicate a graphics chip problem and not an internal display problem.
    Apple has a specific hardware test for the NVIDIA chip problem, and to get the problem fixed, you will have to go to them and have them run it. It is a different test than the Apple Hardware Test that we have, which may or may not indicate a problem. From what I have read in other threads, the NVIDIA problem may or may not be detected by the AHT. I've even heard of the AHT giving an error code and not the official test, which makes me wonder just what these test are designed to detect.
    Take along your photos and have them read the panic log. If a genius can't get the error on the official test, ask to speak to the store manager. Be polite, but persistent. There could be something else going on as well as the graphics problem, but Apple likes to have happy customers, so I think in view of the fact that graphics problems with this chip is a well-known issue, they should in the end be willing to fix the problem at no cost to you.
    Good luck!

  • Updates will not download anymore even though the computer meets all the requirements and it goes into and endless loop of connecting to the server, why?

    Firefox used to update automatically as it's set-up to do. Now it shows an update for security and asks to download it. Then it won't download it. The box shows a bar that continually shows that it's in motion and the message says that it's trying to connect to the server but it never does. I checked the system requirements for the download and it has the requirements. Your help information doesn't give an answer for this problem. I would need to talk to someone who can help. Is that at all possible? Thanks, chezo7

    You '''can not''' download version 8.0.x, the latest for your PPC MAC is the 3.6.24 version.
    Firefox 4 versions and later do not run on a PowerPC Mac. Firefox 4 and later require at least OS X 10.5 and an Intel Mac.
    http://www.mozilla.org/en-US/firefox/8.0/system-requirements/
    3.6.24 version you can download from here:
    http://www.mozilla.org/en-US/firefox/all-older.html
    by the way a group of Mac users have created their own Community Build from the "Firefox 4+" versions.
    TenFourFox for PPC's running Mac 10.4.11 & 10.5.8 .
    http://www.floodgap.com/software/tenfourfox/
    http://tenfourfox.blogspot.com/
    also see:
    http://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • I recently installed 7.0.1 and it now goes into a CPU loop frequently. How do we resolve this?

    What is the previous release that does NOT have this bug?? I need to back this out until it is fixed..?? Or if you have a better fix, please let me know as this is negatively impacting my work.
    Thanks,
    Phil

    OK, I tried making the changes mentioned. Here's what I got...
    Before my system went to 98%+ busy. Now it's around 50% -- which still isn't good. Metering the process helps, but the problem is still there. Any more ideas??
    P.S.
    I am in the process of writing a newsletter to 1000's of people on this subject. So it would be great if I could give them a fix instead of a 'back out' message..!?

  • htmlb:fileupload goes into infinite loop

    Hello all,
    We use the tag <htmlb:fileupload> in our bsp page. Now if the user enters a file name directly, ie:without using the browse button the user simply enters a filename, say 'Resume.doc' in the input field and hits the save button on the page, then the system is going into an infinite loop and the system hangs, the users cannot proceed further and they need to restart the browser all over again(it is not necessary that the file must exist in the system, the user just types in a file name and performs the save action). This is a cause of concern for some of our customers, they expect that we should provide a meaningful message to the user and the processing should end. Is this a known issue in BSPs ?? Can anyone suggest me how to get rid of this problem ?
    Thanks and Best Regards,
    Viqar Ali.

    Hello All,
    I use the following code in my bsp:
    <phtmlb:matrix width="100%" >
      <phtmlb:matrixCell row = "1"
                         col = "1" />
        <phtmlb:formLayout design           = "HEADING_ONLY_SOLID"
                           customizationKey = "<%= controller->context %>" >
        <%-- Upload --%>
        <phtmlb:formLayoutItem label    = "<%= controller->file_label %>"
                               idOfItem = "upload" >
          <htmlb:fileUpload id   = "upload"
                            size = "30" />
        </phtmlb:formLayoutItem>
    Everything works fine if the user selects a file using the browse button to select a file. Instead if the user enters a file name directly, then the system runs into an infinite loop. I have put a breakpoint in DO_HANDLE_DATA & DO_REQUEST of the controller class. However the control doesnt come till this point also and i cannot even debug anything. The breakpoints are hit if the user selects the file using the browse button. If anyone has a similar scenario working correctly in their application pls update me with the code.
    Thanks and Best Regards,
    Viqar Ali.

  • JspServiceManager goes into endless loop...

    All I want to do is to create a web app which is not a portal, but
    uses a JspServiceManager. I tried different values for workingDir,
    repository and timeout, but the JspServiceManager always goes into
    an infinite loop. Has anyone run into this problem?
    Regards,
    Chris Wolf
    weblogic.httpd.register.myapp=com.beasys.commerce.axiom.jsp.JspServiceManage
    r
    weblogic.httpd.initArgs.myapp=\
    portalname=myapp,\
    homepage=/myapp/index.jsp,\
    defaultdest=/myapp/index.jsp,\
    workingdir=/myapp/,\
    repositorydir=/repository/,\
    timeout=-1,\
    sessioncomparator=com.beasys.commerce.axiom.jsp.DefaultSessionComparator,\
    groupname=everyone,\
    allowautologin=false
    Tue May 16 15:43:30 PDT 2000:<E> <ServletContext-General> Servlet failed
    with Exception
    java.lang.StackOverflowError
    at java.lang.String.getChars(String.java:549)
    at java.lang.StringBuffer.append(StringBuffer.java:397)
    at java.io.Win32FileSystem.normalize(Win32FileSystem.java:118)
    at java.io.Win32FileSystem.normalize(Win32FileSystem.java:184)
    at java.io.File.<init>(File.java:187)
    at
    weblogic.utils.io.FilenameEncoder.getSafeFile(FilenameEncoder.java:171)
    at
    weblogic.servlet.internal.ServletContextImpl.getRealPath(ServletContextImpl.
    java:345)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.getWorkingDirFiles(JspServic
    eManager.java:355)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:439)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :105)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:143)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:472)
    (last four lines ad infinitum)

    This is one of the release notes.Oh. Sorry, I thought I looked. It's all good now, thanks,
    -Chris
    Jeff Wang <[email protected]> wrote in message
    news:[email protected]...
    This is one of the release notes. You can't register a name, and have
    that same name in as part of the path. This will cause the infinite
    loop as you observed. Either rename the registered name, or rename the
    directory, and you should be fine.
    Jeff Wang
    WLCS 2.0 Software Engineer
    Chris Wolf wrote:
    All I want to do is to create a web app which is not a portal, but
    uses a JspServiceManager. I tried different values for workingDir,
    repository and timeout, but the JspServiceManager always goes into
    an infinite loop. Has anyone run into this problem?
    Regards,
    Chris Wolf
    weblogic.httpd.register.myapp=com.beasys.commerce.axiom.jsp.JspServiceManage
    r
    weblogic.httpd.initArgs.myapp=\
    portalname=myapp,\
    homepage=/myapp/index.jsp,\
    defaultdest=/myapp/index.jsp,\
    workingdir=/myapp/,\
    repositorydir=/repository/,\
    timeout=-1,\
    sessioncomparator=com.beasys.commerce.axiom.jsp.DefaultSessionComparator,\
    groupname=everyone,\
    allowautologin=false
    Tue May 16 15:43:30 PDT 2000:<E> <ServletContext-General> Servlet failed
    with Exception
    java.lang.StackOverflowError
    at java.lang.String.getChars(String.java:549)
    at java.lang.StringBuffer.append(StringBuffer.java:397)
    at java.io.Win32FileSystem.normalize(Win32FileSystem.java:118)
    at java.io.Win32FileSystem.normalize(Win32FileSystem.java:184)
    at java.io.File.<init>(File.java:187)
    at
    weblogic.utils.io.FilenameEncoder.getSafeFile(FilenameEncoder.java:171)
    at
    weblogic.servlet.internal.ServletContextImpl.getRealPath(ServletContextImpl.
    java:345)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.getWorkingDirFiles(JspServic
    eManager.java:355)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:439)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :105)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:143)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:472)
    (last four lines ad infinitum)

Maybe you are looking for

  • Backup to two computers?

    I generally SYnc my iPhone with my iMac. I am going to be away for quite a while, and while away, my new iPhone 4 will be arriving and I will want to use my MacBookPro to activate the new phone, and to have everything transferred from i Phone 3 to 4.

  • Info about project with in c++  with oracle as backend

    can anyone let me know about some good projects or project websites for project in c++ with java as backend.

  • Dynamic themes

    Hi dears, i am trying to display all themes in list item with check box. when select couple of themes from my list it has to display in map and when i deselect my themes those has to disappear from my map. please some one help how can i do this dynam

  • Performance Problem with the Scenebuilder

    Hi, i have a very annoying problem with the scenebuilder. When I'm working with the scenebuilder it takes about 5-6 Minutes till it crashes. First everything is fine, and nothing 'laggs' and slows down. But then, from Minute to Minute it seems like i

  • Can I make a photo out of a still frame in iMovie?

    I would like to make a photo out of some of my still frames from video in my iMovie.  Can this be done? Thanks.