Unable to find framedyn.dll when compiling VI for fpga

When trying to compile an FPGA on cRIO, a window with the following message popped up: unable to find framedyn.dll.  How can I resolve this and compile the VI?

I just had this problem and NI Help was able to solve the issue.  It is actually a windoze enviroment variable problem. 
See http://support.microsoft.com/kb/319114
regards
MDDAve
CLA
Visualize the Solution
CLA
LabVIEW, LabVIEW FPGA

Similar Messages

  • Unable to find framedyn.dll

    When trying to compile an FPGA on cRIO, a window with the following message popped up: unable to find framedyn.dll.  How can I resolve this and compile the VI?

    RKING wrote:
    NI Support solved this problem.  There is a MS KB for this one.  I will remove it from the discussion board.
    Here's a better idea:
    This thread needs to remain so others will also find the solution in the future.
    You should post a real link to the KB article that solved the problem.
    LabVIEW Champion . Do more with less code and in less time .

  • I received a psd file created in CS6 for MAC, I am unable to find the layers when I open it in photoshop in Windows. What can i do to edit the files?

    I received a psd file created in CS6 for MAC, I am unable to find the layers when I open it in photoshop in Windows. What can i do to edit the files? What can be done so that I can either open and see the layers or how can the sender save it in a way that it doesn't "merge" the layers in some way to just one?

    Could try saving as tiff provided layers and transparency are chosen at the time of saving. But it's hard to give a definitive answer as it depends on the final usage. For example PSD's tend to work better in applications like In Design in comparison with tiff.

  • Unable to find a volume that is suitable for staging the boot image.

    I have an SCCM 2012 OSD task sequence that is failing when it tries to stage the boot image to the drive before rebooting.  The log file shows:
    Staging boot image CET00028 TSManager 6/5/2014 3:57:58 PM 1492 (0x05D4)
    Mounting \Device\HarddiskVolume6 at Z: TSManager 6/5/2014 3:57:58 PM 1492 (0x05D4)
    Unmounting volume Z:\ TSManager 6/5/2014 3:57:58 PM 1492 (0x05D4)
    Checking to see if the data path is on a bootable volume TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    Volume C:\ because it is not suitable as the system partition TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    Searching for a volume to stage the boot image TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    Volume S:\ is not NTFS TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    Volume C:\ because it is not suitable as the system partition TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    Volume R:\ is not on a fixed disk TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    Volume X:\ is not on a fixed disk TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    BootImage::FindBootableVolume( NULL, sPath), HRESULT=80070490 (e:\qfe\nts\sms\framework\tscore\bootimage.cpp,1045) TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    Unable to find a volume that is suitable for staging the boot image.
    Element not found. (Error: 80070490; Source: Windows) TSManager 6/5/2014 3:57:59 PM 1492 (0x05D4)
    I've seen others get this error code and fix it by injecting the correct storage drivers.  In my case I believe I have the correct storage drivers.  In a separate MDT 2013/WDS environment I can deploy
    8.1 to the same machine using the same drivers with no problems so my drivers appear to allow proper access to the drive.  When I check the volumes with DiskPart they all appear to be fine.  The C:\ volume has the _SMSTaskSequence folder on it with
    files so it is certainly writable.  The system is set for UEFI mode.  Of course if I change it to Legacy mode this problem doesn't happen.  I have also integrated MDT 2013 into SCCM console and both an SCCM task sequend and an MDT task sequence
    do the same thing. Any ideas?
    Thanks,

    From the error, the C could not be the staging location because it is system partition. You need to format a fixed drive to NTFS partition and try again.
    Juke Chou
    TechNet Community Support

  • Unable to find the UK HP technical helpline for my unresolved problem with my HP Mini Notebook

    I am unable to find the UK HP technical helpline for my unresolved problem with my HP Mini Notebook, I seem to keep going round in circles on the web site. Can anyone please give me the UK HP technical helpline number.  My 'No Disk Error has not been resolved as yet.  Thank you if anyone can help. Jan

    Hi, Jan:
    Below is the telephone contact info you need...
    In-Warranty & Out-of-Warranty
    0207 660 0596
    (Only valid within the UK)
    Mon-Fri 8.30-18.00
    Sat 10.00-16.00
    (except for Bank Holidays)

  • Unable to find jvm.dll problem

    Hi,
    The problem is how to let windows know the jvm.dll is located at c:\jdk1.3\jre\bin\classic. When I execute invoke.exe, it will say unable to create JVM, bcoz jvm.dll not found.
    If I copy the invoke.exe in c:\jdk1.3\jre\bin\classic, it is working fine, able to find jvm.dll
    Thank you

    I try to add PATH toc:\jdk1.3\jre\bin\classic, but it doesn't work.
    I did not put jvm.dll. But,Don't know why, suddenly it work. May be while compiling, I add jvm.dll directory in source files dir, header file dir, library file dir, executable file dir. I am not sure.
    Thank you very much.

  • Can't find AIRes.dll when updating AI CS6 to 16.0.5

    I get the following message when I try to update AI CS6 ver. 16.0.3 to 16.0.5:
    "Can't find AIRes.dll. Please re-install the application"
    I uninsatlled and reinstalled and changed permission to admin. Restarted computer and still get message.
    Win 8.1
    16 Gb RAM

    Refer to the doc.
    http://helpx.adobe.com/security/products/illustrator/apsb14-11/_jcr_content/main-pars/down load/file.res/Install%20Instructions%20for%20Illustrator%20CS6%20Hotfix.pdf

  • Cannot find symbol error when compiling from cmd

    When compile and running program from Eclipse 3.3 everything works fine, but when trying to compile from cmd I get this error:
    C:\TEMP\1>javac A.java
    A.java:38: cannot find symbol
    symbol : class SwingWorker
    location: package javax.swing
    import javax.swing.SwingWorker;
    ^
    A.java:48: cannot find symbol
    symbol : class SwingWorker
    location: class A
    class Task extends SwingWorker {
    ^
    A.java:109: cannot find symbol
    symbol : method addPropertyChangeListener(A)
    location: class A.Task
    task.addPropertyChangeListener(this);
    ^
    A.java:110: cannot find symbol
    symbol : method execute()
    location: class A.Task
    task.execute();
    ^
    java -version get back: java version "1.6.0_14"....
    now, if i copy .class file that Eclipse made and just execute thet .class file from cmd everything works fine.
    here is the code, but i think that problems is somwhere else. i tried to serach on google, but... :(
    import java.awt.BorderLayout;
    import java.awt.Cursor;
    import java.awt.Insets;
    import java.awt.Toolkit;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.beans.PropertyChangeEvent;
    import java.beans.PropertyChangeListener;
    import javax.swing.BorderFactory;
    import javax.swing.JButton;
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JProgressBar;
    import javax.swing.JScrollPane;
    import javax.swing.JTextArea;
    import javax.swing.SwingWorker;
    public class A extends JPanel implements ActionListener, PropertyChangeListener {
        private JProgressBar progressBar;
        private JButton startButton;
        private JTextArea taskOutput;
        private Task task;
        class Task extends SwingWorker {
             * Main task. Executed in background thread.
    //        @Override
            public Void doInBackground() {
                 System.out.println("test");
                return null;
             * Executed in event dispatching thread
    //        @Override
            public void done() {
                Toolkit.getDefaultToolkit().beep();
                startButton.setEnabled(true);
                setCursor(null); //turn off the wait cursor
                taskOutput.append("Done!\n");
        public A() {
            super(new BorderLayout());
            //Create the demo's UI.
            startButton = new JButton("Start");
            startButton.setActionCommand("start");
            startButton.addActionListener(this);
            progressBar = new JProgressBar(0, 100);
            progressBar.setValue(0);
            progressBar.setStringPainted(true);
            taskOutput = new JTextArea(25, 50);
            taskOutput.setMargin(new Insets(5,5,5,5));
            taskOutput.setEditable(false);
            JPanel panel = new JPanel();
            panel.add(startButton);
            panel.add(progressBar);
            add(panel, BorderLayout.PAGE_START);
            add(new JScrollPane(taskOutput), BorderLayout.CENTER);
            setBorder(BorderFactory.createEmptyBorder(20, 20, 20, 20));
         * Invoked when the user presses the start button.
        public void actionPerformed(ActionEvent evt) {
            startButton.setEnabled(false);
            setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
            //Instances of javax.swing.SwingWorker are not reusuable, so
            //we create new instances as needed.
            task = new Task();
            task.addPropertyChangeListener(this);
            task.execute();
         * Invoked when task's progress property changes.
        public void propertyChange(PropertyChangeEvent evt) {
            if ("progress" == evt.getPropertyName()) {
                int progress = (Integer) evt.getNewValue();
                progressBar.setValue(progress);
    //            taskOutput.append(String.format("Completed %d%% of task.\n", task.getProgress()));
         * Create the GUI and show it. As with all GUI code, this must run
         * on the event-dispatching thread.
        private static void createAndShowGUI() {
            //Create and set up the window.
            JFrame frame = new JFrame("Veritas Backup");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            //Create and set up the content pane.
            JComponent newContentPane = new A();
            newContentPane.setOpaque(true); //content panes must be opaque
            frame.setContentPane(newContentPane);
            //Display the window.
            frame.pack();
            frame.setVisible(true);
        public static void main(String[] args) {
            //Schedule a job for the event-dispatching thread:
            //creating and showing this application's GUI.
             javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();
    }thank you very much!!!!

    Perhaps you are running an older version of javac. What do you get with "javac -version" or try compiling with the full path to jdk 1.6.0_14/bin/javac.

  • 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.

  • Unable to find ZENAUTIL.DLL

    Hi
    Some of our workstations (mainly XP) are facing following problem after installing and or upgrading to ZfD Agent 4.0
    and or 4.0.1
    During startup i get an error "Unable to load zenautil.dll
    I can regenerate the error by trying to start the service "Novell Zfd Remote Management"
    I checked TID10076950 but the environment contains the correct path "c:\Program Files\Novell\Zenworks"
    I can start "wmsched" via the Start -> Run as mentioned in another thread (zenautil.dll (TID not working)) to
    doublecheck if the path var s working.
    The file "zenautil.dll" is present in dir "c:\Program Files\Novell\Zenworks\RemoteManagement\RMAgent\"
    After checking the logfiles "c:\Program Files\Novell\Zenworks\RemoteManagement\RMAgent\RME rrorLog1.txt"
    I could fix the problem on some clients (some where missing a value in the registry)
    "Critical : Failed to open HKLM\Software\Novell\ZENWorks\InstallPath"
    But there are still a few I can't fix. and their logs telling me this
    Normal : Resource DLL is successfully loaded
    Normal : Loading : C:\Program Files\Novell\ZENworks\ZenLite.dll
    Critical : ZENNDSUtil: Failed to load C:\Program Files\Novell\ZENworks\ZenLite.dll. Error: 126
    Critical : LoadZenAutilLibraryAndGetProc : LoadZenLibraries() Failed !!!
    Normal : ZenRem32.exe : ZenRem32ServiceMain() Failed to load one of the ZenAutil.dll and its dependent DLLs
    Zenlite.dll is present at "C:\Program Files\Novell\ZENworks\ZenLite.dll" it is the correct version and
    there are no duplicates present
    Any Ideas?

    Dave,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • WAR - how to continue compiling even when compile fails for some jsp's

    i am trying to pre-compile all my jsp's and find out all the compilation
              errors in all the jsp's..
              i am defining a war app and i am making the weblogic server to precompile
              the jsp's.. i control this from web.xml
              the problem is
              weblogic starts compiling the jsp's and when it hits the first error it
              bails out.. i doesn't precompile the rest of the jsp's..
              how do i make weblogic server to continue compiling the rest of the jsp's??
              anyone??
              

    You sure can run a Windows Form and while it is visible, run code in the Powershell script, and communicate the information from the 'main' script  to the form.
    To do this you need create a separate Powershell runspace and dependent on situation either use shared memory and timer in the form or delegates to directly call form elements
    Please check my article at codeproject for extensive journey of using all core Windows Forms, WPF, Selenium with Powershell for tasks which often require various option prompts.
    http://www.codeproject.com/Articles/799161/Dealing-with-Powershell-Inputs-via-Basic-Windows-F
    You find there over 40 common Windows form patterns  ( prompts, grids, check/radio boxes, progress bars of many forms, tree views, item lists, passwords, tool tips, system tray widgets, browser controls, examples of using p/invoke, hosting custom controls,
    dealing with selenium webdriver, dealing with selenium-unfriendly file upload dialogs etc. ) all covered there - working code for every example is provided, and the code is hosted on github.
    Routine daily devops tasks of executing Powershell scripts in a complex environment suddenly become a less challenging task. Web scraping becomes more fun

  • Unable to find Transfer Rules and Data Source for 0PERSON Info Source

    Hi,
    I'am working on SALES ANALYSIS Configuration with the help of SAP Best Practices.
    I'am trying to load Master Data Attributes/Texts/Hierarchies.
    I'am able to load for allmost all the InfoPackages which i created for particular DataSource.
    Now i need to load master data for 0PERSON InfoObject under that Person (Attributes) and Person (texts) are there,for this 2 Transfer Rules and the DataSource has to be defined by default as it is defined for other Attributes/Texts/Hierarchies.But i'am unable to find a DataSource and Transfer Rules to create a infopackage for PERSON Attributes and Texts.
    Please gudie me with a solution in order to get these Transfer Rules and DataSource for this Attributes and Texts.
    With regards,
    Pradeep.B

    Hi,
    Install the corresponding master data objects from Business content. Go to data source find out the needed datasource, replicate it. If you want you can migrate it also.
    If still you are not getting 0person masterdata object datasource & transformation structure, then you have to create the transformation, Infopackage.
    Hope if you will install the business content again, it will solve your problem.

  • I cant find my webpage when I search for it

    I have created and published my website, but when I go to google and search for it i cant find it, this is the same for other search engines that I try to find my web page on?

    Well, you need to go to Google and let them know that you site exists.  If they don't know about you, then they can't find you.

  • Unable to find present opening jobs in Search for Job option in ESS

    Hi
    Unable to find all the present opening jobs in Search for Job option in ESS.
    Kindly help on this issue
    Regards
    Vishnu Priya

    Hi CCS
    Service name is E-recruiting and path is /default_host/sap/bc/.
    Please let me now if any more information is required
    Thanks
    Regards
    Vishnu Priya

  • Unable to find a DLL packaged in an ANE on Win XP

    I'm working on an ANE for Windows to expose some functionality for a 3rd party library. I've successfully built and packaged the extension in an appropriate .ane file. I've also made a simple test application that I've packaged with the native extension. The problem I'm hitting is that when I run the application, I receive an error that it can't find the 3rd party library DLL. I've verified that the 3rd party DLL resides in the native extension archive so I'm pretty confident that I have properly packaged the native extension.
    If I copy the 3rd party DLL to the app's executable directory, the application will run and my extension DLL works just fine. My first thought is that it's possibly an issue with the 3rd party library not being in a runtime path that windows searches to load DLLs. However, if that's the case, I'm a little confused as to why the application would be able to find my extension DLL but not the 3rd party DLL as they reside in the same directory. Anyone have any thoughts or hints as to what I'm doing wrong?
    Thanks so much,
    Josh

    Hi,
    were did you get your download from?
    prerequisites are here on SDN:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/sap web as java 6.40 system requirements.htm
    > - Can some body pass me installation help /guide
    All you need to know is on the dowloadsite of sdn.
    > - Is a database also a prerequisite before I can
    > install WAS (Only SQLServer or can i use something
    > else)
    a database is installed with the system.
    Regards,
    Benny

Maybe you are looking for

  • Duplicate loops when GarageBand installed

    I've noticed in GarageBand that I have many duplicate items in the loops browser. Almost every sample, if not all, is present in the list twice. Soundtrack (and FCE) came preinstalled on my Mac when I bought it from Apple, but I don't use Soundtrack.

  • Error code 404 comes up even after uninstalling and reinstalling

    After complete crash of laptop everything reinstalled. Attempted to put firefox as browser but each time I attempt to complete the download I get "error code 404" I uninstalled and reinstalled a number of times, but I still get the error code

  • How to take the battery off the IPhone 4 device?

    Where is the IPhone 4 battery located and how do I take it off?

  • RoboEngine install on IIS 6.0

    I've followed the preinstall instructions on this page... http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=rb_e01 then went through the install guide to get roboengine installed on a win 2k3 server. Everything seems to install fine, then sudde

  • Final Cut Express - Too Much?

    Is Final Cut Express overkill for someone who wants to make movies using primarily still photos?