Toolkit hanging

I've got a basic program that I used to convert a jpeg image into an ASCII image based on the amount of red in each pixel. My problem is that when I use a toolkit in a non-gui environment, it hangs after the program runs. How can I get this class to just return a String and then go away? The main method is in there for testing, normally I'd call it using getImage2.loadImage(fileName);
Once the program executes and prints out the string, the cursor just flashes under the string and never brings up the D:\Java> prompt like it should. Any ideas?
Thanks
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import java.util.*;
import java.io.*;
public class getImage2 extends Frame
     public static void main(String args[]) throws Exception
          System.out.println(loadImage("4898.jpg"));
     public static String loadImage(String fileName) throws Exception
          Toolkit toolkit = Toolkit.getDefaultToolkit();
          Image image = Toolkit.getDefaultToolkit().createImage(fileName);
          String ret = handlepixels(image, 0, 0, 20, 20);
          image.flush();
          return ret;
     private static int handlesinglepixel(int x, int y, int pixel)
          int red = (pixel >> 16) & 0xff;
          return red;
     private static String handlepixels(Image img, int x, int y, int w, int h) throws Exception
          int result;
          int[] pixels = new int[w * h];
          String temp = "";
          PixelGrabber pg = new PixelGrabber(img, x, y, w, h, pixels, 0, w);
          try {
               pg.grabPixels();
          catch (InterruptedException e) {
               System.err.println("interrupted waiting for pixels!");
               return null;
          if ((pg.getStatus() & ImageObserver.ABORT) != 0)
               System.err.println("image fetch aborted or errored");
               return null;
          for (int j = 0; j < h; j++)
               for (int i = 0; i < w; i++)
                    result = handlesinglepixel(x+i, y+j, pixels[j * w + i]);
                    if (result > 150)
                         temp = temp + "*";
                    else
                         temp = temp + "+";
          return temp;

System.exit(0); should help...

Similar Messages

  • About capturing images by MIDLET ....

    Hi,
    I've tried to capture images by creating a player object .
    But after capturing, there is an information message that
    asks if " it's OK to record an image or audio clip , is OK to record? "
    The toolkit hangs after pressing ' , and the part of code are as following:
    // Start Player object
    Player = Manager("capture://video");
    mPlayer.realize();
    mVideoControl = (VideoControl)mPlayer.getControl("VideoControl");
    Canvas canvas = new CameraCanvas(this, mVideoControl);
    mDisplay.setCurrent(mPreviewForm.setCameraCanvas(canvas));
    mPlayer.start();
    // Ready to save image and make it smaller
    raw = mVideoControl.getSnapshot(null);
    Image image = Image.createImage(raw, 0, raw.length);
    Image thumb = createThumbnail(image);
    mPreviewForm.setThumbImage(thumb);
    // Flip back to the main form.
    mDisplay.setCurrent(mPreviewForm);
    // Shut down the player.
    mPlayer.close();
    Where is the problem ?
    Thanks in advance : )

    Jonathan
    Can you provide this info:
    Are there Timecode breaks on the tape?
    What audio rate was the camera set to for recording?
    Type of camera?
    What is the current East Setup in FCE?
    Al

  • Windows 8 hangs or freezes whenever search for anything

    Rebuild the Index
    Whenever you try to search for something in windows, its indexing which find the things quickly and brings that to you.If indexing is disabled or corrupt computer won't be able to search and will not present the search results.Windows uses the index to perform very fast searches on your computer.
    The index requires almost no maintenance. However, if the index can't find a file that you know exists in an indexed location, you might need to rebuild the index. Rebuilding the index can take several hours, and searches might be incomplete until the index is fully rebuilt.
    Go to Control panel and open Indexing Options.
    Click the Advanced button at the bottom of the Indexing Options window. This displays a new window titled Advanced Options.
    Click the Index Settings tab if it isn’t selected already.
    Click the Rebuild button to delete and rebuild the file index.
    Click OK to confirm.
    For more information on Advance indexing option you can read article on microsoft's website http://windows.microsoft.com/en-in/windows7/change​-advanced-indexing-options
    Step 2 will always fix this issue but just in case its not helpful try the next Step 3.
    3.Check the Registry Value
    Manual Fix 1 
    1. Press Windows Key + R to get the run dialogue box.
    2. Type "regedit.exe" in the box and hit enter.
    3. Using the box on the left, navigate to the following directory:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
    4. We need to change a registry called "Start_SearchFiles" to a value of 2. If you are like me, yours is already 2. We need to reset this so what we are going to do it change it to 0, then back to 2.
    5. Double-click Start_SearchFiles or right-click and select "Modify" to get the edit box. Change the number under "Value data" to 0 then click "Ok".
    6. Repeat step 5, changing the value back to 2.
    7. Restart your computer.
    Manual Fix 2
    Using the above information navigate to the following directory: Read More on http://bookingtohosting.blogspot.com/2015/04/windo​ws-8-hangs-or-freezes-whenever.html

    Hi,
    Regarding current information we can't say that it related to this exe file.
    We need to use Clean boot mode and Safe mode to test the results:
    Please first restart the Windows in Clean boot and see if the issue still persists after reboot:
    How to perform a clean boot
    http://support.microsoft.com/kb/929135
    If the issue doesn’t appear, you can determine which one can be the cause by using dichotomy in MSconfig. Checking on half of Non-Microsoft service and restart, determining which half of the services cause the issue and repeating to check half of the problematic
    half services.
    If the issue still persists in Clean boot mode, please test in Safe mode.
    Let me know the results in Safe mode.
    If we cannot identify this issue in Clean boot and safe mode, please help to collect the boot trace and let's see what cause this issue:
    Windows Performance Toolkit: Simple Boot Logging
    http://www.autoitconsulting.com/site/performance/windows-performance-toolkit-simple-boot-logging/
    You can upload the etl file from this tool for our research.
    Kate Li
    TechNet Community Support

  • HP Pavilion Ultrabook 15: sound crackles/ hangs

    Hi all,
    My PC is a HP Pavilion Ultrabook 15-b080sb and I work with Windows 8.1 (but the problem was also there when I worked with Windows 8).
    Information about my video: Adapter = Intel(R) HD Graphics 4000 version 10.18.10.3316, status Aero enabled.
    Information about my sound & audio: Intel(R) Display Audio, version 6.14.0.3097 and IDT High Defenition Audio CODEC, version 6.10.6425.0
    I have my ultrabook since dec. '12 and since +/- 8 months I have the problem that my sound sometimes crackles/ hangs. There are days that this happens very frequently, on other moments it doesn't happen so frequently. The crackles are there for +/- 1 or 2 seconds, than the sound is normal again. But sometimes there are, let's say, 3 crackles in 10 seconds, so you almost can't hear anymore what they are telling/ playing.
    It happens also when I use my headphone, it happens in all the videoplayers I use (VLC, BS player), it happens on seeining youtube on the website or if I play a DVD, or if I listen to a downloaded video on my Ultrabook.
    I'm pretty sure (not quite) that this happens only when playing sounds from a video/ clip/ movie and not if I listen to music/ words by a sound player. It also happens with sounds (without a video) I play in a videoplayer like VLC.
    I'm also not sure of it, but I seem te remember that the first time it happened, it was after an update for my sound (but I don't know anymore which one).
    I already a system repair, to a moment the sound was still okay, in the beginning when I had the problem. I updatet the drivers, I reinstalled the software of every sound program on my ultrabook (that is also on your website for my ultrabook).
    Can someone help me please with this problem? Sometimes it's really a problem to listen to what is said.
    Thanks in advance.

    Hello Frodo007. I understand you are hearing crackles when sound is playing, and it doesn't matter from what sound player you are utilizing. It's good to know you already tried a system repair, and updating drivers. There is a definite possibility that hardware could be faulty, however, I don't want to sustain that conclusion immediately.
    What I would like you to try is the troubleshooting on this Microsoft document: http://social.technet.microsoft.com/Forums/windows​/en-US/bba248d8-05c9-4345-afc2-79b42769d4f8/window​...
    On the document, there is reference to a Windows Software Development Kit. If you decide to download it, please install the Windows Performance Toolkit and run it. I look forward to your response.
    Mario
    I worked on behalf of HP.

  • Event Dispatch Thread Hangs, what is wrong?

    The Event Dispatch Thread Hangs when showing a modal dialog while running a
    SwingWorker Thread.
    I have included my code at the bottom of the page. There are three classes. I have posted a bug report to red hat. But I want to make sure my code is correct.
    My test case just puts the SwingWorker to sleep
    but the problem occurs if I do something real, like connect to a database, etc.
    Also I have tried little different variations of the logic calling
    setVisible(true)/(false) in different places and the same problem occurs.
    It seems to work with Sun JDK, note I am using IcedTea with Fedora Core 8.
    Version-Release number of selected component (if applicable):
    [szakrews@tuxtel ~]$ java -version
    java version "1.7.0"
    IcedTea Runtime Environment (build 1.7.0-b21)
    IcedTea Client VM (build 1.7.0-b21, mixed mode)How reproducible:
    Every couple times.
    javac TestClass2
    java TestClass2eventually it will hang. If it doesn't try again.
    You don't have to wait for the program to finish either.
    The program runs the Dialog 10 times but it never works or fails in the middle, it will either work or fail from the first dialog displayed.
    I have included a thread dump. That is about the most informative information I can get. Neither tracing nor writing a custom ThreadQueue or Drawing Manager to trace events produces any helpful information.
    Actual results:
    The JProccessBar won't move, and the SwingWorker finishes but the done() method is never run. The PROGRAM is not hung however because if I close the dialog then it will continue.
    Expected results:
    The JProccessBar should always move and the SwingWorker should always run the done() method.
    Additional info:
    java thread dump after freeze, taken with kill -s SIGQUIT <pid>
    2008-06-25 12:25:50
    Full thread dump IcedTea Client VM (1.7.0-b21 mixed mode):
    "DestroyJavaVM" prio=10 tid=0x938afc00 nid=0x1419 waiting on condition
    [0x00000000..0x0018a074]
       java.lang.Thread.State: RUNNABLE
    "AWT-EventQueue-0" prio=10 tid=0x938ae400 nid=0x1429 in Object.wait()
    [0x07f96000..0x07f96f04]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x96748f80> (a java.awt.EventQueue)
            at java.lang.Object.wait(Object.java:503)
            at java.awt.EventQueue.getNextEvent(EventQueue.java:485)
            - locked <0x96748f80> (a java.awt.EventQueue)
            at
    java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:248)
            at
    java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:201)
            at
    java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:195)
            at java.awt.Dialog$1.run(Dialog.java:1073)
            at java.awt.Dialog$3.run(Dialog.java:1127)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Dialog.show(Dialog.java:1125)
            at java.awt.Component.show(Component.java:1456)
            at java.awt.Component.setVisible(Component.java:1408)
            at java.awt.Window.setVisible(Window.java:871)
            at java.awt.Dialog.setVisible(Dialog.java:1012)
            at net.xtel.production.WaitDialog.showWaitDialog(WaitDialog.java:72)
            at net.xtel.production.WaitDialog.showWaitDialog(WaitDialog.java:102)
            at TestClass2.showWait(TestClass2.java:79)
            at TestClass2.createAndShowGUI(TestClass2.java:126)
            at TestClass2.access$0(TestClass2.java:114)
            at TestClass2$3.run(TestClass2.java:138)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:227)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:603)
            at
    java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:276)
            at
    java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:201)
            at
    java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:191)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:186)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:139)
    "AWT-Shutdown" prio=10 tid=0x938ad000 nid=0x1428 in Object.wait()
    [0x03ea7000..0x03ea7f84]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x96749268> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:503)
            at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:281)
            - locked <0x96749268> (a java.lang.Object)
            at java.lang.Thread.run(Thread.java:675)
    "AWT-XAWT" daemon prio=10 tid=0x938a8400 nid=0x1423 runnable
    [0x02ccc000..0x02ccd104]
       java.lang.Thread.State: RUNNABLE
            at sun.awt.X11.XToolkit.waitForEvents(Native Method)
            at sun.awt.X11.XToolkit.run(XToolkit.java:550)
            at sun.awt.X11.XToolkit.run(XToolkit.java:525)
            at java.lang.Thread.run(Thread.java:675)
    "Java2D Disposer" daemon prio=10 tid=0x93854000 nid=0x1421 in Object.wait()
    [0x07aea000..0x07aead84]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x966e7010> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
            - locked <0x966e7010> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:150)
            at sun.java2d.Disposer.run(Disposer.java:143)
            at java.lang.Thread.run(Thread.java:675)
    "Low Memory Detector" daemon prio=10 tid=0x93c15000 nid=0x141f runnable
    [0x00000000..0x00000000]
       java.lang.Thread.State: RUNNABLE
    "CompilerThread0" daemon prio=10 tid=0x93c13400 nid=0x141e waiting on condition
    [0x00000000..0x03a8a954]
       java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x93c11c00 nid=0x141d waiting on
    condition [0x00000000..0x00000000]
       java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=10 tid=0x095e7000 nid=0x141c in Object.wait()
    [0x005d2000..0x005d3004]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x966e71d8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
            - locked <0x966e71d8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:150)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:177)
    "Reference Handler" daemon prio=10 tid=0x095e2400 nid=0x141b in Object.wait()
    [0x00581000..0x00582084]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x966e7260> (a java.lang.ref.Reference$Lock)
            at java.lang.Object.wait(Object.java:503)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:134)
            - locked <0x966e7260> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=10 tid=0x095dec00 nid=0x141a runnable
    "VM Periodic Task Thread" prio=10 tid=0x93c17400 nid=0x1420 waiting on condition
    JNI global references: 836
    Heap
    def new generation   total 960K, used 152K [0x93f40000, 0x94040000, 0x966a0000)
      eden space 896K,   9% used [0x93f40000, 0x93f56148, 0x94020000)
      from space 64K, 100% used [0x94020000, 0x94030000, 0x94030000)
      to   space 64K,   0% used [0x94030000, 0x94030000, 0x94040000)
    tenured generation   total 4096K, used 1088K [0x966a0000, 0x96aa0000, 0xb3f40000)
       the space 4096K,  26% used [0x966a0000, 0x967b01b0, 0x967b0200, 0x96aa0000)
    compacting perm gen  total 12288K, used 9169K [0xb3f40000, 0xb4b40000, 0xb7f40000)
       the space 12288K,  74% used [0xb3f40000, 0xb4834740, 0xb4834800, 0xb4b40000)
    No shared spaces configured.CLASS1:
    import java.awt.Dimension;
    import java.awt.Toolkit;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import java.sql.SQLException;
    import java.util.concurrent.ExecutionException;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import javax.swing.RepaintManager;
    import javax.swing.SwingUtilities;
    import javax.swing.UIManager;
    import javax.swing.UnsupportedLookAndFeelException;
    public class TestClass2 extends JFrame implements ActionListener {
            /** Action Command for <code>searchbtn</code> */
            public static final String SEARCH_BTN_ACTION = "search_btn_action";
             * Constructor.
            public TestClass2() {
                    setSize(650, 350);
                    Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
                    setLocation(screenSize.width / 2 - getSize().width / 2,
                                    screenSize.height / 2 - getSize().height / 2);
                    setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
                    addWindowListener(new WindowAdapter() {
                            @Override
                            public void windowClosing(WindowEvent e) {
                                    exit();
                    JPanel panel = new JPanel();
                    add(panel);
                    setVisible(true);
            @Override
            public void actionPerformed(ActionEvent e) {
                    if (e.getActionCommand().equals(SEARCH_BTN_ACTION)) {
                            JOptionPane.showMessageDialog(this, "Button Pressed");
            public void showWait() {
                    try {
                            WaitDialog.showWaitDialog(this, "Testing...", new SwingWorkerInterface(){
                                    @Override
                                    public Object workToDo() throws Throwable {
                                            Thread.currentThread().sleep(3000);
                                            return null;
                    } catch (InterruptedException e) {
                            // TODO Auto-generated catch block
                            e.printStackTrace();
                    } catch (ExecutionException e) {
                            // TODO Auto-generated catch block
                            e.printStackTrace();
             * Exits the program.
            public void exit(){
                    System.exit(0);
             * Create the GUI and show it. For thread safety, this method should be
             * invoked from the event-dispatching thread.
             * @throws UnsupportedLookAndFeelException
             * @throws IllegalAccessException
             * @throws InstantiationException
             * @throws ClassNotFoundException
             * @throws NullInstanceVariableException
             * @throws SQLException
            private static void createAndShowGUI() {
                    // set look and feel
                    try{
                            UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                            // Create instance of the ProductCatalog
                            TestClass2 root = new TestClass2();
                            for(int i = 0; i < 10; i++){
                                    root.showWait();
                    }catch(Exception e){
                            e.printStackTrace();
             * @param args
             *            this program does not use arguments
            public static void main(String[] args) {
                    SwingUtilities.invokeLater(new Runnable() {
                            public void run() {
                                    createAndShowGUI();
    }CLASS 2:
    import java.awt.Component;
    import java.awt.Frame;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import java.util.concurrent.ExecutionException;
    import javax.swing.JDialog;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import javax.swing.JProgressBar;
    import javax.swing.SwingWorker;
    public class WaitDialog extends JDialog {
            private boolean disposed = false;
            private boolean displayed = false;
            private WorkerThread worker = null;
            WaitDialog(Frame parent, String text, SwingWorkerInterface in){
                    super(parent, true);
                    worker = new WorkerThread(in);
                    setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
                    addWindowListener(new WindowAdapter() {
                            @Override
                            public void windowOpened(WindowEvent e) {
                                    worker.execute();
                            @Override
                            public void windowClosing(WindowEvent e) {
                                    disposeWaitDialog();
                    this.setResizable(false);
                    JLabel message = new JLabel();
                    message.setText(text);
                    JProgressBar pb = new JProgressBar();
                    pb.setIndeterminate(true);
                    // set size and location
                    setSize(200, 100);
                    setLocationRelativeTo(parent);
                    JPanel panel = new JPanel();
                    panel.add(message);
                    panel.add(pb);
                    add(panel);
            public void showWaitDialog(){
                    if(displayed == true){
                            return;
                    if(disposed == true){
                            disposed = false;
                            return;
                    disposed = false;
                    displayed = true;
                    setVisible(true);
            public void disposeWaitDialog(){
                    if(disposed == true){
                            return;
                    if(displayed == true){
                            displayed = false;
                            setVisible(false);
                            return;
                    disposed = true;
                    displayed = false;
            public static Object showWaitDialog(Component parent, String text, SwingWorkerInterface in) throws InterruptedException, ExecutionException {
                    WaitDialog waitDialog = null;
                    if (parent == null) {
                            waitDialog = new WaitDialog(JOptionPane.getRootFrame(), text, in);
                    } else {
                            waitDialog = new WaitDialog(JOptionPane.getFrameForComponent(parent), text, in);
                    while(!waitDialog.worker.isDone()){
                            System.out.println("about to show");
                            waitDialog.showWaitDialog();
                            System.out.println("done showing");
                    waitDialog.dispose();
                    return waitDialog.worker.get();
            class WorkerThread extends SwingWorker<Throwable, Void> {
                    private SwingWorkerInterface in = null;
                    WorkerThread(SwingWorkerInterface in){
                            this.in = in;
                    public Throwable doInBackground(){
                                    try {
                                            System.out.println("about to do work");
                                            in.workToDo();
                                            System.out.println("done work no exception");
                                    } catch (Throwable e) {
                                            System.out.println("done work with exception");
                                            return e;
                                    return null;
                    public void done(){
                                    System.out.println("about to dispose");
                                    disposeWaitDialog();
                                    System.out.println("disposed");
    }CLASS 3:
    public interface SwingWorkerInterface {
            public Object workToDo() throws Throwable;
    }

    There's nothing directly wrong with it, but it will
    prevent other threads acquiring the class lock - but
    that may be what you want.True. Although the typical case for code that looks like this would be to use wait--usually the various threads in question require the same lock, so you have to use wait in order for the waiting thread to give it up and allow the other thread to do its work. Hard to say for sure though what he's doing.
    Also, if loading is all that the other thread does, and you're waiting for that thread to die, use join. But then, if that's the case, and you're only waiting for a single other thread, then you might as well just put it all in one thread, as already indicated.

  • Application hang for long time (unable to load)

    hi and a very good day to all..
    i am a new user of J2ME and i am currently using Sun Wireless Toolkit to run a sample program. But, there are some error occur when i open it from the Open Project in Sun Wireless Toolkit. Once i click the launch button on the emulator, it will show the graphic but with a statement 'Please Wait'. it seems like my application is going happen to hang for quite a long time (i even can't open it at all). it happen every time i open my project and i unable to load my program successfully. i want 2 ask, is it because of teh coding? or my pc? or the Sun Wireless Toolkit itself? i never change/edit the coding, since this the sample application of Mobile Compass i downloading from the internet.
    there are bundle of code in my application (single application)..but the error 'Please Wait' basically come from 1 of the coding. i'll show it below:
    **THE CODE**
    package org.qcontinuum.compass;
    import javax.microedition.lcdui.*;
    import java.util.*;
    abstract public class Progress extends Form implements CommandListener, Runnable {
    private Displayable mParent;
    private Command mCancelCommand;
    private Thread mThread;
    // private Timer mTimer;
    public Progress(String title, Displayable parent) {
    super(title);
    mParent = parent;
    append(new StringItem(null, "Please wait...\n"));
    addCommand(mCancelCommand = new Command("Cancel", Command.CANCEL, 0));
    setCommandListener(this);
    mThread = new Thread(this);
    public void start() {
    mThread.start();
    abstract public void run();
    public void commandAction(Command c, Displayable d) {
    if (c == mCancelCommand) {
    Compass.display(mParent);
    p/s: is it the above error related to java.lang.NullPointerException? this is because, with unexpected situation, suddenly the compass program able to download successfully (only sometime), but still it give some error like below, and i still can select the Time Zone for my destination chosen from the given map.
    java.lang.NullPointerException
         at java.io.DataInputStream.read(+4)
         at java.io.DataInputStream.readUnsignedShort(+4)
         at java.io.DataInputStream.readUTF(+6)
         at java.io.DataInputStream.readUTF(+4)
         at org.qcontinuum.compass.TimeZone.load(+6)
         at org.qcontinuum.compass.TimeZone.<init>(+9)
         at org.qcontinuum.compass.TimeZone.getZones(+36)
         at org.qcontinuum.compass.LocationTimeZone.<init>(+89)
         at org.qcontinuum.compass.LocationMap.locationSelected(+22)
         at org.qcontinuum.compass.MapCanvas.moveImage(+282)
         at org.qcontinuum.compass.MapCanvas.keyPressed(+22)
         at javax.microedition.lcdui.Canvas.callKeyPressed(+19)
         at javax.microedition.lcdui.Display$DisplayAccessor.keyEvent(+198)
         at javax.microedition.lcdui.Display$DisplayManagerImpl.keyEvent(+11)
         at com.sun.midp.lcdui.DefaultEventHandler.keyEvent(+127)
         at com.sun.midp.lcdui.AutomatedEventHandler.keyEvent(+210)
         at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.handleVmEvent(+114)
         at com.sun.midp.lcdui.DefaultEventHandler$QueuedEventHandler.run(+57)
    can someone help me on this. i really need the answer for this solution. i am still new and in the process of leaning. Thanks a lot and hope all of u can help me. May God bless u. The reference for the above sample program is at http://http://qcontinuum.org/compass/index.htm
    Regards,
    Miss Iera

    Hi,
    Do you have variable replaced by another query? If that is case, you will get performance issue, when the prequery is runnig when call var screen.
    Do you have variable replaced by authorization? If that is case, for the user will complicated authroization, it will take some time to fill it.
    In general, when the variable screen is calling, have you check in sm66, what is the work process doing? In RSRT->run this query with statistics, which part takes most time?

  • Extension Manager Hangs, so does AIR

    Extension Manager hangs when I try to start it. I read a thread and it said AIR is the issue so I unistalled it and the new installer for AIR hangs! Help!
    Process:         Adobe AIR Installer [1613]
    Path:            /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Identifier:      com.adobe.air.Installer
    Version:         2.0.3 (2.0.3.13070)
    Code Type:       X86 (Native)
    Parent Process:  launchd [102]
    Date/Time:       2010-09-12 23:11:41.571 -0700
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          685320 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  8461 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      0C2A4BFA-8BB7-44DC-A9E7-5F0FCD9B076F
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   WebKit.dylib                  0x18dc2476 WebKitGetAPI + 301010
    1   WebKit.dylib                  0x18e6fd1f WebKitGetAPI + 1011835
    2   WebKit.dylib                  0x18dc3ab9 WebKitGetAPI + 306709
    3   WebKit.dylib                  0x18ebe9b0 WebKitGetAPI + 1334540
    4   WebKit.dylib                  0x18ebee3b WebKitGetAPI + 1335703
    5   WebKit.dylib                  0x1918d236 WebKitGetAPI + 4277650
    6   WebKit.dylib                  0x1918b15a WebKitGetAPI + 4269238
    7   WebKit.dylib                  0x18d78f64 WebKitGetAPI + 704
    8   com.adobe.AIR                 0x11cdffa6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907167
    9   com.adobe.AIR                 0x11ce0090 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907401
    10  com.adobe.AIR                 0x11817c19 0x11800000 + 97305
    11  com.adobe.AIR                 0x118189dd 0x11800000 + 100829
    12  com.adobe.AIR                 0x11814cc0 0x11800000 + 85184
    13  com.apple.Foundation          0x94bad26c _nsnote_callback + 345
    14  com.apple.CoreFoundation      0x9109b3c3 __CFXNotificationPost + 947
    15  com.apple.CoreFoundation      0x9109adca _CFXNotificationPostNotification + 186
    16  com.apple.Foundation          0x94ba2090 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    17  com.apple.Foundation          0x94baf46d -[NSNotificationCenter postNotificationName:object:] + 56
    18  com.apple.AppKit              0x95c294a3 -[NSApplication terminate:] + 713
    19  com.apple.Foundation          0x94bc3b71 __NSFireDelayedPerform + 693
    20  com.apple.CoreFoundation      0x9107e70b __CFRunLoopRun + 8059
    21  com.apple.CoreFoundation      0x9107c094 CFRunLoopRunSpecific + 452
    22  com.apple.CoreFoundation      0x9107bec1 CFRunLoopRunInMode + 97
    23  com.apple.HIToolbox           0x9182cf9c RunCurrentEventLoopInMode + 392
    24  com.apple.HIToolbox           0x9182cd51 ReceiveNextEventCommon + 354
    25  com.apple.HIToolbox           0x9182cbd6 BlockUntilNextEventMatchingListInMode + 81
    26  com.apple.AppKit              0x959f0a89 _DPSNextEvent + 847
    27  com.apple.AppKit              0x959f02ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    28  com.apple.AppKit              0x959b255b -[NSApplication run] + 821
    29  com.adobe.AIR                 0x11802552 0x11800000 + 9554
    30  com.adobe.AIR                 0x118028c4 0x11800000 + 10436
    31  com.adobe.air.Installer       0x000030b9 RuntimeAppMain(char const*, int) + 193
    32  com.adobe.air.Installer       0x000031a4 main + 60
    33  com.adobe.air.Installer       0x00002146 _start + 216
    34  com.adobe.air.Installer       0x0000206d start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x947d4942 kevent + 10
    1   libSystem.B.dylib             0x947d505c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x947d4519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x947d42be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x947d3d41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x947d3b86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x947ae142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x947dbcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x94824203 pthread_cond_wait + 48
    3   com.adobe.AIR                 0x11cd6167 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
    4   com.adobe.AIR                 0x11b2ee20 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
    5   com.adobe.AIR                 0x11cd639b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6   com.adobe.AIR                 0x11cd6415 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7   com.adobe.AIR                 0x11cd64b0 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8   libSystem.B.dylib             0x947db81d _pthread_start + 345
    9   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x947ae142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x947dbcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x94824203 pthread_cond_wait + 48
    3   com.adobe.AIR                 0x11cd6167 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
    4   com.adobe.AIR                 0x11b2ee20 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
    5   com.adobe.AIR                 0x11cd639b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6   com.adobe.AIR                 0x11cd6415 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7   com.adobe.AIR                 0x11cd64b0 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8   libSystem.B.dylib             0x947db81d _pthread_start + 345
    9   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x947d39d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x947d3f68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x947d3b86 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x193ed800  ebx: 0x18dc2294  ecx: 0x193dd2d8  edx: 0x00000000
      edi: 0x193ed800  esi: 0x00000000  ebp: 0xbfffdf18  esp: 0xbfffde80
       ss: 0x0000001f  efl: 0x00010246  eip: 0x18dc2476   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x0000000c
    Binary Images:
        0x1000 -     0x6fff +com.adobe.air.Installer 2.0.3 (2.0.3.13070) <C87B272F-66CC-AA18-3E63-77D82CF3480B> /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
      0x600000 -   0x6b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
      0x781000 -   0x785ff3  com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0x78a000 -   0x790ffb  com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
      0x7ea000 -   0x7edfff  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0x7f3000 -   0x7f6ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x11800000 - 0x123c5fdb +com.adobe.AIR ??? (2.0.3.13070) <A7CB0328-F2E9-E93C-DCA0-5168EADAC42D> /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x134bf000 - 0x13524fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x13544000 - 0x13599fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x135c7000 - 0x13719fc3 +ch.rafz.naegeli.christoph.ff_avi_importer 1.0 (0.0) /Users/markus/Library/QuickTime/AviImporter-r7 (Intel).component/Contents/MacOS/AviImporter
    0x13a73000 - 0x13ae4fff +com.DivXInc.DivXDecoder 6.2.5 (6.2.5) /Users/markus/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x18549000 - 0x18557fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1855b000 - 0x1856dff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x18d77000 - 0x192ebffb +WebKit.dylib ??? (???) <C6863C35-FB87-3E16-3593-828EBB802784> /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90040ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9004d000 - 0x90093ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x90094000 - 0x904c9ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x905a7000 - 0x90660fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x90661000 - 0x90689ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9068b000 - 0x90aa1ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x90b97000 - 0x90bd4ff7  com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90bd5000 - 0x90c18ff7  libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90c19000 - 0x90c1cfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90f36000 - 0x90f40ff7  com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90f7b000 - 0x90f90fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x90f91000 - 0x9103fff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x91040000 - 0x911bafe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91231000 - 0x91428feb  com.apple.JavaScriptCore 6533.18 (6533.18.1) <EE3897A8-E1C0-DE28-A631-4B0C32DF737B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91429000 - 0x9142dff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9142e000 - 0x91440ff7  com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x91441000 - 0x91448ff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x91449000 - 0x91575fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91586000 - 0x91586ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91587000 - 0x916cafef  com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x916cb000 - 0x916f1fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x917a1000 - 0x917c2fe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x917f8000 - 0x91b1cfef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91b46000 - 0x92335557  com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x923aa000 - 0x923c6fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x923c7000 - 0x92422ff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92423000 - 0x9242aff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9242b000 - 0x924a4ff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x924a5000 - 0x924a8ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x924a9000 - 0x924afff7  com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x92558000 - 0x925a5feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x925b4000 - 0x925d2ff7  com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9260c000 - 0x92718ff7  libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x92719000 - 0x92749ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9274a000 - 0x9277bff7  libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x927c3000 - 0x927dbff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x927dc000 - 0x929b7ff3  libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x929b8000 - 0x929e9ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x929ea000 - 0x929faff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x929fb000 - 0x92a5cfe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x92a5d000 - 0x92acbff7  com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x92acc000 - 0x92c4efe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x92c5d000 - 0x92f56fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92f57000 - 0x92f5aff7  libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x92f5b000 - 0x92f5bff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9306c000 - 0x930b0ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x930b1000 - 0x930d5ff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x930d6000 - 0x933f6feb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x933f7000 - 0x9348ffe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93490000 - 0x93510feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x93511000 - 0x935b9ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x93764000 - 0x93765ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x937c4000 - 0x937d8ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x937d9000 - 0x93814feb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x93815000 - 0x938c2fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x938e3000 - 0x93d9cffb  com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x93fa4000 - 0x93fdafff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x94098000 - 0x94135fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94312000 - 0x9431cfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9431d000 - 0x9441ffef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x94420000 - 0x94424ff7  libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x94425000 - 0x944ceff7  com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x945bf000 - 0x945e1fef  com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x945e2000 - 0x94633ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x94634000 - 0x94637ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x94638000 - 0x946cafe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x946cb000 - 0x946cfff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x946d0000 - 0x946d5ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94731000 - 0x947acfe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x947ad000 - 0x94953feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x94954000 - 0x94955ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9499e000 - 0x949f8fe7  com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x949f9000 - 0x94a63fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94a64000 - 0x94a64ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94a65000 - 0x94a8cff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x94b40000 - 0x94b96ff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x94b97000 - 0x94e07ffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9587b000 - 0x959a7ffb  com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x959a8000 - 0x96288ff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96289000 - 0x96366ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x96367000 - 0x96417ff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x96418000 - 0x96423ff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96424000 - 0x96426ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x96449000 - 0x9645aff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9645b000 - 0x964a4fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x964a5000 - 0x964a5ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x964a6000 - 0x9651efef  com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9651f000 - 0x96557ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x96558000 - 0x9660effb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9660f000 - 0x96615fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x96616000 - 0x96624fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x96625000 - 0x96700fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9670f000 - 0x968f1fff  com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x968f2000 - 0x968fbff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x968fc000 - 0x9692fff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x96930000 - 0x96976ffb  com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x969ac000 - 0x96bd7ff3  com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x96bd8000 - 0x96bd8ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x96bd9000 - 0x96c48ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x96de6000 - 0x96e3efe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x96e90000 - 0x96ebaff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96ebb000 - 0x96ebbff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96ebc000 - 0x96efdff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x96efe000 - 0x96f19ff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x96f1a000 - 0x96f1cff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96f1d000 - 0x96f9fffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x96fa0000 - 0x970a1fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x97174000 - 0x9732efe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9740e000 - 0x974befe3  com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x97511000 - 0x97555fe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97556000 - 0x97599ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9759a000 - 0x976d1ff7  com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x976d7000 - 0x976f7fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x97832000 - 0x97960fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97961000 - 0x97961ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9796f000 - 0x9797bff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x97992000 - 0x979d1ff7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x979d2000 - 0x97a22ff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x97a4f000 - 0x97a5dff7  com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97a61000 - 0x97a61ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97a62000 - 0x97a6cffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97a6d000 - 0x97dd5ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97dd6000 - 0x97ec8ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x97f0d000 - 0x97f4bff7  com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97f4c000 - 0x97f5cff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x97f70000 - 0x97f7bff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x980c7000 - 0x9832bfef  com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9832c000 - 0x9836eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9836f000 - 0x983d3ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x983f9000 - 0x984c3fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x98873000 - 0x997c3fe3  com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x997c4000 - 0x99804ff3  com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x99838000 - 0x99845ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99846000 - 0x998e1ff7  com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9992b000 - 0x9992cff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9992d000 - 0x9992dff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9992e000 - 0x99942fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 8 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8217, 0x06110000

    Good thinking, and thanks for the idea but no luck... this is very frustrating!
    Process:         Adobe Extension Manager CS5 [17819]
    Path:            /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/MacOS/Adobe Extension Manager CS5
    Identifier:      com.adobe.ExtensionManager
    Version:         "5.0.0.298" (5.0.298)
    Code Type:       X86 (Native)
    Parent Process:  launchd [102]
    Date/Time:       2010-09-20 08:32:06.843 -0700
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          279045 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  199 sec
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      0C2A4BFA-8BB7-44DC-A9E7-5F0FCD9B076F
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.ExtensionManager    0x000daa06 COWLFrontController::sendCallbackMessage(char const*, adobe::version_1::vector<adobe::version_1::any_regular_t, adobe::version_1::capture_allocator<adobe::version_1::any_regular_t> > const&) + 2100
    1   com.adobe.ExtensionManager    0x00002e86 SwfPlayerNibWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 222
    2   com.apple.HIToolbox           0x917fff2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    3   com.apple.HIToolbox           0x917ff1f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    4   com.apple.HIToolbox           0x917ff055 SendEventToEventTargetWithOptions + 58
    5   com.apple.HIToolbox           0x91878fc9 SendSimpleDefProcEvent(WindowData*, unsigned long, unsigned char) + 176
    6   com.apple.HIToolbox           0x91878b66 WindowData::Destruct() + 434
    7   com.apple.CoreFoundation      0x9104cdfd _CFRelease + 301
    8   com.adobe.ExtensionManager    0x00006238 main + 4430
    9   com.adobe.ExtensionManager    0x00002b3a start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x947d4942 kevent + 10
    1   libSystem.B.dylib             0x947d505c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x947d4519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x947d42be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x947d3d41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x947d3b86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x947ae20e mach_wait_until + 10
    1   libSystem.B.dylib             0x948355a9 nanosleep + 345
    2   com.adobe.ExtensionManager    0x00141e0b ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.ExtensionManager    0x00141e6b ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.ExtensionManager    0x00138a34 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.ExtensionManager    0x00142375 ScObjects::Thread::go(void*) + 315
    6   libSystem.B.dylib             0x947db81d _pthread_start + 345
    7   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x947ae0fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x947ae867 mach_msg + 68
    2   com.adobe.adobeswfl           0x13a8d18f ExternalPlayer_Initialize + 465535
    3   libSystem.B.dylib             0x947db81d _pthread_start + 345
    4   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x947ae142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x947dbcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x94824203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x13a3af54 ExternalPlayer_Initialize + 129092
    4   com.adobe.adobeswfl           0x1380b34a 0x137fc000 + 62282
    5   com.adobe.adobeswfl           0x13a3ace7 ExternalPlayer_Initialize + 128471
    6   com.adobe.adobeswfl           0x13a3ad3f ExternalPlayer_Initialize + 128559
    7   libSystem.B.dylib             0x947db81d _pthread_start + 345
    8   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x947ae142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x947dbcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x94824203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x13a3af54 ExternalPlayer_Initialize + 129092
    4   com.adobe.adobeswfl           0x1380b34a 0x137fc000 + 62282
    5   com.adobe.adobeswfl           0x13a3ace7 ExternalPlayer_Initialize + 128471
    6   com.adobe.adobeswfl           0x13a3ad3f ExternalPlayer_Initialize + 128559
    7   libSystem.B.dylib             0x947db81d _pthread_start + 345
    8   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x947d39d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x947d3f68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x947d3b86 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xbfffe29c  ecx: 0x00d7eea0  edx: 0x00000000
      edi: 0xbfffe2cc  esi: 0x00d7eebe  ebp: 0xbfffe308  esp: 0xbfffe140
       ss: 0x0000001f  efl: 0x00010246  eip: 0x000daa06   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -   0x1d1ff3 +com.adobe.ExtensionManager "5.0.0.298" (5.0.298) <70454C4E-E887-9203-990B-AB73BF5143B0> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/MacOS/Adobe Extension Manager CS5
      0x2fd000 -   0x300fe7 +libwchar.dylib ??? (???) <DE7B4F71-F31A-46F7-B70D-A8A157B5EB6B> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/libwchar.dylib
      0x304000 -   0x4fefef +AdobeOwl ??? (???) <466BD72B-E2A5-447A-9384-B6DC9AD3AE0C> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
      0x579000 -   0xa77fc3 +AdobeOwlCanvas ??? (???) <45219076-15E0-4A0D-9BC0-2FFED8EA7E46> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
      0xbc0000 -   0xc07fc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
      0xc14000 -   0xc18ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
      0xc1f000 -   0xc5fff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
      0xf08000 -   0xf4ffc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
      0xfde000 -   0xfe1fff  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0xfe7000 -   0xfeaff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x137fc000 - 0x13ffffe2 +com.adobe.adobeswfl ??? (1.0.7) <53D59B93-133D-41B4-AE25-83532E5C0F6C> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwl.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/ AdobeSWFL
    0x14272000 - 0x14327fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x15432000 - 0x15497fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x154b7000 - 0x1550cfdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1553a000 - 0x1568cfc3 +ch.rafz.naegeli.christoph.ff_avi_importer 1.0 (0.0) /Users/markus/Desktop/Quicktime/AviImporter-r7 (Intel).component/Contents/MacOS/AviImporter
    0x159e6000 - 0x15a57fff +com.DivXInc.DivXDecoder 6.2.5 (6.2.5) /Users/markus/Desktop/Quicktime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1d111000 - 0x1d11ffe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1d123000 - 0x1d135ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1d73f000 - 0x1db31fff +WebKit.dylib ??? (1.0.7) <6FB30C58-17FE-4A4B-971E-CDE89FB7DD1B> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwl.framework/Resources/WebKit.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90040ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9004d000 - 0x90093ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x90094000 - 0x904c9ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x905a7000 - 0x90660fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x90661000 - 0x90689ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9068b000 - 0x90aa1ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x90bd5000 - 0x90c18ff7  libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90c19000 - 0x90c1cfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90f36000 - 0x90f40ff7  com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90f7b000 - 0x90f90fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x90f91000 - 0x9103fff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x91040000 - 0x911bafe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91429000 - 0x9142dff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9142e000 - 0x91440ff7  com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x91441000 - 0x91448ff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x91449000 - 0x91575fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91586000 - 0x91586ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x916cb000 - 0x916f1fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x917a1000 - 0x917c2fe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x917f8000 - 0x91b1cfef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91b46000 - 0x92335557  com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x923aa000 - 0x923c6fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x923c7000 - 0x92422ff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92423000 - 0x9242aff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x924a5000 - 0x924a8ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92558000 - 0x925a5feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x925b4000 - 0x925d2ff7  com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9260c000 - 0x92718ff7  libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x9274a000 - 0x9277bff7  libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x927c3000 - 0x927dbff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x927dc000 - 0x929b7ff3  libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x929b8000 - 0x929e9ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x929fb000 - 0x92a5cfe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x92acc000 - 0x92c4efe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x92c5d000 - 0x92f56fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92f57000 - 0x92f5aff7  libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x92f5b000 - 0x92f5bff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9306c000 - 0x930b0ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x930b1000 - 0x930d5ff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x930d6000 - 0x933f6feb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x933f7000 - 0x9348ffe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93490000 - 0x93510feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x93511000 - 0x935b9ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x937c4000 - 0x937d8ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x937d9000 - 0x93814feb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x93815000 - 0x938c2fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x93fa4000 - 0x93fdafff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x94098000 - 0x94135fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94312000 - 0x9431cfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x94420000 - 0x94424ff7  libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x94425000 - 0x944ceff7  com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x945bf000 - 0x945e1fef  com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x945e2000 - 0x94633ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x94634000 - 0x94637ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x94638000 - 0x946cafe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x946cb000 - 0x946cfff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x946d0000 - 0x946d5ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94731000 - 0x947acfe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x947ad000 - 0x94953feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x94954000 - 0x94955ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x949f9000 - 0x94a63fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94a64000 - 0x94a64ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94b97000 - 0x94e07ffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x959a8000 - 0x96288ff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96289000 - 0x96366ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x96367000 - 0x96417ff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x96418000 - 0x96423ff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96424000 - 0x96426ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x96449000 - 0x9645aff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9645b000 - 0x964a4fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x964a5000 - 0x964a5ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9651f000 - 0x96557ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x96558000 - 0x9660effb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9660f000 - 0x96615fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x96616000 - 0x96624fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x96625000 - 0x96700fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x968f2000 - 0x968fbff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x968fc000 - 0x9692fff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x96bd8000 - 0x96bd8ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x96bd9000 - 0x96c48ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x96e90000 - 0x96ebaff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96ebb000 - 0x96ebbff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96ebc000 - 0x96efdff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x96efe000 - 0x96f19ff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x96f1a000 - 0x96f1cff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96f1d000 - 0x96f9fffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x96fa0000 - 0x970a1fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x97174000 - 0x9732efe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9740e000 - 0x974befe3  com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x97511000 - 0x97555fe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97556000 - 0x97599ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9759a000 - 0x976d1ff7  com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x976d7000 - 0x976f7fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x97832000 - 0x97960fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97961000 - 0x97961ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9796f000 - 0x9797bff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x979d2000 - 0x97a22ff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x97a4f000 - 0x97a5dff7  com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97a61000 - 0x97a61ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97a62000 - 0x97a6cffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97a6d000 - 0x97dd5ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97dd6000 - 0x97ec8ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x97f4c000 - 0x97f5cff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x97f70000 - 0x97f7bff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x980c7000 - 0x9832bfef  com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9832c000 - 0x9836eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9836f000 - 0x983d3ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x983f9000 - 0x984c3fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x98873000 - 0x997c3fe3  com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x997c4000 - 0x99804ff3  com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x99838000 - 0x99845ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99846000 - 0x998e1ff7  com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9992b000 - 0x9992cff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9992e000 - 0x99942fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0xb0000000 - 0xb000fff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 8 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8217, 0x06110000

  • 10.2.0.2 Database Install Hangs on AIX 5.3

    We have four new, recently-configured, AIX servers with same configuration with respect to IBM patches, kernel settings, etc. The install on our second server hangs while the other three installs successfully completed. It's not a connectivity issue with x-windows software or Putty as the OUI screen displays correctly and we enter all our install details.
    We get as far as the Summary screen, at which point we review the parameters to be used, then select "Install" and the 10g screen comes up (where you would normally see progress status) and nothing else happens. Eventually the screen washes out and nothing happens. We have downloaded new copies of the software from OTN, as well as transferred copies of the files from one of the successful servers, but with the same results.
    I have attached the contents of the install log file below and hope that someone may have a moment to review and point out something that may be causing the install issue. I am available to provide any additional information as requested.
    RDBMS Version: Oracle 10.2.0.2
    OS Version: AIX 5.3
    I can email the full install log if needed, but it contains more than 30,000 words and exceeds this forum's max length.
    ========================================================================
    INFO: Using paramFile: /u01/install/oracle/ora10gr2/Disk1/install/oraparam.ini
    INFO:
    INFO:
    INFO: No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    INFO:
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.oui/10.2.0.1.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO:
    INFO: The number of files bootstrapped for the jre is 221.
    INFO:
    INFO: The number of files bootstrapped for the oui is 96.
    INFO: Execvp of the child jre : the cmdline is /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java, and the argv is
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui/lib/aix
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/u01/install/oracle/ora10gr2/Disk1/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=
    INFO: -Doracle.installer.unixVersion=3
    INFO: -mx200m
    INFO: -ms150m
    INFO: -cp
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/share.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xml.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/classes12.jar::/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oio.oioc.OiocOneClickInstaller
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui/lib/aix
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/u01/install/oracle/ora10gr2/Disk1/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=
    INFO: -Doracle.installer.unixVersion=3
    INFO: -mx200m
    INFO: -ms150m
    INFO: -cp
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/share.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xml.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/classes12.jar::/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oii.oiic.OiicInstaller
    INFO: UnixGroups="{oinstall,staff,dba,pensions,}"
    INFO: -scratchPath
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: -sourceLoc
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/../stage/products.xml
    INFO: -sourceType
    INFO: network
    INFO: -timestamp
    INFO: 2010-04-24_01-11-51PM
    INFO: -oneclick
    INFO: Environment Variables:
    INFO:      ORACLE_HOME = /u01/app/oracle/product/10.2.0
    INFO:      PATH = /u01/install/oracle/ora10gr2/Disk1/install:/usr/bin:/usr/ccs/bin:/u01/app/oracle/product/9.2.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.
    INFO:      CLASSPATH =
    INFO: Username:oracle
    INFO: Oracle Universal Installer version is 10.2.0.1.0
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    INFO: Reader/Writer 'oracle.sysman.oii.oiic.OiicGlobalContextXMLReaderWriter' was created.
    INFO:
    *** Welcome Page***
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: fetch the file: /u01/install/oracle/ora10gr2/Disk1/stage/shiphomeinfo.properties
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.server, 10.2.0.1.0, >0.0.0.0.0, [ 610 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Setting the 'InstallType ( DEP_MODE )' property to 'EE'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'EE,'. Received the value from the UI page.
    INFO: The selected install type is "Enterprise Edition".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to '/u01/app/oracle/product/10.2.0'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'ora1020'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to '/u01/app/oracle/product/10.2.0'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom /tmp/OraInstall2010-04-24_01-11-51PM/shiphomeproperties.xml
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Setting the PROD_HOME variable of 'oracle.server_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.server Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.acf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.assistants.acf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.server_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_buildtools_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_buildtools_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_dbjava_jdbc'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc12_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.jdbc12'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc14_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.jdbc14'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.emdw.emcp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.emdw.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.mgw.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/mgw'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.cman_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.cman Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.listener_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.listener Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.perfmon_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.perfmon Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.oemlt_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oemlt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.options_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.options Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.oraolap.api'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.dbscripts_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.annotator_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.client_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.rdbms_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ovm_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ovm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.common_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp.common Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dm_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dmse_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.dmse Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.lbac_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.locator_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.olap_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.partitioning_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.partitioning Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.rdbms.rman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sdo_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_cartridges_spatial'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.slax.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.slax.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj.sqljruntime_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.agent.db_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/sysman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.bsln_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_sysman_bsln'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.db_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_sysman_console_db'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    ================================
    =================================================
    ============================================================================
    ADDITIONAL INSTALLATION LOG DETAILS OMITTED FOR SPACE REASONS - FILE CAN BE EMAILED AT USER'S REQUEST
    ============================================================================
    =================================================
    ================================
    Summary
    Global Settings
    Source: /u01/install/oracle/ora10gr2/Disk1/stage/products.xml
    Oracle Home: /u01/app/oracle/product/10.2.0 (ora1020)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    /u01/ Required 3.46GB : Available 11.35GB
    /tmp/ Required 210MB (only as temporary space) : Available 372MB
    New Installations (107 products)
    Oracle Database 10g 10.2.0.1.0
    Enterprise Edition Options 10.2.0.1.0
    Oracle Partitioning 10.2.0.1.0
    Oracle Spatial 10.2.0.1.0
    Oracle OLAP 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle Net Services 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Net Listener 10.2.0.1.0
    HAS Files for DB 10.2.0.1.0
    Oracle Internet Directory Client 10.2.0.1.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Programmer 10.2.0.1.0
    Oracle interMedia 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Oracle JVM 10.2.0.1.0
    Database Configuration and Upgrade Assistants 10.2.0.1.0
    Oracle interMedia Locator 10.2.0.1.0
    Oracle XML Development Kit 10.2.0.1.0
    Oracle Text 10.2.0.1.0
    Oracle Database Utilities 10.2.0.1.0
    Generic Connectivity Common Files 10.2.0.1.0
    Oracle Advanced Security 10.2.0.1.0
    Enterprise Manager Repository Core 10.2.0.1.0
    PL/SQL 10.2.0.1.0
    Oracle Net 10.2.0.1.0
    Assistant Common Files 10.2.0.1.0
    Oracle Notification Service 10.1.0.3.0
    Enterprise Manager plugin Common Files 10.2.0.1.0 Beta
    Buildtools Common Files 10.2.0.1.0
    Installation Common Files 10.2.0.1.0
    Oracle LDAP administration 10.2.0.1.0
    Oracle Java Client 10.2.0.1.0
    Precompiler Common Files 10.2.0.1.0
    Oracle Recovery Manager 10.2.0.1.0
    SQL*Plus 10.2.0.1.0
    iSQL*Plus 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    HAS Common Files 10.2.0.1.0
    Oracle Clusterware RDBMS Files 10.2.0.1.0
    Oracle Wallet Manager 10.2.0.1.0
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Oracle Database User Interface 2.2.13.0.0
    Secure Socket Layer 10.2.0.1.0
    Required Support Files 10.2.0.1.0
    Oracle Globalization Support 10.2.0.1.0
    Database SQL Scripts 10.2.0.1.0
    OLAP SQL Scripts 10.2.0.1.0
    PL/SQL Embedded Gateway 10.2.0.1.0
    Oracle Locale Builder 10.2.0.1.0
    Character Set Migration Utility 10.2.0.1.0
    LDAP Required Support Files 10.2.0.1.0
    Oracle Help for the Web 1.1.10.0.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
    Oracle interMedia Client Option 10.2.0.1.0
    Oracle Required Support Files 32 bit 10.2.0.0.0
    Oracle Code Editor 1.2.1.0.0I
    Perl Interpreter 5.8.3.0.1
    JDBC Common Files 10.2.0.1.0
    Oracle Help For Java 4.2.6.1.0
    Oracle Containers for Java 10.2.0.1.0
    Database Workspace Manager 10.2.0.1.0
    Oracle Core Required Support Files 10.2.0.1.0
    Platform Required Support Files 10.2.0.1.0
    Oracle interMedia Locator RDBMS Files 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.1.0
    SQLJ Runtime 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    Oracle Database 10g interMedia Files 10.2.0.1.0
    Oracle Data Mining RDBMS Files 10.2.0.1.0
    Enterprise Manager Baseline 10.2.0.1.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle UIX 2.1.22.0.0
    XML Parser for Java 10.2.0.1.0
    Precompiler Required Support Files 10.2.0.1.0
    XML Parser for Oracle JVM 10.2.0.1.0
    Oracle Message Gateway Common Files 10.2.0.1.0
    Oracle Starter Database 10.2.0.1.0
    Sample Schema Data 10.2.0.1.0
    Parser Generator Required Support Files 10.2.0.1.0
    Agent Required Support Files 10.2.0.1.0
    Oracle RAC Required Support Files-HAS 10.2.0.1.0
    RDBMS Required Support Files 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    XDK Required Support Files 10.2.0.1.0
    Oracle OLAP API 10.2.0.1.0
    Oracle OLAP RDBMS Files 10.2.0.1.0
    DBJAVA Required Support Files 10.2.0.1.0
    SQL*Plus Required Support Files 10.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Oracle Display Fonts 9.0.2.0.0
    Bali Share 1.1.18.0.0
    Enterprise Manager Common Files 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.1.0
    Oracle Net Required Support Files 10.2.0.1.0
    Enterprise Manager Repository DB 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    regexp 2.1.9.0.0
    Oracle Universal Installer 10.2.0.1.0
    Oracle One-Off Patch Installer 10.2.0.1.0
    Installer SDK Component 10.2.0.1.0
    Java Runtime Environment 1.4.2.0.0
    Sun JDK 1.4.2.0.5
    Sun JDK extensions 10.1.2.0.0
    Already Installed (1 products)
    Java Runtime Environment 1.1.8.3.0
    INFO: Method 'dispose()' Not implemented in class 'ConfigurationOptions'
    INFO: config-context initialized

    I think you have to install 10.2.0.1 and then apply a patch to go 10.2.0.2.0 --10.2.0.3.0--- etc
    and can you also let us know what file system you using NFS or GPFS ?
    regards
    Younus
    Edited by: user9351799 on 27/04/2010 22:18
    Edited by: user9351799 on 27/04/2010 22:19

  • Windows 8.1 Hanging / performance issue

    Hi ,
    Today i clean install using windows 8.1 and after that i am facing lot of issues. like,.
    1. Installation itself very slow. ( extracting files took almost 30 mins )
    2. After successfully installed . ( by clicking any icons it hangs for 2-5 seconds ) then it responds.
    3. whenever i typing in notepad or over internet explorer its letters are getting missed out due to hanging issue.
    4. even i re downloaded the win8.1 pro iso , tried on different handrive, but still result is same ( handing ).
    5. but i having issue only with this 8.1 where i am already using windows 8 pro without any issue on my pc
    6. configuration of my pc ( Core to Quad processor ) with 4.5 TB  hardrive.
    Need suggestion how do i fix this issue.

    NM
    To find what is causing your computer to use more CPU than it normally does you need to run this. 
    Install the WPT (windows Performance Toolkit) http://social.technet.microsoft.com/wiki/contents/articles/4847.install-the-windows-performance-toolkit-wpt.aspx  , 
    Open a CMD prompt with administrative rights (right click it>run as admin) and run this command for 60 secs to capture the high cpu usage: 
    xperf -on latency -stackwalk profile -buffersize 1024 -MaxFile 256 -FileMode Circular && timeout -1 && xperf -d cpuusage.etl
    The trace will run and give you a warning then revert to a C:\ prompt
    The log will be in C:\windows\system32. 
    It should be called cpuusage.etl
    Please zip the file and upload it to skydrive (or another file sharing service) and put a link to it in your next post.
    Wanikiya and Dyami--Team Zigzag

  • Oracle 9i install hangs in Linux SMP Redhat 7.1

    Motherboard: Asus A7M266-D
    CPU: Two AMD Duron 1.2GHz
    Memory: 512MB PC2100
    Vedio: Gforce 4 MX440
    hard disk: MAXTOR 6L080L4
    O/S: Redhat 7.1
    Kernel: 2.4.2-2up and 2.4.2-2smp
    I install Oracle 9i on my dual AMD Duron machine. It hangs. If
    I am using smp kernel, it stop at the Installation Types Screen
    with Status Bar showing 47% complete and 'Setting up install types'.
    If I use single single cpu kernel, it stop at the File Locations
    screen and the status bar is 95% complete. The installActions.log
    does not show any error.
    It is the installActions.log when running under smp mode ( I took
    out a lot of setting value of PROD_HOME lines):
    installActions2002-04-19_10-25-26-AM.log
    Environment variables:
         ORACLE_HOME = /u01/app/oracle/product/9.0.1
         PATH = /bin:/usr/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/u01/app/oracle/product/9.0.1/bin
         CLASSPATH = /tmp/OraInstall:/tmp/OraInstall/oui/lib/OraInstaller.jar:/tmp/OraInstall/oui/lib/InstImages.jar:/tmp/OraInstall/oui/lib/InstHelp.jar:/tmp/OraInstall/oui/lib/oracleice.jar:/tmp/OraInstall/oui/lib/help.jar:/tmp/OraInstall/oui/lib/ewt.jar:/tmp/OraInstall/oui/lib/xmlparser.jar:/tmp/OraInstall/oui/lib/swingaccess.jar:.:/tmp/OraInstall/jre/bin/../classes:/tmp/OraInstall/jre/bin/../lib/classes.jar:/tmp/OraInstall/jre/bin/../lib/rt.jar:/tmp/OraInstall/jre/bin/../lib/i18n.jar:/tmp/OraInstall/jre/bin/../lib/classes.zip
    java.class.path=/tmp/OraInstall:/tmp/OraInstall/oui/lib/OraInstaller.jar:/tmp/OraInstall/oui/lib/InstImages.jar:/tmp/OraInstall/oui/lib/InstHelp.jar:/tmp/OraInstall/oui/lib/oracleice.jar:/tmp/OraInstall/oui/lib/help.jar:/tmp/OraInstall/oui/lib/ewt.jar:/tmp/OraInstall/oui/lib/xmlparser.jar:/tmp/OraInstall/oui/lib/swingaccess.jar:.:/tmp/OraInstall/jre/bin/../classes:/tmp/OraInstall/jre/bin/../lib/classes.jar:/tmp/OraInstall/jre/bin/../lib/rt.jar:/tmp/OraInstall/jre/bin/../lib/i18n.jar:/tmp/OraInstall/jre/bin/../lib/classes.zip
    Username is: oracle
    *** Welcome Page***Warning :*** Alert: Oracle Universal Installer
    Version 2.0.1.4.0
    Copyright ) 1999, 2001 Oracle Corporation. All Rights Reserved. ***User selected: Yes/OK
    Setting value of FROM_LOCATION to /mnt/cdrom/stage/products.jarSetting value of ORACLE_HOME_NAME to Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to trueSetting value of SHOW_CUSTOM_TREE_PAGE to trueSetting value of SHOW_SUMMARY_PAGE to trueSetting value of SHOW_INSTALL_PROGRESS_PAGE to trueSetting value of SHOW_REQUIRED_CONFIG_TOOL_PAGE to trueSetting value of SHOW_OPTIONAL_CONFIG_TOOL_PAGE to trueSetting value of SHOW_RELEASE_NOTES to trueSetting value of SHOW_END_SESSION_PAGE to trueSetting value of SHOW_SPLASH_SCREEN to trueSetting value of SHOW_WELCOME_PAGE to trueSetting value of SHOW_ROOTSH_CONFIRMATION to trueSetting value of SHOW_EXIT_CONFIRMATION to trueSetting value of NEXT_SESSION to trueSetting value of NEXT_SESSION_ON_FAIL to trueSetting value of INVENTORY_LOCATION to /u01/app/oracle/oraInventorySetting value of INVENTORY_LOCATION to /u01/app/oracle/Setting value of UNIX_GROUP_NAME to dba
    *** UNIX Group Name Page***UnixInstallGroup = UNIX_GROUP_NAME = dbaInitializing inventory setup WCCEUnable to read /u01/app/oracle/Contents/OracleHomesList.ser. Some inventory information may be lost.Unable to read /u01/app/oracle/Contents/LibsList.ser. Some inventory information may be lost.
    The installer version is 2.0.1.4.0
    Doing operation in inventory setup WCCE
    Setting value of FROM_LOCATION to /mnt/cdrom/stage/products.jar
    Setting value of ORACLE_HOME to /u01/app/oracle/product/9.0.1
    Setting value of ORACLE_HOME_NAME to
    *** File Locations Page***
    FromLocation = FROM_LOCATION = /mnt/cdrom/stage/products.jar
    ToLocation = ORACLE_HOME = /u01/app/oracle/product/9.0.1
    ToName = ORACLE_HOME_NAME =
    Initializing installer access setup
    Setting value of ORACLE_HOME to /u01/app/oracle/product/9.0.1
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of SELECTED_LANGUAGES to [en]
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle_apache_ejb
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jsdk
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jsdk
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jserv
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jserv
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/perl
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/perl
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/mod_plsql
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/mod_plsql
    Calling query areasQueries2.0.1.4.0 getInventoryLocation
    Query returned : /u01/app/oracle/
    Setting value of PROD_HOME to /u01/app/oracle/\..\jre\1.1.8
    Setting value of PROD_HOME to /u01/app/jre/1.1.8
    Calling query generalQueries2.0.1.4.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.0.1.4.0 getInventoryLocation
    Query returned : /u01/app/oracle/
    Setting value of PROD_HOME to /u01/app/oracle/../oui
    Setting value of PROD_HOME to /u01/app/oui
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.options.ops.clustermgr
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/askJDKHome
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.p2k.proc
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.p2k.proc
    Doing operation for installer access setup
    Setting value of SELECTED_LANGUAGES to [en]
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    *** Available Products Page***
    TopLevelComp = ToplevelComp = oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Unable to read /u01/app/oracle/Contents/CompsList0.ser. Some inventory information may be lost.
    Unable to read /u01/app/oracle/Contents/PatchesList0.ser. Some inventory information may be lost.
    Setting value of DEP_MODE to EE
    Setting value of TLDepModes to EE,
    *** Installation Types Page***
    DepMode = DEP_MODE = EE
    TLDepModes = TLDepModes = EE,
    The selected install type is "Enterprise Edition"
    Setting value of DEP_MODE to EE
    Install type for "Oracle9i Database 9.0.1.0.0 " is "Enterprise Edition"
    # Not all the dependencies for the component Oracle9i Database 9.0.1.0.0 are found. Missing Component oracle.tg 9.0.1.0.0.
    Install type for "Enterprise Edition Options 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Enterprise Edition Options 9.0.1.0.0 are found. Missing Component oracle.olap.aps 9.0.1.0.0.
    Install type for "Oracle Spatial 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Products 9.0.1.0.0 " is "Enterprise Edition"
    Install type for "Oracle Net Services 9.0.1.0.0 " is "Server.Typical"
    # Not all the dependencies for the component Oracle Net Services 9.0.1.0.0 are found. Missing Component oracle.networking.protocol_supp 9.0.1.0.0.
    Install type for "Oracle Partitioning 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hs_olefs 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hs_olesql 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hybrid 9.0.1.0.0.
    Install type for "Oracle Database Utilities 9.0.1.0.0 " is "Typical"
    Install type for "Database Verify Utility 9.0.1.0.0 " is "Typical"
    Install type for "Migration Utility 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i Development Kit 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.procob18 1.8.76.0.0.
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.procob 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.profor 1.8.76.0.0.
    Install type for "Oracle Trace 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Advanced Security 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle Advanced Security 9.0.1.0.0 are found. Missing Component oracle.options.ano.dce 9.0.1.0.0.
    Install type for "Oracle JVM 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Ultra Search Server 1.0.3.0.0 " is "Typical"
    Install type for "Oracle Data Migration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Database Configuration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Agent Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Applications Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Web Site 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Ultra Search Middle-Tier 1.0.3.0.0 " is "Typical"
    Install type for "Oracle Management Server 9.0.1.0.0 " is "Complete"
    Install type for "Generic Connectivity Using ODBC 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Forms Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Reporting Framework 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager Webserver 9.0.1.0.0 " is "Complete"
    Install type for "Oracle HTTP Server 1.3.12.0.3a " is "Typical"
    Install type for "Oracle eBusiness Management Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle HTTP Server Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Intelligent Agent 9.0.1.0.0 " is "Typical"
    Install type for "Pro*C/C++ 9.0.1.0.0 " is "Typical"
    Install type for "Database SQL Scripts 9.0.1.0.0 " is "Typical"
    Install type for "Generic Connectivity Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Net Listener 9.0.1.0.0 " is "Typical"
    Install type for "Apache Configuration for Oracle Java Server Pages 1.1.2.3.0 " is "Typical"
    Install type for "Replication API 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Text 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Content Syndication Server 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Dynamic Services Server 9.0.1.0.0 " is "Typical"
    Install type for "BC4J Runtime 5.0.0.417.1 " is "Typical"
    Install type for "Oracle Internet Directory Client 3.0.1.0.0 " is "Typical"
    Install type for "Oracle Mod PL/SQL Gateway 3.0.9.0.7 " is "Typical"
    Install type for "PL/SQL Embedded Gateway 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Complete OLTP Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Complete DSS Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Apache Module for Oracle Servlet Engine 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Java Server Pages 1.1.2.3.0 " is "Typical"
    Install type for "Apache Configuration for EJB 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Diagnostics Pack 9.0.1.0.0 " is "Typical"
         Conflict while setting install type of "Oracle Enterprise Manager Client 9.0.1.0.0 " to "Maximum (Complete)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Ultra Search Common Files 1.0.3.0.0 " is "Typical"
    Install type for "XML 9.0.1.0.0 " is "Typical"
         Conflict while setting install type of "XML Parser for Java 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Apache Configuration for Oracle XML Developer's Kit 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Client Option 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Tuning Pack 9.0.1.0.0 " is "Complete"
    Install type for "Oracle XML Developer's Kit 9.0.1.0.0 " is "Typical"
         Conflict while setting install type of "XML Parser for PL/SQL 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "XML Class Generator for Java 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "XML Transviewer Beans 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "XSQL Servlet 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Management Pack for Oracle Applications 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Change Management Pack 9.0.1.0.0 " is "Complete"
    Install type for "Oracle interMedia Video 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Audio 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Image 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Locator 9.0.1.0.0 " is "Typical"
    Install type for "Data Management Services Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Client 9.0.1.0.0 " is "Custom"
         Conflict while setting install type of "Oracle Enterprise Manager Quick Tours 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle interMedia Annotator 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Integrated Applications 9.0.1.0.0 " is "Complete"
    Install type for "Database Workspace Manager 9.0.1.0.0 " is "Typical"
    Install type for "Change Management Common Files 9.0.1.0.0 " is "Complete"
         Conflict while setting install type of "Oracle Intelligent Agent Base Component Files 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "SQL*Loader 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Database Demos 9.0.1.0.0 " is "Typical"
    Install type for "Advanced Replication 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Net Integration 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager Database Applications 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Enterprise Manager Console 9.0.1.0.0 " is "Complete"
    Install type for "Authentication and Encryption 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Authentication and Encryption 9.0.1.0.0 are found. Missing Component oracle.options.ano.sns.hybrid 9.0.1.0.0.
    Install type for "Oracle Intelligent Agent Base Component Files 9.0.1.0.0 " is "Custom"
         Conflict while setting install type of "Required Support Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Utilities Common Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle XML SQL Utility 9.0.1.0.0 " is "Typical"
    Install type for "XML Parser for PL/SQL 9.0.1.0.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.2 9.0.1.0.0 " is "Typical"
    Install type for "XML Class Generator for Java 9.0.1.0.0 " is "Custom"
    Install type for "XML Transviewer Beans 9.0.1.0.0 " is "Custom"
    Install type for "SQL*Plus Worksheet 9.0.1.0.0 " is "Complete"
         Conflict while setting install type of "SQL*Plus 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Enterprise Manager Common Files 9.0.1.0.0 " is "Complete"
         Conflict while setting install type of "Secure Socket Layer 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Java Tools 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "JEWT 4.1.7.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Advanced Queueing (AQ) API 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Common Schema Demos 9.0.1.0.0 " is "Typical"
    Install type for "Secure Socket Layer 9.0.1.0.0 " is "Custom"
    Install type for "Export/Import 9.0.1.0.0 " is "Typical"
    Install type for "SQL*Plus 9.0.1.0.0 " is "Custom"
    Install type for "Installation Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i for UNIX Documentation 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Client Library and Demo 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Wallet Manager 9.0.1.0.0 " is "Custom"
         Conflict while setting install type of "Assistant Common Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Net 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Java Tools 9.0.1.0.0 " is "Custom"
         Conflict while setting install type of "Oracle Enterprise Java Beans and CORBA Tools 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Visigenics ORB 3.4.0.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Java Runtime Environment 1.1.8.0.0 " to "Custom (Custom)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "DBUI 2.1.2.0.0 " is "Typical"
    Install type for "XML Parser for C++ 9.0.1.0.0 " is "Typical"
    Install type for "Enterprise Login Assistant 9.0.1.0.0 " is "Custom"
         Conflict while setting install type of "Enterprise Manager Base Classes 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "XML Parser for C 9.0.1.0.0 " is "Typical"
    Install type for "XML Class Generator for C++ 9.0.1.0.0 " is "Typical"
    Install type for "Oracle C++ Call Interface 9.0.1.0.0 " is "Typical"
    Install type for "Enterprise Manager Base Classes 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Call Interface (OCI) 9.0.1.0.0 " is "Typical"
    Install type for "EM NLS files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Net Manager 9.0.1.0.0 " is "Typical"
    Install type for "Self Service Application 3.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Quick Tours 9.0.1.0.0 " is "Custom"
    Install type for "Enterprise Manager Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Change Management Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Diagnostics Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Tuning Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Management Pack for Oracle Applications Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Management Pack for SAP R/3 QuickTour 9.0.1.0.0 " is "Custom"
    Install type for "Standard Management Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Apache JServ 1.1.0.0.0f " is "Typical"
    Install type for "JSDK 2.0.0.0.0d " is "Typical"
    Install type for "Oracle Directory Manager 3.0.1.0.0 " is "Complete"
         Conflict while setting install type of "Oracle Internet Directory Client Common Files 3.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Recovery Manager 9.0.1.0.0 " is "Typical"
    Install type for "Object Type Translator 9.0.1.0.0 " is "Typical"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.1 9.0.1.0.0 " is "Typical"
    Install type for "CABO 1.0.7.0.0 " is "Complete"
         Conflict while setting install type of "Java 2 Platform Enterprise Edition 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Net Configuration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Assistant Common Files 9.0.1.0.0 " is "Custom"
         Conflict while setting install type of "Oracle help For Java 3.2.9.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Kodiak 1.2.1.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Character Set Migration Utility 9.0.1.0.0 " is "Typical"
    Install type for "Apache Web Server files 1.3.12.0.0c " is "Typical"
    Install type for "Oracle Perl Interpreter 5.00503.0.0.0b " is "Typical"
    Install type for "askJDKHome 1.1.8.0.0 " is "Typical"
    Install type for "Oracle Enterprise Java Beans and CORBA Tools 9.0.1.0.0 " is "Custom"
    Install type for "website NLS files 9.0.1.0.0 " is "Complete"
    Install type for "Utilities Common Files 9.0.1.0.0 " is "Custom"
    Install type for "Visigenics ORB 3.4.0.0.0 " is "Custom"
    Install type for "Capacity Planner 9.0.1.0.0 " is "Complete"
    Install type for "Java 2 Platform Enterprise Edition 9.0.1.0.0 " is "Custom"
    Install type for "JLE 1.0.6.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager PagingOMS Common 9.0.1.0.0 " is "Complete"
    Install type for "PL/SQL 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Universal Installer 2.0.1.4.0 " is "Custom"
    Install type for "JDBC/OCI Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Base Events 9.0.1.0.0 " is "Complete"
    Install type for "SQLJ Runtime 9.0.1.0.0 " is "Typical"
    Install type for "Instance Management 9.0.1.0.0 " is "Complete"
    Install type for "Schema Management 9.0.1.0.0 " is "Custom"
    Install type for "Security Management 9.0.1.0.0 " is "Custom"
    Install type for "Storage Management 9.0.1.0.0 " is "Complete"
    Install type for "Required Support Files 9.0.1.0.0 " is "Custom"
         Conflict while setting install type of "Oracle9i Globalization Support 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
         Conflict while setting install type of "Oracle Core Required Support Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    # Not all the dependencies for the component Required Support Files 9.0.1.0.0 are found. Missing Component oracle.rsf.hybrid 9.0.1.0.0.
    Install type for "Oracle JDBC Thin Driver for JDK 1.1 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Internet Directory Client Common Files 3.0.1.0.0 " is "Custom"
    Install type for "Oracle Trace Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Text Manager 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Policy Manager 9.0.1.0.0 Beta" is "Complete"
    Install type for "Oracle Developer Server Forms Manager 9.0.1.0.0 Beta" is "Typical"
    Install type for "Oracle Parallel Server Manager 9.0.1.0.0 " is "Complete"
    Install type for "RDBMS Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Enterprise Manager Installation Pre-requisite Checks 9.0.1.0.0 " is "Complete"
    Install type for "LDAP Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Reorg Wizard 9.0.1.0.0 " is "Complete"
    Install type for "Precompiler Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Events 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Diagnostic Pack Advanced Events 9.0.1.0.0 " is "Complete"
    Install type for "Advanced Host Events 9.0.1.0.0 " is "Complete"
    Install type for "Performance Manager 9.0.1.0.0 " is "Complete"
    Install type for "Diagnostics Common Files 9.0.1.0.0 " is "Complete"
    Install type for "SQLServer Monitoring Option 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Net Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Graphical Explain Plan 9.0.1.0.0 " is "Complete"
    Install type for "Graphical Layout Tool 9.0.1.0.0 " is "Complete"
    Install type for "Outline Management 9.0.1.0.0 " is "Complete"
    Install type for "Shared Class Files 9.0.1.0.0 " is "Complete"
    Install type for "Tablespace Map 9.0.1.0.0 " is "Complete"
    Install type for "Oracle9i Globalization Support 9.0.1.0.0 " is "Custom"
    Install type for "Concurrent Processing Tuning Assistant 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Service Level Reporting 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Core Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Precompiler Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Platform Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle help For Java 3.2.9.0.0 " is "Custom"
         Conflict while setting install type of "Extended Windowing Toolkit 3.3.18.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Java Runtime Environment 1.1.8.0.0 " is "Custom"
    Install type for "PL/SQL Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Parser Generator Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.2 9.0.1.0.0 " is "Typical"
    Install type for "JDBC Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle JDBC Development Drivers 9.0.1.0.0 " is "Typical"
    Install type for "Kodiak 1.2.1.0.0 " is "Custom"
    Install type for "XML Parser for Java 9.0.1.0.0 " is "Custom"
    Install type for "JEWT 4.1.7.0.0 " is "Custom"
    Install type for "Extended Windowing Toolkit 3.3.18.0.0 " is "Custom"
    Install type for "SSL Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Agent Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Client Required Support Files 9.0.1.0.0 " is "Custom"
    Calling query areasQueries2.0.1.4.0 getComponentInstallTypeName
    Query returned : EE
    Calling query generalQueries2.0.1.4.0 getOSName
    Query returned : Linux
    Calling query generalQueries2.0.1.4.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.0.1.4.0 productInstalled
    location = /u01/app/oracle/product/9.0.1
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 9.0.0.0.0
    acceptCompatible = null
    Query returned : false

    Yes, I've tried LD_ASSUME_KERNEL=2.4.1 and =2.2.5 to no avail. I have a later version of glibc.
    Other ideas?

  • Install Oracle 9i Hangs on Linux SMP Redhat 7.1

    I posted this message to the General forum but without any reply. So I repost it here.
    Motherboard: Asus A7M266-D
    CPU: Two AMD Duron 1.2GHz
    Memory: 512MB PC2100
    Vedio: Gforce 4 MX440
    hard disk: MAXTOR 6L080L4
    O/S: Redhat 7.1
    Kernel: 2.4.2-2up and 2.4.2-2smp
    I install Oracle 9i on my dual AMD Duron machine. It hangs. If
    I am using smp kernel, it stop at the Installation Types Screen
    with Status Bar showing 47% complete and 'Setting up install types'.
    If I use single single cpu kernel, it stop at the File Locations
    screen and the status bar is 95% complete. The installActions.log
    does not show any error.
    It is the installActions.log when running under smp mode ( I took
    out a lot of setting value of PROD_HOME lines):
    installActions2002-04-19_10-25-26-AM.log
    Environment variables:
    ORACLE_HOME = /u01/app/oracle/product/9.0.1
    PATH = /bin:/usr/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/u01/app/oracle/product/9.0.1/bin
    CLASSPATH = /tmp/OraInstall:/tmp/OraInstall/oui/lib/OraInstaller.jar:/tmp/OraInstall/oui/lib/InstImages.jar:/tmp/OraInstall/oui/lib/InstHelp.jar:/tmp/OraInstall/oui/lib/oracleice.jar:/tmp/OraInstall/oui/lib/help.jar:/tmp/OraInstall/oui/lib/ewt.jar:/tmp/OraInstall/oui/lib/xmlparser.jar:/tmp/OraInstall/oui/lib/swingaccess.jar:.:/tmp/OraInstall/jre/bin/../classes:/tmp/OraInstall/jre/bin/../lib/classes.jar:/tmp/OraInstall/jre/bin/../lib/rt.jar:/tmp/OraInstall/jre/bin/../lib/i18n.jar:/tmp/OraInstall/jre/bin/../lib/classes.zip
    java.class.path=/tmp/OraInstall:/tmp/OraInstall/oui/lib/OraInstaller.jar:/tmp/OraInstall/oui/lib/InstImages.jar:/tmp/OraInstall/oui/lib/InstHelp.jar:/tmp/OraInstall/oui/lib/oracleice.jar:/tmp/OraInstall/oui/lib/help.jar:/tmp/OraInstall/oui/lib/ewt.jar:/tmp/OraInstall/oui/lib/xmlparser.jar:/tmp/OraInstall/oui/lib/swingaccess.jar:.:/tmp/OraInstall/jre/bin/../classes:/tmp/OraInstall/jre/bin/../lib/classes.jar:/tmp/OraInstall/jre/bin/../lib/rt.jar:/tmp/OraInstall/jre/bin/../lib/i18n.jar:/tmp/OraInstall/jre/bin/../lib/classes.zip
    Username is: oracle
    *** Welcome Page***Warning :*** Alert: Oracle Universal Installer
    Version 2.0.1.4.0
    Copyright ) 1999, 2001 Oracle Corporation. All Rights Reserved. ***User selected: Yes/OK
    Setting value of FROM_LOCATION to /mnt/cdrom/stage/products.jarSetting value of ORACLE_HOME_NAME to Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to trueSetting value of SHOW_CUSTOM_TREE_PAGE to trueSetting value of SHOW_SUMMARY_PAGE to trueSetting value of SHOW_INSTALL_PROGRESS_PAGE to trueSetting value of SHOW_REQUIRED_CONFIG_TOOL_PAGE to trueSetting value of SHOW_OPTIONAL_CONFIG_TOOL_PAGE to trueSetting value of SHOW_RELEASE_NOTES to trueSetting value of SHOW_END_SESSION_PAGE to trueSetting value of SHOW_SPLASH_SCREEN to trueSetting value of SHOW_WELCOME_PAGE to trueSetting value of SHOW_ROOTSH_CONFIRMATION to trueSetting value of SHOW_EXIT_CONFIRMATION to trueSetting value of NEXT_SESSION to trueSetting value of NEXT_SESSION_ON_FAIL to trueSetting value of INVENTORY_LOCATION to /u01/app/oracle/oraInventorySetting value of INVENTORY_LOCATION to /u01/app/oracle/Setting value of UNIX_GROUP_NAME to dba
    *** UNIX Group Name Page***UnixInstallGroup = UNIX_GROUP_NAME = dbaInitializing inventory setup WCCEUnable to read /u01/app/oracle/Contents/OracleHomesList.ser. Some inventory information may be lost.Unable to read /u01/app/oracle/Contents/LibsList.ser. Some inventory information may be lost.
    The installer version is 2.0.1.4.0
    Doing operation in inventory setup WCCE
    Setting value of FROM_LOCATION to /mnt/cdrom/stage/products.jar
    Setting value of ORACLE_HOME to /u01/app/oracle/product/9.0.1
    Setting value of ORACLE_HOME_NAME to
    *** File Locations Page***
    FromLocation = FROM_LOCATION = /mnt/cdrom/stage/products.jar
    ToLocation = ORACLE_HOME = /u01/app/oracle/product/9.0.1
    ToName = ORACLE_HOME_NAME =
    Initializing installer access setup
    Setting value of ORACLE_HOME to /u01/app/oracle/product/9.0.1
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of SELECTED_LANGUAGES to [en]
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle_apache_ejb
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jsdk
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jsdk
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jserv
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jserv
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/perl
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/perl
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/mod_plsql
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/mod_plsql
    Calling query areasQueries2.0.1.4.0 getInventoryLocation
    Query returned : /u01/app/oracle/
    Setting value of PROD_HOME to /u01/app/oracle/\..\jre\1.1.8
    Setting value of PROD_HOME to /u01/app/jre/1.1.8
    Calling query generalQueries2.0.1.4.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.0.1.4.0 getInventoryLocation
    Query returned : /u01/app/oracle/
    Setting value of PROD_HOME to /u01/app/oracle/../oui
    Setting value of PROD_HOME to /u01/app/oui
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.options.ops.clustermgr
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/askJDKHome
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.p2k.proc
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.p2k.proc
    Doing operation for installer access setup
    Setting value of SELECTED_LANGUAGES to [en]
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    *** Available Products Page***
    TopLevelComp = ToplevelComp = oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Unable to read /u01/app/oracle/Contents/CompsList0.ser. Some inventory information may be lost.
    Unable to read /u01/app/oracle/Contents/PatchesList0.ser. Some inventory information may be lost.
    Setting value of DEP_MODE to EE
    Setting value of TLDepModes to EE,
    *** Installation Types Page***
    DepMode = DEP_MODE = EE
    TLDepModes = TLDepModes = EE,
    The selected install type is "Enterprise Edition"
    Setting value of DEP_MODE to EE
    Install type for "Oracle9i Database 9.0.1.0.0 " is "Enterprise Edition"
    # Not all the dependencies for the component Oracle9i Database 9.0.1.0.0 are found. Missing Component oracle.tg 9.0.1.0.0.
    Install type for "Enterprise Edition Options 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Enterprise Edition Options 9.0.1.0.0 are found. Missing Component oracle.olap.aps 9.0.1.0.0.
    Install type for "Oracle Spatial 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Products 9.0.1.0.0 " is "Enterprise Edition"
    Install type for "Oracle Net Services 9.0.1.0.0 " is "Server.Typical"
    # Not all the dependencies for the component Oracle Net Services 9.0.1.0.0 are found. Missing Component oracle.networking.protocol_supp 9.0.1.0.0.
    Install type for "Oracle Partitioning 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hs_olefs 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hs_olesql 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hybrid 9.0.1.0.0.
    Install type for "Oracle Database Utilities 9.0.1.0.0 " is "Typical"
    Install type for "Database Verify Utility 9.0.1.0.0 " is "Typical"
    Install type for "Migration Utility 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i Development Kit 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.procob18 1.8.76.0.0.
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.procob 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.profor 1.8.76.0.0.
    Install type for "Oracle Trace 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Advanced Security 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle Advanced Security 9.0.1.0.0 are found. Missing Component oracle.options.ano.dce 9.0.1.0.0.
    Install type for "Oracle JVM 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Ultra Search Server 1.0.3.0.0 " is "Typical"
    Install type for "Oracle Data Migration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Database Configuration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Agent Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Applications Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Web Site 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Ultra Search Middle-Tier 1.0.3.0.0 " is "Typical"
    Install type for "Oracle Management Server 9.0.1.0.0 " is "Complete"
    Install type for "Generic Connectivity Using ODBC 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Forms Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Reporting Framework 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager Webserver 9.0.1.0.0 " is "Complete"
    Install type for "Oracle HTTP Server 1.3.12.0.3a " is "Typical"
    Install type for "Oracle eBusiness Management Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle HTTP Server Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Intelligent Agent 9.0.1.0.0 " is "Typical"
    Install type for "Pro*C/C++ 9.0.1.0.0 " is "Typical"
    Install type for "Database SQL Scripts 9.0.1.0.0 " is "Typical"
    Install type for "Generic Connectivity Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Net Listener 9.0.1.0.0 " is "Typical"
    Install type for "Apache Configuration for Oracle Java Server Pages 1.1.2.3.0 " is "Typical"
    Install type for "Replication API 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Text 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Content Syndication Server 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Dynamic Services Server 9.0.1.0.0 " is "Typical"
    Install type for "BC4J Runtime 5.0.0.417.1 " is "Typical"
    Install type for "Oracle Internet Directory Client 3.0.1.0.0 " is "Typical"
    Install type for "Oracle Mod PL/SQL Gateway 3.0.9.0.7 " is "Typical"
    Install type for "PL/SQL Embedded Gateway 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Complete OLTP Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Complete DSS Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Apache Module for Oracle Servlet Engine 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Java Server Pages 1.1.2.3.0 " is "Typical"
    Install type for "Apache Configuration for EJB 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Diagnostics Pack 9.0.1.0.0 " is "Typical"
    Conflict while setting install type of "Oracle Enterprise Manager Client 9.0.1.0.0 " to "Maximum (Complete)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Ultra Search Common Files 1.0.3.0.0 " is "Typical"
    Install type for "XML 9.0.1.0.0 " is "Typical"
    Conflict while setting install type of "XML Parser for Java 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Apache Configuration for Oracle XML Developer's Kit 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Client Option 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Tuning Pack 9.0.1.0.0 " is "Complete"
    Install type for "Oracle XML Developer's Kit 9.0.1.0.0 " is "Typical"
    Conflict while setting install type of "XML Parser for PL/SQL 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "XML Class Generator for Java 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "XML Transviewer Beans 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "XSQL Servlet 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Management Pack for Oracle Applications 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Change Management Pack 9.0.1.0.0 " is "Complete"
    Install type for "Oracle interMedia Video 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Audio 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Image 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Locator 9.0.1.0.0 " is "Typical"
    Install type for "Data Management Services Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Client 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Oracle Enterprise Manager Quick Tours 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle interMedia Annotator 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Integrated Applications 9.0.1.0.0 " is "Complete"
    Install type for "Database Workspace Manager 9.0.1.0.0 " is "Typical"
    Install type for "Change Management Common Files 9.0.1.0.0 " is "Complete"
    Conflict while setting install type of "Oracle Intelligent Agent Base Component Files 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "SQL*Loader 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Database Demos 9.0.1.0.0 " is "Typical"
    Install type for "Advanced Replication 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Net Integration 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager Database Applications 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Enterprise Manager Console 9.0.1.0.0 " is "Complete"
    Install type for "Authentication and Encryption 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Authentication and Encryption 9.0.1.0.0 are found. Missing Component oracle.options.ano.sns.hybrid 9.0.1.0.0.
    Install type for "Oracle Intelligent Agent Base Component Files 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Required Support Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Utilities Common Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle XML SQL Utility 9.0.1.0.0 " is "Typical"
    Install type for "XML Parser for PL/SQL 9.0.1.0.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.2 9.0.1.0.0 " is "Typical"
    Install type for "XML Class Generator for Java 9.0.1.0.0 " is "Custom"
    Install type for "XML Transviewer Beans 9.0.1.0.0 " is "Custom"
    Install type for "SQL*Plus Worksheet 9.0.1.0.0 " is "Complete"
    Conflict while setting install type of "SQL*Plus 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Enterprise Manager Common Files 9.0.1.0.0 " is "Complete"
    Conflict while setting install type of "Secure Socket Layer 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Oracle Java Tools 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "JEWT 4.1.7.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Advanced Queueing (AQ) API 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Common Schema Demos 9.0.1.0.0 " is "Typical"
    Install type for "Secure Socket Layer 9.0.1.0.0 " is "Custom"
    Install type for "Export/Import 9.0.1.0.0 " is "Typical"
    Install type for "SQL*Plus 9.0.1.0.0 " is "Custom"
    Install type for "Installation Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i for UNIX Documentation 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Client Library and Demo 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Wallet Manager 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Assistant Common Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Net 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Java Tools 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Oracle Enterprise Java Beans and CORBA Tools 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Visigenics ORB 3.4.0.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Java Runtime Environment 1.1.8.0.0 " to "Custom (Custom)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "DBUI 2.1.2.0.0 " is "Typical"
    Install type for "XML Parser for C++ 9.0.1.0.0 " is "Typical"
    Install type for "Enterprise Login Assistant 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Enterprise Manager Base Classes 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "XML Parser for C 9.0.1.0.0 " is "Typical"
    Install type for "XML Class Generator for C++ 9.0.1.0.0 " is "Typical"
    Install type for "Oracle C++ Call Interface 9.0.1.0.0 " is "Typical"
    Install type for "Enterprise Manager Base Classes 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Call Interface (OCI) 9.0.1.0.0 " is "Typical"
    Install type for "EM NLS files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Net Manager 9.0.1.0.0 " is "Typical"
    Install type for "Self Service Application 3.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Quick Tours 9.0.1.0.0 " is "Custom"
    Install type for "Enterprise Manager Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Change Management Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Diagnostics Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Tuning Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Management Pack for Oracle Applications Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Management Pack for SAP R/3 QuickTour 9.0.1.0.0 " is "Custom"
    Install type for "Standard Management Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Apache JServ 1.1.0.0.0f " is "Typical"
    Install type for "JSDK 2.0.0.0.0d " is "Typical"
    Install type for "Oracle Directory Manager 3.0.1.0.0 " is "Complete"
    Conflict while setting install type of "Oracle Internet Directory Client Common Files 3.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Recovery Manager 9.0.1.0.0 " is "Typical"
    Install type for "Object Type Translator 9.0.1.0.0 " is "Typical"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.1 9.0.1.0.0 " is "Typical"
    Install type for "CABO 1.0.7.0.0 " is "Complete"
    Conflict while setting install type of "Java 2 Platform Enterprise Edition 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Net Configuration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Assistant Common Files 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Oracle help For Java 3.2.9.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Kodiak 1.2.1.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Character Set Migration Utility 9.0.1.0.0 " is "Typical"
    Install type for "Apache Web Server files 1.3.12.0.0c " is "Typical"
    Install type for "Oracle Perl Interpreter 5.00503.0.0.0b " is "Typical"
    Install type for "askJDKHome 1.1.8.0.0 " is "Typical"
    Install type for "Oracle Enterprise Java Beans and CORBA Tools 9.0.1.0.0 " is "Custom"
    Install type for "website NLS files 9.0.1.0.0 " is "Complete"
    Install type for "Utilities Common Files 9.0.1.0.0 " is "Custom"
    Install type for "Visigenics ORB 3.4.0.0.0 " is "Custom"
    Install type for "Capacity Planner 9.0.1.0.0 " is "Complete"
    Install type for "Java 2 Platform Enterprise Edition 9.0.1.0.0 " is "Custom"
    Install type for "JLE 1.0.6.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager PagingOMS Common 9.0.1.0.0 " is "Complete"
    Install type for "PL/SQL 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Universal Installer 2.0.1.4.0 " is "Custom"
    Install type for "JDBC/OCI Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Base Events 9.0.1.0.0 " is "Complete"
    Install type for "SQLJ Runtime 9.0.1.0.0 " is "Typical"
    Install type for "Instance Management 9.0.1.0.0 " is "Complete"
    Install type for "Schema Management 9.0.1.0.0 " is "Custom"
    Install type for "Security Management 9.0.1.0.0 " is "Custom"
    Install type for "Storage Management 9.0.1.0.0 " is "Complete"
    Install type for "Required Support Files 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Oracle9i Globalization Support 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Oracle Core Required Support Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    # Not all the dependencies for the component Required Support Files 9.0.1.0.0 are found. Missing Component oracle.rsf.hybrid 9.0.1.0.0.
    Install type for "Oracle JDBC Thin Driver for JDK 1.1 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Internet Directory Client Common Files 3.0.1.0.0 " is "Custom"
    Install type for "Oracle Trace Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Text Manager 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Policy Manager 9.0.1.0.0 Beta" is "Complete"
    Install type for "Oracle Developer Server Forms Manager 9.0.1.0.0 Beta" is "Typical"
    Install type for "Oracle Parallel Server Manager 9.0.1.0.0 " is "Complete"
    Install type for "RDBMS Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Enterprise Manager Installation Pre-requisite Checks 9.0.1.0.0 " is "Complete"
    Install type for "LDAP Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Reorg Wizard 9.0.1.0.0 " is "Complete"
    Install type for "Precompiler Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Events 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Diagnostic Pack Advanced Events 9.0.1.0.0 " is "Complete"
    Install type for "Advanced Host Events 9.0.1.0.0 " is "Complete"
    Install type for "Performance Manager 9.0.1.0.0 " is "Complete"
    Install type for "Diagnostics Common Files 9.0.1.0.0 " is "Complete"
    Install type for "SQLServer Monitoring Option 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Net Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Graphical Explain Plan 9.0.1.0.0 " is "Complete"
    Install type for "Graphical Layout Tool 9.0.1.0.0 " is "Complete"
    Install type for "Outline Management 9.0.1.0.0 " is "Complete"
    Install type for "Shared Class Files 9.0.1.0.0 " is "Complete"
    Install type for "Tablespace Map 9.0.1.0.0 " is "Complete"
    Install type for "Oracle9i Globalization Support 9.0.1.0.0 " is "Custom"
    Install type for "Concurrent Processing Tuning Assistant 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Service Level Reporting 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Core Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Precompiler Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Platform Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle help For Java 3.2.9.0.0 " is "Custom"
    Conflict while setting install type of "Extended Windowing Toolkit 3.3.18.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Java Runtime Environment 1.1.8.0.0 " is "Custom"
    Install type for "PL/SQL Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Parser Generator Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.2 9.0.1.0.0 " is "Typical"
    Install type for "JDBC Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle JDBC Development Drivers 9.0.1.0.0 " is "Typical"
    Install type for "Kodiak 1.2.1.0.0 " is "Custom"
    Install type for "XML Parser for Java 9.0.1.0.0 " is "Custom"
    Install type for "JEWT 4.1.7.0.0 " is "Custom"
    Install type for "Extended Windowing Toolkit 3.3.18.0.0 " is "Custom"
    Install type for "SSL Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Agent Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Client Required Support Files 9.0.1.0.0 " is "Custom"
    Calling query areasQueries2.0.1.4.0 getComponentInstallTypeName
    Query returned : EE
    Calling query generalQueries2.0.1.4.0 getOSName
    Query returned : Linux
    Calling query generalQueries2.0.1.4.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.0.1.4.0 productInstalled
    location = /u01/app/oracle/product/9.0.1
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 9.0.0.0.0
    acceptCompatible = null
    Query returned : false

    Mey be this link can help you!
    http://otn.oracle.com/docs/products/oracle9i/content.html
    With this document i have made my first installation of oracle9i
    on Linux Mandrake8.2
    Good Luky

  • Cannot install onto DW CS6 with latest extension Manager hangs indefinitely ASP Shopping Cart DwZone Software Version 1.3.10 Where to find it Server Behaviors panel DwZone menu  ***Dreamweaver CC users: Please note this extension is only compatible wit

    EM CS6 log file has a single error line, yet it hangs right after license agreement at about 10% progress and never makes it any further.
    [DEBUG] Wed Nov 12 01:23:36 2014 [.187] (OWLMain.cpp,899) -APE environment initializd OK
    [DEBUG] Wed Nov 12 01:23:36 2014 [.187] (OWLMain.cpp,902) -C:\Program Files\Adobe\Adobe Extension Manager CS6
    [DEBUG] Wed Nov 12 01:23:36 2014 [.250] (OWLMain.cpp,937) -Create APE stage window OK
    [INFO] Wed Nov 12 01:23:36 2014 [.437] (OWLMain.cpp,969) -Load swf file succeed.
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (OWLMain.cpp,143) -AIR is ready for the invocation from C++ side
    [TRACE] Wed Nov 12 01:23:38 2014 [.125] (CommandExecutorMfc.cpp,35) -MESSAGE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\GetSupportedLocalList.cpp,56) -Sending Get Locale list request to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,407) -Method Name: airGetLocaleList
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,424) --1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.125] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) --1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,118) -en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_B R,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.281] (..\Control\PumpBridgeTalkMessageCommand.cpp,67) -PumpBridgeTalkMessageCommand::execute(), register bridge talk message handler.
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\Control\OWLFrontController.cpp,165) -RequestId is-1. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\Control\GetSupportedLocalList.cpp,81) -Get Locale list completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1738) -=====Supported locales list items:=====
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -da_DK
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -de_DE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -es_ES
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -fi_FI
    [DEBUG] Wed Nov 12 01:23:38 2014 [.296] (..\MMFC\Source\MacrOS.cpp,1742) -fr_FR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -it_IT
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -nb_NO
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -nl_NL
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -pt_BR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1742) -sv_SE
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1762) -The User preferred language code is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,1765) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,407) -Method Name: airSetLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,424) --2
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,424) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MacrExtensionManager.cpp,1327) -Extension Mnaager starts initializing
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4274) -Bare version is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4275) -6.0.8.28
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4280) -Formal version is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.312] (..\MMFC\Source\MacrOS.cpp,4281) -6.0.8.28
    [DEBUG] Wed Nov 12 01:23:38 2014 [.328] (..\Products\MacrExtensionManagerProduct.cpp,193) -Application name is Adobe Extension Manager CS6.exe
    [DEBUG] Wed Nov 12 01:23:38 2014 [.343] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Bridge CS5.1
    [INFO] Wed Nov 12 01:23:38 2014 [.375] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\Adobe Touch App Plugins), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.390] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Audition CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.406] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\4.0), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Extension Manager CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.421] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Bridge CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.437] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Utilities - CS6\ExtendScript Toolkit CS6), with value (en_US).
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,407) -Method Name: airCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,424) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,424) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.453] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [INFO] Wed Nov 12 01:23:38 2014 [.468] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Utilities - CS5.5\ExtendScript Toolkit CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Photoshop CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Media Encoder CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.484] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\XMP\Custom File Info Panels\3.0), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Extension Manager CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.500] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Device Central CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.515] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InDesign CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.515] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Fireworks CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.531] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\Bridge CS5.1 Extensions\Adobe Output Module), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.531] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Common Files\Adobe\SwitchBoard), with value (en_GB,en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Catalyst CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash CS5.5), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Bridge CS5.1), with value (en_GB).
    [INFO] Wed Nov 12 01:23:38 2014 [.546] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe ExtendScript Toolkit CC), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.578] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Photoshop CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.625] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InCopy CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.640] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.640] (..\MacrProductInfoFromCapsLib.cpp,273) -Got dummy languages for key (C:\Program Files\Adobe\Adobe Dreamweaver CS6), with value (da_DK,en_US;en_AE,en_US;en_GB,en_US;en_IL,en_US;en_XM,en_US;es_MX,es_ES;fi_FI,en_US;fr_C A,fr_FR;fr_MA,fr_FR;fr_XM,fr_FR;hu_HU,en_US;uk_UA,en_US;).
    [INFO] Wed Nov 12 01:23:38 2014 [.687] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.687] (..\MacrProductInfoFromCapsLib.cpp,273) -Got dummy languages for key (C:\Program Files\Adobe\Adobe Flash CS6), with value (da_DK,en_US;en_AE,en_US;en_GB,en_US;en_IL,en_US;es_MX,es_ES;fi_FI,en_US;fr_CA,fr_FR;fr_M A,fr_FR;hu_HU,en_US;nb_NO,en_US;uk_UA,en_US;).
    [INFO] Wed Nov 12 01:23:38 2014 [.703] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Media Encoder CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.718] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Builder 4.6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.734] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Fireworks CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.734] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Flash Builder 4.7), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.750] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe InDesign CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.765] (..\MacrProductInfoFromCapsLib.cpp,232) -Got installed languages for key (C:\Program Files\Adobe\Adobe Prelude CS6), with value (en_US).
    [INFO] Wed Nov 12 01:23:38 2014 [.781] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Bridge CS5.1), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) --3
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.781] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.796] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) --3
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -FamilyName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -4.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Configuration/Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$installfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.812] (..\Control\OWLFrontController.cpp,118) -$pluginsfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder/Plug-Ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$presetsfolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgeappfolder/Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Configuration
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$startupscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$adobecommon/Startup Scripts CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$bridgestartupscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$startupscripts/Adobe Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$adobecommon/Bridge CS5.1 Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensionworkspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$extensions/Workspaces
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$userscripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Bridge CS5.1/Startup Scripts
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\OWLFrontController.cpp,165) -RequestId is-3. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,401) -Product Name for bridge-4.1 is Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,1317) -Display Name for bridge-4.1 is Bridge CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,444) -Product version forBridge CS5.1 is 4.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,463) -Language code for Bridge CS5.1 is en_GB
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Bridge CS5.1 is C:\Program Files\Adobe\Adobe Bridge CS5.1\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for bridge-4.1 is Bridge
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,173) -The product bridge-4.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,1423) -EMStore path for Bridge CS5.1 is C:\Documents and Settings\mike\Application Data\Adobe\Extension Manager CS5.5\Configuration\Extensions\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.828] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,1283) -Preferred folder for Bridge CS5.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,211) -The product bridge-4.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProduct.cpp,173) -The product bridge-4.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows
    [INFO] Wed Nov 12 01:23:38 2014 [.843] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) --4
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.843] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) --4
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe Illustrator CS5.1 Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../..
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$plugin
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Plug-ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.859] (..\Control\OWLFrontController.cpp,118) -Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -15.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -ILST
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -Configuration/ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -$SharedRibsDataFolder/Adobe/Extension Manager CS5.5/Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\OWLFrontController.cpp,165) -RequestId is-4. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,401) -Product Name for illustrator-15.1 is Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1317) -Display Name for illustrator-15.1 is Illustrator CS5.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,444) -Product version forIllustrator CS5.1 is 15.1
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,463) -Language code for Illustrator CS5.1 is en_GB
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Illustrator CS5.1 is C:\Program Files\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Configuration\ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for illustrator-15.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,173) -The product illustrator-15.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1423) -EMStore path for Illustrator CS5.1 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS5.5\Illustrator CS5.1\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,1283) -Preferred folder for Illustrator CS5.1 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,211) -The product illustrator-15.1 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\MacrProduct.cpp,173) -The product illustrator-15.1 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.875] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows
    [INFO] Wed Nov 12 01:23:38 2014 [.890] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) --5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.890] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) --5
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../..
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$plugin
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Plug-ins
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Scripting
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -$InstallFolder/../../../Presets
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator CS6 32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -FamilyName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.906] (..\Control\OWLFrontController.cpp,118) -16.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -ILST
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -Configuration/ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,165) -RequestId is-5. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,401) -Product Name for illustrator-16.032 is Illustrator32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1317) -Display Name for illustrator-16.032 is Illustrator CS6 32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,444) -Product version forIllustrator CS6 32 is 16.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,463) -Language code for Illustrator CS6 32 is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for Illustrator CS6 32 is C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\ai_app_24px.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for illustrator-16.032 is Illustrator
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1459) -EMStore path per-machine for illustrator-16.032 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 32\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for illustrator-16.032 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,1283) -Preferred folder for Illustrator CS6 32 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProduct.cpp,203) -The product illustrator-16.032 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InCopy CS6
    [INFO] Wed Nov 12 01:23:38 2014 [.921] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InCopy CS6), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) --6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.921] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.937] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) --6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$incopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$incopy_user
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -Adobe InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -InCopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -8.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -AICY
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:38 2014 [.953] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InCopy/Version 8.0/en_US/Extensions
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InCopy/Version 8.0/en_US/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,165) -RequestId is-6. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,401) -Product Name for incopy-8.0 is InCopy
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1317) -Display Name for incopy-8.0 is InCopy CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,444) -Product version forInCopy CS6 is 8.0
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,463) -Language code for InCopy CS6 is en_US
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InCopy CS6 is C:\Program Files\Adobe\Adobe InCopy CS6\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for incopy-8.0 is
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1459) -EMStore path per-machine for incopy-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\InCopy CS6\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for incopy-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\InCopy CS6\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,1283) -Preferred folder for InCopy CS6 is C:\Documents and Settings\All Users\Application Data\Adobe\InCopy\Version 8.0\en_US\Extensions\
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProduct.cpp,203) -The product incopy-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InDesign CS5.5
    [INFO] Wed Nov 12 01:23:38 2014 [.968] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InDesign CS5.5), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) --7
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:38 2014 [.968] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) --7
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -UserExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS5.5/Configuration/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$indesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$indesign_user
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -Adobe InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -7.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -IDSN
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:39 2014 [.0] (..\Control\OWLFrontController.cpp,118) -en_GB
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/en_GB/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 7.5/EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InDesign/Version 7.5/en_GB/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,165) -RequestId is-7. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,401) -Product Name for indesign-7.5 is InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1317) -Display Name for indesign-7.5 is InDesign CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,444) -Product version forInDesign CS5.5 is 7.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,463) -Language code for InDesign CS5.5 is en_GB
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InDesign CS5.5 is C:\Program Files\Adobe\Adobe InDesign CS5.5\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for indesign-7.5 is
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,173) -The product indesign-7.5 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1423) -EMStore path for InDesign CS5.5 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 7.5\EmStorePath\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,1283) -Preferred folder for InDesign CS5.5 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 7.5\en_GB\Extensions\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,211) -The product indesign-7.5 is not supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProduct.cpp,173) -The product indesign-7.5 is supported by CS5.5
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe InDesign CS6
    [INFO] Wed Nov 12 01:23:39 2014 [.15] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe InDesign CS6), the installed languages are (en_US)
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.15] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) --8
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:39 2014 [.31] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) --8
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$indesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$InstallFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$indesign_user
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/Adobe InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -DisplayName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -GlobalProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -Adobe InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ProductName
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ProductVersion
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -8.0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -HostNameForCSXS
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -IDSN
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -IconPath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -Configuration/Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -SupportedInSuite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -DefaultLocale
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -en_US
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -NeedLockableExtension
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -ShowInstalledFiles
    [DEBUG] Wed Nov 12 01:23:39 2014 [.46] (..\Control\OWLFrontController.cpp,118) -true
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -Bit
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -32
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -PreExtensionFolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_US/Extensions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -PluginConfigFile
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,118) -$UserDataFolder/Adobe/InDesign/Version 8.0/en_US/PlugInConfig.txt
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,142) -----------------AIR request To C++ End--------------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,165) -RequestId is-8. It is a request used to unlock OK/Cancel
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\macrgetXml_impl.cpp,111) -XML contents parse completed
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,401) -Product Name for indesign-8.0 is InDesign
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1317) -Display Name for indesign-8.0 is InDesign CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,444) -Product version forInDesign CS6 is 8.0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,463) -Language code for InDesign CS6 is en_US
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,191) -Icon Path for InDesign CS6 is C:\Program Files\Adobe\Adobe InDesign CS6\Configuration\Icon.png
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,382) -Product Family Name for indesign-8.0 is
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1459) -EMStore path per-machine for indesign-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\EM Store\InDesign CS6\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1528) -MxiFlag path per-machine for indesign-8.0 is C:\Documents and Settings\All Users\Application Data\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,1283) -Preferred folder for InDesign CS6 is C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 8.0\en_US\Extensions\
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProduct.cpp,203) -The product indesign-8.0 is supported by CS6
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Products\MacrCommonProduct.cpp,90) -Application path is C:\Program Files\Adobe\Adobe Photoshop CS5.1
    [INFO] Wed Nov 12 01:23:39 2014 [.62] (..\MacrProductInfoFromCapsLib.cpp,360) -For product (C:\Program Files\Adobe\Adobe Photoshop CS5.1), the installed languages are (en_GB)
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,76) ----Begin to read xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,77) -The present xman data file is:
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,78) -C:\Program Files\Adobe\Adobe Photoshop CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\MactProductInfoFromBridge.cpp,87) ----End to read  xman configuration data file---
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\macrgetXml_impl.cpp,68) -Sending XML contents to AIR
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,404) --------------------Request (C++ side To AIR part ) Start--------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,407) -Method Name: airParseXML
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) --9
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) -C:\Program Files\Adobe\Adobe Photoshop CS5.1\Configuration\XManConfig.xml
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,424) -Configuration.VariableForExMan.Data
    [DEBUG] Wed Nov 12 01:23:39 2014 [.62] (..\Control\OWLFrontController.cpp,450) --------------------Request (C++ side To AIR part ) End---------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,95) ------------------AIR request To C++ Start-----------------------------------------------
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,98) -Receive the request from AIR, Request name is externalCallBack
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) --9
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -0
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -EmStorePath
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$SharedRibsDataFolder/Adobe/Extension Manager
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$installfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$pluginsfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder/Plug-Ins
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$photoshopappfolder/Presets
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$platform
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -Win
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$actions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Actions
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$blackandwhite
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Black and White
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$brushes
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Brushes
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$channelmixer
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Channel Mixer
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorbooks
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Color Books
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorrange
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$presetsfolder/Color Range
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$colorswatches
    [DEBUG] Wed Nov 12 01:23:39 2014 [.109] (..\Control\OWLFrontController.cpp,118) -$p

    You will be better off asking on DWZone website (or whoever released that extension) if they have the solution for you.  We are not likely to have premium extensions on our system.
    Good luck.

  • Cisco NAC server hang issue

    Hi All Cisco NAC Experts,  I am currently experiencing a Cisco NAC NAC3315-SVR hang issue.
    The issue was already happened for few time on the same server and the symptom when NAC server hung includes no response to ICMP ping, no response to SSH request, no response for access request to CAS management page via https, HA pair was detected down from its HA neighbor and triggered failover to secondary CAS.
    The CAS server was recovered after manually power cycle the hardware. 
    After went through the attachment CAS logs, I found all the services and logging service were stopped when the issue happening but unfortunately there is no any suspicious activity was logged down before or during the issue happening.
    I have also tried to search on Cisco Bug Toolkit but no similar case was found, I believe it was not caused by software bug due to the software version 4.8.1 is running in my company for years and only one CAS server having the issue.
    That will be great if any one can help me out for the same.
    Thanks,
    Eric

    Hi Bro
    This could be a problem with the certificate in that Cisco NAC appliance itself. My suggestion is to redo the certificate generation between the CAS CAM and CA Server. If this still doesn’t work, it could also be due to overload/broadcast storm on the LAN portion. This can be verified via Wireshark.
    If all else fail, then a hardware swap would seem like the next best thing.

  • How do I establish a dial-up connection in Labview to FTP files (I have the internet connectivity toolkit)?

    I'm writing an application that will automatically update files on a server, using the internet toolkit's FTP vi's. It works fine with a LAN, but I'm not sure how to establish a dial-up connection via a telephone modem.
    Ultimately, I'd like the program to dial-up, connect, ftp files, then hang up. So far I have used AT commands through the serial compatiblity vi's to dial up and logon to a local internet provider. The provider then spat out an IP number and an MTU number (1524), followed by periodic spurts of garbabe.
    Any help in getting to the next level would be greatly appreciated.
    Thank you,
    Tom

    Tom,
    You CANNOT dial-up to the ISP using the Internet Developers Toolkit. The toolkit assumes you already have a valid TCP/IP connection. However, many web browsers such as Netscape and Internet Explorer have auto-dialing options that will start dial-up networking automatically when you launch your browser. The only trouble is that the auto-dial wizards can require the user to push buttons, but there is a Shareware program called DUNCE which will take care of the button pushes for you in the auto-dial wizards so the user does not have to intervene in the dial-up process. You can recommend to the customer that the lauch their browser from LV and then have the browser configured for auto-dial and that should take care of the problem. I did not actually try this o
    ut myself, but in theory it should work.
    Zvezdana S.
    National Instruments

  • No connection between soundbooth and extendscript toolkit 2

    I would like to control soundbooth using extendscript toolkit 2. From extendscript I can make a choice to connect to extendscript toolkit 2 itself, to Bridge CS3 and to Soundbooth CS3.
    Bridge and Extendscript connections work OK but conncetion to Soundbooth does not work. I can start Soundbooth from Extendscript but then it hangs trying to make a connection.
    Working under Windows XP service pack 2, dutch
    leo

    See Here...
    Device Not Recognised
    http://support.apple.com/kb/TS1538
    And Here
    iPhone, iPad, or iPod touch not appearing in iTunes
    iPod appears in Windows but not in iTunes
    Also, Here...
    Unable to Update or Restore
    http://support.apple.com/kb/HT1808

Maybe you are looking for

  • Unable to access public ip from branch vpn (Cisco ASA 5510 Firewall)

                       Hi, As per the above diagram in Head office -  able to access public ips In Branch office - unable to access public ips only accessing head office servers and internet is shared from head office. please see the below configuration

  • Can not "post goods issue" against Vendor Return PO.

    Hello Friends, **I have a problem During the "Vendor Return Through Purchase Order" Process.I crated a PO with return flag set.** **Then  1) Created a outbound delivery against purchase order (VL10B)**           2) Created a Billing (VF01)**         

  • Mavericks upgrade made CS5 VERY wonky!

    Encore CS5 freezes/crashes whenever I try to switch the build format to Blu-ray (from DVD- I own a LaCie Blu-ray burner). This worked just fine with Mountain Lion 10.8.5. Any suggestions? I wish I had never upgraded my Mac OS. CS5 had numerous proble

  • Can't get parent div to expand vertically.

    I know the right column floats and I tried a few things I found online but can't get it! http://thecottagesongoldenpond.com/mc_family.html AND I'm making all pages from my initial template, so I will need to add "the missing code" to that template -

  • Editing text in the blank composite target box?

    I am having a very hard time editing text inside the composite target box. Sometimes it moves outside the target box and operates as a static text box. The target box itself shows/hides correctly though the text is not part of it.  I am unable to use