Can not open registry. Registry name: EMPLOYEE

Hi Everyone,
I am getting the following error while trying to login page, "Can not open registry. Registry name: EMPLOYEE"
Looking at the webserver log files I got these:
tail -f PIA_stderr.logat weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7053)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java(Compiled Code))
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java(Compiled Code))
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java(Compiled Code))
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
Message not handled because no handler or no default installed for the service!
Message not handled because no handler or no default installed for the service!
Message not handled because no handler or no default installed for the service!
tail -f PIA_weblogic.log####<Nov 6, 2009 8:52:22 PM MST> <Info> <HTTP> <sliudv33> <PIA> <ExecuteThread: '49' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=794510126,name=PORTAL,context-path=)] /*: init>
####<Nov 6, 2009 8:52:22 PM MST> <Info> <HTTP> <sliudv33> <PIA> <ExecuteThread: '49' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=794510126,name=PORTAL,context-path=)] /*: Using standard I/O>
####<Nov 6, 2009 8:52:47 PM MST> <Info> <HTTP> <sliudv33> <PIA> <ExecuteThread: '48' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=794510126,name=PORTAL,context-path=)]
Could not open registry: EMPLOYEE
Local Node information:
Name: PSFT_HR
PortalURI: http://sliudv33.safeway.com:8999/psp/hrtstg/
ContentURI: http://sliudv33.safeway.com:8999/psc/hrtstg/
DefaultPortal: EMPLOYEE
From the appserv log files:
PSBRKDSP_dflt.479330 [11/06/09 20:27:11](0) PeopleTools Release 8.44.06 (AIX) starting
PSPUBHND_dflt.667896 [11/06/09 20:27:14](0) PeopleTools Release 8.44.06 (AIX) starting
PSPUBDSP_dflt.708666 [11/06/09 20:27:16](0) PeopleTools Release 8.44.06 (AIX) starting
PSSUBHND_dflt.659624 [11/06/09 20:27:18](0) PeopleTools Release 8.44.06 (AIX) starting
PSSUBDSP_dflt.622752 [11/06/09 20:27:20](0) PeopleTools Release 8.44.06 (AIX) starting
PSMONITORSRV.335914 [11/06/09 20:27:22](0) PeopleTools Release 8.44.06 (AIX) starting
PSADMIN.712882 [11/06/09 20:27:24](0) End boot attempt on domain HRDBA1
PSAPPSRV.688232 [11/06/09 20:29:31 GetCertificate](3) PeopleSoft ID and Password authentication succeeded for user PTWEBSERVER@sliudv33.
PSAPPSRV.688232 [11/06/09 20:29:37 GetCertificate](3) PeopleSoft ID and Password authentication succeeded for user PTWEBSERVER@sliudv33.
PSAPPSRV.688232 [11/06/09 20:30:19 GetCertificate](3) PeopleSoft ID and Password authentication succeeded for user [email protected].
From the hightlighted lines, it seems I was able to login... using JPAHI80 userid.... but all I see in the webpage is the error.
Following the suggestion from other thread, I changed this section in my start.hml file in the webserver,
*<frame name="header" SRC="<%=servletLoc%>PORTA/QE_LOCAL* to
*<frame name="header" SRC="<%=servletLoc%>PORTAL/QE_LOCAL*
and then recycled the webserver and appserver but still got the error.
I have tried installing new webserver instance and still the same error. I also tried using a working webserv from other environment but still the same error.
Below is our environment details:
Webserver - Weblogic 8.1.6.0
Ptools - 8.44.06
HCM - ver 8.8
Database - DB2
OS - AIX 5.3.00
My team is leaning on a database refresh but I asked them to hold it for now to give me time to investigate. Does anyone have any idea on how to proceed with this kind of error? Any help will be highly appreciated. Thanks

I just ran a trace and below is what I got:
PSAPPSRV.688252 1-5203 21.33.29 0.003 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 COM Stmt=SELECT VERSION FROM PSVERSION
WHERE OBJECTTYPENAME = 'SYS'
PSAPPSRV.688252 1-5204 21.33.29 0.004 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 Fetch
PSAPPSRV.688252 1-5205 21.33.29 0.002 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 COM Stmt=SELECT VERSION, DESCR254, POR
TAL_TEMPL_NAME, PORTAL_REMOTE, PORTAL_HOSTNODENAM, PORTAL_ISFOLDERNAV, PORTAL_FLDR_NAVOBJ, LASTUPDDTTM, LASTUPDOPRID, OBJECTO
WNERID FROM PSPRDMDEFN WHERE PORTAL_NAME = :1
PSAPPSRV.688252 1-5206 21.33.29 0.000 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 Bind-1 type=2 length=8 value=EMPLOYEE
PSAPPSRV.688252 1-5207 21.33.29 0.002 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 Fetch
PSAPPSRV.688252 1-5208 21.33.29 0.000 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 COM Stmt=SELECT COUNT(*) FROM PSPRDMCN
TPRV WHERE PORTAL_NAME = :1
PSAPPSRV.688252 1-5209 21.33.29 0.000 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 Bind-1 type=2 length=8 value=EMPLOYEE
PSAPPSRV.688252 1-5210 21.33.29 0.002 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 Fetch
PSAPPSRV.688252 1-5211 21.33.29 0.000 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 COM Stmt=SELECT COUNT(*) FROM PSPRDMDE
FNLANG WHERE PORTAL_NAME = :1
PSAPPSRV.688252 1-5212 21.33.29 0.000 Cur#1.688252.HRDBA1 RC=0 Dur=0.000 Bind-1 type=2 length=8 value=EMPLOYEE
PSAPPSRV.688252 1-5213 21.33.29 0.042 Cur#1.688252.HRDBA1 RC=8601 Dur=0.001 Fetch
PSAPPSRV.688252 1-5214 21.33.29 0.017 Cur#1.688252.HRDBA1 RC=0 Dur=0.002 Rollback
PSAPPSRV.688252 1-5215 21.33.29 0.002 Cur#1.688252.HRDBA1 RC=0 Dur=0.002 Disconnect
~

Similar Messages

  • About 1356 ERROR:pifreg:can not open registry database error

    I test the simpsver using simpclw run on the same machine, the simpsver seen to
    run normally. After config the correct network option,I test the simpsver on the
    different machine using simpclw, now I get the "1356 ERROR:pifreg:can not open
    registry database error" ,the action bea suggested is "Make sure that the directory(default
    TUXDIR/udataobj) is not on an NFS mounted filesystem that does not support file
    locking", but in fact bea client is installed on a local file system (ext2)!

    malikdba wrote:
    the last option which ask to delete the files. i already have deleted the files at operating system level. now the issue is how to let the system that the space is free in flash recovery area? rman is not running crosscheck command at mount stage of the target database. What steps should i follow now?
    Thanks
    malik
    Are you saying you are getting an error while trying to crosscheck at mount?  Or you simply don't believe it will work?
    oracle:orcl$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Thu Jul 11 10:52:48 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area     839282688 bytes
    Fixed Size                     2231128 bytes
    Variable Size                503317672 bytes
    Database Buffers             331350016 bytes
    Redo Buffers                   2383872 bytes
    RMAN> crosscheck archivelog all;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    specification does not match any archived log in the repository
    RMAN>
    A perfectly normal crosscheck at the mount stage

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

  • HT5622 hi,my name is kutan.since i updated ios7 on my ipad;internet got very slow,i can not open facetime no more,i can not download or update anything from apple store! so this is just redicilous! please any help?

    hi,my name is kutan.since i updated ios7 on my ipad;internet got very slow,i can not open facetime no more,i can not download or update anything from apple store! so this is just redicilous! please any help?

    It is hardly Apple's fault that Epson can't/won't update their driver, but at least Epson suggest that you use the Gutenprint driver, which in any case is far better that what Epson offer.
    You can get it here:
    http://gimp-print.sourceforge.net/
    You can download the latest version from here:
    http://sourceforge.net/projects/gimp-print/
    Have you downloaded the recent Apple update to Epson drivers?
    http://support.apple.com/kb/DL1398

  • HT1430 I can not open my email.  A box comes up stating- CAN NOT GET MAIL, The user name or password for "Hotmail" is incorrect,   I never have to use a password on my IPAD.    What is going on?

    I Can not open my email, Never had this problem...   Message says:   CAN NOT OPEN MAIL, The user name or password for "HOTMAIL" is incorrect.
    What is going on???????

    Check your email settings (on your iPad) for that account and make sure the username and/or password are correct.

  • I do not remember what name and password and it uses the device used and I can not open it is at activation

    I do not remember what name and password and it uses the device used and I can not open it is at activation

    Hey there Haimnus!
    I have two articles that I believe will help you resolve this issue:
    iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/ht5818
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account
    http://support.apple.com/kb/ts4515
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • I can not open the bookmarks tab or use the right mouse button in firefox

    ''locking this thread as duplicate, please continue at [https://support.mozilla.org/en-US/questions/1053467 /questions/1053467]''
    I recently downloaded firefox to my new laptop. I can not open the bookmarks tab or use any of the right mouse button options.

    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    *Download the full Firefox installer and save the file to the desktop<br>https://www.mozilla.org/en-US/firefox/all/
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • I can not open any downloads sent to my computer,

    Please help me.  I can not open any downloads sent to my computer.  Every email with a download, comes up with "...contains a virus..."  I think it might be a firewall (don't know that for a fact) but it was happening before I installed the Fix-It Utilities11 and now it happens all the time.  Can anyone help me?  Thanks for reading this post.

    H PWillis,
    It is probably just me - I am not particularly trusting - I hate "trial period" software.  I don't know recognise Fix-It Utilities 11; I did call it up and look at the webpage for it and read the cover page...
    http://www.pcworld.com/article/216429/finetune_you​r_pc_with_fixit_utilities_11_professional.html
    In My Opinion:
    Whatever Fix-It might be doing, it doesn't seem to have fixed anything.  It is possible your system is so badly infected that you are in the "badlands" of virus-ville; on the other hand, the sort of "horror message" seems a bit over the top for a tool that is supposed to fix your computer.  The page I read compared this software to Registry Mechanic and that makes me cringe.
    IMO, remove this Fix-It software from your computer.
    Control Panel > icon view > Programs and Features > find and remove it
    Reboot
    Install some decent Anti-Virus software and run a deep scan on your computer.  I will recommend two free ones.  You can try one or both - not at the same time; remove one if you want to try the next.  I will provide a web page so you can check on other products.
    I have used the Avast Free version in the past; I now use the licensed version.  We also have the free AVG on at least one system.  There are other good products.  The point is to use something to thoroughly sweep your system for issues and make sure it is healthy.
    NOTE:  To run either (any) of the Anti-Virus products that I mention, you MUST remove Norton (if you have it on your system).  Norton Security does not mix with other security software.  It will complain when you try to remove it.  Just tell it to go away and it will do so if you insist.  Restart (Reboot) you computer after removing Norton and before installing other Anti-Virus Security Software...  Norton is removed from Programs and Features (above).
    Anti-Virus Software:
    Avast Anti-Virus
    AVG Anti-Virus
    If you would like other recommendations for Antivirus Software, you can check out Microsoft’s own page on the subject, where you can find links to many companies who provide Windows 7 compatible products.
    Windows 7 consumer security software providers
    Once you have done a thorough check of your computer, come back and let us know if you still have issues!
    I hope this helps!
    It is my pleasure to assist.
    Say “Thanks!” for the Help by clicking the Kudos Star to show your appreciation.
    Fixed?  Mark this Post “Accept as Solution” to help others find the answers.
    Note: You can find “Accept as Solution” only on threads started by you.
    Good Fortune!  Year of the Dragon!
    Kind Regards,
    Dragon-Fur

  • I can not open my mac version of Contribute because it says it contains power pc applications- what

    i can not open my mac version of Contribute because it says it contains power pc applications- what can I do to get it to open?

    Do a clean reinstall and delete the Firefox program folder before reinstalling a fresh copy of Firefox.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 19.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible, to cleanup the Windows registry and settings in security software.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored in the Firefox Profile Folder and won't be affected by an uninstall and (re)install, but make sure that "remove personal data" is NOT selected when you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • OFFICE 2010 can not open EXCEL files by double click, only File Open....

    Hi:
    I am using WIN7 ultimate 64 bit and excel 2010 (office 2010 Pro plus).
    I can not open any excel file(.xls and .xlsx) with a double click on the file. if I double click on the file, the application launches and excel starts, but no file is loaded and no error message, I have to manually go file open and select the file and
    then it opens correctly...
    I have tried every solutions I can find from internet, but none worked....
    1.Repair the office 2010 instalation.------doesn't work.
    2.Right-click the file >>Select "Open With" and select [Excel 2010]>> Check always use this program. ------doesn't work.
    3.Options>>Advanced>>General section>>unchecked "Ignore Other Applications that use Dynamic Data Exchange (DDE)".------doesn't work.
    4.Run>> input "Excel /regserver". ------doesn't work.
    5.Create new user profiles.------doesn't work.
    6.Delete EXCEL folder under "HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\".------doesn't work.
    Is there any other solutions can fix this problem? Any help are appreciated. 
    Yong.

    Hello Yong,
    Thanks for posting in our forum. Seems you've already tried lots of things, and I can see that those are all steps that reportedly have worked for others.
    Here is one more thing that you might want to have a try:
    Open Registry Editor
    Go to the registry key HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command
    Highlight the key, select the (Default), select "Modify..."
    from the pull-down menu and then enter the value below: "C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE"
    "%1" (include the quote marks)
    Then OK your way out
    Please have a try and feel free to post back.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Protected mode message comes up and when I try to open files it says it encountered an error and to check online.. i can not open any files now

    Within the past week I have been getting messages when trying to open pdf files " that its in protected mode and can not open"
    I deleted adobe and reinstalled directly from Adobe.com and now I can not open any file with a message it has encountered an error
    and will check online for solution. Please assist as no files will open now
    This is details of error
    Problem Event Name:    APPCRASH
      Application Name:    AcroRd32.exe
      Application Version:    11.0.10.32
      Application Timestamp:    547e9779
      Fault Module Name:    StackHash_147f
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    00000000
      Exception Code:    c000041d
      Exception Offset:    77a011f1
      OS Version:    6.1.7601.2.1.0.256.48
      Locale ID:    1033
      Additional Information 1:    147f
      Additional Information 2:    147ff66574b08dc93180d912e60eb897
      Additional Information 3:    c48b
      Additional Information 4:    c48be403c52ec6c06778481aaa8948d8
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    Can you open Adobe Reader by itself?  If so, try to disable Protected Mode [Edit | Preferenes | Security (Enhanced)].

  • Can not open database - 10g

    Dear experts,
    I have a problem to open my database. ORA-01033: ORACLE initialization or shutdown in progress. I have restarted server many times. I tried several ways but no joy. Please see the steps I did to solve this -
    SQL> connect dmadmin /mypwdx89 as sysdba
    Connected.
    SQL> STARTUP MOUNT
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> ALTER DATABASE OPEN;
    ALTER DATABASE OPEN
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: 'C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\SYSTEM01.DBF'
    SQL> RECOVER DATABASE;
    ORA-00279: change 149935494 generated at 06/10/2009 17:05:33 needed for thread 1
    ORA-00289: suggestion :
    C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ZUMA\ARCHIVELOG\2009_06_23\O1_MF_1_
    673_%U_.ARC
    ORA-00280: change 149935494 for thread 1 is in sequence #673
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    ORA-00308: cannot open archived log
    'C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ZUMA\ARCHIVELOG\2009_06_10\O1_MF_1
    _673_530WXF9P_.ARC'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    SQL> select * from v$controlfile;
    STATUS
    NAME
    IS_
    C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\CONTROL01.CTL
    NO
    C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\CONTROL02.CTL
    NO
    STATUS
    NAME
    IS_
    C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\CONTROL03.CTL
    NO
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 171966464 bytes
    Fixed Size 787988 bytes
    Variable Size 145750508 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    SQL> select name from v$controlfile;
    no rows selected
    SQL>
    SQL> alter database mount;
    Database altered.
    SQL> select name from v$controlfile;
    NAME
    C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\CONTROL01.CTL
    C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\CONTROL02.CTL
    C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\CONTROL03.CTL
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: 'C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\SYSTEM01.DBF'
    SQL>
    The I tried to recover datafile
    SQL> Recover datafile '<datafile-name>';
    again error - even can not open data file ...i restarted server .. no use..same error.
    Please help to resolve this issue.
    Regards,
    Ranjith John

    Hi All,
    Please see the alert log file ..file size is already few GBs now. There are errors in the file.
    It says - ORA-19815: WARNING: db_recovery_file_dest_size of 10048576000 bytes is 100.00% used, and has 0 remaining bytes available.
    so, i guess the back up was not done .please help to resovle this issue.
    ARC1: Error 19809 Creating archive log file to 'C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ZUMA\ARCHIVELOG\2009_04_14\O1_MF_1_37_U_.ARC'
    ARC1: All standby destinations failed; successful archival assumed
    ARC1: Failed to archive log 1 thread 1 sequence 37 (19809)
    Tue Apr 14 11:46:51 2009
    Errors in file c:\oracle\product\10.1.0\admin\zuma\bdump\zuma_arc1_1352.trc:
    ORA-16038: log 1 sequence# 37 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 1 thread 1: 'C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\REDO01.LOG'
    Tue Apr 14 11:46:51 2009
    ARC0: Evaluating archive log 1 thread 1 sequence 37
    Tue Apr 14 11:46:51 2009
    Errors in file c:\oracle\product\10.1.0\admin\zuma\bdump\zuma_arc0_3828.trc:
    ORA-19815: WARNING: db_recovery_file_dest_size of 10048576000 bytes is 100.00% used, and has 0 remaining bytes available.
    You have the following choices to free up space from
    flash recovery area:
    1. Consider changing your RMAN retention policy.
    If you are using dataguard, then consider changing your
    RMAN archivelog deletion policy.
    2. Backup files to tertiary device such as tape using the
    RMAN command BACKUP RECOVERY AREA.
    3. Add disk space and increase the db_recovery_file_dest_size
    parameter to reflect the new space.
    4. Delete unncessary files using the RMAN DELETE command.
    If an OS command was used to delete files, then use
    RMAN CROSSCHECK and DELETE EXPIRED commands.
    Tue Apr 14 11:46:51 2009
    Errors in file c:\oracle\product\10.1.0\admin\zuma\bdump\zuma_arc0_3828.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 10017792 bytes disk space from 10048576000 limit
    ARC0: Error 19809 Creating archive log file to 'C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ZUMA\ARCHIVELOG\2009_04_14\O1_MF_1_37_U_.ARC'
    ARC0: All standby destinations failed; successful archival assumed
    ARC0: Failed to archive log 1 thread 1 sequence 37 (19809)
    Regards,
    Ranjith John

  • I just updated my mac and when i went to open iphoto it says it "can not open because of a problem" how do i fix this?

    i just updated my mac and when i went to open iphoto it says it "can not open because of a problem" how do i fix this?

    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store you can find it in your Purchases List.

  • I can not open my Safari. It quits unexpectedly. The issue happens with a single user account. It does not happen to anyone else in my family. Please help.

    I can not open my Safari. It quits unexpectedly. The issue only happens to a single user account. It does not happen to anyone else in my family. Please help!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Step 1
    Enter the name of the crashed application or process in the Filter text field. Post the messages from the time of the last crash, if any — the text, please, not a screenshot.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall or hang logs — they're very long and not helpful.

  • Can not open the ebs form

    This issue is that i can not open the form ,I checked the application.log,find erro:
    09/04/24 12:21:50.201 10.1.3.0.0 Started
    09/04/24 12:21:51.470 formsweb: FormsServlet init():
    configFileName: /oracle/prod01/inst/apps/PROD01_erp199/ora/10.1.2/forms/server/appsweb.cfg
    testMode: false
    09/04/24 12:21:51.479 formsweb: 10.1.3.0.0 Started
    09/04/24 12:34:28.975 formsweb: ListenerServlet init()
    09/04/24 12:34:30.17 formsweb: Forms 会话 <1> 在启动过程中失败: 没有来自运行时进程的响应
    09/04/24 12:34:30.17 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms 会话 <1> 在启动过程中失败: 没有来自运行时进程的响应
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRe
    questDispatcher.java:702)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(
    ServletRequestDispatcher.java:359)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpR
    equestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpReq
    uestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.j
    ava:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.j
    ava:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(Re
    leasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    here is another erro :
    /oracle/prod01/inst/apps/PROD01_erp199/logs/ora/10.1.3/opmn/forms_default_group_1、formsstd.err
    Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declarati
    on was not found in application.xml.

    Thank you hsawwan ,I did it as your methods,and i also checked your thread,but I still have the same problem.
    when I start the formserver ,here is the erro:
    [[root@erp29 ~]# more /oracle/prod/inst/apps/PROD_erp29/logs/appl/admin/log/adformsctl.txt
    adformsctl's LOG:
    04/28/09-09:04:52 :: adformsctl.sh version 120.12.12000000.3
    04/28/09-09:04:52 :: adformsctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:55 :: adformsctl.sh: Starting OPMN managed FORMS OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:55 :: adformsctl.sh: exiting with status 150
    ================================================================================
    adoacorectl's LOG
    04/28/09-09:04:51 :: adoacorectl.sh version 120.11.12000000.2
    04/28/09-09:04:51 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:51 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:52 :: adoacorectl.sh: exiting with status 150
    ================================================================================
    adapcctl's log
    04/28/09-09:04:51 :: adapcctl.sh version 120.6.12000000.2
    04/28/09-09:04:51 :: adapcctl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    04/28/09-09:04:51 :: adapcctl.sh: starting OPMN managed OHS instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=erp29:6200
    no processes or applications matched this request
    04/28/09-09:04:51 :: adapcctl.sh: exiting with status 150
    ================================================================================

Maybe you are looking for