Stop thread with error 1000

Iam trying to start a thread by dynamically calling a re-entry vi and get a calling reference therefore. When I need to close the vi, I just use that vi reference to close it.
But I got the Error 1000 LabVIEW:  The VI is not in a state compatible with this operation.
Please see the attached piece code for the way I am open and close it(, since the original code is a bit complex)
P.S.
What is the best way to stop one of the multi dynamically called out re-entry vi outside itself somewhere else.
Also if multi instances of one re-entry vi are called out, how to monitor their existing status in debugging, such as whether they been killed. The log file some time is a bit slow.
Thanks
Solved!
Go to Solution.
Attachments:
Open Close.vi ‏19 KB
PubSub_QueueServiceTask.vi ‏22 KB
PubSub_TCPServiceTask.vi ‏15 KB

Hi,
Even though the subVI that you called is running, it is not running under its own execution; it is part of the execution of the top-level VI. The execution of a VI depends on the execution of the subVI that is called, so you are not allowed to abort the execution of a subVI. Even though two parts of the main VI may be running in parallel (the subVI and the VI Server Abort command), the subVI is not executing on it's own; it is part of the caller VI.
In order to abort a subVI from another VI, it needs to be running as a VI, not as a subVI. To make this happen, you would need to start the subVI through VI Server, using an Invoke node with the Run method. You also need to set the Wait until done option to False to eliminate the data dependencies of this VI. This way you can run and abort a VI from another VI. The major drawback to this however, is the greater difficulty of passing data values to the called VI. You would have to use the Set Control Value and Get Control Value methods to pass data to and from the called VI. I attached the examples below.
Sincerely,
Gunyapart Deephanphongs
Application Engineer
NI ASEAN
Message Edited by Chongnang on 11-21-2008 03:22 AM
Attachments:
That.vi ‏11 KB
This.vi ‏12 KB

Similar Messages

  • TS1368 I was downloading some movies, (2 successful) and the 3rd movie- Adventures of Rin Tin, has stopped download with error message -.50???

    I was downloading some movies, (2 successful) and the 3rd movie- Adventures of Rin Tin, has stopped download with error message -.50???

    Perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Stopping thread with timeout using threadpool

    Is there any way to set thread timeout within Executor.newFixedThreadPool ? I have a long queue around 5M which is creating with:
    ExecutorService executor = Executors.newFixedThreadPool(500);
    total = 10000;
    while (totalRows > 0) {
                    localStatement.executeQuery("SELECT domainID, domain FROM com WHERE status = '' LIMIT " + total);
                    totalRows -= total;
                    localResultSet = localStatement.getResultSet();
                    while (localResultSet.next()) {
                        HttpGet httpget = new HttpGet("http://" + localResultSet.getString("domain").toLowerCase());
                        executor.submit(new GetThread(httpClient, httpget, localResultSet.getInt("domainID")));
                    Thread.sleep(1000);
                    while (((ThreadPoolExecutor) executor).getActiveCount() > 10) {
                        try {
                            Thread.sleep(1000);
                        } catch (InterruptedException e) {
                            e.printStackTrace();
                    localResultSet.close();
                    System.out.println("New cycle");
                }But sometimes threads lock and cycle can't finish. Is there anyway to stop thread after N seconds? I can encapsulate Runnable into another Runnable and stop it from there, but it doubles threads, and I believe its not a good way.

    yes, you need at least one more thread. you could use one thread to monitor multiple other threads, but you need at least one more thread to wake up after the timeout and check on/cancel the main task.

  • HT204370 rental film has stopped downloading with error 50

    I have bought a rental film it has stopped downloading with the message error 50

    Perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Batch PDF Create from Powerpoint Files Stops Partway with Errors

    When converting several ppt files to pdf using the "Batch Create Multiple Files" command in Adobe Acrobat 9.1.3, the conversion process works properly for the first few documents and then stops, usually with the error "Cannot open document" for all subsequent ppt files in the chain. The ppt files listed as "cannot open document" are indeed opened as separate windows in Powerpoint 2007 (by Acrobat, not by me). I think this error might be due to a fragile requirement that no windows are made active during a conversion process, as if Acrobat or PDFMaker is sending commands to the active window and not to the specific document windows in Powerpoint. To recover from this error, I have to use Windows Task Manager to end the POWERPNT.EXE process. Does anybody have advice for this problem? I think the only workaround is to not use the computer at all when there are file conversions to pdf going on, which is a regrettable limitation of PDFMaker if true.

    You are almost there. Go back to your single Action, that just did the Save in the wrong place. Note its name. Go to File>Automate>Batch and point to that Action. Set your Source Folder and Destination Folder, choose whether to bypass Open command, and hit OK. Done!
    Here's a look at the dialog screen:
    You do not need multiple Actions, just the one that "almost" worked.
    Good luck,
    Hunt
    PS - if this does not work, then there is a problem with the Action.

  • Cannot Stop Thread with ServerSocket

    Hi
    I have a problem with a Thread that runs a ServerSocket. I want to stop this Thread from the main-application:
    Thread class:
    Constructor:
    serverSocket = new ServerSocket(address, port);
    public void run() {...
    while (true) { ....
    clientSocket = serverSocket.accept();
    I want to do the following in the main-application:
    because I want to set up a Thread with a new ServerSocket:
    myThread = null; // to stop the Thread, I also have tried to interrupt without success
    myThread = new Thread(); // => BindException and serverSocket == null;
    I always catch a BindException and in the Thread-Constructor the serverSocket is set null !
    How can I avoid this?
    I need to get a new serverSocket!!
    Can anyone help me?
    thanks, walter

    Thank's for reply: The problem I have is the following: My domain has a dynamic IP, so after the IP changes the s.accept() does not work any more!
    try // Point 1 *)
    ServerSocket s = new ServerSocket(portNumber);
    for(;;)     
    Socket incoming = s.accept(); // does not work after IP changes
    new ThreadedEchoHandler(incoming, i).start();
    So I have to detect that the IP has changed and have to start again at Point 1
    How can I do this?
    thx walter

  • Hi, my photoshop has stopped working with Error: 150:30

    Hi,
    My photoshop has stopped working with the above error message.
    Can anyone please advise as to how to rectify the problem?
    Thank you in advance.
    Simon

    Reinstall your software. You haven't provided any useful system and version info, anyway.
    Mylenium

  • Code compiled with licensed FB Premium stops automation with error.

    My setup:
    Windows 7
    Flash Builder 4 Premium, Version 4.0 (build 272416), volume license
    SDK 4.5.1, Flex 3 compatibility mode
    RIATest 4.3, RIATestAgent3.swc
    See the existing thread on this in the RIATest forum. I'm "nekobasu" there:
    http://www.riatest.com/forums.html?func=view&catid=9&id=4136#4136
    Here's what I do:
    I compile our application code in Flash Builder, including the RIATest and Flex automation SWCs. Here are the compiler flags:
    -include-libraries  "C:\Program Files (x86)\RIATest 4\agent\RIATestAgent3.swc" "C:\Program  Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation.swc" "C:\Program  Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation_dmv.swc" "C:\Program  Files (x86)\Adobe\Adobe Flash Builder  4\sdks\4.5.1\frameworks\libs\automation\automation_agent.swc"
    Everything compiles fine. So, I launch RIATest, then run my automated test against the freshly compiled application. My test automatically launches our application in a browser.
    The automated tests proceed normally, but after a while, a dialog/alert/message appears in our application stating, "License not present. With the trial version only limited replays are allowed." I'm using only legitimate, legal, valid licenses for Flash Builder, RIATest, and Windows. I'm not using the trial or limited version of anything. According to the folks at Cogitek, and from what I've found by searching, it is an error thrown by Flash/Flex; not by RIATest.
    This problem is preventing me from doing my job.

    Hello,
    It may be bcz of flex automation API
    Please see this link:
    http://www.gorillalogic.com/forumpost/1388
    Thanks and Regards,
    Kanchan Ladwani | [email protected] | www.infocepts.com

  • User exit - stop processing with error message displayed

    Hi guys,
    My scenario is like this
    Whil doing migo for the same batch number more than 3 times i should not allow to post the document.
    I have the material number and batch number in a seperate ztable
    for checking this found out there is an exit.
    Enhacmenet - MBCF0002
    EXIT_SAPMM07M_001
    I have written code in the above exit as
    select count(*) from ztable
        into t_charg
         where matnr eq i_mseg-matnr
        and charg eq i_mseg-charg.
    if t_charg gt 3.
      call function 'POPUP_DISPLAY_MESSAGE'
        exporting
          titel = 'Error Message'
          msgid = 'BD'
          msgty = 'E'
          msgno = '899'
          msgv1 = 'Batch Already Received 3 Times'.
    if sy-ucomm = 'OKAY'.
    elseif sy-ucomm = 'RW'.
    else.
    endif.
    endif.
    The program works fine and gives a pop up message and when i post the document
    it still gets posted.
    I should not allow to post the document
    Help me on this issue?
    Regards
    Senthil

    thanx for the reply
    Ihave created a message class z001 and maintained a message(001)
    but when i am trying to activate it says
    Field "Z001" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement . . . . . . . . . .          
    whether i need to include anything  in the program for message class
    senthil

  • "Licensing for this product has stopped working" with error: 150:30.

    I purchased CS4 as a download in 2011. Was working fine on my new Macbook Pro with Yosemite then this appeared.

    I downloaded the software again from Adobe (I don't have the disks) and the same message appeared. It did not even provide me the opportunity to input the serial #. For the record, before all this happened I was attempting to resolve some issues with Corel's Painter 2015. I had followed the suggestions of the Corel support services in which I had to enable the Root User and change the Library/preferences permissions to 'read and write' however I had reverted back to the original settings so I'm not sure if this would be the cause of my present problem.

  • NWCE 7.1 EHP1 installation - server0 stopped with error code 2150

    Hi All,
    ***I try to install NWCE 7.1 EHP1 with Oracle 10.2 on Windows Server 2003 Enterprise X64. On phase 29 of 40 Start Java Engine, it gives me this error:*****
    WARNING[E] 2010-08-11 13:18:27.468
    CJS-30222  Java process server0 of instance MII/J00 increased error count to 1. Giving up.
    ERROR 2010-08-11 13:18:27.593
    FCO-00011  The step startJava with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_StartJava|ind|ind|ind|ind|8|0|startJava was executed with status ERROR .
    WARNING 2010-08-11 13:18:27.687
    Could not get property IDs of the JavaScript object.
    ERROR 2010-08-11 13:18:27.687
    FJS-00010  Could not get value for property .
    ****I checked it on MMC and server0 stopped with error code 2150 (Core service start fails on initial startups )*****
    std_server0 is here:
    node name   : server0
    host name   : sapmii
    system name : MII
    system nr.  : 00
    started at  : Wed Aug 11 13:19:10 2010
    JVMX version - Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode)
    (CompilerOracle read from file D:\usr\sap\MII\J00\exe\sapjvm_5\jre\.hotspot_compiler )
    (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [D:\usr\sap\MII\J00\j2ee\cluster\bin\index.list]
    Reading kernel properties from kernelProperties.bin file...
       Checked the data for 15 ms
       Read the objects for 93 ms
       Substituted the values for 16 ms
    Finished reading kernel objects for 109 ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.11.3710.34306.20081117170308] is starting server process [ID7616850] on host [sapmii]...
    Loading [LogManager]... [31] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... [47] ms
    Loading [ThreadManager]... [0] ms
    Loading [ClassLoaderManager]... [32] ms
    Loading [ClusterManager]... [140] ms
    Loading [LockingManager]... [31] ms
    Loading [ConfigurationManager]... [1000] ms
    Loading [CacheManager]... [GC [ParNew: 436736K->8479K(655104K), 0.0153459 secs] 436736K->8479K(5024512K), 0.0154061 secs]
    [47] ms
    Loading [DatabaseManager]... [203] ms
    Loading [SessionManager]... [141] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 312 ms.
    Resolve components for : 31 ms.
    Load components for 1953 ms.
    Loading services.
    Calculate startup service set for 125 ms.
      Service [r3startup] started. [0] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [0] ms / [0] CPU ms
      Service [webservices] started. [0] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [0] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [0] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [0] ms / [0] CPU ms
      Service [tc~je~security~api] started. [0] ms / [0] CPU ms
      Service [cluster] started. [16] ms / [0] CPU ms
      Service [runtimeinfo] started. [16] ms / [0] CPU ms
      Service [jmx_notification] started. [31] ms / [15] CPU ms
      Service [userstore] started. [47] ms / [0] CPU ms
      Service [memory] started. [63] ms / [15] CPU ms
      Service [timeout] started. [78] ms / [31] CPU ms
      Service [cross] started. [94] ms / [46] CPU ms
      Service [log_configurator] started. [94] ms / [31] CPU ms
      Service [locking] started. [0] ms / [0] CPU ms
      Service [tc~sec~destinations~provider] started. [125] ms / [109] CPU ms
      Service [p4] started. [62] ms / [62] CPU ms
      Service [classload] started. [0] ms / [0] CPU ms
      Service [classload.facade] started. [0] ms / [0] CPU ms
      Service [msp] started. [16] ms / [15] CPU ms
      Service [classpath_resolver] started. [16] ms / [15] CPU ms
      Service [deploy] start ================= ERROR =================
    java.lang.IllegalArgumentException: No enum const class com.sap.engine.services.deploy.container.ComponentReference.SERVu0130CE
         at java.lang.Enum.valueOf(Enum.java:196)
         at com.sap.engine.services.deploy.container.ComponentReference.valueOf(ComponentReference.java:18)
         at com.sap.engine.services.deploy.server.Component.<init>(Component.java:44)
         at com.sap.engine.services.deploy.server.Component.create(Component.java:60)
         at com.sap.engine.services.deploy.server.properties.impl.PropManagerImpl.readStandardAppRefs(PropManagerImpl.java:497)
         at com.sap.engine.services.deploy.server.properties.impl.PropManagerImpl.<init>(PropManagerImpl.java:234)
         at com.sap.engine.services.deploy.server.properties.PropManagerFactory.initInstance(PropManagerFactory.java:27)
         at com.sap.engine.services.deploy.server.DeployServiceFrame.start(DeployServiceFrame.java:56)
         at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:155)
         at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:113)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:60)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:162)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:260)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [deploy] failed to start]
    ****What is the problem and how can I solve the problem.*****
    Thanks.

    Hi,
      Based on the Java trouble shooting guide 'error 2150' indicates that a core service failed to start. http://wiki.sdn.sap.com/wiki/display/TechTSG/(JSTTSG)(Kernel)ExitCodes. Based on the threads below it could be Oracle listener related.
    Re: FCO-00011 error occurred when install ECC6.0 SR3 IDES on Win2003_X64
    Problem installing JAVA WAS - ERP 7.0 (EHP4) - NW 7.01 - RHEL 5.3 - ORACLE
    HTH.
    O.

  • Adobe premiere pro cc 2014.2 has stopped working error 1000

    I'm about to throw this desktop across the room. Please someone help me. When I was using this last week, it would close all of a sudden after a while. Now, it does it so quickly I can only save once. Can anyone help? It's going down hill and I've got deadlines.
    Thanks in advance,
    Leslie

    Adobe Premiere Pro CC 2014.2 is the version I am on.
    I am up to date on all updates.
    Windows 7 64 bit Enterprise
    It stops working with anything I do.
    This is the error message I get in the application log:
    Log Name:      Application
    Source:        Application Error
    Date:          4/27/2015 4:13:02 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      USDOE0042087DT.BECHTELJACOBS.ORG
    Description:
    Faulting application name: Adobe Premiere Pro.exe, version: 8.2.0.65, time stamp: 0x5486db4a
    Faulting module name: devenum.dll, version: 6.6.7600.16385, time stamp: 0x4a5bded7
    Exception code: 0xc0000005
    Fault offset: 0x00000000000016a0
    Faulting process id: 0x13a8
    Faulting application start time: 0x01d0812687cc6c6e
    Faulting application path: C:\Program Files\Adobe\Adobe Premiere Pro CC 2014\Adobe Premiere Pro.exe
    Faulting module path: C:\Windows\system32\devenum.dll
    Report Id: cde2b72f-ed19-11e4-be69-005056c00008
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-27T20:13:02.000000000Z" />
        <EventRecordID>696921</EventRecordID>
        <Channel>Application</Channel>
        <Computer>USDOE0042087DT.BECHTELJACOBS.ORG</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Adobe Premiere Pro.exe</Data>
        <Data>8.2.0.65</Data>
        <Data>5486db4a</Data>
        <Data>devenum.dll</Data>
        <Data>6.6.7600.16385</Data>
        <Data>4a5bded7</Data>
        <Data>c0000005</Data>
        <Data>00000000000016a0</Data>
        <Data>13a8</Data>
        <Data>01d0812687cc6c6e</Data>
        <Data>C:\Program Files\Adobe\Adobe Premiere Pro CC 2014\Adobe Premiere Pro.exe</Data>
        <Data>C:\Windows\system32\devenum.dll</Data>
        <Data>cde2b72f-ed19-11e4-be69-005056c00008</Data>
      </EventData>
    </Event>

  • J2EE Engine Stopped with Error 11113

    Hi All,
    After I changed some values in the Portal UME to connect to ECC 6.0, after the restart of cluster the J2EE is not coming up and getting stopped with Error 11113.
    I have changed the Datasource to ABAP and tried resetting the values in Configtool as per the previous threads in the forum but could not get my J2EE engine up.
    Please find the last some last line of "std_server0.out" file:
    stdout/stderr redirect
    node name   : server0
    pid         : 3456
    system name : EP7
    system nr.  : 01
    started at  : Wed May 07 12:35:19 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 5340] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Loading: LogManager ... 562 ms.
    Loading: PoolManager ... 16 ms.
    Loading: ApplicationThreadManager ... 203 ms.
    Loading: ThreadManager ... 62 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 234 ms.
    Loading: LockingManager ... 250 ms.
    Loading: ConfigurationManager ... 2203 ms.
    Loading: LicensingManager ... 31 ms.
    Loading: CacheManager ... 172 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service memory started. (31 ms).
      Service runtimeinfo started. (172 ms).
      Service cafeucc~api started. (281 ms).
      Service cross started. (219 ms).
      Service timeout started. (156 ms).
      Service file started. (500 ms).
      Service userstore started. (78 ms).
      Service jmx_notification started. (94 ms).
      Service trex.service started. (156 ms).
      Service p4 started. (282 ms).
      Service classpath_resolver started. (46 ms).
      Service log_configurator started. (7172 ms).
      Service locking started. (0 ms).
      Service naming started. (515 ms).
      Service http started. (703 ms).
      Service javamail started. (297 ms).
      Service failover started. (219 ms).
      Service appclient started. (203 ms).
      Service ts started. (250 ms).
      Service jmsconnector started. (297 ms).
      Service licensing started. (32 ms).
      Service cafeugpmailcf started. (281 ms).
      Service connector started. (531 ms).
      Service webservices started. (953 ms).
      Service iiop started. (672 ms).
      Service deploy started. (20344 ms).
      Service MigrationService started. (47 ms).
      Service bimmrdeployer started. (16 ms).
      Service configuration started. (31 ms).
      Service dbpool started. (2453 ms).
    May 7, 2008 12:35:57 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_78] Fatal: User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "'password' missing". Connection data (obtained from properties of UME service in section "ume.r3.connection.master.": "{
      receiverid_guest=master
      poolmaxwait=10000
      client=800
      user=sapuser
      sysnr=02
      poolmaxsize=10
      ashost=SAP4
      receiverid=master
    May 7, 2008 12:35:57 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_78] Fatal: Initialization of UME persistence adapter "R3_DATASOURCE" failed.
    May 7, 2008 12:35:57 PM   com.sap.security.core.InternalUMFactory [SAPEngine_System_Thread[impl:5]_78] Fatal:
    May 7, 2008 12:35:57 PM   com.sap.security.core.InternalUMFactory [SAPEngine_System_Thread[impl:5]_78] Fatal:
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:346)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:211)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.api.UMException: Could not initialize principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: Could not instantiate principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: 'password' missing
         at com.sap.security.core.InternalUMFactory.initializeClass(InternalUMFactory.java:1258)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:302)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:251)
         ... 6 more
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:346)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:211)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.api.UMException: Could not initialize principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: Could not instantiate principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: 'password' missing
         at com.sap.security.core.InternalUMFactory.initializeClass(InternalUMFactory.java:1258)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:302)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:251)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    May 7, 2008 12:35:57 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_78] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Please take a look and help me in resolving this problem. Do let me know you need anymore other logs for analysis ?
    Regards,
    Srikar

    Hi Karthik,
    I have checked all the UME properties and are fine. I am trying to connect to ECC 6.0 Clnt 800 with Communication user I created called "portaluser" and the pwd along with system number and application host.
    I tried giving all the details in Configtool > Ume properties but again the same problem J2EE is getting stopped with the same error.
    About the SAPJSF user, it has been created while installation as a Dailog user in the EP system. I logged into the EP system and checked that in SU01. It there but not as a communication user but as a Dialog user.
    Can you let me know what could be the issue ?
    Regards,
    Srikar
    Edited by: Srikar Vankadaru on May 8, 2008 7:59 PM

  • Podcast download stopped with error -5000 in iTunes

    I have been continually getting these "stopped (err = -5000)" errors whilst trying to download podcasts. Weird because I can connect to the iTunes Store.
    Some research I've done suggests this is a permissions error. I have just installed Windows 7 Home Premium. I tried right clicking the iTunes media folder (that all downloaded content is stored) and changing the security settings to "all access" but nothing helped.
    Any other suggestions please?

    Check this page: http://support.apple.com/kb/TS1475 which has some information about error 5000.
    As you say, it appears to be a permissions error. From that page I noticed that you need to check the permissions of all the folders inside the iTunes music folder.
    If the folder structure is the same as Windows XP, then inside the iTunes Music folder will be a specific folder for Podcasts, called (unsurprisingly) Podcasts.
    Post again in this thread with any success or failure. Good luck
    Phil

  • HT203175 While trying to use my iTunes library it will suddenly stop working with the erro message Runtime error R6025 pure virtual function call.  HELP!!!

    While trying to use my iTunes library it will suddenly stop working with the error message Runtime error R6025 pure virtual function call.
    Help???

    Just responded to this in another thread (note we used Captivate 7 so it might be a different error).
    We found that when we created files with embedded swf files that existed ABOVE widgets in the timeline, when someone else tried to open our file it broke/we got the runtime error. The original person could still open it for a time, but eventually the cache would clear and they couldn't.
    However, if we ensured swf files are BELOW widgets in the source files, it didn't break. In fact, if we found one that was breaking and got the author to move the swf file on the timeline, it would start working for others.
    STRANGE! Let me know if this works for you to!

Maybe you are looking for

  • Why do we have to pay to upgrade, just to download the latest version of I-Tunes, when u can do it free on a P.C

    Why is it we have to go to the trouble of paying for and upgrading the OS version, i currently have 10.4.11, just to download the latest I-Tunes onto my Mac. We have a P.C running I-Tunes and we can download the latest version without the "upgrade".

  • Sun.applet.AppletViewer vs. appletviewer

    What's the difference between sun.applet.AppletViewer and just plain appletviewer. I recently had a problem with sun.applet.AppletViewer and I just wondered what the difference between the two is. I've looked around on the forum and conducted a searc

  • 2 invoicing parties for 1 PO?

    Folks, I can assign multiple invoicing parties to 1 vendor. This can and will allow me to post an invoice for 1 PO to 2 invoicing parties. I.e. 50% to invoicing party 1 and other 50% to invoicing party 2. Will this result in issues further on in FI?

  • Disabled button

    In have used Dreamweaver since 3 weeks and I stil don't know enough good. In some article in Developer Center I have seen, that the author was managing MySQL database with dreamweaver. And there was shown, how to do it. We have to click (+) in the da

  • Adobe Acrobat Reader DCのシステム要件

    Windows 8.1をサポートしていますか? 以下URLにはWindows 8としか記載していないため.確認させてください. 必要システム構成 | Adobe Acrobat Reader DC