Problem connecting RMI-Server using a servlet

Hi All..
I have a RMI-client server model woring fine in AIX box.I am currently in a need to create one web client(may be with servlet or JSP).
I wrote a sample servlet which try to connect to the RMI server. But when I run the servlet Its simply try to connect and then wait for unlimited time,not even print any exception/error.
Both my RMI sevrer and Tomcat are in the same box.
I am sending the servlet code for your reference.
import java.rmi.*;
import java.rmi.registry.Registry;
import java.rmi.registry.LocateRegistry;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import ir77.mon.engine.*;
public class WebClient extends HttpServlet
public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
XmlServerIntf xmlServerIntf = null;
PrintWriter out = res.getWriter();
res.setContentType("text/plain");
try{
out.println("Connecting to server......");
//Seems this one is sufficient.(either this code or the below one)
//String strServerUrl = "rmi://" + "192.168.100.22" + "/ir77.mon.engine";
//xmlServerIntf = (XmlServerIntf) Naming.lookup(strServerUrl);
//Try with this one also
Registry reg = LocateRegistry.getRegistry("192.168.100.22", 2004);
xmlServerIntf = (XmlServerIntf) reg.lookup("rmi://192.168.100.22/ir77.mon.engine");
out.println("Connected to server");
catch (Exception e){
System.out.println("Exception in WebClient"+e);
when I run the servlet in the browser with "http://192.168.100.22:8080/WebClient" its simply prints " Connecting to server......" and waits.
Note : 192.168.100.22 - where my rmi server starts and 2004 -where I created by rmiregistry.I created it using LocateRegistry.createRegistry(2004);
I have tried starting tomcat with "-security" option too but no responds as well.
Do I have to provide some grant permission in catlina.policy file?If yes what?
currently I have tried with giving all permission..
Do I need to change the RMI server code?
Any help will be highly appreciated....

Hi genady,
Oh....Ya I like to...I thought no body was interested...as I didn't get any reply from anybody....
Well The first thing is that with the look up method in the servlet
it should be like :
Registry reg = LocateRegistry.getRegistry("ip address of the rmi server", port number);
RMIServerInterface = (type cast with RMIServerInterface) reg.lookup("rmi binding string");
Now you are able to get the server interface object & you can call any method.
Next you have to provide the grant permission in the catalina.policy file to the folder where you have your application like....
grant codeBase "file:${catalina.home}/webapps/ROOT/WEB-INF/classes/-" {
permission java.security.AllPermission;
Or you can give specific permissions also.
Finally you have to run the tomcat as : $catalina.sh start -security
Note: One more thing you have to keep in mind that's the structure of your application. ie com.mon.yourapp.......u have to create the same structure in tomcat's classes folder .
Its done...........

Similar Messages

  • Problem connecting Dev server using odbc

    We are running siebel 8.0.0.5 on solaris 10 on Oracle DB (10.2.0.4). We are planning to upgrade it to siebel 8.1.1.10. I just want you to help me with few parameters and executables as me new in SADMIN . When tried using odbc connection on dev its througing below mentioned errors
    To check the ODBC connection:-
    Test the connection by navigating to $SIEBEL_HOME/bin and entering the command:-
    odbcsql /u database_account_name /p password /s OBDC_DSN
    bash-3.00$ pwd
    /appl/siebel/siebsrvr/bin
    bash-3.00$
    bash-3.00$ ./odbcsql /u sadmin /p sadmin123
    ld.so.1: odbcsql: fatal: libsslcosa.so: open failed: No such file or directory
    Killed
    bash-3.00$
    bash-3.00$
    bash-3.00$ ./odbcsql
    ld.so.1: odbcsql: fatal: libsslcosa.so: open failed: No such file or directory
    Killed
    bash-3.00$
    bash-3.00$ odbcsql
    bash: odbcsql: command not found

    Also verify the access provided to the library files and entries mentioned in the .odbc.ini file in /siebsrvr/sys folder.  ODCBSQL depends on the entries in this file.

  • PI 7.11: Cannot connect to server using message server:...

    Hello Guys,
    we make the Application Management for a Customer PI System.
    Scenario:
    - the SAP Gui Connection to the ABAP Stack is routed via SAPRouter and Works fine.
      SAP Gui -> our SAP Router -> VPN Box from Customer -> Firewall Customer -> ABAP Stack PI System
    - WebAccess its working fine, the Customer use Webdispatcher on every PI Server...
      Browser -> VPN Box from Customer -> Firewall Customer -> Java Stack (Port: 5xx00 btw. 81xx (Webdispatcher))
    Problem:
    Our Problem ist, we can not proceed the Integration Builder or the ESB, the Java Web Start works fine and open the Logon Screen Correctly -> but i fill the Logon Screen with my User name and Password and press Logon come the follwing Error:
    "Cannot connect to server using message server: ms://<hostname>.<domain>:8134/P4"
    In the Details from the Error Message:
    "<hostname>.<domain>:53404 Reason: com.sap.engine.services.rmi_p4.P4IOException:
    Cannot open connection to host: <IP-Adress of Central Instance> and Port: 53404"
    The Customer says, the Firewall is open with the IP Adresses and P4 Port but i dont think so...
    Can everybody help me, or have tips for me! I have checked a lot of OSS Messages (PI High Availabilty etc... its all correct on the System)
    Sorry for my bad English
    Best Regards,
    Markus

    Hi Markus,
    did you check if the browser is using a proxy? (In this case your scenario unfortunately won't work).
    P4-port should generally be routed via a proxy (described in the help.sap.com), but within the PI-Tools(JNLP) the proxy-usage is not implemented.  There is even a SAP-note that describes how to check the JavaWebStart-Proxyconfiguration, but this won't help either.
    If there is a proxy defined in the browser everything is working fine till you pass the logon-screen but even with the correct "javaws"-settings you won't be able to go on.
    (This problem is pretty bad if you do have developers and the SAP-servers seperated because of security issues. I'm hoping that this malfunction will be solved with upcoming patches.)
    Solution: Establish a connection without any proxy in between.
      E.g.: a terminal server in the same network
    It would be helpful to find more people with the same problem to force a fix from SAP for that.
    If anyone else is having problems with this, please add a comment to this thread.
    Best regards
    Christian

  • "problem connecting to server" when trying to access local disk

    Recently (perhaps since I upgraded to Yosemite), the first time I try access one of my two hard drives through Finder I get two pop-up windows with error "there was a problem connecting to server". When I dismiss the pop-ups, the Finder window appears OK. I then don't get these errors for some time and then I get them again - and always two errors.
    It seems the access request goes through NAS which fails ...
    "NetAuthSysAgent[11958]: ERROR: AFP_GetServerInfo - connect failed 62"
    and "NetAuthSysAgent[11958]: GetStatus: connecting to self not allowed"
    but then it gets actioned as a local access. Can anyone think of why NAS gets involved? And mainly how to get rid of it :^).
    There is nothing in login items that mounts either of the disks as a server. Is there a way to find out if a local disk is mounted as a server and who caused it?

    Many thanks, I am impressed by the process :^)
    Here's the result:
    Start time: 23:05:00 04/03/15
    Revision: 1310
    Model Identifier: iMac12,2
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 10:04
    UID: 501
    SerialATA
        Hitachi HDS723020BLA642                
    Bluetooth
        Apple Wireless Keyboard
        Apple Wireless Trackpad
    Energy (lifetime)
        kernel_task (UID 0): 7.72
    Energy (sampled)
        kernel_task (UID 0): 7.09
    Font issues: 60
    Nets
        en0 192.168.2
        en1 192.168.1
    Listeners
        AppleFileServer: afpovertcp
        kdc: kerberos
        launchd: afpovertcp
        launchd: microsoft-ds
    System caches/logs
        5.1 GiB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-03-08 rapportd crash x2
        2015-03-11 rapportd crash
        2015-03-12 garcon crash
        2015-03-12 rapportd crash
        2015-03-14 MPEG Streamclip hang x2
        2015-03-19 secd crash x4
        2015-03-20 rapportd crash
        2015-03-21 rapportd crash
        2015-04-02 rapportd crash
        2015-04-03 rapportd crash x4
    HID errors: 16
    Kernel log
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff8035f87a00
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff80372f3000
        Apr  3 11:33:33 vmnet8: failed to restore 1 suspended link-layer multicast membership(s) (err=102)
        Apr  3 11:33:33 vmnet: VMNetConnect: returning port 0xffffff80386a1200
        Apr  3 11:33:50 IOAudioStream[0xffffff8031dd3000]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.
        Apr  3 11:34:12 vmnet: netif-vmnet1: SIOCPROTODETACH failed: 16.
        Apr  3 11:34:12 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
        Apr  3 11:37:58 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 12:01:20 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 12:02:34 considerRebuildOfPrelinkedKernel com.apple.kext.OSvKernDSPLib triggered rebuild
        Apr  3 12:12:35 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 13:00:53 ** GPU Hardware VM is disabled (multispace: disabled, page table updates with DMA: disabled)
        Apr  3 13:05:54 vmnet: VMNetConnect: returning port 0xffffff80162d8e00
        Apr  3 13:05:54 vmnet: VMNetConnect: returning port 0xffffff80199de600
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff8022753a00
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff8019ca0000
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff80150d1a00
        Apr  3 13:05:55 vmnet: VMNetConnect: returning port 0xffffff80199c5e00
        Apr  3 13:06:06 vmnet: VMNetConnect: returning port 0xffffff801ad23600
        Apr  3 13:06:06 vmnet: VMNetConnect: returning port 0xffffff80162d8e00
        Apr  3 16:18:10 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff801cb013d8
        Apr  3 19:10:14 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff8015cd4000
        Apr  3 22:07:55 ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff80154a2000
        Apr  3 22:50:17 vmnet: netif-vmnet1: SIOCPROTODETACH failed: 16.
        Apr  3 22:50:17 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
    System log
        Apr  3 16:13:20 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 16:13:20 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 16:17:59 diskarbitrationd: mds [32]:21519 not responding.
        Apr  3 16:18:09 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 16:28:22 WindowServer: WSGetSurfaceInWindow : Invalid surface 474164185 for window 2896
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 17:17:35 Google Chrome Helper: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Apr  3 19:00:54 NetAuthSysAgent: TUAMHandler::SetUAMType setting UAMType to 13
        Apr  3 19:01:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:01:15 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:07:07 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 19:07:07 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 19:10:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:00:54 NetAuthSysAgent: TUAMHandler::SetUAMType setting UAMType to 13
        Apr  3 22:01:13 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:01:15 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:07:38 fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
        Apr  3 22:07:38 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:07:55 AppleFileServer: GetAttrListStandardVolumeInfo:  getattrlist failed with errno: 2!
        Apr  3 22:50:17 vmnet-dhcpd: select: Interrupted system call
        Apr  3 22:50:17 vmnet-dhcpd: exiting.
        Apr  3 22:50:17 vmnet-dhcpd: select: Interrupted system call
        Apr  3 22:50:17 vmnet-dhcpd: exiting.
    launchd log
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 12:01:27 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.deskconnect.mac.helper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = net.doo.dooLoginHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 12:12:40 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.188, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.deskconnect.mac.helper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = net.doo.dooLoginHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.evernote.EvernoteHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.freshsqueezedapps.memoryboosterlauncher, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = com.fiplab.MemoryCleanHelper, error = 119: Service is disabled
        Apr  3 13:00:58 com.apple.xpc.launchd.user.501.100005.Aqua: Could not import service from caller: caller = otherbsd.187, service = QA2G25RMZ4.com.wunderkinder.wunderlist-helper, error = 119: Service is disabled
        Apr  3 14:01:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 15:02:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 16:03:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 17:04:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 18:05:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 19:06:57 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 20:07:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 21:08:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
        Apr  3 22:09:56 com.citrixonline.GoToMeeting.G2MUpdate: Service could not initialize: 14C1514: xpcproxy + 14045 [1344][UUID]: 0x2
    Console log
        Apr  3 12:01:26 fontd: Failed to open read-only database, regenerating DB
    System services loaded
        com.adobe.fpsaud
        com.apple.AccountPolicyHelper
        com.apple.GSSCred
        com.apple.MobileFileIntegrity
        com.apple.awdd
        com.apple.coresymbolicationd
        com.apple.ctkd
        com.apple.icloud.findmydeviced
        com.apple.iconservices.iconservicesagent
        com.apple.ifdreader
        com.apple.nehelper
        com.apple.nsurlsessiond_privileged
        com.apple.nsurlstoraged
        com.apple.periodic-daily
        com.apple.sandboxd
        com.apple.secinitd
        com.apple.softwareupdated
        com.apple.systemadministration.writeconfig
        com.apple.tccd.system
        com.apple.wdhelper
        com.apple.xpc.smd
        com.barebones.authd
        com.barebones.textwrangler
        com.google.GoogleML
        - status: 1
        com.oracle.java.Helper-Tool
        com.timesoftware.timemachineeditor.backup-auto
        com.trusteer.rooks.rooksd
        org.macosforge.xquartz.privileged_startx
    System services disabled
        com.apple.mrt
    Login services loaded
        com.adobe.ARM.UUID
        com.apple.AirPlayUIAgent
        com.apple.CallHistoryPluginHelper
        com.apple.CallHistorySyncHelper
        com.apple.cloudd
        com.apple.coreservices.appleid.authentication
        com.apple.icloud.fmfd
        com.apple.mrt.uiagent
        com.apple.nsurlsessiond
        com.apple.recentsd
        com.apple.scopedbookmarksagent.xpc
        com.apple.soagent
        com.apple.spindump_agent
        com.apple.telephonyutilities.callservicesd
        com.citrixonline.GoToMeeting.G2MUpdate
        - status: 78
        com.divx.agent.postinstall
        com.f-secure.sync.BTCloud
        com.google.keystone.system.agent
        com.kodak.BonjourAgent
        com.kodak.KODAK AiO Annual Opt
        com.kodak.KODAK AiO Firmware Updater
        com.kodak.KODAK AiO Software Updater
        com.oracle.java.Java-Updater
        com.trusteer.rapport.rapportd
        - status: -11
        org.macosforge.xquartz.startx
    Login services disabled
        com.evernote.EvernoteHelper
    User services loaded
        com.apple.BKAgentService
        com.apple.DataDetectorsDynamicData
        com.apple.InputMethodKit.UserDictionary
        com.apple.MailServiceAgent
        com.apple.geod
        com.apple.imdpersistence.IMDPersistenceAgent
        com.apple.security.cloudkeychainproxy3
        com.apple.tonelibraryd
    User services disabled
        com.evernote.EvernoteHelper
    Startup items
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/I nfo.plist
        /Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/M acOS/BRESINKx86Monitoring
        /Library/StartupItems/BRESINKx86Monitoring/StartupParameters.plist
        /Library/StartupItems/CoreDuoTemp/CoreDuoTemp
        /Library/StartupItems/CoreDuoTemp/StartupParameters.plist
        /Library/StartupItems/MTU/MTU
        /Library/StartupItems/MTU/StartupParameters.plist
    User login items
        aLaunch
        - /Applications/aLaunch/aLaunch.app
        Alfred 2
        - /Applications/Alfred 2.app
        Meteorologist
        - /Applications/Utilities/meteo/Meteorologist.app
        AllBookmarks
        - /Applications/u-internet/AllBookmarks.app
        Yahoo! Widgets
        - /Applications/Yahoo! Widgets.app
        Dropbox
        - /Applications/Dropbox.app
    Safari extensions
        AdBlock
        - com.betafish.adblockforsafari
        Amazon Shopping Assistant
        - com.spigot.safari.amazonshopassist
        DivX Plus Web Player HTML5 <video>
        - com.divx.DivXHTML5
        Ebay Shopping Assistant
        - com.spigot.safari.ebayshopassist
        iTube Studio
        - com.wondershare.safari.itubestudio
        Omnibar
        - com.genieo.safari
        Searchme
        - com.spigot.safari.searchme
        Translate
        - com.sidetree.Translate
        Validator
        - be.grincheux.validator
        View Style Sheets
        - com.sonereker.vss
    Firefox extensions
        Status-4-Evar
        ImTranslator - Google Translator
        Test Pilot
        Ilana Segall
        Flash Video Downloader - YouTube HD Download [4K]
        LastPass Password Manager
        DownThemAll!
        Stefano Verna
    Widgets
        AccuWeather.com
        Time Machine Buddy
    iCloud errors
        bird 561
        cloudd 108
        comapple.InputMethodKit.UserDictionary 1
        Finder 1
    Continuity errors
        sharingd 9
    Restricted files: 346
    Lockfiles: 6
    High file counts
        Desktop: 66
    Accessibility
        Keyboard Zoom: On
    Contents of /Library/LaunchAgents/com.kodak.BonjourAgent.plist
        - mod date: Sep 21 07:39:00 2012
        - size (B): 528
        - checksum: 2625351456
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Kodak Version</key>
        <string>7.1.6.10</string>
        <key>Label</key>
        <string>com.kodak.BonjourAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Printers/Kodak/AiO_Printers/KodakAiOBonjourAgent.app/Contents/ MacOS/KodakAiOBonjourAgent</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Feb  6 16:00:20 2013
        - size (B): 104
        - checksum: 2306977922
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>3</integer>
        <key>Minute</key>
        <integer>8</integer>
        <key>Weekday</key>
        <integer>1</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.trusteer.rapport.rapportd.plist
        - mod date: Sep  5 10:14:40 2010
        - size (B): 549
        - checksum: 4018397927
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.trusteer.rapport.rapportd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Rapport/bin/rapportd</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Library/Rapport/bin</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Umask</key>
        <integer>18</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
        - mod date: Aug 11 22:52:54 2014
        - size (B): 721
        - checksum: 2451978492
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>org.macosforge.xquartz.startx</string>
        <key>ProgramArguments</key>
        <array>
        <string>/opt/X11/lib/X11/xinit/launchd_startx</string>
        <string>/opt/X11/bin/startx</string>
        <string>--</string>
        <string>/opt/X11/bin/Xquartz</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>org.macosforge.xquartz:0</key>
        <dict>
        <key>SecureSocketWithKey</key>
        <string>DISPLAY</string>
        </dict>
        </dict>
        <key>ServiceIPC</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
        ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.barebones.authd.plist
        - mod date: May 15 22:46:29 2012
        - size (B): 634
        - checksum: 1995816654
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.authd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.authd</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>com.barebones.authd.socket</key>
        <dict>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        <string>/var/tmp/com.barebones.authd.socket</string>
        </dict>
        </dict>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.barebones.textwrangler.plist
        - mod date: Mar 31 11:41:07 2012
        - size (B): 802
        - checksum: 2824893286
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.barebones.textwrangler</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.barebones.textwrangler</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
        ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.google.GoogleML.plist
        - mod date: Mar 10 17:19:30 2008
        - size (B): 684
        - checksum: 315725308
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.GoogleML</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Google/GoogleML/GoogleML.bundle/Contents/MacOS/googleml-modwat ch</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>UserName</key>
        <string>root</string>
        <key>WatchPaths</key>
        <array>
        <string>/Library/Google/GoogleML/Modules</string>
        <string>/Library/Google/GoogleML</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.timesoftware.timemachineeditor.backup-auto.plist
        - mod date: Oct 29 02:09:28 2013
        - size (B): 491
        - checksum: 39878998
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.timesoftware.timemachineeditor.backup-auto</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.timesoftware.timemachineeditor.helpe r</string>
        <string>--backup</string>
        </array>
        <key>StartInterval</key>
        <integer>10800</integer>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.trusteer.rooks.rooksd.plist
        - mod date: Oct 25 10:03:22 2010
        - size (B): 376
        - checksum: 1478412778
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.trusteer.rooks.rooksd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Rapport/bin/rooksd</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /private/etc/auto_master
        - mod date: Nov 28 19:07:15 2013
        - size (B): 195
        - checksum: 1600620026
        +auto_master # Use directory service
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/auto_master.backup
        - mod date: Nov 28 19:05:07 2013
        - size (B): 194
        - checksum: 3752790267
        +auto_master # Use directory service
        /net -hosts -nobrowse,hidefromfinder,nosuid
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/auto_master~orig
        - mod date: Sep 19 08:15:44 2014
        - size (B): 194
        - checksum: 3752790267
        +auto_master # Use directory service
        /net -hosts -nobrowse,hidefromfinder,nosuid
        /home auto_home -nobrowse,hidefromfinder
        /Network/Servers -fstab
        /- -static
    Contents of /private/etc/ssh_config
        - mod date: Nov 15 13:07:00 2013
        - size (B): 3957
        - checksum: 2841432291
         Host *
           SendEnv LANG LC_*
        Host *
            XAuthLocation /opt/X11/bin/xauth
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Apr  1 12:59:17 2010
        - size (B): 589
        - checksum: 2544798274
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader 8/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.apple.FolderActions.folders.plist
        - mod date: Feb 17 02:43:15 2015
        - size (B): 759
        - checksum: 354310561
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.apple.FolderActions.folders</string>
        <key>Program</key>
        <string>/usr/bin/osascript</string>
        <key>ProgramArguments</key>
        <array>
        <string>osascript</string>
        <string>-e</string>
        <string>tell application "Folder Actions Dispatcher" to tick</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-jpg</string>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-L</string>
        <string>/Volumes/Macintosh HD 2/Pictures/fa-R</string>
        <string>/Volumes/Macintosh HD 2/Pictures/ap-copy</string>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.divx.agent.postinstall.plist
        - mod date: Feb  4 12:10:23 2012
        - size (B): 695
        - checksum: 3163907459
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.divx.agent.postinstall</string>
        <key>LimitToSessionType</key>
        <string>Aqua</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/extensions-installer</stri ng>
        <string>install</string>
        <string>safari</string>
        <string>DivXHTML5</string>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/DivXHTML5.safariextz</stri ng>
        </array>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.f-secure.sync.BTCloud.plist
        - mod date: Oct 11 11:46:27 2013
        - size (B): 423
        - checksum: 1294862215
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.f-secure.sync.BTCloud</string>
                <key>RunAtLoad</key>
                <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/BT Cloud.app/Contents/MacOS/BT Cloud</string>
        </array>
        </dict>
        </plist>
    Bad plists
        Library/Preferences/com.macxtosh.SaveCircle1.2.plist
    Extensions
        /System/Library/Extensions/ElmediaPlayer.kext
        - com.eltima.ElmediaPlayer.kext
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/UsbEthernetGadget.kext
        - com.tomtom.driver.UsbEthernetGadget
        /System/Library/Extensions/speedit.kext
        - com.increw.kext.speedit
    Applications
        /Applications/ActiveState ActiveTcl/tclvfse.app
        - com.activestate.pkg.ActiveTcl.tclvfse
        /Applications/Adobe Reader 8/Adobe Reader.app
        - com.adobe.Reader
        /Applications/AllVideoDownloader.app
        - com.yourcompany.AllVideoDownloader
        /Applications/BBC iPlayer Desktop.app
        - BBCiPlayerDesktop.UUID.1
        /Applications/BT Home Hub/BT Broadband Life.app
        - com.bt.BTBroadbandLife
        /Applications/BT Home Hub/BT Yahoo! Online.app
        - com.bt.BTBroadband
        /Applications/BT Home Hub/HubManager.app
        - com.bt.HubManager
        /Applications/Buzan's iMindMap.app
        - com.Buzan Online.Buzan's iMindMap V3.Buzan's iMindMap
        /Applications/DVD Creator/DVD Creator.app
        - N/A
        /Applications/DeepVacuum.app
        - com.hexcat.deepvacuum
        /Applications/DivX Plus Player.app
        - com.divx.DivX_Plus_Player
        /Applications/FrostWire.app
        - N/A
        /Applications/GIMP.app
        - org.gimp.gimp
        /Applications/Google Desktop/Google Gadgets.app
        - com.google.GadgetToWidgetConvertor
        /Applications/Google Notifier.app
        - com.google.GmailNotifier
        /Applications/Google Updater Ghost.app
        - com.google.Updater
        /Applications/Guitar Pro/GuitarPro.app
        - com.arobas-music.GuitarPro
        /Applications/LimeWire.app
        - com.limegroup.gnutella
        /Applications/Mac CD DVD Label Maker.app
        - com.cristallight.cdlm
        /Applications/Mac PDF Password Remover.app
        - com.Doremisoft.Mac_PDF_Password_Remover
        /Applications/MkvMerge.app
        - org.matroska.mkvmerge
        /Applications/NeoOffice.app
        - org.neooffice.NeoOffice
        /Applications/Open XML Converter.app
        - com.microsoft.OfficeConverter
        /Applications/Paintbrush.app
        - com.soggywaffles.Paintbrush
        /Applications/PersonalBrain.app
        - com.install4j.1190-3857-8766-9166.5
        /Applications/Picasa Web Albums Uploader.app
        - com.google.macphotouploader
        /Applications/Python 3.4/IDLE.app
        - org.python.IDLE
        /Applications/Python 3.4/Python Launcher.app
        - org.python.PythonLauncher
        /Applications/SeaMonkey.app
        - org.mozilla.SeaMonkey
        /Applications/SiteSucker.app
        - us.sitesucker.mac.sitesucker
        /Applications/Sound Recorder Mac.app
        - de.monkeybreadsoftware.freeware.soundrecorder
        /Applications/StuffIt/StuffIt Expander.app
        - com.stuffit.Expander
        /Applications/Style Master 4.6.1 Demo/Style Master.app
        - N/A
        /Applications/TeamViewer 7/TeamViewer.app
        - com.teamviewer.TeamViewer
        /Applications/TeamViewer 7/Uninstall TeamViewer.app
        - com.teamviewer.Uninstall-TeamViewer
        /Applications/Utilities/APGrapher/AP Grapher.app
        - com.chimoosoft.apgrapher
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/Utilities/Adobe AIR Uninstaller.app
        - com.adobe.air.Installer
        /Applications/Utilities/Adobe Utilities.localized/Adobe Updater5/Adobe Updater.app
        - "com.Adobe.ESD.AdobeUpdaterApplication"
        /Applications/Utilities/Aluminum Keyboard Firmware Update.app
        - com.apple.keyboardupdater.89.1
        /Applications/Utilities/CSSEdit.app
        - com.macrabbit.CSSEdit
        /Applications/Utilities/ChronoSync.app
        - com.econtechnologies.chronosync
        /Applications/Utilities/CocoaJT.app
        - net.cocoanut.cocoajt
        /Applications/Utilities/Coda.app
        - com.panic.Coda
        /Applications/Utilities/FreeMind.app
        - freemind.main.FreeMind
        /Applications/Utilities/Kext Utility.app
        - ru.cvad.KextUtility
        /Applications/Utilities/Kext Wizard/Kext Wizard.app
        - janek202.Kext-Wizard
        /Applications/Utilities/RAGE SEKeyword.app
        - com.ragesw.sekeyword
        /Applications/Utilities/RAGE WebDesign/WebDesign.app
        - com.ragesw.webdesign
        /Applications/Utilities/Simple CSS.app
        - com.acreon.simplecss
        /Applications/Utilities/SymbolicLinker/SymbolicLinker.service
        - net.comcast.home.seiryu.SymbolicLinker
        /Applications/Utilities/Taco HTML Edit.app
        - com.tacosoftware.HTMLEdit
        /Applications/Utilities/Uninstall Rapport.app
        - N/A
        /Applications/Utilities/WakeOnLan/WakeOnLan.app
        - com.readpixel.wakeonlan
        /Applications/Utilities/WebArchive Extractor.app
        - com.robrohan.WebArchiveExtractor
        /Applications/Utilities/XQuartz.app
        - org.macosforge.xquartz.X11
        /Applications/Utilities/iStumbler.app
        - net.istumbler.release-99
        /Applications/Utilities/language/Asia Text Extras/Chinese Text Converter.app
        - com.apple.ChineseTextConverter
        /Applications/Utilities/language/Asia Text Extras/IM Plugin Converter.app
        - com.apple.IMPluginConverter
        /Applications/Utilities/language/Before You Know It/Before You Know It.app
        - com.transparentlanguage.BYKIViewer
        /Applications/Utilities/meteo/Meteorologist.app
        - com.heat.meteo
        /Applications/Utilities/music/Intervals.app
        - com.Matt.Intervals
        /Applications/Utilities/system/7z/7zX.app
        - com.sixtyfive.7zX
        /Applications/Utilities/system/AppDelete.app
        - com.apps4macs.AppDelete
        /Applications/Utilities/system/CLIX/CLIX-32/CLIX.app
        - com.rixstep.CLIX
        /Applications/Utilities/system/CLIX/CLIX-64/CLIX.app
        - com.rixstep.CLIX
        /Applications/Utilities/system/FormulatePro.app
        - info.adlr.formulatepro
        /Applications/Utilities/system/GeekTool/GeekTool Uninstaller.app
        - org.tynsoe.geektooluninstaller
        /Applications/Utilities/system/IceClean.app
        - com.MacDentro.IceClean
        /Applications/Utilities/system/KeePassX.app
        - com.apple.application-bundle
        /Applications/Utilities/system/LaunchBar.app
        - at.obdev.LaunchBar4
        /Applications/Utilities/system/Mac HelpMate.app
        - com.most.mhm
        /Applications/Utilities/system/MacDjView.app
        - org.andrew.zhezherun.macdjview
        /Applications/Utilities/system/MenuMeters/MenuMeters Installer.app
        - com.ragingmenace.MenuMetersInstaller
        /Applications/Utilities/system/Name Mangler.app
        - com.manytricks.Name Mangler
        /Applications/Utilities/system/Onyx/OnyX.app
        - com.titanium.OnyX
        /Applications/Utilities/system/Onyx/Uninstaller.app
        - com.titanium.Uninstaller
        /Applications/Utilities/system/PSRenamer/psrenamer.app
        - N/A
        /Applications/Utilities/system/PSTextMerge/pstextmerge.app
        - PSTextMerge
        /Applications/Utilities/system/Rapido/RapidoResizer.app
        - com.app4mac.RapidoResizer
        /Applications/Utilities/system/Rapido/RapidoSerial.app
        - com.app4mac.RapidoSerial
        /Applications/Utilities/system/Rapido/RapidoStart.app
        - com.app4mac.RapidoStart
        /Applications/Utilities/system/Rapido/RapidoWrite.app
        - com.app4mac.RapidoWrite3
        /Applications/Utilities/system/SMARTReporter/SMARTReporter.app
        - org.corecode.SMARTReporter
        /Applications/Utilities/system/SpotLook.app
        - ch.seriot.SpotLook
        /Applications/Utilities/system/The Unarchiver.app
        - cx.c3.theunarchiver
        /Applications/Utilities/system/Todos.app
        - com.opensoft.todos
        /Applications/Utilities/system/WhatsKeepingMe/Install Automator Workflow.app
        - N/A
        /Applications/Utilities/system/WhatsKeepingMe/What's Keeping Me?.app
        - com.HAMSoft.WhatsKeepingMe2
        /Applications/Utilities/system/iTLC.app
        - com.memention.itlc
        /Applications/Utilities/system/rar expander/Example Scripts/Replace RAR Archives with Expansion in Subfolders.app
        - N/A
        /Applications/Utilities/system/rar expander/Example Scripts/Replace RAR Archives with Expansion.app
        - N/A
        /Applications/Utilities/system/rar expander/RAR Expander.app
        - net.sourceforge.rarexpander
        /Applications/Utilities/system/uif2iso4mac.app
        - org.vafer.uif2iso4mac
        /Applications/Utilities/system/xMod.app
        - com.geekpeak.xMod
        /Applications/Utilities/z-misc/Audacity/Audacity.app
        - net.sourceforge.audacity
        /Applications/Utilities/z-misc/Stellarium/Stellarium.app
        - org.stellarium.Stellarium
        /Applications/Utilities/z-misc/iWisdom Folder/iWisdom.app
        - N/A
        /Applications/VMware Uninstall .app
        - com.vmware.fusion.uninstaller
        /Applications/Who Is Connected.app
        - com.littlemacapps.Who_Is_Connected
        /Applications/Wondershare PDF Editor Pro.app
        - com.wondershare.PDF_Editor_Pro
        /Applications/Xnntp.app
        - com.edvfz.XnFz
        /Applications/Yahoo! Widgets.app
        - com.yahoo.widgetengine
        /Applications/emlx to mbox Converter.app
        - N/A
        /Applications/iWork '08/Keynote.app
        - com.apple.iWork.Keynote
        /Applications/iWork '08/Numbers.app
        - com.apple.iWork.Numbers
        /Applications/iWork '08/Pages.app
        - com.apple.iWork.Pages
        /Applications/iWork '08/User Guides/Keynote User Guide.app
        - com.apple.KeynoteUserGuide
        /Applications/iWork '08/User Guides/Numbers User Guide.app
        - com.apple.NumbersUserGuide
        /Applications/iWork '08/User Guides/Pages User Guide.app
        - com.apple.PagesUserGuide
        /Applications/namebench.app
        - org.opensource.namebench
        /Applications/u-internet/A to G.app
        - com.bborofka.AtoG
        /Applications/u-internet/AbyssWebServer/Abyss Web Server.app
        - com.aprelium.AbyssWebServer
        /Applications/u-internet/AllBookmarks.app
        - com.agilewebsolutions.AllBookmarks
        /Applications/u-internet/Azureus.app
        - org.gudy.azureus2
        /Applications/u-internet/BitTyrant.app
        - org.gudy.azureus2bittyrant
        /Applications/u-internet/Charlotte/Charlotte.app
        - com.lifli.Charlotte
        /Applications/u-internet/Cyberduck/Cyberduck.app
        - ch.sudo.cyberduck
        /Applications/u-internet/FileZilla.app
        - de.filezilla
        /Applications/u-internet/IPNetTunerX folder/IPNetTunerX.app
        - com.sustworks.IPNetTunerX
        /Applications/u-internet/MAMP/MAMP.app
        - com.living-e.MAMP
        /Applications/u-internet/NetNewsWire.app
        - com.ranchero.NetNewsWire
        /Applications/u-internet/RAGE Domainer.app
        - com.ragesw.domainer
        /Applications/u-internet/vixy converter BETA.app
        - jp.co.sgra.vixy converter BETA
        /Applications/u-video/DVDManager.app
        - com.fennelsoftware.DVDManager
        /Applications/u-video/Dvd Hunter.app
        - org.JAres.Dvd Hunter
        /Applications/u-video/TubeTV/TubeTV.app
        - com.chimoosoft.TubeTV
        /Applications/u-video/TubeTV/iSkysoft iTube Studio.app
        - com.iSkysoft.iTube Studio
        /Applications/u-video/converters/FilmRedux.app
        - com.madhattersoft.filmredux
        /Applications/u-video/converters/Handbrake/HandBrake.app
        - fr.handbrake.HandBrake
        /Applications/u-video/converters/MacTheRipper.app
        - com.mtr3
        /Applications/u-video/converters/RipIt.app
        - com.thelittleappfactory.RipIt
        /Applications/u-video/converters/ffmpegX/ffmpegX.app
        - com.mac.homepage.major4.ffmpegX
        /Applications/u-video/converters/xACT/xACT.app
        - net.epix.crush.xact
        /Applications/u-video/iVideoWarehouse.app
        - com.OutTheDoorSoftware.iVideoWarehouse
        /Applications/u-video/macam.app
        - net.sourceforge.webcam-osx.application
        /Applications/u-video/players/Cellulo/Cellulo.app
        - fr.atvaark.cellulo
        /Applications/u-video/players/DivX Player.app
        - com.divx.DivX_Player
        /Applications/u-video/xVideoServiceThief.app
        - com.Xesc&Technology.xVideoServiceThief
        /Applications/uTorrent.app
        - com.bittorrent.uTorrent
        /Library/Application Support/ChronoSync/ChronoAgentLocal.app
        - com.econtechnologies.ChronoAgentLocal
        /Library/Application Support/ChronoSync/ChronoSyncBackgrounder.app
        - com.econtechnologies.backgrounder.chronosync
        /Library/Application Support/Microsoft/HV1.0/Microsoft Help Viewer.app
        - com.microsoft.helpviewer
        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate2
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Charts.app
        - com.microsoft.openxml.chartconverter.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Library/Application Support/Microsoft/Office Converter Support/Open XML for Word.app
        - com.microsoft.openxml.word.app
        /Library/Application Support/Microsoft/Office Converter Support/pptfc.app
        - com.microsoft.openxml.powerpoint.app
        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        - com.microsoft.silverlight.sllauncher
        /Library/Application Support/iWork '08/iWork Tour.app
        - com.apple.iWorkTour
        /Library/Documentation/HL1650_1670N/Brother Solutions Center
        - N/A
        /Library/Documentation/HL1650_1670N/Maintenance Tuto

  • When my screensaver starts, it gives me an error there was a problem connecting to server

    It seems like I'm having a problem with iPhoto. Whenever my screensaver comes on, it just sits on "Loading Photos" and then when I move the cursor to get out of the screensaver, I get a warning saying "There was a problem connecting to server XXX"
    I don't know why it's trying to connect to this server. I have googled and searched and tried everything that everyone has said (renaming/deleting plists, removing all login items, clearing iPhoto and trying to start over...) but nothing has helped.
    This error also comes up pretty consistantly when iPhoto is open.
    I'm not really sure what else to check. I can't find any trace of the remote server, so I'm not sure why this is coming up.
    I'm running Mountain Lion and whatever the latest version of iPhoto is.
    Any thoughts?

    I was able to get it. Apparently there was some old photo in my iPhoto library that was being mapped out to the server that it kept trying to connect to.
    Which should have been relatively easy to detect, except the way that iPhoto is setup, there was no real way to find the source for each photo.
    What I was able to do to was, under photos, CMD-A to select all photos and then try and move them to an album. It popped up with a notice saying that it wasn't able to find XXXXX.jpg and I had the option to cancel or find the photo. So I renamed another photo on my desktop to XXXXX.jpg, and when the error came up, I selected Find and then used the copy on my desktop to replace it.
    After I did that, it let me add all of the photos to an album and I was able to launch the screensaver successfully.
    A pretty big pain in the but that would have been easier to resolve if the UI of iPhoto was a little more detailed or customizable. But oh well it worked for me.
    Hopefully this helps.

  • Cannot connect to server using message server: ms://xiidhasoft:50004/P4

    Hi SAP Guru's
    When PISUPER or any any of the enduser is trying to login in the Integration Builder , they are getting error
    Cannot connect to server using message server: ms://xiidhasoft:50004/P4
    I have tryed to search in SDN and got below solution but no success
    1. Exchange Profile of PI - http://host:port/exchangeProfile
    2. Check with the rmi port number.
    3. if rmi port number is empty or any number is present ( check with Tr code: SMICM - services - check for p4 port number - it will be ex: 5<nr>04)
    4. fill the rmi port number as present in the P4.
    OR
    implement note 864268
    I have Netweaver PI 7.1 .
    Please suggest some alternative solution.
    Thanks & Regards
    Vinay Patel

    You may check your local PC Java Network Setting.
    Troubleshooting:
    Probably Javau2122 WebStart does not detect the correct Proxy Settings. In this case please proceed as follows:
    To change the Proxy Settings for Javau2122 Web Start:
    1. Click Start --> Run  and enter javaws. Press button OK.
    2. Control Panel -> Programs ->Java -> Network Settings...
    3. Select Direct Connection to switch off the proxy settings and press button OK.
    If this still does not work, select Use proxy server to set manually the HTTP Proxy and Port.
    Contact your network administrator for the correct settings.

  • Writing to a server using a servlet

    does anyone know how to write a file (i.e. txt, htm, etc...) to a server using a servlet.
    i'm using tomcat 4.0.1 and an IIS
    i've been trying to figure out how to do this for a few days now and have not been able to figure it out.
    can anyone show me how?
    thanks
    Andy

    i got the above code working, but now when i try to pass a vector into the mix i'm not having any luck.
    i haven't even been able to get a POST message to appear.
    i think there is something wrong with my client-side code....
    /*******applet********/
    public void sendVector(Vector sendingVector)
    URL baseURL = getCodeBase();
    String protocol = baseURL.getProtocol();
    String host = baseURL.getHost();
    int port = 808;
    try
    String urlSuffix = "/servlet/contactlist.WriteToServlet";
    URL servletURL = new URL(protocol, host, port, urlSuffix);
    URLConnection conn = servletURL.openConnection();
    // inform the connection that we will send output and accept input
    conn.setDoInput(true);
    conn.setDoOutput(true);
    // Don't use a cached version of URL connection.
    conn.setUseCaches (false);
    conn.setDefaultUseCaches (false);
    // Specify the content type that we will send binary data
    conn.setRequestProperty ("Content-Type", "application/octet-stream");
    // send the student object to the servlet using serialization
    ObjectOutputStream outputToServlet = new ObjectOutputStream(conn.getOutputStream());
    // serialize the object
    outputToServlet.writeObject( sendingVector );
    outputToServlet.flush();
    outputToServlet.close();
    } catch (IOException io) { io.printStackTrace(); }
    } // end sendVector
    /*********servlet*************/
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    try
    // get an input stream from the applet
    ObjectInputStream inputFromApplet = new ObjectInputStream(request.getInputStream());
    // read the serialized student data from applet
    Vector passInfo = (Vector)inputFromApplet.readObject();
    inputFromApplet.close();
    for(int i =0; i < passInfo.size(); i++) System.out.println(passInfo.get(i));
    // make this so that the vector filename has no spaces
    FileWriter writer = new FileWriter("G:\\Intranet\\wwwroot\\Contact\\contactlist\\Departments\\" + getFileTitle(passInfo.get(1).toString()) + ".htm");
    // prints information to the file
    int a;
    for(a = 0; a < (passInfo.size()-1); a++)
    { writer.write(passInfo.get(a) + "\n");
    writer.write(passInfo.get(a).toString());
    writer.flush();
    writer.close();
    catch(Exception e) { e.printStackTrace(); }
    public void doPut(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    doGet(request, response);
    } // end doPut

  • Ignore "There was a problem connecting to server" message in Time Machine

    I use Time Machine via a Hard Drive connected to an AirPort Extreme.  It works great when I'm at home, it obviously doesn't back up when I'm not at home.  My problem is when I'm not at home I keep getting prompts stating "There was a problem connecting to server XXX".  It's incredibly annoying.  Is there a way I can force these prompts to not come up?  I know I'm not connected and don't need prompted.
    How can I make this go away? 
    Thanks for the help!

    Well as long as it's turned on, it will look for the drive to backup to every hour. I don't see any other way around it.
    Other option would be to use an add on program that you can schedule TM with. TimeMachine Editor or TimeMachine Scheduler.
    Al least with these you can schedule backups when you are home. I haven't used either, but I'm sure they will work for you.

  • Sample code to connect LDAP server using jndi

    Hi,
    can any one help me with sample code to connect LDAP server using jndi,
    like i want to make use of Ldap server for serching Active directoty.
    Thanks in advance,
    Regards
    Muthu

    You can set ldap_auth=none for anonymous user.
    User/password is mandatory otherwise. Please refer to http://docs.oracle.com/cd/E21764_01/integrate.1111/e12644/appendix_ldap_driver.htm#CHDHCABH
    Thansk,

  • HT4623 problem connecting to server during update??

    I have completed the installation of IOS 6 and when i enter my info through set up it tells my there was a problem connecting to the server. I have internet connection so i can't figure out what the problem is. I entered my password and when it asks for my email it tells me there is a problem connecting to server? Soo confused on how to get past this.

    Disable all security software on the computer then try again.

  • How to Connect to Server using Server Admin

    I am trying to connect to Server using Server Admin so I can setup a wiki.
    I enter my hostname, username and password and I get the error unable to connect to server, any ideas what is going wrong?
    I can ping the server name and that works. Is there something else I have to do to get the server running
    Thanks in advance

    Any firewalls/routers "in the way"?
    Is this over Internet?

  • Help !! I can't connect to server using connection manager

    Hello :
    i hava three machine,i use connection manager on Oracle 8.1.7
    i can't connect to server using connection manager
    1.lsnrctl start (Server)
    2.svmrgrl (Server)
    start (Server)
    3.cmctl start (Middle tier)
    4.sqlplus scott/tiger@test (client)
    ORA-12564
    Please help my!
    ---- CLIENT (sqlnet.ora)
    USE_CMAN = TRUE
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    ---- CLIENT (tnsname.ora)
    (DESCRIPTION =
    (SOURCE_ROUTE = YES)
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-middler)(PORT = 1610))
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-db)(PORT = 1521))
    (CONNECT_DATA =
    (SID = bigbear)
    ---- MIDDLE TIER(cman.ora)
    CMAN = (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = orcl-middler)
    (PORT = 1610)
    ---- SERVER (listener.ora)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-db)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/8.1.7)
    (SID_NAME = bigbear)
    ---- SERVER (init.ora)
    MTS_DISPATCHERS = "(PROTOCOL = TCP)(DISPATCHERS=10)(MULTIPLE=ON)"
    MTS_MAX_DISPATCHERS=20
    MTS_MAX_SERVERS = 30
    MTS_SERVERS = 10
    MTS_SERVICE = bigbear
    db_name = "bigbear"
    db_domain = intumit.com
    instance_name = bigbear
    service_names = bigbear.intumit.com

    midder tier must config hosts
    because dispatcher have listener information
    midder tier must know ipaddress
    Ex. on midder tier
    /etc/hosts
    192.168.10.1 orcl-middler
    from client to server it's ok

  • Connecting SQL server using JavaScript

    I found an article on connecting SQL server using JavaScript. http://www.devarticles.com/c/a/JavaScript/Combining-North-Pole-with-South-Pole-JavaScript-with-SQL-Server-2000/
    Do you people think it's possible? i try out the code already but something wrong with it. I just copy and paste it to a html file but it comes out with error. Do I miss out something? Thanks.
    SY Tee

    Check the permissions and server authentication from the below link,
    http://technet.microsoft.com/en-us/library/ms179354(v=sql.90).aspx
    Regards, RSingh

  • I was wondering if there's a way to connect to my work server from my home iMac i7. I can't seem to get Share Screen to work. I have tried connecting to server using the vnc but doesn't work.

    I was wondering if there's a way to connect to my work server from my home iMac i7. I can't seem to get Share Screen to work. I have tried connecting to server using the vnc but doesn't work.

    The easiest way would be to use Back to My Mac, but that will only work if the server is a Mac running OS X 10.7 or later and you have the cooperation of the network administrator.
    OS X: Using and troubleshooting Back to My Mac with your iCloud account

  • Hi i am having problems connecting to internet using ethernet,in the network diagnostics i get all green,except network settings which is orange.i am running mountain lion on intel imac

    hi i am having problems connecting to internet using ethernet,in the network diagnostics i get all green,except network settings which is orange.i am running mountain lion on intel imac

    hi have done as you said plug ethernet straight into computer and into back of router,and worked straight off,i had the the powerline on extention when imac was up stairs,when i had computer down stairs it still would not work with powerlines even on main wall sockets,so they are getting binned,looks like i will have to move router upstairs,just wondering if i got extention wire from back of openreach box to router upstairs```,would it be ok,,the openreach box is next to my only phone socket in house,which is in back kitchen..any advice would be great,

Maybe you are looking for

  • Storage device for mac AND pc

    Hi, last night I dropped my nano and the screen is fairly broken - lots of cracks and no picture at all (although the light comes on). Not really too bothered - it was only 1gb, got it free with my computer, and the click wheel was being tricksy, so

  • Agent in Loop step

    Hi all,     I have a workflow with a Loop. In the loop there is only one activity. The first time my workflow run into the loop, there are several agents receive the work item. I choose USER1 to execute the workitem and keep the condition to let the

  • Installing korean language in nokia 5800 which is ...

    hi all, my phone is purchased in singapore and doesn't support writing korean text. Is there anyway I can install the korean language in my phone? I can't even read the korean dictionary because the language is not supported. Solved! Go to Solution.

  • Updating to ios 4.0 with 3G--error message, Pls help!!

    I have downloaded the recent version of Itunes and every time I go to update the new 4 software, it starts to download and after about a minute, I get this message; There was a problem downloading the software for the Iphone "my phone" The network co

  • How to generate action through Keyboard

    Hi, I have a JFormattedTextField. When it gets the focus all the data in it to be selected. I have used selectAll () and select (), but no use. As we know if use keyboard SHIFT+END will select all the data in text field. How to do the same when text