Ok buttong on OAPageDialog does not contiue processing

Hi,
I have a requirement to issue a warning on the debrief page for Field Service if the #of Install Lines does not match # of Return Lines when the assignment status is set to closed.
I have extended the controller and followed the example on the user guide on how to create a dialog page but it's not working Below is my code:
if(installVO.getRowCount() != returnVO.getRowCount())
OAException descMesg = new OAException("Number of Install Lines do not match Parts Received");
OAException instrMesg = new OAException("Please provide the reason for this");
OADialogPage dialogPage = new OADialogPage(OAException.WARNING, descMesg, instrMesg, "", "");
dialogPage.setOkButtonLabel("Continue");
dialogPage.setNoButtonLabel("Cancel");
dialogPage.setOkButtonItemName("ContinueButton");
dialogPage.setNoButtonItemName("CancelButton");
dialogPage.setOkButtonToPost(true);
dialogPage.setNoButtonToPost(true);
dialogPage.setPostToCallingPage(true);
Enumeration params = pageContext.getParameterNames();
Hashtable hashtable = new Hashtable(1);
while(params.hasMoreElements())
String paramName = params.nextElement().toString();
hashtable.put("paramName", pageContext.getParameter(paramName));
System.out.println("Param names " paramName " -----> Param Values " + pageContext.getParameter(paramName));
dialogPage.setFormParameters(hashtable);
pageContext.redirectToDialogPage(dialogPage);
else if (pageContext.getParameter("ContinueButton")!=null) {
System.out.println("Continue Button Pressed");
super.processFormRequest(pageContext, webBean);
I did some tracing and it looks like it doesn't even evaluate else if (pageContext.getParameter("ContinueButton")!=null) when it goes back to the calling page. It just goes back to the start of PFR whether you click on yes or no. I'm running this on Jdev.

Hi,
1) Can you move your following debug block outside the if condition(starting of your ProcessFormRequest), and check your block is getting executed and check you are getting
ContinueButton in the parameter,
Enumeration params = pageContext.getParameterNames();
Hashtable hashtable = new Hashtable(1);
while(params.hasMoreElements())
String paramName = params.nextElement().toString();
hashtable.put("paramName", pageContext.getParameter(paramName));
System.out.println("Param names " paramName " -----> Param Values " + pageContext.getParameter(paramName));
2) Confirm that when you are coming back from OADial page to your page, there is no statements executed in the ProcessRequest.
Thanks.
With Regards,
Kali.
OSSi.

Similar Messages

  • Does not complete processing of "Home" of the Creative Cloud desktop application

    Someone know the way to fix the following issue?
    After installed some Creative Cloud Software, I had uninstalled Adobe application manager manually and installed Creative Cloud desktop application manually.  because automatic upgrade of creative cloud desktop application from adobe application manager does not work.
    The creative cloud desktop application setup had been completed successfully.  but,  seems that  it does not complete processing of displaying the history if I chose "Home".   The progress Icon will stay in continuity.  And any contents does not show on it.
    Regards,

    I'm posting this in a few threads to try to catch everyone having the problem.
    The good news is that I found a way to fix this.
    The bad news is that it involves uninstalling everything.  (Note that reinstalling over the old installs won't cover it, I'd tried that one once too. You'll have to fully uninstall each program before redownloading/reinstalling.)
    I spent many hours with tech support yesterday running through options unsuccessfully, and can very thoroughly assure you that uninstalling the desktop app, renaming any number of folders, and new user accounts all will not help you.  From doing a lot of research on various similar problems, it appears that it's possible for this to spontaneously resolve within a couple of hours.  If it doesn't, though, you're stuck with fixing it yourself.
    The best theory I found was that it's caused by updating or installing a program without doing it through CC.  If you've downloaded an installer and run that or clicked "Check for updates" in the help menu inside one of the other apps, this is you.  Other people have noted that if you know which app you did this with, you can uninstall that one to fix it.  If you have no idea, the simplest path is to just uninstall everything.  You can try doing things one at a time, but you'll need to reboot every time the uninstaller tell you to do so and then see if it's fixed.  (Personally, I got sick of that by the second time through.)  I do remember clicking "Check for updates" right around the time this started for me, but I don't know which program it was in, just that I knew it would trigger the updates I knew existed but CC wasn't acknowledging.
    I will also note that once I had everything uninstalled, I ran the Cleaner Tool and did a "Clean All". If you're going to or need to do that, make sure you've backed up all of your preferences, customizations, plugins, and so forth as needed.

  • Raise form trigger failure does not terminate processing

    There is a field in my form, on which there is a when-validate-item trigger, which cheks that the value in the field should be selected from list of values(LOV). If not done that way, error message is displayed.
    This works fine, when I enter a value myself and navigate to the next field, it throws an error. This is fine.
    But, problem occurs when I enter a value in the field and without navigating to the next field, I press Save(commit).
    When this is done - Key commit is invoked, which inturn invokes when-validate-item and erros is displayed. But when
    I press the Ok button, the error is displayed again and again. I have to close down the form to get out of it.
    In case of error, I have displayed the error and raised form_trigger_failure.
    I do not understand why form_trigger_failure terminates processing when I navigate to next field and does not terminate processing when I directly press Save(Commit)?
    Regards,
    Balaji

    find the code in When validate item trigger below. I don't much of code in key commit. It does not do anything with the field in question.
    DECLARE
    l_lov_indicator VARCHAR2(20);
    BEGIN
         IF :abc.code IS NOT NULL THEN
              -- If global is not initialized, that means that the value in
              -- code is not fetched from List Of Values and an error
              -- (FRM-40815) is raised. This error is handled in on-error
              -- trigger in Aon block.
              l_lov_indicator := :GLOBAL.lov_indicator;
              -- If global is initialized, the value in code
              -- is fetched from List Of Values and everything is ok.
              -- Otherwise, an error message is displayed.
              IF l_lov_indicator = 'TRUE' THEN
                   ERASE('GLOBAL.lov_indicator');
              ELSE
                   ERASE('GLOBAL.lov_indicator');
              raise form_trigger_failure;
              END IF;
         END IF;
    END;

  • Bridge CS6 bug: closing Bridge does NOT end process

    Bridge does NOT started at boot. 
    Windows 7 -64 (all current updates). 
    Photoshop CS6 13.0 extended
    Bridge 5.0.0 399x64
    After closing Bridge by clicking on the Close X or file/exit, the process 'bridge.exe' does not terminate and therefore thereafter trying to restart bridge fails. 
    Have to open up Task Manager, kill the bridge.exe process, in order to restart bridge.
    The bug is so variable that just when it appears repeatable, something changes.
    Any idea of what to look for?

    This is NOT TRUE.  "FYI:  In Windows, to exit a program/application, clicking the Close button in the upper-right corner of the program window is the same as using the File menu, and click Exit."
    If you click the red X you close the window and force close of the program.  Any changes you made to program will not be saved if you have the option "start Bridge at login" checked.   If you click File>Exit the program will go through the procedure to normally close down, and any changes you made will be saved. 
    I tried to follow your steps but was confused on steps 3,4,5,8,10.
    I used 1,2,3,7,9,11.  Bridge was closed.  Perhaps with all your "browse to bridge you are opening multiple copies?
    Hey, how about trying and commenting on my problem with the Find function in CS6?  http://forums.adobe.com/thread/1007726?tstart=0

  • APEX does not show 'Process Success Message'

    Hi,
    I was hoping to get help on a weird APEX issue.
    I have two identical APEX pages with the same templates. One of the page does not show the process success message after it inserts to the database. It does insert, just the message does not show up.
    I looked at the page that works and it is identical to this page. Does anyone have any good advice? I would really appreciate it.
    Thanks!

    When I see this, it usually turns out that I forgot to tick the check box for "include process success message" on a "Branch" object.

  • Problems with Labivew 2013 / 14 install - Ni Variable Engine error and Labview does not close, processes do not stop when I run Vis.

    Hi All,
    I am hoping at all my problems are relateded to a problem I am experancing, when I look into my windows 7 (64bit) event viewer near every time I boot up I get an error regarding the NI Variable Engine which reads.
    The description for Event ID 0 from source NI Variable Engine cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    C:\Program Files (x86)\National Instruments\Shared\Tagger\ni_tagger_plugin_mxs.dll: Failure to load plugin: Unexpected Error: Unable to get the Interface from the plug-in.
    and a second which is the same apart fomr the last line
    Unable to load the MXS configuration plugIn: Failed to get MAX Configuration interface for Tagger: 0x80040318
    I have tried uninstalling all labview things and I have tried repairing all labivew programs. Along with this I got this error when I installed Labview 2013 so I thougth why not try 2014 and I still get the same problems. I also shoudl point out I use bot 32 bit and 64 bit versions of labivew. I have installed labview on many machines before but never encountered this problem. That being said this was a new clean windows install.
    Along with thiese errors labview heardly ever shuts down properly when I close the program it just freezes and needs forshed shut down.
    Apart form this I noticed that when I run any of my Vis which I have never had problems with in the past and I stop the program somtiems processes keep using CPU such as "lktsrv.exe"
    I really need to get this sorted out because its morstly the crushing and processes not stopping which is rather annoying.
    I shoudl also say that these problems are both in the 32bit and 64 bit versions of labview not difference. and no difference if its 2013 or 2014
    Cheers

    Hi GajanS,
    Thanks for your reply sorry I havetn noticed anybody had replied as I stopped hoping for any responce before then.
    I have attached a screenshot of the four processes that seems to be giving me a problem.
    I have actually managed to find the program causing labivew to crash was in fact my antivirus software which I have now removed and have no more problems with labview crashing on shutdown.
    After removing it I tried the repair feature again for all my labview programs but sadly the one persistant problem remaining is still the four processes using around 13% processor each. I have found out this happens sometime after booting up regardless of if I run labivew or not. So it does not directly seem related to the running of any labview applications but rather a bug in the labview software.
     the processes are:
    lktsrv.exe
    tagsrv.exe
    nidmsrv.exe
    lkads.exe
    as shown in the task manager.
    I would relaly help if I can get this sorted out.
    Cheers
    Attachments:
    Screenshot 2015-03-24 21.50.00.png ‏12 KB

  • Launch action "delay" does not recognize process explorer

    Hi folks,
    we are working with ZCM11.3 latest updates and wanted to launch an application with user login, but not before the user desktop has fully started. Therefore we thought, we might just look out for "explorer.exe", which, being the user shell, finally pulls up the desktop.
    Unfortunately we cannot get the "delay" action to actually see the process on our Windows 7 64bit machines. We tried different spellings including just "explorer.exe", nothing works. Even when started from a fully initialized user environment, the bundle would not be aware of explorer as an existing process. However replacing that process by other programs, there is no problem at all.
    Anyone has some useful idea, how to resolve this or why this is happening? We would very much appreciate your contribution to that topic.
    Thanks
    nat-admin

    I have not tested this, but I don't see how this would accomplish
    anything......
    Explorer.exe loads LONG before you even see a desktop.
    It loads almost instantly after you have entered your credentials.
    You would be better served by keying on later loading user processes,
    such as perhaps ZenNoticyIcon.exe and then adding an brief additional
    delay based upon some std delays in your environment between that
    process loading and the desktop being ready.
    On 10/9/2014 1:16 PM, nat-admin wrote:
    >
    > Hi folks,
    >
    > we are working with ZCM11.3 latest updates and wanted to launch an
    > application with user login, but not before the user desktop has fully
    > started. Therefore we thought, we might just look out for
    > "explorer.exe", which, being the user shell, finally pulls up the
    > desktop.
    > Unfortunately we cannot get the "delay" action to actually see the
    > process on our Windows 7 64bit machines. We tried different spellings
    > including just "explorer.exe", nothing works. Even when started from a
    > fully initialized user environment, the bundle would not be aware of
    > explorer as an existing process. However replacing that process by other
    > programs, there is no problem at all.
    >
    > Anyone has some useful idea, how to resolve this or why this is
    > happening? We would very much appreciate your contribution to that
    > topic.
    > Thanks
    >
    > nat-admin
    >
    >
    Going to Brainshare 2014?
    http://www.brainshare.com
    Use Registration Code "nvlcwilson" for $300 off!
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Technical Support Engineer
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Activity monitor does not show processes

    When I run activity monitor it will not show any activity. Also, it does not show system memory, disk activity, or network. I think that the CPU section it not running correctly, either. Any suggestions.

    Nevermind..... I was using the activity monitor that transfered over from the powerbook!!

  • N82 does not correctly process DHCP leases

    I have no problem attaching my new N82 to my, and friends, home wireless networks. However, it fails to connect to the Univeristy Campus network giving the error: "Web: No gateway reply!"
    This is because the phone doesn't correctly process DHCP leases with the 'network of one'' (2545.255.255.255) subnet mask.
    Campus network details:
    HP WAP 530 enterprise access point. The DHCP server is an ISC dhcp server giving out ip address in the standard private class C address range (192.168.1.0) with a subnet mask of (255.255.255.255), and a default route of 192.168.1.1.
    This works on Windows 2000/XP/Vista and MAC OSX, but many embedded devices will not add the default route as they see it as outside their subnet. Many institutions use 255.255.255.255 to mitigate inter host communication.
    This means I cannot use my N82 at work and I'm not happy. Beware, don't assume you can use your Nokia device at work.

    If task manager says it's still running, then obviously it hasn't completed, contrary to what you said. Maybe this .exe process isn't written correctly. For example, maybe it is dependent on the current directory it is launched from, and so double-clicking it causes it to be launched from the directory it lives in, but when run from this java app, the working directory is somewhere else.

  • ORA-01092: ORACLE instance terminated. Disconnection forced ORA-00942: table or view does not exist on 12C RAC

    Hi Geeks,
    I have encountered an issue while starting up my database on 12c RAC.
    Till mount it goes fine but when i attempt to open it throws me an error.
    Total System Global Area 1.5400E+10 bytes
    Fixed Size                  4737560 bytes
    Variable Size            2952791528 bytes
    Database Buffers         1.2415E+10 bytes
    Redo Buffers               26857472 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00942: table or view does not exist
    Process ID: 11338068
    Session ID: 1429 Serial number: 3
    Here is the trace file output...
    ORACLE_HOME = /oracle_home/app/orahome
    System name:    AIX
    Node name:      INS1
    Release:        1
    Version:        7
    Machine:        00C8CCA74C00
    Instance name: INST1
    Redo thread mounted by this instance: 1
    Oracle process number: 7
    Unix process pid: 20381876, image: oracle@ins1 (TNS V1-V3)
    *** 2014-11-27 22:49:20.892
    *** SESSION ID:(197.5) 2014-11-27 22:49:20.892
    *** CLIENT ID:() 2014-11-27 22:49:20.892
    *** SERVICE NAME:() 2014-11-27 22:49:20.892
    *** MODULE NAME:(sqlplus@ins1 (TNS V1-V3)) 2014-11-27 22:49:20.892
    *** ACTION NAME:() 2014-11-27 22:49:20.892
    2014-11-27 22:49:20.889716 : Start recovery for domain=0, valid=0, flags=0x4
    *** 2014-11-27 22:49:24.580
    Successfully allocated 32 recovery slaves
    Using 3 overflow buffers per recovery slave
    *** 2014-11-27 22:49:24.740
    Thread 1 checkpoint: logseq 15, block 2, scn 3510749
      cache-low rba: logseq 15, block 3
        on-disk rba: logseq 15, block 72, scn 3510824
      start recovery at logseq 15, block 3, scn 0
    *** 2014-11-27 22:49:24.981
    Started resilvering redo thread 1 seq 15 blocks 72-73
    *** 2014-11-27 22:49:24.994
    Completed resilvering redo thread 1 seq 15
    *** 2014-11-27 22:49:24.994
    Started writing zeroblks thread 1 seq 15 blocks 74-81
    *** 2014-11-27 22:49:24.994
    Completed writing zeroblks thread 1 seq 15
    ==== Redo read statistics for thread 1 ====
    Total physical reads (from disk and memory): 4096Kb
    -- Redo read_disk statistics --
    Read rate (ASYNC): 35Kb in 0.25s => 0.14 Mb/sec
    Longest record: 0Kb, moves: 0/104 (0%)
    Longest LWN: 2Kb, moves: 0/33 (0%), moved: 0Mb
    Last redo scn: 0x0000.0035922b (3510827)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 262144
    Longest hash chain = 1
    Average hash chain = 25/25 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 151/176 = 0.9
    *** 2014-11-27 22:49:25.007
    KCRA: start recovery claims for 25 data blocks
    *** 2014-11-27 22:49:25.039
    KCRA: blocks processed = 25/25, claimed = 25, eliminated = 0
    *** 2014-11-27 22:49:25.054
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 15 Reading mem 0
    *** 2014-11-27 22:49:25.060
    Completed redo application of 0.02MB
    *** 2014-11-27 22:49:25.235
    Completed recovery checkpoint
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 262144
    Longest hash chain = 1
    Average hash chain = 25/25 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 176/176 = 1.0
    Recovery sets nab of thread 1 seq 15 to 74 with 8 zeroblks
    *** 2014-11-27 22:49:26.000
    2014-11-27 22:49:26.000433 : Validate domain 0
    2014-11-27 22:49:26.001348 : Validated domain 0, flags = 0x0
    *** 2014-11-27 22:49:28.315
    Count of ofsmtab$: 0 entries
    *** 2014-11-27 22:49:28.732
    ORA-00942: table or view does not exist
    ORA-00942: table or view does not exist
    *** 2014-11-27 22:49:28.738
    USER (ospid: 20381876): terminating the instance due to error 942

    In my case the issue has fixed by executing the following..
    grant SELECT on SYS.USER$ to XDB;
    grant SELECT on SYS.USER$ to CTXSYS;
    grant SELECT on SYS.USER$ to DVSYS;
    grant SELECT on SYS.USER$ to LBACSYS;
    grant SELECT on SYS.USER$ to APEX_040200;
    grant SELECT on SYS.USER$ to DV_SECANALYST; 
    Refer the above screen shot...

  • "Get Started" URL is rejected and XE database does not appear to start

    Hi,
    Brand new to Oracle, so I apologize for my ignorance. Have spent 3 days trying to launch the Get Started URL that Oracle puts on my desktop, or connect with Rapid SQL. I've spent all day today trolling these forums and am unable to resolve this issue.
    OS: Windows 7 Enterprise SP1
    System: i7 @ 2.7GHz, 8GB RAM, 64-bit
    DB: OracleXE 11g
    Error message from Chrome when I try to connect to http://127.0.0.1:8080/apex/f?p=4950: Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection.
    Here is the result of my TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 16-NOV-2
    012 14:42:28
    Used parameter files:
    C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = CONNECTL
    AP28.awi.state.fl.us)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVIC
    E_NAME = XE)))
    OK (0 msec)
    Here is the result of my LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date 16-NOV-2012 13:41:57
    Uptime 0 days 1 hr. 2 min. 50 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\CONNECTLAP28\liste
    ner\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CONNECTLAP28.awi.state.fl.us)(PORT=1
    521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Here is the result of my sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Fri Nov 16 14:47:53 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    ERROR:
    ORA-28056: Writing audit records to Windows Event Log failed
    OSD-00512: Message 512 not found; product=RDBMS; facility=SOSD
    O/S-Error: (OS 1722) The RPC server is unavailable.
    ORA-28056: Writing audit records to Windows Event Log failed
    OSD-00512: Message 512 not found; product=RDBMS; facility=SOSD
    O/S-Error: (OS 1722) The RPC server is unavailable.
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Process ID: 0
    Session ID: 0 Serial number: 0
    I have uninstalled and reinstalled the 64-bit version, the 32-bit version, repaired, stopped and started services, changed KEY_XE.reg, and the properties of the Get Started URL. No luck so far. Please let me know what I can do.
    Thanks in advance.

    Thank you for getting back to me so quickly!
    When I signed in to Event Viewer, I got an error message that my event services weren't running, so I downloaded this fix from Microsoft: http://support.microsoft.com/kb/2478117
    That started my Event Services and allowed me to sign into Event Viewer and clear my logs. They are all clear now.
    Then I repaired my version of 11G and rebooted, but am still unable to connect to the database or the Get Started URL.
    Here are my statuses:
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date 16-NOV-2012 16:31:35
    Uptime 0 days 0 hr. 2 min. 30 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\CONNECTLAP28\liste
    ner\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CONNECTLAP28.awi.state.fl.us)(PORT=1
    521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> exit
    sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Fri Nov 16 16:34:42 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL>
    At least it's a different error message now! Any ideas?
    Edited by: 971714 on Nov 16, 2012 1:40 PM
    Edited by: 971714 on Nov 16, 2012 1:41 PM
    Edited by: 971714 on Nov 16, 2012 1:41 PM

  • Adobe Media Encoder Does Not Get out of wait state

    Processor: Intel Core(TM)2 Quad CPU queue 6600 At 2.40 GH Z
    Memory:  8.00 GB
    System Type:     64 – bit Operating System
    Operating System:      Microsoft System 7 Ultra
    When transferring a 1 min. 11 second video from Adobe Premier Pro 5.5 to Adobe Media Encoder 5.5, the file sits in the Media Encoder for hours in the wait state and never completes.
    All my Adobe software is up-to-date. How can I remedy this problem?

    The status "Waiting" indicates that the job is ready to be encoded. As of CS5.5, AME by default does not start processing the Queue automatically. Instead, it waits for you to start encoding by clicking the Start Queue button in the upper right corner of the window--it looks like the Play button on a media player or editing app. Watch folders are an exception to this rule: jobs that come in via watched folders start automatically by default.
    You have the option of having AME start encoding automatically. To enable this, check the "Start queue automatically when idle for <n.n> minutes" and set the desired wait period.

  • Adobe Media Encoder does not start queue

    Hi, 5 days ago I started having problems with AME 6, just updated version 6.0.3.1 (64 bit). I work with premiere 6  version 6.0.5, windows xp, always worked since this week, AME :doesn.t start the queue. after 2 minutes working you can hear the sheep sound and the report says: unknown error, unable to locate or read original file. I updated everything was available, reinstalled the suite (premiere and encore 6), it's still not working.
    Do you have any idea about the problem?
    thank you
    Francesco

    The status "Waiting" indicates that the job is ready to be encoded. As of CS5.5, AME by default does not start processing the Queue automatically. Instead, it waits for you to start encoding by clicking the Start Queue button in the upper right corner of the window--it looks like the Play button on a media player or editing app. Watch folders are an exception to this rule: jobs that come in via watched folders start automatically by default.
    You have the option of having AME start encoding automatically. To enable this, check the "Start queue automatically when idle for <n.n> minutes" and set the desired wait period.

  • (HELP) ORA-27101: shared memory realm does not exist

    Contributors,
    I am a newbie in Oracle and have oracle database installed and working as expected until few days ago. One day i was getting these ugly messages when connecting via SQLplus
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Process ID: 0
    Session ID: 0 Serial number: 0I did some searches on this topic but haven't found solutions.
    * Some suggested to check[b] environment variables ORACLE_HOME and ORACLE_SID : my ORACLE_HOME is fine, and i DO NOT have ORACLE_SID on the day i realize the problem.
    I am not sure if ORACLE_SID variable is usually exist when my database was up and running. So i set ORACLE_SID yet did not help.
    * Some said check if the required services are running :
    - OracleOraDb11g_home1TNSListener : RUNNING
    - OracleServiceORCL : RUNNING
    * Other said that they have the same problem, but everything back to normal after several hours without anything configured / changed (miraculous)
    * I tried to restart or shut down, but no luck
    * In the same thread few days ago, Vlado helped me with suggestion to acces ADRCI and type SHOW PROBLEM also SHOW INCIDENT
    but the reply is DIA-48494: ADR home is not set, the corresponding operation cannot be done* Other implied to check the .ora files in NETWORK\ADMIN. I will post it (TNSNAMES.ORA, LISTENER.ORA, SQLNET.ORA) after this.
    My platform and some info :
    * OS : MS Windows Vista Ultimate
    * Oracle Database 11g Release 1 (11.1.0.6.0) Enterprise/ Standard Edition for Microsoft Windows 32-bit
    Mostly i used SQLplus and SQLdeveloper, for developing procedures/ functions/ packages in Oracle Spatial.
    Also, am running it in one laptop (server and client altogether).
    There is only one database in the Laptop (no other oracle database).
    How to fix this ? Please kindly help me.
    Many thanks in advance,
    Damon

    Here are the ORA files :
    ( Btw the service name / SID is "orcl")
    =====================================
    TNSNAMES.ORA
    # tnsnames.ora Network Configuration File: C:\ORACLE\product\11.1.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = geoltmatt)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
      )=====================================
    LISTENER.ORA
    # listener.ora Network Configuration File: C:\ORACLE\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = geoltmatt)(PORT = 1521))
      )=====================================
    SQLNET.ORA
    # sqlnet.ora Network Configuration File: C:\ORACLE\product\11.1.0\db_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)=====================================
    also other said that we need to issue commands like
    LSNRCTL STATUS
    TNSPING [host]
    Here they are :
    LSNRCTL STATUS
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 22-MAY-2008 18:12
    :46
    Copyright (c) 1991, 2007, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date                22-MAY-2008 12:03:17
    Uptime                    0 days 6 hr. 9 min. 29 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\ORACLE\product\11.1.0\db_1\network\admin\listener.o
    ra
    Listener Log File         c:\oracle\product\11.1.0\db_1\log\diag\tnslsnr\geoltma
    tt\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=geoltmatt)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    TNSPING [host]
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 22-MAY-2
    008 18:14:15
    Copyright (c) 1997, 2007, Oracle.  All rights reserved.
    Used parameter files:
    C:\ORACLE\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
    COL=TCP)(HOST=128.250.171.197)(PORT=1521)))
    OK (0 msec)Please kindly help me... (also thanks for vlado)
    TIA.
    =Damon

  • Lsnrctl services does not show service XE - new install of Oracle Express

    It's a time-consuming and problematic installation of Oracle Express 11g, but for the moment just one question: why isn't service XE showing up in lsnrctl services? Here's that output, with Service XE missing:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    listener.ora is:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora is:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    slqnet.ora is:
    SQLNET.AUTHENTICATION_SERVICES = (NONE)
    NAMES.DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

    Well, I think this is progress, attempting to connect in sqlplus gives the error I had in SQL Developer when I had service XE showing up in lsnrctl services (that was the 2nd installation, now on the 3rd)
    SQL> connect system/xxxxxxx
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Process ID: 0
    Session ID: 0 Serial number: 0
    So, couldn't connect and no luck with alter system register.
    Yes, I should be OK with 127.0.0.1, both client and server are my home PC. Thanks for the idea of testing with no listener.ora at all - I renamed and moved listener.ora, for this interesting result: in sqlplus I either get the same ORA-01034 and ORA-27101, or 2 pages of a sqlplus help file, depending on the logon syntax used. I'm sure that's user error. In SQL Developer New Database Connection Test I get ORA-12514.
    I've been closely following the thread from Marco ORA-01034 , ORA-27101 in windows Domain, and have learned a lot from you, Srini and TSharma. I think I'm leaning towards the possibility of a bad install. Task Manager shows process oracle.exe running (this may not mean much) and Services shows all the Oracle services Started. I don't know enough to interpret what I'm seeing for oracle.exe in Windows Process Explorer, although it looks like something is running. But suppose, hypothetically, that it was a bad installation, how would I test that?
    Looking at the log files, I'm seeing clsc1.log is nearly identical to what Marco reported in that other thread:
    Oracle Database 11g Clusterware Release 11.2.0.2.0 - Production Copyright 1996, 2010 Oracle. All rights reserved.
    2013-04-12 01:25:47.968: [ default][3228]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    [    CLSE][3228]clse_get_crs_home: Error retrieving OLR configuration [0] [Error opening olr registry key. The system cannot find the file specified.
    This may be another clue, the listener log file has this after a SQL Developer New Database Connection Test (test of Connection Type TNS + Network Alias XE, XE shows up just fine in the dropdown). My computer name is newamptron, and that host_addr IP is my DSL provider. Note the completely random port 2051. Essentially same message data with or without listener.ora in place.
    <msg time="2013-04-12T23:55:46.593+00:00" org_id="oracle" comp_id="tnslsnr" type="UNKNOWN" level="16" host_id="NEWAMPTRON" host_addr="75.79.62.xxxx">
    <txt>12-APR-2013 23:55:46 * (CONNECT_DATA=(CID=(PROGRAM=SQL Developer)(HOST=__jdbc__)(USER=Paul))(SERVER=DEDICATED)(SERVICE_NAME=XE)) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=2051)) * establish * XE * 12514</txt>
    </msg>
    <msg time="2013-04-12T23:55:46.609+00:00" org_id="oracle" comp_id="tnslsnr" type="UNKNOWN" level="16" host_id="NEWAMPTRON" host_addr="75.79.62.xxxx">
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor</txt>
    </msg>
    Thanks!

Maybe you are looking for

  • 'cycle region' wont work properly/erases previously rec. notes

    roger said: "Use the 'cycle region' facility: http://docs.info.apple.com/article.html?path=garageband/3.0/en/df1028.html i wasnt aware of this, but i did it as usual, as the yellow cycle is always "on" in my songs. so, whenever i press record and rec

  • Creating attachment in Webdynpro for ABAP

    Hi Expertrs,                   I am new to webdynpro for ABAP. I have a requirement like I need to create an attachment in webdynpro screen. I have searched the forums and I got the class CL_GOS_SRV_ATTACHMENT_CREATE and method EXECUTE_ITS. but when

  • Excessive undo segment extension

    I am using the automatic UNDO feature in 10g. The UNDO tablespace size is 3gb with autoextend set ON. Undo retention is set at 900. I am attempting to update 1M+ records contained in a global temporary table using FORALL .. UPDATE method. About 2 min

  • Java.sun example won't compile

    hello.. I've just succefully installed the JDK and am trying a few things ou to ensure it works, which as yet it doesn't. I'm using VIDE for the time being for my IDE and try to compile this.... which has been taken straight out of the tutorial pages

  • Error: cannot access class oracle.jbo.server.ViewObjectImpl;

    hi while compiling my project i m getting this error.. Error: cannot access class oracle.jbo.server.ViewObjectImpl; file oracle\jbo\server\ViewObjectImpl.class not found please help. regards naveen