Labview 2010 crashes XP while looking for webserver

Hi,
I am using a Windows 7 laptop with LV 2010 to compile my 32-bit executable.  I've copied it to my target Windows XP, SP3 computer and after running it for a short while it rebooted the computer automatically (I believe the reboot was caused by a BSOD).
I've gone into the Windows Event Viewer and there is an event that says "Labview information:  Error: 404 "Not Found" for "national instruments/ni-rpc/interface/eadfc80d-1e6f-425b-8986-12ccef98f646/ncalrpc", file "c:/program files/national instruments/shared/ni webserver/www/national instruments/ni-rpc/interface/eadfc80d-1e6f-425b-8986-12ccef98f646/ncalrpc": Can't access URL     ."
I'm attaching a jpg of the Event in case I typed it incorrectly.  There is another post that mentions this error but there is no resolution and the discussion went in a different direction:  http://forums.ni.com/t5/LabVIEW/LabVIEW-2010-unstable-on-Windows-7/m-p/1247366/highlight/true
Neither my Win 7 development laptop or my target Win XP system have this www folder.
Has anyone seen this before or know the cause?  Thanks.
Steve
Attachments:
Event Viewer small.jpg ‏69 KB

Altenbach,
Thanks for the quick reply.
Yes, the time stamp of this error coincides with the crash.  I guess I assumed that it caused the crash because I see about 20-25 instances of it in the Event Viewer.  Immediately before these errors appear there are two instances of the NI Configuration Manager with the Description saying "Opening configuration database".
This only happened on time and I have not been able to reproduce it again.
I'll need to explain to my customer why this Error has appeared so many times in the Event Viewer, and also how I can get it to not happen again.  Do you have any suggestions?  Once I isolate this error and prevent it from happening again then I can monitor the computer for future crashes.
Thanks.
Steve

Similar Messages

  • Invalid tag found: unexpected input while looking for attr name or '/ '

    Hi All,
    I am using apach myfaces version 1.1.5 and tomahawk version 1.1.5 in my project with tomcat 6.
    On one of my jsp page i am having a text box with value like D:\myfolder\subfolder\ .
    When this page is rendering i am getting following warning at console
    WARN  [http-8080-2] 10-07 16:26:46 Invalid tag found: unexpected input while looking for attr name or '/>' at line 212  (ReducedHTMLParser.java:566)Is there any way i can get rid of this problem?
    Thanks and Regards,
    Khush.

    panky_p wrote:
    One more thing have modifying the value for D:\myfolder\subfolder\ . As it has invalid escape sequence and string value will not be returned
    you will have to manipulate your string.
    Edited by: panky_p on Oct 7, 2009 11:38 AM
    you have to manipulate and add escape sequences somethin like "D:\\myfolder\\subfolder\\" or "D:/myfolder/subfolder/"Hi Panky,
    I have just downloaded myfaces blank war file with myfaces-api-1.1.6.jar , myfaces-impl-1.1.6.jar and tomahawk-1.1.7-SNAPSHOT.jar for testing purpose and then in helloword.jsp i write the code like followings:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <html>
        <head>
            <title>Hello World</title>
        </head>
        <body>
            <f:view>
                <h:form id="form">
                  <h:panelGrid id="grid" columns="2">
                    <h:outputText id="output1" value="Please enter your name"/>
                    <h:inputText id="input1" value="D:\\spool\\test_receiver_11\\" required="true"/>
                    <h:message id="message1" for="input1"/>
                  </h:panelGrid>
                </h:form>
            </f:view>
        </body>
    </html>And in the console i again got the following err :
    WARNING: Invalid tag found: unexpected input while looking for attr name or '/>' at line 10. Surroundings: '" name="form_SUBMIT" value="1"'.
    Can you check again?

  • Mac Pro App crashes while looking for server that no longer exists

    PROBLEM:
    Motion crashes every time I try to launch. Before it crashes, a window appears with the message: "Looking for "G4MDD"--which is my old G4 machine.
    BACKGROUND:
    I kept my old G4MDD networked to my MacPro Intel machine for a while during my hardware migration due to Motion app instabilities I was experiencing.
    Finally, with Motion v2.1.2, I was able to run Motion on my MacPro reliably.
    I disconnected G4MDD from the network, deploying it to another building, dedicated to other non-FCP purposes.
    I have not been able to launch Motion 2 on the MacPro since. It goes out looking for G4MDD, then crashes every time.
    REMEDIES I'VE TRIED:
    Everything Apple suggests on the Motion troubleshooting page, including re-install of the app following all instructions meticulously.
    QUESTIONS TO GROUP:
    1) Is there some server-related preference file I can try trashing?
    2) Any other suggestions?

    The location should be /Users/your name/Pictures. You can change this by holding down the option or alt key (the ones immediately to the left or right of the cmd keys either side of the spacebar) whilst clicking on the iPhoto application icon in your dock and making an informed choice from the options you see.
    By default iPhoto creates an iPhoto Library (the folder where all your data in iPhoto is stored) in the /Users/your name/Pictures folder. It seems that in the past you must have selected an externally or network attached volume named TOSHIBA as the location for the iPhoto Library instead using the instructions I've given you. All you have to do is revert it back to the location you now want.

  • LabVIEW 2010 crashes often when deleting multiple diagram objects

    LabVIEW 2010f2 has been reasonably stable for me so far, but I seem to get crashes to the desktop exactly under the following conditions:
    When deleting larger sections of code (=several objects selected with the mouse, typically including bad wires in the selection, followed by hitting the delete key).
    When this happens, LabVIEW becomes unresponsive for about 10 seconds, then crashes to the desktop. This scenario is quite reproducible in a statistically significant way. While it is not 100% reproducible, I've had it happen a couple of times in a row on the same restored VI, doing basically the same delete procedure. It happened in quite a few unrelated VIs.
    This is LabVIEW 2010f2 32bit on Windows 7 64bit. There is nothing in the failure log.
    I wonder if anybody else has seen similar correlations.... Thanks!
    LabVIEW Champion . Do more with less code and in less time .
    Solved!
    Go to Solution.

    Ben J wrote:
       I'll be looking forward to a jing or reproducable code of the issue.
    OK, got one!
    Open the attached file in 2010f2. (from this discussion. All that padding and re-stripping of the 2D array is not necessary, so we try to clean up the code a bit. )
    Jing file is here.
    We delete a few things in the right, then on the left, then on the bottom left.
    At 7 seconds, LabVIEW becomes unresponsive. At 12 seconds, it crashes to the desktop.
    (I was able to record this two times in a row!)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    BlurBenchmark3.vi ‏211 KB

  • Labview 2010 and MSSCCI Source Control for TFS

    Hi,
    I am trying to get Labview to work with the MS TFS source control using the MSSCCI provider. In our team we are using the TFS to manage a number of Visual Studio projects and i need to integrate labview into the existing source control.
    Having said that, I am having an issue selecting the MSSCCI provider in the labview source control window, when I select it i get the following error message:
    "Error -2971 occurred at prefPage_Source Control.vi
    Possible Reason(s):
    LabVIEW:  An error occurred while accessing the source control provider. The specified provider was not found."
    Now i looked up that error code and it has somethint to do with some PerForce source control client, which I am not using.
    Just for giggles, I installed the new PerForce client as per the following LV article http://digital.ni.com/public.nsf/allkb/9C42F3F1627CE0A78625768F007A7D03
    but that did not help, now I have the PerForce client as an option in the SourceControl Provider name in LV (which i do not need) and labview still complains when I try to pick the TFS MSSCCI provider.
    Any help could be greatly appriciated.
    Aws

    Out of curiosity, what registry values do you see in the "InstalledSCCProviders" key in the registry editor? The value data should point to the key that the "SCCServerName" value is at. In other words, the underlined portions below should match. 
    Registry Key Location: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
    Value Name:               Microsoft Team Foundation Server MSSCCI Provider
    Value Data:                 SOFTWARE\Microsoft\Team Foundation Server MSSCCI Provider
    Registry Key Location: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Team Foundation Server MSSCCI Provider
    Value Name:               SCCServerName
    Value Data:                 Team Foundation Server MSSCCI Provider
    I was able to reproduce your error when I changed the value data so that the underlined portions above do not match; it may be that your issue is caused by a registry inconsistency.
    Marcus B.
    ELP Support Engineer
    National Instruments

  • LabVIEW 2010 crashes when changing representation of TypeDef

    Hello NI,
    I have to report a bug
    which causes LV 2010 to crash with error in "datamgr.cpp", line 2720.
    This crash is reproduceable.I use LabVIEw 2010, 32 bit on Windows 7.
    To cause this crash you have to perform the
    following steps (I attached a sample VI to reproduce these steps.):
    Place a ring control on the FP, change
    representation to I32
    On the BD, create a property node “Strings
    And Values[]”
    The datatype of this property is Array of
    Cluster with 2 Elems, “String” & “Value”, where “Value” is of type I32
    Create a control of this property,
    surprisingly the type of Value is “extended”
    On the FP, select the cluster inside the
    array, click “Customize Control…” from Edit- menu
    In the Control- Editor change the DataType
    of Value to I32, then exit the Control Editor without saving the control,
    but replacing the original cluster
    LabVIEW 2010 will crash with the error
    message stated above
    The problem is to change the
    representation of the cluster element, where the cluster is part of a typedef. A
    solution is to forbid to call the “Customize”- editor directly from the FP (not
    nice) or to forbid to replace the orginal control, instead force the user to
    save the altered control to a .ctl (nicer).
    This shows a general problem with TypeDefs,
    where the array of a not-typedefed cluster is typedefed. This was discussed
    earlier with the cursor list of waveform graphs (couldn’t find it anymore, but
    read it in this forum) where this problem also can occur. So this is an appeal
    to National Instruments to change the TypeDef to the clusters and make arrays
    of them.
    And, after all, for me it is
    unexpected behaviour that a constant / control / indicator, created from a
    property (or any terminal / node I can find on the BD) has another datatype
    than the original terminal or node.
    Greets, Dave
    Picture 1: Type of property node
    Picture 2: Type of created control
    Picture 3: Error message
    Greets, Dave
    Attachments:
    Ring TypeDef Problem.vi ‏66 KB

    Hi All,
    I am also facing the same bug from the long time which causes loss of data unexpected.Please solve this bug and tell me any way to solve this.I am using Control Type Def in my project.
    Thanks
    Yogeshwar
    Attachments:
    error.jpg ‏19 KB

  • LabVIEW 2010 Crash

    All,
    LabVIEW 2010 now crashes every time I try and open it. It seems to crash at the "loading plugins" phase. I don't recall what I did to cause this. How can I solve this?
    Also there's no error log in the LabVIEW data folder under my documents.
    Regards,
    Ken

    Has anything changed about the system? Has the system ever been in a working state? Has the computer received recent updates from IT or the OS? Did you face any installation problems? 
    Has any third party software been recently installed on the computer? 
    Thank you very much for your time and follow up. Perhaps an installation repair for LabVIEW would assist in ensuring all the correct files are still on disk, in case anything may have been deleted.
    Cheers, 
    Patrick Corcoran
    Application Engineering Specialist | Control
    National Instruments

  • LabVIEW 2010 crash when calling user32.dll

    Interesting LabVIEW 2010 "feature" I discovered this morning.
    Attached are two identical VIs, one saved in 2010 and one saved in 2009.  These VIs were specifically written to demonstrate the bug I stumbled upon this afternoon.  Each VI when run should allow you to find a specific program (window) open in Microsoft Windows and bring it to the foreground.  It relies on "user32.dll" to perform this operation.  It also allows you to specify the calling convention for the function call.
    In LV 2009, either calling convention works, without error.  However, in LV 2010 the calling convention for the function must be "stdcall (WINAPI)" and not the default "C".  If the calling convention is "C" then LabVIEW crashes and closes without warning.
    If you happen to have both LV 2009 and LV 2010 on your computer, I would love to hear if this phenomenon is duplicated so that I can pinpoint whether the bug is LV 2010 related or is more specific to my personal setup.
    Thanks,
    ~David
    Solved!
    Go to Solution.
    Attachments:
    LV2010 test.vi ‏13 KB
    LV2009 test.vi ‏14 KB

    221113
    Return
    CLFN with the wrong calling convention may siliently crash LabVIEW.
    LabVIEW 8.5 through 2009 could adjust the calling convention at run time if the user selected the wrong option. In 2010 this no longer happens. More information is found in KnowledgeBase 59KB14WI
    Workaround: Use the correct calling convention
    Reported Version: 2010 32-bit
    Resolved Version: N/A
    Added: 07/23/2010
    From 2010 release notes.
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • Labview 2010 crash at startup windows 7

    Hi,
    Labview crashes on startup. I get this message: "Labview 10.0 Development System has stopped working." I don't get any further than this.
    I have 95 computers running Windows 7 64-bit Enterprise. To install Labview on these I use the automated installer with these options: "/q /acceptlicenses yes /r:n /applyspecfile k:\zfdmsi\Labview2010\yellow1\".
    This was working on Windows XP. I have tried to install Labview manually on one of the windows 7 computers and it works fine.. But I cant do that on 95 computers...
    Any ideas why it's crashing?
    Thanks in advance.
    Solved!
    Go to Solution.

    Yes, m: is a network drive. We have a local policy on all workstations redirecting My Documents to the M: drive.
    I got the issue resolved by installing Labview 2010 SP1

  • HT202157 In Settings on Apple TV2, while looking for Closed Captions, I accidentally changed the default Language to something I cannot decipher. I cannot read the lists to find English. Help?

    Using AppleTV2, in Settings looking for closed caption aoption, I accidently changed the default language from English to something with hieroglyphics. How do I revert to English?

    http://support.apple.com/kb/HT5255
    Settings is the rightmost tab at the top.
    Settings > General is the first choice under it.
    Settings > General > Language should hopefully be the 11th item down, and there you should find English.

  • E75 crashes while looking for licenses

    1. I pressed >Menu >Ctrl. panel > Phone >Licences
    2. it opened for a few seconds then
    3. showed "Dialled numbers" on the top of the display
    4. then crashed and
    5. restarted without asking me for the PIN
    Model E75-1 | Type RM-421 | Software version 211.12.01

    Altenbach,
    Thanks for the quick reply.
    Yes, the time stamp of this error coincides with the crash.  I guess I assumed that it caused the crash because I see about 20-25 instances of it in the Event Viewer.  Immediately before these errors appear there are two instances of the NI Configuration Manager with the Description saying "Opening configuration database".
    This only happened on time and I have not been able to reproduce it again.
    I'll need to explain to my customer why this Error has appeared so many times in the Event Viewer, and also how I can get it to not happen again.  Do you have any suggestions?  Once I isolate this error and prevent it from happening again then I can monitor the computer for future crashes.
    Thanks.
    Steve

  • Labview is crashing (freezing) while running my app.

    Running LV 7.1, the app just freezes while running at random points during execution. How can I purse some help with this?
    Thanks,
    Bill

    Hi Bill,
    It does sound like this crash is specific to that machine. I did find a few logs of similar crashes in our notes but there's no record of anyone being able to reproduce the error and hence solve it.
    Do you have to use this machine for your application? Could you use the machine you know works?
    It is likely that there was a problem with the initial installation of LabVIEW. If you do need to use this machine, I would recommend doing a complete uninstall and reinstall of all NI Software. The directions for this are in the attached word document and the MSI blast software you need is at the following link:
    http://forums.ni.com/ni/board/message?board.id=250&message.id=12643&requireLogin=False
    Message Edited by SarahB on 07-25-2006 11:22 AM
    Sarah
    Applications Engineer | National Instruments | UK & Ireland
    Attachments:
    Removing NI Software.doc ‏27 KB

  • Our 3rd party extension causing DW CS3 to crash ... looking for consulting resource

    We have been maintaining an extension that creates Plateau
    (LMS) compatible questions since Dreamweaver MX2004. We updated it
    to work with Dreamweaver 8, and then updated it again for
    compatibility with Dreamweaver CS3. However, the extension now
    seems to crash Dreamweaver CS3 after we create a question (i.e.
    close the extension window).
    My feeling is that there is something in Dreamweaver that has
    changed since the previous version, either in the API that is used
    by code somewhere in the extension's files or in the way the
    application interacts with the extension's HTML. Something is
    making Dreamweaver unstable, and it does not seem to be any of the
    new code that we put in during the extension updates.
    I ran the crash through Visual Studio's debugger, but all I
    got was a cryptic error message: "Unhandled exception at 0x0083a03e
    in Dreamweaver.exe: 0xC0000005: Access violation reading location
    0x00000090." Looking at the disassembly did nothing to make the
    issue any clearer.
    Is anyone else experiencing crashes with extensions in CS3?
    What would be some of our options here? Are there
    consultants/experts who we could discuss an engagement to look at
    this?
    Or if the issue is within CS3 API - is there some one from
    Adobe monitoring this forum who might be able to point us to a
    technical sales person where we could discuss fix options with
    Adobe?
    THanks,
    Stephen

    Have a look here http://foundation.zurb.com/docs/components/reveal.html

  • My App Store keeps crashing when I look for an app! How can I change this?

    When I load an App my App Store crash! :/

    Hello, I'm sorry to hear that you are experiencing what most of us are experiencing.
    This is not something any of the users can fix, so we just have to wait for apple to bring a new update.
    Here is one thing you can try to clear it up though. Try rebooting your device by holding the power button down until it prompts you to shutdown, and restart it. If that doesn't work, try holding the power button and the home button down until the device is forced into a shutdown, and restart it.
    I hope that helps a little at least.
    ~Lt. Leviathan

  • Acrobat Pro 10 crashes on Mac, looking for advise

    Hello,
    I have been having major issues with my Acrobat Pro 10 that I purchased as part of CS 5.5. Acrobat closes/ crashes immediately after a document is selected and will not display or open any document. This issue is starting to become quite a headache and would appreciate any feedback or advise anyone has.
    Computer is a Mac book Pro, OS is 10.7.5
    Thank you,
    Benjamin

    Hi scout144,
    Please try the following steps and let me know if that worked for you:
    Delete all the files from following folders:
    [Home]/Library/Application Support/Adobe/SLStore
    [Home]/Library/Application Support/Adobe/SLCache
    And, delete all files from following folder except cache.db
    [Home]/Library/Application Support/Adobe/AdobePCD
    Then launch Acrobat and try to activate and check.
    Regards,
    Anubha

Maybe you are looking for