Foundation 6.0/ Windows 2003 Startup Error

I am receving the same error that I've seen reported by others on this message board (openkernelsearchimpl). Unfortunately, changing the Default Auth Pool to run with the Local System Account did not fix the problem for me. I've also included diagnostic.bat. Has anyone seen this/know how to resolve it?
Thanks!
Amy
Server Error in '/portal' Application. <HR noShadeIZE=1>
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: File or assembly name openkernelsearchimpl, or one of its dependencies, was not found.Source Error:
Line 256:                <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257:                <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258:                <add assembly="*"/>
Line 259:            </assemblies>
Line 260:
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config[b] Line: 258 Assembly Load Trace:The following information can be helpful to determine why the assembly 'openkernelsearchimpl' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = openkernelsearchimpl
(Partial)
LOG: Appbase = file:///D:/Program Files/plumtree/ptportal/6.0/webapp/portal/web
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: openkernelsearchimpl
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/portal/25f1a5f1/e4f6af3a/openkernelsearchimpl.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/portal/25f1a5f1/e4f6af3a/openkernelsearchimpl/openkernelsearchimpl.DLL.
LOG: Attempting download of new URL file:///D:/Program Files/plumtree/ptportal/6.0/webapp/portal/web/bin/openkernelsearchimpl.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: openkernelsearchimpl, Version=3.6.0.0, Culture
Diagnostic.bat
D:\PROGRA~1\plumtree\ptportal\6.0\bin>diagnostic.bat administrator PPCadminPORTAL_HOME=D:\Progra~1\plumtree\ptportal\6.0Expected PORTAL_HOME=D:\PROGRA~1\plumtree\ptportal\6.0OpenLog: verbosity level = 2 Diagnostic system initialization OK. Portal Startup begins: 15 total tasks.OpenLog: Registered application name: ConfigInitializationOpenLog: Registered application name: portal.sles2.administrator (local machineonly) FATAL: Task #1 (InitPortalObjects) step 4 failed to complete. TDE: Portal or Search native libraries are not on your PATH. Normally, theinstaller sets up your PATH correctly. Please verify all native libraries have been installed and that your system PATH correctly points to them. The installersets up the following environment variables, and then uses them on your PATH: PORTALLIB_PATH; PTHREADS_PATH; OUTSIDEIN_PATH; INXIGHT_PATH; ICU_PATH. Please manually tune and verify each entry on your PATH and run again.
PortalObjectsFactory Initialization Failure (.NET) RECOMMENDATION: Review the exception listed below for more details. Since OpenKernel initialized correctly, this usually means that the portal database is not scripted or properly configured, or there is an installation problem related to .NET assemblies. This may mean the search libraries are not on your path. Try running ptverify.Task 'InitPortalObjects' Failed on Startup Task #1 (InitPortalObjects) Step #4--------------------------------------------------------------------------------
error: PortalObjectsFactory Initialization Failure (.NET)platform: Windows (.NET)failure: FATAL: PortalObjectsFactory Initialization Failure (.NET)recommendation: RECOMMENDATION: Review the exception listed below for more details. Since OpenKernel initialized correctly, this usually means that the portal database is not scripted or properly configured, or there is an installation problem related to .NET assemblies. This may mean the search libraries are not on your path. Try running ptverify.exception: XPFileNotFoundException TDE: Portal or Search native libraries are not on your PATH. Normally, the installer sets up your PATH correctly. Please verify all native libraries have been installed and that your system PATH correctly points to them. The installer sets up the following environment variables, and then uses them on your PATH: PORTALLIB_PATH; PTHREADS_PATH; OUTSIDEIN_PATH; INXIGHT_PATH; ICU_PATH. Please manually tune and verify each entry on your PATH and run again.
message: File or assembly name openkernelsearchimpl, or one of its dependencies, was not found.secondary exception: at com.plumtree.uiinfrastructure.application.startup.InitPortalObjects.InitPortalObjectsStep() in e:\buildroot\Release\uiinfrastructure\6.0.x\dotnet\prod\src\com\plumtree\uiinfrastructure\application\startup\InitPortalObjects.cs:line 312--------------------------------------------------------------------------------
FAILED TO INITIALIZE SYSTEM. YOU CANNOT PROGRESS BEYOND THIS POINT. ======= Diagnostic Run Complete ======= Startup completion percentage: 10% (5 steps out of 50 complete) Diagnostic Test execution complete.Press <enter> key to exit.

I was running Oracle on the same box as the portal (developer machine for testing). My solution (after talking to MSDN support) was to give the network service read and execute permission on the D:\Oracle\Ora10\bin folder and that resolved the issue.
I couldn't upload my documennt so here is the text without the images. Email me at [email protected] the word document I put together.
IIS_wpg (IIS Worker Process Group):This group contains the anonymous user, network service account and several other machine accounts. You can put this account on any folders that contain .dll's that your application references to grant acces to these .dlls to the application. Just the default of Read / Execute are needed.
ASPNet Account: This user is not used in IIS 6.0. You can ignore it for the most part. The only time it comes into play is if you run IIS 6 in isolation mode (IIS 5.0). If run in isolation mode then the ASPNet user acts like it did in IIS 5.0 and Application Pools in IIS 6.0 are ignored.
IIS 6.0 used the w3wp.exeworker process
IIS 5.0 or IIS 6.0 running in isolation mode uses the aspnet_wp.exe
Application Pool Identity Tab:
Network Service
a. Most restrictive
b. Run as the NT AUTHORITY\NETWORK SERVICE user
Local Service
a. Rarely ever used in practice.
b. Run as NT AUTHORITY\SERVICE
Local System
a. Least Restrictive. SYSTEM is slapped on pretty much every folder in the OS with at least Read / Execute rights.
b. Runs as NT AUTHORITY\SYSTEM
NOTE: These users don't appear with the NT AUTHORITY\when looking at Properties of files and folders. LOCAL SERVICE = SERVICE = NT AUTHORITY\SERVICE
Troubleshooting Errors
1. Use FileMon from www.sysinternals.com
2. In our example below we are receiving errors because the NETWORK SERVICE account does not have access to the Oracle files listed
3. This was causing this error when accessing http://localhost/portal/server.pt:
4. The error that .net was throwing on the application page didn't reflect the real error that was occurring. By using FileMon, saving the logfile to text and then searching with notepad for Access Denied"we were able to pinpoint the permissions issue. Can also open the FileMon log file you saved into Excel for some nicer sorting features.
5. D:\oracle\ora10\BINadded NETWORK SERVICE and accept default rights. Could have put IIS_WGP group on instead of NETWORK SERVICE but since DefaultAppPool is running as NETWORK SERVICE the other groups didn't need access. This fixed the error message above!!!!
6.

Similar Messages

  • CS6 in Windows 8 Startup Error

    Hello,
    I just bought a new laptop, a Sony Intel i7 with Windows 8. I just bought the creative cloud and opened up Premiere pro. I got this startup error, "Adobe Premiere pro could not find any capable video play modules. Please update your video display drivers and start again.
    I've seen forums discussing this issue, but nothing has worked. I tried it in admin and nothing. I went to my graphics properties and changed the power settings to maximim performance, nothing.
    Does it have to do with it being on windows 8?
    Thanks
    Julie

    So, you did everything it says here? http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html
    What is the exact brand/model graphics adapter/chip and the exact device driver version?
    If nVidia, find the driver driver version
    Right click in any open area of the Windows desktop
    Select NVIDIA Control Panel from the popup window
    Select SYSTEM INFORMATION at the lower left corner
    Driver version should be the 1st line in Details
    >graphics properties and changed the power settings to maximim performance
    Does that mean you have dual video adapters?
    -http://forums.adobe.com/thread/1001579
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    -link to why http://forums.adobe.com/message/4685328
    -http://www.anandtech.com/show/4839/mobile-gpu-faceoff-amd-dynamic-switchable-graphics-vs-n vidia-optimus-technology/2

  • Windows 2003 Repair - Error

    Wow. Lurker! Member since October 2012!
    I'm with Bryce on this. Seriously, you need to get whatever is on there off and onto 2012r2. Now is a great time since the server is having issues anyway!

    Hi All!
    During the repair of a Windows 2003 Enterprise server I get this error 
    with only 25 minutes left in the setup process. Setup never ends after this error.
    "Sub-component Distributed Transaction Coordinator raised an exception 
    while processing the OC_COMPLETE_INSTALLATION setup message.
    d:\srvrtm\com\complus\dtc\ntdtcsetup\src\cdtccore.cpp (line 789)
    Error Code = 0xffffffff "
    Any idea on how to get this fix??? so i can finish the server repair???
    This topic first appeared in the Spiceworks Community

  • HP Laptop Windows Reinstallation, Startup Error

    I recently tried starting up my HP Laptop. It's about a year old. It was working all times previous to this use, but hasn't since. It says that due to a recent update that I need to re-insert a Windows installation disc because my NLS data is missing. I did not recieve such a disc. How can I get this disc and get this error taken care of? I don't want to be redirected to a bunch of different dead ends, as I have been in the past. I just would like to fix and get past this issue on my computer. Does anyone know what is wrong and what I can do to fix it? I need to get the reinstallation disc for Windows, I think it is Windows 7. IDEAS?

    When requesting assistance, please provide the complete model name and/or product number of the HP computer in question. HP/Compaq makes thousands of models of computers that are all different. Without this information it may be difficult or impossible to assist you in resolving your issue.
    The above requested information can be found on the bottom of your computer or inside the battery compartment.
    Most consumer computers, desktop and laptop alike, haven't come with operating system or recovery/restore discs since around 2003.
    When you first setup your computer you should have created a set of HP Recovery Discs and possibly a Windows Repair CD. If you didn't created these discs, you may be able to order a set from HP or a third party vendor. Alternatively, you can download and create a Windows 7 installation disc or USB Flash drive and attempt to repair your computer.  Please see "How to Install Windows 7 Without the Disc" for instructions on how to download Windows 7 and create the installation media.
    Once you have this disc you can use it to repair your current Windows installation. Please see "Starting your computer from a Windows 7 installation disc or USB flash drive" and "Startup Repair: frequently asked questions" for more information about repair your computer.
    Please click the white KUDOS star to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • R12 install on Windows 2003 server- Error:RW-50004

    I am trying to install EBS 12.1.1 on windows server 2003. Followed the installation document step by step.
    Installed Cygwin with necessary packages, installed Visual Studio Express edition 2008 and set the path for bith cygwin and VC++, did the staging of the disks which are downloaded from E-delivery site ran the rapidwiz, it checked for all the pre requisites and it went fine till the step 1 of 5 and then the error displayed
    RW-50004: Error Code Received when running external process. Check logfile for details.
    Running Database Install Driver for VIS instance
    I am logged in as admin user so no issues with permissions.
    can anyone help me to fix this error?
    Thanks
    Sunil.

    I was getting error at stage 3/5. But I could resolve the issue anyway, but dont know what exact step fixed it.
    I have followed these steps after reading few posts
    I switched over to the conole session of my Server instaead of remote terminal session (mstsc /admin)
    I have installed Visual Studio 2008 express edition before it was standalone VC++
    I have installed cygwin legacy version since the latest version was not inclided with maketemp package
    in the database selection by default Vision Database was selected I have changed it and selcted fresh database
    That is all, installation went sucessfully
    in the end I am at the GUI of the application page. But I do not know what username and passwords I need to give to login
    I did not provided any username/passowrd during the entire instalaltion
    can you help with this ?

  • Windows 2003 WMI error

    Whenever i logging on Windows server 2003 getting the WMI error. I checked the event logs getting the following event error, Please sugeest for the same.
    Faulting application wmiprvse.exe, version 5.2.3790.4455, faulting module msvcr90.dll, version 9.0.30729.4148, fault address 0x00056b6a.
    Nirmal Singh IT Administrator

    This issue is being possibly caused by SSCM 2012 Sp1, and was already fixed on CU1
    Please reffer to:
    The hardware inventory on a computer that is running a 32-bit version of Windows Server 2003 R2 may cause the Wmiprvse.exe process to exit unexpectedly.  Additionally, when you view the results of the fault, the details of the fault resemble the following:
    Faulting application wmiprvse.exe, version 5.2.3790.4455, faulting module msvcr90.dll, version 9.0.30729.6161, fault address 0x000
    From:
    http://support.microsoft.com/kb/2817245/en-us

  • Satellite C660-1FS - Windows 7 startup error

    Hello to everybody. I have this laptop with Windows 7 Home Premium (no installation disk given by purchase). Since this morning I experience the following message/problem
    Windows Error Recovery
    Windows failed to start. A recent hardware or software change might be the cause.If windows files have been damaged or configured incorrectly, startup repair can help diagnose and fix the problem. If power was interrupted during startup, chose start windows normally
    Launch Startup repair (recommended)
    Start Windows Normally
    Both options do not work. Furthermore, Windows cannot enter in Safe Mode. I live in Belgium and I don't know what to do. Shall I try with a friend's windows 7 installation disk (from Dell notebook) or I should contact Toshiba directly?
    Thanks in advance

    Check if you can recover the notebook using HDD recovery procedure as described here:
    http://aps2.toshiba-tro.de/kb0/HTD1303440001R02.htm
    If this will not work, you will have to install the OS using recover disk.
    I assume you have not created the recover disk in the past. Right?
    In such case you need to order the recover disk from here:
    http://backupmedia.toshiba.eu/landing.aspx

  • Windows 7 startup error after uninstall of Photosmart 6510

    After uninstalling Photosmart 6510 and software, get error message: "There was a problem starting C:\Program Files\HP\HP Photosmart 6510 series\bin\HPStatusBL.dll" when Windows 7 starts up.

    Sounds like the software was not completely removed (or atleast Windows still is looking for something). Microsoft make a tool that should be able to help, it is called FixIt. Click the link below for more details:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall/
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • Windows 7 startup error message

    I get a popup window of DSD_2468 (not responding) the 4 numbers seem to change each time I boot the system.  Does anyone know what this is and how do I fix this.
    Jimmy Ray Clemons

    DSD stand for Dell System Detect which means a Dell utility is giving you the error message and you need to contact Dell Technical Support for assistance resolving this error message.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Windows shutdown startup errors

    When I shutdown Windows on my new Yoga 2 11 and later turn on the laptop i get a bunch of dos errors and wont load into Windows.  I have to power off and back on and then it loads into windows.
    I have been shutting down Windows using the shutdown button (like on a desktop)
    I am not use to the solid state drive.  Am i doing something wrong?
    thanks
    Matt

    hi matthew737,
    Welcome to Lenovo Community Forums!
    Are you shutting down the System like this?
    1. Pull up the Chams Bar on the right hand side.
    2. Press the Power Icon
    3. Click on shutdown
    If NO -  Shut down should be on this method, Try it and see if that fixes it.
    If YES -  Try Disabling the fast start up
    Hope this helps
    Solid  Cruver
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • INSTALL Oracle 10g RAC on Windows 2003. ERROR on starting services

    During installation assistances try to configure and start RAC services,
    but I get next message with error:
    Starting to execute configuration assistants
    Launched configuration assistant 'Oracle Cluster Ready Services Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: 'C:\oracle\product\10.1.0\crs/install/crssetup.config.bat'
    Start output from spawned process:
    clscfg: EXISTING configuration version 2 detected.
    clscfg: version 2 is 10G Release 1.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: bdserver01 oracnode01 bdserver01
    node 2: bdserver02 oracnode02 bdserver02
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Step 1: checking status of CRS cluster
    Step 2: configuring OCR repository
    Oracle Cluster Registry already initialized
    Step 3: configuring safe mode for CRS stack
    Step 4: Starting up CRS stack on all nodes
    bdserver01 service OracleCSService in improper PENDING state, err(997)
    bdserver02 service OracleCSService in improper PENDING state, err(997)
    :-(((

    During installation assistances try to configure and start RAC services,
    but I get next message with error:
    Starting to execute configuration assistants
    Launched configuration assistant 'Oracle Cluster Ready Services Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: 'C:\oracle\product\10.1.0\crs/install/crssetup.config.bat'
    Start output from spawned process:
    clscfg: EXISTING configuration version 2 detected.
    clscfg: version 2 is 10G Release 1.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: bdserver01 oracnode01 bdserver01
    node 2: bdserver02 oracnode02 bdserver02
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Step 1: checking status of CRS cluster
    Step 2: configuring OCR repository
    Oracle Cluster Registry already initialized
    Step 3: configuring safe mode for CRS stack
    Step 4: Starting up CRS stack on all nodes
    bdserver01 service OracleCSService in improper PENDING state, err(997)
    bdserver02 service OracleCSService in improper PENDING state, err(997)
    :-(((

  • SAP INSTALLATION ECC6 WINDOWS 2003 ORACLE ERROR

    while on the process of sap installation we are getting the error at phase 33 ie.java users creation phase.the error as follows.
    1.
    ERROR: CJS-30197.for more details see o/p of log file.but we do know where is that file.
    2.FCO-00011 The step createJSF with step key.
    pls tell us how to proceed.Thanks in advance.

    This is a known issue and the solution has been posted before in this forum.  In short, you need to create the user manually in the backend system.  Make sure to set the password for this user account to the same as you specified during "sapinst"

  • Error while applying INLOC patch on 11i platform windows 2003.

    Hi all,
    follwoing error and warning occur while applying INDIA LOCALIZATION patch 6410725 on windows 2003.
    ***Error! Could not copy ja_in_tran_rg_entry_trg.sql to E:\inloc\ILP\patch\6410725\backup\patch/115/sql. Skipping..The syntax of the command is incorrect.
    Copied patch\115\sql\ja_in_tran_rg_entry_trg.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_tran_rg_entry_trg.sql successfully.
    ***Error! Could not copy ja_in_reqn_curr_upd_trg.sql to E:\inloc\ILP\patch\6410725\backup\patch/115/sql. Skipping..The syntax of the command is incorrect.
    Copied patch\115\sql\ja_in_reqn_curr_upd_trg.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_reqn_curr_upd_trg.sql successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked jai_cmn_dbg_ctx.pls in from databaseCopied patch\115\sql\jai_cmn_dbg_ctx.pls successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied jai_cmn_dbg_ctx.pls successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked ja_in_balance_transfer.sql in from databaseCopied patch\115\sql\ja_in_balance_transfer.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_balance_transfer.sql successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked jai_cmn_dbg_ctx.plb in from databaseCopied patch\115\sql\jai_cmn_dbg_ctx.plb successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied jai_cmn_dbg_ctx.plb successfully.
    Skipping JAI_ARSETUP_C.ldt because FND patchset level is H..Copied JAI_ARSETUP_E.ldt successfully to E:\inloc\ILP\patch\6410725\backup\patch\115\import\US.
    Copied patch\115\import\US\JAI_ARSETUP_E.ldt successfully to d:\oracle\visappl\ja\11.5.0\patch\115\import\US.
    Applied JAI_ARSETUP_E.ldt successfully.
    I have check all pre requisites, is any steps before applying the patch to avoid this kind error?
    regards,
    sandeep.

    Hi,
    i dont understand why path is changing
    E:\inloc\ILP\patch\6410725\backup\patch / 115 / sql
    1)did u give correct path of patch directory when installing patch?
    2)are u installing the patch from inside the patch directory?if not do it and check
    3)give full permission to everyone on the patch directory
    Regards
    Edited by: Ahmed@hungry_dba on Feb 14, 2010 10:52 PM

  • Startup Framework for EP6 SP2 - Windows 2003 - registry key error

    Hi,
    I've installed the Startup Framework and it all works from the MMC but if I try to start the SAP<SID>_00 NT Service, the portal server/dispatcher/state controller do not start up and I get the following message in the Event Viewer:
    The description for Event ID ( 0 ) in Source ( SAPCCD_00 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Cannot open Registry key HKEY_LOCAL_MACHINE\Software\SAP\CCD\Environment (Error 2 ENOENT*: No such file or directory OR: The system cannot find the file specified.  ) [ntservmgr.cpp 264].
    The registry key it refers to doesn't exist. I followed the pdf guide & have noticed that it says Windows 2000/XP - I'm trying to install it on Windows 2003, could this be the problem and is there a workaround?
    It's a problem because when the server gets restarted, the portal doesn't come up.
    Many thanks in advance.
    Best regards,
    Jane

    OK, manually added registry key - which got rid of registry error message but still wasn't starting portal.
    Then set Autostart=1 in start_<##>.pfl - now works.
    Thanks,
    Jane

  • FRM-92101 Error when trying to access forms in R12 in windows 2003 SP1

    Hi,
    We have installed the Oracle Applications system on one of our instance.
    When we try to start the application we face some problem:
    The syndrome is the following:
    We are launching one of the Apps Forms Page
    However, we have to wait around 8-10 minutes till we got the error
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
    at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
    at oracle.forms.net.HTTPNStream.flush(Unknown Source)
    at java.io.DataOutputStream.flush(Unknown Source)
    at oracle.forms.net.HTTPConnection.connect(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
    at oracle.forms.engine.Runform.initConnection(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)
    at oracle.forms.engine.Main.createRunform(Unknown Source)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)"
    The OS in Windows 2003 with SP1

    We are launching one of the Apps Forms Page What is the form name? What is the navigation of the form?
    Did you try to regenerate the form via adadmin? If not, please do so and check then.

Maybe you are looking for

  • External hard drive taking really long time to reformat

    I'm reformatting a Seagate 2TB external hard drive that connects using USB 3.0 to my 2014 Macbook Pro (OS X 10.9.4). For some idiotic reason (because I had never used it before and wanted to see what happened), when I went to reformat the drive in Di

  • WebGL doesn't work after update

    When I updated from kernel 3.6.9 to 3.8.1 (after pacman -Syu), WebGL didn't work anymore. Now I updated to 3.9.6, but the problem persists. WebGL correctly worked both in Chromium and Firefox, but now their createContext returns null with "webgl" and

  • Xslt transform problem on Sun AS 8PE

    Hi, I have following xslt: <xsl:call-template name="CustomerFilter"> <xsl:with-param name="custFilterPath" select="CustomerFilter"/> </xsl:call-template> <xsl:template name="CustomerFilter">      <xsl:param name="custFilterPath"/>      <xsl:text>Cust

  • Exchange server 2013 ECP, OWA, Exchange Management Shell, Outlook access and a few more problems.

    Good Morning, I really need some help please. Our Server 2012 std. with Exchange 2013 std. installation was running like a dream. The tech responsible for our installation left the company to work in the UK and reported to us that there were minor is

  • [PCManFM] No entries for default applications

    I must have done something stupid while trying to clean out useless entries from the pcmanfm "Open with" menu-since I did that, the dialog that should be displaying desktop files is empty: All I did was to delete everything in ~/.local/share/applicat