Oracle 12 post-installation fails-http server not coming up

Apps dba;
We did a fresh installation of the Oracle E-biz 12 on our Linux (2.6.967.0.4.ELsmp).
The scenario is like this:
1) two nodes, db and cm on one node, the web sever and form on the other node
2) The db and cm node installation is successful.
3) After install the web and form node, the post-installation fails. The HTTP and JSP and Login page tests failed.
If I do adapcctl.sh status
I got the following :
Processes in Instance: MDMQ_tus1mdmwebqin01.tus1mdmwebqin01.ges.symantec.com
------------------------------------------------+---------
ias-component | process-type | pid | status
------------------------------------------------+---------
OC4J | oafm | 26971 | Alive
OC4J | forms | 26870 | Alive
OC4J | oacore | 26745 | Alive
HTTP_Server | HTTP_Server | 26707 | Stop
ASG | ASG | N/A | Down
Check the log of opmn and http, it shows the error
/apps/applmgr/inst/apps/MDMQ_tus1mdmwebqin01/ora/10.1.3/Apache/Apache/bin/apachectl hardstop: httpd
(no pid file) not running
Please help wit troubleshooting this.
Thanks,
Lily

Thanks for reply.
If i follow the note,
do the dcmctl, i got the error, the required file is not existing.
tus1mdmwebqin01[appmdmq]:$dcmctl updateconfig -force
ADMN-100001
Error initializing oracle.ias.sysmgmt.utility.RepositoryContext.
Resolution:
Please make sure the file is in the correct location.
Base Exception:
java.io.FileNotFoundException
/apps/applmgr/inst/apps/MDMQ_tus1mdmwebqin01/ora/10.1.2/dcm/config/sysmgmtProperties.dtd (No such file or directory)
java.io.FileNotFoundException: /apps/applmgr/inst/apps/MDMQ_tus1mdmwebqin01/ora/10.1.2/dcm/config/sysmgmtProperties.dtd (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at oracle.ias.sysmgmt.utility.RepositoryContext.<init>(Unknown Source)
at oracle.ias.sysmgmt.utility.RepositoryContext.getInstance(Unknown Source)
at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
at oracle.ias.sysmgmt.cmdline.DcmCmdLine.checkInit(Unknown Source)
at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)

Similar Messages

  • Weblogic 6 Post Installation Problem - weblogic.Server not found

    I reinstalled my recent downloads of the evaluation
    copy of Weblogic 6.0 server three times on my NT 4.0 Service
    pack 6 notebook computer. Installation works. However, I can't
    start the server using the "startWebLogic.cmd". I get an error
    that says that the class "weblogic.Server" is not
    found -
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
    javap command cannot locate the class either.
    My suspicion: weblogic .jar is corrupt.
    Question: How do I get a new jar file? I have already
    downloded the install files twice with no luck.
    I have enclosed the command prompt messages.
    [d:\bea\wlserver6.0\config\myadmindomain]setEnv
    set WL_HOME=d:\bea\wlserver6.0
    set JAVA_HOME=d:\bea\jdk130
    set CLASSPATH=d:\bea\jdk130\lib\tools.jar;d:\bea\wlserver6.0\lib\weblogic_sp.jar
    ;d:\bea\wlserver6.0\lib\weblogic.jar;
    set PATH=d:\bea\wlserver6.0\bin;d:\bea\jdk130\bin;c:\junk;C:\WINNT\SYSTEM32;C:\W
    INNT;C:\MWW32\BIN;C:\MWW32\MODEM;D:\Program Files\Mts;.;D:\Microsoft Visual Stud
    io\Common\MSDev98\Bin;D:\Microsoft Visual Studio\Common\IDE\IDE98;D:\Microsoft V
    isual Studio\VB98;D:\Microsoft Visual Studio\VIntDev98\bin;D:\Microsoft Visual S
    tudio\VC98\Bin;D:\Microsoft Visual Studio\Common\Tools;
    Your environment has been set.
    [d:\bea\wlserver6.0\config\myadmindomain]startWebLogic.cmd
    set PATH=.\bin;d:\bea\wlserver6.0\bin;d:\bea\jdk130\bin;c:\junk;C:\WINNT\SYSTEM3
    2;C:\WINNT;C:\MWW32\BIN;C:\MWW32\MODEM;D:\Program Files\Mts;.;D:\Microsoft Visua
    l Studio\Common\MSDev98\Bin;D:\Microsoft Visual Studio\Common\IDE\IDE98;D:\Micro
    soft Visual Studio\VB98;D:\Microsoft Visual Studio\VIntDev98\bin;D:\Microsoft Vi
    sual Studio\VC98\Bin;D:\Microsoft Visual Studio\Common\Tools;
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar
    "d:\bea\jdk130\bin\java" -hotspot -ms64m -mx64m -classpath .;.\lib\weblogic_sp.j
    ar;.\lib\weblogic.jar -Dweblogic.Domain=myAdminDomain -Dweblogic.Name=myserver "
    -Dbea.home=d:\bea" "-Djava.security.policy==d:\bea\wlserver6.0/lib/weblogic.poli
    cy" -Dweblogic.management.password= weblogic.Server
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
    goto finish
    cd config\myAdminDomain
    ENDLOCAL
    [d:\bea\wlserver6.0\config\myadmindomain]javap weblogic.Server
    Class 'weblogic.Server' not found

    It looks like your startWebLogic.cmd script has problems with the class
    path. You should doublecheck that.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Bindu Rao" <[email protected]> wrote in message
    news:[email protected]...
    >
    I reinstalled my recent downloads of the evaluation
    copy of Weblogic 6.0 server three times on my NT 4.0 Service
    pack 6 notebook computer. Installation works. However, I can't
    start the server using the "startWebLogic.cmd". I get an error
    that says that the class "weblogic.Server" is not
    found -
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
    javap command cannot locate the class either.
    My suspicion: weblogic .jar is corrupt.
    Question: How do I get a new jar file? I have already
    downloded the install files twice with no luck.
    I have enclosed the command prompt messages.
    [d:\bea\wlserver6.0\config\myadmindomain]setEnv
    set WL_HOME=d:\bea\wlserver6.0
    set JAVA_HOME=d:\bea\jdk130
    setCLASSPATH=d:\bea\jdk130\lib\tools.jar;d:\bea\wlserver6.0\lib\weblogic_sp.jar
    ;d:\bea\wlserver6.0\lib\weblogic.jar;
    setPATH=d:\bea\wlserver6.0\bin;d:\bea\jdk130\bin;c:\junk;C:\WINNT\SYSTEM32;C:\W
    INNT;C:\MWW32\BIN;C:\MWW32\MODEM;D:\Program Files\Mts;.;D:\MicrosoftVisual Stud
    io\Common\MSDev98\Bin;D:\Microsoft VisualStudio\Common\IDE\IDE98;D:\Microsoft V
    isual Studio\VB98;D:\Microsoft Visual Studio\VIntDev98\bin;D:\MicrosoftVisual S
    tudio\VC98\Bin;D:\Microsoft Visual Studio\Common\Tools;
    Your environment has been set.
    [d:\bea\wlserver6.0\config\myadmindomain]startWebLogic.cmd
    setPATH=.\bin;d:\bea\wlserver6.0\bin;d:\bea\jdk130\bin;c:\junk;C:\WINNT\SYSTEM3
    2;C:\WINNT;C:\MWW32\BIN;C:\MWW32\MODEM;D:\Program Files\Mts;.;D:\MicrosoftVisua
    l Studio\Common\MSDev98\Bin;D:\Microsoft VisualStudio\Common\IDE\IDE98;D:\Micro
    soft Visual Studio\VB98;D:\Microsoft VisualStudio\VIntDev98\bin;D:\Microsoft Vi
    sual Studio\VC98\Bin;D:\Microsoft Visual Studio\Common\Tools;
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar
    "d:\bea\jdk130\bin\java" -hotspot -ms64m -mx64m -classpath.;.\lib\weblogic_sp.j
    >
    ar;.\lib\weblogic.jar -Dweblogic.Domain=myAdminDomain -Dweblogic.Name=myserv
    er "
    -Dbea.home=d:\bea""-Djava.security.policy==d:\bea\wlserver6.0/lib/weblogic.poli
    cy" -Dweblogic.management.password= weblogic.Server
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
    goto finish
    cd config\myAdminDomain
    ENDLOCAL
    [d:\bea\wlserver6.0\config\myadmindomain]javap weblogic.Server
    Class 'weblogic.Server' not found

  • Post XML from HTTPs server

    How do I get the HTTPs server to send/post the XML file to user's mailbox?
    The situation is like this: User from System A need to send XML file to User in System B. These 2 can't communicate directly.So the XML file will be posted to an HTTPs server. This HTTPs server will then post the XML to the recipient based on the mailboxid. This mailboxid is specified in the XML. How do i send the XML to the designated mailbox?

    You write something that runs on the server, receives
    the uploaded XML file, attaches it to an e-mail
    message, and sends that message. Since you ask in the
    Java context, that something could be a servlet. (You
    will notice that this applies equally well to files
    that aren't XML.)Hi there! Thanks for the feedback. So I need to create a servlet in the HTTPs server which upon receiving of the XML file, servlet need to read the XML content to get the mailboxid then attach the XML file to that mailboxid? All these can be done in one servlet? Please correct me id I'm wrong. Your feedback is highly appreciated. Thanks..:)

  • In-process server not coming up.

    We Installed weblogic 10.3.6 and Oracle forms and reports 11.1.2 on top of it on windows 64 bit and configured for HA.
    In process server not coming up.
    Getting following error
    REP-52266: The in-process Reports Server rep_reports_1539_i_frw_q39 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    Waiting for quick response.
    Thanks,
    Jayraj

    Hi,
    I have  removed the SMD command lines from config tool, i have restarted the Instance  now  i am  facing the new error one .
    Sandbox is copied from Instance DBW and all services are pointing to DBW... even the message server also. please suggst where i have to change these settings..
    Thr 59500] Mon Jul 07 14:12:27 2008
    [Thr 59500] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 59500] ***LOG Q0I=> NiPGetServByName2: service 'sapmsDBW' not found: getservbyname_r [ninti.c 530]
    [Thr 59500] *** ERROR => LgIGroupX: NiServToNo(sapmsDBW) failed, (rc=NIESERV_UNKNOWN) [lgxx.c       4168]
    [Thr 59500] *** ERROR => JRFC> Error jrfc_lg LgGroup failed(-102) [jrfclg.c     344]
    [Thr 59500] *** ERROR =>       mshost: nbcddsabw10, msserv: sapmsDBW, r_group: TICDEV [jrfclg.c     345]
    [Thr 59860] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 59860] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 59860] JLaunchCloseProgram: good bye (exitcode = -11113)
    Thanks,
    Subhash.G

  • Oracle 8.1.7 HTTP server not working error 1067

    Hi
    Anyone that can help will earn my undying gratitude!
    I'm running my final year project on 8.1.7 RDBMS and 9i AS, using wireless and portal. At least I am if I can get it going, installing 8.1.7 RDBMS, updating the symcjit.dll to version as I'm using a P4 and get masses of java.exe errors, perl.dll, jvm.dll etc. And the http server won't start.
    I really need some help with this and urgently to, can someone contact me at [email protected] please?
    Desparate and disillusioned, but eternally grateful!

    Sorry to be a nuisance but this is EXTREMELY urgent!
    Apache server on 8.1.7 RDBMS won't start and the one in the 9iAs isn't too happy either. Do I need both of them to run wireless portals? any help really appreciated folks.
    Happy Easter!
    Michael.

  • Single Sign-on and HTTP Server not started

    I have installed oracle9iAS on SuSE Linux Enterprise Server 8 (SLES 8) which is certified by Oracle to run oracle9iAS. Everything was working propely after installation but when I restarted the server, the listener, the iasdb instance, and the EM started properly but when I went to http://servername:1810 and clicked on start all i got them all started but the HTTP Server and the Single Sign-on. When I tried to start the HTTP Server individually i got the following error:
    oracle.sysman.emSDK.util.jdk.EMException: The opmn request has failed. From opmn: HTTP/1.1 204 No Content Content-Length: 0 Content-Type: text/html Response: 0 of 1 processes started. Check opmn log files such as ipm.log and ons.log for detailed.
    I checked the log and its showing the following:
    03/10/25 16:44:23 Connection 0,192.168.10.11,6200 message missing 'Content-Lengt
    h'
    GET /dms0/Spy?recurse=all&format=xml&operation=get&value=false&units=true&descri
    ption=true&name=%2F HTTP/1.1
    Host: linux2.future:6200
    Connection: Keep-Alive, TE
    TE: trailers, deflate, gzip, compress
    User-Agent: RPT-HTTPClient/0.3-3
    Cache-Control: no-cache
    Pragma: no-cache
    Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress
    I tried to start it from command line with the command
    $dcmctl start -ct ohs
    and it returned ADMN-906025
    Anyone can help me solving this problem??

    This error Can be caused by a syntax error in your httpd.conf file, check it / correct it try reloading OHS.
    Ensure that emctl is not running when you run any dcmctl commands! If you have already run any dcmctl commands with emctl running that can cause your problem - if so to fix it solution is really to re-install.

  • WSUS 2012 Post Installation Fails - Import Default Detectoids failed

    I have installed the WSUS role on a new Windows 2012 R2 Standard server after running a recovery of SCCM from an SCCM backup. When I run post-installation tasks for WSUS, it fails. Here is the log file for the WSUS post installation task:
    2014-02-07 16:43:10  Postinstall started
    2014-02-07 16:43:10  Detected role services: Api, UI, WidDatabase, Services
    2014-02-07 16:43:10  Start: LoadSettingsFromXml
    2014-02-07 16:43:10  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentLocal
    2014-02-07 16:43:10  Value is true
    2014-02-07 16:43:10  End: GetConfigValue
    2014-02-07 16:43:10  Start: GetConfigValue with filename=UpdateServices-Services.xml item=ContentDirectory
    2014-02-07 16:43:10  Value is C:\WSUS Updates
    2014-02-07 16:43:10  End: GetConfigValue
    2014-02-07 16:43:10  Content directory is C:\WSUS Updates
    2014-02-07 16:43:10  Database roleservice is not installed
    2014-02-07 16:43:10  End: LoadSettingsFromXml
    Post install is starting
    2014-02-07 16:43:10  Start: Run
    2014-02-07 16:43:10  Fetching WsusAdministratorsSid from registry store
    2014-02-07 16:43:10  Value is S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:10  Fetching WsusReportersSid from registry store
    2014-02-07 16:43:10  Value is S-1-5-21-3025612760-274001468-3045011964-1002
    2014-02-07 16:43:10  Update synchronization in progress. Cancelling...
    2014-02-07 16:43:10  Configuring content directory...
    2014-02-07 16:43:10  Configuring groups...
    2014-02-07 16:43:10  Starting group configuration for WSUS Administrators...
    2014-02-07 16:43:10  Found group in regsitry, attempting to use it...
    2014-02-07 16:43:13  Writing group to registry...
    2014-02-07 16:43:13  Finished group creation
    2014-02-07 16:43:13  Starting group configuration for WSUS Reporters...
    2014-02-07 16:43:13  Found group in regsitry, attempting to use it...
    2014-02-07 16:43:13  Writing group to registry...
    2014-02-07 16:43:13  Finished group creation
    2014-02-07 16:43:13  Configuring permissions...
    2014-02-07 16:43:13  Fetching content directory...
    2014-02-07 16:43:13  Fetching ContentDir from registry store
    2014-02-07 16:43:13  Value is C:\WSUS Updates
    2014-02-07 16:43:13  Fetching group SIDs...
    2014-02-07 16:43:13  Fetching WsusAdministratorsSid from registry store
    2014-02-07 16:43:13  Value is S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:13  Fetching WsusReportersSid from registry store
    2014-02-07 16:43:13  Value is S-1-5-21-3025612760-274001468-3045011964-1002
    2014-02-07 16:43:13  Creating group principals...
    2014-02-07 16:43:13  Granting directory permissions...
    2014-02-07 16:43:15  Granting permissions on content directory...
    2014-02-07 16:43:16  Granting registry permissions...
    2014-02-07 16:43:16  Granting registry permissions...
    2014-02-07 16:43:16  Granting registry permissions...
    2014-02-07 16:43:16  Configuring shares...
    2014-02-07 16:43:17  Configuring network shares...
    2014-02-07 16:43:17  Fetching content directory...
    2014-02-07 16:43:17  Fetching ContentDir from registry store
    2014-02-07 16:43:17  Value is C:\WSUS Updates
    2014-02-07 16:43:17  Fetching WSUS admin SID...
    2014-02-07 16:43:17  Fetching WsusAdministratorsSid from registry store
    2014-02-07 16:43:17  Value is S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:17  Content directory is local, creating content shares...
    2014-02-07 16:43:19  Creating share "UpdateServicesPackages" with path "C:\WSUS Updates\UpdateServicesPackages" and description "A network share to be used by client systems for collecting all software packages (usually applications)
    published on this WSUS system."
    2014-02-07 16:43:22  Deleting existing share...
    2014-02-07 16:43:24  Creating share...
    2014-02-07 16:43:24  Share successfully created
    2014-02-07 16:43:24  Creating share "WsusContent" with path "C:\WSUS Updates\WsusContent" and description "A network share to be used by Local Publishing to place published content on this WSUS system."
    2014-02-07 16:43:25  Deleting existing share...
    2014-02-07 16:43:26  Creating share...
    2014-02-07 16:43:26  Share successfully created
    2014-02-07 16:43:26  Creating share "WSUSTemp" with path "C:\Program Files\Update Services\LogFiles\WSUSTemp" and description "A network share used by Local Publishing from a Remote WSUS Console Instance."
    2014-02-07 16:43:27  Deleting existing share...
    2014-02-07 16:43:27  Creating share...
    2014-02-07 16:43:27  Share successfully created
    2014-02-07 16:43:27  Finished creating content shares
    2014-02-07 16:43:27  Stopping service WSUSService
    2014-02-07 16:43:27  Stopping service W3SVC
    2014-02-07 16:43:32  Configuring WID database...
    2014-02-07 16:43:32  Configuring the database...
    2014-02-07 16:43:33  Establishing DB connection...
    2014-02-07 16:43:34  Checking to see if database exists...
    2014-02-07 16:43:39  Database exists
    2014-02-07 16:43:39  Switching database to single user mode...
    2014-02-07 16:43:42  Loading install type query...
    2014-02-07 16:43:42  DECLARE @currentDBVersion       int
    DECLARE @scriptMajorVersion     int = (9600)
    DECLARE @scriptMinorVersion     int = (16384)
    DECLARE @databaseMajorVersion   int
    DECLARE @databaseMinorVersion   int
    DECLARE @databaseBuildNumber    nvarchar(10)
    IF NOT EXISTS(SELECT * FROM sys.databases WHERE name='SUSDB')
    BEGIN
        SELECT 1
    END
    ELSE
    BEGIN
        SET @currentDBVersion = (SELECT SchemaVersion FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
        SET @databaseBuildNumber = (SELECT BuildNumber FROM SUSDB.dbo.tbSchemaVersion WHERE ComponentName = 'CoreDB')
        DECLARE @delimiterPosition INT = CHARINDEX('.', @databaseBuildNumber)
        IF (@delimiterPosition = 0)
        BEGIN
            RAISERROR('Invalid schema version number', 16, 1) with nowait
            return
        END
        SET @databaseMajorVersion = SUBSTRING(@databaseBuildNumber, 1, @delimiterPosition - 1)
        SET @databaseMinorVersion = SUBSTRING(@databaseBuildNumber, (@delimiterPosition + 1), (10 - @delimiterPosition))
        IF @currentDBVersion < 926
        BEGIN
            SELECT 3
        END
        ELSE
        BEGIN
            IF (@scriptMajorVersion > @databaseMajorVersion OR
               (@scriptMajorVersion = @databaseMajorVersion AND @scriptMinorVersion > @databaseMinorVersion))
            BEGIN
                SELECT 2
            END
            ELSE IF (@scriptMajorVersion = @databaseMajorVersion AND
                     @scriptMinorVersion = @databaseMinorVersion)
            BEGIN
                SELECT 0
            END
            ELSE
            BEGIN
                SELECT 4
            END
        END
    END
    2014-02-07 16:43:42  Install type is: Reinstall
    2014-02-07 16:43:42  Creating logins...
    2014-02-07 16:43:42  Fetching account info for S-1-5-20
    2014-02-07 16:43:42  Found principal
    2014-02-07 16:43:42  Found account
    2014-02-07 16:43:42  Got binary SID
    2014-02-07 16:43:44  Fetching WsusAdministratorsSid from registry store
    2014-02-07 16:43:44  Value is S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:44  Fetching account info for S-1-5-21-3025612760-274001468-3045011964-1001
    2014-02-07 16:43:44  Found principal
    2014-02-07 16:43:44  Found account
    2014-02-07 16:43:44  Got binary SID
    2014-02-07 16:43:44  Setting content location...
    2014-02-07 16:43:44  Fetching ContentDir from registry store
    2014-02-07 16:43:44  Value is C:\WSUS Updates
    2014-02-07 16:43:45  Swtching DB to multi-user mode......
    2014-02-07 16:43:55  Finished setting multi-user mode
    2014-02-07 16:43:55  Writing DB settings to registry...
    2014-02-07 16:43:55  Marking PostInstall done for UpdateServices-WidDatabase in the registry...
    2014-02-07 16:43:55  Starting service W3SVC
    2014-02-07 16:43:55  Configuring IIS...
    2014-02-07 16:43:55  Start: ConfigureWebsite
    2014-02-07 16:44:03  Configuring website on port 8530
    2014-02-07 16:47:21  2014-02-07 16:44:27  Info      IISCustomAction    Performing Setup Action, Command /Install
    2014-02-07 16:47:15  Info      IISCustomAction    Command /Install Succeeded
    2014-02-07 16:47:21  End: ConfigureWebsite
    2014-02-07 16:47:21  Configuring performance counters...
    2014-02-07 16:47:21  Configuring Stats.NET perf counter...
    2014-02-07 16:47:21  Configuring reporting perf counter...
    2014-02-07 16:47:21  Configuring client webservice perf counter...
    2014-02-07 16:47:21  Configuring server sync webservice perf counter...
    2014-02-07 16:47:21  Configuring API remoting perf counter...
    2014-02-07 16:47:21  Bringing services online...
    2014-02-07 16:47:21  Checking initialization status...
    2014-02-07 16:48:00  Database needs initialization.
    2014-02-07 16:48:00  StartServer starting...
    2014-02-07 16:48:00  Generating encryption key to write to the registry...
    2014-02-07 16:48:00  Generating encryption key to write to the database...
    2014-02-07 16:48:13  Generating encryption key succeeded...
    2014-02-07 16:48:13  Setting WSUSService to autostart...
    2014-02-07 16:48:13  WSUSService is set to autostart.
    2014-02-07 16:48:13  Starting WSUSService...
    2014-02-07 16:48:13  WSUSService is now started.
    2014-02-07 16:48:13  Importing default detectoids.
    2014-02-07 16:48:13  Importing CriticalUpdates.xml...
    2014-02-07 16:48:21  Importing Drivers.xml...
    2014-02-07 16:48:31  Importing FeaturePacks.xml...
    2014-02-07 16:48:39  Importing MicrosoftCorporation.xml...
    2014-02-07 16:48:48  Importing SecurityUpdates.xml...
    2014-02-07 16:48:57  Importing ServicePacks.xml...
    2014-02-07 16:49:06  Importing Tools.xml...
    2014-02-07 16:49:06  Importing UpdateRollups.xml...
    2014-02-07 16:49:20  Importing Updates.xml...
    2014-02-07 16:49:28  Importing Windows.xml...
    2014-02-07 16:49:49  Importing Windows2000family.xml...
    2014-02-07 16:49:53  Importing WindowsServer2003DatacenterEdition.xml...
    2014-02-07 16:49:57  Importing WindowsServer2003Family.xml...
    2014-02-07 16:50:04  Importing WindowsXPfamily.xml...
    2014-02-07 16:50:04  Importing LocalPublisher.xml...
    2014-02-07 16:50:04  Importing LocallyPublishedPackages.xml...
    2014-02-07 16:50:13  Importing Applications.xml...
    2014-02-07 16:50:17  Importing Exchange.xml...
    2014-02-07 16:50:22  Importing Office.xml...
    2014-02-07 16:50:27  Importing SQL.xml...
    2014-02-07 16:50:33  Importing Exchange2000Server.xml...
    2014-02-07 16:53:04  ImportDefaultDetectoids failed. Exception: System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    Warning: The join order has been enforced because a local join hint is used. ---> System.ComponentModel.Win32Exception (0x80004005): The wait operation timed out
       at Microsoft.UpdateServices.DatabaseAccess.DBConnection.DrainObsoleteConnections(SqlException e)
       at Microsoft.UpdateServices.DatabaseAccess.DBConnection.ExecuteCommandNoResult()
       at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ExecuteSPImportUpdate(Int32 upstreamServerLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed, Int32& localRevisionId)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ImportUpdate(Int32 ussRevLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed, String xmlSdpBlob, Int32& localRevisionId)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.CommonDataAccess.ImportUpdate(Int32 ussRevLocalId, String xmlUpdateBlob, Byte[] xmlUpdateBlobCompressed)
       at Microsoft.UpdateServices.Setup.StartServer.StartServer.ImportDefaultDetectoids()
    ClientConnectionId:0026c9c0-ff10-4daa-9b8b-ff3c9d1ae055
    2014-02-07 16:53:04  StartServer encountered errors. Exception=Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    Warning: The join order has been enforced because a local join hint is used.
    2014-02-07 16:53:04  Microsoft.UpdateServices.Administration.CommandException: Failed to start and configure the WSUS service
       at Microsoft.UpdateServices.Administration.PostInstall.Run()
       at Microsoft.UpdateServices.Administration.PostInstall.Execute(String[] arguments)
    Fatal Error: Failed to start and configure the WSUS service

    Hi,
    Would you please try below method to check out whether it can fix the issue:
    Open the IIS console and delete the WSUS Admin site and then run the post-install again.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/f7816b4e-c6d9-4844-ae7b-c4e4a89bcdf4/wsus-fails-to-complete-postinstallation-tasks?forum=winserverwsus
    Regards,
    Yan Li
    Regards, Yan Li

  • Changing port for http server not working, please help

    Hi Gurus
    I installed standalone hhtp server from db companion cd on AIX 5.3 10gR2.
    I tested the http server URL http://XXX.XXX.XXX.com:7777/epdev/helloworld
    after creating a procedure in the db and it works
    But I need http server to use port 80 and not default of 7777
    I did 2 changes in httpd.conf - Port 80 and Listen 80 But after this I am not
    able to start http server . Can somebody tell me what am I missing here ?
    I even tried starting it as root and got error as well
    $HTTP_HOME/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=cov6053:6200
    0 of 1 processes started.
    ias-instance id=IAS-X-cov6053.6299
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=720916)
    failed to start a managed process after the maximum retry limit
    Log:
    /export/host/thishost/unix/cen/app/oracle/product/http10.2/opmn/logs/HTTP_Server~1
    The log file has this entry no error:
    07/11/15 10:45:26 Start process
    /export/host/thishost/unix/cen/app/oracle/product/http10.2/Apache/Apache/bin/apachectl start: execing httpd
    Thanks a lot for your help

    I was able to reslove this. Followed this :
    On UNIX, you will hare to run as root if you want to run on ports less than 1024.
    In order to run Oracle HTTP Server as root, perform the following steps:
    Shutdown Oracle HTTP Server using the following command:
    UNIX: ORACLE_HOME/opmn/bin> opmnctl [verbose] stopproc ias-component=HTTP_Server
    Change to root user. Navigate to ORACLE_HOME/Apache/Apache/bin on UNIX or ORACLE_HOME\Apache\Apache\bin on Windows and execute the following command:
    chown root .apachectl
    chmod 6750 .apachectl
    Exit root.
    Restart Oracle HTTP Server using the following command:
    UNIX: ORACLE_HOME/opmn/bin> opmnctl [verbose] restartproc ias-component=HTTP_Server

  • Apex Installation ok, HTTP Server displays error in logs

    I have a strange issue.
    Apex 3.2 installation was okay. However when bouncing Apache HTTP Server, I have following errors in the log.
    =================================================================
    [Mon Mar 30 23:36:26 2009] [error] [client 192.168.2.102] [ecid: 1238474186:192.168.2.102:5792:4952:4,0] File does not exist: c:/oraclehttp/apache/apache/htdocs/favicon.ico
    [Mon Mar 30 23:36:29 2009] [error] [client 192.168.2.102] [ecid: 1238474189:192.168.2.102:5792:4116:5,0] File does not exist: c:/oraclehttp/apache/apache/htdocs/favicon.ico
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:5,0] Filename is not valid: c:/orahttp/apache/images"favicon.ico
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:6,0] Filename is not valid: c:/orahttp/apache/images"javascript/apex_ns_3_1.js
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:7,0] Filename is not valid: c:/orahttp/apache/images"javascript/apex_3_1.js
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:8,0] Filename is not valid: c:/orahttp/apache/images"javascript/apex_get_3_1.js
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:9,0] Filename is not valid: c:/orahttp/apache/images"javascript/apex_builder.js
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:10,0] Filename is not valid: c:/orahttp/apache/images"css/apex_3_1.css
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:3956:1,0] Filename is not valid: c:/orahttp/apache/images"css/apex_builder_3_1.css
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:4780:1,0] Filename is not valid: c:/orahttp/apache/images"htmldb/apex_logo.gif
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:4696:1,0] Filename is not valid: c:/orahttp/apache/images"1px_trans.gif
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:3956:2,0] Filename is not valid: c:/orahttp/apache/images"htmldb/builder/right_curve.gif
    [Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:11,0] Filename is not valid: c:/orahttp/apache/images"htmldb/builder/left_curve.gif
    [Tue Mar 31 00:04:25 2009] [error] [client 192.168.2.102] [ecid: 1238475865:192.168.2.102:4640:4780:2,0] Filename is not valid: c:/orahttp/apache/images"favicon.ico
    [Tue Mar 31 00:04:25 2009] [error] [client 192.168.2.102] [ecid: 1238475865:192.168.2.102:4640:4696:2,0] Filename is not valid: c:/orahttp/apache/images"favicon.ico
    =======================================================
    My http home directory is c:\OracleHTTP; my old HTTP directory was C:\orahttp that I deleted and reinstall Oracle HTTP Server.
    I don't understand why these error is coming? even Apache is referring old http server home.
    on DADS.CONF my image directory is set to
    Alias /i/ "c:\OracleHttp\Apache\images\/"
    So the situation is when I invoke Apex it displays with all images, but do not move after that; i.e the screen don't move whatever you type.
    Can anybody give advise what can we do to make Apex functional?
    Thanks.

    The reference to old HTTP home was resolved as there were old settings on Window Registry that I deleted.
    I am still getting following errors:-
    [Tue Mar 31 09:10:48 2009] [error] [client 192.168.2.102] [ecid: 1238508648:192.168.2.102:944:4080:7,0] File does not exist: c:/oraclehttp/apache/apache/htdocs/favicon.ico
    [Tue Mar 31 09:10:50 2009] [error] [client 192.168.2.102] [ecid: 1238508650:192.168.2.102:944:1244:4,0] File does not exist: c:/oraclehttp/apache/apache/htdocs/favicon.ico
    Any body have ideas?
    Thanks.

  • Web Center Installation and HTTP Server

    I am new to server technologies. Trying to install Web Center on windows server, but it appears Web server HTTP address and port is required to install UCM.
    May I know how to find if any Web server is already exists on my system which is Window server 2003?
    I already installed Web logic and SOA Suite. By chance any of them include Web Server? If not, can you recommend one HTTP server for UCM?
    Appreciate your help
    Thanks
    Reddy N

    Thanks for the info. When I tried to install Web Tier I am getting the following exception. Any idea about this error and resolution? Appreciate help.
    0000IFRK85hDwWWFLzrI8A1AhljR000008,0] ***************************************************
    [2009-09-20T23:37:09.859-07:00] [as] [WARNING] [] [oracle.as.config] [tid: 17] [ecid: 0000IFRK85hDwWWFLzrI8A1AhljR000008,0] Failed to start component ohs1[[
    oracle.as.config.ProvisionException: HTTP status code = 204 : 0 of 1 processes started.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:892)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1011)
         at oracle.as.install.webtiercd.webtierconfig.util.CreateComponent.createOHSComponentWrapper(CreateComponent.java:153)
         at oracle.as.install.webtiercd.webtierconfig.util.CreateComponent.createOHSComponentAndRegisterWithDomain(CreateComponent.java:416)
         at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureOHSWithDomain(WebtierConfigurationAction.java:310)
         at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureWithDomain(WebtierConfigurationAction.java:192)
         at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.doExecute(WebtierConfigurationAction.java:177)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    Regds
    Reddy

  • Oracle Apps R12 installation fails.....

    Hi All,
    I have installed Oracle Enterprise Linux 5.3, and trying to install Oracle Apps R12.
    I have created the stage area named /stg12 and the structure is as follows:
    --StarHere/startCD.....
    --RDBMS/Disk1/oraDB and oraDB2
    --Database/Disk1/oraAppDB, oraAppDB2 and oraAppDB3
    ---Database/Disk2/oraAppDB, oraAppDb2 and oraAppDB3
    Database/Disk8/.........
    --Tools/Disk1/oraAS
    --APPL_TOP/Disk1/oraApps, oraApps2 and oraApps3
    /Disk2/oraApps
    This is how the files were listed on edelivery website and i downloaded them and unzipped them in same sequence......
    After Rapidwiz checks are done ,,it says do you want to install Oracle Apps.... when i click yes,,,it asks for CD locator for RDBMS Disk1 and when i give path as /stg12/RDBMS/Disk1/oraDB,,,,it unzips some files and then again asks for RDBMS/Disk1,,,,,when i give path now as /stg12/RDBMS/Disk1/oraDB2.......it says error 50004,,,check log files.......
    I have applied all the patches applicable,,,,,like Http server patch and rapidwiz patch.
    please some one tell me how to create the stage area........im running the installation as oracle user not as root.....
    thanks...
    Edited by: user11090588 on May 3, 2009 6:58 PM

    Hi,
    also at the time of installtion for database and application node information i gave the same user and group......oracle and dba respectively....is that fine.....
    so now i issue a command su - oracle and supply the password....and then when i issue.....Do you mean use used a single user (i.e. oracle) to own the application tier and the database tier files? If so, then this is fine.
    adstpall.sh apps/<apps password>", then "adstrtal.sh apps/<apps passwordYou need to change to the directory where the script exists. As oracle user, change the directory to $APPL_TOP, and source (run) the env file (APPSORA.env), then issue "cd $INST_TOP/admin/scripts" and run the adstrtal.sh script.
    For more details about env file and startup/shutdown scripts, please refer to [Oracle Applications Patching Procedures |http://download.oracle.com/docs/cd/B40089_09/current/acrobat/oa_patching_r12.pdf] manual.
    Regards,
    Hussein

  • HTTP Server not starting in SOA Suite for linux

    Hi all,
    Installation and configuration of the new SOA Suite on SUSE 9 is not without faults. During the configuration the HTTP Server process is not starting. According the log file (opmn/logs/HTTP_Server~1.log) the HTTP Server is trying to start in SSL-mode, but I guess the SSL was not properly configured during the installation by the installer. I am not able to configure SSL myself, so my workaround was to disable SSL in the opmn.xml configuration file.
    Is anyone experiencing these problems? How can I configure SSL? Is SSL supposed to be enabled on the soa-server?
    Thanks in advance,
    Harm
    PS. The type of installation = advanced install, full
    Message was edited by: Harm

    Hi,
    First shutdown iAS, then edit the opmn.xml and restart.
    Original opmn.xml fragment:
    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server" module-id="OHS">
    <module-data>
    <category id="start-parameters">
    <data id="start-mode" value="ssl-enabled"/>
    Edited opmn.xml fragment:
    <ias-component id="HTTP_Server">
    <process-type id="HTTP_Server" module-id="OHS">
    <module-data>
    <category id="start-parameters">
    <data id="start-mode" value="ssl-disabled"/>
    Kind regards,
    H

  • AAA auth with ip http server not working

    Hi all,
    I am unable to get ip http server to authenticate against tacacs. attached is the debug output when logging in with the user "mark".
    Router config:
    aaa new-model
    aaa authentication login default group tacacs+ local enable
    aaa authentication login ALREADY-IN none
    aaa authentication login web group tacacs+ local enable
    aaa authorization exec web group tacacs+ local if-authenticated
    aaa session-id common
    ip http server
    ip http authentication aaa login-authentication web
    ip http authentication aaa exec-authorization web
    the priv-lvl 15 attribute is being sent, but IP HTTP Auth fails.. any ideas why?
    Cheers,
    Mark
    Update: Fixed it! I believe the access-enable autocommand was the cause!

    Hi,
    I have seen that additional attributes such as "access-enable timeout 1920" would not allow http authentication to work with certain IOS versions.
    Regards,
    Vivek

  • HTTP SERVER not Running 'VERY URGENT'

    Dear All
    I have used the following command to start HTTP Server opmnctl startproc ias-component=HTTP_Server
    after stopping HTTP Server using DCMCTL once i was able to restart but I am not able to restart the HTTP SERVER
    Could anybody help
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=calcutta:6200
    0 of 1 processes started.
    ias-instance id=Infra.calcutta
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=11713)
    failed to start a managed process after the maximum retry limit
    Log:
    /usr/app/applsso/Infra/opmn/logs/HTTP_Server~1
    This is the Log Which I received
    07/04/20 12:54:15 Start process
    /usr/app/applsso/Infra/Apache/Apache/bin/apachectl start: execing httpd
    [Fri Apr 20 12:54:15 2007] [warn] Loaded DSO /usr/app/netegrity/webagent-dev-5.0-QMR8/webagent/lib/mod_sm.so uses plain Apache 1.3 )
    15821: CSemCounter created a semaphore with ID 7864333 using key 989870929.
    07/04/23 10:49:10 Start process
    /usr/app/applsso/Infra/Apache/Apache/bin/apachectl start: execing httpd
    [Mon Apr 23 10:49:11 2007] [warn] Loaded DSO /usr/app/netegrity/webagent-dev-5.0-QMR8/webagent/lib/mod_sm.so uses plain Apache 1.3 )
    11676: CSemCounter created a semaphore with ID 7864333 using key 989870929.
    Warm Regards
    Syed

    2.4 opmnctl stopproc Command Might Hang
    If you issue the "opmnctl stopproc" command in a process seconds after the process was killed or abnormally terminated, the "opmnctl stopproc" command might hang. This might prevent you from issuing other process-related commands.
    In this situation, issue the following commands:
    opmnctl reload
    opmnctl stopproc
    If you are using dcmctl, then the "dcmctl stop" command will not hang, but fail. Issue the following commands to resolve the situation:
    dcmctl updateconfig opmn
    dcmctl stop

  • Http server not running on port 8888

    i installed the forms 9i against oracle 8i, i tried to run the form but receives error that http server is not running on port 8888 check services or change your runtime settings.
    what to do?
    Thanks in anticipation

    Start the OC4J Instance. (there is a shortcut to this in your Oracle9iDS program group).

Maybe you are looking for

  • Date wise invoice amount

    Dear all, I am in need of a report which will tell me what is the vendor invoice value posted for any particular date. I checked in MC$4 report where the invoice amount is shown cumulated for a particular month. - can i have a date wise details for a

  • I have a 16 page document which I was told someone else was working on. Not possible! How do I get permission to open it ?

    I am compiling my Ancestry and today I was told I couldn't open it. The reason I was given is written above. I am the only one with my history who has the access to work on my family history. I then tried to get a copy made and WORD told me it was un

  • Coldfusion hang

    I have CFMX7 application serber and it connected to Oracle 9i, there is 3 database links on this DB server. On my code, i have query to select union data from 3 database links. I define the timeout requests setting to be 15 seconds to terminate long

  • No matter what I do, the tracks will not go into order

    i downloaded 11 songs and they will not go into correct order no matter what i do. i have changed the info and numericaally put the tracks into order but they are still scrambled. what do i do to make them go from 1 to 11?

  • Criar JOB

    Boa Tarde, Pessoal preciso de criar um JOB que vai rodar a transação MD01, sei que para criar JOB a transação é a sm36, mais estou com dificuldades na hora de associar a transação MD01. Podem me ajudar? Grato Reinaldo Junior. Message was edited by: R