Apache will not start if ssl is enabled

Hello,
I recently upgraded from LMS 3.1 to LMS 3.2.  One of our end users pointed out that I forgot to enable https in the Common Services -> Server -> Security area.
I re-enabled https and now the 'Ciscoworks Web Server' will not start up.
If I disable https using ConfigSSL.pl from <NMS root>/MDC/Apache/bin then Ciscoworks comes up fine again.
The log file in <NMS root>/MDC/Apache/logs/error.log shows the message:
Failed to configure CA certificate chain!
I have deleted and regenerated the self-signed certificate several times and this pattern repeats.
I am running LMS on Windows Server 2003 R2.
Any suggestions would be appreciated.
Thanks.

Joe,
As requested, here are the files.
I was able to force Apache to start using the Service control panel.
However, when I spawned a browser the error message is:
Forbidden
You don't have permission to access /cwhp/LiaisonServlet on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Don't know what this means either.  Again, if I turn https off, everything comes up fine.
Thanks.
Bob

Similar Messages

  • Apache will not start with fastcgi

    We use an acgi called LiveIQue for our website. This plugin requires FastCGI to render the pages. Works fine with 10.3. We've just purchased and installed a new Intel Xserve with 10.4.8, and every I install the FastCGI module, apache will not start. If I comment out the FastCGI, apache starts.
    Anyone else having this problem.?

    I just configured and tested mod_fastcgi and can say it works with apache 1.3.33
    I understand it can also built for apache 2 however I haven't done this yet and I may eventually get to it.
    As well, looking into fastcgi I decided to try and build php as a fastcgi application and install it with lighttpd (with all the bells and whistles) and this also works rather well, speedy for what it does.

  • Apache will not start

    Hi All,
    Just upgrade to 10.4 Server...
    Server Admin will not start Apache. I receive an error to check the error log. I tried starting apache in the terminal, and it looked like it was loading the sites that we host - but no error, just a message. The last two lines are:
    Processing config file: /etc/httpd/sites/virtualhostglobal.conf
    /usr/sbin/apachectl start: httpd could not be started
    When I check Server Admin and look at the error log I receive this:
    [Sat Apr 8 01:18:27 2006] [error] mod_ssl: Init: Pass phrase incorrect (OpenSSL library error follows)
    [Sat Apr 8 01:18:27 2006] [error] OpenSSL: error:0D094068:asn1 encoding routines:d2iASN1SET:bad tag
    [Sat Apr 8 01:18:27 2006] [error] OpenSSL: error:0D0680A8:asn1 encoding routines:ASN1CHECKTLEN:wrong tag
    [Sat Apr 8 01:18:27 2006] [error] OpenSSL: error:0D07803A:asn1 encoding routines:ASN1ITEM_EXD2I:nested asn1 error
    [Sat Apr 8 01:18:27 2006] [error] OpenSSL: error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    Everything worked fine before the upgrade. Anyone have any insight?
    TIA - Vijay

    Have you tried resetting the certificate(s) password(s) in Server Admin, if any require them? All your errors are SSL-related. Is it possible that in the upgrade the passphrase for your certificate got garbled?
    Also, try reading this article and see if it doesn't help:
    http://forums.macosxhints.com/archive/index.php/t-23083.html
    If still no luck, although this might yield nothing new, what do you get when you enter "apachectl configtest" and/or "httpd -S" on the command line?

  • Visibroker gatekeeper will not start in SSL mode on Linux

    Has anyone succesfully configured the Visibroker Gatekeeper with SSL on a Linux Platform?
    All of the installations of 9iAS 1.0.2.2.1 I've performed on a Linux platform install the shared library "libvbj30ssl.so" in the $806_HOME/vbroker/bin directory with a 0-byte size. Unfortunately, this shared object library is required to allow the Gatekeeper to start in SSL mode. Furthermore, I checked the Borland website and learned that the Visibroker SSL pack does not support the Linux platform (yet). So my question to Oracle is "Do you REALLY support the configuration of Discoverer Plus w/SSL on Linux"? If so, what Borland Visibroker components are you using and why is the shared object library I speak of installed with a 0-byte size? Is this a simple error in the compilation of the shared object library during installation or did you guys purposely zero out the libvbj30ssl.so shared object library to simplify your port from Solaris to Linux?

    This article may help: A flashing question mark appears when you start your Mac.

  • Tomcat 4.1 on Redhat 7.3 or AS 2.1 will not start when SSL turned on

    Hi all,
    We have a major problem with running SSL in Tomcat 4.1 on Redhat Linux 7.3 and Advanced Server 2.1 when using SSH to connect to the box
    Basically... when ever we want to start Tomcat remotely (through SSH) on the box with SSL enabled we need to jiggle the mouse and/or keyboard for the SSL conector to finish starting up... this is a bit of a hassle in the office (server down stairs...) but will be unacceptable when we push the box into a hosted premises...
    Strangely... the Java keytool appears to have the same problem...
    Exact Specs:
    * Sun Java 1.4.1_02 SDK (also happens with JRockit 8.0)
    * Tomcat 4.1.18
    * Redhat 7.3 and/or Redhat AS 2.1 (works fine on Redhat 8+)
    * WWW on port 80, SSL on 443
    * Starting using root user (bit had same problem with tomcat4 user)
    server.xml fragment:
        <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
                   port="443" minProcessors="5" maxProcessors="75"
                   enableLookups="true"
                acceptCount="100" debug="0" scheme="https" secure="true"
                   useURIValidationHack="false" disableUploadTimeout="true">
           <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory" clientAuth="false" protocol="TLS" keystorePass="password" />
        </Connector>

    Hi alexburton,
    I am using a similar systemconfig and this server.xml entry seems to work.
    You probably will modify the port parameter.
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
    acceptCount="10" allowChunking="true" bufferSize="2048"
    connectionTimeout="20000" debug="0" enableLookups="true"
    maxProcessors="75" minProcessors="5" port="8443" proxyPort="0"
    redirectPort="-1" scheme="https" secure="true"
    tcpNoDelay="true">
    <Factory className="org.apache.catalina.net.SSLServerSocketFactory"
    algorithm="SunX509" clientAuth="false"
    keystoreFile="/var/tomcat4/.keystore" keystoreType="JKS"
    protocol="TLS"/>
    </Connector>
    ciao

  • Enable SSL to LDAP / MS AD : Portal will not start

    Hi all ,
    We have successfully enabled portal User Authentication to MS AD/LDAP over port 389 in a EP6 SP2 portal . Portal use                                       
    Now we wish to switch to LDAP over SSL .We did the following for a Ad with SSL enabled on port 636 :
    1) Import the AD server cert into the keystore using Visual admin tool
    2) Log into portal as adminstrator > Go to UM Administration          
    3) Change DataSource to AD , Flat heirarchy                           
    4) Enter hostname of AD server , user . password , paths etc.., Enable SSL    
    5) Save config and restart portal     
    Now the Portal will not start and we get the following error messages in the 
    console_logs...any ideas ???                            
    Loading services:                                                       
      Loading service: com.sap.portal.license.runtime license                
    java.lang.NullPointerException
            at com.sap.security.core.util.imp.UMTrace.debug(UMTrace.java:      
    739)                                                                               
    at com.sap.security.core.util.imp.UMTrace.debug(UMTrace.java:      
    840)                                                                               
    at com.sap.security.core.util.imp.UMTrace.fatalT(UMTrace.java:     
    586)                                                                               
    at com.sap.security.core.persistence.datasource.imp.               
    LDAPConnectionManage                                                       
    r.initConnectionPools(LDAPConnectionManager.java:556)                      
            at com.sap.security.core.persistence.datasource.imp.               
    LDAPConnectionManage                                                       
    r.initialize(LDAPConnectionManager.java:77)

    Here's another option that might work for you:
    Check out this note: 789590.  From reading between the lines it looks like you can change your um config without the portal being up by creating a file called 'sapum.properties.upgrade'.  That note talks about modifying some logging parameters but you should be able to substitute the um parameters to change your config back to using just the portal database.
    Here's what sap explained about the process:
    "you can update single um.properties by defining a file called sapum.properties.upgrade and storing it in the
    directory \ume\. During the next startup, these properties are uploaded and update the older values from the UME properties stored in the PCD.
    Values that are not listed in the .upgrade file are not touched. The upload is done before the service is starting, so that the updated values are taken as start parameters. Again in note 789590, you can find an example for an upgrade file (in this case for updating the information on the logging settings)."
    Once you get the portal up and running, when you try to change the UM config, make sure you click on the 'Test Connection' button after you've saved the new ldap settings to make sure that everything is ok.  The ldap server might be accessable but you might have a problem with the user, password, group or user path.  Also if you're using SSL then make sure the 'Use SSL for Ldap access' is checked.
    Hope that helps.
    Regards,
    Robin.

  • Bi_server will not start

    I'm trying to figure out why my bi_server will not start.  It was running fine, but after restarting the server, I can no longer start it and I get the error below:
    b_server1
    FAILED_NOT_RESTARTABLE
    When I try to start the server, I get this long error:
    C:\MW_HOME\user_projects\domains\bifoundation_domain\bin>startManagedWebLogic.cmd bi_server1
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:-UseSSE42Intrinsics
    WLS Start Mode=Production
    CLASSPATH=C:\MW_HOME\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\MW_HOME\Oracle_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\MW_HOME\patch_wls1035\profiles\default\sys_manifest_classpath\weblog
    ic_patch.jar;C:\MW_HOME\ORACLE~2\jdk\lib\tools.jar;C:\MW_HOME\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\MW_HOME\WLSERV~1.3\server\lib\weblogic.jar;C:\MW_HOME\modules\features\weblogic.server.modules_10
    .3.5.0.jar;C:\MW_HOME\WLSERV~1.3\server\lib\webservices.jar;C:\MW_HOME\modules\ORGAPA~1.1/lib/ant-all.jar;C:\MW_HOME\modules\NETSFA~1.0_1/lib/ant-contrib.jar;c:\MW_HOME\wlserver_10.3\server\lib\weblog
    ic.jar;c:\MW_HOME\oracle_common\modules\oracle.dms_11.1.1\dms.jar;c:\MW_HOME\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;c:\MW_HOME\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;c:\M
    W_HOME\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\MW_HOME\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\MW_HOME\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\MW_HOME\ORACLE~
    1\modules\oracle.jrf_11.1.1\jrf.jar;C:\MW_HOME\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\MW_HOME\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\MW_HOME\patch_wls1035\profiles\default\native;C:\MW_HOME\WLSERV~1.3\server\native\win\x64;C:\MW_HOME\WLSERV~1.3\server\bin;C:\MW_HOME\modules\ORGAPA~1.1\bin;C:\MW_HOME\ORACLE~2\jdk\jre\bin;C:\
    MW_HOME\ORACLE~2\jdk\bin;C:\Python33\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\MW_HOME\Oracle_BI1\products\Essbase\EssbaseServer\bin;c:\MW
    _HOME\Oracle_BI1\bin;c:\MW_HOME\Oracle_BI1\opmn\bin;c:\MW_HOME\Oracle_BI1\opmn\lib;c:\MW_HOME\Oracle_BI1\perl\bin;C:\MW_HOME\WLSERV~1.3\server\native\win\x64\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)
    Starting WLS with line:
    C:\MW_HOME\ORACLE~2\jdk\bin\java -server   -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:-UseSSE42Intrinsics -Dweblogic.Name=bi_server1 -Djava.security.policy=C:\MW_HOME\WLSERV~1.3\server\lib\weblogic.p
    olicy  -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore="c:\MW_HOME\wlserver_10.3\server\lib\cacerts"   -da -Dplatform.home=C:\MW_HOME\WLSERV~1.3 -Dwls.home=C:\MW_HOME\W
    LSERV~1.3\server -Dweblogic.home=C:\MW_HOME\WLSERV~1.3\server  -Dcommon.components.home=C:\MW_HOME\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14L
    ogger -Ddomain.home=c:\MW_HOME\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile=C:\MW_HOME\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=c:\MW_HOME\USER_P~1\domains\BIFO
    UN~1\config\FMWCON~1\servers\bi_server1 -Doracle.domain.config.dir=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\FMWCON~1
    \carml  -Digf.arisidstack.home=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps-config.xml -Do
    racle.deployed.app.dir=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\servers\bi_server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\MW_HOME\ORACLE~1\modules\oracle.ossoiap_1
    1.1.1,C:\MW_HOME\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracle.home=C:\MW_HOME\Oracle_BI1 -DEPM_ORACL
    E_HOME=C:\MW_HOME\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\MW_HOME\Oracle_BI1 -DHYPERION_HOME=C:\MW_HOME\Oracle_BI1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\MW_HOME\O
    racle_BI1 -DEPM_REG_PROPERTIES_PATH=c:\MW_HOME\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproperties=C:\MW_HOME\Oracle_BI1\bifoundation
    \jee\BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dwe
    blogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.servic
    es.BISearchServiceConfiguration -Dxdo.server.config.dir=c:\MW_HOME\user_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_DIR=C:\MW_HOME\Oracle_BI1\common\fonts  -Drtd.instanceName=RT
    D_bi_server1 -Dem.oracle.home=C:\MW_HOME\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://LET-SP-FRONTEND:7001  -Dwlw.iterativeDev=false
    -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\MW_HOME\patch_wls1035\profiles\default\sysext_manifest_classpath  weblogic.Server
    <Nov 21, 2013 3:21:17 PM EST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allo
    wCryptoJDefaultJCEVerification=true>
    <Nov 21, 2013 3:21:17 PM EST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.securit
    y.allowCryptoJDefaultPRNG=true>
    <Nov 21, 2013 3:21:18 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.4-b02 from Sun Microsystems Inc.>
    java.io.IOException: java.io.IOException: java.io.FileNotFoundException: C:\MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso (Access is denied)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:120)
            at weblogic.utils.FileUtils.copy(FileUtils.java:261)
            at weblogic.utils.FileUtils.copy(FileUtils.java:240)
            at weblogic.utils.FileUtils.copy(FileUtils.java:181)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:134)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:142)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:106)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
    <Nov 21, 2013 3:21:35 PM EST> <Error> <Management> <BEA-141196> <The managed server could not update the configuration files during the registration with the deployment service. The update failed due
    to an exception:
    weblogic.management.DeploymentException: Exception occured while downloading files
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:83)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
    Caused By: java.io.IOException: java.io.IOException: java.io.FileNotFoundException: C:\MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso (Access is denied)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:120)
            at weblogic.utils.FileUtils.copy(FileUtils.java:261)
            at weblogic.utils.FileUtils.copy(FileUtils.java:240)
            at weblogic.utils.FileUtils.copy(FileUtils.java:181)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:134)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:142)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:106)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
    >
    <Nov 21, 2013 3:21:35 PM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.DeploymentException: Exception occured while downloading files
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:83)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
    Caused by: java.io.IOException: java.io.IOException: java.io.FileNotFoundException: C:\MW_HOME\user_projects\domains\bifoundation_domain\config\fmwconfig\bootstrap\cwallet.sso (Access is denied)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:120)
            at weblogic.utils.FileUtils.copy(FileUtils.java:261)
            at weblogic.utils.FileUtils.copy(FileUtils.java:240)
            at weblogic.utils.FileUtils.copy(FileUtils.java:181)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:134)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.copyFileToConfigBakDir(ConfigBackupRecoveryManager.java:142)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:103)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.downloadFiles(RuntimeAccessDeploymentReceiverService.java:920)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.updateFiles(RuntimeAccessDeploymentReceiverService.java:879)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.handleRegistrationResponse(RuntimeAccessDeploymentReceiverService.java:728)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.registerHandler(RuntimeAccessDeploymentReceiverService.java:699)
            at weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService.start(RuntimeAccessDeploymentReceiverService.java:169)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:71)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.saveFileToConfigBakDir(ConfigBackupRecoveryManager.java:106)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigBackupRecoveryManager.handleBackup(ConfigBackupRecoveryManager.java:48)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.handleBackup(ConfigDataUpdate.java:443)
            at weblogic.deploy.internal.targetserver.datamanagement.ConfigDataUpdate.doDownload(ConfigDataUpdate.java:79)
            ... 13 more
    >
    <Nov 21, 2013 3:21:35 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Nov 21, 2013 3:21:35 PM EST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Nov 21, 2013 3:21:35 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    C:\MW_HOME\user_projects\domains\bifoundation_domain\bin>

    Ok, now the bi_server1 is starting, but now other services fail:
    Message
    OPMN.queryProcessStatus failed with the following exception
    Supplemental Detail
    oracle.as.management.opmn.optic.OpticBadConnectException: Could not get secure socket for host SERVER-FRONTEND.sys.com and port 9501

  • Oracle 10G Non-Network install - OEM will not start when on the LAN.

    Greetings,
    Got through a non-networked 10G Enterprise installation OK; I chose to create the orcl schema, connected to it through various utilities, added new tablespace, and all was well. I also checked my Host Name by pinging it in DOS, it showed me the IP address of the MS loopback adapter which is what I was expecting.
    Once I connected the same machine to the LAN (and internet) and re-booted, for some reason the Host Name was now assigned the dynamic IP address of the LAN and not LAN2 (which is the loopback adapter that is assigned a static local IP address). It did this even though I had already added an entry in the /etc/hosts file that explicitly assigns a static IP address to the Host Name (as recommended in the Oracle 10G pre-installation instructions). I also could not get the OEM to launch a webpage, run and connect to the orcl database after the re-boot; I am wondering if this is related to the IP address assigned to Host Name changing; maybe the Oracle agent can no longer resolve the URL for some reason?
    In the end I find that the only way to insure I can have a working Oracle environment and be on an active network at the same time, is to bring up the Oracle environment on a standalone system first, and once Oracle is running connect the system to the network. Is there no way to automate this process?
    The format of the hosts file entry recommended by the Oracle 10G pre-installation instructions is as follows:
    ===========================================================
    IP_address hostname.domainname hostname
    where:
    IP_address is the non-routable IP address you entered for the loopback adapter.
    hostname is the name of the computer.
    domainname is the name of the domain.
    For example:
    10.10.10.10 mycomputer.mydomain.com mycomputer
    ==========================================================
    In my case since I am not part of a Windows domain (but am part of a Windows Workgroup), I added an entry in the /etc/host file that looks like the following:
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    127.0.0.1 localhost
    192.168.110.250 IBM-6AB1330E158
    ==> Note that I did not add the domain name to the entry I created since I am not part of a domain, I also used the format I found in the etc/hosts file which is:
    IP_address hostname.domainname
    - not -
    IP_address hostname.domainname hostname
    Which is the format recommended in the Oracle 10G pre-installation instructions; this does leave me wondering which format is correct...
    Thanks in Advance for any help,
    ADG13

    I have not. I am hoping someone (maybe even from Oracle support) will step up and officially tell us we are either right or wrong in the way we are approaching this. From the research I have done on the internet it sounds like this should work, you should be able to have Oracle starting and running fine whether you boot connected to the LAN or not, assuming you have created the MS loopback adapter, assigned it a static IP, and changed the hostname entry in etc/hosts file as part of the 10G WinXP recommended pre-installation instructions.
    And yet I find I have to start Oracle when I am not connected to the LAN or the services will not start correctly. If this is a "feature" then hopefully someone will tell us and maybe give us a workaround or give us an idea if this will be addressed in a future release. Having said that and in fairness to the Oracle product; being a developer I have other products installed on my machine that have special networking setup needs also, and in my case this could be exasperating or even possibly causing this Oracle problem I am having. To be specific I have software for 2 different VPNs installed so I can tunnel into 2 private networks. One of these VPNs require me to make use of a DNS Suffix (as shown below) which might be contributing to my problems, not sure. I also have VMWare installed which uses it own network adapters when it is running, so you can see how things could get a little hairy... at any rate, there is my 2 cents worth (or is that 5 cents? : )
    fwiw,
    ADG13
    C:\Documents and Settings\Administrator>ipconfig/all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : IBM-6AB1330E158
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : ibm.com
    Ethernet adapter Local Area Connection 2:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft Loopback Adapter
    Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.110.250
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . : ibm.com
    Description . . . . . . . . . . . . . : Intel(R) PRO/1000 MT Mobile Connection
    Physical Address. . . . . . . . . : 00-11-25-13-96-AF
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 192.168.1.102
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 65.24.7.3
    Lease Obtained. . . . . . . . . . : Wednesday, January 11, 2006 3:40:08 AM
    Lease Expires . . . . . . . . . . : Thursday, January 12, 2006 3:40:08 AM
    Ethernet adapter AGN Virtual Network Adapter:
    Connection-specific DNS Suffix . : ibm.com
    Description . . . . . . . . . . . : AGN Virtual Network Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-01
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 9.49.217.159
    Subnet Mask . . . . . . . . . . . : 255.255.255.255
    Default Gateway . . . . . . . . . :
    DHCP Server . . . . . . . . . . . : 9.49.217.159
    DNS Servers . . . . . . . . . . . : 9.0.2.1
    9.0.3.1
    Lease Obtained. . . . . . . . . . : Wednesday, January 11, 2006 8:06:20 AM
    Lease Expires . . . . . . . . . . : Monday, January 18, 2038 10:14:07 PM

  • Firefox will not start, after reboot.

    For a few months now Firefox will not start after I reboot my computer. In order to get it to start I click the exe then must go into task manager kill it, click the exe again, kill it again then, from there it will typically start, but sometimes it may take one or two more trys. When clicking the exe firefox will appear in the task manager under processes but will will start with ~7% CPU usage, then quickly drop to zero every time until it does actually open and start. I have ran a full system recovery and started anew after reinstalling mozilla several times failed to fix the problem. I run virus and spyware checks often and come up clean, and also run Chrome as a default browser.
    == This happened ==
    A few times a week
    == Around the time 3.5 was released

    Hello Tom.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Sql server will not start - Database 'model' cannot be opened. It is in the middle of a restore.

    Sql server service will not start after server reboot:
    2009-08-13 14:15:43.94 spid7s      SQL Trace ID 1 was started by login "sa".
    2009-08-13 14:15:43.97 spid7s      Starting up database 'mssqlsystemresource'.
    2009-08-13 14:15:43.97 spid7s      The resource database build version is 10.00.1600. This is an informational message only. No user action is required.
    2009-08-13 14:15:44.30 Server      A self-generated certificate was successfully loaded for encryption.
    2009-08-13 14:15:44.30 spid7s      Server name is 'WIN-37R9WFWAJIB\MSDB1'. This is an informational message only. No user action is required.
    2009-08-13 14:15:44.32 spid10s     Starting up database 'model'.
    2009-08-13 14:15:44.32 Server      Server is listening on [ 'any' <ipv6> 49167].
    2009-08-13 14:15:44.33 Server      Server is listening on [ 'any' <ipv4> 49167].
    2009-08-13 14:15:44.33 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSDB1 ].
    2009-08-13 14:15:44.33 Server      Server named pipe provider is ready to accept connection on [ \\.\pipe\sql\query ].
    2009-08-13 14:15:44.35 spid10s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2009-08-13 14:15:44.38 Server      Server is listening on [ ::1 <ipv6> 49168].
    2009-08-13 14:15:44.38 Server      Server is listening on [ 127.0.0.1 <ipv4> 49168].
    2009-08-13 14:15:44.38 Server      Dedicated admin connection support was established for listening locally on port 49168.
    2009-08-13 14:15:44.39 spid10s     Error: 927, Severity: 14, State: 2.
    2009-08-13 14:15:44.39 spid10s     Database 'model' cannot be opened. It is in the middle of a restore.
    2009-08-13 14:15:44.49 spid10s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized.
    2009-08-13 14:15:44.50 spid10s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informa
    there is plenty of room on the server, so i dont think its a disk space issue.  i am able to start the service as such:
    C:\Users\Administrator>net start MSSQL$MSDB1 /c /m /T3608
    The SQL Server (MSDB1) service is starting.
    The SQL Server (MSDB1) service was started successfully
    sqlcmd -e
    1> select name, status from sysdatabases;
    2> go
    select name, status from sysdatabases;
    name
                                                     status
    master
                                                           65544
    tempdb
                                                           65544
    model
                                                           65568
    msdb
                                                      1073807368
    SS_DBA_Dashboard
                                                      1073807368
    (5 rows affected)
    model is in RESTORING state and I dont know how to fix it.  I am running simple backups, so I have a somewhat recent backup of model.bak but when I attempt to restore it I get an error:
    1> restore database model
    2> go
    restore database model
    Msg 3112, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 1
    Cannot restore any database other than master when the server is in single user
    mode.
    Msg 3013, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 1
    RESTORE DATABASE is terminating abnormally.
    other forums suggest manually updating the status column but i dont know if my syntax is wrong or it just cant be done in sql server 2008:
    1> begin transaction
    2> update sysdatabases set status=16 where name='model'
    3> ;
    4> go
    begin transaction
    update sysdatabases set status=16 where name='model'
    Msg 4406, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 2
    Update or insert of view or function 'sysdatabases' failed because it contains a
     derived or constant field.
    1>
    yet another forum suggested taking a cleanly shut down model.mdf and model.ldf from another sql server 2008 instance and placing those in the data directory while moving the 'restoring' ones to a backup location.  this didnt work either.  any help is appreciated im new to sql server and this is very frustrating!  thanks in advance!

    I have the same issue on SQL Server 2008R2, after a server reboot, but none of the NET START commands or command line attempts are successful to start the Service.
    NET START command results in "Access Denied" "System Error 5" and the Command line attempts result in
     Server      Error: 17058, Severity: 16, State: 1.
     Server      initerrlog: Could not open error log file ''.
    Any help?
    SQL Error log file:
    2011-03-29 16:50:49.40 Server      (c) Microsoft Corporation.
    2011-03-29 16:50:49.40 Server      All rights reserved.
    2011-03-29 16:50:49.40 Server      Server process ID is 7292.
    2011-03-29 16:50:49.40 Server      System Manufacturer: 'Dell Inc.', System Model: 'PowerEdge T710'.
    2011-03-29 16:50:49.40 Server      Authentication mode is MIXED.
    2011-03-29 16:50:49.40 Server      Logging SQL Server messages in file 'E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG'.
    2011-03-29 16:50:49.40 Server      This instance of SQL Server last reported using a process ID of 7448 at 3/29/2011 4:30:06 PM (local) 3/29/2011 8:30:06 PM (UTC). This is an informational message only; no user action is required.
    2011-03-29 16:50:49.40 Server      Registry startup parameters:
      -d E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\master.mdf
      -e E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG
      -l E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
      -T 4616
    2011-03-29 16:50:49.42 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2011-03-29 16:50:49.42 Server      Detected 24 CPUs. This is an informational message; no user action is required.
    2011-03-29 16:50:49.84 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2011-03-29 16:50:49.84 Server      Lock partitioning is enabled.  This is an informational message only. No user action is required.
    2011-03-29 16:50:49.86 Server      Node configuration: node 0: CPU mask: 0x0000000000fff000:0 Active CPU mask: 0x0000000000fff000:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2011-03-29 16:50:49.86 Server      Node configuration: node 1: CPU mask: 0x0000000000000fff:0 Active CPU mask: 0x0000000000000fff:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2011-03-29 16:50:49.89 spid9s      Starting up database 'master'.
    2011-03-29 16:50:49.95 spid9s      CHECKDB for database 'master' finished without errors on 2011-03-18 08:46:34.257 (local time). This is an informational message only; no user action is required.
    2011-03-29 16:50:49.95 spid9s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'MSSQLSERVER'.
    2011-03-29 16:50:49.97 spid9s      SQL Trace ID 1 was started by login "sa".
    2011-03-29 16:50:49.97 spid9s      Starting up database 'mssqlsystemresource'.
    2011-03-29 16:50:49.99 spid9s      The resource database build version is 10.50.1600. This is an informational message only. No user action is required.
    2011-03-29 16:50:50.20 spid13s     Starting up database 'model'.
    2011-03-29 16:50:50.20 spid9s      Server name is 'XXXX'. This is an informational message only. No user action is required.
    2011-03-29 16:50:50.21 Server      The certificate [Cert Hash(sha1) "C41DC20703F049763778AC2842C3C8A3A2C6EED4"] was successfully loaded for encryption.
    2011-03-29 16:50:50.21 Server      Server is listening on [ 'any' <ipv6> 1433].
    2011-03-29 16:50:50.21 Server      Server is listening on [ 'any' <ipv4> 1433].
    2011-03-29 16:50:50.21 Server      Server local connection provider is ready to accept connection on [
    \\.\pipe\SQLLocal\MSSQLSERVER ].
    2011-03-29 16:50:50.21 Server      Server named pipe provider is ready to accept connection on [
    \\.\pipe\sql\query ].
    2011-03-29 16:50:50.21 Server      Server is listening on [ ::1 <ipv6> 1434].
    2011-03-29 16:50:50.21 spid13s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2011-03-29 16:50:50.21 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2011-03-29 16:50:50.21 spid13s     Error: 927, Severity: 14, State: 2.
    2011-03-29 16:50:50.21 spid13s     Database 'model' cannot be opened. It is in the middle of a restore.
    2011-03-29 16:50:50.21 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2011-03-29 16:50:50.22 spid13s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in
    the event log that may indicate why the tempdb files could not be initialized.
    2011-03-29 16:50:50.22 spid13s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.

  • Itunes will not start after installing 10.5 Windows DEP error XP

    Have not found a definitive fix for this anywhere.. so will try posting again.
    Having upgraded to itunes 10.5... now Itunes will not start. Just get Data Execution Prevention error, and closes. Using Windows XP. Have tried repairing itunes, removing it reinstalling, removing and reinstalling Quicktime.. (Quicktime works fine). Disabling DEP for itunes.. re-enabling doesn't make any difference either way.  Tried different profile.
    Please help!!

    Same problem here!

  • Organiziser in Photoshop Elements 9 will not start in Windows 8.1. Inkompartibelt programs.  What to

    Hej!
    Organiziser in Photoshop Elements 9 will not start in Windows 8.1. Inkompartibelt programs.
    What to do?
    /yoel

    Ok, I had many problems with the installation, but after three attempts I've got it working. This might work with a previously failed installation - but there are other guides in the forum to get this position -thanks also to the many threads on the this - which pointed me in the right direction
    Previously I'd had issues with Error 1935, (on Shared Technologies), Blue screens due to clbudf.sys from Cyberlink Instant burn which blue screened (thread abort exception) this install as also iTunes. (I haven't installed this now...
    My scenario. Win 7 (clean) -> Win 8 -> Win 8.1
    After setting up the setting up the system.
    I ensured the following : (although begrudingly) so I could do a system restore if needed.
    -I disabled Anitvirus & Firewall
    -enabled Volume Shadow Copy Service
    I then ensured I had downloaded Adobe Application Manager 8.0 (read this may help) - I installed - but I did not run it as I believe it updates to Adobe CC Manager( from previous attempts)
    i also downloaded and installed the 32 bit versions of :
    C++2008 redistributable (32 bit)
    C++2008 SP1 redistributable (32 bit)
    I installed Premiere Elements (64 bit) - note I had previously installed Sony Vegas 10 Platinum, which downloaded and installed NET 3.5/Net 2.0 adding to windows features, which many have helped - not sure.
    I installed Photoshop Elements (32 bit)
    I started both apps and updated them to 12.1.
    Happy ... finally - hope this helps others - or at least helps adobe improve their installer, diagnose the issue for others.

  • SLD server will not start

    Hi, I am having an issue with my SLD server.  The java will not start completely.  This is the log i get:
    If you have any clue that would be great.
    thanks
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[Cp1252]/>
    <!FILESET[0, 20, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.19.trc]/>
    <!NEXTFILE[defaultTrace.1.trc]/>
    <!LOGHEADER[END]/>
    #1.5#000BCDEF4B75001E0000000100000B4400046A834059524E#1243011859688#com.sap.di.sdic.srv.java.SDICServiceFrame##com.sap.di.sdic.srv.java.SDICServiceFrame#######SAPEngine_System_Thread[impl:5]_70##0#0#Error#1#/Applications/SDIC/Service#Java###Failed to initialize the SDIC service. An unanticipated error has occured; Error description - #1#com.sap.di.sdic.exception.DiException: StateStore Initialization requires the values to be specified for the properties"sdic.state.store.storeManager" and "sdic.nwdiservers.admin.user"#
    #1.5#000BCDEF4B75001E0000000300000B4400046A8340596B1D#1243011859688#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_70##0#0#Error#1#/System/Server#Plain###Service tcdisdic~srv error. Nested exception is: com.sap.engine.frame.ServiceException: StateStore Initialization requires the values to be specified for the properties"sdic.state.store.storeManager" and "sdic.nwdiservers.admin.user"
         at com.sap.di.sdic.srv.java.SDICServiceFrame.start(SDICServiceFrame.java:162)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.di.sdic.exception.DiException: StateStore Initialization requires the values to be specified for the properties"sdic.state.store.storeManager" and "sdic.nwdiservers.admin.user"
         at com.sap.di.sdic.srv.java.SDICServiceFrame.start(SDICServiceFrame.java:149)
         ... 5 more
    Caused by: java.lang.Exception: StateStore Initialization requires the values to be specified for the properties"sdic.state.store.storeManager" and "sdic.nwdiservers.admin.user"
         ... 6 more
    #1.5#000BCDEF4B7500260000000000000B4400046A8340A5D8ED#1243011864701#com.sap.caf.um.metadata.imp.MetaDataTools##com.sap.caf.um.metadata.imp.MetaDataTools.MetaDataTools()#######SAPEngine_System_Thread[impl:5]_54##0#0#Info#1#/System/Server#Plain###sap.com caf/um/metadata/imp MAIN_APL70VAL_C 963656#
    #1.5#000BCDEF4B75002F0000000100000B4400046A8340D0C614#1243011867513#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.newProperties(int prcs, int conn)#######SAPEngine_System_Thread[impl:5]_35##0#0#Error#1#/System/Server#Java###enter  newProperties()##
    #1.5#000BCDEF4B75002F0000000300000B4400046A8340D702A6#1243011867919#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.init()#######SAPEngine_System_Thread[impl:5]_35##0#0#Error#1#/System/Server#Java###SNC properties not found ##
    #1.5#000BCDEF4B7500300000000000000B4400046A8340F313F1#1243011869762#com.sap.caf.um.relgroups.imp.persistence.DataSource##com.sap.caf.um.relgroups.imp.persistence.DataSource.DataSource()#######SAPEngine_System_Thread[impl:5]_4##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 963842#
    #1.5#000BCDEF4B7500380000000100000B4400046A83412AA249#1243011873402#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######OrderedChannel for service##0#0#Error#1#/System/Security#Plain###Error while reading trusted anchor configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    #1.5#000BCDEF4B7500380000000300000B4400046A83412AAC7B#1243011873402#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######OrderedChannel for service##0#0#Error#1#/System/Security#Plain###Error while reading credential configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    #1.5#000BCDEF4B7500380000000500000B4400046A83412AB51D#1243011873402#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######OrderedChannel for service##0#0#Error#1#/System/Security#Plain###Error while reading CRL configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    #1.5#000BCDEF4B7500380000000700000B4400046A83412ABDBE#1243011873402#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######OrderedChannel for service##0#0#Error#1#/System/Security#Plain###Error while reading password configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Jean Seguin

    Hi,
    The user SAPJSF is not lock and here is the output of the Stdserver.out
    stdout/stderr redirect
    node name   : server0
    pid         : 5800
    system name : IS1
    system nr.  : 01
    started at  : Fri May 22 14:50:38 2009
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 5756] Fri May 22 14:50:39 2009
    [Thr 5756] MtxInit: -2 0 0
    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
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Loading: LogManager ... 6420 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 440 ms.
    Loading: ThreadManager ... 76 ms.
    Loading: IpVerificationManager ... 46 ms.
    Loading: ClassLoaderManager ... 30 ms.
    Loading: ClusterManager ... 638 ms.
    Loading: LockingManager ... 227 ms.
    Loading: ConfigurationManager ... 8136 ms.
    Loading: LicensingManager ... 76 ms.
    Loading: CacheManager ... 410 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service memory started. (45 ms).
      Service cross started. (243 ms).
      Service file started. (289 ms).
      Service runtimeinfo started. (30 ms).
      Service timeout started. (106 ms).
      Service trex.service started. (106 ms).
      Service p4 started. (744 ms).
      Service classpath_resolver started. (30 ms).
      Service userstore started. (243 ms).
      Service jmx_notification started. (532 ms).
      Service log_configurator started. (24331 ms).
      Service locking started. (15 ms).
      Service http started. (759 ms).
      Service naming started. (1775 ms).
      Service appclient started. (228 ms).
      Service failover started. (213 ms).
      Service jmsconnector started. (304 ms).
      Service javamail started. (410 ms).
      Service ts started. (349 ms).
      Service licensing started. (30 ms).
      Service connector started. (380 ms).
      Service iiop started. (652 ms).
      Service webservices started. (1700 ms).
      Service deploy started. (31390 ms).
      Service configuration started. (61 ms).
      Service MigrationService started. (106 ms).
      Service bimmrdeployer started. (30 ms).
      Service dbpool started. (6041 ms).
      Service com.sap.security.core.ume.service started. (7680 ms).
      Service tcdisdic~srv started. (1776 ms).
      Service security started. (4068 ms).
      Service classload started. (228 ms).
      Service applocking started. (228 ms).
      Service shell started. (379 ms).
      Service ejb started. (547 ms).
      Service tceCATTPingservice started. (425 ms).
      Service telnet started. (501 ms).
      Service dsr started. (1062 ms).
      Service servlet_jsp started. (1791 ms).
      Service webdynpro started. (1426 ms).
      Service cafummetadata~imp started. (2095 ms).
      Service keystore started. (2474 ms).
      Service ssl started. (15 ms).
      Service cafruntimeconnectivity~impl started. (50818 ms).
      Service jmx started. (3111 ms).
      Service tcsecsecurestorage~service started. (1199 ms).
      Service tcsecwssec~service started. (835 ms).
      Service cafumrelgroups~imp started. (4099 ms).
      Service CUL started. (2550 ms).
      Service tcsecdestinations~service started. (2824 ms).
      Service apptracing started. (1351 ms).
      Service com.adobe~DataManagerService started. (3187 ms).
      Service pmi started. (1138 ms).
      Service tcsecvsi~service started. (1988 ms).
      Service sld started. (5525 ms).
      Service basicadmin started. (4568 ms).
      Service com.adobe~DocumentServicesDestProtoService started. (1548 ms).
      Service com.adobe~DocumentServicesBinaries2 started. (1624 ms).
      Service com.adobe~DocumentServicesLicenseSupportService started. (1336 ms).
      Service adminadapter started. (364 ms).
      Service com.adobe~LicenseService started. (470 ms).
      Service monitor started. (1564 ms).
      Service com.adobe~DocumentServicesConfiguration started. (2762 ms).
      Service com.adobe~TrustManagerService started. (182 ms).
      Service com.adobe~PDFManipulation started. (4888 ms).
      Service tc.CBS.Service started. (10564 ms).
      Service com.adobe~FontManagerService started. (10049 ms).
      Service com.sap.aii.af.cpa.svc started. (9821 ms).
      Service com.sap.aii.af.security.service started. (31 ms).
      Service tc.monitoring.logviewer started. (19216 ms).
      Service com.sap.aii.af.svc started. (2808 ms).
      Service com.sap.aii.af.ms.svc started. (1366 ms).
      Service com.adobe~XMLFormService started. (6315 ms).
      Service com.sap.aii.adapter.bc.svc started. (106 ms).
      Service com.sap.aii.adapter.marketplace.svc started. (243 ms).
      Service com.sap.aii.adapter.xi.svc started. (182 ms).
      Service com.sap.aii.adapter.file.svc started. (304 ms).
      Service com.sap.aii.adapter.jdbc.svc started. (288 ms).
      Service com.sap.aii.adapter.rfc.svc started. (122 ms).
      Service jms_provider started. (22373 ms).
      Service com.sap.aii.adapter.mail.svc started. (1442 ms).
      Service com.sap.aii.adapter.jms.svc started. (895 ms).
      Service com.sap.aii.af.ispeak.svc started. (728 ms).
      Service rfcengine started. (73524 ms).
    ServiceManager started for 148445 ms.
    Framework started for 166083 ms.
    SAP J2EE Engine Version 7.00   PatchLevel is running!
    PatchLevel October 23, 2006 07:41 GMT

  • NAM service will not start

    I am in the testing phase of the AnyConnect client. The network access manager will not start. In the system tray console, i see "service unavailable" for network:.
    When i try to start the nam service it says "the operation could not be completed. Access is denied.".
    I am a local admin on this box. I had someone create a group policy making sure this service would start automatically but it does not start. I have tried to do a 'net start'.
    Do I need to disable Windows network manager first?
    Any other ideas? Thanks.
    Win7 x64
    Solved this...
    Uninstalled Anyconnect.
    Disabled UAC (in control panel and by running cli script)
    Reinstalled Anyconnect. NAM service now avilable in services.msc.
    Had to enable dependent service-WLAN AutoConfig.
    NAM service started, network connection now working correctly.

    Solved this...
    Uninstalled Anyconnect.
    Disabled UAC (in control panel and by running cli script)
    Reinstalled Anyconnect. NAM service now avilable in services.msc.
    Had to enable dependent service-WLAN AutoConfig.
    NAM service started, network connection now working correctly.

  • WebSharing will not start

    Please help. I am trying to learn server side scripting and managed to load duplicate upon duplicate of MySQL so I have re installed my system 10.4.10 and now the web sharing will not start. Could someone please tell me how to check that Apache is in place. I can't seem to locate any folder at all. I am running a Mac Pro quad. Thanks

    First, you are posting in the Mac OS X Server area whereas I believe your query refers to Mac OS X. If this is the case then you will get a better response by posting to the correct group (you may even find the answer by searching that Discussion group).
    I would first check that permissions are correct and that the Sites folder exists within your home folder. Also check for the existence of \Library\WebServer and two folders within 'CGI-Executables' and 'Documents' - this is also true of the Server version of OS X.
    If you're using Mac OS X Server (you would be using Server Admin to start the Web service), check the log files. On both flavours of the system, you will find them in /var/log/httpd/ and will be names access_log and error_log. If you're not using Mac OS X Server, try using Console within your Utilities folder and browse to the sub folder from the log file list.

Maybe you are looking for