HTTP Server Doesn't Start after install

I just completed an install of the 10.1.3.1 Oracle App Server. It indicated that the install was successful. I can see in the log the BPEL Manager deploying in the default domain, but I do not see any reference to the HTTP server. Also, when I do a *./opmnctl startall* there is no HTTP_Server~1.log created.
Is there a step I need to complete to enable the Apache server to start? I must be missing something - the Apache folder is there in the install folder.
The *./opmnctl status* reports:
Processes in Instance: AS02.ssg-st-bpel-build0-dev.vzbi.com
---------------------------------+--------------------+---------+---------
ias-component                    | process-type       |     pid | status
---------------------------------+--------------------+---------+---------
OC4JGroup:default_group          | OC4J:home          |   18970 | Alive
ASG                              | ASG                |     N/A | DownI found the following in the installActions log:
Install type for "Oracle HTTP Server 10.1.3.0.0 " is "Typical".
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.bc4j 10.1.2.0.0.
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.bc4j.oem 10.1.2.0.0.
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.soap.srv 2.2.0.0.2a.
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.apache.ejb 9.0.1.0.1.
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.apache.ojsp 10.1.2.0.0.
     Conflict while setting install type of "Oracle Process Management Notification 10.1.3.1.0 "  to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.dcm 10.1.2.0.0.
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.sysman.emd 10.0.2.0.0.
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.java.j2ee.iascfg 10.1.2.0.0.
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.logloader 10.1.2.0.0.
# Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.webdb.monitor 10.1.2.0.0.
What am I missing?  Is there a package I need to install before installing the App Server?
Edited by: BCurtis on Sep 24, 2010 3:22 PM
Edited by: BCurtis on Sep 24, 2010 3:25 PM

I now know I'm missing the <ias-component id="HTTP_Server"> in the opmn.xml file. The following is from an older install of a few years ago.
         <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"/>
                  </category>
               </module-data>
               <process-set id="HTTP_Server" numprocs="1"/>
            </process-type>
         </ias-component>This explains why the startall doesn't start the HTTP Server, but why would the install not include the HTTP Server in the configuration?

Similar Messages

  • DBConsole Service doesn't start after Install OAS F&R-Services Win 10g

    Windows DBConsole Service doesn't start after Install OAS F&R-Services
    Hello,
    we have installed:
    WINDOWS Server 2003 with SP 2
    Oracle 10.2.0.1
    OAS F&R Services 10.1.2.0.2
    after Install DBR2 EM / DBConsole did work
    after Install OAS F&R-Service
    the windows-service for DBConsole
    doesn't start, return with an Error Code 2
    see below
    the file named emdbconsole.nohup from output log
    is not to find
    the ias_console does work fine
    OAS F_R-Services do work too
    whats may be wrong ?
    regards
    Norbert
    OracleDBConsoleorclsrvc.log :
    EMDROOT=D:\oracle\product\10.2.0\db_1
    ORACLE_HOME=D:\oracle\product\10.2.0\db_1
    EMDSTATE=D:\oracle\product\10.2.0\db_1\kfin_orcl
    CONSOLE_CFG=dbconsole
    TRACE_LEVEL=16
    TIMEOUT=15
    12/14/09 13:13:08 Start pending...
    12/14/09 13:13:08 Verifying dbconsole is not started already. Command line "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istatus dbconsole
    12/14/09 13:13:09 dbconsole launch commandline is "D:\oracle\product\10.2.0\db_1\bin\emctl.bat" istart dbconsole
    12/14/09 13:13:09 Tracking process launch...
    12/14/09 13:13:39 dbconsole exited with retCode 2.
    12/14/09 13:13:39 Check D:\oracle\product\10.2.0\db_1\kfin_orcl\sysman\log\emdbconsole.nohup for details
    Edited by: astramare on Dec 15, 2009 8:43 AM

    Hi,
    1. Stop the DBConsole. (set ORACLE_SID first & ORACLE_HOME)
    cd %ORACLE_HOME%\bin
    emctl stop dbconsole
    2. Update the <ORACLE_HOME>/<hostname_sid>/sysman/config/emd.properties file.
    Change line from:
    tracelevel.main=WARN
    To
    tracelevel.main=DEBUG
    Decomment this line, so that the line becomes :
    EMAGENT_PERL_TRACE_LEVEL=DEBUG
    3. Update the <ORACLE__HOME>/<hostname_sid>/sysman/config/emomslogging.properties
    Change line from:
    log4j.rootCategory=WARN, emlogAppender, emtrcAppender
    To
    log4j.rootCategory=DEBUG, emlogAppender, emtrcAppender
    4. Remove/backup all log files from ORACLE_HOME/<hostname_sid>/sysman/log
    5. Start the dbconsole and upload the output of each command
    - start the dbconsole: "emctl start dbconsole"
    - issue "emctl clearstate"
    - status the dbconsole: "emctl status dbconsole"
    - check the status of the agent until it comes up: "emctl status agent"
    - force an upload: emctl upload
    6. Check If you are able to view the dbconsole Page & login
    check below logs may be you can see the close error messages to solve the issue.
    <ORACLE_HOME>/<hostname_sid>/sysman/log directory
    <ORACLE_HOME>/<hostname_sid>/sysman/config/emoms.properties
    Otherwise re-create the DBconsole using the metalink doc 278100.1 : How To Drop, Create And Recreate DB Control In A 10g Database. (Please check the steps from Recreate/ReConfig DB Control, if you want to re-create)
    Thanks.

  • MDM Server doesn't start after upgrade to SP 5

    hi,
    i'm not used to sap services on windows hosts.
    After the Update from 7.1.04 to 7.1.05 the mdm server doesn't start. I found only a few logs (unter c:/usr/sap/SID/MDS00/work). Most of them from sapcpe (without errors or warnings). Only the sapstart.log contains a bit information:
    SAP-R/3-Startup Program
    Starting at 2010/08/16 21:29:18
    Startup Profile: "C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest"
    Starting Programs
    (1684) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/mds.lst
    (976) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/shared.lst
    (3632) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/sapinstance.lst
    (2172) Execute: C:\usr\sap\MDM\MDS00\exe\mdmcpc.bat C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest.INI C:\usr\sap\MDM\MDS00\config\mds.ini
    (3652) CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3652 died unexpectedly, restarting process
    (3612) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3612 died unexpectedly, restarting process
    (2364) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 2364 died unexpectedly, restarting process
    (3576) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3576 died unexpectedly, restarting process
    (3588) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3588 died unexpectedly, final process restart.
    Process will not be restated in the future because of frequent failure.
    (1396) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    This isn't really much I can work with. In the sapmmc I found the Option Developer Trace. I try to 'switch it on', but there is no difference.
    With 7.1.04 the server was running well.
    I happy for any suggestions

    Hi,
    Please check out Note 1482822 - MDM Server not starting after MDM 7.1 SP05 was installed.
    hope it helps you.
    Best regards,
    sudhanshu

  • Report service doesn't start after installing 9iAS

    Forms are fine after installing 9iAS, but report server doesn't
    start, and is not listed in Control Panel, Services.
    If I try start it as RWMTS60.exe -install oracledev2 tcpip I got
    the error "Please consult the installation guides for how to set
    up and run this program", if I start it as RWMTS60.exe -listen
    oracledev2 I got the error "Rep 0001:Unable to find the report
    builder message file. Please verify your installation". Attempt
    to run any Reports product (Runtime, for instance) causes
    Dr.Watson on RWRUN60.exe. The registry parameter RW60 points to
    the ORACLE_HOME/report60 for the Reports Server that is failing.
    What do I do to start Reports ?
    Thank you,
    Kate

    Hi,
    1. Stop the DBConsole. (set ORACLE_SID first & ORACLE_HOME)
    cd %ORACLE_HOME%\bin
    emctl stop dbconsole
    2. Update the <ORACLE_HOME>/<hostname_sid>/sysman/config/emd.properties file.
    Change line from:
    tracelevel.main=WARN
    To
    tracelevel.main=DEBUG
    Decomment this line, so that the line becomes :
    EMAGENT_PERL_TRACE_LEVEL=DEBUG
    3. Update the <ORACLE__HOME>/<hostname_sid>/sysman/config/emomslogging.properties
    Change line from:
    log4j.rootCategory=WARN, emlogAppender, emtrcAppender
    To
    log4j.rootCategory=DEBUG, emlogAppender, emtrcAppender
    4. Remove/backup all log files from ORACLE_HOME/<hostname_sid>/sysman/log
    5. Start the dbconsole and upload the output of each command
    - start the dbconsole: "emctl start dbconsole"
    - issue "emctl clearstate"
    - status the dbconsole: "emctl status dbconsole"
    - check the status of the agent until it comes up: "emctl status agent"
    - force an upload: emctl upload
    6. Check If you are able to view the dbconsole Page & login
    check below logs may be you can see the close error messages to solve the issue.
    <ORACLE_HOME>/<hostname_sid>/sysman/log directory
    <ORACLE_HOME>/<hostname_sid>/sysman/config/emoms.properties
    Otherwise re-create the DBconsole using the metalink doc 278100.1 : How To Drop, Create And Recreate DB Control In A 10g Database. (Please check the steps from Recreate/ReConfig DB Control, if you want to re-create)
    Thanks.

  • Server doesn't start after applying SP3

    Hi,
    after applying SP3 the server doesn't start.
    I just get the following error within the server log.
    Any hints ?
    Regards
    Gerald Eder
    JVMX version - May 20 2007 23:27:34 - 01_REL - optU - windows amd64 - bas2:78002 (mixed mode, sharing)
    (CompilerOracle exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources)
    (CompilerOracle exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain)
    (CompilerOracle exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub)
    (CompilerOracle exclude com/sapportals/portal/prt/util/StringUtils escapeToJS)
    (CompilerOracle exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices)
    (CompilerOracle exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile)
    (CompilerOracle exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup)
    (CompilerOracle exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue)
    (CompilerOracle exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode)
    (CompilerOracle exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode)
    (CompilerOracle exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto)
    (CompilerOracle exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Using an index file : D:\usr\sap\TC1\J20\j2ee\cluster\bin\index.list
    [GC [ParNew: 14592K->4114K(29120K), 0.0102761 secs] 14592K->4114K(116544K), 0.0103466 secs]
    Reading kernel properties from kernelProperties.bin file...
       Checked the data for 32 ms.
       Read the objects for 250 ms.
       Substituted the values for 47 ms.
    Finished reading kernel objects for 297 ms.
    StartupFramework returned mode [NORMAL]
    StartupFramework returned action [NONE]
    SAP J2EE Engine Version 7.10.3301.162847.20070927153007 is starting...
    Loading: LogManager ... 578 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... Error - ID:000004. System is halted. Exception is:
    java.lang.NoClassDefFoundError: com/sap/jvm/Capabilities
         at com.sap.engine.core.thread.impl3.ErrorQueueHandler.<clinit>(ErrorQueueHandler.java:34)
         at com.sap.engine.core.thread.impl3.ThreadManagerImpl.init(ThreadManagerImpl.java:204)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:665)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:367)
         at com.sap.engine.core.Framework.start(Framework.java:296)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.engine.boot.FrameThread.startFramework(FrameThread.java:161)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:183)
         at com.sap.engine.boot.StartFrame.work(StartFrame.java:101)
         at com.sap.engine.boot.Start.main(Start.java:33)
    Caused by: java.lang.ClassNotFoundException: com.sap.jvm.Capabilities
    Loader Info -
    ClassLoader name: [system:Kernel]
    Living status: alive
    Direct parent loaders:
       [library:core_lib]
    Resources:
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\jenqulib.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcantlr~runtime.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcachemgmtapi_for_assembly.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcachemgmtimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcache_pluginslib.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblframekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_cacheimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_classloadkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_clusterkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_configurationkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_databasekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_licensingkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_lockingkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_logkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_poolkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_servicekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_threadkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblopensqlkernelimplOpenSQLKrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcjeoffline_deployimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcjesessionmgmtimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcseclikeylikey_assembly.jar
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:259)
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:228)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
         ... 13 more

    After upgrading the SAPVM the server starts

  • Windows 7 64-bit 8GB RAM doesn't start after installing X-Fi drivers

    I have Windows 7 64 bit, 8GB RAM for a few months. After inserting an X-Fi Platinum Fatalty Champion Series (S/N MASB046A83R0772D; OP BN 06SB046A00005 Rev A) and installing Creative Sound Blaster X-Fi series driver 2.8.003 dated 26 Jun 09. The sounds plays OK, but after rebooting Windows doesn't start, with a CorruptRegistry error. I have installed Windows from scratch, but it only works until I install the X-Fi driver and reboot. Please help. I have searched the internet and found no solution to my problem besides a Wikipedia article that X-Fi has problem with 64-bit Vista with 4GB RAM or more.

    Hi, I am also running windows 7 ultimate 64 with the same sound card and am using the july 5 driver. It works but i cant use the creative control panel as i get a black screen on start-up and when i uninstall the contol panel windows functions normally. I may have to go with the onboard sound to get all 4 speakers to work. I have 6 Gb of ram on a gigabyte X58 Mobo.

  • IMac 24" doesn't start after installing Mavericks.

    After installing Mavericks (10.9.2) the machine started having hiccups... rebooting at random times on it's own.  After upgrading to 10.9.3, it only got worse.  Reboots were more frequent (as little as 1 minute between each reboot).  Then it took the final step and went into a state where it remains with black screen, the startup jingle may begin, but is killed within half a second or less... goes into a reboot loop.  The DVD sounds, then it tries to reboot again, DVD sounds... sometimes the jingle starts... but is cut off by a reboot.  Trying to get ANYTHING done with different key press combinations (option+command+R+P, D, T, Command, Option... pretty much every single combination one can find online for accessing safe boot or recovery or whatever... does not work.  The machine seems to have been killed by Mavericks.  I have come across a LOT of posts by other people who have experienced the same thing (rebooting after installing Mavericks) going back to October last year, and a few have experienced the same dead computer issue as I am having... all the while there is no fix or explanation from APPLE regarding this issue.  I have even opened the machine up and checked all cable connections, tested the HDD on another computer (was ok), cleaned the memory module connectors etc.  Before the total crash I had installed a temperature monitoring program with ventilator control, due to the DVD ventilator running at high RPM after installing Maverics.  All the temp sensors were reporting modest temps (ranging from 39 - 79 Celsius (only the power supply was above 50 Celsius). 
    The computer is as useful as a brick by this point. Since it went dead, it has successfully started up 3 times (out of 500+ attempts), but rebooted within a couple of minutes, into it's cycle of dead reboots.
    One way of getting it to boot and prepare for re-installation, is to keep the power button pressed until it sounds 3 times long, 3 times short and 3 times long beeps... it would only start making the first beep... then it rebooted in to death again.
    Could it be that Mavericks is destroying the firmware, or even killing the hardware?  I also have Mavericks on MBA and MBP, where the MBA has no problems, while the MBP freezes up every 2 days or so... requiring a forced reboot.
    Anyone with a usable advice on what to do in order to get the machine working again?  How many years does it normally take APPLE support staff to fix serious issues like this one?  It's already been over 7 months since the first people began experiencing these issues with Mavericks, but nothing has been done about it on APPLE's end ... as far as I can tell.
    Looking forward to some solutions.

    Just wanted to write the conclusion of this issue here, and make things as clear as possible.
    I took the iMac to a support center, and they confirmed that several components on the power supply board were fried and other parts had been overheated.  It took a few weeks for them to get the needed parts (much cheaper than replacing the entire unit).  I brought the iMac back home and started it up, and it did work... but it was getting very hot very quickly. I was thinking that maybe I should install Mountain Lion on it, and get away from Mavericks... just in case.... the computer had been turned on for around 1 hour at that point, and then it rebooted.... and stayed dead for 10 minutes or so... until it could start up again.  Was on for a few minutes... then dead again.
    Clearly the cause of the problem was still present, and fixing the symptom did not prove to be a lasting solution.
    The machine would not stay turned on long enough (when it DID turn on) for even formatting the disk, so I removed the SDD from it, formatted it with my MBA (connected through USB), and inserted it in the iMac again.  Starting it up resulted in a few minutes being turned on, overheating and crashing. Having downloaded ML and created a USB installer for it, it was now a case of trying one's patience ... hoping for the machine to stay turned on long enough to make it all the way through the installation process.... it managed to do the first part of the installation after several hours of crashing and overheating.... and it came to a point where I simply turned it off and gave up... thinking that the problem simply was physical in nature, and not caused by Mavericks as I had assumed from the start.  Next day I had renewed energy, turned the puter on and it behaved in the same way... turning off, then starting by itself trying to get through the installation.... it would fail again and again... I left the house, with it turned on, hoping that it would at least manage to finish at some point in time... so that I could write off my "BAD Mavericks" suspicion.  When I returned several hours later, the installation was complete and the machine was purring quietly and the back of the computer was NOT hot like a steam iron.
    Now it has been working for several days without any problems at all.
    The final conclusion is this:
    Mavericks IS at fault, and will physically DESTROY computers that are "somehow" not compatible with it.  I would have thought that Apple had enough capable engineers to prevent the operating system to mess up the hardware in this way, but clearly I was wrong on that account.  I can only WARN other people to even attempt installing Mavericks on puters of this type:
    Hardware Overview:
      Model Name:   iMac
      Model Identifier:     iMac7,1
      Processor Name:       Intel Core 2 Duo
      Processor Speed:      2.4 GHz
      Number of Processors: 1
      Total Number of Cores:        2
      L2 Cache:     4 MB
      Memory:       4 GB
      Bus Speed:    800 MHz
      Boot ROM Version:     IM71.007A.B03
      SMC Version (system): 1.21f4
      Serial Number (system):       W8*******X89
      Hardware UUID:        00000000-0000-1000-8000-001B639688F7
    Anyone claiming that Mavericks is not at fault, is plain and simple WRONG, in DENIAL or LYING.  There is absolutely NO doubt in my mind any longer, that the problem was indeed Mavericks getting installed on the machine and messing with the hardware on a level where it should never happen. If someone working at Apple would like to purchase/replace my iMac in order to test it and figure out that this is a REAL problem, they are welcome to do so. I think it is more than guaranteed that the damage caused by this Mavericks nightmare installation will never be recovered, nor will the time and work lost ever be compensated, but I would actually like Apple to acknowledge their responsibility and failure to address this issue in a professional and responsible way.
    IF Mavericks was NOT at fault, then someone should explain the logic behind the machine physically burning components shortly after the installation of Mavericks, and even when the SDD had been wiped clean with no OS, it was still overheating and shutting off, until it could finally have ML installed... and at that point it was cured and has worked flawlessly ever since.  Not a single hiccup, no over heating, no problems.
    My offer to sell/replace the iMac stands if Apple is really interested in looking at this SERIOUS issue with Mavericks.  This is NOT a minor issue they should expect simply goes away, or will be ignored by people who experience their machines BURNING to pieces.
    On my MBA and MBP Mavericks is not causing any problems, so it is not "all bad", but for the iMac it meant total annihilation.
    Anyone who has installed Mavericks on their iMac of similar age as mine, having rebooting and overheating problems: REMOVE the Mavericks installation ASAP and get ML on it before it goes up in flames!
    Other Mac's have been reported having the rebooting/overheating problems as well, although I have not noted down which builds those were.  The problem is REAL and COSTLY for those who experience it.... both time-wise and in terms of lost time/work.
    Hopefully this will help others from getting the same terrible experience as I got, and save some computers from burning up.
    <Personal Information Edited by Host>

  • Reports server doesn't start after upgrade 11.1.1.2 - 11.1.1.6

    Hello,
    I've upgraded a Linux server from Weblogic 10.3.2 / Forms 11.1.1.2 to Weblogic 10.3.6 / Forms 11.1.1.6 and I have some problems with reports server.
    I can't use jobStatusRepository on my reports server.
    I've created a new one, and when I activate the Job Status Repository, server can't start.
    I've added this features from Enterprise Manager and I've build a new credential (I first have tried to redefine old ones).
    When I modify my rwserver.conf adding comments to jobStatusRepository section, my report server start (from opmnctl or from Enterprise Manager) but as soon I put on line the jobStatusRepository, it fails to start.
    My server is an Oracle Linux 5.
    I've done the same on another server (same releases) and it does the same ...
    Thanks for any help.
    Xavier Cabantous

    Hello,
    thanks for your reply.
    I've put level TRACE:32in traces but there is nothing interesting in log files :
    in console~rep11_nodhos~1.log =>
    12/06/09 21:02:10 Start process
    9 juin 2012 21:02:13 oracle.security.jps.internal.common.util.XmlSchemaValidationUtil$StrictErrorHandler warning
    ATTENTION: Echec de la validation du contenu XML. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Emplacement : line 2 column 272.
    but I've seen in other topics that we don't have to care to this Warning.
    in rwserver_diagnostic.log =>
    no errors messages, it ends with
    [2012-06-09T21:02:13.483+02:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000JVIc0PeFw000jzwkno1Fotqn000001,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] Multicast:registerReceiver Packet handler registered
    [2012-06-09T21:02:13.489+02:00] [reports] [NOTIFICATION:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000JVIc0PeFw000jzwkno1Fotqn000001,0] ServerPacketHandler:start ServerPacketHandler started successfully
    I just have opened a SR on MetaLink

  • WEB server doesn't start after php5 install failed

    Hi,
    Running a PPC G4 with osx server 10.3.9
    I tried to install entropy php 5.1.6 on my server but it failed and said it could not complete the install.
    After that my web service stopped and I can't turn it on anymore.
    Please HELP !
    I can't reinstall the whole OS because I need ton keep my MySQL DB.
    When doing [sudo apachectl start]
    I get the error :
    dyld: /usr/sbin/httpd Undefined symbols:
    _untitled
    /usr/sbin/apachectl: line 193: 850 Trace/BPT trap $HTTPD
    /usr/sbin/apachectl start: httpd could not be started
    Thanks

    Just found the answer on Entropy
    php5.1.6 from entropy is for 10.4 only apparently
    Someone just gave me 5.1.2 and it worked fine after I completely reinstalled my Server...
    So remember OSX Server 10.3.9 loves 5.1.2 php package from entropy,
    Just install the package of php5 as your php4 module is off and the web service stopped
    Then add the module of php5 in your list
    Finally turn on web service and ENJOY !

  • Wiki Server Will Not Start After Installing Safari 4.0.5

    *PLEASE HELP*
    We have a production server running MacOS X Server 10.5.8 with all software updates installed.
    Wiki server refuses to launch, though launchd tries to open it every 10 seconds.
    When visiting www.domain.com/groups/community we see an error 503 in the web browser
    *Steps Taken to Correct*
    % sudo chown -R 94:94 /Library/Collaboration
    % serveradmin stop teams && serveradmin start teams
    Restarted the machine itself
    % cd /Library/Collaboration && find . -name '*.plist' -exec xmlwf {} \;
    *Those steps proving ineffective, we're now just trying to start over. We've removed all user generated content from the wiki directories and we just want the wiki server to launch successfully.*
    Removed "groups" and "users" directories from /Library/Collaboration
    Replaced /etc/wikid/wikid.conf with /etc/wikid/wikid.conf.default
    Deleted /Library/Application Support/Apple/WikiServer/directoryIndex.db
    Deleted /Library/Application Support/Apple/WikiServer/User Preferences/* (all user preferences)
    WHAT AM I DO WRONG? HOW CAN I GET A FRESH WIKI INSTALL WITHOUT REINSTALLING THE OS? This is a production server. We'll have to go without wikis rather than introduce downtime. Thank you.
    */Library/Logs/wikid/error.log is repeating the following every 10 second interval:*
    2010-03-21 13:50:27-0700 [-] Log opened.
    2010-03-21 13:50:27-0700 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2010-03-21 13:50:27-0700 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2010-03-21 13:50:27-0700 [-] twisted.web.server.Site starting on 8086
    2010-03-21 13:50:27-0700 [-] Starting factory <twisted.web.server.Site instance at 0x2eb3918>
    2010-03-21 13:50:27-0700 [-] twisted.web2.channel.http.HTTPFactory starting on 8087
    2010-03-21 13:50:27-0700 [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x2eb3cd8>
    2010-03-21 13:50:27-0700 [-] set uid/gid 94/94
    2010-03-21 13:50:27-0700 [-] "Failed trying to build an index for a non-directory path: '/usr/share/wikid/help/fr.lproj'"
    2010-03-21 13:50:27-0700 [-] Traceback (most recent call last):
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/bin/twistd", line 21, in <module>
    2010-03-21 13:50:27-0700 [-] run()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 27, in run
    2010-03-21 13:50:27-0700 [-] app.run(runApp, ServerOptions)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 379, in run
    2010-03-21 13:50:27-0700 [-] runApp(config)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistd.py", line 23, in runApp
    2010-03-21 13:50:27-0700 [-] _SomeApplicationRunner(config).run()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 158, in run
    2010-03-21 13:50:27-0700 [-] self.postApplication()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 213, in postApplication
    2010-03-21 13:50:27-0700 [-] startApplication(self.config, self.application)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/scripts/twistdunix.py", line 183, in startApplication
    2010-03-21 13:50:27-0700 [-] app.startApplication(application, not config['no_save'])
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/application/app.py", line 400, in startApplication
    2010-03-21 13:50:27-0700 [-] service.IService(application).startService()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/caldavd/lib/python/twisted/application/service.py", line 233, in startService
    2010-03-21 13:50:27-0700 [-] service.startService()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_utilities/service.py", line 60, in startService
    2010-03-21 13:50:27-0700 [-] RepositoryManager.ensureRepository()
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_utilities/RepositoryManager.py", line 63, in ensureRepository
    2010-03-21 13:50:27-0700 [-] SearchManager.buildSearchIndex(aPath, forceRebuild = False)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_utilities/SearchManager.py", line 406, in buildSearchIndex
    2010-03-21 13:50:27-0700 [-] GroupSqliteIndex.buildSearchIndex(whichPath, forceRebuild)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_utilities/GroupSqliteIndex.py", line 622, in buildSearchIndex
    2010-03-21 13:50:27-0700 [-] metaData = GroupSettings.GroupSettings(pathName)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_wlt/GroupSettings.py", line 37, in GroupSettings
    2010-03-21 13:50:27-0700 [-] settings = GroupSettingsObject(path, saveData, refreshCache)
    2010-03-21 13:50:27-0700 [-] File "/usr/share/wikid/lib/python/apple_wlt/GroupSettings.py", line 51, in _init_
    2010-03-21 13:50:27-0700 [-] self.data = plistlib.readPlist(self.prefsPath)
    2010-03-21 13:50:27-0700 [-] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-ma c/plistlib.py", line 77, in readPlist
    2010-03-21 13:50:27-0700 [-] rootObject = p.parse(pathOrFile)
    2010-03-21 13:50:27-0700 [-] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-ma c/plistlib.py", line 402, in parse
    2010-03-21 13:50:27-0700 [-] parser.ParseFile(fileobj)
    2010-03-21 13:50:27-0700 [-] xml.parsers.expat.ExpatError: no element found: line 1, column 0

    Hi,
    might not help you, but on MacOSX 10.6.3 Server, we have exactly the same problem - on solution (beside switching the wiki).
    Peter

  • WebLogic Server doesn't start after configuring a Custom Realm

    Hi,
    We are having problems getting WebLogic server to startup after configuring a
    Custom Realm. It outputs the error message "User System not authorized to boot
    WebLogic Server. Security Excpetion".
    For debugging purposed we had our Custom Realm classes output some debug statements
    to the console. From the output it was apparent that all the users were getting
    authenticated properly including System, Administrator, wliSystem etc. But after
    the initial authentications we get this error message. I am attaching the log
    file for your reference. Do we have to implement Authorization also (by implementing
    ACLImpl) in the Custom Realm. Our Custom Realm was planned to be used only for
    authentication.
    Appreciate any feedback on the cause of the problem.
    Thanks
    Vikram
    [test.log]

    Thanks Deyan. I will give it a try and let you know.
    "Deyan D. Bektchiev" <[email protected]> wrote:
    Vikram,
    You should make your user that you use to startup the server a member
    of
    the Administrators group.
    In other words there should be a Principal "Administrators" in the
    Subject that your LoginModule returns.
    I'm not sure if you can configure this afterwards but this is how it's
    done out of the box.
    Dejan
    Vikram wrote:
    Mike,
    We are working with a Platform domain on Weblogic 7.0. When you implementa custom
    realm it can be implemented just for authentication and not for authorization.
    In our case we used the Custom Realm only for authentication. ACLs storeall the
    authorization information. We assumed that the standard Weblogic useraccounts
    like system, administrator are already part of the ACLs with the appropriateprivileges.
    Please let me know if you have any suggestions.
    Thanks
    Vikram
    "mike" <[email protected]> wrote:
    You mix up authentication and authorization. The fact that a user is
    a valid user
    (authentication) does not guarantee that he/she can perform a certain
    action (authorization).
    The second is defined by ACLs or something, which is probably (most
    likely)
    not
    set in your case. To go on ranting I need to know which version youare
    on (looks
    like 7, grey area for me).
    "Vikram" <[email protected]> wrote:
    Hi,
    We are having problems getting WebLogic server to startup after configuring
    a
    Custom Realm. It outputs the error message "User System not authorized
    to boot
    WebLogic Server. Security Excpetion".
    For debugging purposed we had our Custom Realm classes output some
    debug
    statements
    to the console. From the output it was apparent that all the userswere
    getting
    authenticated properly including System, Administrator, wliSystemetc.
    But after
    the initial authentications we get this error message. I am attaching
    the log
    file for your reference. Do we have to implement Authorization also
    (by
    implementing
    ACLImpl) in the Custom Realm. Our Custom Realm was planned to be used
    only for
    authentication.
    Appreciate any feedback on the cause of the problem.
    Thanks
    Vikram

  • DNS server refurse to start after installing MFC-7820N printer driver

    Last night I installed a new printer driver brxubprt11c.dmg for Mac OSX 10.4 V.1.1.0
    This morning I could not get the DNS to run, which had been running for months. I would start but immediately stop again. I try to save the setting again with a small change but alas. The apple tech support had me check my hard drive and repair permission, but alas. They recommended that i read "getting started supplemental manual" and did a new DNS setup.
    This night I decided to copy all the setting (I took screen captures and dragged the DNS Config.plist to my desktop. Just in case, I changed the log setting to "debug"... Maybe it would tell me something... I started it up...but it kept running...
    Does this make any sense to anyone? Does anyone has a guess how saving the log setting might have got the thing back to work? Does it save only the change in the log file or the whole DNS Config.plist?

    This was due to a bad hard drive

  • Elements 13 doesn`t start after installing

    the start windows is here with Organizer and Fotoeditor, but they cant be opened.
    Windows updates are successful.
    Thank you in advance!
    Robert

    Without exact system info nobody can tell you anything.
    Mylenium

  • I configure the JServ , but Oracle HTTP Server doesn't work agian

    my Oracle HTTP Server doesn't work after i've configured the JServ by Oracle Enterprise Manager.
    when i run flowing command :
    D:\oraias\dcm\bin>dcmctl getstate -v
    and Error message : "ADMN-100999 Base Exception:
    java.lang.ClassCastException:java.lang.Boolean" has shown.
    and i navigate Enterprise Manager web site these Error Message showing:
    "Your browser or operating system is not a supported client configuration for this version of Enterprise Manager. Using Enterprise Manager with your current client configuration may result in incorrect display of data or incorrect updates to configuration settings. See the release notes for information on supported client configurations. Root Cause: java.lang.Boolean. java.lang.Boolean"
    how can i do? please help me.
    THX

    The key message -
    mod_plsql: /pls/htmldb/htmldb_login HTTP-503 ORA-12541
    Looking up that error gives -
    [jes@spdb1 ~]$ oerr ora 12541
    12541, 00000, "TNS:no listener"
    // *Cause: The connection request could not be completed because the listener
    // is not running.
    // *Action: Ensure that the supplied destination address matches one of
    // the addresses used by the listener - compare the TNSNAMES.ORA entry with
    // the appropriate LISTENER.ORA file (or TNSNAV.ORA if the connection is to
    // go by way of an Interchange). Start the listener on the remote machine.So it looks like the listener isn't running for your database to me (i.e. "lsnrctl start")

  • Web Start doesn't run after install

    Hi all,
    I'm wondering wether Web Start doesn't start after successful installation. Only the splash screen is shown a while when starting JWS and the administration screen doesn't pop up.
    I've read some mails about similiar problems (proxy?), but didn't resolve the problem yet.
    NT 4.0 SP 5, JWS 1.01._01 with RT
    also tried: JSDK 1.4 beta3 with JWS included
    please help. thank you
    regards, thomas

    Hello,
    I am not sure, but this does sound like I had the same problem. I got the following reply:
    Take a look at:
    http://www.geocities.com/vamp201/jwsfaq.html
    --> 'Why can't I start Web Start's app manager under Windows? Why does the app manager's preferences dialog fail to appear? '
    This might be a proxy issue. Try to turn off your proxy by putting
    javaws.cfg.proxy.setting=NONE
    in your 'javaws.cfg' file and see if it Web Start's app manager shows up then.
    I have added the line mentioned above, and it worked fine. In addition I added the following line:
    javaws.cfg.jre.default=0
    Check this out and good luck!

Maybe you are looking for

  • Printing to shared windows xp printer from 10.5.8

    I AM TRYING TO PRINT TO A SHARED WINDOWS XP PRINTER FROM 10.5.8 AND HAVE TO RE AUTHENTICATE THE USER AND PASSWORD EACH TIME I PRINT. THIS GETS TO BE TIRESOME WHEN OU PRINT 50 TIMES A DAY. TRIED DELETING THE KEYCHAIN, NO HELP. HAVE SET ALL PERMISSIONS

  • Can't back up my new iphone 4S on computer?

    hi, I just bought my new iphone 4s,and i can't back up my iphone on itunes??i'm new to this technology.anyone help? thx.:)

  • Macbook Pro slow startup, extra slow to load dock/interface

    I have a Macbook Pro core 2 duo era 2007, OS 10.6.8, with an interesting problem I've not encountered in reading other issues. Here's the system profile, to get that out of the way: Hardware Overview:   Model Name:          MacBook Pro   Model Identi

  • IPad Mini Side-Switch Lock Always-Active Bug

    Hi, I have an iPad mini that behaved perfectly until around the time I upgraded to 7.0.6, when it starting making me choose between Mute or Landscape mode. If my iPad side switch is set to control the Mute option in settings, when I try to play audio

  • Building tree using view crateria in view objects

    suppose that i have the following tables "class" ,"group" and "item". items in table "item" belong to groups in table "group" and groups belong to classes in table "class" . suppose there is another table called "selling_basket" that contains an id f