Tons of "Slow getMessage: " errors on console

Hi folks,
Since upgrading to 5.04.02, I've been seeing tons of "Slow getMessage: " notices show up on the console. There's a wide variety of these:
17:51:13.003 Slow getMessage: vdb-001-3    5795  3761 SLAVE_STATISTICS
17:51:29.622 Slow getMessage: vdb-004-0    5813  3786 SLAVE_WORK_COMPLETED
17:51:29.622 Slow getMessage: vdb-004-0    5814  3786 READY_FOR_MORE_WORK
17:51:47.574 Slow getMessage: vdb-001-0    5814  3759 HEARTBEAT_MESSAGE
The workload seems to running fine, and if I filter these out the latency seen by vdbench is only slightly higher than the latency seen by the storage system. The CPU load on the master is negligible. Master and slaves communicate over a 10GbE network with ping times less 0.5ms. System and user CPU load on the slaves is usually low, with most of the time spent in IO wait. Memory is also plentiful and each java process hasn't reached it's Xmx limit. There are times where each java process shoots up to 100% CPU on the processor it holds, but the high CPU for the java processes seems to happen only between runs where there's some communication happening between the master and slaves. Unfortunately the getMessage notices are showing up all the time. Only their contents seem to change.
Environment:
CentOS 7 VM's, 8 vCPU, 8GB RAM
1 master, 8 slaves
java version "1.7.0_71", OpenJDK Runtime Environment (rhel-2.5.3.1.el7_0-x86_64 u71-b14), OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
vdbench java flags:  -d64    -Xmx896m  -Xms448m
So a couple of questions:
Are the messages indicative of any problems in the system?
What is likely to be causing these messages when everything seems to be otherwise fine?
How do I tell vdbench to not print these messages? Or do I need to resort to grep -v?
Any suggestions or pointers?
Thanks and take care,
Miroslav

Communication between the Vdbench master and its slaves is done using java socket.
Every interval=n seconds Vdbench asks its slaves for the latest interval's workload and performance statistics.
Throughout the years there have been intermittent problems with socket messages arriving far too late either on the Master or on the Slaves, causing reporting inconsistencies.
What you are seeing is an attempt to provide information about how slow the message traffic can get, this in the hope to some day truly figuring out what the heck is going on. If ANY message arrives more than two seconds late I now report how long it took from the 'send' to the receive'.
I agree, these messages do not belong on the console, and here is a fix: SlaveSocket.class
Place this in /vdbench50402/classes/Vdb
So what is causing the socket delays? Usually when a system is low on memory or free cpu cycles, or, in a multi-host environment maybe the socket traffic is competing with the data traffic of the workload generated by Vdbench. I have never found a real answer.
A second problem can occur when the socket traffic is delayed by more than three minutes, because that is when the Vdbench heartbeat monitor decides that everything is stuck and aborts. To change the heartbeat timeout from three to fifteen minutes add '-d27' as an execution parameter or 'debug=27' at the top of your parameter file.
Hope this helps.
Henk

Similar Messages

  • TS4027 Slow disk error message in 2.2.1 - even with SSD

    hi, I've been using Mainstage 2 since September 2011 and really enthousiastic on the concept. However, with version 2.1 I had a lot of bugs. The main bug was hanging notes and that is really frustrating when you are performing...
    anyway, i now upgraded to 2.2 which seems to have solved this issue but now i have a different problem. regularly MS comes with a slow disk error which could be caused by underperforming disks or freefall motion sensor. Well, because of that I upgraded to SSD and spend almost 300 euro's to have this fixed. after replacement I had a extremely fast notebook and thought all issues were over but I still get the errors! when the errors ossurs some sounds get removed from the output which is annoying...
    if anyone can help me with this?

    Hi Drew if you haven't resolved this. TRy this to see if the issue is a TRANSIENT object access error instead for submitting directly to Compressor. Do this to isolate any content error defects before making you distribution (older 2 stage workflow)..
    in FCPX 10.1, make sure the projects Primary Storyline is completely rendered - select all and cntl+R (render selection or control+shift+R)In FCPX 10.1 watch the background tasks (+9) and wait for all the rendering to be completed.... (make sure no object errors)
    in FCPX 10.1 export a master File/Share/Master File (+E) as PRORES 4xx and save it ~/Movies/Drews_final_master.mov (prores)
    in Compressor.app V4.1,
    create a new BATCH ,
    import the MASTER object ~/Movies/Drews_final_master.mov)
    (and add your setting and submit it. (dont use FCPX SEND TO COMPRESSOR just yet! until you resolve this issue)
    This process will avoid the use of transient  file storage areas that seem to be used in the FCPX to COMPRESSOR.
    Post your results for others to see
    Warwick
    Hong Kong

  • Error with Console Keyboard

    Has anyone ever received the error 'Error with Console Keyboard' when installing Solaris 8?
    Before Solaris prompts me to select my language I get the
    error 'Error with Console Keyboard'. When Solaris prompts me for the
    language I cannot select it since my keyboard no longer seems to be
    working.
    I have no problems with my keyboard before this step.
    Any help or insight would be greatly appreciated.
    Regards,
    S

    Exactly!I have the same problem when I try to install Solaris 8 on Dell CPi laptop. who else can help us? please!

  • Getting error on console after configuring MS SQL DB server with portal

    Hi,
    I am using WebLogic portal 10.2. I have configured MS SQL server with this portal as mentioned in:
    http://edocs.beasys.com/wlp/docs102/db/SQL.html
    After successfully performing all the steps mentioned in above link, when i try to start WebLogic Portal
    server i get following error on console:
    <Mar 17, 2009 2:00:31 PM GMT+05:30> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\wlserver_10.0\samples\domains\portal\servers\portalServer\logs\portalServer.log is opened. All server side log events will be written to this file.>
    <Mar 17, 2009 2:00:39 PM GMT+05:30> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 17, 2009 2:00:39 PM GMT+05:30> <Error> <Security> <BEA-000000> <[Security:090759]A SQLException occurred while retrieving password information
    java.sql.SQLException: [BEA][SQLServer JDBC Driver][SQLServer]Invalid object name 'USERS'.
    at weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)
    at weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)
    at weblogic.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
    at weblogic.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
    at weblogic.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown Source)
    Truncated. see log file for complete stacktrace
    >
    <Mar 17, 2009 2:00:39 PM GMT+05:30> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please e
    dit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    <Mar 17, 2009 2:00:39 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid.
    The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the bo
    ot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    >
    <Mar 17, 2009 2:00:39 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Mar 17, 2009 2:00:39 PM GMT+05:30> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Mar 17, 2009 2:00:39 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Autonomy server stopped.
    and server could not proceed further.
    How can we resolve above error?

    Hi,
    I have re-installed WebLogic Portal 10.2 and now i m trying to configure MS SQL server.
    When i use configuration wizard tool, i could successfully run database scripts and i could see table being created in database. But when wizard reaches its last screen and installation completes about 75%, wizard screen shows following error:
    Traceback (innermost last):
    File "<iostream>", line 14, in ?
    File "C:\Documents and Settings\Administrator\Local Settings\Temp\1\WLSTOfflineIni55090.py", line 118, in create
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.ValidateException: Property "Name" of SAMLCredentialMapperV2 with original name "Provider" is invalid. The property value is duplicated.
         at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1468)
         at com.bea.plateng.domain.script.jython.WLScriptContext.create(WLScriptContext.java:732)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
         at org.python.core.PyMethod.__call__(PyMethod.java:96)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.core.PyObject.invoke(PyObject.java:2016)
         at org.python.pycode._pyx319.create$29(C:\Documents and Settings\Administrator\Local Settings\Temp\1\WLSTOfflineIni55090.py:118)
         at org.python.pycode._pyx319.call_function(C:\Documents and Settings\Administrator\Local Settings\Temp\1\WLSTOfflineIni55090.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyTableCode.call(PyTableCode.java:293)
         at org.python.core.PyFunction.__call__(PyFunction.java:179)
         at org.python.pycode._pyx322.f$0(<iostream>:14)
         at org.python.pycode._pyx322.call_function(<iostream>)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:162)
         at com.bea.plateng.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:911)
         at com.bea.plateng.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:878)
         at com.bea.plateng.domain.DomainChecker.preprocessOutput(DomainChecker.java:135)
         at com.bea.plateng.domain.TemplateImporter.generate(TemplateImporter.java:248)
         at com.bea.plateng.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:232)
    Caused by: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.ValidateException: Property "Name" of SAMLCredentialMapperV2 with original name "Provider" is invalid. The property value is duplicated.
         at com.bea.plateng.domain.script.ScriptExecutor.create4SubTypeObject(ScriptExecutor.java:955)
         at com.bea.plateng.domain.script.jython.ScriptProxyFactory.deepCreateProxy4SubTypeObject(ScriptProxyFactory.java:128)
         at com.bea.plateng.domain.script.jython.WLScriptContext.create(WLScriptContext.java:728)
         ... 25 more
    Caused by: com.bea.plateng.domain.ValidateException: Property "Name" of SAMLCredentialMapperV2 with original name "Provider" is invalid. The property value is duplicated.
         at com.bea.plateng.domain.aspect.XBeanConfigAspect.selfValidate(XBeanConfigAspect.java:630)
         at com.bea.plateng.domain.aspect.AbstractConfigAspect.validate(AbstractConfigAspect.java:1130)
         at com.bea.plateng.domain.aspect.AbstractConfigAspect.selfSetValue(AbstractConfigAspect.java:1615)
         at com.bea.plateng.domain.aspect.AbstractConfigAspect.setValueInternal(AbstractConfigAspect.java:1574)
         at com.bea.plateng.domain.aspect.AbstractConfigAspect.setValue(AbstractConfigAspect.java:748)
         at com.bea.plateng.domain.aspect.AbstractConfigAspect.setValue(AbstractConfigAspect.java:757)
         at com.bea.plateng.domain.operation.HTableEditOperation.createSimpleConfigAspects(HTableEditOperation.java:265)
         at com.bea.plateng.domain.script.ScriptExecutor.create4SubTypeObject(ScriptExecutor.java:930)
         ... 27 more
    Caused by: java.beans.PropertyVetoException: The property value is duplicated.
         at com.bea.plateng.domain.event.aspect.UniqueValueValidateListener.valueChanged(UniqueValueValidateListener.java:127)
         at com.bea.plateng.domain.event.aspect.ConfigAspectValueListener.vetoableChange(ConfigAspectValueListener.java:138)
         at com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:189)
         at com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:156)
         at com.bea.plateng.common.comdev.MVetoableChangeSupport.fireVetoableChange(MVetoableChangeSupport.java:139)
         at com.bea.plateng.domain.aspect.XBeanConfigAspect.selfValidate(XBeanConfigAspect.java:620)
         ... 34 more
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: com.bea.plateng.domain.ValidateException: Property "Name" of SAMLCredentialMapperV2 with original name "Provider" is invalid. The property value is duplicated.
         at org.python.core.Py.JavaError(Py.java:324)
         at org.python.core.Py.JavaError(Py.java:311)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:163)
         at org.python.core.PyMethod.__call__(PyMethod.java:96)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.core.PyObject.invoke(PyObject.java:2016)
         at org.python.pycode._pyx319.create$29(C:\Documents and Settings\Administrator\Local Settings\Temp\1\WLSTOfflineIni55090.py:118)
         at org.python.pycode._pyx319.call_function(C:\Documents and Settings\Administrator\Local Settings\Temp\1\WLSTOfflineIni55090.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyTableCode.call(PyTableCode.java:293)
         at org.python.core.PyFunction.__call__(PyFunction.java:179)
         at org.python.pycode._pyx322.f$0(<iostream>:14)
         at org.python.pycode._pyx322.call_function(<iostream>)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:162)
         at com.bea.plateng.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:911)
         at com.bea.plateng.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:878)
         at com.bea.plateng.domain.DomainChecker.preprocessOutput(DomainChecker.java:135)
         at com.bea.plateng.domain.TemplateImporter.generate(TemplateImporter.java:248)
         at com.bea.plateng.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:232)
    what should i do?

  • Always the same error in console: ZUSERDICTIONARY.Z_PK ???

    Hallo all
    I'm from Switzerland and my english is not that good. Please have patience.
    I have two iMacs. One is late oder middle 2011 the other is late 2013. Both have the newest Yosemite Update.
    Now I had a problem with the 2011 iMac. I always got this errors on console app:
    05.12.14 13:08:13.757 com.apple.InputMethodKit.UserDictionary[489]: CoreData: error: (1555) UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK
    05.12.14 13:08:13.757 com.apple.InputMethodKit.UserDictionary[489]: Core Data: error: -executeRequest: encountered exception = error during SQL execution : UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK with userInfo = {
        NSFilePath = "/Users/YMW/Library/Dictionaries/CoreDataUbiquitySupport/ymw~9F7BF6D8-FDC3-5F7B -9A61-17AFF520ED8F/UserDictionary/BE553E71-C55E-4B21-AE0D-B83D3D6DAF52/store/Use rDictionary.db";
        NSSQLiteErrorDomain = 1555;
    05.12.14 13:08:13.758 com.apple.InputMethodKit.UserDictionary[489]: CoreData: error: (1555) UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK
    05.12.14 13:08:13.758 com.apple.InputMethodKit.UserDictionary[489]: Core Data: error: -executeRequest: encountered exception = error during SQL execution : UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK with userInfo = {
        NSFilePath = "/Users/YMW/Library/Dictionaries/CoreDataUbiquitySupport/ymw~9F7BF6D8-FDC3-5F7B -9A61-17AFF520ED8F/UserDictionary/BE553E71-C55E-4B21-AE0D-B83D3D6DAF52/store/Use rDictionary.db";
        NSSQLiteErrorDomain = 1555;
    05.12.14 13:08:13.841 com.apple.InputMethodKit.UserDictionary[489]: CoreData: error: (1555) UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK
    05.12.14 13:08:13.841 com.apple.InputMethodKit.UserDictionary[489]: Core Data: error: -executeRequest: encountered exception = error during SQL execution : UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK with userInfo = {
        NSFilePath = "/Users/YMW/Library/Dictionaries/CoreDataUbiquitySupport/ymw~9F7BF6D8-FDC3-5F7B -9A61-17AFF520ED8F/UserDictionary/BE553E71-C55E-4B21-AE0D-B83D3D6DAF52/store/Use rDictionary.db";
        NSSQLiteErrorDomain = 1555;
    05.12.14 13:08:14.240 com.apple.InputMethodKit.UserDictionary[489]: CoreData: error: (1555) UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK
    05.12.14 13:08:14.240 com.apple.InputMethodKit.UserDictionary[489]: -[_PFUbiquityRecordImportOperation main](573): CoreData: Ubiquity:  Error saving managed object context changes for transaction log: <PFUbiquityTransactionLog: 0x7fa4c2e18190>
      transactionLogLocation: <PFUbiquityLocation: 0x7fa4c2e11f70>: /Users/YMW/Library/Mobile Documents/com~apple~TextInput/Dictionaries/YMW~9F7BF6D8-FDC3-5F7B-9A61-17AFF520 ED8F/UserDictionary/SAlQVUhF7208e6_gvZx_zdKx1U1AzKGem3HO2pLKjgY=/55398ACE-FE58-4 630-92B4-9C80B2EA8A7F.1.cdt
      transactionNumber: 1
    Error: Error Domain=NSCocoaErrorDomain Code=1555 "Der Vorgang konnte nicht abgeschlossen werden. (Cocoa-Fehler 1555.)" UserInfo=0x7fa4c2c58ad0 {NSFilePath=/Users/YMW/Library/Dictionaries/CoreDataUbiquitySupport/ymw~9F7BF6D 8-FDC3-5F7B-9A61-17AFF520ED8F/UserDictionary/BE553E71-C55E-4B21-AE0D-B83D3D6DAF5 2/store/UserDictionary.db, NSSQLiteErrorDomain=1555, NSUnderlyingException=error during SQL execution : UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK}
    User Info: {
        NSFilePath = "/Users/YMW/Library/Dictionaries/CoreDataUbiquitySupport/ymw~9F7BF6D8-FDC3-5F7B -9A61-17AFF520ED8F/UserDictionary/BE553E71-C55E-4B21-AE0D-B83D3D6DAF52/store/Use rDictionary.db";
        NSSQLiteErrorDomain = 1555;
        NSUnderlyingException = "error during SQL execution : UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK";
    Managed Object Context Changes, inserted: {(
        <NSManagedObject: 0x7fa4c2f470f0> (entity: UserDictionaryEntry; id: 0x30080006b <x-coredata://B29206A8-12C2-4B19-85AC-688F21A10372/UserDictionaryEntry/p3074> ; data: {
        auxDataValue = nil;
        auxIntValue1 = 0;
        auxIntValue2 = 0;
        auxIntValue3 = 0;
        auxIntValue4 = 0;
        auxStringValue1 = nil;
        auxStringValue2 = nil;
        auxStringValue3 = nil;
        auxStringValue4 = nil;
        partOfSpeech = nil;
        phrase = "Auf dem Weg!";
        shortcut = vlg;
        timestamp = 1413899566;
        <NSManagedObject: 0x7fa4c2f499c0> (entity: UserDictionaryEntry; id: 0x30040006b <x-coredata://B29206A8-12C2-4B19-85AC-688F21A10372/UserDictionaryEntry/p3073> ; data: {
        auxDataValue = nil;
        auxIntValue1 = 0;
        auxIntValue2 = 0;
        auxIntValue3 = 0;
        auxIntValue4 = 0;
        auxStringValue1 = nil;
        auxStringValue2 = nil;
        auxStringValue3 = nil;
        auxStringValue4 = nil;
        partOfSpeech = nil;
        phrase = "Auf dem Weg!";
        shortcut = adw;
        timestamp = 1413899566;
    updated: {(
    deleted: {(
    05.12.14 13:08:14.241 com.apple.InputMethodKit.UserDictionary[489]: -[_PFUbiquityRecordsImporter operation:failedWithError:](979): CoreData: Ubiquity:  Import operation encountered had trouble importing log file, Error Domain=NSCocoaErrorDomain Code=134302 "Der Vorgang konnte nicht abgeschlossen werden. (Cocoa-Fehler 134302.)" UserInfo=0x7fa4c2c66550 {reason=Error encountered while importing transaction log at URL: <PFUbiquityTransactionLog: 0x7fa4c2e18190>
      transactionLogLocation: <PFUbiquityLocation: 0x7fa4c2e11f70>: /Users/YMW/Library/Mobile Documents/com~apple~TextInput/Dictionaries/YMW~9F7BF6D8-FDC3-5F7B-9A61-17AFF520 ED8F/UserDictionary/SAlQVUhF7208e6_gvZx_zdKx1U1AzKGem3HO2pLKjgY=/55398ACE-FE58-4 630-92B4-9C80B2EA8A7F.1.cdt
      transactionNumber: 1
    , an error occurred saving changes to the persistent store mutated during the import process., NSUnderlyingError=0x7fa4c2c81e30 "Der Vorgang konnte nicht abgeschlossen werden. (Cocoa-Fehler 1555.)"}
    User Info: {
        NSUnderlyingError = "Error Domain=NSCocoaErrorDomain Code=1555 \"Der Vorgang konnte nicht abgeschlossen werden. (Cocoa-Fehler 1555.)\" UserInfo=0x7fa4c2c58ad0 {NSFilePath=/Users/YMW/Library/Dictionaries/CoreDataUbiquitySupport/ymw~9F7BF6D 8-FDC3-5F7B-9A61-17AFF520ED8F/UserDictionary/BE553E71-C55E-4B21-AE0D-B83D3D6DAF5 2/store/UserDictionary.db, NSSQLiteErrorDomain=1555, NSUnderlyingException=error during SQL execution : UNIQUE constraint failed: ZUSERDICTIONARYENTRY.Z_PK}";
        reason = "Error encountered while importing transaction log at URL: <PFUbiquityTransactionLog: 0x7fa4c2e18190>\n\ttransactionLogLocation: <PFUbiquityLocation: 0x7fa4c2e11f70>: /Users/YMW/Library/Mobile Documents/com~apple~TextInput/Dictionaries/YMW~9F7BF6D8-FDC3-5F7B-9A61-17AFF520 ED8F/UserDictionary/SAlQVUhF7208e6_gvZx_zdKx1U1AzKGem3HO2pLKjgY=/55398ACE-FE58-4 630-92B4-9C80B2EA8A7F.1.cdt\n\ttransactionNumber: 1\n, an error occurred saving changes to the persistent store mutated during the import process.";
    The log file is at: <PFUbiquityTransactionLog: 0x7fa4c2e18190>
      transactionLogLocation: <PFUbiquityLocation: 0x7fa4c2e11f70>: /Users/YMW/Library/Mobile Documents/com~apple~TextInput/Dictionaries/YMW~9F7BF6D8-FDC3-5F7B-9A61-17AFF520 ED8F/UserDictionary/SAlQVUhF7208e6_gvZx_zdKx1U1AzKGem3HO2pLKjgY=/55398ACE-FE58-4 630-92B4-9C80B2EA8A7F.1.cdt
      transactionNumber: 1
    Operation: <_PFUbiquityRecordImportOperation: 0x7fa4c2e4ac00>{name = '(null)'}
      localPeerID: ymw~9F7BF6D8-FDC3-5F7B-9A61-17AFF520ED8F
      storeName: UserDictionary
      ubiquityRootLocation: <PFUbiquityLocation: 0x7fa4c2f097f0>: /Users/YMW/Library/Mobile Documents/com~apple~TextInput/Dictionaries:
      localPeerID: ymw~9F7BF6D8-FDC3-5F7B-9A61-17AFF520ED8F
      logScore: <PFUbiquityKnowledgeVector: 0x7fa4c2e4a940> (YMW~679E903B-D4A7-5DD9-B50D-2BD857C9047C:-1:YMW~9F7BF6D8-FDC3-5F7B-9A61-17AFF5 20ED8F:1:mobile.FB9E3F4F-5A6C-533A-9A73-1685ED76084E:-2:mobile~FB9E3F4F-5A6C-533 A-9A73-1685ED76084E:-1:ymw~9F7BF6D8-FDC3-5F7B-9A61-17AFF520ED8F:-1)
    transactionLog: <PFUbiquityTransactionLog: 0x7fa4c2e18190>
      transactionLogLocation: <PFUbiquityLocation: 0x7fa4c2e11f70>: /Users/YMW/Library/Mobile Documents/com~apple~TextInput/Dictionaries/YMW~9F7BF6D8-FDC3-5F7B-9A61-17AFF520 ED8F/UserDictionary/SAlQVUhF7208e6_gvZx_zdKx1U1AzKGem3HO2pLKjgY=/55398ACE-FE58-4 630-92B4-9C80B2EA8A7F.1.cdt
      transactionNumber: 1
    I have deleted many apps on the iMac, I reseted SMC, PRAM, VRAM, I also had made the disk service routine. And I also have restarted in the save mode of the Mac. I also deleted the cache folder of the library. It all does not help. The error is also in the save mode. Only if I create a new user account, the problem is apparently away.
    Now I have the same issue with the new iMac late 2013. What should I do, it's really annoying me and I also notice performance issues. Which app or work process causes this problems?
    Pleas help me, it's really annoying me!
    Best regards
    YannickMW

    Here some screenshots, this error came back all few minutes!

  • Slow Susbend error in ASM instance

    Hi.,
    I am new to grid computing.Our system is build by grid computing now a days we are facing the Slow suspend Error in ASM instance.for this ASM is freezed and then we restart all Database and ASM instance in the particular node.After that its working very fine.we facing this problem very frequently ( weekly twice ).
    Please help me on this.
    Thanks & Regards
    Karthick.

    Are you saying it is not suspending at all [ are you using ALTER SYSTEM SUSPEND ? ] or just that it is doing it slowly ?
    Either way probably best to raise a TAR ...... what errors are you getting ?

  • "Error with console keyboard" in Solaris 8

    Hello,
    At the very beginning of Solaris8 boot I get
    "Error with console keyboard"
    and later OS does not react to keyboard. This non-USB keyboard.
    This keyboard does work ok in PROM monitor on same
    computer and this keyboard works ok with other sun box.
    So this keyboard is physically OK.
    When I do 'kbd -t', I get:
    ioctl(kbd type): Invalid argument
    What's wrong ? Can I configure the keyboard driver manually ?
    Jacob Lerner

    Exactly!I have the same problem when I try to install Solaris 8 on Dell CPi laptop. who else can help us? please!

  • Slow script error when opening websites

    I'm getting a slow script error when opening websites

    Safari > Preferences > Advanced > Show Develop menu in menu bar
    Safari > Develop > Disable Runaway JavaScript Timer

  • Error by console with jvm of sun

    Hello everybody:
    I have an application makes with applets, but I get the next error by console:
    java.lang.ClassCastException: sun.plugin.AppletViewer cannot be cast to java.awt.Frame
         at onda.gui.AppValidacion.init(AppValidacion.java:82)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have no any cast.
    I write you the init method about you look for any error. Thank very much. Regards
    public void init()
    //DM solo desarrollo
    // txtUsuario.setText("PGAMEZRE");
    // txtPassword.setText("PGAMEZRE99");
    txtUsuario.setText("");
    txtPassword.setText("");
    //fin DM
    try
    appPadre = ((appPadre == null) ? this : _appPadre);
    _sap = new SAPConnect();
    dl = new Dialog(new Frame(),"Validaci?n del usuario",false);
    td = new TextoDescriptivo();
    jbInit();
    _dbAccess = new DBAccess();
    //Cambiado el 31-03-2000 para poder llamar a la validaci?n
    //desde otro sitio que no sea la aplicaci?n
    ok = new MsgBox( "", MsgBox.OKIMAGE, this, false );
    stop = new MsgBox( "", MsgBox.STOPIMAGE, this, false );
    ok = new MsgBox( "", MsgBox.OKIMAGE, _appPadre, false );
    stop = new MsgBox( "", MsgBox.STOPIMAGE, _appPadre, false );
    msg = new Mensaje( dbAccess );
    catch (Exception e)
         e.printStackTrace();
    txtPassword.setEchoChar( '?' );
    dl.setResizable( false );
    dl.setVisible( true );//comentada DM solo desarrollo 20020219
    /*System.out.println("REQUEST_HEADER1:" + Entorno.REQUEST_HEADER1);
    System.out.println("classes_DB_HEADER:" + Entorno.CHANGES_CLASSES_HEADER);
    System.out.println("DB_HEADER:" + Entorno.CHANGES_DB_HEADER);
    System.out.println("TEST_HEADER:" + Entorno.TEST_HEADER);
    //try{valida();}catch(Exception excep ){}//DM solo desarrollo 20020219
    }

    Then I think that is not the source code of the class file you are running. Remove the class file (or backup somewhere else) and compile again.
    Run it or run it with a debugger and step through the code to see what happens.

  • Slow Disk error when using Finale Cut

    I get a slow disk error when trying to play something in finale cut but when i try to verify disk and repair disk i get Error: Could not unmount disk. What is going on and how do i fix it?

    You have to boot from a DVD or external OS to fix the Disk. You can't unmount a disk that is currently hosting your operating system.
    http://support.apple.com/kb/ts1417

  • Experiencing extreme slowness of the Admin console for any function in Weblogic 12.1.1.

    Experiencing extreme slowness of the Admin console for any function in Weblogic 12.1.1. 
    Configuration is Admin server plus 28 JMS servers - no nodemanager - all on the same server. 
    When I bring up Admin console alone response is quick but bringing up JMS servers one by one will slow it down. 
    I did not experience this problem when this configuration was in Weblogic 9. 
    Memory configuration is -Xms4g, -Xmx4g. 
    Any ideas what else I should check ?
    Thanks.

    Hi,
    Collect multiple thread dump at the interval of 10 sec and check what the threads are doing .
    Thread dumps will give you some information about why there is a slowness .
    Ways to collect thread dumps
    Thread dumps & Ways to take thread dumps - weblogicexpert
    Hope it helps

  • "System running low on direct mapped memory " Error on Console

    Hi,
    Our ACE Primary device got hang its not responded to management or console access. After rebooting the device everything is came to normal, but we are getting the following error from console.
    901001 <2>Dec 11 15:42:20 kernel: System running low on direct mapped memory    
    901001 <2>Dec 11 15:42:20 kernel: Please issue 'show processes memory' and 'show system kmem' to diagnose further
    901001 <2>Dec 11 15:42:21 kernel: Available CP memory reached below 5 percent threshold, TotalMemFree: 312201216 bytes, High MemFree: 305004544 bytes
    Kindly suggest why this error message is generatting and it will effect the box performance.
    SoftWare version : A4(2.0)

    Hi Ranjith,
    It does seem to be  the DDTS you are hitting. Please discuss with your account team and upgrade for the fix.
    You may also be interested in related DDTS: Both of the below DDTS are related.  Reload of the device fixes the issue but only for a while. You may have to reload when you see this message again and available memory is below 15%.
    CSCtx41399
    CSCtz29117
    Regards,
    Kanwal

  • Why do I keep getting this "Slow Script" error?

    Everytime I go to a certain website Safari freezes for about 15 seconds and then displays this odd looking "Slow Script" error message and it says Safari is not responding and asks if I want to continue or cancel. If I continue the webpage runs slowly and may do it if I'm on the page for too long but it still lets me surf it without too much troble. If I cancel the page is frozen and I cannot continue but I can visit another website and continue using Safari normally. Is there any way I can stop these nuisances from popping up and affecting my web surfing? Have you encountered this problem before?

    "Slow Scripts" are just that. Slow to load javascript files.
    Why they are slow to load is something only the authors of the scripts can determine.
    http://tvguide.sympatico.msn.ca/TVListings/
    I have no trouble with the URL above. I have a "high speed" connection.
    You can use the Safari Activity window to view the page elements. You'll see the URL and file size and a note (in red) about the slow script message.

  • ERROR: invalid console appender config detected, console stream is looping

    hi,
    i am using web services and axis in my application, when i tried to start the Web Services hub, by default his hub having jboss configuration. when i tried to start the server, its showing the error like
    ERROR: invalid console appender config detected, console stream is looping
    can any help regarding this.

    According to what I read online, you shouldn't need to do this after the JBoss's 3.2.1 release, however, it gets rid of the problem for me in JBoss 4.2.2 GA since it is still occurring.
    In your JBOSS_INSTALL/bin directory there will be a file called run.conf. Around line 42 (+tee hee+) you will see a JAVA_OPTS variable declaration.
    All you have to do is add the following property to the file:
    -Dorg.jboss.logging.Log4jService.catchSystemOut=false
    Now... restart JBoss and you shouldn't get that problem any more.

  • Error on console : WS data binding error, weblogic 9.2

    Hi ,
    Any idea why we getting these kind of errors on console when we deploy Ears on Weblogic server 9.2 .
    Here we are using Producer Consumer concept (wsrp).
    +<WS data binding error>Ignoring element declaration {urn:oasis:names:tc:wsrp:v1:+
    types}releaseSessionsResponse because there is no entry for its type in the JAXRPC mapping file.
    +<WS data binding error>Ignoring element declaration {urn:oasis:names:tc:wsrp:v1:+
    types}initCookieResponse because there is no entry for its type in the JAXRPC ma
    pping file.
    +<WS data binding error>Ignoring element declaration {urn:oasis:names:tc:wsrp:v1:+
    types}getPortletPropertyDescriptionResponse because there is no entry for its ty
    pe in the JAXRPC mapping file.
    same like this many
    Regards

    Hello,
    I've never seen those errors before, but I would guess that you are missing some library modules from your web-app's WEB-INF/weblogic.xml or ear's APP-INF/weblogic-application.xml. Are you seeing these errors on the producer or the consumer?
    Kevin

Maybe you are looking for