Interface problem!! PLZZZZ help!

Hi,
dis problem is probably gna make me look really stupid but i jus cnt seem to work it out. Basically, im tryin to implement my system to use rmi. I wrote my rmi interface class, and compiled it. No problem. Then i wrote my rmi server class which implements the interface. But when i try to compile the server, i get an error sayin "cannot resolve symbol" which is refering to my interface. Im totally clueless as to why this is happening. PLZZZZZZZ could some1 gimme some input.
The interface is called GamesDB.java. The server class is GamesDBImpl.java. The error occurs on this line in my server class:
public class GamesDBImpl extends UnicastRemoteObject implements GamesDB
sayin that it cannot resolve the symbol GamesDB. Please help!! Thanks in advance!!

Isn't there an issue (or more correctly something
fixed) in the new 1.4 that means classes in the same
package are no longer found without explicitly
importing them?
Barring that, is the interface in another package, in
which case it definitely needs to be imported?
Does your interface extend Remote?
Is your classpath set up correctly?
Just some quick thoughts.Have never used 1.4 yet but if apparently that seems to be the only problem. Try using import statement.

Similar Messages

  • Firewire and audio interface problem, please help

    Hi all
    I'm not being lazy, i've spent hours trawling through forums and google trying to find a fix but cant so hope someone here can help.
    Basically, I've been using my Macbook for Logic Studio with an audio interface (Motu 8pre). This was connected via firewire 400 to firewire 400 and worked absolutely fine no problems.
    I've recently got a Mac Pro. I've installed Logic onto it, my Motu 8pre driver etc etc and noticed that the firewire socket on the Mac Pro is different. I've been on the Motu website and quite clearly they say that a firewire 400 to firewire 800 cable will work fine with modern macs (this can be seen in more detail at bottom right of this web page http://www.motu.com/products/motuaudio/8pre
    I've bought one of these cables and plugged them into my interface and Mac Pro respectively, switched on the device as i have been doing for the past year with my Macbook, but the MacPro just wont seem to recognise it.
    How can I get this interface to work with my Mac Pro?
    I've tried connecting to different ports on back and front, restarting machine but it just wont work.
    Am I missing something simple here?
    Can anyone help?
    Thanks in advance
    Adam

    Ok its official I AM a muppet.
    Went onto motu site again and noticed they released an update driver for snow leopard. Downloaded it and it works fine.
    Fixed.
    Thanks

  • My ac adapter problem (plzzzz help)

    I use my ibook g4 all the time for college work and for general use.
    Just recently I tripped on the ac adapter cable it came right out and then the ibook itself fell to the floor (from my bed) and landed on the dc side.
    it didnt look that bad until I looked and the "male" part of the ac adapter and it has split slightly, i did the best i can to make the rim of the adapter circular again but everytime I put the adapter inside my ibook it does nothing but the green light and doesn't charge...
    I think the tip of the "male" part of the adapter went inside the dc (female) part of my ibook but im not sure..
    I just really need to know what I will have to do to get my ibook working again because now it wont charge and it has all my work on it so please please help me out anyway you can any help will be much appreciated, thanks.
    ibook   Mac OS X (10.4.3)  

    Hi Yeah,
    Welcome to Apple Discussions
    I usually focus on new topics in Using iBook G4 and not the others. I miss the recent posts box because then I could answer from all categories. Anyways you need to be careful with the DC-in board "female" plug. The same thing happened to my G3 iBook, which was a real bummer. What can happen is the DC-in board's plug can shift inside of the case. Eventually it may malfunction because of the shifting, which means you can't power your computer anymore. The thing to watch out for is with the new adapter's "male" plug doesn't start to split like the last one. This means that you have to probably/eventually replace the DC-in Board. If you can't charge your iBook, bring it to an Apple Store and have a Mac genius take a look. What they told me was that they wanted to replace the whole logic board instead of the DC-in Board ($750+). I guessed it would end up like that so I replaced it myself. Here is a guide on how to do it, just incase all else fails. Also at PBFixit.com you can get parts for you iBook. The DC-in Board is pretty cheap.
    I hope that helps,
    Jon
    PS For future reference, you can get a power adapter Here

  • Deployment problem plzzzz help

    hi guys ,when i try to deploy my web app on sun creator i got this error "Application is already deployed on other targets plz use create application ref command to create ref to the specified target" what does this mean and how can i use ref command ,also i tried to restart the server and check if it was deployed and when i try to open the prj i got this "A "com.sun.enterprise.tools.guiframework.exception.FrameworkException" was caught. The message from the exception: "Unabled to handle pre-compiled JSP '/jsp/webApplicationsEdit.jsp'. Expected pre-compiled classname: 'org.apache.jsp.jsp.webApplicationsEdit_jsp'."
    The root cause is "com.sun.enterprise.admin.common.exception.MBeanConfigException: Component not registered"
    what does this mean and where does the error come from plz guys tell me what to do,
    thx

    Hi,
    You might have exit the ide without closing the project. If you had run the application before successfully, it may be a run time problem. You can delete .Creator in user folder and rebuild project and run it. If it does not load properly check further errors if any.
    dr.am mohan rao

  • Server error problems plzzzz help

    hi guys i was workin fine and deploying my proj and when i close sun enterprise and open it again to do another prj i got this erroro when running the prj said that
    Unknown master password(use asadmin change-master password command with sermaster password=true) )
    -port conflicts(possible port number could be possibly used by the os
    -corrupted deployed applications [reventing the server to start)
    at the same time when i open the log file i don`t understand the error as am new beginner so plz tell me what to do when i open this file and how to get it fixed
    thx guys                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Can you post the portions of the server log that relate to this error (which may have some stacktraces useful for diagnosing).
    One thing you may want to try is to run the ide with a fresh userdir:
    http://blogs.sun.com/karthikr/entry/jse_directories
    Based on the error messages, it looks like there is a port conflict. You can try changing the server port via runtime-tab | select server | right-click and select properties.

  • Class or interface problem..help needed PLZ.

    Here is my code..but i am constantly getting error message. :(
    public class VesselClass
         private double xCoord;
         private double yCoord;
         private double velocity;
         private double bearing;
    public vessel(double xCoord, double yCoord, double velocity, double bearing)
    this.setXCoord (xCoord);
    this.setYCoord (yCoord);
    this.setvelocity (velocity);
    this.setbearing (bearing);
    public double getXCoord();
    public boolean setXCoord(double x);
    if( x <= -1000.0 && x >= 1000.0)
         xCoord = true;
    else
              xCoord = false;
    return xCoord;
    public double getYCoord();
    public boolean setYCoord(double y);
         if (x <= -1000.0 && x >= 1000.0)
              yCoord = true;
         else
              yCoord = false;
         return yCoord;
    public double getVelocity();
    public boolean setVelocity(double v);
         if (v <= 0.0 && v >= 600.0)
              velocity = true;
         else
              velocity = false;
         return velocity;
    public double getBearing();                                                                           
    public boolean setBearing(double b)
         if (b <= 0.0 && b >= 360.0 )
              bearing = true;
         else
              bearing = false;
         return bearing;
    public String toString()
    return "( X-Coordinate = " + xCoord +" Y-Coordinate = " + yCoord + "V-Velocity = " + velocity +" B-Bearing = " + bearing +" )";
    public void display()
    System.out.println("(" + this.xCoord + "," + this.yCoord + "," + this.velocity + "," + this.bearing ")");
    Here is my method main()
    public class MyVessel
    public static void main(String[] arg)
    VesselClass vessel007 = new VesselClass(300.0, 500.0, 100.0, 250.0);
    System.out.println(vessel007.toString());
    Thanks a lot buddies.

    Okay. And did that message refer to a particular line
    of code, and you forgot to mention that piece of
    information? Somewhere before that line of code you
    have an extra closing brace (the "}" character). Get
    rid of that.It's far worse than that.
    Hopefully your code is indented, which would make it
    much easier to find extra braces. The stuff you
    posted wasn't.Normally I don't bother compiling code like this to see what's wrong, but IntelliJ made it easy to do.
    Your code could win a "worst code" contest. There are so many things wrong with what you wrote that it's a crying shame.
    Please go read a book on how to write Java. Your code is an example of how not to.
    Here's your code cleaned up so it compiles. It's still a bloody mess, but I have my own stuff to work on:
    package cruft;
    public class VesselClass
        private double xCoord;
        private double yCoord;
        private double velocity;
        private double bearing;
        public static void main(String[] arg)
            VesselClass vessel007 = new VesselClass(300.0, 500.0, 100.0, 250.0);
            System.out.println(vessel007.toString());
        public VesselClass(double xCoord, double yCoord, double velocity, double bearing)
            this.setXCoord(xCoord);
            this.setYCoord(yCoord);
            this.setVelocity(velocity);
            this.setBearing(bearing);
        public double getXCoord()
            return xCoord;
        public boolean setXCoord(double x)
            boolean thisClassIsCrap = true;
            return thisClassIsCrap;
        public double getYCoord()
            return yCoord;
        public boolean setYCoord(double y)
            if (y <= -1000.0 && y >= 1000.0)
                return true;
            else
                return false;
        public double getVelocity()
            return velocity;
        public boolean setVelocity(double v)
            if (v <= 0.0 && v >= 600.0)
                return true;
            else
                return false;
        public double getBearing()
            return bearing;
        public boolean setBearing(double b)
            if (b <= 0.0 && b >= 360.0)
                return true;
            else
                return false;
        public String toString
            return "( X-Coordinate = " + xCoord + " Y-Coordinate = " + yCoord + "V-Velocity = " + velocity + " B-Bearing = " + bearing + " )";
        public void display()
            System.out.println("(" + this.xCoord + "," + this.yCoord + "," + this.velocity + "," + this.bearing + ")");
    }%

  • HT2573 I am using macbook pro with update of 10.7.5...I am not able to authorize my digital signature. It is showing crypto service provider is missing. I am in a big problem. plzzz help me out....thanx

    I am using a mac book pro version 10.7.5..I am not able to authorize my digital signature.It is showing crypto service provider is missing. I am in a big problem . plzzzz help me out. Thanks

    You have 10.6 on that machine, I suggest you stick with it for performance, third party hardware and software reasons as long as possible.
    Consider 10.8 (not 10.7) when it's released, because 10.7 and 10.8 will require a new investment in software and newer third party hardware as it requires newer drivers the old machines won't have. (forced upgrade because of software, really nice of them)
    http://roaringapps.com/apps:table
    Far as your Safari problem do these things until it's resolved:
    1: Software Update fully under the Apple menu.
    2: Check the status of your plug-ins and update (works for all browsers) also install Firefox and see if your problems continue. You should always have at least two browsers on the machine just in case one fails.
    https://www.mozilla.org/en-US/plugincheck/
    Flash install instructions/problem resolution here if you need it.
    How to install Flash, fix problems
    3: Install Safari again from Apple's web site
    https://www.apple.com/safari/
    4: Run through this list of fixes, stopping with #16 and report back before doing #17
    Step by Step to fix your Mac

  • N86 problem....PLZZZZ HELP!!!!

    i have bought this new nokia n86 8mp in jan and have been dealing with problems since then....first of all the colours of the phone crashed and the screen was replaced in 15 days from the date of purchase.,,,,then the colours again crashed and the phone was being replaced just a few days ago.......
    One thing more i want to know how i could change the phone settings as the phone keeps on using the gprs.....i have to manually disconnect the access point from the active connections...
    somebody plzzzz help me to get rid of this problem

    go to settings..>connection..>destinations..>options..>default connection..>Always Ask........when the connection is required then the phone asks for a permission and a message will appear so you will have to choose the right connection
    Nokia 5730XM,200.12.87
    If my post helped you in anyway,Please click on the (Kudos!) Star, THANK YOU!!

  • Problem Please help me.....Let me know the area to look for it I am a DBA..

    Problem Please help me.....Let me know the area to look for it I am a DBA..Thanks in advance to let me know the cause and the area to look and fix it...
    Server Error in '/' Application.
    Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.Services.Protocols.SoapException: Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [SoapException: Problem with SAP/BAPI.
    SAP.Connector.RfcCommunicationException: Connect to message server failed
    Connect_PM  MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       service 'sapmsPRD' unknown
    TIME        Wed May 04 08:59:06 2005
    RELEASE     620
    COMPONENT   NI (network interface)
    VERSION     36
    RC          -3
    MODULE      ninti.c
    LINE        428
    DETAIL      NiPServToNo
    SYSTEM CALL getservbyname
    COUNTER     1
       at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode)
       at SAP.Connector.SAPConnection.Open()
       at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn)
       at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn)
       at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type)
       at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)]
       System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1503
       System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
       SoftwareKeyUI.InstalledBaseDataWS.InstalledBaseData.LoadKPIRegionMulti(DataSet products)
       SoftwareKeyUI.InstalledBaseDataAccess.LoadKPIRegionMulti(DataSet products)
       SoftwareKeyUI.InstalledBase.GetRegionDetails(Int32 userId, String product, String regionType)
       SoftwareKeyUI.FilteredAccess.GetRegionDetails(Int32 userId, String product, String regionType)
       SoftwareKeyUI.search.LoadRegionDetails()
       SoftwareKeyUI.search.regionType_SelectedIndexChanged(Object sender, EventArgs e)
       System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(EventArgs e) +108
       System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() +26
       System.Web.UI.Page.RaiseChangedEvents() +115
       System.Web.UI.Page.ProcessRequestMain() +1099

    The error is a very basic one - the sapmsPRD service is not known. You will have to go to <NT_ROOT>\system32\drivers\etc and add the entry sapmsPRD 3600 to this file.
    This is basically telling the requester at what port to look for the message server.
    C

  • Problem Please help me.....Let me know the area to look for it

    Problem Please help me.....Let me know the area to look for it I am a DBA..Thanks in advance to let me know the cause and the area to look and fix it...
    Server Error in '/' Application.
    Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.Services.Protocols.SoapException: Problem with SAP/BAPI. SAP.Connector.RfcCommunicationException: Connect to message server failed Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD LOCATION CPIC (TCP/IP) on local host ERROR service 'sapmsPRD' unknown TIME Wed May 04 08:59:06 2005 RELEASE 620 COMPONENT NI (network interface) VERSION 36 RC -3 MODULE ninti.c LINE 428 DETAIL NiPServToNo SYSTEM CALL getservbyname COUNTER 1 at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode) at SAP.Connector.SAPConnection.Open() at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn) at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn) at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type) at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [SoapException: Problem with SAP/BAPI.
    SAP.Connector.RfcCommunicationException: Connect to message server failed
    Connect_PM MSHOST=prddb01.lamrc.com, R3NAME=PRD, GROUP=Prod HR PRD
    LOCATION CPIC (TCP/IP) on local host
    ERROR service 'sapmsPRD' unknown
    TIME Wed May 04 08:59:06 2005
    RELEASE 620
    COMPONENT NI (network interface)
    VERSION 36
    RC -3
    MODULE ninti.c
    LINE 428
    DETAIL NiPServToNo
    SYSTEM CALL getservbyname
    COUNTER 1
    at SAP.Connector.SAPConnection.ThrowRfcException(RFC_ERROR_INFO_EX rfcerrInfo, Encoding encoding, String languangeCode)
    at SAP.Connector.SAPConnection.Open()
    at SAP.Connector.SAPClient.RfcInvoke(String method, Object[] methodParamsIn)
    at SAP.Connector.SAPClient.SAPInvoke(String method, Object[] methodParamsIn)
    at SoftwareKeySAPG.SAPProxy1.Z_Bapi_Load_Kpi_Region(ZSOFT_KPI_REGIONS_MTable&amp; Kpi_Regions, ZSOFT_PROD_TYPETable&amp; Prod_Type)
    at SoftwareKeySAPG.SAPGSK.LoadKPIRegion(DataSet dsProduct)]
    System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1503
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
    SoftwareKeyUI.InstalledBaseDataWS.InstalledBaseData.LoadKPIRegionMulti(DataSet products)
    SoftwareKeyUI.InstalledBaseDataAccess.LoadKPIRegionMulti(DataSet products)
    SoftwareKeyUI.InstalledBase.GetRegionDetails(Int32 userId, String product, String regionType)
    SoftwareKeyUI.FilteredAccess.GetRegionDetails(Int32 userId, String product, String regionType)
    SoftwareKeyUI.search.LoadRegionDetails()
    SoftwareKeyUI.search.regionType_SelectedIndexChanged(Object sender, EventArgs e)
    System.Web.UI.WebControls.ListControl.OnSelectedIndexChanged(EventArgs e) +108
    System.Web.UI.WebControls.DropDownList.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() +26
    System.Web.UI.Page.RaiseChangedEvents() +115
    System.Web.UI.Page.ProcessRequestMain() +1099

    Hi
    You should make a mapping for the service sapmsPRD in your /etc/services file (On Windows: C:WINDOWSSYSTEM32DRIVERSETCservices). If your instance number is 00 you will have to add the following entry:
    sapmsPRD      3600/tcp
    Good luck!
    René van Es

  • Interface Problems in Yosemite

    Problem shows up when using software other than the native OS X apps.
    If I attempt to close a window behind the app that has focus by clicking the red x part of the semaphore buttons (top left on every window) it will not work unless I change focus to that app by clicking the bar at the top.
    As an example if I'm using Byword to view a document while composing an email in Airmail once I finished and move on to viewing, say a receipt, in Airmail and want to make a copy of that receipt and place it on the desktop. I'm done with Byword and it is covering the desktop so why not close it and get it out of the way. I move the mouse pointer over the red X part of the semaphore buttons and click, nothing happens. I have to bring Byword into focus by clicking the title bar, then click the red x to finally close the window. If the app below Airmail happened to be Safari the red X works properly.
    On my Mac Mini using Yosemite this works properly for all apps.
    This is only a slight problem but I have been having the odd quirky interface problems for the past while and I'm worried that something has gone south and these may end up adding together to make a very large problem.  Initially I had problems with PopClip which seemed to be screwing around with the interface buttons in Rapidweaver 6. I removed the app to clear that problem using AppDelete.
    While trying to diagnose this problem I have removed all the auto login apps that I can and rebooted several times to no avail.
    Any help would be greatly appreciated!
    EtreCheck version: 2.1.8 (121) log:
    EtreCheck version: 2.1.8 (121)
    Report generated February 5, 2015 at 12:32:53 PM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (27-inch, Late 2012) (Technical Specifications)
        iMac - model: iMac13,2
        1 3.4 GHz Intel Core i7 CPU: 4-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1600 MHz ok
            BANK 0/DIMM1
                Empty 
            BANK 1/DIMM1
                Empty 
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce GTX 680MX - VRAM: 2048 MB
            iMac 2048 x 1152
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:0:46
    Disk Information: ℹ️
        APPLE HDD WDC WD10EALX-408EA0 disk1 : (1 TB)
            EFI (disk1s1) <not mounted> : 210 MB
            Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk2) / : 1.11 TB (263.43 GB free)
                Core Storage: disk0s2 120.99 GB Online
                Core Storage: disk1s2 999.35 GB Online
        APPLE SSD SM128E disk0 : (121.33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Boot OS X (disk0s3) <not mounted> : 134 MB
            Macintosh HD (disk2) / : 1.11 TB (263.43 GB free)
                Core Storage: disk0s2 120.99 GB Online
                Core Storage: disk1s2 999.35 GB Online
    USB Information: ℹ️
        Verbatim Portable USB 3.0 Drive 1 TB
            EFI (disk3s1) <not mounted> : 210 MB
            Verbatim HD (disk3s2) /Volumes/Verbatim HD : 999.86 GB (31.06 GB free)
        Apple Inc. FaceTime HD Camera (Built-in)
        Logitech USB Receiver
        Samsung Electronics Co., Ltd. ML-2160 Series
        Wacom Co.,Ltd. Wacom Wireless Receiver
        Razer Razer 1600dpi Mouse
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Transmit.app
        [not loaded]    com.panic.TransmitDisk.transmitdiskfs (4.0.0 - SDK 10.6) [Click for support]
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0231.47.74) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0231.47.74) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /Library/Extensions
        [loaded]    at.obdev.nke.LittleSnitch (4234 - SDK 10.8) [Click for support]
        [loaded]    com.avatron.AVExFramebuffer (1.7 - SDK 10.9) [Click for support]
        [loaded]    com.avatron.AVExVideo (1.7 - SDK 10.9) [Click for support]
        [loaded]    com.globaldelight.driver.Boom2Device (1.1 - SDK 10.10) [Click for support]
        [loaded]    com.logitech.manager.kernel.driver (4.10.1 - SDK 10.8) [Click for support]
        [loaded]    com.sophos.kext.sav (9.2.50 - SDK 10.8) [Click for support]
        [loaded]    com.sophos.nke.swi (9.2.50 - SDK 10.8) [Click for support]
        [not loaded]    com.wacom.kext.ftdi (1 - SDK 10.9) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Logitech.Control Center.HID Driver (3.7.0 - SDK 10.6) [Click for support]
        [loaded]    com.Logitech.Unifying.HID Driver (1.3.0 - SDK 10.6) [Click for support]
        [loaded]    com.eltima.SyncMate.kext (0.2.5b15) [Click for support]
        [loaded]    com.globaldelight.driver.BoomDevice (1.1 - SDK 10.1) [Click for support]
        [loaded]    com.splashtop.driver.SRXDisplayCard (1.6 - SDK 10.7) [Click for support]
        [not loaded]    com.splashtop.driver.SRXFrameBufferConnector (1.6 - SDK 10.7) [Click for support]
        [not loaded]    com.wacom.kext.wacomtablet (6.3.10 - SDK 10.9) [Click for support]
            /System/Library/Extensions/Soundflower.kext
        [not loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
    Launch Agents: ℹ️
        [running]    at.obdev.LittleSnitchUIAgent.plist [Click for support]
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.Logitech.Control Center.Daemon.plist [Click for support]
        [running]    com.logitech.manager.daemon.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.realvnc.vncserver.peruser.plist [Click for support]
        [not loaded]    com.realvnc.vncserver.prelogin.plist [Click for support]
        [running]    com.sophos.uiserver.plist [Click for support]
        [running]    com.wacom.wacomtablet.plist [Click for support]
    Launch Daemons: ℹ️
        [running]    at.obdev.littlesnitchd.plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.backblaze.bzserv.plist [Click for support]
        [loaded]    com.barebones.authd.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.realvnc.vncserver.plist [Click for support]
        [loaded]    com.rogueamoeba.instanton-agent.plist [Click for support]
        [loaded]    com.sharpcast.xfsmond.plist [Click for support]
        [loaded]    com.sheepsystems.CocoaPrivilegedHelper.plist [Click for support]
        [running]    com.sophos.common.servicemanager.plist [Click for support]
        [loaded]    de.appgineers.Mountain.Helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.backblaze.bzbmenu.plist [Click for support]
        [running]    com.ecamm.printopia.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.pia.pia_manager.plist [Click for support]
        [loaded]    com.sheepsystems.BookMacster.3EAE0703-42...plist [Click for support]
        [loaded]    com.sheepsystems.BookMacster.3EAE0703-42...plist [Click for support]
        [loaded]    com.valvesoftware.steamclean.plist [Click for support]
        [failed]    ws.agile.1PasswordAgent.plist [Click for support] [Click for details]
    User Login Items: ℹ️
        WD Quick View    Application  (/Library/Application Support/WDSmartware/WDQuickView.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        GarminGpsControl: Version: 4.0.2.6 Beta - SDK 10.6 [Click for support]
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.6 - SDK 10.9 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    User internet Plug-ins: ℹ️
        Picasa: Version: 1.0 - SDK 10.6 [Click for support]
    Safari Extensions: ℹ️
        1Password
        Clip to DEVONthink
        Choosy
        Ember
        Save to Pocket
        Stache
    3rd Party Preference Panes: ℹ️
        AirServer Preferences  [Click for support]
        Backblaze Backup  [Click for support]
        Choosy  [Click for support]
        Flash Player  [Click for support]
        FUSE for OS X (OSXFUSE)  [Click for support]
        Hazel  [Click for support]
        Java  [Click for support]
        Logitech Control Center  [Click for support]
        Logi Preference Manager  [Click for support]
        Printopia  [Click for support]
        WacomTablet  [Click for support]
        WDQuickView  [Click for support]
        Web Sharing  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 1.11 TB Disk used: 848.39 GB
        Destinations:
            Verbatim HD [Local]
            Total size: 999.86 GB
            Total number of backups: 101
            Oldest backup: 2013-11-22 16:26:50 +0000
            Last backup: 2015-02-05 15:55:38 +0000
            Size of backup disk: Too small
                Backup size 999.86 GB < (Disk used 848.39 GB X 3)
    Top Processes by CPU: ℹ️
            12%    mds
             2%    WindowServer
             0%    loginwindow
             0%    fontd
             0%    mds_stores
    Top Processes by Memory: ℹ️
        292 MB    mds_stores
        172 MB    SophosScanD
        172 MB    InterCheck
        155 MB    SophosAntiVirus
        120 MB    Finder
    Virtual Memory Information: ℹ️
        3.32 GB    Free RAM
        2.72 GB    Active RAM
        1.40 GB    Inactive RAM
        1.15 GB    Wired RAM
        1.56 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 5, 2015, 12:30:03 PM    Self test - passed
        Feb 4, 2015, 10:59:58 PM    /Library/Logs/DiagnosticReports/RapidWeaver 6_2015-02-04-225958_[redacted].cpu_resource.diag [Click for details]
        Feb 3, 2015, 03:07:17 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/WebKitPluginHost_2015-02-03-15 0717_[redacted].crash
        Feb 3, 2015, 03:02:23 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/WebKitPluginHost_2015-02-03-15 0223_[redacted].crash
        Jan 15, 2015, 08:04:41 PM    /Library/Logs/DiagnosticReports/Kernel_2015-01-15-200441_[redacted].panic [Click for details]

    Try un-installing Sophos.
    Sophos Un-install

  • Interface Problems: DBA = Data Pump = Export Jobs (Job Name)

    Hello Folks,
    I need your help in troubleshooting an SQL Developer interface problem.
    DBA => Data Pump => Export Jobs (Job Name) => Data Pump Export => Job Scheduler (Step):
    -a- Job Name and Job Description fields are not visible. Well the fields are there but each of them just 1/2 character wide. I can't see/enter anything in the fields.
    Import Wizard:
    -b- Job Name field under the first "Type" wizard's step looks exactly the same as in Export case.
    -c- Can't see any row under "Chose Input Files" section (I see just ~1 mm of the first row and everything else is hidden).
    My env:
    -- Version 3.2.20.09, Build MAIN-09.87
    -- Windows 7 (64 bit)
    It could be related to the fact that I did change fonts in the Preferences. As I don't know what is the default font I can't change it back to the default and test (let me know what is the default and I will test it).
    PS
    -- Have tried to disable all extensions but DBA Navigator (11.2.0.09.87). It didn't help
    -- There are no any messages in the console if I run SQL Dev under cmd "sqldeveloper\bin\sqldeveloper.exe
    Any help is appreciated,
    Yury

    Hi Yury,
    a-I see those 1/2 character size text boxes (in my case on frequency) when the pop up dialog is too small - do they go away when you make it bigger?
    b- On IMPORT the name it starts with IMPORT - if it is the half character issue have you tried making the dialog bigger?
    c-I think it is size again but my dialog at minimum size is already big enough.
    Have you tried a smaller font - or making the dialogs bigger (resizing from the corners).
    I have a 3.2.1 version where I have not changed the fonts from Tools->Preferences->CodeEditor->Fonts appears to be:
    Font Name: DialogInput
    Font size: 12
    Turloch
    -SQLDeveloper Team

  • Any ideas about interface problems on 2014.1.1?

    On a fresh install of 2014.1.1 on a new macbook pro I am having interface problems. The Edge program locks up after a few minutes or the cursor won't show what's being selected, items disappear, sometimes get the "Save your work, error occurred" message and other odd interface behavior. Are there any known issues or likely culprits that might cause this sort of thing?

    Thanks for jumping in. Yes, I've restored prefs and even uninstalled all (including prefs) and reinstalled. If it helps at all, I run several cloud apps (googledrive, dropbox, icloud, box, transporter, etc.). Other installed items include a Wacom tablet driver, latest Java, Flash player, Logitech mouse driver. Other than those the mac is brand new with no unusual system mods yet.
    Appreciate any ideas.

  • Critical problem plz help!!

    hey,
    my n95 was working fine,yesterday it starts to restart by itself and wen my n95 turns on it restarts again.....so i formatted my n95 but when i was installing the software my phone turned off....and now my n95 is just a black screen with a backlight....plzzzz help!

    Try the hard reset code, which will wipe all of your data and installed apps.  If it fails to solve the problem then only a nokia care point can help you.
    Hard reset:
    1. Switch off the phone.
    2. Hold down the following three buttons: Green (the call answer button), * button, and '3' button.
    3. While holding these buttons, hold the power button for a second to switch on the phone.
    4. Release when the phone shows the nokia hands logo or shows other signs of life like the language selection screen.
    It may take a few attempts and very flexible fingers.
    Care points/service centres and repair info:
    UK • Europe • Asia-Pacific • USA •
    Canada • Middle East and Africa
    Elsewhere: Click here, select your country, go to the support section, then select repair.

  • Logic  Pro 8 Interface problems

    After having problems with a M-Audio 1814 I got a Profire 2626. I loaded the right drivers and setup my HUI. The system worked fine. I get out of the program.. reload no problem. I shut down, start up no prob. Once I shut down my studio (power off 2626) then I turn on system 2626 first then computer. The audio interface does not work in Logic. You see it but no audio, no HUI. I have uninstalled the drivers and reinstalled. It works till I shut down the interface again. Help!????

    I had the Firewire 410 then upgraded to the Profire 610. Both work great.
    One thing I noticed is when I start my computer with the Profire 610 turned on, sometimes (not all the time) even though I call up the Profile 610 Software Control Panel and see the meters working, I hear no sound.
    If I close the Software Control Panel, turn off (not unplug) the Profile 610 and then turn it back on, everything works.

  • Interfacing problem

    Dear All gurus/experts,
    I need help from you to solve an interface problem. The problem is how to create interface where I want to implement HR application (java) and SAP B1. I am really confusing to the stepwise I must do in creating interface.Do I must define fields/columns, forms, document or report in the SAP B1 side first and then compare to the HR application fields/columnc/forms/documents/reports. The difference between them then fixed and created if required. The main purpose is all the HR process will be handled by HR Application and the data will be sent to SAP B1. The data directly posted to G/L  for example payroll, expenses relate to HR and also pension. is it possible for me to create a template and then the template update to SAP B1 using Data transfer workbench (DTW) ? the application can be updated the data file into CSV, txt, etc. If you have any experience about that, pls share to me.  I appreciate your answer so much.
    TIA.
    Rgds,

    Tks for your answer. Actually it is interfacing other product or solutions, for example human resource solutions or from microsoft dynamics manufacturing module. is it possible to do that ? I appreciate your answer. TIA
    Rgds,

Maybe you are looking for

  • How i disable android / windows phone files access in windows 7 system

    hi, I had created GPO for USB device disable. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR Value type REG_DWORD Value data 0x4 (4) This will work for USB storage device not for Windows phone or android phone. Please guide me is there

  • Statistical value GRWR

    hi all, I have maintained condition record for condition type GRWR for import purpose with the relevant inco terms.  But the same is not getting copied to statistical value in import data, and also not coming in MEIS report.  Any suggestions please

  • Can you assign a default ring tone to a single Group (in 1 hit)?

    Anyone know if you can assign the same ring tone to all members of a group WITHOUT having to go into each member of the group & do it 1 at a time? Thus you can have different ring tones for each group. You can do this on most other phones out there.

  • Skype [Latest Update]; Home screen does not load

    Hi everyone, my homescreen hasn't been loading recently and I've been trying to figure out why. Whenever I click on the homescreen, the homescreen goes white and it won't load any mood messages. If you know what that is all about, please reply. Thank

  • NO Shadows

    I am having problems with shadows showing up in iWeb, but not appearing when the site is published. There is a problem here and it doesn't seem to be related to a specific browser. Shadows worked fine before in Firefox... and on Macs and PCs. I have