Jdeveloper remote debugging - Unable to find source error message

Hi,
I am trying to remote debug a simple Java application (non-web) using Jdeveloper. The Jdev debugger can connect to the remote debuggee, but unfortunately it throws me a message saying: 'Unable to find source file'. As a result, if I ignore this message, it simply ignores my source breakpoints.
Can anybody please help with any tips?
My project source is checked out from CVS and does not follow a conventional source path as such.
Thanks,
Neil.

The warranty entitles you to complimentary phone support for the first 90 days of ownership.

Similar Messages

  • EA2: "Unable to Find Source File" when debugging

    Hi,
    I was remote debugging and hit a breakpoint in a trigger which I hadn't open.
    The "Unable to Find Source File" dialog popped up, saying "Unable to find source file for package $Oracle.Trigger.SCHEMA, filename TRIGGER.pls", with SCHEMA being the current schema and TRIGGER the trigger (which never got saved to file BTW).
    Additionally, this was pumped in the console (partial post due to limited buffer in Windows):
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.NullPointerException
            at oracle.jdeveloper.java.locator.ProjectClassLocator.<init>(ProjectClas
    sLocator.java:104)
            at oracle.jdeveloper.java.locator.JdevClassLocatorFactory.getProjectLoca
    tor(JdevClassLocatorFactory.java:101)
            at oracle.jdeveloper.java.provider.ProjectFileProvider$6.run(ProjectFile
    Provider.java:347)
            at oracle.ide.model.NodeUtil.runUnderReadLock(NodeUtil.java:150)
            at oracle.jdeveloper.java.provider.ProjectFileProvider.getClassLocator(P
    rojectFileProvider.java:364)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassExactImpl(Ba
    seFileProvider.java:430)
            at oracle.jdeveloper.java.provider.CachedFileProvider.getClassExactImpl(
    CachedFileProvider.java:697)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassLeftToRight(
    BaseFileProvider.java:377)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClass(BaseFilePro
    vider.java:350)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getSourceClass(BaseF
    ileProvider.java:753)
            at oracle.jdeveloper.java.JavaModel.getSourceClass(JavaModel.java:364)
            at oracle.jdeveloper.runner.Source.findURLForClassSource(Source.java:626
            at oracle.jdeveloper.runner.Source.findURLForClassSource(Source.java:620
            at oracle.jdeveloper.runner.Source.findSourceFile(Source.java:565)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.findSourceFile(Debuggin
    gProcess.java:2680)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceFile(Debuggin
    gProcess.java:2711)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceIPIcon(Debugg
    ingProcess.java:2782)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.debuggeeStopped(Debuggi
    ngProcess.java:3093)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.activeProgramStopped(De
    buggingProcess.java:3011)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.mav$activeProgramStoppe
    d(DebuggingProcess.java:132)
            at oracle.jdevimpl.runner.debug.DebuggingProcess$7.run(DebuggingProcess.
    java:1810)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassCastException: oracle.ide.model.UnrecognizedTextNode cannot be ca
    st to oracle.jdeveloper.library.JDKNode
            at oracle.jdeveloper.library.JLibraryList.addJDK(JLibraryList.java:211)
            at oracle.jdeveloper.library.JLibraryList.addJDK(JLibraryList.java:231)
            at oracle.jdeveloper.library.JLibraryManager.findOrCreateDefaultJDK(JLib
    raryManager.java:718)
            at oracle.jdeveloper.library.JLibraryManager.getDefaultJDK(JLibraryManag
    er.java:218)
            at oracle.jdeveloper.model.JProjectLibraries.getJDK(JProjectLibraries.ja
    va:121)
            at oracle.jdeveloper.java.locator.ProjectClassLocator.getJDKFor(ProjectC
    lassLocator.java:313)
            at oracle.jdeveloper.java.locator.ProjectClassLocator.<init>(ProjectClas
    sLocator.java:73)
            at oracle.jdeveloper.java.locator.JdevClassLocatorFactory.getProjectLoca
    tor(JdevClassLocatorFactory.java:101)
            at oracle.jdeveloper.java.provider.ProjectFileProvider$6.run(ProjectFile
    Provider.java:347)
            at oracle.ide.model.NodeUtil.runUnderReadLock(NodeUtil.java:150)
            at oracle.jdeveloper.java.provider.ProjectFileProvider.getClassLocator(P
    rojectFileProvider.java:364)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassExactImpl(Ba
    seFileProvider.java:430)
            at oracle.jdeveloper.java.provider.CachedFileProvider.getClassExactImpl(
    CachedFileProvider.java:697)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassLeftToRight(
    BaseFileProvider.java:377)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClass(BaseFilePro
    vider.java:350)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getSourceClass(BaseF
    ileProvider.java:753)
            at oracle.jdeveloper.java.JavaModel.getSourceClass(JavaModel.java:364)
            at oracle.jdeveloper.runner.Source.findURLForClassSource(Source.java:626
            at oracle.jdeveloper.runner.Source.findURLForClassSource(Source.java:620
            at oracle.jdeveloper.runner.Source.findSourceFile(Source.java:565)
            at oracle.jdeveloper.runner.Source.showSourceFile(Source.java:150)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceFile(Debuggin
    gProcess.java:2719)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceIPIcon(Debugg
    ingProcess.java:2782)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.debuggeeStopped(Debuggi
    ngProcess.java:3093)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.activeProgramStopped(De
    buggingProcess.java:3011)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.mav$activeProgramStoppe
    d(DebuggingProcess.java:132)
            at oracle.jdevimpl.runner.debug.DebuggingProcess$7.run(DebuggingProcess.
    java:1810)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.NullPointerException
            at oracle.jdeveloper.java.locator.ProjectClassLocator.<init>(ProjectClas
    sLocator.java:104)
            at oracle.jdeveloper.java.locator.JdevClassLocatorFactory.getProjectLoca
    tor(JdevClassLocatorFactory.java:101)
            at oracle.jdeveloper.java.provider.ProjectFileProvider$6.run(ProjectFile
    Provider.java:347)
            at oracle.ide.model.NodeUtil.runUnderReadLock(NodeUtil.java:150)
            at oracle.jdeveloper.java.provider.ProjectFileProvider.getClassLocator(P
    rojectFileProvider.java:364)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassExactImpl(Ba
    seFileProvider.java:430)
            at oracle.jdeveloper.java.provider.CachedFileProvider.getClassExactImpl(
    CachedFileProvider.java:697)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassLeftToRight(
    BaseFileProvider.java:377)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClass(BaseFilePro
    vider.java:350)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getSourceClass(BaseF
    ileProvider.java:753)
            at oracle.jdeveloper.java.JavaModel.getSourceClass(JavaModel.java:364)
            at oracle.jdeveloper.runner.Source.findURLForClassSource(Source.java:626
            at oracle.jdeveloper.runner.Source.findURLForClassSource(Source.java:620
            at oracle.jdeveloper.runner.Source.findSourceFile(Source.java:565)
            at oracle.jdeveloper.runner.Source.showSourceFile(Source.java:150)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceFile(Debuggin
    gProcess.java:2719)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceIPIcon(Debugg
    ingProcess.java:2782)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.debuggeeStopped(Debuggi
    ngProcess.java:3093)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.activeProgramStopped(De
    buggingProcess.java:3011)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.mav$activeProgramStoppe
    d(DebuggingProcess.java:132)
            at oracle.jdevimpl.runner.debug.DebuggingProcess$7.run(DebuggingProcess.
    java:1810)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassCastException: oracle.ide.model.UnrecognizedTextNode cannot be ca
    st to oracle.jdeveloper.library.JDKNode
            at oracle.jdeveloper.library.JLibraryList.findJDK(JLibraryList.java:55)
            at oracle.jdeveloper.library.JLibraryManager.findOrCreateDefaultJDK(JLib
    raryManager.java:702)
            at oracle.jdeveloper.library.JLibraryManager.getDefaultJDK(JLibraryManag
    er.java:218)
            at oracle.jdeveloper.model.JProjectLibraries.getJDK(JProjectLibraries.ja
    va:121)
            at oracle.jdeveloper.java.locator.ProjectClassLocator.getJDKFor(ProjectC
    lassLocator.java:313)
            at oracle.jdeveloper.java.locator.ProjectClassLocator.<init>(ProjectClas
    sLocator.java:73)
            at oracle.jdeveloper.java.locator.JdevClassLocatorFactory.getProjectLoca
    tor(JdevClassLocatorFactory.java:101)
            at oracle.jdeveloper.java.provider.ProjectFileProvider$6.run(ProjectFile
    Provider.java:347)
            at oracle.ide.model.NodeUtil.runUnderReadLock(NodeUtil.java:150)
            at oracle.jdeveloper.java.provider.ProjectFileProvider.getClassLocator(P
    rojectFileProvider.java:364)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassExactImpl(Ba
    seFileProvider.java:430)
            at oracle.jdeveloper.java.provider.CachedFileProvider.getClassExactImpl(
    CachedFileProvider.java:697)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassLeftToRight(
    BaseFileProvider.java:377)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClass(BaseFilePro
    vider.java:350)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getSourceClass(BaseF
    ileProvider.java:753)
            at oracle.jdeveloper.java.JavaModel.getSourceClass(JavaModel.java:364)
            at oracle.jdeveloper.runner.Source.findURLForClassSource(Source.java:626
            at oracle.jdeveloper.runner.Source.findURLForClassSource(Source.java:620
            at oracle.jdeveloper.runner.Source.showSourceFile(Source.java:171)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceFile(Debuggin
    gProcess.java:2719)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceIPIcon(Debugg
    ingProcess.java:2782)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.debuggeeStopped(Debuggi
    ngProcess.java:3093)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.activeProgramStopped(De
    buggingProcess.java:3011)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.mav$activeProgramStoppe
    d(DebuggingProcess.java:132)
            at oracle.jdevimpl.runner.debug.DebuggingProcess$7.run(DebuggingProcess.
    java:1810)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    java.lang.ClassCastException: oracle.ide.model.UnrecognizedTextNode cannot be ca
    st to oracle.jdeveloper.library.JDKNode
            at oracle.jdeveloper.library.JLibraryList.findJDK(JLibraryList.java:55)
            at oracle.jdeveloper.library.JLibraryManager.findOrCreateDefaultJDK(JLib
    raryManager.java:702)
            at oracle.jdeveloper.library.JLibraryManager.getDefaultJDK(JLibraryManag
    er.java:218)
            at oracle.jdeveloper.model.JProjectLibraries.getJDK(JProjectLibraries.ja
    va:121)
            at oracle.jdeveloper.java.locator.ProjectClassLocator.getJDKFor(ProjectC
    lassLocator.java:313)
            at oracle.jdeveloper.java.locator.ProjectClassLocator.<init>(ProjectClas
    sLocator.java:73)
            at oracle.jdeveloper.java.locator.JdevClassLocatorFactory.getProjectLoca
    tor(JdevClassLocatorFactory.java:101)
            at oracle.jdeveloper.java.provider.ProjectFileProvider$6.run(ProjectFile
    Provider.java:347)
            at oracle.ide.model.NodeUtil.runUnderReadLock(NodeUtil.java:150)
            at oracle.jdeveloper.java.provider.ProjectFileProvider.getClassLocator(P
    rojectFileProvider.java:364)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassExactImpl(Ba
    seFileProvider.java:430)
            at oracle.jdeveloper.java.provider.CachedFileProvider.getClassExactImpl(
    CachedFileProvider.java:697)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClassLeftToRight(
    BaseFileProvider.java:377)
            at oracle.jdeveloper.java.provider.BaseFileProvider.getClass(BaseFilePro
    vider.java:350)
            at oracle.jdeveloper.java.JavaModel.getClass(JavaModel.java:317)
            at oracle.jdeveloper.runner.Source.findURLForClassStub(Source.java:642)
            at oracle.jdeveloper.runner.Source.findURLForClassStub(Source.java:636)
            at oracle.jdeveloper.runner.Source.findOpenSourceStub(Source.java:661)
            at oracle.jdeveloper.runner.Source.showSourceFile(Source.java:202)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceFile(Debuggin
    gProcess.java:2719)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.showSourceIPIcon(Debugg
    ingProcess.java:2782)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.debuggeeStopped(Debuggi
    ngProcess.java:3093)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.activeProgramStopped(De
    buggingProcess.java:3011)
            at oracle.jdevimpl.runner.debug.DebuggingProcess.mav$activeProgramStoppe
    d(DebuggingProcess.java:132)
            at oracle.jdevimpl.runner.debug.DebuggingProcess$7.run(DebuggingProcess.
    java:1810)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)Pre-1.5, there were some occasions where the dialog would show, but now it seems it shows whenever the source isn't opened (tried also with a package).
    Also pre-1.5, indicating the correct connection to search the source in would put sqldev on the right path again and the source would open correctly, but this doesn't work anymore. Maybe that's because you had to use the second drop-down, and in 1.5 there's only 1, which might be the useless (first) one from pre-1.5.
    Besides, judging from the "$Oracle.Trigger.SCHEMA", I'd say sqldev already knows the right schema anyway, and the dialog shouldn't even pop up.
    BTW, after opening the source myself, the debugger stepped right in...
    Hope you've got enough to go on,
    K.
    Message was edited by:
    -K-

    For the previous issues, see [2514] Remote debugger asks for source file.
    K.

  • JDeveloper 10g 10.1.3 Unable to Find Source File (SQLJ)

    I live and die using the debugger. I have never seen this happen before. I have a .sqlj file I compile with the other code for a particular application. JDeveloper has always been able to step into the .sqlj code before. However, I have kept the JDeveloper code up-to-date and applied a bunch of new updates today. In fact, before I compiled the latest version of the code, I was able to stop through the .sqlj file. Now I have recompiled it and as I attempt to step through the code defined in the .sqlj file, I keep seeing the "Unable to Find Source File" dialog. If I point it to the .sqlj file it shows me the line I would expect to be at, but as soon as I take snother "step" through the code, I am thrown out of the source and back to where I attempt to step into it from. If I keep try to step through the code and keep telling it where the code is I can actual step throught the code. But that's a huge pain, and it won't advance to the next breakpoint in the .sqlj code.
    I have always been able to debug SQLJ files without problem until today.

    Hello!
    the jar files are under WEB-INF/lib
    how do I compile the files to include the debug info? All the files are compiled when you run or debug your app right? or am I missing something?
    Thanks a bunch for your time!
    nene

  • Error: Unable to find sources for current Linux Kernel

    Hi Guys,
    Hit a bump !!!!
    Oracle Linux x86-64 installed successfully via Oracle VM box.
    Clicked on 'Install Guest Additions'.
    Ran VboxLinuxAdditions.run to install the Guest machine on Linux. It Failed and in error log (/var/log/vboxinstall.log) got the below error:-
    Error: Unable to find sources for current Linux Kernel. Specify KERN_DIR=<directory> and run again
    Looking upto Google i found I need to update Linux headers , in doing so get +'bash: apt-get : command not found'+ which I am not able to understand.
    Any assistance is appreciated.
    Cheers

    Thanks for the information. I was able to resolve it though.
    Ran +'yum install gcc kernel-devel kernel-headers'+
    Hence my query is resolved now.
    Just one question - I need to copy text from Windows to Linux Terminal. Is there a command I can type into Linux terminal to enable copy paste from Windows to Linux and vice-versa ?
    Cheers.

  • Unable to find source file

    I had a error message "Unable to Find Source File" when I used JDeveloper debugger.
    The debugger has finished stepping, but it cannot find the source file.
    Unable to find source file for package oracle.e1.bssv....
    Project xxxxxx.jpr has already been searched
    * Look for the file in Project
    * Let me find the file myself with the open file dialog
    * Don't ask me about this file again
    The above 3 options are available
    I checked and found previous posting for use 'Step Over' to bypass this problem. I tried and it did not work either.
    Please let me know if anybody has similar problem and know the solution. Thanks
    JDeveloper 10.1.3.4.0

    You see this dialog because you stepped into a statement which requires source code which is not part of your project (or you don't have). If you have the sources you can browse for them, if you don't have them answer the dialog with the third option.
    You should try 'step out' instead of step over. Once you see this message it's to late to step over the statement (pointing to source you don't have available). You may need to set out a couple of times to get back to code you have sources from.
    Timo

  • Unable to find source .jpd file

    Hi,
    I am using WLI8.1 SP1. When i run my process application in a clustered environment
    I get this error. "Unable to find source file for PublishOrder.jpd file".
    Has anybody faced this issue. ???
    Thanx
    Ashish

    This happens when the cluster is not set up properly.
    Make sure that the weblogic integration services applications are deployed on
    the cluster also.
    I faced this problem when I set up a cluster from admin console and added managed
    servers to it from admin console.
    If you set up a cluster while configuring your domain with Configuration wizard,
    the wizard takes care of all the applications/services that need to be deployed
    on the cluster.
    "Ashish Agrawal" <[email protected]> wrote:
    >
    Hi,
    I am using WLI8.1 SP1. When i run my process application in a clustered
    environment
    I get this error. "Unable to find source file for PublishOrder.jpd file".
    Has anybody faced this issue. ???
    Thanx
    Ashish

  • CS2 Unable to find file errors

    Hi
    We are having trouble with photoshop cs2.  We can not open most files.  Tiff, PSD, some PDF files will give an "unable to find file error".  Jpg files, and certain PDF files and TIFF files that use jpg compression work.  I have tried resetting all the settings, changing scratch disks / memory usage, uninstalling all fonts, and reinstalling the application and the problem persists.
    Also i do not know if this is related but the same time we started having errors in photoshop we also have problems in Microsoft Word.  The font list shows a lot of fonts as just a white box.  Other apps can use the fonts fine.  Just not in word.
    I have attatched a JPG file with screen caps of the errors.

    I reset the options by doing the hold shift alt ctrl while starting up photoshop.  Also i deleted all the preference files out of the application data\adobe\photoshop folder.  Same problem persists.
    Also another issue i have noticed.  Say you perform an action like erasing somthing, or changing the brightness/contrast.  You can not see the changes until you click on a different tool.  Then it updates the display.
    I will try and locate the faq and see what it says.

  • Processing data for a remote command failed with the following error message: Error occurred during the Kerberos reponse.

    Hi!
    We have 5 Exchange 2013 servers and when I’m trying to run a script that includes the cmd-let Get-MessageTrackinglog with StartDate = the first of the month and with EndDate = the end of the month I get the following error message after
    a couple of hours. The script is run on the server SERVER01 and goes through the Message Tracking logs of all Exchange servers. I have tried the script on other servers and get the same result.
    Processing data for a remote command failed with the following error message: Error occurred during the Kerberos reponse.
    [Server=SERVER01, TimeStamp = 918/2014 19:32:34]
    For more information, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo         
    : OperationStopped: (server01.domain.com:String) [], PSRemotingTransportException
        + FullyQualifiedErrorId : JobFailure
        + PSComputerName       
    : server01.domain.com
    I have gone through “about_Remote_Troubleshooting Help topic”, but can’t find anything related to my issue. There is nothing in the Application or the Windows PowerShell log either.
    /Henrik

    Hi Henado 
    Check the time on your Exchange server(s) relative to the DCs and ensure they are in correct sync
    Use another account which is assigned the Organization Management permission and log to to the server run the command in shell and see the results
    Run 
    Add-PSSnapin -Name Microsoft.Exchange.Management.PowerShell.E2010
    Set-Adserversettings -ViewEntireForest $True and then run message tracking command and see the results
    If none of the above helps you may need to remove and re-install the WinRM and see the results
    Good Luck :)
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • How can I open my file after 'cannot find -filename-' error message?

    OK, the bottom line is, InDesign crashes and I cannot recover my file. I get a 'Cannot find file' error message when I try to open the file.
    I am using CS6 on a MacBookAir, OS X Yosemite.
    I have tried finding the 'InDesignFileRecovery' folder, I cannot find it anywhere, it's not in my Library or Caches folder.
    However, I do work in dropbox, so I just headed over to dropbox to recover from their 'previous versions'. It starts to get weird. There are lots of previous versions (I save very regularly) but when I download a previous version (that I know was fine) it downloads with a indd.txt extension. So I remove the txt extension and keep the indd and everything looks fine, but then that recovered file gives the same message. I tried renaming the recovered file and opening that, same 'cannot find file' error message.
    I can open InDesign and open the file from the day before, but none of the dropbox earlier versions of that day's work. I am SO sick of this happening. It happened to me last week to, so far I have lost 20 hours work :-(
    I have tried quitting InDesign and restarting the Mac, doesn't help. The only thing I can think of is to 'save as' every couple of hours, at least then hopefully I only lose 2 hours work.

    Thanks, when you say 'hidden by default' then how does one find it? I have already tried the path you mention and there is no sign of a cache folder with Adobe files. Spotlight doesn't reveal anything either.

  • Can anyone help me? The iTunes update corrupted my program. I uninstalled, and then reinstalled iTunes; only to find an error message about iTunes Helper. After several fruitless, repeat attempts, I am at a loss. Please help-

    Can anyone help me? The iTunes update corrupted my program. I uninstalled, and then reinstalled iTunes; only to find an error message about iTunes Helper. After several fruitless, repeat attempts, I am at a loss. Please help…

    Many thanks.
    With the Error 2, let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR suitable for your PC (there's a 32-bit Windows version and a 64-bit Windows version):
    http://www.rarlab.com/download.htm
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Spinwheel when syncing, unable to sync photos, error message "the disk cannot be read from or written to" ... please help!

    spinwheel when syncing, unable to sync photos, error message "the disk cannot be read from or written to" ... please help!

    Everytime I try to sync my photos to iPad or my iPhone. The sync freezes for a whilie then comes back with "the disk cannot be read from or written to". I have already exported photo library from iPhoto and readded the photos.

  • How do I resolve the "Mozilla cannot find runtime" error message when I try to start Firefox?

    Mozilla Firefox updated to version 36.0. When I click on the Firefox icon to open it I receive the message: "Mozilla cannot find runtime" I receive the same message if I try to open Firefox by selecting "firefox.exe" from within the Program Files. I subsequently uninstall Mozilla Firefox and reinstall it. It will open and run normally right after the re-installation. Then if I close the program and try to re-open it again, I get the same "Mozilla cannot find runtime" error message.
    The only way I can get Firefox to open is if I uninstall and re-install it every time I want to open it after the initial re-installation.

    ''sage68 [[#answer-700841|said]]''
    <blockquote>
    Hi Adriel,
    The "Mozilla cannot find runtime" problem has returned. It occurs in two situations:
    1. When Firefox tries to download updates using "updater.exe" (version 36.0.0.5531), which causes my "Norton Internet Security" program to notify me with the message: "Auto-Protect has removed security risk Suspicious.Cloud.9.B" This message is shown every time "updater.exe" activates.
    </blockquote>
    I also have experienced this during several upgrades, not just the latest. (I am using Windows XP and Norton Security Suite.) Norton identifies c:\program files\mozilla firefox\updated\xul.dll with the Suspicious.Cloud.9.B virus and removes the file. I can set the Norton installation to accept xul.dll but it would make more sense for a Mozilla expert to contact Norton and work out a permanent solution, for all who are facing this problem.

  • How can u find SRM error message texts?

    hi friends
    How can u find SRM error message texts?
    thanks
    regards
    chinna

    Hi,
    There are several ways.
    1. Go to BBP_PD and open the document. Select the link "Check again" in the bottom area.
    2. Go to SE17 and serch it from table T100.
    3. Go to SE91.
    Regards,
    Masa

  • Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentV

    I installed Exchange Server 2010 inside my VMWare Windows Server 2008 Ent R2. And After successful installation  when I try to open my Exchange Server Console, I am getting the following error message. I am very new to Exchange server please help me
    to solve this problem.
    Initialization Failed
    The following error occurred while searching for the on-premises Exchange server:
    [win-.local] Connecting to remote server failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError
    $true -CurrentVersion 'Version 14.1 (Build 218.15)''.
    Thanks Vivek
    SharePoint Foundation 2010 Book
    http://www.redpipit.com

    Hi,
    Please have a look at the article below:
    Troubleshooting Exchange 2010 Management Tools startup issues
    http://blogs.technet.com/b/exchange/archive/2010/02/04/3409289.aspx
    Resolving WinRM errors and Exchange 2010 Management tools startup failures
    http://blogs.technet.com/b/exchange/archive/2010/12/07/3411644.aspx
    Besides, please run the cmdlet below:
     set-user alias -remotepowershellenabled$true
    Xiu Zhang
    TechNet Community Support

  • "Cannot find Symbol" error message

    I have a "cannot find symbol" error message on line 5 below in
    the driver class.
    Thank you for your assistance
    1 public class GameLauncher
    2 {
    3  public static void main(String[] args)
    4 {
    5   GuessGame game = new GuessGame();
    6   game.startGame();
    7 }
    8}
    public class GuessGame
      public void startGame()
      Player p1;
      Player p2;
      Player p3;
      int guessp1 = 0;
      int guessp2 = 0;
      int guessp3 = 0;
      boolean p1isRight = false;
      boolean p2isRight = false;
      boolean p3isRight = false;
      int targetNumber = (int) (Math.random() * 10);
      System.out.println(" I'm thinking of a number between 0 and 9....");
      while(true)
        p1.guess();
        p2.guess();
        p3.guess();
        guessp1 = p1.number;
        System.out.println("Player one guessed " + guessp1);
        guessp2 = p2.number;
        System.out.println("Player two guessed " + guessp2);
        guessp3 = p3.number;
        System.out.println("Player three guessed " + guessp3);
        if (guessp1 == targetNumber)
          p1isRight = true;
        if (guessp2 == targetNumber)
          p2isRight = true;
        if (guessp3 == targetNumber)
          p3isRight = true;
        if ( p1isRight || p2isRight || p3isRight)
          System.out.println("We have a winner ! ");
          System.out.println("Player one got it right? " + p1isRight);
          System.out.println("Player two got it right? " + p2isRight);
          System.out.println("Player three got it right? " + p3isRight);
          System.out.println("Game is over ! ");
          break; //game is over so break out of loop
        else
          //we must keep going because no one guessed the number !
          System.out.println(" Players will have to try again ! ");
        } // end of if/else
      } // end of loop
    } // end of startGame() method
    } //end of class
    public class Player
      int number = 0;   // the guess is stored here
      public void guess()
        System.out.println(" I'm guessing " + number);
    ---------------------------------------------------------------  

    Thank you . You were right . I didn't set up the classes correctly.
    I corrected a few other errors and the program runs ok !
    Below is the corrected code and the output
    public class GameLauncher
      public static void main(String[] args)
       GuessGame game = new GuessGame();
       game.startGame();
    /* One possible set of output is
    I'm thinking of a number between 0 and 3....
    I'm guessing 1
    I'm guessing 3
    I'm guessing 0
    Player one guessed 1
    Player two guessed 3
    Player three guessed 0
    We have a winner !
    Player one got it right? true
    Player two got it right? false
    Player three got it right? false
    Game is over !
    public class Player
      int number = 0;   // the guess is stored here
      public void guess()
        number = (int)(Math.random() * 4);
        System.out.println(" I'm guessing " + number);
    public class GuessGame
      public void startGame()
        int x = 0;
      Player p1 = new Player();
      Player p2 = new Player();
      Player p3 = new Player();
      int guessp1 = 0;
      int guessp2 = 0;
      int guessp3 = 0;
      boolean p1isRight = false;
      boolean p2isRight = false;
      boolean p3isRight = false;
      int targetNumber = (int) (Math.random() * 4);
      System.out.println("\n I'm thinking of a number between 0 and 3....\n");
      while(x <5)
        p1.guess();
        p2.guess();
        p3.guess();
        guessp1 = p1.number;
        System.out.println("\nPlayer one guessed " + guessp1);
        guessp2 = p2.number;
        System.out.println("Player two guessed " + guessp2);
        guessp3 = p3.number;
        System.out.println("Player three guessed " + guessp3);
        if (guessp1 == targetNumber)
          p1isRight = true;
        if (guessp2 == targetNumber)
          p2isRight = true;
        if (guessp3 == targetNumber)
          p3isRight = true;
        if ( p1isRight || p2isRight || p3isRight)
          System.out.println("\nWe have a winner ! ");
          System.out.println("Player one got it right? " + p1isRight);
          System.out.println("Player two got it right? " + p2isRight);
          System.out.println("Player three got it right? " + p3isRight);
          System.out.println("Game is over ! ");
          break; //game is over so break out of loop
        else
          //we must keep going because no one guessed the number !
          System.out.println(" Players will have to try again ! ");
        } // end of if/else
        x = x + 1;
      } // end of loop
    } // end of startGame() method
    } //end of class 

Maybe you are looking for

  • 6 days in and being billed for calls that can't ha...

    I opened up my relationship with BT on 16th December 2013. The engineer called and set up my wifi, TV and phone line. I didn't buy a phone until Friday 20th December and when I plugged it into the land line, it didn't work and BT confirmed that there

  • Trouble organizing songs in itunes

    I orgaganize my songs and podcasts the way I want them but everytime I unplug my shuffle they are mixed up. I have checked to make sure that its not on shuffle, but it mixes them up anyway. please help

  • Is there any way to recover ePrinter account email by using a ePrinter e-mail address?

    My problem is as follows, I registered my printer onto ePrintCenter and set custom email address to my printer. But, I logged out from the ePrintCenter and sine that time I couldn't login into the ePrintCenter any more as the system says that the e-m

  • OS upgrade from 2000 to 2003 possible?

    We are running OS Service Release 2000.4.3asr6 and CCM 4.1(3)sr4d. We want to upgrade CCM to Version 4.3(1), but it requires OS 2003.1.1 prior to the upgrade. Is it possible to upgrade OS 2000 to 2003? Thank you in advance. Zeek

  • Erreur fichier photoshop-1 avec Encore CS5

    Cette erreur s'affiche lorsque je veux écrire un texte sur un menu. Avez-vous une solution ? Merci.