Render engine does not stop after reaching 100%

It looks like to me that the render engine does not stop after reaching 100%. It does not affect the rendered file which is fine and complete
-the Pause and Stop buttons are displayed but have no effect on pausing or stoping the render
-when I want to quit SG, it locks up and have to Force Quit to get out of it.
I really like the program though and hope you are going to fine tune the UI and make it look like After Effect and Premiere.
I would encourage you to instaure round tripping between these two apps and SG.
It would be nice to have curves as well.
Thanks guys
Brice

Could you open the defaultTrace.X.trc files and check for the errors?
Good from my point of view is to make a search if those files for some stack traces with the string ".dsr."
Regards,
Aleksandar

Similar Messages

  • My MacMini does not stop after giving the order ''switch off''.What can I do?

    My MacMini does not stop after giving the order ''switch off''.
    It stops only, after pushing the button ''on/off'' for some seconds.
    What can I do?
    frahsun

    boot the Mac into safe mode, repair permissions while in it, then reboot normally.
    if that doesn't help, try resetting the System Management Controller (SMC).

  • SwingWorker thead does not stop after interrupt?

    Hi,
    I am using SwingWorker class from Java Tutorial, in order to run a new task thread not in event thread. So I defined a class MyTask that extends SwingWorker, and implements construct() and finish() method (see below for SwingWorker class). Meanwhile, I use a run button to control the task run, that is, when user click the run button the new thread starts by calling MyTask.start(), but I also want to have a Cancel button to stop the task run.
    SO in my actionPerformed() for cancel button, I use the following to stop the task, but the problem is that the task does not actually stop running! Any one knows what is the reason and solution? -- Thanks!
         public void cancel() {
              if (task != null) {
                   task.interrupt();
              dispose();
         }ps: SwingWorker class from tutorial is also included here.
    public abstract class SwingWorker {
        private Object value;  // see getValue(), setValue()
        private Thread thread;
         * Class to maintain reference to current worker thread
         * under separate synchronization control.
        private static class ThreadVar {
            private Thread thread;
            ThreadVar(Thread t) { thread = t; }
            synchronized Thread get() { return thread; }
            synchronized void clear() { thread = null; }
        private ThreadVar threadVar;
         * Get the value produced by the worker thread, or null if it
         * hasn't been constructed yet.
        protected synchronized Object getValue() {
            return value;
         * Set the value produced by worker thread
        private synchronized void setValue(Object x) {
            value = x;
         * Compute the value to be returned by the <code>get</code> method.
        public abstract Object construct();
         * Called on the event dispatching thread (not on the worker thread)
         * after the <code>construct</code> method has returned.
        public void finished() {
         * A new method that interrupts the worker thread.  Call this method
         * to force the worker to stop what it's doing.
        public void interrupt() {
            Thread t = threadVar.get();
            if (t != null) {
                t.interrupt();
            threadVar.clear();
         * Return the value created by the <code>construct</code> method. 
         * Returns null if either the constructing thread or the current
         * thread was interrupted before a value was produced.
         * @return the value created by the <code>construct</code> method
        public Object get() {
            while (true) { 
                Thread t = threadVar.get();
                if (t == null) {
                    return getValue();
                try {
                    t.join();
                catch (InterruptedException e) {
                    Thread.currentThread().interrupt(); // propagate
                    return null;
         * Start a thread that will call the <code>construct</code> method
         * and then exit.
        public SwingWorker() {
            final Runnable doFinished = new Runnable() {
               public void run() { finished(); }
            Runnable doConstruct = new Runnable() {
                public void run() {
                    try {
                        setValue(construct());
                    finally {
                        threadVar.clear();
                    SwingUtilities.invokeLater(doFinished);
            Thread t = new Thread(doConstruct);
            threadVar = new ThreadVar(t);
         * Start the worker thread.
        public void start() {
            Thread t = threadVar.get();
            if (t != null) {
                t.start();
    }

    take a look to this sample.
    http://java.sun.com/products/jfc/tsc/articles/threads/threads2.html

  • Capture Now does not stop after the limit is exceeded........

    Hi,
    I'm using FCP HD 4.5 on a DP500 G4, OS 10.3.9. I'm doing "capture Now" to get some VHS video into my machine. FCP will not stop the capture no matter how I set the time limit. This used to work, so what did I do??
    Quite frustrating.
    I've told FCP that I'm using a "non-controllable device" but the capture just keeps on going and going and going..........
    Help......
    Pete D.
    dual 500 G4 Mac OS X (10.3.9)

    When I tell it to stop it responds and stops just fine..... if it's been going for 10 minutes I have a 10 minute long file - even if the limit was 3 minutes......
    What happens when you tell it to stop rather than
    relying on the time limit?
    x
    Do your part in supporting your fellow users. If a
    response has been Helpful to you or
    Solved your question, please mark it as such
    as an aid to other lost souls on the forum.
    Also, don't forget to mark the thread Answered
    when you get enough information to close the thread.

  • Workflow does not stop after the first reject

    Hi!
    We just got a 30-day Microsoft 365 trial at work in which we also received a Share site! I've been playing around with it a lot, especially to help them build an approval process. I believe since this is just a trial, I do not get the globally reusable Approval
    Workflow. So I tried creating a new workflow attached to a list I created.
    In this process, when the list is submitted, it needs to be approved by 2 people sequentially - John Doe & then Billy Bob.
    When I create a new workflow, I click on actions and select "Start Approval Process". After doing that, it populates Step 1 with the following line - Start Approval process on Current Item with these users. I clicked on "these users" link and added the approvers
    in sequences - John Doe, then Billy Bob.
    I saved the workflow, checked for any errors and published the workflow. While testing with this workflow, I realized that when John Doe rejects the process, the task is still assigned to Billy Bob when it is actually suppose to stop.
    How can I stop this workflow right after John Doe rejects the process?
    Any help will be appreciated!

    Hi whocareswhoiam,
    Please post your question to Office 365 forums for quick reply. Below is the link.
    http://community.office365.com/en-us/f/default.aspx
    Thanks for your understanding.
    Best regards,
    Emir

  • TM Backups not stopping after reaching requested space

    My TM doesn't seem to know when to stop backing up anymore. For example, the latest backup has requested 19.18 GB, but it's still cranking along after backing up 31 GB and climbing. I have to stop the backups manually or it just keeps writing, never finishing.
    This keeps happening even after a restart of the iMac. Disk verify and repair found no problems on the TM disk. It is a 1TB WD USB drive that I've been using successfully for over a year, with about 325 GB still available.
    I am getting a lot of USBF timeout messages while TM is running. I have switched to different USB ports with the drive, and even switched to another similar WD drive, but the timeout messages persist. Could there be a problem with the USB bus itself? How would I check for this?
    Thanks for any ideas you might have on what I should try next.

    Yancy325 wrote:
    My TM doesn't seem to know when to stop backing up anymore. For example, the latest backup has requested 19.18 GB, but it's still cranking along after backing up 31 GB and climbing. I have to stop the backups manually or it just keeps writing, never finishing.
    This keeps happening even after a restart of the iMac. Disk verify and repair found no problems on the TM disk.
    It may be a directory problem on your internal HD. Try verifying it. If that shows problems, you'll have to boot from your OSX Install disc to repair. Post back if you need to do that but aren't sure how.
    I am getting a lot of USBF timeout messages while TM is running. I have switched to different USB ports with the drive, and even switched to another similar WD drive, but the timeout messages persist. Could there be a problem with the USB bus itself? How would I check for this?
    Especially with WDs, that's often a problem with the built-in sleep or "spin down" feature -- it doesn't spin back up quickly enough. Sometimes it's a sign the disk is beginning to fail, as if a bearing is getting sticky.
    Try removing the check from the +Put the hard disk(s) to sleep . . .+ option in System Preferences > Energy Saver temporarily. Some external drives respond to that setting, some don't, but if that stops the problem, at least you know it's the drive.

  • The looping does not stop after a true answer, why?

    "Ok, so you want to keep looping as long as the user didn't enter 1, 2, or 0, right?"
    Answer: Yes that's it.
    boolean repeat = false ;
    do {
    System.out.print(" Option 1  \nOption 2 \nOption 0" );
       int x = Integer.parseInt(br.readLine().trim());
          switch(x) {
       case 1 : System.out...etc.("test");
       case 2 : System.out...etc.("test");
       case 0 : System.out...etc.("test");
      default :  repeat = true; 
    } while( repeat == true) ; Steals repeating even if u give a true answer( 1 2 or 0)
    Help! :P

    If you go through the loop once with something other than 0, 1, 2, then repeat will be set to true, and it will never have the possibility to be set to false again.
    Each case should also set repeat to false.
    You should NOT initialize repeat to false at declaration. That way, if you miss one of the repeat = false; settings in the cases, the compiler will give you an error. As you have it now, the same logic error is still present, but the compiler can't detect it.

  • Hi help unlock the phone happened after we installed a new programa we can not get the activation password and ID, I know and still does not stop the phone bought in Israel and what documents should be sent to confirm that my phone Please read through the

    hi help unlock the phone happened after we installed a new programa we can not get the activation password and ID, I know and still does not stop the phone bought in Israel and what documents should be sent to confirm that my phone Please read through the help

    What I am saying is ..........
    The iPhone HAS to be active making calls on the UK carrier network for the carrier to identify as "theirs" and therefore eligible for the Carrier to unlock
    The way to achieve this is to use a PAYG sim making and receiving calls to establish a customer relationship  with the Carrier and then follow the Carrier's process to unlock
    With a PAYG it usually means adding a specified (by the carrier ) amount  usually £15 /£20 depending on the carrier
    This is how O2 function and according to Gemma  this is how Vodafone work

  • Firefox does not stop loading even after the site is loaded and continues as if it is still loading. I have clocked it to 15 minutes, why?

    Firefox does not stop loading even after the site is loaded and continues as if it is still loading. I have clocked it to 15 minutes, why? edit
    Details

    Sorry, I should distinguish between slow loading and manual reloading.
    I understood your problem to be that Firefox never finished loading the page, i.e., some part of the page was loading too slowly.
    By reloading, I meant Ctrl+r (or the reload button), to manually reload the page. You can disregard any cached files and reload all content fresh from the server by adding the Shift key, i.e., Ctrl+Shift+r (helpful when specific sites do not load correctly).
    If the page is automatically reloading itself over and over, that sounds like a completely different problem.

  • My MacBook Pro, does not start after pushing start button. The side bar starts and stops at half way.

    My MacBook Pro, does not start after pushing start button. The side bar starts and stops at half way.

    Hy myneck,
    Happy Holidays!  The resource below may provide some steps to try if your MacBook Pro won't start.
    Troubleshooting: My computer won't turn on - Apple Support
    http://support.apple.com/en-us/TS1367
    This article discusses what to do if your Mac won't turn on. To differentiate this from a display issue, be sure that when you press the power button:
    You don't hear a startup chime.
    You don't hear any fan or drive noise.
    There is no video on your built-in or external display
    If your computer has power but doesn't display any video, it may have one or more of these similar symptoms when you press the power button:
    You may hear a startup chime.
    You may hear fan or drive noise.
    You may see a light from the Sleep LED (if your Mac has one).
    Pressing the Caps Lock key on the keyboard causes it to light. 
    If any of these display-related conditions occur, see Troubleshooting: My computer has no video instead. Otherwise, continue with this article.
    If your computer won't turn on, try each of these steps:
    Verify you have a good connection from your Mac to the wall outlet by confirming the power cord and adapter if present are securely connected and plugged in. To check if the wall outlet is working, plug in a lamp or other electrical device.
    If the wall outlet is working and you continue to have no power try another power cord or adapter if available. If it works you may need a replacement cord or adapter. 
    Note: See Apple Portables: Troubleshooting MagSafe adapters for further troubleshooting with MagSafe adapters.
    Disconnect all accessories that are plugged in to the computer, such as a printer, hub, or other mobile device.
    If your Mac supports user-installable memory, solid state drive, or hard drive, and you recently installed any of these, make sure they are installed correctly and are compatible with your computer. If possible, reinstall the original memory or drive into the computer to find out if the behavior persists afterwards.
    MacBook Pro: How to remove or install memory
    MacBook: How to remove or install memory
    Mac Pro: How to remove or install memory
    Mac mini: How to remove or install memory
    iMac (27-inch, Late 2012): Installing or replacing memory
    iMac: How to remove or install memory
    Reset the SMC.
    If you are still unable to start up your computer after trying each of these steps, visit an Apple Store or Apple Authorized Service Provider (AASP) for further diagnosis. If you plan to visit an Apple Retail Store, make a reservation at the Genius Bar using http://www.apple.com/retail/geniusbar/ (available in some countries only).Note: Diagnostic fees may apply for issues not covered under warranty or the AppleCare Protection Plan (APP).
    I hope this information helps ....
    - Judy

  • Windows service Hyperion S9 BI+ 9.3 Core Services does not stop 100%

    Hi there,
    we run core and interactive reporting on a win2003 box and run them with windows servcies.
    Most of the times when I stop the "Hyperion S9 BI+ 9.3 Core Services" windows service it does not stop completely.
    In the windows taskmanager I see java.exe and rmservice8.exe still running.
    I have to kill those processes manualy to stop core completely.
    Is there a reason or a cause for this behaviour?
    And does anyone know -if this behaviour cant be avoided - how I command line driven stop the processes which still run?

    Sorry I seem to have posted into the wrong forum.

  • Personalization Scheduling Engine does not start -- Bug?

    Hi there. I don't know if it's the correct forum to post my question. If I'm wrong I ask you to redirect to
    the correct one.
    I've correctly installed Oracle AS 10g release 1 according to the following topology, on the production
    environment :
    Server 1 --> Here we are three oracle homes : Identity Management , Middle Tier (Portal and Wireless) ,
    Personalization.
    Server 2 --> MetadataRepository
    My problem focuses on Personalization. I advise that in my developing environment I've not got any problem.
    So , I've installed Oracle AS Personalization without wornings. I've created RE,MOR and MTR schemas as the
    procedure dictates. Problem's that Personalization Scheduling Engine does not start. It should start
    automatically but It didn't. So I tried to start it by hand following "Oracle Application Server Hi there.
    I don't know if it's the correct forum to post my question. If I'm wrong I ask you to redirect to the
    correct one.
    I've correctly installed Oracle AS 10g release 1 according to the following topology, on the production
    environment :
    Server 1 --> Here we are three oracle homes : Identity Management , Middle Tier (Portal and Wireless) ,
    Personalization.
    Server 2 --> MetadataRepository
    My problem focuses on Personalization. I advise that in my developing environment I've not got any problem.
    So , I've installed Oracle AS Personalization without wornings. I've created RE,MOR and MTR schemas as the
    procedure dictates. Problem's that Personalization Scheduling Engine does not start. It should start
    automatically but It didn't. So I tried to start it by hand following "Oracle Application Server
    Personalization Administrator's Guide 10g(9.0.4)". Specifically , when I try to start the scheduling engine
    with the command "execute OP_START_ENGINE" in the MOR schema I obtain an error linked to DBMS_JOB.run()
    method. Digging deep into the Oracle alert log file I found this brief linked to the error executin the
    script :
    Thu Apr 14 17:57:28 2005
    Errors in file E:\MetadataRepositoryHome\admin\asdb\udump\ORA01860.TRC:
    ORA-12012: error on auto execute of job 119
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.Exception: Scheduler Workflow Error:
    9756161113494248343 java.lang.NumberFormatException: 9756161113494248343
    at java.lang.Long.parseLong(Long.java)
    at java.lang.Long.parseLong(Long.java)
    at oracle.dmt.op.util.messagelog.MessageLog.getExecutionContextID(MessageLog.java:857)
    at oracle.dmt.op.workflow.SchedulerWorkflowClass.main_method(SchedulerWorkflowClass.java:101)
    at oracle.dmt.op.workflow.SchedulerWorkflowClass.SchedulerWorkflowJava(SchedulerWorkflowClass.java:91)
    ORA-06512: at "MOR_PORTALE.DMT_CLIENT_IDARWIN_WORKFLOW", line 0
    ORA-06512: at line 1
    So as the main error is "NumberFormatException" , I executed reverse engineering decompiling two Oracle
    classes , just to know the origin of the error :
    oracle.dmt.op.util.messagelog.MessageLog and
    oracle.dmt.op.workflow.SchedulerWorkflowClass
    After simple tracing I think I reached the origin and I shocked myself to see it!! The problem starts in the
    main_method of oracle.dmt.op.workflow.SchedulerWorkflowClass, i.e. :
    private void main_method()
    throws Exception
    String event_msg_args[];
    traceMsg += "Start";
    moduleID = "SchedulerWorkflowClass.main_method";
    traceMsg += "-executionContextID";
    executionContextID = MessageLog.getExecutionContextID();
    The problem resides in the getExectiongContextID() method of oracle.dmt.op.util.messagelog.MessageLog class.
    Code of this method is this :
    public static long getExecutionContextID()
    String hostIP = null;
    try
    InetAddress host = InetAddress.getLocalHost();
    hostIP = host.getHostAddress();
    catch(UnknownHostException ex) { }
    StringBuffer buf = new StringBuffer(20);
    if(hostIP != null)
    for(StringTokenizer st = new StringTokenizer(hostIP, "."); st.hasMoreTokens(); buf.append
    (st.nextToken()));
    buf.append((new Date()).getTime());
    String tmpString = buf.toString();
    String idString = tmpString.replace('?', ' ');
    idString = idString.trim();
    int len = idString.length();
    if(len > 19)
    idString = idString.substring(len - 19);
    long id = Long.parseLong(idString);
    return id;
    Simply , code obtains IP address of the Host , concats it with the current time and if the length of the
    result string is longer than 19 it obtains substring of (len -19) length!! I think , Oracle programmer
    thought to prevent NumberFormatException with the control "if(len > 19)
    idString = idString.substring(len - 19);"
    but that's strange , very strange!! In fact , in my case(with my IP Address 160.97.*.*) , method outputs
    NumberFormatExceptio 'couse long "id = Long.parseLong(idString);" is not able to convert the String
    "9756161113494248343" to java.lang.Long!!! 'couse it exceedes maximum value ( 2EXP(63)-1)!! So , I think
    it's bug but I don't know how to solve it!! Problem's in method's semantic. It should control that the
    String it creates is lower that the maximum value allowed for a long , not its length lower or equal 19!!!
    I mean , I cannot modify Oracle Java Class file.
    With kind regards,
    Nicola

    Fix in OracleAS 10.1.2.0.2 if you file a bug referencing bug 4397235 a backport of the fix can be provided on metalink.

  • J2EE Engine does not start

    Hi All.
    I installed a Dialog instance.
    After the installation of the license key on the central instance, the dialog J2EE Engine does not start anymore.
    Here it is the std_server0.out log:
    stdout/stderr redirect
    node name   : server0
    pid         : 1298548
    system name : PRP
    system nr.  : 10
    started at  : Mon Sep  3 19:07:54 2007
    [Thr  1] Mon Sep  3 19:07:55 2007
    [Thr  1] MtxInit: -2 0 0
    JVMST080: verbosegc is enabled
    JVMST082: -verbose:gc output will be written to stderr
    ^MSAP J2EE Engine Version 7.00   PatchLevel is starting...
    ^M
    Loading: LogManager ... 1887 ms.
    Loading: PoolManager ... 3 ms.
    Loading: ApplicationThreadManager ... 452 ms.
    Loading: ThreadManager ... 428 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 392 ms.
    Loading: LockingManager ... 140 ms.
    Loading: ConfigurationManager ... 4656 ms.
    Loading: LicensingManager ... 28 ms.
    Loading: CacheManager ... 311 ms.
    Loading: ServiceManager ...
    <AF[1]: Allocation Failure. need 536 bytes, 0 ms since last AF>
    <AF[1]: managing allocation failure, action=0 (959472304/1073740288)>
      <GC(1): GC cycle started Mon Sep  3 19:08:13 2007
      <GC(1): freed 64170704 bytes, 95% free (1023643008/1073740288), in 136 ms>
      <GC(1): mark: 123 ms, sweep: 13 ms, compact: 0 ms>
      <GC(1): refs: soft 0 (age >= 32), weak 0, final 475, phantom 0>
    <AF[1]: completed in 159 ms>
    Loading services.:
      Service cross started. (72 ms).
      Service file started. (156 ms).
      Service memory started. (160 ms).
      Service userstore started. (24 ms).
      Service timeout started. (51 ms).
      Service runtimeinfo started. (8 ms).
      Service trex.service started. (90 ms).
      Service jmx_notification started. (77 ms).
      Service p4 started. (182 ms).
      Service classpath_resolver started. (99 ms).
      Service deploy started. (9491 ms).
      Service MigrationService started. (28 ms).
      Service bimmrdeployer started. (6 ms).
      Service log_configurator started. (21621 ms).
      Service locking started. (3 ms).
      Service http started. (772 ms).
      Service naming started. (1518 ms).
      Service failover started. (23 ms).
      Service appclient started. (29 ms).
      Service javamail started. (87 ms).
      Service ts started. (70 ms).
      Service jmsconnector started. (80 ms).
      Service licensing started. (10 ms).
      Service iiop started. (141 ms).
      Service connector started. (119 ms).
      Service configuration started. (31 ms).
      Service webservices started. (463 ms).
      Service dbpool started. (8765 ms).
    Sep 3, 2007 6:08:47 PM          com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_54] Fatal: Initialization of UME
    persistence adapter "PRIVATE_DATASOURCE" failed.
      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 i
    nitialization failed.', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization f
    ailed.
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:379)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            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:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: null
            ume.db.connection_pool_type=SAP/BC_UME
            ume.db.connection_pool.j2ee.xatransactions_used=false
            ume.db.connection_pool.j2ee.is_unicode=FALSE
            ume.db.connection_pool.j2ee.oracle_native_driver_used=false: (No text available)
            at com.sap.security.core.persistence.datasource.imp.DataBasePersistence.init(DataBasePersistence.java:865)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:363)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:222)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:286)
            ... 6 more
    com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME i
    nitialization failed.', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization f
    ailed.
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:379)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            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:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: null
            ume.db.connection_pool_type=SAP/BC_UME
            ume.db.connection_pool.j2ee.xatransactions_used=false
            ume.db.connection_pool.j2ee.is_unicode=FALSE
            ume.db.connection_pool.j2ee.oracle_native_driver_used=false: (No text available)
            at com.sap.security.core.persistence.datasource.imp.DataBasePersistence.init(DataBasePersistence.java:865)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:363)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:222)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:286)
            ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Sep 3, 2007 6:08:47 PM              com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_54] Fatal: Critical shutdown was
    invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Anyone can help?
    Thanks,
    Marco

    Hi all,
    after some corrections, now the problem is changed.
    Here you can find the std_server0.out:
    <b>com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME i
    nitialization failed.', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization f
    ailed.
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:379)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            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:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=SAPPRP-DB SYSNR=10 GWHOST=SAPPRP-DB GWSERV=sapgw10 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner 'SAPPRP-DB:sapgw10' not reached
    TIME        Fri Sep  7 15:01:11 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2764
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       79
    ERRNO TEXT  A remote host refused an attempted connect operation.
    COUNTER     1
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:363)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:222)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:286)
            ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Sep 7, 2007 2:01:11 PM              com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_55] Fatal: Critical shutdown was
    invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.</b>
    Thanks all,
    Marco

  • Subvi does not stop from the mainVi immediately when the stop button pressed in the mainVi

    Hi guys,
    I have a mainVi which has a subVi inside. I want to have a kind of emeregency stop button in my mainVi.
    when I pressed the button, the program does not stop instantly. it does one loop and then stops.
    please help me to solve this problem.
    Attached you can find the Main and SubVI
    Attachments:
    Sample2 MainVI.vi ‏18 KB
    Move_MINI Editted SubVI.vi ‏13 KB

    This is basic dataflow. Any code is available to run as soon as data is present on all its inputs. No data is present at its outputs until all the code inside has completed.
    What this means in your case is that the stop button will likely be read almost instantly when the while loop starts an iteration. It will not be read again until the start of the next iteration. This is why it will usually take an extra iteration to stop. You can either force it to read the stop button after the other code inside the loop completes or use a Producer/Consumer (events) architecture where the stop button will be read in a parallel loop containing an event structure.
    It also means that the Move_MINI subVI has no means of responding to any external events (such as the stop button being pressed) after it has started running. All the other subVIs are missing so it is hard to tell what is going on. From the control labels and VI names I suspect that this may be some kind of motion control system. If so it probably takes 100s of milliseconds to seconds or longer to complete a move. To allow an external event to modify the behavior of such a VI, you need a means of communication between the event (stop button) and the VI. A notifier may be an appropriate choice. The VI also needs to be configured in such a manner that it never goes more than about 100 ms without an opportunity to stop. Without knowing more about the subVIs, I cannot say how this might work.
    Lynn

  • Flash player does not work after I installed it

    Flash player does not work after I installed it

    I'm using Mac Osx and my browser is Safari
    Date: Wed, 5 Feb 2014 00:41:29 -0800
    From: [email protected]
    To: [email protected]
    Subject: Flash player does not work after I installed
        Re: Flash player does not work after I installed it
        created by Mike M in Installing Flash Player - View the full discussion
    This is a user-to-user forum, NOT 24/7 support. You're "lucky" I happen to be up at 1:40 am to answer you.
    What OS are you using?
    http://mmonlinedesigns.com/images/os.png
    What browser?
    http://mmonlinedesigns.com/images/browsers.png
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6087541#6087541
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6087541#6087541
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6087541#6087541. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Installing Flash Player at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

Maybe you are looking for

  • Cannot retrieve definition for form bean null

    Hi,           I have a page jsp which contains a form. This form contains an action           towards (page.do ).           I configured struts-config.xml file in whom I put a configuration of           action ( type=xxx.pageAction ) but not form bec

  • How do I get rid of this line under tabs: Firefox prevented this page from automatically redirecting to another page?

    Firefox 8.01. This message first appears when accessing my gmail account then disappears and my mailbox opens.

  • Plz help me in solving this problem

    Hi all i am facing a problem with calculation of billing amount,late/delayed payment surcharge(DPS),and arrear.the problem is there is no any particular field in DFKKOP table where the value against these fields are stored and rest 2 fields value DPS

  • ISupplier Portal Personalization

    Hi, I personalized the OAF page and everything works fine when I login with the Oracle apps userid. If I login with the iSupplier User id and go to the responsibility, the personaliations doesn't work. Even I don't see the Personalize page option on

  • CXMS_NON_CHAR_MAPPING_UC - middleware issue

    Dear all, after the installation of SP we are facing the following issue with Middleware (from ECC to CRM). When calling FM CXMS_NON_CHAR_MAPPING_UC we enter in a new part of the code that has been introduced with note 1395248. The comment to the new