Strange New Compile Error

I was just compiling a project and I got the following
strange new error written to c:\.err.
Friday, April 25, 2008 17:08:13
HHA Version 4.74.8702
htmlproc.cpp(114) : Assertion failure: (pszTmp ==
m_pCompiler->m_pHtmlMem->psz)
The only 'major' change made to the project was an update to
the existing Index, and deletion of a number of spurious entries
therein.
What is this error and what can I do about it?
Any Advice?

Just got this error again:
Monday, May 05, 2008 11:25:23
HHA Version 4.74.8702
htmlproc.cpp(114) : Assertion failure: (pszTmp ==
m_pCompiler->m_pHtmlMem->psz)
Strangely, I have not increased the size of the index since
the last successful compile.
I am curious as to what other aspects of this
formerly-successfully-compiled-project may lead to this error.
Vivek, could you please provide any insight? Thank
you.

Similar Messages

  • Strange BEPLC compile error

    Hello,
    I am getting the following error when I attempt to compile a newly created BPEL process using version 10.0.1.2.:
    [bpelc] file:/C:/Java/cmsynergy/mmiller/ekc/Esmee~mmiller/Esmee/esmee-process/ESMEE_OrderStatus/ESMEE_OrderStatus.ws
    dl
    [bpelc] file:/C:/Java/cmsynergy/mmiller/ekc/Esmee~mmiller/Esmee/esmee-process/ESMEE_OrderStatus/OrderDB.wsdl
    [bpelc] file:/C:/Java/cmsynergy/mmiller/ekc/Esmee~mmiller/Esmee/esmee-process/ESMEE_OrderStatus/Orderstatus_table.xs
    d
    [bpelc] [Error] ESMEE_OrderStatus.wsdl:6:79: s4s-elt-schema-ns: The namespace of element 'definitions' must be from
    the schema namespace, 'http://www.w3.org/2001/XMLSchema'.
    [bpelc] [Error] ESMEE_OrderStatus.wsdl:6:79: s4s-elt-invalid: Element 'definitions' is not a valid element in a sche
    ma document.
    [bpelc] [Error] ESMEE_OrderStatus.wsdl:6:79: src-include.1: The root element of document 'file:/C:/Java/cmsynergy/mm
    iller/ekc/Esmee%7Emmiller/Esmee/esmee-process/ESMEE_OrderStatus/ESMEE_OrderStatus.wsdl' has to have the namespace name '
    http://www.w3.org/2001/XMLSchema' and the local name 'schema'.
    [bpelc] [Error] OrderDB.wsdl:10:46: s4s-elt-schema-ns: The namespace of element 'definitions' must be from the schem
    a namespace, 'http://www.w3.org/2001/XMLSchema'.
    [bpelc] [Error] OrderDB.wsdl:10:46: s4s-elt-invalid: Element 'definitions' is not a valid element in a schema docume
    nt.
    [bpelc] [Error] OrderDB.wsdl:10:46: src-include.1: The root element of document 'file:/C:/Java/cmsynergy/mmiller/ekc
    /Esmee%7Emmiller/Esmee/esmee-process/ESMEE_OrderStatus/OrderDB.wsdl' has to have the namespace name 'http://www.w3.org/2
    001/XMLSchema' and the local name 'schema'.
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10902]: compilation failed
    [bpelc] [Description]: in "bpel.xml", XML parsing failed because "undefined part element.
    [bpelc] In WSDL at "file:/C:/Java/cmsynergy/mmiller/ekc/Esmee~mmiller/Esmee/esmee-process/ESMEE_OrderStatus/ESMEE_Or
    derStatus.wsdl", message part element "{http://esmee.ekc.nl/model}ESMEE_OrderStatusProcessResponse" is not defined in an
    y of the schemas.
    [bpelc] Please make sure the spelling of the element QName is correct and the WSDL import is complete.
    The error started appearing in one of my other projects for no apparent reason. I created a new project and started adding things to it and recompiling until the same error started to appear. The change that seems to cause the problem is the addition of a database adapter partnerlink. This caused the adtiion of the 'OrderDB.wsdl' and the error started to appear.
    My previous project had been compiling, deploying and running and I did NOT change anything in the project. So I presume the error is caused by some change in my environment, but I can't think what it might be.
    If I validate the wsdl files using JDeveloper, the ESMEE_OrderStatus.wsdl reports NO errors, but the OrderDB.wsdl reports:
    Validating C:\Java\cmsynergy\mmiller\ekc\Esmee~mmiller\Esmee\esmee-process\ESMEE_OrderStatus\OrderDB.wsdl
    Schema element not found: QName(http://xmlns.oracle.com/pcbpel/adapter/db/top/ESMEEOrderStatus, OrderDBSelect_idInputParameters)
    Validate WSDL: has errors.
    Here is the contents of the Order.wsdl (all generated by JDeveloper):
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
    name="OrderDB"
    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/OrderDB/"
    xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/db/OrderDB/"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:pc="http://xmlns.oracle.com/pcbpel/"
    xmlns:top="http://xmlns.oracle.com/pcbpel/adapter/db/top/ESMEEOrderStatus"
    xmlns="http://schemas.xmlsoap.org/wsdl/">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/ESMEEOrderStatus"
    schemaLocation="Orderstatus_table.xsd"/>
    </schema>
    </types>
    <message name="OrderstatusCollection_msg">
    <part name="OrderstatusCollection" element="top:OrderstatusCollection"/>
    </message>
    <message name="OrderDBSelect_id_inparameters">
    <part name="OrderDBSelect_id_inparameters" element="top:OrderDBSelect_idInputParameters"/>
    </message>
    <message name="Orderstatus_msg">
    <part name="Orderstatus" element="top:Orderstatus"/>
    </message>
    <portType name="OrderDB_ptt">
    <operation name="merge">
    <input message="tns:OrderstatusCollection_msg"/>
    </operation>
    <operation name="insert">
    <input message="tns:OrderstatusCollection_msg"/>
    </operation>
    <operation name="update">
    <input message="tns:OrderstatusCollection_msg"/>
    </operation>
    <operation name="write">
    <input message="tns:OrderstatusCollection_msg"/>
    </operation>
    <operation name="delete">
    <input message="tns:OrderstatusCollection_msg"/>
    </operation>
    <operation name="OrderDBSelect_id">
    <input message="tns:OrderDBSelect_id_inparameters"/>
    <output message="tns:OrderstatusCollection_msg"/>
    </operation>
    <operation name="queryByExample">
    <input message="tns:Orderstatus_msg"/>
    <output message="tns:OrderstatusCollection_msg"/>
    </operation>
    </portType>
    <binding name="OrderDB_binding" type="tns:OrderDB_ptt">
    <jca:binding />
    <operation name="merge">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBWriteInteractionSpec"
    DescriptorName="ESMEEOrderStatus.Orderstatus"
    DmlType="merge"
    MappingsMetaDataURL="toplink_mappings.xml" />
    <input/>
    </operation>
    <operation name="insert">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBWriteInteractionSpec"
    DescriptorName="ESMEEOrderStatus.Orderstatus"
    DmlType="insert"
    MappingsMetaDataURL="toplink_mappings.xml" />
    <input/>
    </operation>
    <operation name="update">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBWriteInteractionSpec"
    DescriptorName="ESMEEOrderStatus.Orderstatus"
    DmlType="update"
    MappingsMetaDataURL="toplink_mappings.xml" />
    <input/>
    </operation>
    <operation name="write">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBWriteInteractionSpec"
    DescriptorName="ESMEEOrderStatus.Orderstatus"
    DmlType="write"
    MappingsMetaDataURL="toplink_mappings.xml" />
    <input/>
    </operation>
    <operation name="delete">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBWriteInteractionSpec"
    DescriptorName="ESMEEOrderStatus.Orderstatus"
    DmlType="delete"
    MappingsMetaDataURL="toplink_mappings.xml" />
    <input/>
    </operation>
    <operation name="OrderDBSelect_id">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBReadInteractionSpec"
    DescriptorName="ESMEEOrderStatus.Orderstatus"
    QueryName="OrderDBSelect"
    MappingsMetaDataURL="toplink_mappings.xml" />
    <input/>
    </operation>
    <operation name="queryByExample">
    <jca:operation
    InteractionSpec="oracle.tip.adapter.db.DBReadInteractionSpec"
    DescriptorName="ESMEEOrderStatus.Orderstatus"
    IsQueryByExample="true"
    MappingsMetaDataURL="toplink_mappings.xml" />
    <input/>
    </operation>
    </binding>
    <!-- Your runtime connection is declared in
    J2EE_HOME/application-deployments/default/DbAdapter/oc4j-ra.xml
    These 'mcf' properties here are from your design time connection and
    save you from having to edit that file and restart the application server
    if ESMEEDataSource is missing.
    These 'mcf' properties are safe to remove.
    -->
    <service name="OrderDB">
    <port name="OrderDB_pt" binding="tns:OrderDB_binding">
    <jca:address location="ESMEEDataSource"
    UIConnectionName="ESMEEDataSource"
    ManagedConnectionFactory="oracle.tip.adapter.db.DBManagedConnectionFactory"
    mcf.DriverClassName="oracle.jdbc.driver.OracleDriver"
    mcf.PlatformClassName="oracle.toplink.oraclespecific.Oracle9Platform"
    mcf.ConnectionString="jdbc:oracle:thin:@ossdbd1:2832:cuross"
    mcf.UserName="esmee"
    mcf.Password="7D46CB284877A72CC1E112510894EA90DE2D591D9362080D"
    />
    </port>
    </service>
    <plt:partnerLinkType name="OrderDB_plt" >
    <plt:role name="OrderDB_role" >
    <plt:portType name="tns:OrderDB_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    I've been staring at this for two days and I still got no clue:(

    As you mentoined:
    "I am getting the following error when I attempt to compile a newly created BPEL process using version 10.0.1.2."
    Is it possible to close all windows in JDev, stop and start JDeveloper and create a new process? A create a new partner-link to access the database adapater?
    BTW: if you created a PL for the DBadapater, it is not possible to re-enter the DB wizard. It will mess up the toplink/bpel configuration

  • Strange TreeSet compile error

    Hi All ,
    I am trying to compile the java classes with the ant build script .
    Java code where I am getting error is :
    while (rs.next()) {
         System.out.println("rs.getInt(1): "+rs.getInt(1));
         tmpSortedMap.add(rs.getInt(1));
    tmpSortedMap is TreeSet .
    When I run the build.xml , I am getting following error :
    :1130: cannot find symbol
    [javac] symbol : method add(int)
    [javac] location: class java.util.TreeSet
    [javac]      tmpSortedMap.add(rs.getInt(1));
    But when I run the same application without using ant , it compiles fine .Can anyone please tell me whats going on with ant .

    sam_123 wrote:
    but when I write a sample class with TreeSet and store an integer value and compile it without using ant , it compiles without any error .Is it possible.Don't repeat yourself when you're under stress; as already suggested: your ant script probably uses a Java 1.4 compiler; in order to compile your code you neede a later version >= 1.5
    kind regards,
    Jos

  • Vb express 13 with update 4 gives new compile error

    Why can I not copy and paste into this window?????:::: ERROR2 Failed to sign bin\Debyg\app.publish\sudo2.exe. Sign tool error: No certificates were foun that matches all the given criteria.

    Hi GulaFaran,
    From this error message, it is caused by the certificates you used were not matched.
    You could check this by going to the project properties > signing tab and checking the certificate details.
    I suggest you unchecking "Sign the ClickOnce manifests" to disable signing.
    If you don't want to turn this option off, you will have to install the certificate.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Compiling error! Classpath is incomplete

    Hi,
    I have created a Web Dynpro Project, and imported a web service model. When I built the project, it cannot find the class file for com.sap.tc.webdynpro.model.webservice.gci.WSTypedModelClass.
    I have tried to run the action "Repair". And a new compilation error appear and the error is as followed:
    "This compilation unit indirectly references the missing type java.lang.object (typically some required class file is referencing a type outside the classpath" and
    "This project was not build since it's classpath is incomplete. Cannot find class file for java.lang.object. Fix the classpath then try rebuilding this project."
    On-resource: InternalWebDynproCOInterfaceView.java
    Help help please.
    Thank you!

    Thanks. But there isn't one that can address my error:
    "This compilation unit indirectly references the missing type java.lang.object (typically some required class file is referencing a type outside the classpath" and
    "This project was not build since it's classpath is incomplete. Cannot find class file for java.lang.object. Fix the classpath then try rebuilding this project."
    Help Help

  • No Compiling Error but doesn't work NEW

    import java.awt.*;
    import java.awt.geom.*;
    import java.awt.event.*;
    import java.applet.*;
    public class javacw extends Applet implements KeyListener, Runnable
         Area pandaArea;
         Graphics2D g2d;
         // Providing coordinate control for the Panda
         int pandax=20, panday=50;
         // Animation condition. True = animate, False = static.
         boolean pandabool=false, laidOut=false;
         boolean left;
         boolean right;
         boolean up;
         boolean down;
    Thread animThread;
    Dimension offDimension;          // Defines an offscreen Dimension
    Image offImage;                    // Defines an offscreen Image
    Graphics offGraphics;          // Defines an offscreen Graphics
         Image panda;                    // Defines an Image object for panda
         public void init()
              // Set the layout of the applet to null
              setLayout(null);
              panda = getImage(getCodeBase(), "panda.gif");
              pandax=0;
              panday=0;
              addKeyListener(this);
              public void Move ()
                   if (left) {
                        pandax = pandax - 10;
                   if (right) {
                        pandax = pandax + 10;
                   if (up){
                        panday = panday + 10;
                   if (down){
                        panday = panday - 10;
              public void keyTyped(KeyEvent event){}
              public void keyPressed(KeyEvent event)
                   if (event.getKeyCode() == KeyEvent.VK_LEFT) left = true;
                   if (event.getKeyCode() == KeyEvent.VK_RIGHT) right = true;
                   if (event.getKeyCode() == KeyEvent.VK_DOWN) down = true;
                   if (event.getKeyCode() == KeyEvent.VK_UP) up = true;
                   repaint();
              public void keyReleased(KeyEvent e)
                   if (e.getKeyCode() == KeyEvent.VK_LEFT) left = false;
                   if (e.getKeyCode() == KeyEvent.VK_RIGHT) right = false;
                   if (e.getKeyCode() == KeyEvent.VK_UP) up = false;
                   if (e.getKeyCode() == KeyEvent.VK_DOWN) down = false;
                   repaint();
    public void start()
              // Make sure the thread hasn already been created
         if (animThread == null) {
         animThread = new Thread(this, "anim");
         animThread.start();
    public void run() {
              // Create a current thread.
              Thread myThread = Thread.currentThread();
         // As long as the thread is created, keep redrawing the
         // canvas and then pausing for 10 miliseconds.
         while (animThread == myThread) {
                   repaint();
         try {
              Thread.sleep(10);
         } catch (InterruptedException e){}
    public void paint(Graphics g)
              if (offImage != null) {
              g2.drawImage(offImage, 0, 0, null);
         // Overide the update() method
    public void update(Graphics g) {
              Dimension d = getSize();
              // Create the offscreen graphics context
              if ((offGraphics == null)
              || (d.width != offDimension.width)
              || (d.height != offDimension.height)) {
              offDimension = d;
              offImage = createImage(d.width, d.height);
              offGraphics = offImage.getGraphics();
              // Erase the previous image
              offGraphics.setColor(getBackground());
              offGraphics.fillRect(0, 0, d.width, d.height);
              offGraphics.setColor(Color.black);
              paintFrame(offGraphics);               // Paint the frame into the image
              g.drawImage(offImage, 0, 0, null);     // Paint the image onto the screen
    public void paintFrame(Graphics g) {
              Graphics2D g2d = (Graphics2D)g;
              g2d.drawImage(panda, pandax, panday, this);
              if (pandabool) {               // If pandabool==true, animate the panda =)
                   if (pandax>400) pandax=0;
                   if(pandax<0)pandax=400;
    public void stop()
         animThread = null;
              offImage = null;
              offGraphics = null;
    public void destroy(){}
    hi everyone, i'm new to java and i'm trying to wirte a keyListener to makes my image move. btw there are no compiling errors but the key is not working. hope that someone can help me. appreciate

    You have a Move() function that you're not calling! Not much use unless you place a call to it in your run() function, eh?
    Next time you post code, use the  tags.

  • Strange new system.log error

    Hi
    Listen. The last hole week i discovered a new strange system.log error / text ?
    I have it on both my iMac 27" Snow Leo and my new Macbook Air 2012 Mountain Lion.
    The error says:
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.applepushserviced.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.aslmanager.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.atrun.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.auditd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.autofsd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.automountd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.awacsd.plist
    Jan 20 02:45:54 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.backupd-attach.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RFBEventHelper.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RemoteDesktop.PrivilegeProxy.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.installd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.SCHelper.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.DiagnosticReportCleanUp.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.hidd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.xprotectupdater.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.applepushserviced.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.AppleFileServer.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.fseventsd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.pcastuploader.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.RFBRegisterMDNS_RemoteManagement.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.usbmuxd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.backupd-auto.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.blued.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.cvmsServ.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.dpd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.awacsd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.platform.ptmd.plist
    Jan 20 02:45:58 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons/com.apple.coreservicesd.plist
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Caches
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/CoreServices
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchAgents
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/PrivateFrameworks
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Fonts
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Frameworks
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/StartupItems
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/UserEventPlugins
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Automator
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Services
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Input Methods
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Extensions
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/LaunchDaemons
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Keychains
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Java
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/CFMSupport
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Lib_CEP
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/QuickTime
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/User Template
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Spotlight
    Jan 20 02:46:00 imac27 Finder[259]: Removing observer for path: /System/Library/Screen Savers
    Jan 20 02:46:01 imac27 Finder[259]: Removing observer for path: /System/Library
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/WebKit
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Voices
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Spelling
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Sounds
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Services
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Scripts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Screen Savers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Safari
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/QuickLook
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PubSub
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Printers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PreferencePanes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PhotoshopCrashes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/PDF Services
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ooVoo
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Music Man
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Mail Downloads
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Mail
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Logs
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/LaunchAgents
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Compositions
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Keychains
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Keyboard Layouts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iTunes
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Internet Plug-Ins
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Input Methods
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iMovie
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Images
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Icons
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/iApps
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Google
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Gas Mask
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Fonts
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/FontCollections
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/FileSync
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Favorites
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Eye-Fi
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Extensis
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/EQATEC Analytics
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/DxO Optics Pro v8
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Cookies
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Contextual Menu Items
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ColorSync
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/ColorPickers
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Calendars
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Caches
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Autosave Information
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Audio
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Assistants
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support
    Jan 20 02:46:06 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Address Book Plug-Ins
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.Bluetooth.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.DigiDNA.DiskAid.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.SoftwareUpdate.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iCal.helper.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCaptureExtension2.88E5101 2-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.screensaver.iTunesArtwork.88E5 1012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.java.JavaPreferences.88E51012- 02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.MIDI.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.mail.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.idisk.88E51012-02E1-547C-AD86- 4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.print.Cache.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iWeb.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.screensaver.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.systemuiserver.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.print.PrinterProxy.88E51012-02 E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCapture2.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.imservice.FaceTime.88E51012-02 E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.panic.Coda.88E51012-02E1-547C-AD86-4 F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.FaceTime.88E51012-02E1-547C-AD 86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.airport.agent.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.adobe.headlights.88E51012-02E1-547C- AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.toastycode.screensaver.LCDScrub.88E5 1012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.scheduler.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.divx.DivXBrowserPlugin.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/MicrosoftRegistrationDB.88E51012-02E1-54 7C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ScreenSaver.Basic.88E51012-02E 1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.iTunes.88E51012-02E1-547C-AD86 -4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.AddressBook.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.AddressBook.sync.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.stuffit.agreement.88E51012-02E1-547C -AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.systempreferences.88E51012-02E 1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.SubmitDiagInfo.88E51012-02E1-5 47C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.windowserver.88E51012-02E1-547 C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.DirectoryUtility.88E51012-02E1 -547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.preference.internet.88E51012-0 2E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.HIToolbox.88E51012-02E1-547C-A D86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.panic.Coda2.88E51012-02E1-547C-AD86- 4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.syncservices.ConflictResolver. 88E51012-02E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:30 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost/com.apple.ImageCaptureService.88E51012-0 2E1-547C-AD86-4F7A3F9230D8.plist
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Microsoft Messenger User Cache.plist
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/OfficeSync Prefs
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/Outlook Preferences
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011/Microsoft Office ACL [Danish]
    Jan 20 02:46:51 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft/Office 2011
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Magnifier.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.LaunchServices.QuarantineEvents
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Aimersoft.Video-Converter-Ultimate.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.WebFoundation.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.skype.skype.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.Photoshop.p list
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.iwebseotool.xml
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.Photoshop.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.iWeb.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.AdobePremierePro.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.stuffit.StuffIt-Destinations.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.After Effects.11.0.2.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.ARM.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.bridge5.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.help.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/ByHost
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.only4pdf.rararchiver.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.ATS.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/loginwindow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.srs.iwow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.ActivityMonitor.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/fr.read-write.WiredClient.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.mobile.iTunes.store.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.dock.db
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.zanka.WiredClientDebugP7.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Adobe Media Encoder.6.0.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Refocus.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.symbolichotkeys.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.mediabrowser.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.Noise Buster.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.LaunchServices.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.aimersoft.helper_compact.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.realnetworks.realplayerdownloader.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Sitemap Automator Recent Items
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.RealNetworks.RealPlayer.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/QuickTime Preferences
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Photoshop CS6 Settings
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.nolobe.interarchy.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.sidebarlists.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.crashreporter.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Save For Web AI 16.0 Prefs
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.Illustrator .plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/net.telestream.wmv.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.BezelServices.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.peternoriega.unrarx.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/pbs.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.PreferenceSync.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.SystemProfiler.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Microsoft
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.storeagent.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.Safari.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.microsoft.Messenger.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.ame.application.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.finder.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.loginitems.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.google.Chrome.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.SmartMask.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.internetconfig.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.keychainaccess.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.frameworks.diskimages.uiagent.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.googlesitemap.xml
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.internetconfigpriv.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.quicktime.plugin.preferences.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Adobe Photoshop CS6 Paths
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.seotoolforiweb.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.niksoftware.selectivetool.prefs
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.AddressBook.abd.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Premiere Pro.6.0.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/org.grunenberg.EasyFind.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.adobe.AfterEffects.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.cod3r.a52codec.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.loginwindow.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.yazsoft.Playback.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.systemuiserver.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.candyware.RarMachine.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.DiskUtility.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/Playback
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.appstore.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.dock.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.zanka.WiredClient.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.Adobe.Common CS6.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.recentitems.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.iconfactory.Twitterrific.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.extensis.FontManagement.plugins.InDesign.pl ist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.akvis.MakeUp.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.apple.systempreferences.plist
    Jan 20 02:47:09 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Preferences/com.ragesw.webcrusher.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MobileSync
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MobileMeSyncClient
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Microsoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MassReplaceIt
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacUpdate
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Macsome Audiobook Converter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Macsome
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacGameStore.com
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/MacGamesArcade
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/LooksBuilder
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Little Snitch
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Labels & Addresses
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iWeb SEO Tool
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iWeb
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iVI
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iTubeGrabber
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iTools
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSubtitle
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSlayer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSkysoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iShowU HD
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iShowU
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iSerial Reader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iRecordMusic
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ipswDownloader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iPartition
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Interarchy
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iMedia Converter Deluxe
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Imagenomic
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro.log
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro WEB.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Image Processor Pro skolefoto.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iLifePageLayout
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iLifeMediaBrowser
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iFunia AudioConverter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iFFmpeg
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iDefrag
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/iChm
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Helper
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Hardware Monitor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/HandBrake
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Google
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/FX Photo Studio
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Fluid
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Firefox
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Final Cut Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/FilmOn.com
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/File Buddy
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/eSellerate
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Episode
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Enolsoft YouTube Converter HD
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Ecoute
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/eBookConverter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/easyMule2
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/EasyFind
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro v8
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro v7
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Optics Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DxO Labs
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DVDRemaster
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DVD Player
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DropDMG
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DriveGenius
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DMG Canvas
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DivX
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DiskCatalogMaker
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DiskAid
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Disc Cover 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DigiArty
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Decibel
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DataViz
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Data Rescue 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/DaisyDisk
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/D-Vision 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrossOver
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrashReporter
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CoverScout 3
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coriolis
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ConverterPlus
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ContactSheetII.log
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Contact Sheet II.xml
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Console
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Compressor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.unionwell.fxfotopro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.synium.screenium
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.prosofteng.DRBackend
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.mactrackerapp.Mactracker
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.macitbetter.betterzip
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.koingosw.MacPilot
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.fuelcollective.Permute
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/com.bombich.ccc
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coda 2
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Coda
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Capture One
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CandyBar
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Calculator
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Business Card Composer 5
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Boinx
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/bitSplit Enterprises
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Barcode Producer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AVCLabs M4V Converter Plus
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Automator
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Audio Hijack Pro
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/audacity
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Athentech
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStudio
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apple Qmaster
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apple
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Apimac
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aperture
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Anthropics
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Altomac
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AirServer
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aimersoft YouTube Downloader
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Aimersoft
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AdWords-Editor
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Adobe
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AddressBook
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/Acertant
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/ACD Systems
    Jan 20 02:47:13 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/4Media
    Jan 20 02:47:15 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete/AppDeleteLog.txt
    Jan 20 02:47:19 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppDelete
    Jan 20 02:47:19 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/CrashReporter
    Jan 20 02:47:28 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/442663405/flyingIcon
    Jan 20 02:47:28 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/442663405/preflight.pfpkg
    Jan 20 02:47:29 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410/flyingIcon
    Jan 20 02:47:29 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410/preflight.pfpkg
    Jan 20 02:47:31 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982/flyingIcon
    Jan 20 02:47:31 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982/preflight.pfpkg
    Jan 20 02:47:33 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562/flyingIcon
    Jan 20 02:47:33 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562/preflight.pfpkg
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/427480061
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/497799835
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/468808410
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/448457090
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/526037562
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/432716600
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/manifest.plist
    Jan 20 02:47:34 imac27 Finder[259]: Removing observer for path: /Users/iMac/Library/Application Support/AppStore/490255982
    Jan 20 02:47:34 imac27 Finder[259]: Removing observ

    anyone know what this is now ? i got another error now running forever
    0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:12 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/Fontographer/TomboyMedium/TomboyMedium".
    Jan 22 14:05:12 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x1001c7750 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 1/Call FF 1".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c7cb90 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 2/Call FF 2".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x10048fc90 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 3/Call FF 3".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c7c7a0 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 4/Call FF 4".
    Jan 22 14:05:13 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x10048fcd0 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 5/Call FF 5".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x100485400 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 6/Call FF 6".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x102c77d70 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n          0 : <CFString 0x106d2db78 [0x7fff7063fee0]>{contents = "kATSFontTestSeverityFatalError"}\n)}".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation failed - "/Dokumenter/Other fonts/FontShop FF Alphabetic/C/Call FF 1-9/Call FF 7/Call FF 7".
    Jan 22 14:05:14 mugge /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker[11204]: FontImporter: Validation Result - "<CFArray 0x100485400 [0x7fff7063fee0]>{type = mutable-small, count = 1, values = (\n

  • Strange running and compiling errors on some apps.

    Hey,
    I recently installed Archlinux 08.2012 (20 days ago aprox.), everything was going perfectly since yesterday.
    I guess that the problem started during the AUR installation of Cinnamon which showed me a strange and undocumented error, during the "make" process. I believe that the error is undocumented because I do not found any post or information about it. Here you have the error which is the same of AUR:
    [albert@(none) linuxmint-muffin]$ make
    make all-recursive
    make[1]: Entering directory `/home/albert/Baixades/linuxmint-muffin'
    Making all in src
    make[2]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src'
    make all-recursive
    make[3]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src'
    Making all in wm-tester
    make[4]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src/wm-tester'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src/wm-tester'
    Making all in tools
    make[4]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src/tools'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src/tools'
    Making all in compositor/plugins
    make[4]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src/compositor/plugins'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src/compositor/plugins'
    make[4]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src'
    GISCAN Meta-3.0.gir
    /usr/bin/g-ir-scanner: line 26: __builtin__.__dict__[DATADIR]: command not found
    /usr/bin/g-ir-scanner: line 29: syntax error near unexpected token `('
    /usr/bin/g-ir-scanner: line 29: ` def on_exception(exctype, value, tb):'
    make[4]: *** [Meta-3.0.gir] Error 2
    make[4]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/albert/Baixades/linuxmint-muffin'
    make: *** [all] Error 2
    When the error appears my default mouse pointer disappears and is replaced by a cross. If I do not make 3 mouse clicks the compilation progress does not go and never shows the error. It remains waiting for my 3 clicks showing me on the prompt
    GISCAN Meta-3.0.gir
    As I saw that the error was related to g-ir-scanner I tried to run it:
    [albert@(none) ~]$ g-ir-scanner
    import: unable to grab mouse `': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9047.
    /usr/bin/g-ir-scanner: line 26: __builtin__.__dict__[DATADIR]: command not found
    /usr/bin/g-ir-scanner: line 29: syntax error near unexpected token `('
    /usr/bin/g-ir-scanner: line 29: ` def on_exception(exctype, value, tb):'
    [albert@(none) ~]$
    And then the mouse pointer's strange cross appeared again with the same symptomes than the last issue.
    But the problem does not finish here. This evening I installed the Openshot software and when I tried to run it, the strange cross appeared again.
    And the prompt log out is:
    [albert@(none) ~]$ openshot
    /usr/bin/openshot: line 24: syntax error near unexpected token `('
    /usr/bin/openshot: line 24: `realfile = os.path.realpath(__file__)'
    [albert@(none) ~]$
    I really don't know what kind of problem I have, but It always repeat
    /usr/bin/X: line XX: syntax error near unexpected token `('
    I hope that someone will know how to help me.
    Thank you for your time.
    Wamest regars.
    Last edited by acasnaovas (2012-08-28 21:47:40)

    Waoo, I reinstalled the packages (pacman -Sf python python2 gobject-introspection) and the openshot works and pitivi to, there is no more strange cross and errors, well just one always after Pacman finishes :
    ldconfig: el fitxer «/lib/libakonadi-filestore.so» is empty, no es comprova
    ldconfig: el fitxer «/lib/libprison.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkdepim-copy.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkresources.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadiprotocolinternals.so.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kcal.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkxmlrpcclient.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kmime.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqrencode.so.3» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqgpgme.so.1.0.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pthread.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-calendar.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pth.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkldap.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kcal.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsyndication.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimutils.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libprison.so.0.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkdepim-copy.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkimap.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmaildir.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kmime.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmindexreader.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsensors.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kde.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkblog.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimutils.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-contact.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pth.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmbox.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkholidays.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkontactinterface.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmime.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqalculate.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-contact.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++.so.2.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kabc.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-calendar.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqjson.so.0.7.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqgpgme.so.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libdmtx.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libdmtx.so.0.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcal.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv2.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv1_CM.so.1.1.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadiprotocolinternals.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkdepim-copy.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmbox.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkdepim-runtime-dms-copy.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmindexreader.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmaildir.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libcln.so.6» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkgapi.so.0.4.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkalarmcal.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqscintilla2.so.8» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsyndication.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkalarmcal.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmailtransport.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqscintilla2.so.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kde.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kmime.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkblog.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmicroblog.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kcal.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqrencode.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalcore.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc_file_core.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kabc.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmicroblog.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmindexreader.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pth.so.2.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libktnef.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimidentities.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc_file_core.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmbox.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv2.so.2.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcal.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqimageblitz.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimtextedit.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkalarmcal.so.2.7.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-xml.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqscintilla2.so.8.0.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalcore.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqimageblitz.so.4.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqjson.so.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-xml.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-notes.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkholidays.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmailtransport.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkldap.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkontactinterface.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libdmtx.so.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pthread.so.2.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkblog.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsyndication.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkxmlrpcclient.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkholidays.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqrencode.so.3.3.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqjson.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kde.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv1_CM.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libktnef.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkimap.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kabc.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsensors.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimutils.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcal.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimtextedit.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-filestore.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libcln.so.6.0.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimtextedit.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkxmlrpcclient.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmicroblog.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmailtransport.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalcore.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadiprotocolinternals.so.1.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pthread.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimidentities.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-filestore.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkldap.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-notes.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalutils.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmime.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-contact.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libprison.so.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalutils.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkontactinterface.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsensors.so.4.3.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimidentities.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libktnef.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqalculate.so.5» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmaildir.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-xml.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalutils.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc_file_core.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqimageblitz.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkresources.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqgpgme.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmime.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv1_CM.so.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqalculate.so.5.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkresources.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqscintilla2.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-calendar.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv2.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libcln.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-notes.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkimap.so.4.8.0» és buit, no es comprova
    How I have to make the Chroot tmpfs? I will compile cinnamon into the chroot.
    Thank you for everything.
    WorMzy wrote:
    I don't know what it is, and how I have it installed.
    Nevermind, pkgfile tells me that it's part of gobject-introspection. Try reinstalling that package. You might want to reinstall python2, it shouldn't be complaining about parenthesis there.
    I will try to build everything in a clean chroot. I have 8Gb of ram, so enough.
    You need disk space for the chroot. Approximately 1GB per (clean) chroot (e.g. /var/lib/archbuild/extra-86_64/root), potentially up to several GB for a "dirty" chroot. RAM is only necessary if you decide to make the "dirty" chroot (/var/lib/archbuild/extra-86_64/$username) into a tmpfs.

  • Compilation error[ORA-02289: sequence does not exist] ,even if dbVersion '9.3.350',so strange!

    I know the reason is that PL/SQL is pre-compilation, so now dbVersion < '9.3.350', even if I don't need get REFDESIG_ID_SEQ.nextval ,
    it will also cause this compilation error. So my question is how should I code that?
    When dbVersion < '9.3.350' , no sequence REFDESIG_ID_SEQ, just print '1####';
    else get REFDESIG_ID_SEQ.nextval , then print '2####'
    But now even if dbVersion < '9.3.350', it will cause compilation error[ORA-02289: sequence does not exist] .
    How to resolve this? Thanks a lot.
    declare
        maxid   number;
        nextid number;
        agileid number;
        v_date  date;
        dbVersion varchar(8):=0;
    begin
      select substr(value,1,7) into dbVersion from propertytable where parentid = 5001 and propertyid=37;
            DBMS_OUTPUT.PUT_LINE(dbVersion);
            if (dbVersion < '9.3.350') then
                  DBMS_OUTPUT.PUT_LINE('1####');
            else
                  DBMS_OUTPUT.PUT_LINE('2####');
                  select REFDESIG_ID_SEQ.nextval into agileid from dual;
            end if;
    end;

    In my DB, If dbVersion < '9.3.350' , no sequence REFDESIG_ID_SEQ
    When dbVersion >= '9.3.350' ,sequence REFDESIG_ID_SEQ will exist,
    Now my dbVersion < '9.3.350' , and this pl/sql also cause this error.
    SO how should I to resolve it ?
    Now I need a test case, if dbVersion < '9.3.350' , then print '1####';
    else , get REFDESIG_ID_SEQ.nextval   firstly , then print '2####'
    How should I code?Thanks  a lot.

  • Compile error in adjacency matrix

    Hello, I'm getting a strange compile error in my fileStream constructor
    also I'm having trouble accessing nodes.
    Any advice is much much appreciated and will be rewarded as such
    cheers
    mport java.io.*;
    import java.util.*;
    class AdjMatrix
         private int [][] matrix;
         private int num_vertices;
         private final int inf = Integer.MAX_VALUE;
         public AdjMatrix(int num_vertices)
              this.num_vertices = num_vertices;
              matrix = new int[num_vertices][num_vertices];
              // let's assume that nodes are adjacent to themselves
              for (int vertex = 0; vertex < num_vertices; vertex++)
                   for (int other_vertex = 0; other_vertex < num_vertices; other_vertex++)
                        if (other_vertex == vertex)
                             matrix[vertex][other_vertex] = 0;
                        else
                             matrix[vertex][other_vertex] = inf;
         public void addEdge(int vertex_from, int vertex_to, int cost)
              matrix[vertex_from][vertex_to] = cost;
         public void addEdge(int vertex_from, int vertex_to)
              addEdge(vertex_from, vertex_to, 0);
         public void addBidirectedEdge(int vertex_one, int vertex_two, int cost)
              addEdge(vertex_one, vertex_two, cost);
              addEdge(vertex_two, vertex_one, cost);
         public void addBidirectedEdge(int vertex_one, int vertex_two)
              addEdge(vertex_one, vertex_two, 0);
              addEdge(vertex_two, vertex_one, 0);
         public void removeEdge(int vertex_from, int vertex_to)
              matrix[vertex_from][vertex_to] = inf;
         public void removeBidirectedEdge(int vertex_one, int vertex_two)
              matrix[vertex_one][vertex_two] = inf;
              matrix[vertex_two][vertex_one] = inf;
         public int getEdge(int vertex_from, int vertex_to)
              return matrix[vertex_from][vertex_to];
    class FileStream extends AdjMatrix {
         double answer;
         String line;
         AdjMatrix theMatrix;
         int total;
         public FileStream(String fileName) {
              fileName = "Test.txt";
              try {
                   FileReader fileRead = new FileReader(fileName);
                   BufferedReader br = new BufferedReader(fileRead);
                   while((line = br.readLine()) !=null) {
                        StringTokenizer st = new StringTokenizer(line, ",");
                        total++;
                        for(int i=0; i<st.countTokens(); i++){
                             for(int j=0; j<st.countTokens(); j++) {
                                  int weight = Integer.parseInt(st.nextToken());
                                  theMatrix.addEdge(i,j,weight);
                   br.close();
              catch(IOException exc) {
                   System.out.println("File not found!");
         //System.out.println("The total in [Test.txt] is: " +total);     
    }

    class FileStream extends AdjMatrix {
         double answer;
         String line;
         AdjMatrix theMatrix;
         int total;
         public FileStream(String fileName) {
              Since you don't specify which constructor of AdjMatrix to use in the contruction of FileStream the compiler is trying to use the default constructor of AdjMatrix BUT you don't have one!
    Possible solutions -
    1) Define a default constructor in AdjMatrix.
    2) Use the public AdjMatrix(int num_vertices) constructor by using
         public FileStream(String fileName) {
                 super(10); // or what ever size you think is appropriate3) Change AdjMatrix to use so as to use dynamic arrays (ArrayList?) instead of having a fixed dimension.
    4) MakeFile stream a factory that does not extend AdjMatrix but has a method that returns an AdjMatrix based on a filename argument.
    e.g.
    class  FileStreamFactory
         public AdjMatrix createFromFile(String filename)
                 // Parse the file to get the size
                AdjMatrix theMatrix = new AdMatrix(the size you parsed);
                // Fill in anything else you need to
                return  theMatrix ;
    }You would use this by creating a factory and then using it to create your AdjMatrix.
    It should be obvious that I prefer approach 4.
    Have fun!

  • SSUS 2012 Script Component (VB) Build But Still Has Compile Error

    The title says it all really.
    The Script Component builds without error but when I close the editor (and when I execute the package), I get a message saying that there is a compile error. There is of course a big red "X on the script component. No errors are indicated in the edit
    window or when building the script. Can anyone help? this is really holding me up.
    The script has been copied from a working SSIS 2008 package. It uses the report execution web method. I have successfully changed the web reference to ReportExcution2010, there doesn't seem to be a RepprtExcution2012.
    R Campbell

    It's probably best to close thread and that I start a new one. I think that I have gone off on a tangent here. Yes SSIS isn't doing much of a job in reporting errors but my main concern is the error itself.
    I am trying to port an SSIS Script Task from SQL 2008 to SQL 2012. Is uses the ReportExecution2005 web service to run SSRS reports. The really strange thing is that, even though the same web reference is used, different methods seem
    to be available in SQL 2008 and SQL 2012. This doesn't sound right to me, if you refer to the same Web Service you should see the same metros or am I wrong about that.
    For example in SQL 2008 there is ReportExecutionService
    object but on the SQL 2012 to service there only seems to be
    ReportExecutionServiceSOAPClient.
    R Campbell

  • Help- Components Throwing Compile Errors

    Thank you for reading my issue. I am using Flash CS3.
    Recently, all my projects began throwing compile errors for
    standard component AS3 code.
    UI Component, FLVPlayback.
    I have uninstalled and reinstalled Flash CS3, but to no
    avail. Problem persists
    I keep getting errors involving "QNAN", which I think
    involves trapping for a non-numeric value, or something.
    As a test, I created a new Flash doc, placed an instance of
    FLVPlayback on the stage, pointed it to a .FLV file in the same
    directory.
    Errors on compile:
    1093: Syntax error.
    1084: Syntax error: expecting rightparen before QNAN.
    1093: Syntax error.
    1084: Syntax error: expecting rightparen before QNAN.
    And so on, I get 5 sets of the same errors for different
    functions.
    The first offending function above reads:
    function queueCmd(param1:VideoPlayerState, param2:Number,
    param3:Number = 1.#QNAN) : void
    if (param1.cmdQueue == null)
    param1.cmdQueue = new Array();
    }// end if
    param1.cmdQueue.push(new QueuedCommand(param2, null, false,
    param3));
    return;
    }// end function
    I get similar errors from my UI component AS3 as well.
    I have not touched the shipped AS3 for these components. What
    gives?
    Any ideas?
    Thanks
    Tim

    Thanks, by the way to everyone who has offered thoughts so
    far.
    xchanin - I've encountered issues with the FLVPlayback
    component as well as various of the UI components.
    I tried some example applications (from the web) not too long
    ago and this issue popped up shortly there after.
    But, I'm having issues with even a simple Flash with a single
    FLVPlayback instance and one .flv.
    There is nothing in the class path for my test file and the
    root .as files open from the Flash install when I click the compile
    errors in the output window.
    So, it really looks like I somehow corrupted those files. I
    read a post somewhere that someone had "strange invisible
    characters" show up in their .as that were throwing errors.
    I thought a clean install would do the trick.
    I may completely isolate the example files I was using and
    try another reinstall... that's about all I can think of at the
    moment.
    This has been a couple week search for a solution. I have a
    real project coming up an need to solve this.
    Thanks for any input! (I assume I can't call Adobe for an
    assist as I'm still on CS3 ;)
    Tim

  • Help with compilation error

    Hello
    I have a problem with my jsp developement. When i create a jsp (with no beans) i test it and it runs fine (not good but fine), then when I test it with multiple users at time, it generate a jsp compilation error ie. "missing term }" and I can not figure out why it is getting that error, it has been compilated before! so it should not generate a compilation error, becouse i'm not editing the jsp source. I think that every time the jsp is requested the virtual machine is re-compiling it, but is only what i thing and i don't know why... can any body help me? please.
    I apologize for my bad english
    Thank you for your time reading this.

    Sorry becouse i can't be more espesific with the error that i get, that error is complete apears in a complete randomic way, I mean taht it apears when nerver is expected or doesn't apear when is expected, only thing that i got of that error is that the compiler some time says that are mising semi-colon (;), some time says that are mising quotation marks (") or are mising }, the error is no the same allways no mater the situation, I can run the jsp in my pc but the error doesn't apear, thats very strange becouse the compilation error apear after the jsp was executed with no errors.
    this is my jsp:
    <%@ page import="java.util.Calendar,java.text.SimpleDateFormat,java.util.Date,java.util.Stack,java.util.Enumeration, java.util.Hashtable,java.sql.*, java.util.Vector" %>
    <%@ include file="../incs/dbpool_inc.jsp" %>
    <%@ include file="funciones.jsp"%><html>
    <head>
    <title>Resolver preguntas</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="../css/0001.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <% //to get user data from the session.
         String userid = session.getAttribute("idu") != null ? (String)session.getAttribute("idu") : "";
         String asign = session.getAttribute("idHomeAssignatura") != null ? (String)session.getAttribute("idHomeAssignatura"): "";
         String idcuest = session.getAttribute("idcuest") != null ? (String)session.getAttribute("idcuest") : "";
         String secuenc = session.getAttribute("secuenc") != null ? (String)session.getAttribute("secuenc") : "";     
         String secuens = request.getParameter("secuens") != null ? request.getParameter("secuens") : "0";
         //to know if it's aloww to save cahnges in the database
         boolean guardar = request.getParameter("guardar") != null ? (request.getParameter("guardar")).equals("si")? true: false :false;
         if(userid.equals("")|| asign.equals("")){//if 1          
              out.println("</head><body><font face=\"Arial\" size=\"2\" color=\"#000000\"><b>El tiempo de conexi&oacute;n ha expirado. Para ingresar de nuevo al sistema haga click aqu&iacute;.</b></font></body></html>");
         }//fin if 1
         else{//else de if 1          
              try{// try 1
                   Connection conn = dbpool.getConnection();
                   Statement stmtt = conn.createStatement();
                   Statement stmtmod = conn.createStatement();
                   Statement stmtresp = conn.createStatement();
                   ResultSet rsmodul = stmtmod.executeQuery("select id_modulo from eit_cuestxmat where id_cuestionario="+idcuest);
                   String modulo = rsmodul.next()? rsmodul.getString("id_modulo"): "";
                   rsmodul.close();
                   stmtmod.close();
                   int secuencia1 = Integer.parseInt(secuens);
                   int secuencia2 = Integer.parseInt(secuenc)+1;
                   secuenc = (secuencia1 == secuencia2)? String.valueOf((Integer.parseInt(secuenc)+1)): secuenc;
                   session.setAttribute("secuenc", secuenc);               
                   if(esAlumno(userid, stmtt, asign)){//if 2
                   if(guardar){//if 2.0
                             String idpreg1 = request.getParameter("idpregunta") != null ? request.getParameter("idpregunta") : "";
                             ResultSet rstipop = stmtt.executeQuery("select tipo from eit_pregunta where id_pregunta="+idpreg1);                         
                             String tipop1 = rstipop.next()? rstipop.getString("tipo") : "";
                             rstipop.close();
                             String respuesta = "N/A", correspondencia ="";                         
                             String restado="n";
                             String rcorrecta = "n";
                             if(tipop1.equals("selec")){
                                  correspondencia = request.getParameter("rprevia") != null? request.getParameter("rprevia") : "-1";
                                  ResultSet rscorrecta = stmtt.executeQuery("select escorrecta from eit_opciones where id_pregunta="+
                                                           idpreg1+" and id_opcion="+correspondencia+" and escorrecta like 's'");
                                  if(rscorrecta.next()){
                                       rcorrecta = "s";
                                  rscorrecta.close();
                             else{
                                  if(tipop1.equals("empar")){
                                       ResultSet rsempar = stmtt.executeQuery("select escorrecta from eit_opciones where id_pregunta="+
                                                                idpreg1+ "order by orden");
                                       int corres = 0;
                                       int correctas = 0;
                                       while(rsempar.next()){                                   
                                                 String resp = request.getParameter("selopc"+String.valueOf(corres+1)) != null? request.getParameter("selopc"+String.valueOf(corres+1)) : "";
                                                 correspondencia=correspondencia+((corres == 0)? "":",")+resp;
                                                 correctas = correctas + (resp.equals(rsempar.getString("escorrecta"))? 1 : 0);
                                                 corres++;
                                       rcorrecta = String.valueOf(correctas);
                                       rsempar.close();
                                  else{
                                       if(tipop1.equals("complet")){
                                            ResultSet rscomplet= stmtt.executeQuery("select correspondencia from eit_opciones where id_pregunta="+idpreg1);
                                            String complet = rscomplet.next()? rscomplet.getString("correspondencia"):"";
                                            rscomplet.close();
                                            String complet1 = "";
                                            int idxcar = complet.indexOf("$");
                                            respuesta = request.getParameter("comp0") != null ? request.getParameter("comp0") : "";
                                            correspondencia = request.getParameter("comp1") != null ? request.getParameter("comp1") : "";
                                            int corrc =0;
                                            if(idxcar>=0){
                                                 complet1 = complet.substring((idxcar+1),complet.length());
                                                 complet = complet.substring(0, idxcar);
                                                 corrc = (respuesta.equalsIgnoreCase(complet))? 1 : 0;
                                                 corrc = (correspondencia.equalsIgnoreCase(complet1))? (corrc+1) : corrc;
                                                 rcorrecta = (corrc==2)? "s": (corrc==1)? "m": "n";
                                            }else{
                                                 corrc=(respuesta.equalsIgnoreCase(complet))? 1 : 0;
                                                 rcorrecta = (corrc==1)? "s": "n";
                                       else{
                                            if(tipop1.equals("abierta")){
                                                 respuesta = request.getParameter("respuesta") != null? request.getParameter("respuesta") : "";
                             String guardarResp = "insert into eit_respuesta(id_pregunta, id_cuestionario, id_materia, id_modulo"+
                                                      ", respuesta, correspondencia, rcorrecta, restado, sec_pregunta, codest)"+
                                                      " values ("+idpreg1+", "+idcuest+", '"+asign+"', "+modulo+", '"+respuesta+"', '"+correspondencia+"', '"+rcorrecta+"', '"+restado+"', "+
                                                      String.valueOf((Integer.parseInt(secuenc)-1))+", "+userid+")";
                             String sqlexistencia = "select id_pregunta from eit_respuesta where codest ="+userid+" and id_cuestionario="+idcuest+" and id_materia="+
                                                           asign+" and id_modulo="+modulo+" and id_pregunta="+idpreg1;                         
                             boolean existeResp = (stmtt.executeQuery(sqlexistencia)).next();
                             String editarResp = "update eit_respuesta set respuesta='"+respuesta+"', correspondencia='"+correspondencia+"', "+
                                                      "rcorrecta='"+rcorrecta+"', restado='"+restado+
                                                      "' where codest ="+userid+" and id_cuestionario="+idcuest+" and id_materia like '"+
                                                      asign+"' and id_modulo="+modulo+" and id_pregunta="+idpreg1;
                             //if the page is editing execute string editarResp else execute string guardarResp
                             stmtt.executeUpdate(existeResp? editarResp:guardarResp);
                        String sqlbpu="select p.enunciado, p.tipo, p.titulo, p.id_pregunta from eit_pregunta p, eit_prexcuest pxc where pxc.id_cuestionario="+idcuest+" and pxc.id_pregunta = p.id_pregunta and pxc.secuenc= "+String.valueOf(secuenc);//bupu: buscar pregunta cuestionario
                        //System.out.println("resolvpreg.jsp "+sqlbpu);
                        ResultSet rsbpu = stmtt.executeQuery(sqlbpu);
                        if(rsbpu.next()){ // if 2.1
                             String enunciado = rsbpu.getString("enunciado");
                             String tipo = rsbpu.getString("tipo");
                             String titulo = rsbpu.getString("titulo");
                             String idpreg = rsbpu.getString("id_pregunta");
    %>
    <h1 align="center"><font color="#0033CC" face="Arial, Helvetica, sans-serif"><%=titulo%></font></h1><br>
    <p align="left"><font face="Arial, Helvetica, sans-serif">
    <strong>Enunciado:</strong> <%=enunciado%>. </font><br>
    <%
         String sqlrespuesta = "select respuesta, correspondencia from eit_respuesta where id_pregunta="+idpreg+
    " and id_cuestionario = "+idcuest+" and id_materia like '"+asign+"' and id_modulo="+modulo+" and codest= "+userid;     
         ResultSet rsrespuesta = stmtresp.executeQuery(sqlrespuesta);     
         String sqlopcs= "select opcion, escorrecta, correspondencia, orden from eit_opciones where id_pregunta ="+idpreg+"order by orden";
         ResultSet rsops = stmtt.executeQuery(sqlopcs);          
    %>
    <%String letras = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
         Vector opciones = new Vector();
         Object obj[] = new Object[4];
         while(rsops.next()){
              obj[0] = rsops.getString("opcion");
              obj[1] = "";
              obj[2] = rsops.getString("correspondencia");
              obj[3] = rsops.getString("orden");
              opciones.addElement(obj.clone());
         rsops.close();
    %>
    <form action="resolverpreg.jsp" method="post" name="Correspondencias">
    <%
         String respEmpar = "";
         String respuestap="";
         String respcorres[] = {"",""};
         if(rsrespuesta.next()){     
              respuestap = rsrespuesta.getString("respuesta");
              respEmpar = rsrespuesta.getString("correspondencia");
              respcorres[0]= respuestap;
              respcorres[1]= respEmpar;
         rsrespuesta.close();
         if (tipo.equals("empar")){
    %>
    <%@ include file="resolvempar.jsp"%>
    <%}//fin if tipoPreg = 'emapar'
         else{
         if(tipo.equals("selec")){
    %> <%@ include file="reslovselec.jsp"%>
         <%}//fin if tipopreg = 'select'
         else{
              if(tipo.equals("complet")){%>
              <%@include file="resolvcomplet.jsp"%>
         <%}//fin if tipopreg='complet'
         else{
              if(tipo.equals("abierta")){%>
              <%@include file="resolvabierta.html"%>
              <%}//fin if tipopreg='abierta'
              else{%>
                   <span class="titolForum">Error: no se ingres&oacute; ning&uacute;n tipo de pregunta
                   o se est� accediendo en forma err&oacute;nea a este sitio.</span>
              <%}//fin else de tipopregunta = 'abierta'%>          
         <%}//fin else tipopreg='complet'%>                    
         <%}// fin else de tipopreg = 'select'%>     
    <%}//fin else de tipoPreg = 'emapar'%>
    <br>
    <input name="idpregunta" type="hidden" value="<%=idpreg%>">
    <input name="guardar" type="hidden" value="si">
    <input name="secuens" type="hidden" value="<%=(1+(Integer.parseInt(secuenc)))%>">
    <input type="submit" name="continuar" value="Continuar">
    </form>
    <%                    rsbpu.close();
                        }//fin 2.1                    
                        else{%>
    Ha terminado de realizar la prueba<br>
    <a href="elejCuestion.jsp">Continuar</a>
    <%}
                   }// fin if 2
                   stmtt.close();
                   stmtresp.close();
                   conn.close();
              }// fin try 1
              catch(Exception expt){
                   out.println("Error: "+expt);
         }//fin eles de if 1
    %>
    </body>
    </html>

  • XMP Toolkit compilation error under win32 + recent VC editions

    Hi all,
    I just downloaded the XMP plugin and tried to compile it under win xp with VC9 (express edition).
    I get the following error a few times:
    C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) :  error C3163: '_vsnprintf': attributes inconsistent with previous  declaration
    1>        C:\Program Files\Microsoft Visual Studio  9.0\VC\include\stdio.h(350) : see declaration of '_vsnprintf'
    I'm not expert of win32 and/or VC environment, but I find quite strange that there is an error in stdio.h.
    Maybe some duplicate definition in XMP toolkit? Any hint?
    Thanks a lot,
    Roberto

    Thanks a lot!
    Regards,
       Roberto
    2010/5/6 Joerg Ehrlich <[email protected]>:
    Hi Roberto,
    >
    sorry for the late reply.
    Unfortunately the compilation error is due to a certain combination of the VS compiler and the third-party ZLib library used in XMPFiles.
    When compiling XMPFiles with the new Visual Studio 2008, certain definitions in the version 1.2.3 of ZLib collide with definitions in the CRT used in VS2008.
    The solution is to get the latest version of ZLib which is 1.2.5. But you also need to adjust the XMPFiles VS project a little bit.
    In that VS project you need to remove the file "gzio.c" from this folder: XMPFiles/Source Files/Third Party/zlib.
    With those two changes, the toolkit should compile.
    But you could also wait for the CS5 SDK which is about to be released pretty soon, which has this fixed as well.
    >
    If you have further questions, please let me know.
    Kind Regards
    Jörg
    Adobe XMP
    >

  • Compilation error while calling static method from another class

    Hi,
    I am new to Java Programming. I have written two class files Dummy1 and Dummy2.java in the same package Test.
    In Dummy1.java I have declared a static final variable and a static method as you can see it below.
    package Test;
    import java.io.*;
    public class Dummy1
    public static final int var1= 10;
    public static int varDisp(int var2)
    return(var1+var2);
    This is program is compiling fine.
    I have called the static method varDisp from the class Dummy2 and it is as follows
    package Test;
    import java.io.*;
    public class Dummy2
    public int var3=15;
    public int test=0;
    test+=Dummy1.varDisp(var3);
    and when i compile Dummy2.java, there is a compilation error <identifier > expected.
    Please help me in this program.

    public class Dummy2
    public int var3=15;
    public int test=0;
    test+=Dummy1.varDisp(var3);
    }test+=Dummy1.varDisplay(var3);
    must be in a method, it cannot just be out somewhere in the class!

Maybe you are looking for

  • Cannot open dashboard from connected client to restore a single file

    I have a small business network with an existing Server 2008 R2 domain controller.  In order to backup all the client machines with an experience something like windows home server I recently purchased a new server with windows server 2012 r2 and ins

  • Mac Mini to new iMac via FireWire (9-pin to 6-pin cable necessary?)

    I can't seem to find a straight answer on this. Am I correct in assuming that the only FireWire cable that can be used to connect a Mac Mini to a new iMac is a 9-pin to 6-pin cable such as http://store.apple.com/us/product/TP320LL/A?mco=MzE2OTkyOA ?

  • An Inquiry Document is to be created in ECC from CRM system

    Hi Friends, An Inquiry Document is to be created in ECC when an project opportunity is created and the phase of the opportunity is “Quotation Stage” in CRM system using Tcode CRMD_ORDER. So the scenario is when i create project opportunity and save i

  • How large can a Muse website get?

    Would Muse have any problems with building a website that would be upwards of 50 or 60 pages? There is a potential client that has a TON of content and I'm wondering if this type of project would tax Muse.

  • ACR backward compatibility - why not?

    I currently use Adobe CS3 (ACR 4.6) and the latest LR (3.4.1/ACR 6.4.1). I've been using a Kodak DCS SLR/n and LR/ACR to process my RAW files. I recently bought a Nikon D3s and have found that I can't open the NEF files in Bridge or PS, primarily bec