Network Application getting Errors

Admittedly, I'm a little green on java having only taken one class in college, but I am in dire need of some assistance.
A little background into my issue:
I work for a company that sells a business management software package, and equipment, for running businesses, primarily hardware stores and lumber yards.
We run Linux servers and as part of our Point of Sale (POS) Devices, we have ethernet Ingenico Signature pads. We communicate to the signature pads via java programs to create a socket, send/receive information, and close the socket. The issue I'm seeing is that in times of high volume use, we are getting errors saying that the system could not create a socket. A snippet of code is as follows:
SocketFactory sf = new SocketFactory(debug);
sconn = sf.getSocket(WAIT_ON_CONNECT_TIMEOUT);
sconn = new Socket();
if (sconn == null) {
logNow("***** Could not create socket after " +
WAIT_ON_CONNECT_TIMEOUT + " millis!!! Exiting..............."
System.exit(100);
Then in SocketFactory:
public void run() {
Socket socket = new Socket();
if (DEBUG) {
log("Socket object created: " + socket);
list.add(socket);
if (DEBUG) {
log(this.name + " Thread ended after creating socket.");
public Socket getSocket(int timeout) {
long current = System.currentTimeMillis();
long end = current + timeout;
while (current < end) {
if (list.size() > 0) {
Socket socket = (Socket) list.get(0);
return socket;
/* If nothing is found in the list, loop again until timeout after s
leeping for a while to let the
other thread create the Socket and put it in the ArrayList. */
try {
Thread.currentThread().sleep(20);
} catch (InterruptedException ex) {}
current = System.currentTimeMillis();
return null; /* Nothing in the ArrayList yet. Return null. */
As typing this, I have a thought. We have 1 server and 20 signature pads connecting to the server. Each signature pad uses port 9889. It appears to me that the error is occuring creating a socket on the server, not connecting it to the signature pad. Is it possible that two instances of the java application, that happen to occur at the exact same time, might be trying to grab the same random socket on the server?
How can I resolve this?
What I was thinking was modify the program to use a specific host server port, but this causes a java exception error because it won't use a socket port that is in time_wait status. So I thought to setReuseAddress(true) but cannot get this to work if I create a socket with specific host port. I'm creating the socket with the following:
Socket socket = new Socket(host, port, localip, localPort);
This of course will create the socket but not allow me to setReuseAddress. Any thoughts on how I might fix this issue? Am open to any suggestions and willing to read any information suggested.

Ok, I found my issue now. It's hanging trying to create a socket. Is there a way I can get it to try to create a socket for say... 5 seconds, then stop?
Here's what I have in my code now:
while (sconn == null) {
try {
plain = DateFormat.getDateTimeInstance(DateFormat.SHORT,
DateFormat.LONG);
now = plain.format(new Date());
System.err.print(now);
logNow("creating socket " + now);
sconn = new Socket(host, port);
} catch (Throwable ex) {
System.err.println("Fatal Error: exception occurred\n" +
ex.getMessage());
ex.printStackTrace();
if (sconn == null) {
logNow("***** Could not create socket " );
plain = DateFormat.getDateTimeInstance(DateFormat.SHORT,
DateFormat.LONG);
now = plain.format(new Date());
System.err.print(now);
logNow("socket created" + now);
Ok, a couple of notes about what I'm doing here. I have to prove that this is fixing the socket creation error, hence if (sconn == null) section. I did not know where the 3 - 10 minute hang was coming from, so I put the plain = DateFormat and logNow("blah " + now); throughout my code to get several time stamps to get an idea of where issue is occurring. I finally found it here. I do not believe it's looping because I'm not seeing the "could not create socket" error. I put the date in the loop partially to see if it was looping, if for example the socket wasn't created, it looped, and I wasn't getting a true test of sconn == null.
From my log:
Checking command: port
Checking command: no-debug
Checking command: txn-type
Checking command: amount
Checking command: auth-request
8/28/08 5:28:34 PM CDT8/28/08 5:28:34 PM CDT creating socket 8/28/08 5:28:34 PM CDT
8/28/08 5:31:43 PM CDT8/28/08 5:31:43 PM CDT socket created8/28/08 5:31:43 PM CDT
Executing command: port
Executing command: no-debug
Executing command: txn-type
8/28/08 5:31:43 PM CDT sndMsg() startTime 8/28/08 5:31:43 PM CDT
So this shows it's only running through once. I suppose this means I need a maximum time to create the socket, and then just try again... say, 5 times... I know how to make it try again, that's not an issue. I just need to know if I can designate a timeout on the actual socket creation.
NOTE: I also tried just sconn = Socket() then later sconn.connect(saddr,8000) which was in there before with socket factory, and using saddr which grabbed the hostname/IP and port of the signature pad.
Thanks for all your assistance, I've made a lot of progress and have learned a bit on the way. you've confirmed for me what I suspected was going on, and a solution for it even though I am not the best at explaining my thoughts and needs. I apologize for my lack of knowledge and pledge to get better as I'm thouroughly enjoying this.

Similar Messages

  • When I try to install my Brother MFC-8810DW printer through a wireless network I get error:-30886

    When I try to install my Brother MFC-8810DW printer through a wireless network I get error:-30886.  The computer recognizes the printer, and asks me to identify the software, but I get the same error message repeatedly. 

    That file might have moved to a different location on the server. I think you'll need to check with RefWorks support or your local IT department on why the install page links do not work.

  • My Application gets Error 37 when using Serial Port VIs.

    My Application works fine developed with LV 6.1. Then I updated to LV 7.1 and now the Executable of my application gets error 37 when using the old serial port functions. The "serpdrv" file is located in the application directory and is from 02/2002. The application runs well in the development environment after I placed the "serpdrv" file in the LabView directory. I tried to put a line with "serialDevices=..." in the .ini-file of my application but this did not cause an improvement. I also tried to rebuild the EXE with this line in the "labview.ini" file but nothing changes.
    Does anybody have another idea ?
    Many thanks for help
    Thomas

    >Did you actually replace the old serial functions that come with 7.1 with the functions from 6.1?
    Yes. E.g. "open serial driver.vi" uses "open device" with "serpdrv" as device string.
    I had the same problem running my application as VI´s. After the copy of serpdrv into the LV 7.1 directory everything works fine.
    I don´t understand why the application running as a .exe doesn´t find the serpdrv when it is in the same directory....
    Nevertheless many thanks for your answer
    Thomas

  • While running adobe interactive forms application getting error

    Hi All,
    I have developed  one application which is in below link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bfbcd790-0201-0010-679d-e36a3c6b89fa
    I'm using WebAs 6.40 SP9
    but, after deploying and running i'm getting error like:
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:396)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:341)
         ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         java.net.MalformedURLException: no protocol:
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:382)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3710)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:139)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
         ... 32 more
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.net.MalformedURLException: no protocol:
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:359)
         ... 35 more
    Caused by: java.net.MalformedURLException: no protocol:
         at java.net.URL.<init>(URL.java:537)
         at java.net.URL.<init>(URL.java:434)
         at java.net.URL.<init>(URL.java:383)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.createHTTPSocket(HTTPTransport.java:110)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getRequestStream(HTTPTransport.java:319)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:548)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1425)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
         ... 37 more
    Appreciated answers will be rewarded.
    Regards,
    Sri

    Hi Srikanth,
                    Did u mapped pdfSource & dataSource Properly. If yes check whether your Server Configured to run Adobe Forms. See wether ur ads settings are as per the following document
    Tutorial on Installing Credentials and Configuring ADS
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f03414f8-d4ce-2a10-d4b6-ab201b329d98
    f yes ur ADSUser password
    must have expired follow the steps to reset the password
    SAP NetWeaver '04 / 2004s
    1. Log on to the Visual Administrator.
    2. Follow the path:
    Server -> services -> Security Provider -> User Management tab
    3. Display the user ADSUser.
    4. Change the ADSUser password. (You can use the same password.) Check the checkbox
    'No password change is required'.
    Note: The below mentioned technical user role is available for the ADSuser as of
    NetWeaver 2004s SPS 7.
    5. Log on to 'User Management' of your AS Java:
    http://<AS Java server>:<http port> -> User Management
    6. Display the user ADSUser.
    7. In the 'Security policy' field, change the setting from 'Default' to 'Technical
    Users' and save.
    (For more information on the 'Security Policy' option, see the Release Notes in
    the SAP Help Portal at
    http://help.sap.com/saphelp_erp2005vp/he
    lpdata/en/44/04265816343fdbe10000000a11466f/frameset.htm.)
    After changing this option, the ADSUser password will not expire.
    Note that this feature is not available for SAP NetWeaver '04
    If not take the help of  System Administrator to configure it first.
    With Regards,
    RooP KumaR.
    Edited by: Roop kumar Annavarapu on Aug 21, 2008 3:00 PM

  • While Opening HFM application getting Error : "A connection to the server has failed. (status=503)"

    Hi All,
    While Opening HFM application I'm getting Error : "A connection to the server has failed. (status=503)".
    I Checked the Doc ID 1516598.1 and tried to increase the timeout setting, which really didn't help.
    Where can check a log for this connection issue, not able to see any error in Starter or HFM server logs.
    Please help me to fix this issue.
    Server: Windows 2008 R2
    EPM Application: 11.1.2.2
    Database: Oracle 11g
    Regards,
    Rajeevan D

    Hi!!
         I am facing the same issue and have increased the timeout setting according to the Doc ID 1516598.1.
         When I open up the app, it takes more than 5 minutes but it just get little longer and I've got the error....
         My HFM is at 11.1.2.2.300 version.
    Server: Windows 2008 R2
    EPM Application: 11.1.2.2
    Database: Oracle 11g
    Thanks

  • I have updated Adobe AIR and unable to open previous applications Getting Error

    I have updated Adobe AIR and unable to open previouly instalkled applications which works on adobe AIR.
    While updating the application iam getting an ERROR # 16824 and iam unable to run the software as well.
    iam not a coder, so plz help me reactify the issue: URGENT

    What application are you having problems with?  Can you uninstall the AIR update and reinstall an older version (AIR 4 or 13) located here:  Archived Adobe AIR SDK versions

  • IMAC running 10.6.8  connected to a network. Get error message when logging in

    I have an iMAC running 10.6.8 which connected to a network. When I try to log in as a user I get a message that it cannot log in at this time because an error has occurred.   It shows that the network accounts are available. 

    Find IP on computers...
    http://www.helpdesk.umd.edu/topics/communication/ethernet/office/winxp/2882/
    On this one In finder, select Go menu>Connect to Servers..., type in afp://ip.of.another.computer, like...
    afp://10.0.1.5
    afp://192.168.1.3

  • Cannot upgrade applications - get error about permissions

    Hi Everyone,
    since upgrading to 10.7 I cannot upgrade any application without the same errormessage.
    I try to upgrade the application, tell the system to replace the existing application, give it the admin credentials, .. and get the error message that the task cannot be finished, some objects were omitted... Please check Permisions...
    All Permissions should be ok. I did the permissions check and repair without solving the problem.
    As Workaround I have to delete the old application and then install the new version... but this is strange and I cannot understand this.
    Did anyone else have the same issue? Anyone have a solution or hint?
    Thanks -:)

    Boot up holding command-r keys into Lion Recovery Volume.
    The screen should give you these choices...
    Restore from TM backup
    Reinstall Mac OS X
    Get help online
    Disk Utility
    Choose re-install OS X. This will be an install "in place" and shouldn't effect any of your data, only system files.

  • Jdev TP4 and GMaps4JSF application - getting errors

    I am trying to run the application that uses Ajax Push mechanism described on the following page:
    http://www.theserverside.com/tt/articles/article.tss?l=GMaps4JSFwithAjaxPUSH
    I have downloaded the needed libraries and I have included them on my project according to the instructions.
    When I run this project and the JSP starts loading on the internet explorer, I get the following error:
    java.lang.ClassCastException: org.ajax4jsf.webapp.PushEventsCounter
    By going and checking the java files that I use, everything looks correct and in the right place.
    Has anyone worked on this sample? Any ideas on how to make this work?
    Thank you

    Hi,
    I think you can build this with only adf jsf components. please see my blog how to use gmaps4jsf and jdev 11g http://biemond.blogspot.com/2008/09/google-maps-for-jsf-gmaps4jsf-in.html
    and you combine this with the Lucas blog http://www.oracle.com/technology/pub/articles/jellema-googletalk.html ( message listener part )
    then you don't need Ajax4JSF.
    It is too early to mix the JSF components maybe over a few years you can use this.
    Please inform me about the progress
    thanks Edwin

  • Urgent: CLIENT_OLE2.CREATE_OBJ('Excel.Application') get error

    My OS is Window server 2003, Office 2003, Oracle Form 10G
    I have installed Webutil successfully.
    Before using webutil I had tried this command: OLE2.Create_Obj('Excel.Application'). It had worked fine but when I using webutil. I replace above command with this command: Client_OLE2.Create_Obj('Excel.Application')I have gotten error.
    I don't know why. Could you help me, plz.
    Thank so much.

    More information, I see this exception in java console:
    Exception occurred during event dispatching:
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.jacob.com.Dispatch.<clinit>(Dispatch.java)
         at oracle.forms.webutil.ole.OleFunctions.create_obj(OleFunctions.java:513)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(OleFunctions.java:218)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Why am I getting 'out of application memory' error since 10.9.1 upgrade

    HI All,
    I've been on mac's since 1991. Have owned and run dozens of them. I'm no newbie - but this has me beat.
    I have  a mid 2010 MacPro, in my main edit suite running FCPX etc etc for video production.... and since the upgrade to Mavericks 10.9.1, The machine can't even brows a webpage without giving me an 'out of application memeory' error.
    I'm running with my OS on a 1TB SSD, the system has 32Gig of ram.
    I had downgraded to 10.9, and found that was OK... but oddly, my system re-upgraded itself and now I'm stuck in a loop agin. Ugh.
    My wish: to fix whatever is causing this problem on 10.9.1.
    Ideas, anyone?
    Cheers,
    Kearon @ Makinnoize Media

    HI Linc,
    Thanks Linc for your assistance on this, I appreciate it.
    Right now, I have just restarted after re-installing 10.9.1. All seems to be OK... for now (I've done this 3 times...hence now looking to the apple commiunity for answers)
    Running EtreCheck revealed the following: items of possible interest in red.
    Hardware Information:
              Mac Pro (Mid 2010)
              Mac Pro - model: MacPro5,1
              2 2.4 GHz Quad-Core Intel Xeon CPUs: 8 cores
              32 GB RAM
    Video Information:
              ATI Radeon HD 5770 - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:37:35
    Disk Information:
              OWC Mercury Accelsior PCIe SSD disk0 : (960.04 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Big Mac Pro SSD (disk0s2) /: 959.05 GB (443.23 GB free)
                        Recovery HD (disk0s3) <not mounted>: 784.2 MB
              HL-DT-ST DVD-RW GH61N 
              WDC WD30EZRX-00MMMB0 disk5 : (3 TB)
                        EFI (disk5s1) <not mounted>: 209.7 MB
                        disk5s2 (disk5s2) <not mounted>: 3 TB
                        Boot OS X (disk5s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00MMMB0 disk4 : (3 TB)
                        EFI (disk4s1) <not mounted>: 209.7 MB
                        disk4s2 (disk4s2) <not mounted>: 3 TB
                        Boot OS X (disk4s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00AZ6B0 disk2 : (3 TB)
                        EFI (disk2s1) <not mounted>: 209.7 MB
                        disk2s2 (disk2s2) <not mounted>: 3 TB
                        Boot OS X (disk2s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00DC0B0 disk7 : (3 TB)
                        EFI (disk7s1) <not mounted>: 209.7 MB
                        disk7s2 (disk7s2) <not mounted>: 3 TB
                        Boot OS X (disk7s3) <not mounted>: 134.2 MB
              MARVELL VIRTUALL 
    USB Information:
              Panasonic TY-CC20W
              Apple, Inc. Keyboard Hub
                        iLok iLok
                        Logitech Apple Optical USB Mouse
                        Apple Inc. Apple Keyboard
              Brother HL-2140 series
              Wacom Co.,Ltd. CTH-670
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.CalDigit.driver.CalDigitUSBxHCI          (1.3.8a2)
              com.owc.driver.Accelsior          (1.0 b2 - SDK 10.6)
              com.blackmagic-design.desktopvideo.iokit.framebufferdriver          (9.9.3 - SDK 10.7)
              com.blackmagic-design.desktopvideo.iokit.driver          (9.9.3 - SDK 10.7)
              com.digidesign.iokit.DigiDal          (10.3.6f14 - SDK 10.6)
              com.logmein.driver.LogMeInSoundDriver          (1.0.3 - SDK 10.5)
              com.silex.driver.sxuptp          (1.5.2)
              com.paceap.kext.pacesupport.snowleopard          (5.9.1 - SDK 10.6)
              com.nvidia.CUDA          (1.1.0)
    Startup Items:
              CUDA: Path: /System/Library/StartupItems/CUDA
              DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
              FxLicenseManager: Path: /Library/StartupItems/FxLicenseManager
              ProTec6: Path: /Library/StartupItems/ProTec6
              ProTec6b: Path: /Library/StartupItems/ProTec6b
    Problem System Launch Daemons:
              [failed] com.apple.Kerberos.digest-service.plist 3rd-Party support link
              [failed] com.apple.msrpc.netlogon.plist 3rd-Party support link
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
              [loaded] com.adobe.SwitchBoard.plist 3rd-Party support link
              [loaded] com.blackmagic-design.desktopvideo.XPCService.plist 3rd-Party support link
              [loaded] com.blackmagic-design.DesktopVideoHelper.plist 3rd-Party support link
              [loaded] com.blackmagic-design.streaming.BMDStreamingServer.plist 3rd-Party support link
              [loaded] com.bombich.ccc.plist 3rd-Party support link
              [loaded] com.digidesign.fwfamily.helper.plist 3rd-Party support link
              [loaded] com.edb.launchd.postgresql-8.4.plist 3rd-Party support link
              [loaded] com.google.keystone.daemon.plist 3rd-Party support link
              [not loaded] com.logmein.logmeinblanker.plist 3rd-Party support link
              [loaded] com.logmein.logmeinserver.plist 3rd-Party support link
              [loaded] com.logmein.raupdate.plist 3rd-Party support link
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.AE.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.helper.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.plist 3rd-Party support link
              [loaded] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [loaded] com.paceap.eden.licensed.plist 3rd-Party support link
              [loaded] org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
              [loaded] PACESupport.plist 3rd-Party support link
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [loaded] com.blackmagic-design.DesktopVideoFirmwareUpdater.plist 3rd-Party support link
              [loaded] com.divx.dms.agent.plist 3rd-Party support link
              [loaded] com.divx.update.agent.plist 3rd-Party support link
              [loaded] com.google.keystone.agent.plist 3rd-Party support link
              [failed] com.logmein.LMILaunchAgentFixer.plist 3rd-Party support link
              [loaded] com.logmein.logmeingui.plist 3rd-Party support link
              [loaded] com.logmein.logmeinguiagent.plist 3rd-Party support link
              [not loaded] com.logmein.logmeinguiagentatlogin.plist 3rd-Party support link
              [loaded] com.nvidia.CUDASoftwareUpdate.plist 3rd-Party support link
              [loaded] com.oracle.java.Java-Updater.plist 3rd-Party support link
              [loaded] com.wacom.pentablet.plist 3rd-Party support link
              [loaded] com.wacom.wacomtablet.plist 3rd-Party support link
              [loaded] jp.buffalo.NASPower.plist 3rd-Party support link
              [not loaded] jp.buffalo.NASPower_pla.plist 3rd-Party support link
              [loaded] net.culater.SIMBL.Agent.plist 3rd-Party support link
              [loaded] org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist 3rd-Party support link
              [loaded] com.digitalrebellion.CrashAnalyzerLogWatcher.plist 3rd-Party support link
              [loaded] com.digitalrebellion.PreferenceManagerAutoSave.plist 3rd-Party support link
              [loaded] com.digitalrebellion.ShortcutKeyManager.plist 3rd-Party support link
              [loaded] com.digitalrebellion.SoftwareUpdateAutoCheck.plist 3rd-Party support link
              [loaded] com.divx.agent.postinstall.plist 3rd-Party support link
              [loaded] com.google.Chrome.framework.plist 3rd-Party support link
              [loaded] com.redgiantsoftware.updater.plist 3rd-Party support link
    User Login Items:
              NeoFinder Global QuickFind
              SIMBL Agent
              Google Drive
              Dropbox
              SwitchResX Daemon
    Internet Plug-ins:
              AdobePDFViewerNPAPI: Version: 10.1.8 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              iLokClientHelper: Version: 3.5 - SDK 10.5 3rd-Party support link
              LogMeInSafari32: Version: 1.0.935 - SDK 10.7 3rd-Party support link
              AdobePDFViewer: Version: 10.1.8 3rd-Party support link
              googletalkbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              QuickTime Plugin: Version: 7.7.3
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
              DivXBrowserPlugin: Version: 2.2 3rd-Party support link
              OVSHelper: Version: 1.1 3rd-Party support link
              LogMeIn: Version: 1.0.935 - SDK 10.7 3rd-Party support link
              Silverlight: Version: 4.0.60531.0 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 3rd-Party support link
              o1dbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
              WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.1 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 45 3rd-Party support link
              WacomNetscape: Version: 1.1.1-1 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              ApplyLUTPane  3rd-Party support link
              PenTablet  3rd-Party support link
              Blackmagic Desktop Video  3rd-Party support link
              CUDA Preferences  3rd-Party support link
              EUCON  3rd-Party support link
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              Java  3rd-Party support link
              MenuMeters  3rd-Party support link
              Perian  3rd-Party support link
              ProCutX Server  3rd-Party support link
              SwitchResX  3rd-Party support link
              WacomTablet  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Applications/Melodyne singletrack
                        Melodyne singletrack Uninstaller:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
                        Melodyne singletrack:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
              /Applications/Euphonix
                        MC_Client:          Version: 2.7.1.88549 "" - SDK 10.5 3rd-Party support link
                        Uninstall EuControl:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        EuControl:          Version: 2.7.1 - SDK 10.5 3rd-Party support link
              NASNavigator2:          Version: 2.51 - SDK 10.4 3rd-Party support link
                        /Applications/BUFFALO/NasNavigator2.app
              /Library/Application Support/PACE Anti-Piracy
                        iLok Client Helper:          Version: 3.5 - SDK 10.4 3rd-Party support link
                        InterLok Helper:          Version: 5.9.1 - SDK 10.4 3rd-Party support link
              Magic Bullet Grinder:          Version:  - SDK 10.5 3rd-Party support link
              Spotify:          Version: 0.8.8.459.g4430eae7 - SDK 10.5 3rd-Party support link
              SuperDuper!:          Version: 2.7 - SDK 10.4 3rd-Party support link
              VLC:          Version: 2.0.1 - SDK 10.5 3rd-Party support link
              PluralEyes License Manager:          Version: "5.8.0" - SDK 10.5 3rd-Party support link
              NASNavigator2:          Version: 2.51 - SDK 10.4 3rd-Party support link
                        /Applications/BUFFALO/LSV_SERIES-200W/NASNavigator/NasNavigator2.app
              ProToolsRegistration:          Version: 2.03 - SDK 10.5 3rd-Party support link
                        /Applications/Avid/Pro Tools/ProToolsRegistration.app
              /Applications/iWork '09
              SoftwareUpdateHelper:          Version: 1.2.6 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Digital Rebellion/Shared Resources/SoftwareUpdateHelper.app
              Melodyne singletrack Licenser:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Celemony/Licenser/Melodyne singletrack Licenser.app
              Uninstall Pro Tools:          Version: 10.3.6.269 - SDK 10.4 3rd-Party support link
                        /Applications/Avid/Pro Tools/Pro Tools Utilities/Uninstall Pro Tools.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
              Destinations:
                        BuffaloBackup [Network] (Last used)
                        Total size: 8 
                        Total number of backups: 11
                        Oldest backup: 2013-12-22 23:20:27 +0000
                        Last backup: 2014-01-05 21:47:39 +0000
                        Size of backup disk: Excellent
                                  Backup size 8  > (Disk size 0 B X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   1%          WindowServer
                   1%          EtreCheck
                   1%          coreservicesd
                   0%          SystemUIServer
                   0%          Google Drive
    Top Processes by Memory:
              557 MB          mds_stores
              393 MB          com.apple.IconServicesAgent
              197 MB          Dock
              131 MB          Safari
              105 MB          com.apple.WebKit.WebContent
    Virtual Memory Information:
              24.67 GB          Free RAM
              3.60 GB          Active RAM
              1.89 GB          Inactive RAM
              1.82 GB          Wired RAM
              1.92 GB          Page-ins
              0 B          Page-outs
    Would you recommend I get rid of the 'possible problem launch daemons', and remove as many of the old apps as I can?

  • Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • Getting error while editing content source of search service application

    Hi,
    when i edit the content source of SharePoint Search Service Application and click on OK Button then i get the following error.
    Error it gives : An item with the same key has already been added.
    and when i check it in ULS log it gives this.
    Application error when access /_admin/search/editcontentsource.aspx, Error=An
    item with the same key has already been added.  Server stack trace:    
     at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version,
    FaultConverter faultConverter)   
     at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)   
     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs,
    TimeSpan timeout)   
     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)   
     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
    at [0]:    
     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e)   
     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)   
     at System.Web.UI.Page.HandleError(Exception e)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]:
    An item with the same key has already been added.   Server stack trace:    
     at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version,
    FaultConverter faultConverter)   
     at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)   
     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs,
    TimeSpan timeout)   
     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)   
     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown
    at [0]:    
     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e)   
     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)   
     at System.Web.UI.Page.HandleError(Exception e)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Getting Error Message for Exception System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: An
    item with the same key has already been added. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: System.ArgumentException: An
    item with the same key has already been added.  
     at Microsoft.Office.Server.Search.Administration.SearchApi.WriteAndReturnVersion(CodeToRun`1 remoteCode, VoidCodeToRun localCode, Int32 versionIn)   
     at SyncInvokeEditContentSource(Object , Object[] , Object[] )   
     at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)   
     at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)   
     at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)   
     at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc&
    rpc)   
     at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)).
    Can anyone please help me, how can i resolved this issue.i am stuck :(
    Thanks in advance
    Muhammad Luqman

    Also tried with this code, but no succeed.
    Add-PSSnapin "Microsoft.SharePoint.PowerShell"
    $searchapp = Get-SPEnterpriseSearchServiceApplication "Search Service Application"
    $StartAddresses = "http://insite"
    $cs = Get-SPEnterpriseSearchCrawlContentSource -SearchApplication $searchapp -identity "Local SharePoint sites"
    $cs | Set-SPEnterpriseSearchCrawlContentSource –StartAddresses $StartAddresses
    I have now only single content source and all others are removed now but still getting same error.
    Muhammad Luqman

  • I get error message when I try to load lightroom 5 -unable to laod application correctly (oxooooo7b)

    I get error message when I try to load lightroom 5 -unable to laod application correctly (oxooooo7b)
    what can I do

    Search here or Google ... https://helpx.adobe.com/lightroom/kb/error-unable-start-correctly-0xc00007b.html

  • I downloaded Firefox 4 onto my PowerPC G4 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application "Firefox" because it is not supported on this architecture. I can't find my Firefox 3.6.16 I'm on Safari.

    I just want to download Firefox 3.6 again
    I downloaded Firefox 4 onto my PowerPC G4, 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application “Firefox” because it is not supported on this architecture.

    Use Tony's suggestion. I am running it right now and it is awesome. I love Mozilla but they basically screwed all of those older Macs over. Come on Mozilla. These Macs still work, and there are plenty of people with them out there.

Maybe you are looking for