I awoke one morning and found something wrong T.T

Dear members...
I develop something in the env. of Sun Java System Message Queue. yes.. all is perfect.. to yesterday.
When I awake this morning , and run "imqbrokerd.exe" and.. run My simple application,
I find something wrong..
here is messge (imqbrokerd.exe with -verbose)
C:\_WEIRD\JMSServer\MessageQueue3\bin>imqbrokerd.exe -verbose
Starting iMQ Broker
imqhome=C:\_WEIRD\JMSServer\MessageQueue3
imqvarhome=C:\_WEIRD\JMSServer\MessageQueue3\var
jrehome=C:\Program Files\Java\jre1.5.0
Java VM Arguments:
argv[0]=-cp
argv[1]=C:\_WEIRD\JMSServer\MessageQueue3\lib\imqbroker.jar;C:\_WEIRD\JMSServer\
MessageQueue3\lib\imqutil.jar;C:\_WEIRD\JMSServer\MessageQueue3\lib\jsse.jar;C:\
WEIRD\JMSServer\MessageQueue3\lib\jnet.jar;C:\WEIRD\JMSServer\MessageQueue3\li
b\jcert.jar;C:\_WEIRD\JMSServer\MessageQueue3\lib\ext
argv[2]=-Dimq.home=C:\_WEIRD\JMSServer\MessageQueue3
argv[3]=-Dimq.varhome=C:\_WEIRD\JMSServer\MessageQueue3\var
argv[4]=-Xms16m
argv[5]=-Xmx192m
Broker Arguments
iMQ Broker: Starting "C:\Program Files\Java\jre1.5.0\bin\java" "-cp" "C:\_WEIRD\
JMSServer\MessageQueue3\lib\imqbroker.jar;C:\_WEIRD\JMSServer\MessageQueue3\lib\
imqutil.jar;C:\_WEIRD\JMSServer\MessageQueue3\lib\jsse.jar;C:\_WEIRD\JMSServer\M
essageQueue3\lib\jnet.jar;C:\_WEIRD\JMSServer\MessageQueue3\lib\jcert.jar;C:\_WE
IRD\JMSServer\MessageQueue3\lib\ext" "-Dimq.home=C:\_WEIRD\JMSServer\MessageQueu
e3" "-Dimq.varhome=C:\_WEIRD\JMSServer\MessageQueue3\var" "-Xms16m" "-Xmx192m" c
om.sun.messaging.jmq.jmsserver.Broker
[29/11월/2004:10:24:32 KST]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP2 (Build 48-G)
Compile: Fri 08/27/2004
Copyright ? 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.5.0 Sun Microsystems Inc. C:\Program Files\Java\jre1.5.0
[29/11월/2004:10:24:32 KST] IMQ_HOME=C:\_WEIRD\JMSServer\MessageQueue3
[29/11월/2004:10:24:32 KST] IMQ_VARHOME=C:\_WEIRD\JMSServer\MessageQueue3\var
[29/11월/2004:10:24:32 KST] Windows 2000 5.0 x86 pc01 (2 cpu) Administrator
[29/11월/2004:10:24:32 KST] Java Heap Size: max=195136k, current=16320k
[29/11월/2004:10:24:32 KST] Arguments:
[29/11월/2004:10:24:32 KST] [B1060]: Loading persistent data...
[29/11월/2004:10:24:32 KST] Using built-in file-based persistent store: C:\_WEIR
D\JMSServer\MessageQueue3\var\instances\imqbroker\
[29/11월/2004:10:24:33 KST] [B1039]: Broker "imqbroker@pc01:7676" ready.
[29/11월/2004:10:24:48 KST] ERROR [B3100]: Unexpected Broker Internal Error : [r
eceived unexpected exception ] :
java.lang.IllegalAccessError: tried to access field com.sun.messaging.jmq.io.Sys
MessageID.sequence from class com.sun.messaging.jmq.io.Packet
at com.sun.messaging.jmq.io.Packet.getSequence(Packet.java:394)
at com.sun.messaging.jmq.jmsserver.data.handlers.HelloHandler.handle(Hel
loHandler.java:261)
at com.sun.messaging.jmq.jmsserver.data.PacketRouter.handleMessage(Packe
tRouter.java:146)
at com.sun.messaging.jmq.jmsserver.service.imq.IMQConnection.readData(IM
QConnection.java:1747)
at com.sun.messaging.jmq.jmsserver.service.imq.IMQConnection.process(IMQ
Connection.java:791)
at com.sun.messaging.jmq.jmsserver.service.imq.OperationRunnable.process
(OperationRunnable.java:135)
at com.sun.messaging.jmq.jmsserver.util.pool.BasicRunnable.run(BasicRunn
able.java:455)
at java.lang.Thread.run(Unknown Source)
[29/11월/2004:10:24:48 KST] ERROR [B3100]: Unexpected Broker Internal Error : [r
eceived unexpected exception ] :
java.lang.IllegalAccessError: tried to access field com.sun.messaging.jmq.io.Sys
MessageID.port from class com.sun.messaging.jmq.io.Packet
at com.sun.messaging.jmq.io.Packet.setPort(Packet.java:721)
at com.sun.messaging.jmq.jmsserver.service.imq.IMQConnection.writeData(I
MQConnection.java:1852)
at com.sun.messaging.jmq.jmsserver.service.imq.IMQConnection.process(IMQ
Connection.java:778)
at com.sun.messaging.jmq.jmsserver.service.imq.OperationRunnable.process
(OperationRunnable.java:135)
at com.sun.messaging.jmq.jmsserver.util.pool.BasicRunnable.run(BasicRunn
able.java:455)
at java.lang.Thread.run(Unknown Source)
[29/11월/2004:10:29:24 KST] ERROR [B3100]: Unexpected Broker Internal Error : [r
eceived unexpected exception ] :
java.lang.IllegalAccessError: tried to access field com.sun.messaging.jmq.io.Sys
MessageID.port from class com.sun.messaging.jmq.io.Packet
at com.sun.messaging.jmq.io.Packet.setPort(Packet.java:721)
at com.sun.messaging.jmq.jmsserver.service.imq.IMQConnection.writeData(I
MQConnection.java:1852)
at com.sun.messaging.jmq.jmsserver.service.imq.IMQConnection.process(IMQ
Connection.java:778)
at com.sun.messaging.jmq.jmsserver.service.imq.OperationRunnable.process
(OperationRunnable.java:135)
at com.sun.messaging.jmq.jmsserver.util.pool.BasicRunnable.run(BasicRunn
able.java:455)
at java.lang.Thread.run(Unknown Source)
[29/11월/2004:10:29:24 KST] ERROR [B3100]: Unexpected Broker Internal Error : [r
eceived unexpected exception ] :
java.lang.IllegalAccessError: tried to access field com.sun.messaging.jmq.io.Sys
MessageID.sequence from class com.sun.messaging.jmq.io.Packet
at com.sun.messaging.jmq.io.Packet.getSequence(Packet.java:394)
at com.sun.messaging.jmq.jmsserver.data.handlers.HelloHandler.handle(Hel
loHandler.java:261)
at com.sun.messaging.jmq.jmsserver.data.PacketRouter.handleMessage(Packe
tRouter.java:146)
at com.sun.messaging.jmq.jmsserver.service.imq.IMQConnection.readData(IM
QConnection.java:1747)
at com.sun.messaging.jmq.jmsserver.service.imq.IMQConnection.process(IMQ
Connection.java:791)
at com.sun.messaging.jmq.jmsserver.service.imq.OperationRunnable.process
(OperationRunnable.java:135)
at com.sun.messaging.jmq.jmsserver.util.pool.BasicRunnable.run(BasicRunn
able.java:455)
at java.lang.Thread.run(Unknown Source)
and this is my simple progam..
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Hashtable;
import javax.jms.ObjectMessage;
import javax.jms.Session;
import javax.jms.TopicConnection;
import javax.jms.TopicPublisher;
import javax.jms.TopicSession;
import javax.naming.Context;
import com.sun.messaging.Topic;
import com.sun.messaging.TopicConnectionFactory;
public class TPublisher3 {
     public static void main(String[] args) {
          new TPublisher3().publish();
     public void publish() {
          BufferedReader reader = new BufferedReader(new InputStreamReader(
                    System.in));
          Hashtable env = new Hashtable();
          env.put(Context.INITIAL_CONTEXT_FACTORY,
                    "com.sun.jndi.fscontext.RefFSContextFactory");
          try {
               TopicConnectionFactory factory = new TopicConnectionFactory();
               Topic topic = new Topic();
               factory.setProperty("imqAddressList", "mq://localhost:7676/jms");
               factory.setProperty("imqConnectionURL", "");
               TopicConnection connection = factory.createTopicConnection("admin", "admin");
               TopicSession session = connection.createTopicSession(false,
                         Session.AUTO_ACKNOWLEDGE);
               TopicPublisher publisher = session.createPublisher(topic);
               System.out.println(factory.getCurrentConfiguration());
               String messageText = null;
               while (true) {
                    System.out.println("Enter message to send or 'quit':");
                    messageText = reader.readLine();
                    if ("quit".equals(messageText))
                         break;
                    ObjectMessage message = session.createObjectMessage(messageText);
          publisher.publish(message);
               //Exit
               reader.close();
               connection.close();
          } catch (Exception e) {
               e.printStackTrace();
               System.exit(1);
there is only one "Sun Java System Message Queue" in my system.
Thanks in advance.
BMK.

Have you copied or moved any imq related jar files
since the previous start of the broker ??
- specifically imq.jar
Have you made changes to your class path since the
last restart of the broker ?
I've seen this exception stack trace once before.
In that case, it was triggered by copying jar files
into the /usr/java/jre/lib/ext directory.
This problem occurs because there are a couple of
class files which are duplicated in two different jar
files ...
Here is what happened in that situation:
1. the vm starts up and loaed imq.jar from the ext
directory which contains SysMessageID
2. imqbrokerd then loads the user classes imqbroker.jar
and imqutil.jar from a different location.
These class files contain the Packet class (which
uses SysMessageID)
The ext directory is loaded by a different class loader ..
this means that Packet (loaded from imqbroker.jar) can
not legally access SysMessageID (and an exception is
thrown).
To fix this issue, remove the extra copy of the jar file from
the class path (or ext directory) or change the class path
(imq.jar was not designed to be a standard extension)
I belive that there is a bug filed against the product that
two different jar files should not contain the same
class ... but I havent located the bugid yet
I'll post the bug once I find it

Similar Messages

  • Did something adjust overnight with ICLOUD? I got up this morning and found a few calendars completely erased - all my birthdays and categories were completely gone!! Any ideas??

    Did something adjust overnight with ICLOUD? I got up this morning and found a few calendars completely erased - all my birthdays and a few other categories were completely gone!! Any ideas??

    Temperature Monitorhttps://www.macupdate.com/app/mac/12381/temperature-monitor
    http://www.bresink.com/osx/HardwareMonitor.html
    SMCFanControl 2.4+
    https://www.macupdate.com/app/mac/23049/smcfancontrol
    UPS
    http://www.amazon.com/CyberPower-CP1500PFCLCD-Compatible-1500VA-Tower/dp/B00429N 19W/
    Metro Vacuum ED500 DataVac 500-Watt 0.75-HP Electric Duster 120-Volt
    www.amazon.com/Metro-Vacuum-ED500-500-Watt-Electric/dp/B001J4ZOAW/
    X1900
    http://www.xlr8yourmac.com/Graphics/X1900XT_Overheating/ATI_X1900_artifacts.html
    http://www.xlr8yourmac.com/Graphics/radeon_X1900XT/X1900XT_dust_buildup.html#sto rytop
    ATI Radeon 5770
    http://store.apple.com/us/product/MC742ZM/A
    http://www.amazon.com/Apple-ATI-Radeon-5770-MC742ZM/dp/B003Z6QH6M 
    http://www.bhphotovideo.com/c/product/726537-REG/Apple_MC742ZM_A_ATI_Radeon_HD_5 770.html
    How To Install and Remove Memory Mac Pro
    https://support.apple.com/kb/HT4433
    2x2GB FBDIMM DDR2 667MHz @ $32http://www.amazon.com/BUFFERED-PC2-5300-FB-DIMM-APPLE-Memory/dp/B002ORUUAC/
    Resetting the System Management Controller (SMC)https://support.apple.com/kb/HT3964

  • Just started up iPhone 4S and done something wrong, I have speaking on all buttons and apps, I would like to switch it off but the phone will not scroll?? Please I'm going mad!!

    Just started up iPhone 4S and done something wrong, I have speaking on all buttons and apps, I would like to switch it off but the phone will not scroll?? Please I'm going mad!!

    triple click the home button. Then you can go into accessability options in settings and turn off that feature

  • I woke this morning, And found my i phone 4 in a dead condition, and tried to charge, It is not getting started and is completely dead,why ?

    I woke up this morning and found my iPhone 4 is off condition, With the assumption that is needs to be charged, I tried to hook up for charging, I haven't succeed in this attempt, The phone is not getting started, even i charge it, Help me out.

    Try a reset:
    - hold the home button and sleep/wake button down at the same time for atleast 15 seconds
    - if you see the Apple logo appear rlease both buttons
    If that fails try charging the iPhone while plugged into the wall adaptor and also while plugged into the computer. Try cahrging both ways for atleast 15-20 minutes. Also while its plugged into the computer check and see if the computer or iTunes will recognise that the iPhone is connected.

  • I went on my MacBook Pro this morning and found out that my Macbook Pro isnt charging, is the power adapter damaged? Or is it the power adapter string that attatches to the Macbook Pro?

    I dont know what is wrong with my computer,if is it because there is something wrong with my MacBook Pro or if its the actual power adapter or the string that attatches the power adapter and the computer. HELP PLEASE!!!

    Have you tried to do an SMC/PRAM reset?
    Also, need to know how old your MB Pro is.

  • Photoshop CS, microsoft office for Mac, and RemoteScan will not open.  They worked fine one morning and that afternoon it pops up, "Application failed unexpectedly".  Does anyone know how to fix this?

    I have some program quitting unexpectedly.  They worked fine and I download some fonts and something called Geneio downloaded.  I deleted the Geneio and I have disabled the fonts I downloaded and my programs still won't open.  Please help me, I really need the programs to open. 
    Thanks
    Amanda

    I still cannot get into my apps.  I don't know if this helps or not, but this is some of the messages in the console. 
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:05:45 PM Disk Utility[158] Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    3/10/14 4:07:15 PM Disk Utility[158] Warning: SUID file "System/Library/Filesystems/AppleShare/afpLoad" has been modified and will not be repaired.
    3/10/14 4:07:15 PM Disk Utility[158] Warning: SUID file "System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/Resources /DiskManagementTool" has been modified and will not be repaired.
    3/10/14 4:07:16 PM Disk Utility[158] Warning: SUID file "bin/rcp" has been modified and will not be repaired.
    3/10/14 4:07:17 PM Disk Utility[158] Warning: SUID file "usr/bin/rlogin" has been modified and will not be repaired.
    3/10/14 4:07:17 PM Disk Utility[158] Warning: SUID file "usr/bin/rsh" has been modified and will not be repaired.
    3/10/14 4:07:21 PM Disk Utility[158] Warning: SUID file "usr/sbin/pppd" has been modified and will not be repaired.
    3/10/14 4:07:21 PM Disk Utility[158] Warning: SUID file "usr/sbin/vpnd" has been modified and will not be repaired.
    3/10/14 4:07:59 PM Disk Utility[158] ACL found but not expected on "Applications/Utilities".
    3/10/14 4:08:00 PM Disk Utility[158]
    3/10/14 4:08:00 PM Disk Utility[158] Permissions repair complete
    3/10/14 4:08:00 PM Disk Utility[158]
    3/10/14 4:08:00 PM Disk Utility[158]
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:08:38 PM mdworker[180] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:09:03 PM com.apple.loginwindow[39] Shutdown NOW!
    3/10/14 4:09:03 PM com.apple.loginwindow[39] System shutdown time has arrived  
    3/10/14 4:09:03 PM com.apple.SystemStarter[34] Stopping APC PowerChute Personal Edition daemon
    3/10/14 4:09:04 PM com.apple.SystemStarter[34] /usr/sbin/comapcpowerchutepe stop: comapcpowerchute stopping...
    3/10/14 4:09:27 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    3/10/14 4:09:27 PM com.apple.launchd[1] (com.apple.blued) Unknown key for boolean: EnableTransactions
    3/10/14 4:09:27 PM com.apple.launchd[1] (com.apple.RemoteDesktop.PrivilegeProxy) Unknown key for boolean: EnableTransactions
    3/10/14 4:09:27 PM com.apple.launchd[1] (com.apple.usbmuxd) Unknown key for boolean: EnableTransactions
    3/10/14 4:09:27 PM com.apple.launchd[1] (org.cups.cups-lpd) Unknown key: SHAuthorizationRight
    3/10/14 4:09:27 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    3/10/14 4:09:27 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    3/10/14 4:09:27 PM com.apple.launchd[1] (org.x.privileged_startx) Unknown key for boolean: EnableTransactions
    3/10/14 4:09:47 PM org.ntp.ntpd[28] Error : nodename nor servname provided, or not known
    3/10/14 4:10:04 PM com.apple.SystemStarter[32] Starting APC PowerChute Personal Edition daemon
    3/10/14 4:10:04 PM com.apple.SystemStarter[32] /usr/sbin/comapcpowerchutepe start: comapcpowerchute starting...
    3/10/14 4:10:06 PM com.luthresearch.scservice[118] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:10:06 PM com.luthresearch.scservice[118]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:10:06 PM com.luthresearch.scservice[118]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:10:09 PM com.apple.launchd[1] (com.luthresearch.scservice[118]) Exited abnormally: Trace/BPT trap
    3/10/14 4:10:09 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 7 seconds
    3/10/14 4:10:14 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[116]) Exited: Terminated
    3/10/14 4:10:14 PM com.apple.launchd[1] ([0x0-0x5005].com.netopia.timbuktu.pro.host[123]) Exited: Terminated
    3/10/14 4:10:14 PM com.apple.launchd[101] (com.apple.AirPortBaseStationAgent) Unknown key for boolean: EnableTransactions
    3/10/14 4:10:14 PM com.apple.launchd[101] (org.x.startx) Unknown key for boolean: EnableTransactions
    3/10/14 4:10:14 PM com.apple.launchd[101] (com.luthresearch.savvyconnectmenu[130]) posix_spawn("/Applications/SavvyConnect.app/Contents/MacOS/SavvyConnect", ...): No such file or directory
    3/10/14 4:10:14 PM com.apple.launchd[101] (com.luthresearch.savvyconnectmenu[130]) Exited with exit code: 1
    3/10/14 4:10:16 PM com.luthresearch.scservice[140] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:10:16 PM com.luthresearch.scservice[140]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:10:16 PM com.luthresearch.scservice[140]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:10:17 PM JavaDisabler[132] LCC Scroll Enhancer loaded
    3/10/14 4:10:19 PM com.apple.launchd[1] (com.luthresearch.scservice[140]) Exited abnormally: Trace/BPT trap
    3/10/14 4:10:19 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 8 seconds
    3/10/14 4:10:23 PM Spotlight[136] LCC Scroll Enhancer loaded
    3/10/14 4:10:23 PM com.apple.launchctl.System[2] BootCacheControl: could not fetch 139180 bytes of history: Invalid argument
    3/10/14 4:10:27 PM com.luthresearch.scservice[149] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:10:27 PM com.luthresearch.scservice[149]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:10:27 PM com.luthresearch.scservice[149]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:10:28 PM com.apple.launchd[1] (com.luthresearch.scservice[149]) Exited abnormally: Trace/BPT trap
    3/10/14 4:10:28 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:10:29 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 8 seconds
    3/10/14 4:10:29 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 8 seconds
    3/10/14 4:10:30 PM com.apple.ATSServer[143] FODBCheck: New annex file created
    3/10/14 4:10:31 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 7 seconds
    3/10/14 4:10:31 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 7 seconds
    3/10/14 4:10:37 PM com.luthresearch.scservice[162] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:10:37 PM com.luthresearch.scservice[162]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:10:37 PM com.luthresearch.scservice[162]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:10:38 PM com.apple.launchd[1] (com.luthresearch.scservice[162]) Exited abnormally: Trace/BPT trap
    3/10/14 4:10:38 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:10:47 PM com.luthresearch.scservice[165] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:10:47 PM com.luthresearch.scservice[165]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:10:47 PM com.luthresearch.scservice[165]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:10:48 PM com.apple.launchd[1] (com.luthresearch.scservice[165]) Exited abnormally: Trace/BPT trap
    3/10/14 4:10:48 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 10 seconds
    3/10/14 4:10:58 PM com.luthresearch.scservice[168] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:10:58 PM com.luthresearch.scservice[168]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:10:58 PM com.luthresearch.scservice[168]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:10:59 PM com.apple.launchd[1] (com.luthresearch.scservice[168]) Exited abnormally: Trace/BPT trap
    3/10/14 4:10:59 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:11:08 PM com.luthresearch.scservice[170] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:11:08 PM com.luthresearch.scservice[170]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:11:08 PM com.luthresearch.scservice[170]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:11:13 PM com.apple.launchd[1] (com.luthresearch.scservice[170]) Exited abnormally: Trace/BPT trap
    3/10/14 4:11:13 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 5 seconds
    3/10/14 4:11:19 PM com.luthresearch.scservice[172] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:11:19 PM com.luthresearch.scservice[172]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:11:19 PM com.luthresearch.scservice[172]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:11:22 PM com.apple.launchd[1] (com.luthresearch.scservice[172]) Exited abnormally: Trace/BPT trap
    3/10/14 4:11:22 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 7 seconds
    3/10/14 4:11:26 PM AirPort Base Station Agent[131] LCC Scroll Enhancer loaded
    3/10/14 4:11:28 PM CarboniteStatus[129] LCC Scroll Enhancer loaded
    3/10/14 4:11:29 PM com.luthresearch.scservice[174] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:11:29 PM com.luthresearch.scservice[174]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:11:29 PM com.luthresearch.scservice[174]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:11:30 PM com.apple.launchd[1] (com.luthresearch.scservice[174]) Exited abnormally: Trace/BPT trap
    3/10/14 4:11:30 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:11:39 PM com.luthresearch.scservice[183] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:11:39 PM com.luthresearch.scservice[183]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:11:39 PM com.luthresearch.scservice[183]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:11:40 PM com.apple.launchd[1] (com.luthresearch.scservice[183]) Exited abnormally: Trace/BPT trap
    3/10/14 4:11:40 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:11:43 PM RealPlayer Downloader Agent[188] LCC Scroll Enhancer loaded
    3/10/14 4:11:43 PM [0x0-0x10010].com.microsoft.autoupdate.fba[179] dyld: could not load inserted library: /usr/lib/libgenkit.dylib
    3/10/14 4:11:43 PM ReportCrash[190] Symbolication warning: Unable to locate CIE at 0x6a64132b = 0x00000008 - (0x959becd9 + 4)
    3/10/14 4:11:43 PM ReportCrash[190] Symbolication warning: error parsing FDE at 0x00199700 in:
    __TEXT [0x00000000 - 0x001d8000) __eh_frame [0x001996f8 - 0x001c9de0) /usr/libexec/oah/translate
    3/10/14 4:11:44 PM com.apple.launchd[101] ([0x0-0x10010].com.microsoft.autoupdate.fba[179]) Exited abnormally: Trace/BPT trap
    3/10/14 4:11:44 PM SmileboxTray[187] 2014-03-10 16:11:44 Starting tray...
    3/10/14 4:11:49 PM quicklookd[178] [QL ERROR] 'Creating thumbnail' timed out for '<QLThumbnailRequest /Users/cindywells/Desktop/Letterhead_Layout 3_pdf.log>'
    3/10/14 4:11:49 PM com.luthresearch.scservice[193] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:11:49 PM com.luthresearch.scservice[193]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:11:49 PM com.luthresearch.scservice[193]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:11:51 PM com.apple.launchd[1] (com.luthresearch.scservice[193]) Exited abnormally: Trace/BPT trap
    3/10/14 4:11:51 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:11:52 PM Linotype FontExplorer X[180] LCC Scroll Enhancer loaded
    3/10/14 4:12:00 PM com.luthresearch.scservice[197] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:12:00 PM com.luthresearch.scservice[197]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:12:00 PM com.luthresearch.scservice[197]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:12:01 PM com.apple.launchd[1] (com.luthresearch.scservice[197]) Exited abnormally: Trace/BPT trap
    3/10/14 4:12:01 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:12:01 PM quicklookd[192] [QL ERROR] 'Creating thumbnail' timed out for '<QLThumbnailRequest /Users/cindywells/Desktop/Work Order_Layout 1.pdf>'
    3/10/14 4:12:07 PM SmileboxTray[187] LCC Scroll Enhancer loaded
    3/10/14 4:12:08 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:09 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:10 PM com.luthresearch.scservice[202] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:12:10 PM com.luthresearch.scservice[202]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:12:10 PM com.luthresearch.scservice[202]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:12:10 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:10 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:11 PM com.apple.launchd[1] (com.luthresearch.scservice[202]) Exited abnormally: Trace/BPT trap
    3/10/14 4:12:11 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:12:11 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:11 PM System Events[199] LCC Scroll Enhancer loaded
    3/10/14 4:12:12 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:13 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:14 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:14 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:15 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:16 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:17 PM Linotype FontExplorer X[180] WebKit Threading Violation - objc_object* -[WebView initWithCoder:](WebView*, objc_selector*, NSCoder*) called from secondary thread
    3/10/14 4:12:17 PM Linotype FontExplorer X[180] Additional threading violations for this function will not be logged.
    3/10/14 4:12:17 PM Linotype FontExplorer X[180] WebKit Threading Violation - void -[WebView(WebPrivate) _commonInitializationWithFrameName:groupName:usesDocumentViews:](WebView*, objc_selector*, NSString*, NSString*, BOOL) called from secondary thread
    3/10/14 4:12:17 PM Linotype FontExplorer X[180] Additional threading violations for this function will not be logged.
    3/10/14 4:12:17 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:18 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:18 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:19 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:20 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:20 PM com.luthresearch.scservice[206] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:12:20 PM com.luthresearch.scservice[206]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:12:20 PM com.luthresearch.scservice[206]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:12:21 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:21 PM com.apple.launchd[1] (com.luthresearch.scservice[206]) Exited abnormally: Trace/BPT trap
    3/10/14 4:12:21 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:12:21 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:22 PM mdworker[99] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    3/10/14 4:12:30 PM com.luthresearch.scservice[208] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:12:30 PM com.luthresearch.scservice[208]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:12:30 PM com.luthresearch.scservice[208]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:12:33 PM com.apple.launchd[1] (com.luthresearch.scservice[208]) Exited abnormally: Trace/BPT trap
    3/10/14 4:12:33 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 8 seconds
    3/10/14 4:12:36 PM [0x0-0x1b01b].com.adobe.Photoshop[211] dyld: could not load inserted library: /usr/lib/libgenkit.dylib
    3/10/14 4:12:36 PM ReportCrash[212] Symbolication warning: Unable to locate CIE at 0x6a64132b = 0x00000008 - (0x959becd9 + 4)
    3/10/14 4:12:36 PM ReportCrash[212] Symbolication warning: error parsing FDE at 0x00199700 in:
    __TEXT [0x00000000 - 0x001d8000) __eh_frame [0x001996f8 - 0x001c9de0) /usr/libexec/oah/translate
    3/10/14 4:12:36 PM com.apple.launchd[101] ([0x0-0x1b01b].com.adobe.Photoshop[211]) Exited abnormally: Trace/BPT trap
    3/10/14 4:12:41 PM com.luthresearch.scservice[215] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:12:41 PM com.luthresearch.scservice[215]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:12:41 PM com.luthresearch.scservice[215]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:12:42 PM com.apple.launchd[1] (com.luthresearch.scservice[215]) Exited abnormally: Trace/BPT trap
    3/10/14 4:12:42 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:12:46 PM com.apple.quicklook[200] invalid stream length 392584; should be 392417.
    3/10/14 4:12:46 PM com.apple.quicklook[200] invalid stream length 540487; should be 540318.
    3/10/14 4:12:46 PM com.apple.quicklook[200] invalid stream length 145448; should be 145281.
    3/10/14 4:12:46 PM com.apple.quicklook[200] invalid stream length 151489; should be 151322.
    3/10/14 4:12:49 PM CarboniteAlerts[217] LCC Scroll Enhancer loaded
    3/10/14 4:12:51 PM com.luthresearch.scservice[218] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:12:51 PM com.luthresearch.scservice[218]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:12:51 PM com.luthresearch.scservice[218]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:12:52 PM com.apple.launchd[1] (com.luthresearch.scservice[218]) Exited abnormally: Trace/BPT trap
    3/10/14 4:12:52 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:13:01 PM com.luthresearch.scservice[220] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:13:01 PM com.luthresearch.scservice[220]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:13:01 PM com.luthresearch.scservice[220]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:13:02 PM com.apple.launchd[1] (com.luthresearch.scservice[220]) Exited abnormally: Trace/BPT trap
    3/10/14 4:13:02 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:13:05 PM CarboniteAlerts[224] LCC Scroll Enhancer loaded
    3/10/14 4:13:07 PM SmileboxTray[187] 2014-03-10 16:13:07 Partner code in install data plist: yahoo
    3/10/14 4:13:08 PM Finder[146] LCC Scroll Enhancer loaded
    3/10/14 4:13:09 PM SmileboxTray[187] NSScanner: nil string argument
    3/10/14 4:13:09 PM SmileboxTray[187] NSScanner: nil string argument
    3/10/14 4:13:11 PM com.luthresearch.scservice[226] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:13:11 PM com.luthresearch.scservice[226]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:13:11 PM com.luthresearch.scservice[226]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:13:13 PM com.apple.launchd[1] (com.luthresearch.scservice[226]) Exited abnormally: Trace/BPT trap
    3/10/14 4:13:13 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:13:16 PM Console[228] LCC Scroll Enhancer loaded
    3/10/14 4:13:16 PM Console[228] LCC Scroll Enhancer loaded
    3/10/14 4:13:16 PM Console[228] LCC Scroll Enhancer loaded
    3/10/14 4:13:22 PM com.luthresearch.scservice[229] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:13:22 PM com.luthresearch.scservice[229]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:13:22 PM com.luthresearch.scservice[229]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:13:23 PM com.apple.launchd[1] (com.luthresearch.scservice[229]) Exited abnormally: Trace/BPT trap
    3/10/14 4:13:23 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:13:32 PM com.luthresearch.scservice[231] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:13:32 PM com.luthresearch.scservice[231]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:13:32 PM com.luthresearch.scservice[231]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:13:33 PM com.apple.launchd[1] (com.luthresearch.scservice[231]) Exited abnormally: Trace/BPT trap
    3/10/14 4:13:33 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:13:38 PM [0x0-0x22022].com.adobe.Photoshop[233] dyld: could not load inserted library: /usr/lib/libgenkit.dylib
    3/10/14 4:13:39 PM ReportCrash[234] Symbolication warning: Unable to locate CIE at 0x6a64132b = 0x00000008 - (0x959becd9 + 4)
    3/10/14 4:13:39 PM ReportCrash[234] Symbolication warning: error parsing FDE at 0x00199700 in:
    __TEXT [0x00000000 - 0x001d8000) __eh_frame [0x001996f8 - 0x001c9de0) /usr/libexec/oah/translate
    3/10/14 4:13:39 PM com.apple.launchd[101] ([0x0-0x22022].com.adobe.Photoshop[233]) Exited abnormally: Trace/BPT trap
    3/10/14 4:13:42 PM com.luthresearch.scservice[237] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:13:42 PM com.luthresearch.scservice[237]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:13:42 PM com.luthresearch.scservice[237]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:13:42 PM com.luthresearch.scservice[237]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:13:43 PM com.apple.launchd[1] (com.luthresearch.scservice[237]) Exited abnormally: Trace/BPT trap
    3/10/14 4:13:43 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:13:43 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:13:52 PM com.luthresearch.scservice[239] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:13:52 PM com.luthresearch.scservice[239]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:13:52 PM com.luthresearch.scservice[239]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:13:53 PM com.apple.launchd[1] (com.luthresearch.scservice[239]) Exited abnormally: Trace/BPT trap
    3/10/14 4:13:53 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:14:02 PM com.luthresearch.scservice[258] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:14:02 PM com.luthresearch.scservice[258]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:14:02 PM com.luthresearch.scservice[258]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:14:03 PM com.apple.launchd[1] (com.luthresearch.scservice[258]) Exited abnormally: Trace/BPT trap
    3/10/14 4:14:03 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:14:12 PM com.luthresearch.scservice[305] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:14:12 PM com.luthresearch.scservice[305]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:14:12 PM com.luthresearch.scservice[305]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:14:13 PM com.apple.launchd[1] (com.luthresearch.scservice[305]) Exited abnormally: Trace/BPT trap
    3/10/14 4:14:13 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:14:22 PM com.luthresearch.scservice[307] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:14:22 PM com.luthresearch.scservice[307]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:14:22 PM com.luthresearch.scservice[307]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:14:23 PM com.apple.launchd[1] (com.luthresearch.scservice[307]) Exited abnormally: Trace/BPT trap
    3/10/14 4:14:23 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:14:32 PM com.luthresearch.scservice[309] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:14:32 PM com.luthresearch.scservice[309]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:14:32 PM com.luthresearch.scservice[309]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:14:33 PM com.apple.launchd[1] (com.luthresearch.scservice[309]) Exited abnormally: Trace/BPT trap
    3/10/14 4:14:33 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:14:42 PM com.luthresearch.scservice[311] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:14:42 PM com.luthresearch.scservice[311]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:14:42 PM com.luthresearch.scservice[311]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:14:43 PM com.apple.launchd[1] (com.luthresearch.scservice[311]) Exited abnormally: Trace/BPT trap
    3/10/14 4:14:43 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:14:52 PM com.luthresearch.scservice[313] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:14:52 PM com.luthresearch.scservice[313]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:14:52 PM com.luthresearch.scservice[313]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:14:53 PM com.apple.launchd[1] (com.luthresearch.scservice[313]) Exited abnormally: Trace/BPT trap
    3/10/14 4:14:53 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 10 seconds
    3/10/14 4:15:03 PM com.luthresearch.scservice[314] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:15:03 PM com.luthresearch.scservice[314]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:15:03 PM com.luthresearch.scservice[314]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:15:03 PM com.luthresearch.scservice[314]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:15:04 PM com.apple.launchd[1] (com.luthresearch.scservice[314]) Exited abnormally: Trace/BPT trap
    3/10/14 4:15:04 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:15:13 PM com.luthresearch.scservice[317] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:15:13 PM com.luthresearch.scservice[317]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:15:13 PM com.luthresearch.scservice[317]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:15:14 PM com.apple.launchd[1] (com.luthresearch.scservice[317]) Exited abnormally: Trace/BPT trap
    3/10/14 4:15:14 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds
    3/10/14 4:15:24 PM com.luthresearch.scservice[319] dyld: Symbol not found: __ZNKSt8bad_cast4whatEv
    3/10/14 4:15:24 PM com.luthresearch.scservice[319]   Referenced from: /Users/Shared/SavvyConnect/bin/SCService
    3/10/14 4:15:24 PM com.luthresearch.scservice[319]   Expected in: /usr/lib/libstdc++.6.dylib
    3/10/14 4:15:25 PM com.apple.launchd[1] (com.luthresearch.scservice[319]) Exited abnormally: Trace/BPT trap
    3/10/14 4:15:25 PM com.apple.launchd[1] (com.luthresearch.scservice) Throttling respawn: Will start in 9 seconds

  • With no 'known' changes to software, settings, preferences, etc. - wake up one morning and video I use to be able to see on a wbsite I can no longer see unless I clear my history.

    Once I clear history the videos re-appear however if I watch the video and then refresh the page the video is gone again. All that I see is a white box. Not many more details ... tested this website with another computer and the videos played fine over and over. Opened with IE and the videos played fine. What has happened?
    I did uninstall firefox and reinstalled but issue did not change...

    I think the easiest way to do this is to have the EyeTV app running in one user account and sent via HDMI to the TV, and use a separate user account for Screen Sharing. Both logins can be active at the same time and with Lion you can connect via screen sharing to which ever login you need.
    With regards to the Mac video resolution changing, when it is not the current input on your AV receiver. This is 'normal', if the Mac sees no signal it drops down the a lower level. What you need is to buy a HDMI Detective Plus which tricks the Mac in to always seeing a signal and hence it will not drop down the resolution. See http://www.gefen.com/kvm/dproduct.jsp?prod_id=8005
    The Mac mini does have an IR receiver. This can be used with the EyeTV app, iTunes, and similar. Yes I believe EyeTV would run for prolonged periods quite happily, it is has been around for a long time and had most of the rough edges polished off. However one issue you will have to deal with is that it does not automatically update its program guide data. For this you might have to write or modify an AppleScript. Elgato support or their user forums will be a lot of help.
    You can set EyeTV to convert recordings to an iTunes (Apple TV) compatible format and then delete them from EyeTV.
    The HDMI Detective should solve your handshaking problems.

  • Help My game keeps crashing and theres something wrong with my Radeon HD 7770

    So ill be playing this game called World Of Tanks and out of no where sometimes it will just crash the game. Sometimes it's fine for 2-3 hours and sometimes it will crash over and over the second I load into the game. I'm thinking it may be a physical problem as I've constantly Uninstalled and Re-installed the drivers on multiple machines and it still happens. Please Help.

    list PC specifications, see >>Posting Guide<<

  • I wake up one morning and i turn my laptop on and its all statci looking and then as i swipe to my different screens the apple sign moves It might be a hardware or software crash?

    Help

    Perform SMC reset and re-verify
    SMC reset
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    need more specifics
    What does this mean: "as i swipe to my different screens the apple sign moves It" , specify.
    report back with details.
    You can make an appt. with your Apple store for full diagnostics 

  • Surprisingly jaggy output - am I doing something wrong?

    Look at these examples:
    http://www.reesweb.com/samples/jaggy/
    The first is a screencap of the fullscreen view in Aperture. The image is a 1728x1153 crop from an 8mp original. Not a great picture, but it looks OK.
    The second is that same version exported as a full-quality jpeg set to "fit within 1280 x 1280." Jaggy!
    What's going on here? The results are so bad that I must be doing something wrong. All I'm doing is selecting the 1728 version, choosing export version, and selecting the export option (JPEG - fit within 1280 x 1280).
    The third image, btw, was produced by exporting the cropped original as PSD and doing the resize/jpeg encoding in Photoshop. Looks much better.
    And thoughts about what's going on here?
    Will
    Dual Core 2.3GHz PowerMac G5, 2GB RAM, GeForce 6600   Mac OS X (10.4.6)   Canon Digital Rebel XT, Edirol UA-5

    OK, it looks like the jagginess only happens when I set the export DPI to 300 with my particular original and export sizes. When I set it to 72, the exported version looks fine and is not jaggy.
    I see the same behavior for jpgs, tiffs, and psd.
    I also tried with some small sizes and found something else. When you export to "fit within 320 x 320" and you choose 72 DPI, the image gets sharpened. If you choose 300 DPI the image is not sharpened. Strange. Maybe there's a reason for that I don't get.
    This is what I'm seeing for all export types (jpgs, tiffs, etc) starting with a 1728 x 1153 image:
    320 x 320, 72 DPI: sharpened nicely
    320 x 320, 300 DPI: not sharpened, soft but no jaggies
    640 x 640, 72 DPI: sharpened nicely
    640 x 640, 300 DPI: not sharpened, soft but no jaggies
    800 x 800, 72 DPI: sharpened nicely
    800 x 800, 300 DPI: not sharpened, soft but no jaggies
    1024 x 1024, 72 DPI: sharpened nicely
    1024 x 1024, 300 DPI: sharpened but with nasty jaggies
    1280 x 1280, 72 DPI: sharpened nicely
    1280 x 1280, 300 DPI: sharpened but with nasty jaggies
    Original Size, 72 DPI: It doesn't look sharpened at all, no jaggies
    Original Size, 300 DPI: It doesn't look sharpened at all, no jaggies
    50% Size, 72 DPI: sharpened nicely
    50% Size, 300 DPI: not sharpened, soft but no jaggies
    25% Size, 72 DPI: sharpened nicely
    25% Size, 300 DPI: not sharpened, soft but no jaggies
    And more data, but this time starting with a 3456 x 2298 (digital rebel default) image:
    1280 x 1280, 72 DPI: sharpened nicely (some images a bit too much)
    1280 x 1280, 300 DPI: not sharpened, soft but no jaggies
    So it looks like the combination of using 300 DPI and certain original and export sizes can result in some nastiness.
    It is also interesting to note that in most situations, using 300 DPI turns off or greatly reduces the automatic export sharpening. Juicy info for those looking for ways to circumvent that feature.
    Will
    Dual Core 2.3GHz PowerMac G5, 2GB RAM, GeForce 6600   Mac OS X (10.4.6)   Canon Digital Rebel XT, Edirol UA-5

  • I bough a MacPro for one day and has a line on screen

    A very poor quality and unacceptable from apple's product.
    I bough a new Macbook Pro for one day, and found that there is now a line in mdle of screen. I asked the technical support and learnt that this is technical problems.
    Dissapointed you apple.

    If you've had your machine for less than 14 days, you can take it back to the seller for an exchange or a full refund.
    There's really no one from Apple in these forums - we're users, just like you.
    Clinton

  • I have a Windows 8.1 and it's even running slow.  I'm a complete novice with computers (I've only had this one for 3 weeks) and I'm probably doing something wrong, but I haven't a clue what....

    I have a Windows 8.1 and it's even running slow.  I'm a complete novice with computers (I've only had this one for 3 weeks) and I'm probably doing something wrong, but I haven't a clue what.
    The tools are not responding when I try to use them.  Some of them work sometimes, but not others and some don't work at all.  I'm in a design class online and I need these tools desperately.  I have an assignment due Monday and I'm losing the whole weekend because Tech Support is only open M-F!
    Any help anyone can give me will be appreciated.
    Thanks,
    Rose Ireland

    Maybe these links provide some pertinent information.
    Optimize performance | Photoshop CS4, CS5, CS6, CC
    Photoshop: Basic Troubleshooting steps to fix most issues

  • There is something wrong with the volumes buttons in my macbook pro, every time i pressed the one who raises the volume, it leads me to the screen where (i do not no what its called) the background is black with the date and time and a calculator.

    There is something wrong with the volumes buttons in my macbook pro, every time i pressed the one who raises the volume, it leads me to the screen where (i do not no what its called) the background is black with the date and time and a calculator. However, when i lower it, my safari tab goes out of the screen. What do you guys think i should do? I'm getting very nervous.

    hey HAbrakian!
    You may want to try using the information in this article to adjust the behavior of your function keys to see if that resolves the behavior:
    Mac OS X: How to change the behavior of function keys
    http://support.apple.com/kb/ht3399
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • Just got an Ipad and am working on setting it up.  the one issue I am having with it is my screen will not rotate no matter what I do to the settings, I can't figure out if the settings are wrong or if there really is something wrong with my Ipad.

    just got an Ipad and am working on setting it up.  the one issue I am having with it is my screen will not rotate no matter what I do to the settings, I can't figure out if I have a setting wrong or if there really is something wrong with my Ipad.  any help would be greatly appreciated.

    Double click the home button (square)  and all the things you did are there.keep sliding the bar that will come up on the bottom to the left till it cant go anymore there should be a icon looking like this.press that and it should work
    Good luck hope it works.

  • Safari tries repeatedly to open a page. The page partially opens but then Safari reports that there's something wrong with page and I get an error message. This is happening at too many web sites for one site to be having issues.

    Safari tries repeatedly to open a page. The page partially opens but then Safari reports that there's something wrong with page and I get an error message. This is happening at too many web sites for one site to be having issues.

    I have a similar problem, Safari cannot load a complet page. It stalls e.g. ["38 of 42"]. sometimes it will complete loading after a long wait. just as often it will never complete the page,
    The same thing happens in chrome and firefox but safari on my iPad works just fine.
    I have the latest version of everything
    I assume there is a system problem but cleaning up permissions does not help

Maybe you are looking for