Emctl istop and stop commands

Hi all
I was recently having an issue with OEM in that even though I was logged in as SYS user I was unable to do certain things in EM without getting various errors. One of our devs then said to do an a emctl istop dbconsole and the start the service (i am using windows) using emctl start dbconsole.
This seemed to fix the problem. I have not read anywhere about the i commands can someone explain to me why this worked?
Thanks

Excuse me? I do search, I spend nearly %80 of my time searching at the moment, sometimes people don't understand something which is why they use forums for a different perspective on things.
asam! - Thanks for the reply, but restarting using just the standard emctl start and stop commands didn't fix the issue, it was only when using the istop and then a net service start that the service came back up.
Edited by: Kwisatz78 on Jul 7, 2011 5:40 AM

Similar Messages

  • NI VISA TekTronix RSA3408A "Free Run" and "Stop" Commands?

    Hello
    Is anybody clued up on the "FREE RUN" and "STOP" commands for TekTronix devices? Particularly the RSA3408A, if not, I'll try anything.
    Thank you in advance!

    well, Have you read the manual for that device?
    Tektronics (for some reason) requires you to register to download the manual I'll leave that to you I get enough spam from Tek
    http://www.tek.com/spectrum-analyzers/rsa3000/rsa3​303b-manual/rsa3000b-series
    Jeff

  • WLST: Starting and Stopping JMS Bridges

    Hi,
    I am trying to start and stop JMS Bridges on WL 8.1 using WLST but the bridges don't seem to be responding to the start and stop command.
    I am using the following commands in WLST
    ==============================
    connect("user","pwd","t3://localhost/7001")
    runtime()
    mBeans=home.getMBeansByType("MessagingBridgeRuntime")
    bean = mBeans[0]
    bean.getDescription()
    'Forwarding Messages'bean.getState()
    'Active'bean.stop()
    bean.getDescription()
    'Forwarding Messages'bean.getState()
    'Active'#If I use the console to start/ stop the bridge it gets reflected in wlst
    bean.getDescription()
    'Stopped by administrator.'bean.getState()
    'Active'==============================
    What am I doing wrong ?
    Thanks

    Probably there is a problem with the MBean API's. Please open a support case with BEA.
    HTH,
    -satya
    BEA Blog:
    http://dev2dev.bea.com/blog/sghattu/
    Get Involved in CodeShare:
    https://wls-console-extensions.projects.dev2dev.bea.com/
    https://wlnav.projects.dev2dev.bea.com/
    https://eclipse-wlst.projects.dev2dev.bea.com/
    https://wlst.projects.dev2dev.bea.com/

  • Movie looping after starting syntax with stop command, no compiler and syntax errors...

    using action script...
    stop();
    btn001_btn.addEventListener(MouseEvent.CLICK,showimage1);
    function showimage1(event:MouseEvent):void {
    gotoAndPlay(10);
    btn002_btn.addEventListener(MouseEvent.CLICK,showimage2);
    function showimage2(event:MouseEvent):void {
    gotoAndPlay(20);
    however movie is playing without stopping to "Listen" for a Mouse CLICK. Images placed at frame 10 and 20 should appear only when CLICK'd.
    This code is straight out of Classroom in a Book CS4.
    Any suggestions?

    This action code is in frame 1 and frame 9 and 1
    9 have stop(); commands
    hmmmm

  • Starting and Stopping FMLE from command line yields corrupt .flv files

    I am using FMLE to record and live stream TV content. In order to this I am remotely calling FMLEcmd in order to start and stop encoding processes. The problem that I am running in to is that the .flv files generated are corrupt. The odd thing is that if I use the exact same profile XML from the GUI, then the encoding process works just fine and results appear as intended.
    Here is the way my workflow works:
    I start the process by calling
    FMLEcmd /p C:\lighttpd\htdocs\xml\default.xml /l C:\lighttpd\htdocs\logs\log.txt
    then at the conclusion of the recording I call
    FMLEcmd /s "C:\lighttpd\htdocs\files\default.flv"
    When I attempt to open the files using FFmpeg I get a codec error saying that no codecs were detected. When I attempt to open the files in VLC I get a error saying that the media types are "Undf". When I attempt to open or modify the files with flvtool2 I get an end-of-file error. My guess is that my stop command is incorrect and somehow abruptly stopping the stream, but I don't know another way to stop the stream. Do I need to specify a specific stream duration in the XML and make sure to call the stop command *after* the duration has been reached? What would cause this codec corruption when the same profile works properly from the GUI?
    Here is the profile I am attempting to use.
    <?xml version="1.0" encoding="UTF-16"?>
    <flashmedialiveencoder_profile>
        <preset>
            <name>Custom</name>
            <description></description>
        </preset>
        <capture>
            <video>
            <device>Osprey-440 Video Device 1A</device>
            <crossbar_input>0</crossbar_input>
            <frame_rate>20.00</frame_rate>
            <size>
                <width>640</width>
                <height>480</height>
            </size>
            </video>
            <audio>
            <device>SigmaTel Audio</device>
            <crossbar_input>0</crossbar_input>
            <sample_rate>22050</sample_rate>
            <channels>1</channels>
            <input_volume>75</input_volume>
            </audio>
        </capture>
        <process>
            <video>
            <preserve_aspect></preserve_aspect>
            <deinterlace></deinterlace>
            </video>
        </process>
        <encode>
            <video>
            <format>VP6</format>
            <datarate>650;</datarate>
            <outputsize>640x480;</outputsize>
            <advanced>
                <keyframe_frequency>5 Seconds</keyframe_frequency>
                <quality>Best Quality - Lower Framerate</quality>
                <noise_reduction>None</noise_reduction>
                <datarate_window>Medium</datarate_window>
                <cpu_usage>Dedicated</cpu_usage>
            </advanced>
            <autoadjust>
                <enable>false</enable>
                <maxbuffersize>1</maxbuffersize>
                <dropframes>
                <enable>false</enable>
                </dropframes>
                <degradequality>
                <enable>false</enable>
                <minvideobitrate></minvideobitrate>
                <preservepfq>false</preservepfq>
                </degradequality>
            </autoadjust>
            </video>
            <audio>
            <format>MP3</format>
            <datarate>48</datarate>
            </audio>
        </encode>
        <restartinterval>
            <days></days>
            <hours></hours>
            <minutes></minutes>
        </restartinterval>
        <reconnectinterval>
            <attempts></attempts>
            <interval></interval>
        </reconnectinterval>
        <output>
            <file>
            <limitbysize>
                <enable>false</enable>
                <size>10</size>
            </limitbysize>
            <limitbyduration>
                <enable>false</enable>
                <hours>0</hours>
                <minutes>60</minutes>
            </limitbyduration>
            <path>C:\lighttpd\htdocs\files\default.flv</path>
            </file>
        </output>
        <metadata>
            <entry>
            <key>author</key>
            <value></value>
            </entry>
            <entry>
            <key>copyright</key>
            <value></value>
            </entry>
            <entry>
            <key>description</key>
            <value></value>
            </entry>
            <entry>
            <key>keywords</key>
            <value></value>
            </entry>
            <entry>
            <key>rating</key>
            <value></value>
            </entry>
            <entry>
            <key>title</key>
            <value></value>
            </entry>
        </metadata>
        <preview>
            <video>
            <input>
                <zoom>100%</zoom>
            </input>
            </video>
            <audio></audio>
        </preview>
        <log>
            <level>100</level>
            <directory>C:\Documents and Settings\Administrator\My Documents\My Videos</directory>
        </log>
    </flashmedialiveencoder_profile>

    If issue of corrupt file after cmd line not in GUI mode. Are you using some automation to copy/paste output flv to someother location?
    AFAIK, after placing stop command, FMLE took some time to write proper EOF in FLV. wait ~10 sec for FMLE to complete file writing process and than play in FLV PLayer.
    I tried manually with steps you mentioned and it's working fine for me.I playerd file in Applian Flash PLayer. "http://www.applian.com/flvplayer/"

  • Appleworks:  bounces once, and stops!

    I have read several of the posts about Appleworks and this problem (see below) and have managed to confuse myself about trashing preferences, plists, etc.
    From the suggestions quoted below the crash log, will someone point out the correct order to try the solutions? Or other remedies for Appleworks refusing to start after it crashes. It just bounces once, and stops. The crash log reads thusly:
    Oct 20 09:10:40 power-mac-g4-agp-graphics cp: error processing extended attributes: Operation not permitted
    Oct 20 09:34:54 power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:19 power-mac-g4-agp-graphics crashdump[1783]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Advice:
    "The best, first step in trouble-shooting a misbehaving application is to delete its preference files. Preference files often become corrupted through no fault of the user - it just happens. Although it sounds scary or drastic to do this, it can only help the application. When any application is launched, it looks for its preference files. If it doesn't find any (just like the very first time you started AppleWorks) it will build new ones.
    First, quit AppleWorks if it is running. In all instances, you don't want to trash the Button Bar Preferences if you have customized the Button Bar. You will need to reset any preferences you had changed, but AppleWorks' preferences are simple.
    •In OS X you want to move the AppleWorks preferences found in HD/Users/username/Library/Preferences/AppleWorks & the com.apple.appleworks.plist found in ~/Library/Preferences/ to the Trash, then empty the Trash & restart AppleWorks."
    --OR--
    "1. Open your Applications folder, and then the AppleWorks folder. You should see the AppleWorks icon and several "supporting folders" (AppleWorks Essentials, AppleWorks Extras, Starting Points, etc.)
    2. Control + Click on the AppleWorks icon and select "Show Package Contents"
    3. Double-click to open the Contents folder. Here's where the problem is.
    4 You should see 3 folders and files. The folders should be named MacOS, MacOSClassic and Resources. In all the incidents I've seen, the "MacOS" folder has somehow been renamed with some long obscure cache-like number. Rename this folder MacOS (be sure to type it exactly like this, no space)
    5. Close the Contents folder and Package folder and try to launch Appleworks.
    6. Smile!"
    Unfortunately I may or may not be able to put my hands on the Appleworks disc as I recently rearranged my space.
    Thank you.
    Sheila

    Dale, are you hinting you’d look over the entire log? I’ll post it below.
    I’d like to make clear I didn't do anything. I am not computer savvy enough to try to fix my computer beyond restart and verify permissions.
    When I went to another account and logged back into my account, Appleworks worked in my account.
    Something else; my speakers failed yesterday. When I came back to my account they worked again.
    My Canon ran out of photo ink which seemed to set up some type of system alarm, even though I had no warning ink was running low.
    My mini is on 24/7 and I have the ultimate so it has all the room it needs to fix what I do wrong. I grew up with Fortran, keypunch cards and typewriters
    Thanks again for your expert advice.
    Crash Log:
    Oct 20 09:10:40 s-c-power-mac-g4-agp-graphics cp: error processing extended attributes: Operation not permitted
    Oct 20 09:34:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 10:05:43 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 10:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:05:11 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:40:03 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:00 s-c-power-mac-g4-agp-graphics crashdump[1781]: AppleWorks 6 crashed
    Oct 20 11:52:00 s-c-power-mac-g4-agp-graphics crashdump[1781]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics crashdump[1783]: AppleWorks 6 crashed
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics crashdump[1783]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics crashdump[1785]: AppleWorks 6 crashed
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics crashdump[1785]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics crashdump[1787]: AppleWorks 6 crashed
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics crashdump[1787]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics crashdump[1789]: AppleWorks 6 crashed
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics crashdump[1789]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics crashdump[1793]: AppleWorks 6 crashed
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics crashdump[1793]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics crashdump[1795]: AppleWorks 6 crashed
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics crashdump[1795]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics crashdump[1798]: AppleWorks 6 crashed
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics crashdump[1798]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics crashdump[1800]: AppleWorks 6 crashed
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics crashdump[1800]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics crashdump[1802]: AppleWorks 6 crashed
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics crashdump[1802]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics crashdump[1804]: AppleWorks 6 crashed
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics crashdump[1804]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics crashdump[1806]: AppleWorks 6 crashed
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics crashdump[1806]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:56:21 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:04:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:04:17 s-c-power-mac-g4-agp-graphics crashdump[1822]: AppleWorks 6 crashed
    Oct 20 12:04:17 s-c-power-mac-g4-agp-graphics crashdump[1822]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics crashdump[1825]: AppleWorks 6 crashed
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics crashdump[1825]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics crashdump[1838]: AppleWorks 6 crashed
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics crashdump[1838]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:30:40 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:33:03 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:02:33 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:07:11 s-c-power-mac-g4-agp-graphics crashdump[1878]: AppleWorks 6 crashed
    Oct 20 13:07:11 s-c-power-mac-g4-agp-graphics crashdump[1878]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 13:07:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:39:49 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 14:10:05 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 14:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 15:01:52 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 15:39:57 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:06 s-c-power-mac-g4-agp-graphics crashdump[1998]: AppleWorks 6 crashed
    Oct 20 16:01:06 s-c-power-mac-g4-agp-graphics crashdump[1998]: crash report written to: /Users/sheilacrawford/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics crashdump[2000]: AppleWorks 6 crashed
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics crashdump[2000]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:01:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:03:11 s-c-power-mac-g4-agp-graphics crashdump[2012]: AppleWorks 6 crashed
    Oct 20 16:03:11 s-c-power-mac-g4-agp-graphics crashdump[2012]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:06:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:36:45 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 17:04:18 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 17:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:07:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:08:39 s-c-power-mac-g4-agp-graphics crashdump[2109]: PrintJobMgr crashed
    Oct 20 18:08:39 s-c-power-mac-g4-agp-graphics crashdump[2109]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:09:41 s-c-power-mac-g4-agp-graphics crashdump[2113]: AppleWorks 6 crashed
    Oct 20 18:09:41 s-c-power-mac-g4-agp-graphics crashdump[2113]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 18:09:49 s-c-power-mac-g4-agp-graphics crashdump[2115]: PrintJobMgr crashed
    Oct 20 18:09:49 s-c-power-mac-g4-agp-graphics crashdump[2115]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:09:57 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:12:00 s-c-power-mac-g4-agp-graphics crashdump[2123]: PrintJobMgr crashed
    Oct 20 18:12:00 s-c-power-mac-g4-agp-graphics crashdump[2123]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:21:05 s-c-power-mac-g4-agp-graphics crashdump[2136]: PrintJobMgr crashed
    Oct 20 18:21:05 s-c-power-mac-g4-agp-graphics crashdump[2136]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:32:53 s-c-power-mac-g4-agp-graphics crashdump[2175]: PrintJobMgr crashed
    Oct 20 18:32:53 s-c-power-mac-g4-agp-graphics crashdump[2175]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:33:08 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:07:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:13:52 s-c-power-mac-g4-agp-graphics crashdump[2212]: PrintJobMgr crashed
    Oct 20 19:13:52 s-c-power-mac-g4-agp-graphics crashdump[2212]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 19:30:55 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (Fax Assistant): AESendMessage returned error -1712
    Oct 20 19:30:56 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (Fax Server): AESendMessage returned error -1712
    Oct 20 19:30:56 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (iCalAlarmScheduler): AESendMessage returned error -1712
    Oct 20 19:31:11 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:31:13 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:31:13 s-c-power-mac-g4-agp-graphics loginwindow[2224]: Login Window Started Security Agent
    Oct 20 19:31:17 s-c-power-mac-g4-agp-graphics shutdown: reboot by root:
    Oct 20 19:31:17 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: authentication service (2246) did not complete successfully
    Oct 20 19:31:18 s-c-power-mac-g4-agp-graphics kernel[0]: (2258: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2285: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2286: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: The following StartupItems failed to properly start:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2287: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: /System/Library/StartupItems/AuthServer
    Oct 20 19:31:48 localhost kernel[0]: hi mem tramps at 0xffe00000
    Oct 20 19:31:48 localhost kernel[0]: PAE enabled
    Oct 20 19:31:48 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Oct 20 19:31:48 localhost kernel[0]: vmpagebootstrap: 250507 free pages
    Oct 20 19:31:48 localhost kernel[0]: migtable_maxdispl = 71
    Oct 20 19:31:48 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Oct 20 19:31:48 localhost kernel[0]: 79 prelinked modules
    Oct 20 19:31:48 localhost kernel[0]: ACPI CA 20060421
    Oct 20 19:31:48 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Oct 20 19:31:48 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Oct 20 19:31:48 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Oct 20 19:31:48 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Oct 20 19:31:48 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Oct 20 19:31:48 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Oct 20 19:31:48 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Oct 20 19:31:48 localhost kernel[0]: Started CPU 01
    Oct 20 19:31:48 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Oct 20 19:31:48 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Oct 20 19:31:48 localhost kernel[0]: Security auditing service present
    Oct 20 19:31:48 localhost kernel[0]: BSM auditing present
    Oct 20 19:31:48 localhost kernel[0]: disabled
    Oct 20 19:31:48 localhost kernel[0]: rooting via boot-uuid from /chosen: B7D60B58-9BEA-48BF-B380-5534D9F830E8
    Oct 20 19:31:48 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Oct 20 19:31:48 localhost kernel[0]: USB caused wake event (EHCI)
    Oct 20 19:31:48 localhost kernel[0]: FireWire (OHCI) Lucent ID 5811 PCI now active, GUID 0016cbfffee35a86; max speed s400.
    Oct 20 19:31:48 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/FUJITSU MHV2080BHPL Media/IOGUIDPartitionScheme/Customer@2
    Oct 20 19:31:48 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Oct 20 19:31:48 localhost kernel[0]: HFS: Removed 5 orphaned unlinked files
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Oct 20 19:31:48 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Oct 20 19:31:48 localhost kernel[0]: Jettisoning kernel linker.
    Oct 20 19:31:48 localhost kernel[0]: Resetting IOCatalogue.
    Oct 20 19:31:48 localhost kernel[0]: GFX0: family specific matching fails
    Oct 20 19:31:48 localhost kernel[0]: display: family specific matching fails
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 2
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:49 localhost kernel[0]: GFX0: family specific matching fails
    Oct 20 19:31:49 localhost kernel[0]: display: family specific matching fails
    Oct 20 19:31:49 localhost kernel[0]: Previous Shutdown Cause: 0
    Oct 20 19:31:49 localhost kernel[0]: mac 10.3 phy 6.1 radio 10.2
    Oct 20 19:31:49 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Oct 20 19:31:48 localhost memberd[45]: memberd starting up
    Oct 20 19:31:48 localhost mDNSResponder-108.2 (Aug 25 2006 14: 50:48)[38]: starting
    Oct 20 19:31:48 localhost DirectoryService[49]: Launched version 2.1 (v353.2)
    Oct 20 19:31:49 localhost lookupd[58]: lookupd (version 369.6) starting - Fri Oct 20 19:31:49 2006
    Oct 20 19:31:49 localhost diskarbitrationd[44]: disk0s2 hfs 9D8BC716-813D-3D21-BB03-8D0046276A54 Macintosh HD /
    Oct 20 19:31:50 localhost kernel[0]: yukonosx: Ethernet address 00:16:cb:a5:f4:2d
    Oct 20 19:31:50 localhost kernel[0]: AirPort_Athr5424: Ethernet address 00:17:f2:40:01:28
    Oct 20 19:31:50 localhost lookupd[68]: lookupd (version 369.6) starting - Fri Oct 20 19:31:50 2006
    Oct 20 19:31:50 localhost kernel[0]: unable to start recv logic
    Oct 20 19:31:50 localhost kernel[0]: athchanset: unable to restart recv logic
    Oct 20 19:31:50 s-c-power-mac-g4-agp-graphics configd[42]: setting hostname to "s-c-power-mac-g4-agp-graphics.local"
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: Registering For 802.11 Events
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: display: Not usable
    Oct 20 19:31:52 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:31:53 s-c-power-mac-g4-agp-graphics kernel[0]: AppleYukon - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled
    Oct 20 19:31:53 s-c-power-mac-g4-agp-graphics loginwindow[73]: Login Window Started Security Agent
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[68]: exited abnormally: Hangup
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics configd[42]: posting notification com.apple.system.config.network_change
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics lookupd[98]: lookupd (version 369.6) starting - Fri Oct 20 19:31:55 2006
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics configd[42]: setting hostname to "c-24-30-32-69.hsd1.ga.comcast.net"
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics configd[42]: target=enable-network: disabled
    Oct 20 19:31:57 s-c-power-mac-g4-agp-graphics mDNSResponder: Adding browse domain local.
    Oct 20 19:38:08 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:43:19 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:43:21 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:43:21 s-c-power-mac-g4-agp-graphics loginwindow[279]: Login Window Started Security Agent
    Oct 20 19:43:34 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:54:05 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:54:07 s-c-power-mac-g4-agp-graphics loginwindow[325]: Login Window Started Security Agent
    Oct 20 20:12:51 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:57 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:57 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.ap

  • Need help getting Tomcat 5.0.28 to start (and stop, eventually)

    Hi!
    I am such a newbie to the Terminal and writing scripts, so please forgive my naiveté. I have successfully installed Tomcat in my /usr/local directory, but I am having trouble creating files to start and stop Tomcat, per the instructions on the following page:
    http://developer.apple.com/internet/java/tomcat1.html
    I've followed the directions but continue to get the following error after I execute ~/bin/start_tomcat.
    -bash: start_tomcat: command not found
    My file contains the following code:
    #!/bin/sh /n
    export CATALINA_HOME=/usr/local/jakarta-tomcat-5.0.28 /n
    export JAVA_HOME=/usr /n
    $CATALINA_HOME/bin/startup.sh /n
    If anyone can help me, I would really, really, really appreciate it!
    Thanks!
    PowerBook G4 12"   Mac OS X (10.4.5)  

    Why are there all those "/n" there? Either you or the place you copied from has the wrong slash. But still, it's wronger than that to have them at all: "\n" means a newline (i.e., press "return") not the actual "backslash en" characters. Sometimes people post code with those \n visible: by making it explicit where a line-break should be, one doesn't have as much trouble when a web browser reformats the text and puts line breaks where they don't belong.

  • 7344 Motion board stop command causing system to drop

    I have a hydrolic system(in closed loop mode) controlled by a 7344s analog output.
    a value changes depending on the voltage from the 7344:
    positive voltage lets water into the system
    negative voltage lets water out of the system.
    due to the design of the system, water has to be constintly fed into it to hold position.
    Now if I call a stop command while holding position(encoder counts are not moving) the voltage drops to zero before going back to its previous value(1-1.5v) only issue is that the system drops until the voltage gets back up.
    In contrast, a halt stop is immediate and abrupt. The target position is set to the position of the axis at the moment the VI is executed. On servo axes, full torque is applied to stop the motor(s) as quickly as possible. On stepper axes, the step pulses are immediately ceased.
    I am using a halt stop(1) would a decelerate stop(0) be better for this application?

    The behavior you are describing sounds like the response of a halt stop when a following error exists in a closed loop stepper.  When a halt stop is performed on an axis the following error is cleared and the holding force on the motor is removed.  This is a known issure for NI-Motion drivers prior to 7.2, and is fixed in that release.  You can download the NI-Motion 7.2 driver here:
    NI-Motion Version 7.2 for Windows 2000/XP
    http://digital.ni.com/softlib.nsf/websearch/a38d3ad4a8b0f200862570f100758773
    S. Arves S.
    National Instruments
    Applications Engineer

  • IMac Safari jumps once and stops...

    I am using iMac OS X version 10.9.4 and it runs (not any more) Safari 7.0.5
    I was working on online photobook and once closed it didn't wont to open again. I need to finish the book but unable toopen Safari. As the only browser on Mac can't get any internet at all. The icon jumps once and stops there. Tried to verified disc and clicked Repair Disc Permissions but now Safary icon bouncesfor a shorttime and after that we are back to step one.
    I never in 4 years had any problem whatsoever.  Please can anyone help? Thanks

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • How do i start a motion tween by clicking a button and stop it at the end of the tween.

    Hi guys,
    I am creating a website for a project and i am trying to activate a box bropping down from another box when i click on the enter here button i have created. I have set the motion tween and its working when i preview i just unsure of the correct actionscript to start this tween when i have clicked the entere here button or how to stop it at the end of the tween.
    I am scared i may have made the layers in the wrong place, they are all currently in scene 1. does my second box that is dropping down need to be set inside the layers of the first box?
    Bit of a newbie at this.
    Thanks in advance!

    Create the dropping box movieclip as an animation by itself with a stop() coomand in the first frame and a stop() command in the last frame.  The click of the button should tell the movieclip to play(); at which point the animation should play and stop at the end.
    Another option would be to use an actionscript Tween to make the box drop.  Going that route the animation is what you code it to be and there is no need to have to stop it as it will end where you tell the Tween to end at.

  • Can "cycle" be set to stop at the end, and/or go to the start and stop there?

    Maybe I'm looking in the wrong place for this feature. I'm used to a daw that provides a method to identify a region (similar to Cycle Mode), but gives the options to do one of several things, rather than only loop that passage endlessly. Sometimes I want playback to stop at the end of the passage...and when I hit return, it will go to the beginning of the passage and stop there. Or..sometimes I want the playhead to go to the beginning of the passage and stop there, instead of continuously loop. I rarely want an endless loop of the section.
    Sometimes I don't want a region at all, I simply want to set a memory location and have the playhead go there any time I hit return, instead of go to the beginning of the sequence, or to the beginning of a cycle to start looping.
    thanks

    Yeah...I've worked out an alternative, but it would be very nice if there was a feature like what I'm talking about. Basically, a start and end memory location that is multi configurable to whatever you want. It can loop, or just go back to the start location and stop. And every press of rewind takes you to the start.
    I've come up with the key command, go to left locator or right locator, and don't enable cycle mode.

  • Embedded Looping Video and stop();

    HI
    I have embedded a looped video into a flash slideshow where i
    use a next and previous button to navigate from one slide to the
    next.
    My question is can you insert a stop(); command in the frame
    where the looping video is placed so i can hold the slideshow on
    that slide (until i hit the next button) without stopping the
    video?
    Any help would be greatly appreciated.

    create a new fla with something on its timeline so you can see if it loops and attach:
    stop();
    to its last frame.  does it loop?  if yes, zip your fla and attach it.

  • Pause and Stop implementation in streaming audio

    Hi,
    I am building a program that transmits audio over a TCP connection(using ServerSocket and Socket classes). My problem is that I am not being able to correctly implement the 'Pause' and 'Stop' option. Let's go into more details:
    When the "Play" button is clicked, following line is invoked:
       Play(){
         dataOut.write(fileToPlay.getBytes());
         // write the name of file requested to dataOut, and dataOut is the TCP socket's OutputStream
         //initilized as dataOut = dataSocket.getOutputStream
         controlOut.write( PLAY_REQUESTED_FILE);
         //an int argument, server interprets this and reads the dataOut
         //and sends the audio bytes after encoding
         Player P = new Palyer (dataIn, controlIn);
         PlayerThread pt = new Thread(p);
         pt.start();
    }                    the Player class's run method is:
    public void run() {
            stopReq = false;
         //here the line object is opened and started.
         int nBytesRead = 0;
         new Thread(stat).start(); //this thread gives continuos statistics of bandwidth used
         while (nBytesRead != -1) {
               nBytesRead = dataIn.read(buf);
               //some decoding of buf goes on here
                line.write(decoded, 0, decoded.length);
    }          The server works in a very similar fashion:
         when the PLAY_REQUESTED_FILE command is recieved, if invokes this play method:
              File f = getFileName(dataIn); // this gets the file name from input stream of the sockt
         Streamer s = new Streamer(f, dataOut);
         StreamerThread st = new Thread(s);
         st.start();
              the Streamer class's run method is:
              while (fis.available() != 0 ) {
              fis.read(dataBuffer);
              //fis is the stream to read the File object passed to constructor
              //some compression happens here and then,
              dataOut.write(dataBuffer);
              please help me implement the stop and pause options(the client GUI has the pause and stop buttons in place).
         as always, help is greatly appreciated,
         thanks in advance
         Ishwar

    thank you for your reply captfoss, i see that you're always the first one to reply, i am really grateful for that.
    yes, i have already written code for issuing the stop and pause command, but i don't know how exactly one should implement them. i mean, i sure there'll have to to be some sort of lock object on which notify( ) and wait( ) methods will have to called, but i am not being able to do that. . something similar (but not same) thing has been discussed here http://www.javalobby.org/java/forums/t18465.html at the end of the page, please help as i have tried everything i can and still it adamantly refuses to work..

  • Batch file to start and stop services

    I've setup a CF Probe on my Development Server to ensure my
    CF Production server is up and running (services = Apache and CF
    Application Server). It checks the PROD login page and if it times
    out in 30 sec the probe fails. I understand I can execute a file
    (batch file with net start and net stop) but the problem is I need
    to have the probe somehow point to the .bat file on the PROD server
    and not on the local machine. How can I remotely access this batch
    file and execute it? I don't know how to point to the file on the
    other server... can anyone help?

    Hi Ken,
    You had pointed me in the right direction regarding the
    psstools in order to create a batch file that can remotely start
    and stop services.
    i used the psexec command and am able to successfully restart
    the services needed remotely... however when i pick the file in the
    coldfusion administrator (in the probes section) how to i point to
    the batch file to run? it seems like the probe is not running the
    script like i want... the file is located on the c:\ so i entered
    c:\test2.bat...
    Thanks,
    Matt
    Matt,
    You should review the online help in the cfadmin for probes
    and the links it points you to in the developer's guide. Basically
    you need to define a new probe in the cfadmin by clicking the
    "Define New Probe" button. One of the probe's attributes will be
    what action. Define the action as a program and point it at a batch
    file running psexec. You will probably need to run CFMX as a
    specific user and not as localsystem, which is the default.

  • Is there a way to Start and Stop OC4J through Services

    Currently we are starting and stopping OC4J manually through the Dos command prompt on our servers. We are interested in making it a Services where we can start and stop OC4J thourgh the services option on the control panel in windows. Any suggestions would be greatly appriciated.
    Thanks!
    Chad

    This has been discussed several times in this forum. One of the thread is
    How can I set the export path in Form Builder 6i?
    yes, you can use Windows Resource Kit or some third party freeware to do so.
    regards
    Debu

Maybe you are looking for