Help with parsing logs

Does anybody know of any tools or reference materials i can used to research how to parse log files

http://www.google.com/search?q=java+log+analyzer

Similar Messages

  • Need help with log4j logging tool (org.apache.log4j.*) to log into database

    Hi,
    I need help with log4j logging tool (org.apache.log4j.*) to log into database using JDBCAppender. Have look at my logger code and corresponding log4j.properties file stated below. I'm running this program using Eclipse IDE and it's giving me the following error (highlighted in red) at the end:
    log4j: Parsing for [root] with value=[debug, stdout, Roll, CRSDBAPPENDER].
    log4j: Level token is [debug].
    log4j: Category root set to DEBUG
    log4j: Parsing appender named "stdout".
    log4j: Parsing layout options for "stdout".
    log4j: Setting property [conversionPattern] to [%x %d{HH:mm:ss,SSS} %5p [%t] (%c:%-4L %M) - %m%n].
    log4j: End of parsing for "stdout".
    log4j: Parsed "stdout" options.
    log4j: Parsing appender named "Roll".
    log4j: Parsing layout options for "Roll".
    log4j: Setting property [conversionPattern] to [%x %d{yyyy.MM.dd HH:mm:ss,SSS} %5p [%t] (%c:%-4L %M) - %m%n].
    log4j: End of parsing for "Roll".
    log4j: Setting property [file] to [HelloWorld.log].
    log4j: Setting property [maxBackupIndex] to [10].
    log4j: Setting property [maxFileSize] to [20KB].
    log4j: setFile called: HelloWorld.log, true
    log4j: setFile ended
    log4j: Parsed "Roll" options.
    log4j: Parsing appender named "CRSDBAPPENDER".
    {color:#ff0000}
    Can't find class HelloWorld{color}
    import org.apache.log4j.*;
    public class HelloWorld {
    static Logger log = Logger.getLogger(HelloWorld.class.getName());
    public static void main(String[] args) {
    try{
    // Now, try a few logging methods
    MDC.put("myComputerName", "Ravinder");
    MDC.put("crsServerName", "ARNDEV01");
    log.debug("Start of main()");
    log.info("Just testing a log message with priority set to INFO");
    log.warn("Just testing a log message with priority set to WARN");
    log.error("Just testing a log message with priority set to ERROR");
    log.fatal("Just testing a log message with priority set to FATAL");
    catch(Exception e){
    e.printStackTrace();
    ------------------------- log4j.properties file ------------------------------
    #### Use three appenders - log to console, file and database
    log4j.rootCategory=debug, stdout, Roll, CRSDBAPPENDER
    log4j.debug=true
    # Print only messages of priority WARN or higher for your category
    # log4j.category.your.category.name=WARN
    # Specifically inherit the priority level
    # log4j.category.your.category.name=INHERITED
    #### stdout - First appender writes to console
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender
    log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
    log4j.appender.stdout.layout.ConversionPattern=%x %d{HH:mm:ss,SSS} %5p [%t] (%c:%-4L %M) - %m%n
    #### Roll - Second appender writes to a file
    log4j.appender.Roll=org.apache.log4j.RollingFileAppender
    ##log4j.appender.Roll.File=${InstanceName}.log
    log4j.appender.Roll.File=HelloWorld.log
    log4j.appender.Roll.MaxFileSize=20KB
    log4j.appender.Roll.MaxBackupIndex=10
    log4j.appender.Roll.layout=org.apache.log4j.PatternLayout
    log4j.appender.Roll.layout.ConversionPattern=%x %d{yyyy.MM.dd HH:mm:ss,SSS} %5p [%t] (%c:%-4L %M) - %m%n
    #### CRSDBAPPENDER - third appender writes to the database
    log4j.appender.CRSDBAPPENDER=org.apache.log4j.jdbc.JDBCAppender
    log4j.appender.CRSDBAPPENDER.Driver=net.sourceforge.jtds.jdbc.Driver
    log4j.appender.CRSDBAPPENDER.URL=jdbc:jtds:sqlserver:/arncorp15:1433;DatabaseName=LOG
    log4j.appender.CRSDBAPPENDER.USER=sa
    log4j.appender.CRSDBAPPENDER.PASSWORD=p8ss3doff
    log4j.appender.CRSDBAPPENDER.layout=org.apache.log4j.PatternLayout
    log4j.appender.CRSDBAPPENDER.sql=INSERT INTO LOG (computername, crsservername, logtime, loglevel, threadname, filename, linenumber, logtext) VALUES ('%X{myComputerName}', '%X{crsServerName}', '%d{dd MMM yyyy HH:mm:ss,SSS}', '%p', '%t', '%F', '%L', '%m')
    #log4j.appender.CRSDBAPPENDER.sql=INSERT INTO LOG(COMPUTERNAME,CRSSERVERNAME,LOGTIME,LOGLEVEL,THREADNAME,FILENAME,LINENUMBER,LOGTEXT) select host_name(),'${CRSServerName}${InstanceName}','%d','%5p','%t','%F','%L','%m%n'
    #log4j.appender.CRSDBAPPENDER.sql=INSERT INTO LOG (computername, crsservername, logtime, loglevel, threadname, filename, linenumber, logtext) VALUES ("%X{myComputerName}", "%X{crsServerName}", "%d{dd MMM yyyy HH:mm:ss,SSS}", "%p", "%t", "%F", "%L", "%m")
    ------------------------------- end of log4j.properties file ------------------------------
    Here is the directory structure of my program. My log4j.properties file and HelloWorld.class file are residing in folder HelloWorld\bin.
    HelloWorld\bin
    HelloWorld\lib
    HelloWorld\src
    Please note - The same program works fine for console and file appender when I comment the database appender part in my properties file.
    Thanks
    Ravinder

    try this :
    log4j.appender.PROJECT.Append=false

  • Can anyone help with this log? Thanks in advance

    Can you please help with this?
    I cannot make any sense out if it.
    Thank You
    Wed Jan 14 17:06:08 2009
    panic(cpu 1 caller 0x001A8CEC): Kernel trap at 0x00c8000e, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x96ff3776, CR3: 0x01461000, CR4: 0x00000660
    EAX: 0x07a3f000, EBX: 0x07a3fd44, ECX: 0x00001342, EDX: 0x00003384
    CR2: 0x96ff3776, EBP: 0x7ab8f918, ESI: 0x07a3f004, EDI: 0x0000001c
    EFL: 0x00010202, EIP: 0x00c8000e, CS: 0x00000008, DS: 0x077b0010
    Error code: 0x00000002
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x7ab8f308 : 0x12b0fa (0x459234 0x7ab8f33c 0x133243 0x0)
    0x7ab8f358 : 0x1a8cec (0x4627a0 0xc8000e 0xe 0x461f50)
    0x7ab8f438 : 0x19eed5 (0x7ab8f450 0x53654c 0x7ab8f918 0xc8000e)
    0x7ab8f448 : 0xc8000e (0xe 0x48 0x7ab80010 0xbe0010)
    0x7ab8f918 : 0xc84911 (0x79df804 0x7a3f004 0x0 0x0)
    0x7ab8f988 : 0xba8f79 (0x79df804 0x7a3f004 0x0 0x0)
    0x7ab8fb48 : 0xba005b (0x0 0x5340f0 0xd3000001 0x8c55a000)
    0x7ab8fb98 : 0xba156f (0x74db400 0x6f1c400 0x0 0x4)
    0x7ab8fbe8 : 0xba1673 (0x74db400 0x74ce100 0xb7e350 0x79b43c0)
    0x7ab8fc08 : 0xb83133 (0x74db400 0x1 0x0 0x0)
    0x7ab8fc68 : 0xb7c93a (0x74db400 0x5 0x5 0x7801a60)
    0x7ab8fc98 : 0x40fbf5 (0x74db400 0x7801a60 0x7801a60 0x0)
    0x7ab8fce8 : 0x43af53 (0x74db400 0x7801a60 0x7801a60 0x0)
    0x7ab8fd48 : 0x18d210 (0x74db400 0x7801a60 0x0 0x0)
    0x7ab8fdb8 : 0x12d17e (0x767d178 0x767d490 0x7ab8fdf8 0x11ee14)
    0x7ab8fdf8 : 0x126257 (0x767d100 0x6db6ebc 0x7722d20 0x0)
    Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.NVDAResman(5.3.0)@0xb9e000->0xdddfff
    dependency: com.apple.iokit.IONDRVSupport(1.5.2)@0xb90000
    dependency: com.apple.iokit.IOPCIFamily(2.4.1)@0x5c1000
    dependency: com.apple.iokit.IOGraphicsFamily(1.5.2)@0xb74000
    com.apple.iokit.IOGraphicsFamily(1.5.2)@0xb74000->0xb8ffff
    dependency: com.apple.iokit.IOPCIFamily(2.4.1)@0x5c1000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    9F33
    Kernel version:
    Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F42388C8)

    Andrea Paesano wrote:
    I have updated the ram but this was over 2 years ago it was right after i purchased the mbp; I never had problem with this computer until last week. Funny enough is now working perfectly "knocking on wood"
    There are two problems with taking that approach to RAM:
    1) RAM can go bad over time for various reasons.
    2) Bad RAM is often only detected if it's something important.
    For example, if a pixel in a graphic changes you may not notice.
    If a jump address in a program changes, it will crash.
    If it's in the kernel, you'll get a panic.
    Worse yet, RAM failures often depend on the value of cells around them, so it's quite possible to get a memory location that only fails if the addresses before and after it contain a particular value.

  • Help with parse... see example

    Hey,
    I need some help with this, i'm writing a program which reads from a database and when it does, It does some validation.
    My problem is this: I need to convert it from a date to string (or string to date, it doesn't matter). I get an error saying it is an undefined data type. please see the examples of my code
    So for example, cost works, when i convert to int. For parseInt illustrated here
         //Cost
         public void setCost(String sCostA) throws Exception {
              try{
                   Validation.IsValid(sCostA + "","N","M","","","0","");
                   iCost = Integer.parseInt(sCostA);
              }catch (Exception e){
                   throw new Exception("Cost Invalid:\n"+e);
         public void setCost(int iCostA) throws Exception {
              try{
                   Validation.IsValid(iCostA + "","N","M","","","0","");
                   iCost = iCostA;
              }catch (Exception e){
                   throw new Exception("Cost Invalid:\n"+e);
         }While if i try date, it doesn't work. Here is my code...
         //Expire_Date
         public void setExpire_Date(String sExpire_DateA) throws Exception {
              try{
                   Validation.IsValid(sExpire_DateA + "","D","O","","","0","");
                   dtExpire_Date = Date.parseDate(sExpire_DateA);
              }catch (Exception e){
                   throw new Exception("Date_Given Invalid:\n"+e);
         public void setExpire_Date(Date dtExpire_DateA) throws Exception{
              try{
                   Validation.IsDate(dtExpire_DateA + "O");
                   dtExpire_Date = dtExpire_DateA;
              }catch (Exception e){
                   throw new Exception ("Expire_Date is an Invalid Date:\n"+e);
         }I know there should be a way to fix this, i hope someone can help me
    If there is any more info you require please let me know
    Thanks in advance
    Lutty182

    I don't quite understand what you are doing but converting between a data and a string you might want to look at SimpleDateFormat.

  • Need help with error log

    Hello folks...
    I wish I knew what I was looking at here, hopefully someone can make sense of this for me?
    Yesterday I started up Flex Builder 3 and had an error.  All I could see was java this java that...so I reinstalled java, hoping that might do something.
    now I get a little different error than I saw, but I still see a lot of java references.
    Thanks for you help!
    ===========================================
    !ENTRY org.eclipse.core.resources 2 10035 2010-08-17 09:43:30.531
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    !ENTRY org.eclipse.osgi 4 0 2010-08-17 09:43:30.781
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (69).
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1018)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 74)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
        at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :111)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by: org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree element '/EZServe/bin-release/com/dougmccune/.svn/entries' not found.
        at org.eclipse.core.internal.dtree.AbstractDataTree.handleNotFound(AbstractDataTree.java:257 )
        at org.eclipse.core.internal.dtree.DeltaDataTree.getData(DeltaDataTree.java:585)
        at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:50)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:47)
        at org.eclipse.core.internal.dtree.DeltaDataTree.asBackwardDelta(DeltaDataTree.java:88)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:816)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:792)
        at org.eclipse.core.internal.watson.ElementTree.immutable(ElementTree.java:517)
        at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:670)
        at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1319)
        at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1949)
        at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1713)
        at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:363)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:9 99)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:993)
        ... 29 more
    Root exception:
    org.eclipse.core.internal.dtree.ObjectNotFoundException: Tree element '/EZServe/bin-release/com/dougmccune/.svn/entries' not found.
        at org.eclipse.core.internal.dtree.AbstractDataTree.handleNotFound(AbstractDataTree.java:257 )
        at org.eclipse.core.internal.dtree.DeltaDataTree.getData(DeltaDataTree.java:585)
        at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:50)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.NoDataDeltaNode.asBackwardDelta(NoDataDeltaNode.java:59)
        at org.eclipse.core.internal.dtree.DataDeltaNode.asBackwardDelta(DataDeltaNode.java:47)
        at org.eclipse.core.internal.dtree.DeltaDataTree.asBackwardDelta(DeltaDataTree.java:88)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:816)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:815)
        at org.eclipse.core.internal.dtree.DeltaDataTree.reroot(DeltaDataTree.java:792)
        at org.eclipse.core.internal.watson.ElementTree.immutable(ElementTree.java:517)
        at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:670)
        at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1319)
        at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:1949)
        at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:1713)
        at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:363)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:9 99)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:993)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 74)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
        at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :111)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !ENTRY org.eclipse.osgi 4 0 2010-08-17 09:43:30.796
    !MESSAGE An error occurred while automatically activating bundle com.adobe.flexbuilder.project (34).
    !STACK 0
    org.osgi.framework.BundleException: The activator com.adobe.flexbuilder.project.internal.FlexProjectCore for bundle com.adobe.flexbuilder.project is invalid
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 70)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
        at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication$1.run(FlexBuilderApplication.java :101)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
        at org.eclipse.swt.widgets.Display.release(Display.java:3345)
        at org.eclipse.swt.graphics.Device.dispose(Device.java:261)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :128)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by: java.lang.NoClassDefFoundError: org/eclipse/core/resources/IResource
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:136)
        ... 41 more
    Root exception:
    java.lang.NoClassDefFoundError: org/eclipse/core/resources/IResource
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:136)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 70)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :417)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:189)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:34 0)
        at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:37)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :405)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication$1.run(FlexBuilderApplication.java :101)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
        at org.eclipse.swt.widgets.Display.release(Display.java:3345)
        at org.eclipse.swt.graphics.Device.dispose(Device.java:261)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :128)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    !ENTRY org.eclipse.osgi 4 0 2010-08-17 09:43:30.843
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: com/adobe/flexbuilder/project/asn/ASNBridge$ILicenseChangedListener)
        at org.eclipse.swt.SWT.error(SWT.java:3563)
        at org.eclipse.swt.SWT.error(SWT.java:3481)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
        at org.eclipse.swt.widgets.Display.release(Display.java:3345)
        at org.eclipse.swt.graphics.Device.dispose(Device.java:261)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :128)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:106)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:76)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Caused by: java.lang.NoClassDefFoundError: com/adobe/flexbuilder/project/asn/ASNBridge$ILicenseChangedListener
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication$1.run(FlexBuilderApplication.java :101)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
        ... 18 more
    !ENTRY org.eclipse.osgi 2 0 2010-08-17 09:43:30.953
    !MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-08-17 09:43:30.953
    !MESSAGE Bundle update@plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.0.4.200706071.jar was not resolved.
    !SUBENTRY 2 org.eclipse.datatools.connectivity.oda.template.ui 2 0 2010-08-17 09:43:30.953
    !MESSAGE Missing required bundle org.eclipse.pde.ui_[3.2.0,4.0.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-08-17 09:43:30.953
    !MESSAGE Bundle update@plugins/com.adobe.flexbuilder.debug.e32_3.0.214193.jar was not resolved.
    !SUBENTRY 2 com.adobe.flexbuilder.debug.e32 2 0 2010-08-17 09:43:30.953
    !MESSAGE Missing required bundle org.eclipse.debug.ui_[3.2.0,3.3.0).
    !ENTRY org.eclipse.osgi 2 0 2010-08-17 09:43:30.953
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-08-17 09:43:30.953
    !MESSAGE Bundle update@plugins/com.adobe.flexbuilder.debug.e32_3.0.214193.jar [15] was not resolved.
    !SUBENTRY 2 com.adobe.flexbuilder.debug.e32 2 0 2010-08-17 09:43:30.953
    !MESSAGE Missing required bundle org.eclipse.debug.ui_[3.2.0,3.3.0).
    !SUBENTRY 1 org.eclipse.osgi 2 0 2010-08-17 09:43:30.953
    !MESSAGE Bundle update@plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.0.4.200706071.jar [89] was not resolved.
    !SUBENTRY 2 org.eclipse.datatools.connectivity.oda.template.ui 2 0 2010-08-17 09:43:30.953
    !MESSAGE Missing required bundle org.eclipse.pde.ui_[3.2.0,4.0.0).

    Sorry...I'm completely new to Flex.
    What do you mean by changing the workspace?
    When I try to start Flex Builder 3, I can go no further as the error message comes up.  Can I change the workspace outside of the application...if so, how?
    Thanks much!

  • Urgent - please help with parsing HTML

    Hi,
    I'm very new to Java - i'm a biology major, actually, but taking this class for fun. Unfortunately, I'm having quite a bit of trouble with it. I've written a class that downloads a web page, converts it to a string, and then sends the string to another class, called BankRecord.
    The web page string looks something like this:
    bodylinks101>Prime Mortgage</a><br><span class=bodytext101>(909) 369-1012</span></td><td bgcolor=#e4e4e4 valign=top align=center><span class=bodytext101>4/18/2003</span><br><span class=bodytext101>10:15</td><td bgcolor=#e4e4e4 valign=top align=center><span class=bodytext101>5.875%</span>
    So, what I am trying to do is parse the HTML so that it returns, as a string, the appropriate information. For example, in the above HTML, I want "Prime Mortgage (909) 369-1012 4/18/2003" etc.
    The above is just one record, with several fields (bank name, phone number, date). The entire web page has quite a few records, for different banks, and I need to extract all of them. I think I've figured out how to find the start and end of the first record, but I don't know how to go about looking for more records. I'm guessing a loop? Also, how do I go about distinguish between the fields in each record (i.e., how to distinguish between phone number and date fields) Here is the code I have so far:
    import java.util.*;
    public class BankRecord
        //  Set up variables
        private String strContent;
        private Integer intPos;
        //  Constructor
        public BankRecord (String strVar)
             strContent = strWebPage;  // set strContent to incoming string
             intPos = 1;  // initialize intPos to 1
        public getNextRecord()
        // uses findBankStart to find next bank record; if found, return true.
        private findBankStart(intPos)
        // accept an integer indicating a place to start looking for beginning of each
        // bank record.  If there are no more records, return a -1; otherwise, return
        // starting position
             // Find beginning of record
             int intRecStart = strContent.indexOf("bodylinks101>",intRecStart);
             // Find end of record
             int intRecEnd = strContent.indexOf("bodylinks101>Apply",intRecEnd);
             // Find beginning of first field in record
             int FldStart = intRecStart + 13;
             // Find end of field in record
             int FldEnd = strContent.indexOf("<",intFldStart);
        public getField(intFldNum)
             // return the field asked for by number as a string.
    }PLEASE help as soon as possible...thank you very much.

    Thuyker,
    Here are 2 approaches:
    If you have a fixed format, parse via delimiters. For example, if each "record" is as follows:
    <span>Name</span><span>Acct No</span><span>balance</span>
    each "field" of the record is delimited by <span>...</span> tags. Thus, you could use regular old string functions such as indexOf() to read through the HTML string, and to pick apart the data you need.
    Alternatively, get a HTML parser, and let it do the work for you. A SAX-like one that I've used successfully is at http://www.quiotix.com/downloads/html-parser/
    --A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • HELP WITH ONLINE LOG IN

    Hi  I have recently split with my husband who was the named person on my orange mobile account. We have gone through the process of changing the account and direct debit details over to my name but i am now having trouble logging into my account online and on the app because when i log in it is still brings up my husbands details. I have tried re registering with my new account number but because the mobile number is already registered online this isnt working.  I hope I've explained things properly and i hope you can help. Thanks for your time.  

    This should be simple to fix. Sometimes the link between your Orange account and your online account becomes broken or takes a while to update itself.
    In order to get this resolved, you'll need to speak to Orange customer services and ask them to delete your online account profile.
    Once they've done this, you'll be able to register with your mobile number and this should now display your details.

  • Help with parsing a text string in address book and moving it to 'related person' field

    I am wanting to make a little applescript that will go thru my contacts and find data in the NOTES field and parse it slightly and move it to another field.  (sorry if parsing isn't the right word here)
    The data to be found is a GPS coordinate with this EXACT format:
    <Lat:12.345678><Lon:-12.345678>
    ...the only thing different from this example is the digits, and the number of digits.
    What I want to end up doing is deleting this data from the NOTES field, but leaving any other data, (this part sounds difficult to do to, to me!)
    And moving it to a related person field with the label gps, and the coordinate now reading exactly:
    12.345678,-12.345678
    (FYI, you can copy/paste a coordinate like this very fast into the maps app on iPhone and locate it instantly)
    Thanks for the help on this
    If this is too complicated I can break up the process into steps.  I know how to do some of it, but not sure about the parsing, and then delete just part of the notes field...
    Thanks!

    Hi,
    This script work here, try it :
    tell application "Address Book"
        repeat with thisContact in (get people)
            set tNote to note of thisContact
            if tNote is not missing value and "<Lat:" is in tNote and "<Lon:" is in tNote then
                set {GPS_value, newNote} to my getGPS_coordinate(tNote)
                if newNote is not "" then -- no error
                    set gpsField to (related names of thisContact whose its label = "gps")
                    if gpsField is not {} then
                        set value of (item 1 of gpsField) to GPS_value
                    else -- field "gps" is empty
                        make new related name at end of related names of thisContact with properties {label:"gps", value:GPS_value}
                    end if
                    set note of thisContact to newNote
                end if
            end if
        end repeat
        save
    end tell
    on getGPS_coordinate(this_note)
        set oldTid to text item delimiters
        set {tLat, tLon, newNote} to {"", "", ""}
        try
            set text item delimiters to "<Lat:"
            set tLat to text item 2 of this_note
            set text item delimiters to "<Lon:"
            set tLon to text item 2 of this_note
            set text item delimiters to ">"
            set {tLat, tLon} to {text item 1 of tLat, text item 1 of tLon} -- get values (lat... and long...)
            set text item delimiters to "<Lat:" & tLat & "><Lon:" & tLon & ">"
            set this_note to text items of this_note
            set text item delimiters to " "
            set newNote to this_note as string -- delete GPS coordinate in this note
        end try
        set text item delimiters to oldTid
        return {tLat & "," & tLon, newNote}
    end getGPS_coordinate

  • Help with change log subscriber rights

    Can someone help me give my change log subscriber object rights to see changelogs?
    I am using OID 10.1.2.1.0 on RH Linux. I followed the directions for creating my change log subscriber in the OIM Integration guide under "Synchronization with Third-Party Metadirectory Solutions". I used the Oracle Ldap command-line tools from a windows box.
    The cn=orcladmin user can see the changelog entries, but my subscriber object account get's "insufficient_rights" when it tries to see cn=changelog, although it seems to be able to browse the rest of the directory tree fine.
    Here's a listing of my subscriber object:
    C:\D\ldaptools_oracle>ldapsearch -h lynx -p 389 -s sub -D cn=orcladmin -w xxxxx -b "cn=Oracle Internet Directory" "(&(objectclass=*)(cn=miis_change_subscriber))"
    cn=miis_change_subscriber,cn=Subscriber Profile,cn=ChangeLog Subscriber,cn=Oracle Internet Directory
    orcllastappliedchangenumber=2600
    orclsubscriberdisable=0
    objectclass=orclChangeSubscriber
    objectclass=top
    cn=miis_change_subscriber
    userpassword={SHA}8wNdwBiIGL4+QyKn06u...
    authpassword;oid={SASL/MD5}ah1tJyQf8lp...
    authpassword;oid={SASL/MD5-DN}Lt3/8l2R...
    authpassword;oid={SASL/MD5-U}1XmqsqH9...
    Here's my query for trying to see changelogs.
    ldapsearch -h lynx -p 389 -D "cn=miis_change_subscriber,cn=Subscriber Profile,cn=ChangeLog Subscriber,cn=Oracle Internet Directory" -w xxxx -b "cn=changelog" -s one "(&(changenumber>=2600))" targetDN
    ldap_search: Insufficient access
    But the same query substituting the superuser gives me a list:
    ldapsearch -h lynx -p 389 -D "cn=orcladmin" -w xxxxx -b "cn=changelog" -s one "(&(changenumber>=2600))" targetDN
    Changenumber=2612, cn=changelog
    targetdn=cn=instance1,cn=odisrv,cn=subregistrysubentry
    Changenumber=2613, cn=changelog
    targetdn=cn=instance1,cn=odisrv,cn=subregistrysubentry
    Changenumber=2614, cn=changelog
    targetdn=cn=instance1,cn=odisrv,cn=subregistrysubentry
    etc...
    Is there a particular group he should belong to?
    Thanks!

    Here I am answering my own question, after 10 days without a single response. Thanks, Oracle!
    Through oidadmin (Internet Directory Manager) I added my change log subscriber account to the group: cn=odisgroup,cn=DIPadmins,cn=Directory Integration Platform,cn=Products,cn=OracleContext.
    Don't know if this is the correct process or not, but this group has rights to see the changelogs. Now I can see 'em.
    Thanks again!

  • Help with parsing an UPDATE statement

    I am stuck and need help! The teacher has not gone over parsing with us
    and it is not on his scheduled topics list. But, I am a person that likes to
    scope out and learn new things. For our final project, we have to allow
    updates, delete and inserts into the 5 main tables of the Premiere Products
    database. I have done everything except for the updates. I can achieve
    the updates of the entities by pretty much hardcoding them and that is
    okay by the teacher, but I want to learn about parsing because Barbara
    from this site mentioned this to me.
    This is what I was able to write and I am getting errors:
    CREATE OR REPLACE PROCEDURE updatecust_proc (
    v_cust_num IN customera.cust_num%TYPE,
    v_attributetoupdate VARCHAR2 ,
    v_updatedvalue VARCHAR2 )
    AS
    e_invalidcustnum_error EXCEPTION;
    BEGIN
    v_isvalidcustnum := iscust(v_cust_num);
    IF (v_isvalidcustnum = FALSE) THEN
    RAISE e_invalidcustnum_error;
    END IF;
    PARSE(
    'UPDATE customer
    SET' | | v_attributetoupdate | | '=' | | v_updatedvalue | |
    'WHERE cust_num =' | | v_cust_num
    END;
    EXCEPTION
    WHEN e_invalidcustnum_error THEN
    DBMS_OUTPUT.PUT_LINE('Cannot be updated. Invalid customer number');
    END;
    Any help would be useful. I went to the Oracle help site but their examples are a little too complicated for me to understand, plus, I am not using any C code.
    Thanks in advance!
    Bob

    Now we are getting somewhere. Identifier 'PARSE' must be declared.
    I again used the 'Search' link just above the forum posts and entered 'dbms_sql.parse' and got a short list of hits (as I suggested in my previous reply).
    There is one with Barbara's name on it. It shows exactly how to do what you are trying to do. In particular note her code:
    DBMS_SQL.PARSE
    (cursor_name,
    'UPDATE client SET '
    | | v_column
    | | ' = ' | | '''' | | v_new_data | | ''''
    | | ' WHERE account_id = '
    | | v_account_id,
    DBMS_SQL.NATIVE);
    Compare her PARSE statement to yours and you will see some major differences. The PARSE procedure is defined in the DBMS_SQL package and must be reference by DBMS_SQL.PARSE as Barbara shows.
    In addition to dynamic SQL using the DBMS_SQL package Oracle 8i also supports the EXEC IMMEDIATE statement.
    All of Oracle's documentation is available online via the 'Documentation' link on the left side of the OTN home page.
    The 'Supplied PL/SQL Packages Reference' has a chapter for each package (including DBMS_SQL) and describes the procedures/functions in the package and how to use them.
    The 'Application Developers Guide - Fundamentals' has chapters on 'processing SQL statements' and 'dynamic SQL' that go into some detail on performing dynamic sql.
    Yes, Barbara's code uses a CURSOR. The DBMS_SQl package requires it and so does your code. Almost all SQL uses a CURSOR either implicitly or explicitly.
    My comments are not, and were not, directed at you personally so I hope you don't take them that way.
    Your latest reply has a lot of useful information in it.
    1. 19/1 PLS-00201: identifier 'PARSE' must be declared. This is the explicit error message we need to help someone. We don't have to guess which error they are talking about. We can look it up in the MESSAGES manual if necessary. When someone says 'I get an error', or 'I get a PARSE error' we can only guess which error they are talking about.
    In your reply you state that you looked at Barbara's code, she uses a cursor and you don't need a cursor. That is very useful information to someone trying to help you because it tells us two things: you are trying to find the answer for yourself (a lot of people just want someone to write the code for them) and it shows that you haven't made the connection between Barbara's example (which shows EXACTLY what you need to do) and your own code.
    This is a public forum and I have found it useful to keep repeating certain suggestions.
    For whatever reason many people still do not seem to realize that:
    1. ALL of Oracle's documentation is available on-line via the 'Documentation' link on the left side of the OTN main page.
    2. You can purchase (for about $50) a CD-ROM that has all of the Oracle documentation on it in both PDF and HTML format.
    3. The 'search' link just above each discussion forum allows one to search any or all forums for topics, users, etc.
    The above resources should be used by everyone.
    Good luck!
    null

  • Bad system crash, need help with crash log please

    I am using the Photoshop beta version which I assume is the cause of this crash but will post the crash log just to be sure if someone can help.
    Host Name: Derek-Burrows-Computer
    Date/Time: 2006-12-19 15:25:46.016 -0500
    OS Version: 10.4.8 (Build 8N1051)
    Report Version: 4
    Command: IOBackB
    Path: /Applications/Tri-Select/IOBackB
    Parent: WindowServer [64]
    Rosetta: Yes
    Version: ??? (???)
    PID: 282
    Thread: Unknown
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x00697020
    Thread 0:
    0 <<00000000>> 0xb52b8202 0 + -1255439870
    1 <<00000000>> 0xbfffece0 0 + -1073746720
    Thread 1:
    0 LaunchCFMApp 0xb823369b strchr + 72
    1 LaunchCFMApp 0xb81cef17 pthreadcondwait + 3114
    2 LaunchCFMApp 0xb816831a catchexception_raise_stateidentity + 318
    3 LaunchCFMApp 0xb8167856 CallPPCFunctionAtAddressInt + 177220
    4 LaunchCFMApp 0xb816774d CallPPCFunctionAtAddressInt + 176955
    5 LaunchCFMApp 0xb8168418 catchexception_raise_stateidentity + 572
    6 LaunchCFMApp 0xb820480c pthread_create + 1124
    Thread 2:
    0 LaunchCFMApp 0xb813516f spinlockwrapper + 97059
    1 LaunchCFMApp 0xb8160750 CallPPCFunctionAtAddressInt + 148286
    2 LaunchCFMApp 0xb81632bd CallPPCFunctionAtAddressInt + 159403
    3 LaunchCFMApp 0xb80c7b3a 0xb8000000 + 817978
    Unknown thread crashed with unknown flavor: 1
    state_count: 16
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0x4fd000 - 0x500fff com.kcn.thebadape The APE version 4.0 (4.0) /Library/Application Enhancers/The Bad APE.ape/Contents/MacOS/The Bad APE
    0x8fc00000 - 0x8fc50fff dyld 46.9 /usr/lib/dyld
    0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
    0x90000000 - 0x901c0fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90218000 - 0x9021dfff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021f000 - 0x90261fff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90289000 - 0x9036dfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90396000 - 0x90757fff com.apple.CoreGraphics 1.258.51 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907e6000 - 0x908bdfff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90904000 - 0x90904fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90906000 - 0x90a0ffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a60000 - 0x90ae3fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90b0c000 - 0x90b7efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bf1000 - 0x90bfcfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90c01000 - 0x90c76fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c8c000 - 0x90ca0fff libauto.dylib /usr/lib/libauto.dylib
    0x90ca6000 - 0x90f71fff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90fce000 - 0x91047fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9108a000 - 0x910cbfff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x910df000 - 0x910f3fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910ff000 - 0x91190fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x911cc000 - 0x911ecfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x911f9000 - 0x91208fff libz.1.dylib /usr/lib/libz.1.dylib
    0x9120b000 - 0x913c0fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x914bd000 - 0x914c6fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x914cd000 - 0x914f5fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91507000 - 0x9150ffff libbsm.dylib /usr/lib/libbsm.dylib
    0x91513000 - 0x9158cfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x915d6000 - 0x915d6fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x915d8000 - 0x9160bfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91621000 - 0x916fefff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9173d000 - 0x917befff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917fb000 - 0x918adfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x918e2000 - 0x91938fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91960000 - 0x9197afff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91988000 - 0x919a8fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x919b5000 - 0x919f1fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91a09000 - 0x91a17fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91a1f000 - 0x91a5afff com.apple.ImageIO.framework 1.5.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a6e000 - 0x91b31fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b7c000 - 0x91b91fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b96000 - 0x91bb6fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91bbb000 - 0x91c1afff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c2c000 - 0x91c30fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c32000 - 0x91c95fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c9a000 - 0x91cdafff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ce0000 - 0x91cfafff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cff000 - 0x91d01fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d03000 - 0x91d03fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91d05000 - 0x91debfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91df3000 - 0x91e12fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e7e000 - 0x91f0afff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91f16000 - 0x91fadfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91fc6000 - 0x92573fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x925a6000 - 0x928d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92901000 - 0x92987fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x929c9000 - 0x92bfdfff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92d12000 - 0x92e00fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92e1f000 - 0x92f0efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92f1f000 - 0x92f3ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f4a000 - 0x92fa6fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fbc000 - 0x92fbcfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fbe000 - 0x92fd3fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92feffff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ff7000 - 0x93000fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93008000 - 0x9309bfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930b0000 - 0x930b5fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930b9000 - 0x930dbfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x930ef000 - 0x930f7fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930fe000 - 0x93167fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93190000 - 0x931d8fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93202000 - 0x93213fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9321c000 - 0x93223fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93229000 - 0x9354ffff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93684000 - 0x93691fff com.apple.opengl 1.4.13 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936fc000 - 0x936fcfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936fe000 - 0x93d6cfff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940f4000 - 0x94166fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9419f000 - 0x9425efff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942a1000 - 0x942a1fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942a3000 - 0x9446cfff com.apple.QuartzCore 1.4.11 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944c0000 - 0x94500fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94508000 - 0x9454cfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94772000 - 0x94a41fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b04000 - 0x94b26fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9b819000 - 0x9b81bfff Interposers.dylib /usr/libexec/oah/Shims/Interposers.dylib
    0xb8000000 - 0xb82d9fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.2 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Translated Code Information:
    Rosetta Version: 17.15
    Args: /Applications/Tri-Select/IOBackB /Applications/Tri-Select/IOBackB -psn04194305
    Exception: EXCBADACCESS (0x0001)
    Thread 0: Crashed (0xb7fffabc, 0xb52b8202)
    0x85359c08: No symbol
    0x85355c94: No symbol
    0x853d0824: No symbol
    0x853cff34: No symbol
    0x853cfeb0: No symbol
    0x853da40c: No symbol
    0x853d45b0: No symbol
    0x853d10a4: No symbol
    0x853d2358: No symbol
    0x915da408: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _Z20aeDispatchAppleEventPK6AEDescPSmPh + 0xa4
    0x915da314: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _Z25dispatchEventAndSendReplyPK6AEDescPS + 0x2c
    0x915da154: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _aeProcessAppleEvent + 0xe4
    0x9323582c: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : _AEProcessAppleEvent + 0x38
    0x853dca90: No symbol
    0x853dc31c: No symbol
    0x853d9fdc: No symbol
    0x853d9d6c: No symbol
    0x853cfcf0: No symbol
    0x853ed198: No symbol
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x85359c08 ctr: 0xfffeff00
    r00: 0x85359c08 r01: 0xbfffece0 r02: 0x90accd54 r03: 0x00333180
    r04: 0x90accd54 r05: 0x00000001 r06: 0x00003227 r07: 0x00003229
    r08: 0x00000001 r09: 0x90accd5b r10: 0x90899553 r11: 0x6f52cd54
    r12: 0x00697000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x0000000a r17: 0x00000028 r18: 0x00000096 r19: 0x00000140
    r20: 0x002e17e4 r21: 0x002e17ec r22: 0x002e17f4 r23: 0x00000000
    r24: 0x00000000 r25: 0x002e180c r26: 0x002e1814 r27: 0x0180fbb0
    r28: 0x002e1824 r29: 0x00333180 r30: 0x00000000 r31: 0x908b6ae0
    Thread 1: (0xb00997fc, 0xb813516f)
    0x90009008: /usr/lib/libSystem.B.dylib : _calloc + 0x280
    0xc0001b54: No symbol
    0x9002c4e8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000b2bc ctr: 0x9000b360
    r00: 0xffffffe1 r01: 0xf0080d10 r02: 0x00000032 r03: 0x002fe000
    r04: 0x00000006 r05: 0x00000000 r06: 0x00001000 r07: 0x00003803
    r08: 0x00000000 r09: 0x00000000 r10: 0x00000000 r11: 0xa00069a0
    r12: 0x9000b360 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0xc0011a38 r18: 0xc0011a38 r19: 0xc0011a38
    r20: 0xc0011a38 r21: 0x00000040 r22: 0x00000038 r23: 0x00000000
    r24: 0x002fe000 r25: 0x00001000 r26: 0x00003803 r27: 0x00000000
    r28: 0x00000000 r29: 0x00000006 r30: 0x00000006 r31: 0xc0001a38

    Hi Andbrowny,
    Thank you for responding.
    first, I can not manually connect to the other mac nor can I ping it (message "host is down") however both macs can connect to the internet and can connect to a pc on the same network. I can ping my router and both macs are receiving a tcp/ip address through DHCP. appletalk is not active on the wireless network since it is used on ethernet to print through an Asantetalk bridge. It has always before worked OK like this. SLP is enabled in directory access. I cannot find a file either visable or invisable called slp.regfile. I have zapped pram and rebooted many times.
    I first thought that the problem was my router untill I found the error message about slp. Now I don't know.
    Glenn

  • Need Help with parsing text

    Hello all, I hope this is an easy question....
    I have a string similar to
    <li><span class="RandomInformation">the latest news on my site</span></li>
    I am currently geting a string where each new line is a new <li> from a pure http call. what I need to do is split this down into an array of strings (Yes this is my website, and no im not trying to rebrand other's work...:) ) delimeted on :
    - each line needs to be a separate element within a multidimensional array
    - Can't split on CrLf because further up and further down I have other entries I dont care about, so I need to use the <li></li> as indicators that they contain the information I want.
    - out of each line, I need to separate them into multiple 'columns' within the array
    - one for the contents of the span clas (in this case "RandomInformation"
    - one element for the contents of the link (in this case my url, http://www.w2gas.com, but will be sub pages later like http://www.w2gas.com/page2.html)
    - most importantly one element for the text between anchor tags (this case it is "the latest news on my site")
    I tried a Regex for stripping the HTML tags out, however all I was left with was the text between anchors. I know I could do it based on character by character looping (have done that) but its terrible slow. I know there must be a way to accomplish this, however Im just too new to figure it out. (maybe?)
    Thanks in advance
    Lee

    Would something like [this |http://htmlparser.sourceforge.net/] help?

  • Help with itunes logging in

    I've been trying to buy from itunes, but everytime i try to log in i use my ipod name ([email protected]) and it says it hasnt been taken yet! But i can sign in on here, and when i try to make a new account it says my email is taken. How do i log into the itunes music store?

    Don't worry the issue isn't with your phone but on Apple ends.
    Someone mention in another thread that the app store is down.
    So wait until apple resolves the issue.

  • Need help with our "log and transfer" workflow...

    All,
    Again, it's our first tapeless project so please keep having patience with us.
    What should the workflow be for our project?
    I bring in the Firestore and dump raw files to a hard drive. Should I then transfer all footage to QT files? OR should my editor start looking at footage and carving it up as he transfers those files to QT?
    Our issue is that we have a lot of footage coming in and the new tower is slow when transferring footage from raw files to QT. It's driving us crazy.
    Aside from buying a more powerful tower, is there a way for us to review and log the footage and transfer at a real time pace (for example, is there a way to log the footage and do a transfer to QT files at the end of session?).
    Thanks.

    David, thanks for the questions.
    Yes, it's FS-100. And yes, we are shooting on a HVX200.
    The settings we were given by our editing guru create MXF files rather than QT. If so, we should dump onto a hard drive and then bring into FCP, correct?
    Is there a way to log a number of clips and then transfer them en masse? Or do I have log and transfer them one at a time?
    Our issue is that the computer grinds to a virtual halt while transferring.
    Thanks again. We look forward to your thoughts.

  • Help with error log.

    Not sure if this is the place to post this but here goes, I am getting all these errors on my mac clients. The problem is they freeze on log out and must be manually shut down. They are all brand new eMacs, 10.4.7, My server is 10.4.8, xserve.
    ===== Display starts at offset 25980 within file of length 157052. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    -30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:20:11 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:20:42 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:21:13 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:21:44 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:22:15 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:22:46 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:23:17 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:23:48 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:24:19 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:24:50 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:25:21 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:25:52 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:26:23 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:26:54 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:27:25 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:27:56 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:28:27 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:28:58 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:29:29 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:30:00 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:30:31 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:31:02 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:31:33 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:32:04 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:32:35 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:33:06 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:33:37 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:34:08 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:34:39 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:35:10 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:35:41 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:36:12 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:36:43 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:37:14 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:37:45 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:38:16 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:38:47 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:39:18 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:39:49 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:40:20 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:40:51 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:41:22 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:41:53 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:42:24 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:42:55 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:43:26 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:43:57 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:44:28 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:44:59 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:45:30 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:46:01 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:46:32 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:47:03 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:47:34 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:48:05 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:48:36 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:49:07 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:49:38 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:50:09 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:50:40 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:51:11 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:51:42 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:52:13 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:52:44 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:53:15 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:53:46 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:54:17 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:54:48 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:55:19 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:55:50 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:56:21 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:56:52 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:57:23 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:57:54 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:58:25 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:58:56 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:59:27 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 06:59:58 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:00:29 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:01:00 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:01:31 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:02:02 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:02:33 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:03:04 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:03:35 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:04:06 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:04:37 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:05:08 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:05:39 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:06:10 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:06:41 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:07:12 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:07:43 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:08:14 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:08:45 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:09:16 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:09:47 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:10:18 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:10:49 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:11:20 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:11:51 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:12:22 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:12:53 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:13:24 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:13:55 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:14:26 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:14:57 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:15:28 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:15:59 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:16:30 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:17:01 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:17:32 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:18:03 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:18:34 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:19:05 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:19:36 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:20:07 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:20:38 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:21:09 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:21:40 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:22:11 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:22:42 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:23:13 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:23:44 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:24:15 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:24:46 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:25:17 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:25:48 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:26:19 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:26:50 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:27:21 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:27:52 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:28:23 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:28:54 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:29:25 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:29:56 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:30:27 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:30:58 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:31:29 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:32:00 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:32:31 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:33:02 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:33:33 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:34:04 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:34:35 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:35:06 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:35:37 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:36:08 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:36:39 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:37:10 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:37:41 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:38:12 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:38:43 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:39:14 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:39:45 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:40:16 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:40:47 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:41:18 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:41:49 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:42:20 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:42:51 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:43:22 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:43:53 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:44:24 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:44:55 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:45:26 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:45:57 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:46:28 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:46:59 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:47:30 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:48:01 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:48:32 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:49:03 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:49:34 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:50:05 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:50:36 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:51:07 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:51:38 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:52:09 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:52:40 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:53:11 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:53:42 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:54:13 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:54:44 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:55:15 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:55:46 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:56:17 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:56:48 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:57:19 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:57:50 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:58:21 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:58:52 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:59:23 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 07:59:54 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:00:25 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:00:56 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:01:27 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:01:58 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:02:29 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:03:00 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:03:31 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:04:02 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:04:33 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:05:04 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:05:35 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:06:06 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:06:37 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:07:08 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:07:39 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:08:10 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:08:41 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:09:12 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:09:43 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:10:14 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:10:45 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:11:16 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:11:47 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:12:18 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:12:49 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:13:20 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:13:51 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:14:22 177-30 kernel[0]: nfs server automount -fstab [121]: not responding
    Dec 20 08:16:21 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Dec 20 08:16:20 localhost mDNSResponder-107.4 (Jan 30 2006 22: 07:48)[34]: starting
    Dec 20 08:16:21 localhost kernel[0]: vmpagebootstrap: 125424 free pages
    Dec 20 08:16:20 localhost memberd[41]: memberd starting up
    Dec 20 08:16:21 localhost kernel[0]: migtable_maxdispl = 70
    Dec 20 08:16:21 localhost lookupd[44]: lookupd (version 369.5) starting - Wed Dec 20 08:16:21 2006
    Dec 20 08:16:21 localhost kernel[0]: 73 prelinked modules
    Dec 20 08:16:21 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Dec 20 08:16:21 localhost DirectoryService[47]: Launched version 2.1 (v353.2)
    Dec 20 08:16:21 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Dec 20 08:16:21 localhost kernel[0]: using 1310 buffer headers and 1310 cluster IO buffer headers
    Dec 20 08:16:21 localhost kernel[0]: USB caused wake event (EHCI)
    Dec 20 08:16:21 localhost kernel[0]: FireWire (OHCI) Apple ID 31 built-in now active, GUID 001451ff fe401328; max speed s400.
    Dec 20 08:16:21 localhost kernel[0]: Security auditing service present
    Dec 20 08:16:21 localhost kernel[0]: BSM auditing present
    Dec 20 08:16:21 localhost kernel[0]: disabled
    Dec 20 08:16:21 localhost kernel[0]: rooting via boot-uuid from /chosen: 83460AA9-D4D8-3855-9F11-0E789DB4E470
    Dec 20 08:16:21 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>
    Dec 20 08:16:21 localhost kernel[0]: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/WD C WD800BB-40JHC0 Media/IOApplePartitionScheme/AppleHFS_Untitled1@3
    Dec 20 08:16:21 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Dec 20 08:16:21 localhost kernel[0]: jnl: replay_journal: from: 5213184 to: 72704 (joffset 0x256000)
    Dec 20 08:16:21 localhost kernel[0]: HFS: Removed 3 orphaned unlinked files
    Dec 20 08:16:21 localhost kernel[0]: Jettisoning kernel linker.
    Dec 20 08:16:21 localhost kernel[0]: Resetting IOCatalogue.
    Dec 20 08:16:21 localhost kernel[0]: Matching service count = 0
    Dec 20 08:16:21 localhost kernel[0]: Matching service count = 2
    Dec 20 08:16:21 localhost kernel[0]: Matching service count = 2
    Dec 20 08:16:21 localhost kernel[0]: Matching service count = 2
    Dec 20 08:16:21 localhost kernel[0]: Matching service count = 2
    Dec 20 08:16:21 localhost kernel[0]: Matching service count = 2
    Dec 20 08:16:21 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Dec 20 08:16:22 localhost kernel[0]: UniNEnet: Ethernet address 00:14:51:40:13:28
    Dec 20 08:16:22 localhost launchd: Server 3b07 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[44]: exited abnormally: Hangup
    Dec 20 08:16:22 localhost diskarbitrationd[40]: disk0s3 hfs 83460AA9-D4D8-3855-9F11-0E789DB4E470 177-30 /
    Dec 20 08:16:24 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Dec 20 08:16:24 localhost configd[38]: AppleTalk startup
    Dec 20 08:16:24 177-30 configd[38]: setting hostname to "177-30.local"
    Dec 20 08:16:25 177-30 kernel[0]: ATY,Apollo_A: vram [98000000:04000000]
    Dec 20 08:16:25 177-30 kernel[0]: ATY,Apollo_B: vram [98000000:04000000]
    Dec 20 08:16:25 177-30 lookupd[65]: lookupd (version 369.5) starting - Wed Dec 20 08:16:25 2006
    Dec 20 08:16:25 177-30 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Dec 20 08:16:26 177-30 loginwindow[66]: Login Window Started Security Agent
    Dec 20 08:16:28 177-30 mDNSResponder: Adding browse domain local.
    Dec 20 08:16:29 177-30 configd[38]: AppleTalk startup complete
    Dec 20 08:16:29 177-30 launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[65]: exited abnormally: Hangup
    Dec 20 08:16:29 177-30 configd[38]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Dec 20 08:16:29 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 08:16:29 177-30 lookupd[76]: lookupd (version 369.5) starting - Wed Dec 20 08:16:29 2006
    Dec 20 08:16:30 177-30 ntpdate[88]: getnetnum: "tock.gov.bc.ca" invalid host number, line ignored
    Dec 20 08:16:30 177-30 ntpdate[88]: no servers can be used, exiting
    Dec 20 08:16:30 177-30 configd[38]: target=enable-network: disabled
    Dec 20 08:16:30 177-30 kernel[0]: in_delmulti - ignorning invalid inm (0x656e00c0)
    Dec 20 08:16:30 177-30 launchd: Server 4f0b in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[76]: exited abnormally: Hangup
    Dec 20 08:16:30 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 08:16:30 177-30 lookupd[126]: lookupd (version 369.5) starting - Wed Dec 20 08:16:30 2006
    Dec 20 08:16:39 177-30 ARDAgent [175]: ******ARDAgent Launched******
    Dec 20 08:16:39 177-30 ARDAgent [175]: ******ARDAgent Ready******
    Dec 20 08:23:29 177-30 configd[38]: AppleTalk shutdown
    Dec 20 08:23:29 177-30 configd[38]: AppleTalk shutdown complete
    Dec 20 08:38:15 177-30 kernel[0]: System Sleep
    Dec 20 08:38:15 177-30 kernel[0]: System Wake
    Dec 20 08:38:15 177-30 kernel[0]: Wake event 0020
    Dec 20 08:38:15 177-30 kernel[0]: Sound assertion "0 != err" failed in "AppleLegacyAudio/AppleTexas2Audio/AppleTexas2Audio.cpp" at line 960 goto Exit
    Dec 20 08:38:15 177-30 kernel[0]: ^PUSB caused wake event (OHCI)
    Dec 20 08:38:16 177-30 kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Dec 20 08:38:16 177-30 launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[126]: exited abnormally: Hangup
    Dec 20 08:38:16 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 08:38:16 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 08:38:16 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 08:38:16 177-30 configd[38]: AppleTalk startup
    Dec 20 08:38:19 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 08:38:19 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 08:38:19 177-30 lookupd[181]: lookupd (version 369.5) starting - Wed Dec 20 08:38:19 2006
    Dec 20 08:38:19 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 08:38:19 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 08:38:22 177-30 /System/Library/CoreServices/mcxd.app/Contents/MacOS/mcxd: DSOpenNode(): dsOpenDirNode("/LDAPv3/pmsserver.sd5.bc.ca") == -14002
    Dec 20 08:38:22 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 08:38:22 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 08:38:22 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 08:38:22 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 08:38:22 177-30 launchd: Server 4e33 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[181]: exited abnormally: Hangup
    Dec 20 08:38:22 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 08:38:22 177-30 configd[38]: AppleTalk startup complete
    Dec 20 08:38:22 177-30 lookupd[182]: lookupd (version 369.5) starting - Wed Dec 20 08:38:22 2006
    Dec 20 08:38:29 177-30 kernel[0]: in_delmulti - ignorning invalid inm (0x656e00c0)
    Dec 20 08:38:29 177-30 launchd: Server 4e37 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[182]: exited abnormally: Hangup
    Dec 20 08:38:29 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 08:38:29 177-30 lookupd[183]: lookupd (version 369.5) starting - Wed Dec 20 08:38:29 2006
    Dec 20 08:46:05 177-30 configd[38]: AppleTalk shutdown
    Dec 20 08:46:05 177-30 configd[38]: AppleTalk shutdown complete
    Dec 20 09:32:56 177-30 kernel[0]: System Sleep
    Dec 20 09:32:56 177-30 kernel[0]: System Wake
    Dec 20 09:32:56 177-30 kernel[0]: Wake event 0020
    Dec 20 09:32:56 177-30 kernel[0]: Sound assertion "0 != err" failed in "AppleLegacyAudio/AppleTexas2Audio/AppleTexas2Audio.cpp" at line 960 goto Exit
    Dec 20 09:32:56 177-30 kernel[0]: ^PUSB caused wake event (OHCI)
    Dec 20 09:32:57 177-30 kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Dec 20 09:32:57 177-30 launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[183]: exited abnormally: Hangup
    Dec 20 09:32:58 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 09:32:58 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 09:32:58 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 09:32:58 177-30 lookupd[187]: lookupd (version 369.5) starting - Wed Dec 20 09:32:58 2006
    Dec 20 09:32:58 177-30 configd[38]: AppleTalk startup
    Dec 20 09:33:00 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 09:33:00 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 09:33:01 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 09:33:01 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 09:33:03 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 09:33:03 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 09:33:03 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.188
    Dec 20 09:33:03 177-30 ARDAgent [175]: UDPWritePacket error 65 No route to host for -64.168.0.91
    Dec 20 09:33:03 177-30 launchd: Server 4f1f in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[187]: exited abnormally: Hangup
    Dec 20 09:33:03 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 09:33:03 177-30 lookupd[189]: lookupd (version 369.5) starting - Wed Dec 20 09:33:03 2006
    Dec 20 09:33:03 177-30 configd[38]: AppleTalk startup complete
    Dec 20 09:33:04 177-30 kernel[0]: in_delmulti - ignorning invalid inm (0x656e00c0)
    Dec 20 09:33:04 177-30 launchd: Server 4f23 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[189]: exited abnormally: Hangup
    Dec 20 09:33:04 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 09:33:04 177-30 lookupd[190]: lookupd (version 369.5) starting - Wed Dec 20 09:33:04 2006
    Dec 20 09:33:04 177-30 DirectoryService[47]: Search connection failure: During an attempt to bind to [192.168.0.3] LDAP server.
    Dec 20 09:33:04 177-30 DirectoryService[47]: Search connection failure: Disabled future attempts to bind to [192.168.0.3] LDAP server for next 120 seconds.
    Dec 20 09:35:09 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Dec 20 09:35:09 localhost memberd[41]: memberd starting up
    Dec 20 09:35:09 localhost kernel[0]: vmpagebootstrap: 125424 free pages
    Dec 20 09:35:09 localhost mDNSResponder-107.4 (Jan 30 2006 22: 07:48)[34]: starting
    Dec 20 09:35:09 localhost kernel[0]: migtable_maxdispl = 70
    Dec 20 09:35:09 localhost DirectoryService[53]: Launched version 2.1 (v353.2)
    Dec 20 09:35:09 localhost kernel[0]: 73 prelinked modules
    Dec 20 09:35:09 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Dec 20 09:35:09 localhost lookupd[44]: lookupd (version 369.5) starting - Wed Dec 20 09:35:09 2006
    Dec 20 09:35:09 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Dec 20 09:35:09 localhost kernel[0]: using 1310 buffer headers and 1310 cluster IO buffer headers
    Dec 20 09:35:09 localhost kernel[0]: USB caused wake event (EHCI)
    Dec 20 09:35:09 localhost kernel[0]: FireWire (OHCI) Apple ID 31 built-in now active, GUID 001451ff fe401328; max speed s400.
    Dec 20 09:35:09 localhost kernel[0]: Security auditing service present
    Dec 20 09:35:09 localhost kernel[0]: BSM auditing present
    Dec 20 09:35:09 localhost kernel[0]: disabled
    Dec 20 09:35:09 localhost kernel[0]: rooting via boot-uuid from /chosen: 83460AA9-D4D8-3855-9F11-0E789DB4E470
    Dec 20 09:35:09 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>
    Dec 20 09:35:09 localhost kernel[0]: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/WD C WD800BB-40JHC0 Media/IOApplePartitionScheme/AppleHFS_Untitled1@3
    Dec 20 09:35:09 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Dec 20 09:35:09 localhost kernel[0]: jnl: replay_journal: from: 72704 to: 7813120 (joffset 0x256000)
    Dec 20 09:35:09 localhost kernel[0]: HFS: Removed 1 orphaned unlinked files
    Dec 20 09:35:09 localhost kernel[0]: Jettisoning kernel linker.
    Dec 20 09:35:09 localhost kernel[0]: Resetting IOCatalogue.
    Dec 20 09:35:09 localhost kernel[0]: Matching service count = 0
    Dec 20 09:35:09 localhost kernel[0]: Matching service count = 2
    Dec 20 09:35:09 localhost kernel[0]: Matching service count = 2
    Dec 20 09:35:09 localhost kernel[0]: Matching service count = 2
    Dec 20 09:35:09 localhost kernel[0]: Matching service count = 2
    Dec 20 09:35:09 localhost kernel[0]: Matching service count = 2
    Dec 20 09:35:09 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Dec 20 09:35:10 localhost kernel[0]: UniNEnet: Ethernet address 00:14:51:40:13:28
    Dec 20 09:35:10 localhost diskarbitrationd[40]: disk0s3 hfs 83460AA9-D4D8-3855-9F11-0E789DB4E470 177-30 /
    Dec 20 09:35:10 localhost launchd: Server 3b07 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[44]: exited abnormally: Hangup
    Dec 20 09:35:10 localhost lookupd[61]: lookupd (version 369.5) starting - Wed Dec 20 09:35:10 2006
    Dec 20 09:35:12 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Dec 20 09:35:12 localhost configd[38]: AppleTalk startup
    Dec 20 09:35:12 177-30 configd[38]: setting hostname to "177-30.local"
    Dec 20 09:35:13 177-30 kernel[0]: ATY,Apollo_A: vram [98000000:04000000]
    Dec 20 09:35:13 177-30 kernel[0]: ATY,Apollo_B: vram [98000000:04000000]
    Dec 20 09:35:13 177-30 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Dec 20 09:35:14 177-30 loginwindow[66]: Login Window Started Security Agent
    Dec 20 09:35:16 177-30 mDNSResponder: Adding browse domain local.
    Dec 20 09:35:17 177-30 launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[61]: exited abnormally: Hangup
    Dec 20 09:35:17 177-30 configd[38]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Dec 20 09:35:17 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 09:35:17 177-30 lookupd[76]: lookupd (version 369.5) starting - Wed Dec 20 09:35:17 2006
    Dec 20 09:35:17 177-30 ntpdate[88]: getnetnum: "tock.gov.bc.ca" invalid host number, line ignored
    Dec 20 09:35:17 177-30 ntpdate[88]: no servers can be used, exiting
    Dec 20 09:35:17 177-30 configd[38]: AppleTalk startup complete
    Dec 20 09:35:18 177-30 configd[38]: target=enable-network: disabled
    Dec 20 09:35:18 177-30 kernel[0]: in_delmulti - ignorning invalid inm (0x656e00c0)
    Dec 20 09:35:18 177-30 launchd: Server 470b in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[76]: exited abnormally: Hangup
    Dec 20 09:35:18 177-30 configd[38]: posting notification com.apple.system.config.network_change
    Dec 20 09:35:18 177-30 lookupd[126]: lookupd (version 369.5) starting - Wed Dec 20 09:35:18 2006
    Dec 20 09:35:27 177-30 ARDAgent [174]: ******ARDAgent Launched******
    Dec 20 09:35:27 177-30 ARDAgent [174]: ******ARDAgent Ready******
    Dec 20 09:35:55 177-30 kernel[0]: AFP_VFS afpfs_mount: /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/StudentL-Z, pid 72
    Dec 20 09:35:55 177-30 automount[185]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:35:55 177-30 automount[185]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:35:55 177-30 automount[186]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:35:55 177-30 automount[186]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:35:55 177-30 automount[185]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:35:58 177-30 automount[192]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:35:58 177-30 automount[192]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:35:59 177-30 automount[193]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:35:59 177-30 automount[193]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:35:59 177-30 automount[192]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:35:59 177-30 loginwindow[66]: Unable to establish multiple login lock, error = -54
    Dec 20 09:36:04 177-30 automount[202]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:04 177-30 automount[202]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:04 177-30 automount[203]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:04 177-30 automount[203]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:04 177-30 automount[202]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:14 177-30 automount[208]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:14 177-30 automount[208]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:15 177-30 automount[209]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:15 177-30 automount[209]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:15 177-30 automount[208]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:19 177-30 automount[211]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:19 177-30 automount[211]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:19 177-30 automount[212]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:19 177-30 automount[212]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:20 177-30 automount[211]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:20 177-30 automount[213]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:20 177-30 automount[213]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:20 177-30 automount[214]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:20 177-30 automount[214]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:20 177-30 automount[213]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:25 177-30 automount[216]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:25 177-30 automount[216]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:25 177-30 automount[217]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:25 177-30 automount[217]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:25 177-30 automount[216]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:25 177-30 automount[218]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:25 177-30 automount[218]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:26 177-30 automount[219]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:26 177-30 automount[219]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:26 177-30 automount[218]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:33 177-30 automount[220]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:33 177-30 automount[220]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:33 177-30 automount[221]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:33 177-30 automount[221]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:33 177-30 automount[220]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:37 177-30 automount[222]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:37 177-30 automount[222]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:38 177-30 automount[223]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:38 177-30 automount[223]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:38 177-30 automount[222]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:52 177-30 automount[226]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:52 177-30 automount[226]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:52 177-30 automount[227]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:52 177-30 automount[227]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:52 177-30 automount[226]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:58 177-30 automount[230]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:36:58 177-30 automount[230]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:36:58 177-30 automount[231]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:36:58 177-30 automount[231]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:36:58 177-30 automount[230]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:08 177-30 automount[232]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:37:08 177-30 automount[232]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:37:08 177-30 automount[233]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:08 177-30 automount[233]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:37:08 177-30 automount[232]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:12 177-30 automount[234]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:37:12 177-30 automount[234]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:37:12 177-30 automount[235]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:12 177-30 automount[235]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:37:12 177-30 automount[234]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:14 177-30 automount[236]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:37:14 177-30 automount[236]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:37:15 177-30 automount[237]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:15 177-30 automount[237]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:37:15 177-30 automount[236]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:28 177-30 automount[240]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:37:28 177-30 automount[240]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:37:28 177-30 automount[241]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:28 177-30 automount[241]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:37:28 177-30 automount[240]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:33 177-30 automount[243]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:37:33 177-30 automount[243]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:37:33 177-30 automount[244]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:33 177-30 automount[244]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:37:33 177-30 automount[243]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:37 177-30 automount[246]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:37:37 177-30 automount[246]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:37:37 177-30 automount[247]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:37 177-30 automount[247]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:37:37 177-30 automount[246]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:43 177-30 automount[250]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:37:43 177-30 automount[250]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:37:43 177-30 automount[251]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:37:43 177-30 automount[251]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:37:44 177-30 automount[250]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:38:00 177-30 automount[253]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:38:00 177-30 automount[253]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:38:00 177-30 automount[254]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:38:00 177-30 automount[254]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:38:00 177-30 automount[253]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:38:08 177-30 automount[255]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:38:08 177-30 automount[255]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:38:08 177-30 automount[256]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:38:08 177-30 automount[256]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:38:08 177-30 automount[255]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:38:25 177-30 automount[257]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:38:25 177-30 automount[257]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:38:25 177-30 automount[258]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:38:25 177-30 automount[258]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:38:25 177-30 automount[257]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:24 177-30 automount[259]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:39:24 177-30 automount[259]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:39:24 177-30 automount[260]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:24 177-30 automount[260]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:39:24 177-30 automount[259]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:38 177-30 automount[261]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:39:38 177-30 automount[261]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:39:38 177-30 automount[262]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:38 177-30 automount[262]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:39:38 177-30 automount[261]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:44 177-30 automount[263]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:39:44 177-30 automount[263]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:39:44 177-30 automount[264]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:44 177-30 automount[264]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:39:44 177-30 automount[263]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:50 177-30 automount[265]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:39:50 177-30 automount[265]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:39:50 177-30 automount[266]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:50 177-30 automount[266]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:39:50 177-30 automount[265]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:56 177-30 automount[269]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:39:56 177-30 automount[269]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:39:56 177-30 automount[270]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:39:56 177-30 automount[270]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:39:56 177-30 automount[269]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:10 177-30 automount[272]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:40:10 177-30 automount[272]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:40:10 177-30 automount[273]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:10 177-30 automount[273]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:40:10 177-30 automount[272]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:23 177-30 automount[275]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:40:23 177-30 automount[275]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:40:23 177-30 automount[276]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:23 177-30 automount[276]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:40:23 177-30 automount[275]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:35 177-30 automount[277]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:40:35 177-30 automount[277]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:40:35 177-30 automount[278]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:35 177-30 automount[278]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:40:35 177-30 automount[277]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:41 177-30 automount[280]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:40:41 177-30 automount[280]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:40:41 177-30 automount[281]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:41 177-30 automount[281]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:40:41 177-30 automount[280]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:50 177-30 automount[282]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Staff/Staff on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff: Authentication error (80)
    Dec 20 09:40:50 177-30 automount[282]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Staff/Staff returned 80 (Authentication error)
    Dec 20 09:40:50 177-30 automount[283]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:50 177-30 automount[283]: Attempt to mount /automount/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students returned 80 (Authentication error)
    Dec 20 09:40:50 177-30 automount[282]: Can't mount pmsserver.sd5.bc.ca:/Volumes/Student/Students on /private/Network/Servers/pmsserver.sd5.bc.ca/Volumes/Student/Students: Authentication error (80)
    Dec 20 09:40:59 177-30 automount[284]: Can't mount pmsserver.sd5.bc.

    I see this frequently as well. Finally got the login gremlins worked out, but probably on in 25 clients freezes on logout, with a similar error. I must say, we have too many shares and I am going to move user network homes to one share to try to troubleshoot this, when I get a chance. For now, well...

Maybe you are looking for

  • Get Back to my Mac to Wake from Sleep

    Hello.  I am having trouble accessing my home iMac over the internet when it is in sleep mode.  I am running Mountain Lion with an Airport Extreme.  I have Back to My Mac enabled.  I have no problem accessing the computer over the internet when the c

  • Issue in Creating Activity in R/3 GUI

    Hi All I face an issue while creating an activity in Project System. When I click the Create --> Activity (intenal) in the menu in Project Builder, the system returns me back on the same page (Network Details page) and does not move further. (Same wi

  • Regarding logical path....LSMW

    dear all.. i m working on LSMW for BOM creation.. i have created two flat files for header and the child windown (component). but when i m creating session, its asking for a logical path.. i have tried it with the t code FILE.. but its not working. c

  • Local Help Files Needed

    Hi Is there a way to access help files locally?  Everytime I need to access the help files I get connected to thie internet and I have to wade through the site to find what I'm looking for. Sometimes I need to access help files whilst working where t

  • Accidentally hitting Ctrl+Alt+F1

    I like to connect to my main desktop from work, and to do it I use VNC. Sometimes I'll accidentally hit Ctrl+Alt+F1 in VNC and this is apparently sent to my machine and so it switches to the first terminal! This completely locks me out because then a