CF8 Application Server Service Will NOT Start

I ran into this error:
     java.lang.OutOfMemoryError: Java heap space
and after researching it it seemed that I should up the max heap size on the Java/JVM page, so I increased my max heap size to 1044MB from 512, via the CF Administrator, I also added maxPermSize= 256m.  Then I restarted the server, but the Application Server service will not start.
I opened home/runtim/bin/jvm.config and set the heap size to 1024, restart, service still wont start.
Set the max heap size to 512 and removed maxPermSize, restarted server, service still won't start.
Set the entire java.args equal to: -server -Xmx256m -Dsun.io.useCanonCaches=false -xx:MaxPermsize=128m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
Restarted, still the services will not start.
Does anyone have any ideas?
The error I get when trying to start the services is:
Windows could not start the ColdFusion 8 Application Server on Local Computer.  For more information, review the System Even Log.  If this is a non-Microsoft service, contact the service vendor, and refore to service-specific error code 2.
Thanks!

Once you have ColdFusion running again this will bring you back to your initial problem:
java.lang.OutOfMemoryError: Java heap space
Suggest take a copy of your working JVM.CONFIG (so you have a backup) then add some debugging to the JVM Arguments eg:
# Arguments to VM
java.args=-server  -Xmx512m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -verbose:gc -Xloggc:cfjvmGC.log -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
Once ColdFusion is restarted again a log file will be created called \ColdFusion8\runtime\bin\cfjvmgc.log. Open the log file and you will be able to see how the New, Tenure and Permanent memory spaces are working. Given you now know which buffer is filling (excluding New made up of Eden and a couple Survivor spaces - because those fill and empty all the time) you can make adjustments to JVM.CONFIG knowing which value you intend to alter. Likely you want to alter either Xmx or MaxPermSize. When you think the Java heap space is resolved turn logging off by removing the bolded details.
HTH, Carl.

Similar Messages

  • Urgent-Application server 9 will not start

    The Sun Java System Application System could not start. I am using Netbeans 5.5. The following was displayed.
    More information about the causes is in the Server log file.
    Possible reasons include;
    - IDE timeoout: refresh the server node to see if its running now.
    - Port conflicts. (use netstat - a to detect possible port numbers already used by the operating system.)
    - Incorrupt server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start. (This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    I would like to reset the domain.xml file as though no project has ever been deployed to the server how can this be done. Please help.

    domain.xml :
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!--
    Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    -->
    <!-- Generated from default-domain.xml.template -->
    <!-- Avoid manual edits of this file. Run "asadmin verify-domain-xml" otherwise.--><!DOCTYPE domain PUBLIC "-//Sun Microsystems Inc.//DTD Application Server 9.1 Domain//EN" "http://www.sun.com/software/appserver/dtds/sun-domain_1_3.dtd">
    <domain application-root="${com.sun.aas.instanceRoot}/applications" log-root="${com.sun.aas.instanceRoot}/logs">
    <applications>
    <web-module availability-enabled="false" context-root="/web1" directory-deployed="true" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/adminapp/adminapp_war" name="adminapp" object-type="system-admin">
    <!-- System Web Module - DO NOT DELETE! -->
    </web-module>
    <web-module availability-enabled="false" context-root="" directory-deployed="true" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/admingui/adminGUI_war" name="admingui" object-type="system-admin">
    <!-- System Web Module - DO NOT DELETE! -->
    </web-module>
    <web-module availability-enabled="false" context-root="/__wstx-services" directory-deployed="true" enabled="true" location="${com.sun.aas.installRoot}/lib/install/applications/wstx-services" name="WSTXServices" object-type="system-all"/>
    <lifecycle-module class-name="com.sun.jbi.framework.sun.SunASJBIBootstrap" classpath="${com.sun.aas.installRoot}/jbi/lib/jbi_framework.jar" enabled="true" is-failure-fatal="false" name="JBIFramework" object-type="system-all">
    <description>"JBI Framework LifecycleModule"</description>
    <property name="com.sun.jbi.home" value="${com.sun.aas.installRoot}/jbi"/>
    </lifecycle-module>
    <lifecycle-module class-name="com.sun.xml.ws.transport.tcp.server.glassfish.WSTCPLifeCycleModule" classpath="${com.sun.aas.installRoot}/lib/webservices-rt.jar" enabled="true" is-failure-fatal="false" name="WSTCPConnectorLCModule" object-type="system-all"/>
    </applications>
    <resources>
    <jdbc-resource enabled="true" jndi-name="jdbc/sample" object-type="user" pool-name="SamplePool"/>
    <jdbc-resource enabled="true" jndi-name="jdbc/__TimerPool" object-type="system-admin" pool-name="__TimerPool"/>
    <jdbc-resource enabled="true" jndi-name="jdbc/__CallFlowPool" object-type="system-all" pool-name="__CallFlowPool"/>
    <jdbc-resource enabled="true" jndi-name="jdbc/__default" object-type="user" pool-name="DerbyPool"/>
    <jdbc-connection-pool allow-non-component-callers="false" associate-with-thread="false" connection-creation-retry-attempts="0" connection-creation-retry-interval-in-seconds="10" connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0" connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.EmbeddedXADataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="false" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="__CallFlowPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.XADataSource" statement-timeout-in-seconds="-1" steady-pool-size="8" validate-atmost-once-period-in-seconds="0" wrap-jdbc-objects="false">
    <property name="databaseName" value="${com.sun.aas.instanceRoot}/lib/databases/sun-callflow"/>
    <property name="connectionAttributes" value=";create=true"/>
    </jdbc-connection-pool>
    <jdbc-connection-pool allow-non-component-callers="false" associate-with-thread="false" connection-creation-retry-attempts="0" connection-creation-retry-interval-in-seconds="10" connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0" connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.EmbeddedXADataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="false" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="__TimerPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.XADataSource" statement-timeout-in-seconds="-1" steady-pool-size="8" validate-atmost-once-period-in-seconds="0" wrap-jdbc-objects="false">
    <property name="databaseName" value="${com.sun.aas.instanceRoot}/lib/databases/ejbtimer"/>
    </jdbc-connection-pool>
    <jdbc-connection-pool allow-non-component-callers="false" associate-with-thread="false" connection-creation-retry-attempts="0" connection-creation-retry-interval-in-seconds="10" connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0" connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.ClientDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="false" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="DerbyPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.DataSource" statement-timeout-in-seconds="-1" steady-pool-size="8" validate-atmost-once-period-in-seconds="0" wrap-jdbc-objects="false">
    <property name="PortNumber" value="1527"/>
    <property name="Password" value="APP"/>
    <property name="User" value="APP"/>
    <property name="serverName" value="localhost"/>
    <property name="DatabaseName" value="sun-appserv-samples"/>
    <property name="connectionAttributes" value=";create=true"/>
    </jdbc-connection-pool>
    <jdbc-connection-pool allow-non-component-callers="false" associate-with-thread="false" connection-creation-retry-attempts="0" connection-creation-retry-interval-in-seconds="10" connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0" connection-validation-method="auto-commit" datasource-classname="org.apache.derby.jdbc.ClientDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="false" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="SamplePool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.DataSource" statement-timeout-in-seconds="-1" steady-pool-size="8" validate-atmost-once-period-in-seconds="0" wrap-jdbc-objects="false">
    <property name="DatabaseName" value="sample"/>
    <property name="User" value="app"/>
    <property name="Password" value="app"/>
    <property name="URL" value="jdbc:derby://localhost:1527/sample"/>
    <property name="PortNumber" value="1527"/>
    <property name="serverName" value="localhost"/>
    </jdbc-connection-pool>
    </resources>
    <configs>
    <config dynamic-reconfiguration-enabled="true" name="server-config">
    <http-service>
    <access-log format="%client.name% %auth-user-name% %datetime% %request% %status% %response.length%" rotation-enabled="true" rotation-interval-in-minutes="15" rotation-policy="time" rotation-suffix="yyyy-MM-dd"/>
    <http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-1" port="8080" security-enabled="false" server-name="" xpowered-by="true">
    <property name="proxiedProtocols" value="ws/tcp"/>
    </http-listener>
    <http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-2" port="8181" security-enabled="true" server-name="" xpowered-by="true">
    <ssl cert-nickname="s1as"/>
    </http-listener>
    <http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="4848" security-enabled="false" server-name="" xpowered-by="true"/>
    <virtual-server hosts="${com.sun.aas.hostName}" http-listeners="http-listener-1,http-listener-2" id="server" log-file="${com.sun.aas.instanceRoot}/logs/server.log" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
    <property name="sso-enabled" value="false"/>
    </virtual-server>
    <virtual-server hosts="${com.sun.aas.hostName}" http-listeners="admin-listener" id="__asadmin" log-file="${com.sun.aas.instanceRoot}/logs/server.log" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
    <property name="sso-enabled" value="false"/>
    </virtual-server>
    <request-processing header-buffer-length-in-bytes="8192" initial-thread-count="2" request-timeout-in-seconds="30" thread-count="5" thread-increment="1"/>
    <keep-alive max-connections="250" thread-count="1" timeout-in-seconds="30"/>
    <connection-pool max-pending-count="4096" queue-size-in-bytes="4096" receive-buffer-size-in-bytes="4096" send-buffer-size-in-bytes="8192"/>
    <http-protocol default-response-type="AttributeDeprecated" default-type="text/html; charset=iso-8859-1" dns-lookup-enabled="false" forced-response-type="AttributeDeprecated" forced-type="text/html; charset=iso-8859-1" ssl-enabled="true" version="HTTP/1.1"/>
    <http-file-cache file-caching-enabled="false" file-transmission-enabled="false" globally-enabled="false" hash-init-size="0" max-age-in-seconds="30" max-files-count="1024" medium-file-size-limit-in-bytes="537600" medium-file-space-in-bytes="10485760" small-file-size-limit-in-bytes="2048" small-file-space-in-bytes="1048576"/>
    <property name="accessLoggingEnabled" value="false"/>
    </http-service>
    <iiop-service client-authentication-required="false">
    <orb max-connections="1024" message-fragment-size="1024" use-thread-pool-ids="thread-pool-1"/>
    <iiop-listener address="0.0.0.0" enabled="true" id="orb-listener-1" port="3700" security-enabled="false"/>
    <iiop-listener address="0.0.0.0" enabled="true" id="SSL" port="3820" security-enabled="true">
    <ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
    </iiop-listener>
    <iiop-listener address="0.0.0.0" enabled="true" id="SSL_MUTUALAUTH" port="3920" security-enabled="true">
    <ssl cert-nickname="s1as" client-auth-enabled="true" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
    </iiop-listener>
    </iiop-service>
    <admin-service system-jmx-connector-name="system" type="das-and-server">
    <!-- The JSR 160 "system-jmx-connector" -->
    <jmx-connector accept-all="false" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" name="system" port="8686" protocol="rmi_jrmp" security-enabled="false">
    <ssl cert-nickname="s1as"/>
    </jmx-connector>
    <!-- The JSR 160 "system-jmx-connector" -->
    <das-config admin-session-timeout-in-minutes="60" autodeploy-dir="${com.sun.aas.instanceRoot}/autodeploy" autodeploy-enabled="true" autodeploy-jsp-precompilation-enabled="false" autodeploy-polling-interval-in-seconds="2" autodeploy-verifier-enabled="false" deploy-xml-validation="full" dynamic-reload-enabled="true" dynamic-reload-poll-interval-in-seconds="2"/>
    </admin-service>
    <web-container>
    <session-config>
    <session-manager>
    <manager-properties/>
    <store-properties/>
    </session-manager>
    <session-properties/>
    </session-config>
    </web-container>
    <ejb-container cache-idle-timeout-in-seconds="600" cache-resize-quantity="32" commit-option="B" max-cache-size="512" max-pool-size="32" pool-idle-timeout-in-seconds="600" pool-resize-quantity="8" removal-timeout-in-seconds="5400" session-store="${com.sun.aas.instanceRoot}/session-store" steady-pool-size="0" victim-selection-policy="nru">
    <ejb-timer-service max-redeliveries="1" minimum-delivery-interval-in-millis="7000" redelivery-interval-internal-in-millis="5000"/>
    </ejb-container>
    <mdb-container idle-timeout-in-seconds="600" max-pool-size="32" pool-resize-quantity="8" steady-pool-size="0"/>
    <jms-service addresslist-behavior="random" addresslist-iterations="3" default-jms-host="default_JMS_host" init-timeout-in-seconds="60" reconnect-attempts="3" reconnect-enabled="true" reconnect-interval-in-seconds="5" type="EMBEDDED">
    <jms-host admin-password="admin" admin-user-name="admin" host="USER2" name="default_JMS_host" port="7676"/>
    </jms-service>
    <log-service alarms="false" file="${com.sun.aas.instanceRoot}/logs/server.log" log-rotation-limit-in-bytes="2000000" log-rotation-timelimit-in-minutes="0" log-to-console="false" retain-error-statistics-for-hours="5" use-system-logging="false">
    <module-log-levels admin="INFO" classloader="INFO" cmp="INFO" cmp-container="INFO" configuration="INFO" connector="INFO" corba="INFO" deployment="INFO" ejb-container="INFO" group-management-service="INFO" javamail="INFO" jaxr="INFO" jaxrpc="INFO" jdo="INFO" jms="INFO" jta="INFO" jts="INFO" management-event="INFO" mdb-container="INFO" naming="INFO" node-agent="INFO" resource-adapter="INFO" root="INFO" saaj="INFO" security="INFO" self-management="INFO" server="INFO" synchronization="INFO" util="INFO" verifier="INFO" web-container="INFO"/>
    </log-service>
    <security-service activate-default-principal-to-role-mapping="false" anonymous-role="AttributeDeprecated" audit-enabled="false" audit-modules="default" default-realm="file" jacc="default">
    <!-- All administrative users use this realm by default. -->
    <auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="admin-realm">
    <property name="file" value="${com.sun.aas.instanceRoot}/config/admin-keyfile"/>
    <property name="jaas-context" value="fileRealm"/>
    </auth-realm>
    <!-- All administrative users use this realm by default. -->
    <auth-realm classname="com.sun.enterprise.security.auth.realm.file.FileRealm" name="file">
    <property name="file" value="${com.sun.aas.instanceRoot}/config/keyfile"/>
    <property name="jaas-context" value="fileRealm"/>
    </auth-realm>
    <auth-realm classname="com.sun.enterprise.security.auth.realm.certificate.CertificateRealm" name="certificate">
    </auth-realm>
    <jacc-provider name="default" policy-configuration-factory-provider="com.sun.enterprise.security.provider.PolicyConfigurationFactoryImpl" policy-provider="com.sun.enterprise.security.provider.PolicyWrapper">
    <property name="repository" value="${com.sun.aas.instanceRoot}/generated/policy"/>
    </jacc-provider>
    <audit-module classname="com.sun.enterprise.security.Audit" name="default">
         <property name="auditOn" value="false"/>
    </audit-module>
    <message-security-config auth-layer="SOAP">
         <!-- turned off by default -->
    <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="XWS_ClientProvider" provider-type="client">
         <request-policy auth-source="content"/>
         <response-policy auth-source="content"/>
         <property name="encryption.key.alias" value="s1as"/>
         <property name="signature.key.alias" value="s1as"/>
         <property name="dynamic.username.password" value="false"/>
         <property name="debug" value="false"/>
    </provider-config>
    <provider-config class-name="com.sun.xml.wss.provider.ClientSecurityAuthModule" provider-id="ClientProvider" provider-type="client">
         <request-policy auth-source="content"/>
         <response-policy auth-source="content"/>
         <property name="encryption.key.alias" value="s1as"/>
         <property name="signature.key.alias" value="s1as"/>
         <property name="dynamic.username.password" value="false"/>
         <property name="debug" value="false"/>
         <property name="security.config" value="${com.sun.aas.instanceRoot}/config/wss-server-config-1.0.xml"/>
    </provider-config>
    <provider-config class-name="com.sun.xml.wss.provider.ServerSecurityAuthModule" provider-id="XWS_ServerProvider" provider-type="server">
         <request-policy auth-source="content"/>
         <response-policy auth-source="content"/>
         <property name="encryption.key.alias" value="s1as"/>
         <property name="signature.key.alias" value="s1as"/>
         <property name="debug" value="false"/>
    </provider-config>
    <provider-config class-name="com.sun.xml.wss.provider.ServerSecurityAuthModule" provider-id="ServerProvider" provider-type="server">
         <request-policy auth-source="content"/>
         <response-policy auth-source="content"/>
         <property name="encryption.key.alias" value="s1as"/>
         <property name="signature.key.alias" value="s1as"/>
         <property name="debug" value="false"/>
         <property name="security.config" value="${com.sun.aas.instanceRoot}/config/wss-server-config-1.0.xml"/>
    </provider-config>
    </message-security-config>
    </security-service>
    <transaction-service automatic-recovery="false" heuristic-decision="rollback" keypoint-interval="65536" retry-timeout-in-seconds="600" timeout-in-seconds="0" tx-log-dir="${com.sun.aas.instanceRoot}/logs"/>
    <monitoring-service>
         <module-monitoring-levels connector-connection-pool="OFF" connector-service="OFF" ejb-container="OFF" http-service="OFF" jdbc-connection-pool="OFF" jms-service="OFF" jvm="OFF" orb="OFF" thread-pool="OFF" transaction-service="OFF" web-container="OFF"/>
    </monitoring-service>
    <diagnostic-service capture-app-dd="true" capture-hadb-info="true" capture-install-log="true" capture-system-info="true" compute-checksum="true" max-log-entries="500" min-log-level="INFO" verify-config="true"/>
    <java-config classpath-suffix="" debug-enabled="false" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009" env-classpath-ignored="true" java-home="${com.sun.aas.javaRoot}" javac-options="-g" rmic-options="-iiop -poa -alwaysgenerate -keepgenerated -g" system-classpath="">
    <!-- various required jvm-options -->
    <jvm-options>-XX:MaxPermSize=192m</jvm-options>
    <jvm-options>-client</jvm-options>
    <jvm-options>-Djava.endorsed.dirs=${com.sun.aas.installRoot}/lib/endorsed</jvm-options>
    <jvm-options>-Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy</jvm-options>
    <jvm-options>-Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf</jvm-options>
    <jvm-options>-Dsun.rmi.dgc.server.gcInterval=3600000</jvm-options>
    <jvm-options>-Dsun.rmi.dgc.client.gcInterval=3600000</jvm-options>
    <jvm-options>-Xmx512m</jvm-options>
    <jvm-options>-Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks</jvm-options>
    <jvm-options>-Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks</jvm-options>
    <jvm-options>-Djava.ext.dirs=${com.sun.aas.javaRoot}/lib/ext${path.separator}${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext${path.separator}${com.sun.aas.derbyRoot}/lib</jvm-options>
    <jvm-options>-Djdbc.drivers=org.apache.derby.jdbc.ClientDriver</jvm-options>
    <jvm-options>-Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder</jvm-options>
    <jvm-options>-Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory</jvm-options>
    <jvm-options>-Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar</jvm-options>
    <jvm-options>-Dcom.sun.enterprise.taglisteners=jsf-impl.jar</jvm-options>
    <jvm-options>-XX:NewRatio=2</jvm-options>
    <!--
    Use the following jvm-options element to disable the quick startup:
         com.sun.enterprise.server.ss.ASQuickStartup=false
    --></java-config>
    <thread-pools>
    <thread-pool idle-thread-timeout-in-seconds="120" max-thread-pool-size="200" min-thread-pool-size="0" num-work-queues="1" thread-pool-id="thread-pool-1"/>
    </thread-pools>
    <management-rules enabled="true">
    </management-rules>
    </config> <!-- config model with name "server-config" ends -->
    </configs>
    <servers>
    <server config-ref="server-config" lb-weight="100" name="server">
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="adminapp" virtual-servers="__asadmin"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="admingui" virtual-servers="__asadmin"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="JBIFramework"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="WSTXServices"/>
    <application-ref disable-timeout-in-minutes="30" enabled="true" lb-enabled="false" ref="WSTCPConnectorLCModule"/>
    <resource-ref enabled="true" ref="jdbc/__TimerPool"/>
    <resource-ref enabled="true" ref="jdbc/__CallFlowPool"/>
    <resource-ref enabled="true" ref="jdbc/__default"/>
    <resource-ref enabled="true" ref="jdbc/sample"/>
    </server>
    </servers>
    <property name="administrative.domain.name" value="domain1"/>
    </domain>
    PLEASE HELP
    Edited by: cokskiblue on Feb 9, 2008 8:33 PM

  • Coldfusion 8 service will not start.  Server log is ending with "Starting license..." (Emergency)

    Our server has gone down and the Coldfusion 8 service will not start.  There is no information in any of the logs for anything today since its gone down.  Ive checked the root logs directory as well as the runtime logs directory.
    The server.log is the only file being updated and it shows "Starting logging..." and then "Starting license..." and hangs.  The service does not start and the log gets nothing more after this point.  Memory continues to go up slowly, we've increased the start timeout tremendously with no effect.  There is little to no CPU usage.
    Our server is licensed and has never had this problem before.  It is the standard version.
    Our server is completely down and we are losing clients.  From what we can tell a windows update occurred, which we have since removed in case it was the issue, and when the server restarted CF did not come back.  We have been working on this for hours with no results.
    Please help and let me know anything you may need which will help diagnose our issue.
    Thanks

    So that others who see this know the solution.
    I started Coldfusion from the command line: c:\Coldfusion8\runtime\bin\jrun -start coldfusion.  This brought up all the commands as it worked through them.  From that we found that CF was looking for license.properties in the C:\Coldfusion8\runtime\lib folder.  We found a copy in the C:\Coldfusion8\lib folder.  For now we've left it running under my account and then after hours are going to try and see if the service will run now that we've copied that properties file to the other direcory.
    Probably simple to everyone on here but was new and odd to us.  Wanted to put what we found out here in case it happens to anyone else.

  • WDS service will not start Windows Server 2012 R2 with Update

    Greetings,
    After building my WSE box clean with new hardware and with Update version of WiSE 2012 R2, I find that it let me set up Windows Client Restore but now the WDS Service will not start for love nor money.
    Any suggestions?  Am I missing a Win-PE boot Image?  Should I do something else?
    Please assist,
    Bob Hessenauer

    All,
    The problem was a conflict between DHCP and WDS.  Followed the instructions in this article and all is now fine:
    https://vkarthickeyan.wordpress.com/2013/05/21/wds-service-unable-to-start/
    Just so you know,
    Bob Hessenauer

  • Integration Service will not start

    When I try to start the SAP Business One Integration Service will not start.
    Windows says it could not start the service... see the System Event log...if this is a non-Windows service, contact the service vendor.
    This is what the System Event error is:
    The SAP Business One Integration Service service terminated with service-specific error 0 (0x0).
    System details:
    2003 Server Standard 32bit
    Duo Core processor
    4gb memory
    SqL 2005
    SAP 8.8 PL15
    Thanks for any help,
    Ron

    Hello,
    I have exactly the same error. I have set the log level to INFO and the log shows following messages when trying to start the service:
    [2011-02-02 15:42:49] [info] Commons Daemon procrun (1.0.2.0) started
    [2011-02-02 15:42:49] [info] Running Service...
    [2011-02-02 15:42:49] [info] Starting service...
    [2011-02-02 15:42:49] [206  javajni.c] [error] %1 ist keine zulässige Win32-Anwendung.
    [2011-02-02 15:42:49] [985  prunsrv.c] [error] Failed creating java C:Program Files (x86)SAPSAP Business One Integrationsapjre_6_64jre inserverjvm.dll
    [2011-02-02 15:42:49] [1280 prunsrv.c] [error] ServiceStart returned 1
    [2011-02-02 15:42:49] [info] Run service finished.
    [2011-02-02 15:42:49] [info] Commons Daemon procrun finished.
    Row 4 says that %1 is not a valid win32 application...?
    Windows Server 2008 64bit
    SAP 8.8 PL15 Server and Client
    SAP B1iSN 8.8 PL03 -> 64bit
    Installation procedure of B1iSN was run as administrator (after I removed old components of integration component).
    I have also tried to install it in different folders (c:program files and c:sap)
    Java JDK 1.5.0_22 is installed both for 32 and 64 bit. (Folders in progam files (x86) and program files)
    And I have tried to start tomcat6w manually from bin and bin_64 folder with administrator rights, everytime the same log entries are created.
    Can someone give me a hint where and for what I should look for?
    Thanks
    Sebastian

  • Vista SP1 - CF Service will not start

    Running Vista Business. Life was good, I was productive! (CF 8 btw).
    After installing Vista SP1, CF service will not start. Digging a little deeper, turns out JRUN can't fire off "coldfusion", one of the servers listed. Here is the error:
    04/06 11:49:20 error Failed to create new connection
    java.net.SocketException: select failed
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
    at java.net.ServerSocket.implAccept(ServerSocket.java:453)
    at java.net.ServerSocket.accept(ServerSocket.java:421)
    at jrun.jms.core.kernel.mipc.MultiplexConnectionServer.run(MultiplexConnectionServer.java:15 4)
    Some digging turned up the possiblity that the jndi.properties file isn't being read. Changed permissions on it to let everyone in. Heck, you guys can probably get at it right now form where you are its so open!
    More digging, turns out Windows Firewall like to block port 2930, which is apparently used for internal communication with jndi settings or some such. Opened that up. Found evidence of further internal communication on port 900, opened that up to.
    Found this very useful and a bit scary info about missing DLLs and so forth:
    http://www.communitymx.com/content/article.cfm?page=6&cid=224AA
    Found reference to the updated Vista TCP/IP stack being a culprit in some cases, which often seemed to come down to, get this, a new host file entry for localhost: ::1  localhost. Commented that out, still no joy.
    Tried reinstalling. Still no go.
    Pretty much exhausted all possibilities I was able to think of or find info about.
    Any ideas or similar experiences? Or, failing that, the address of a tall building to jump off? Thanks!

    Read the manual?!?! No way, never! That would be like... stopping at a gas station to ask for directions!
    But seriously, I did poke around there a bit. I do tend to forget that there is more to there is more there than the language reference.
    Never been stuck like this though. Probably done over 100 installs dating back to CF4 on just about all windows flavors but have never had to dig in to the guts of the underlying Java like this.
    Thinking it has to be something unique to this machine; I have done other Vista installs of CF8 with only minimal issues (typically having to set the service to run under an account that has permissions, maybe even set jrun.exe and jrunsvc.exe to execute under an admin account, but thats about it). Unfortunately, partially because of the environment we operate in, a fresh workstation install is a good day and half to two day ordeal.
    Help me Obi Wan, you're my only hope!

  • SySAM service will not start

    I've installed the SySAM software into the folder C:\Sybase.
    Per instructions I copied the license I was given to the licenses folder in C:\Sybase\SySAM\SYSAM-2_0. I instructed the license manager to return the existing standalone license and regenerate as a served license. I trust she did so.
    Now the service will not start. I've tried "net start sysam", "sysam start" , and rebooting the machine. I get "service did not respond in a timely fashion error".
    What can I do?

    Russell,
    If the license that you moved to the license folder has incorrect information, than the sysam server will not start.    Verify that the license file contains  the hostid and hostname of the machine that is running the Sysam server.  If the hostid or hostname is not right, the sysam server will not start. 
    Also the license file needs to be a served license.   Verify that you see a line in the file with:  USE_SERVER
    If you don't see that in the license file, than the license is a unserved license.
    Another reason why the sysam server will not start is if there is a SYSAMLicenseServer.lic file in the licenses folder.    If there is, remove it.
    Try starting the sysam server from the Control Panel -> Administrative Tools -> Services -> Sysam
    Thanks,
    Beverly Duquette

  • Search Service will not start

    Hello,
    We've run into some issues in one of our lower environments where the search service will not start up. I'm getting the following error in the event log:
    Found two staging archives. One archive must be removed before continuing.  Exiting *** See search server log F:\Plumtree\ptsearchserver\6.1\actportal101\logs/logfile-event-2008-11-14 for more details.
    In the search server log this we get this:
    +&lt;entry timestamp="2008-11-14T08:16:36+06:00" thread="368" &gt;+
    +&lt;error&gt;Found two staging archives. One archive must be removed before continuing. Exiting&lt;/error&gt;+
    +&lt;/entry&gt;+
    +&lt;entry timestamp="2008-11-14T08:16:36+06:00" thread="368" &gt;+
    +&lt;error&gt;Error ERROR in \buildroot\Release\search\6.1.x\swdevl\QueryServer1\src\ArchiveCollection.cc at line 302 (system error code 997: Overlapped I/O operation is in progress.)&lt;/error&gt;+
    +&lt;/entry&gt;+
    +&lt;entry timestamp="2008-11-14T08:16:36+06:00" thread="368" &gt;+
    +&lt;error&gt;Error ERROR in \buildroot\Release\search\6.1.x\swdevl\QueryServer1\src\ArchiveCollection.cc at line 219 (system error code 6: The handle is invalid.)&lt;/error&gt;+
    +&lt;/entry&gt;+
    +&lt;entry timestamp="2008-11-14T08:16:36+06:00" thread="368" &gt;+
    +&lt;fatal&gt;Failure loading archive collection: ERROR&lt;/fatal&gt;+
    +&lt;/entry&gt;+
    Anyone have any ideas as to what's going on?

    Hi,
    Based on your description, I understand that the Windows Search service can’t start with Error 3. Would you
    please let me know the version of Windows Server where this issue occurred?
    Please open Services and navigate to Windows Search service. Please check if it’s stopped. Please restart it
    and set the Startup type as Automatic. Meanwhile, please select Dependencies tab and check if the depended system components run properly.
    In addition, please run
    System File Checker (SFC) tool to verify if system file is corrupted.
    If this issue still exists or I misunderstand the original question, please don’t hesitate to let me know.
    Meanwhile, please let me know the complete error message or provide a screenshot. Please also check Event Viewer if find some more related clues.
    Hope this helps.
    Best regards,
    Justin Gu

  • Engine Service will not start - New Install

    Trying to install NSM on a Windows 2008 r2 server and the Engine service will not start after the files are installed.
    File Resource Manager is installed along with fully patched .NET 4.
    Windows Logs give the below error before the service not starting failure.
    Activation context generation failed for "C:\Program Files\Novell\Storage Manager\Engine\sqlite3.dll". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="amd64",p ublicKeyToken="1fc8b3b9a1e18e3b",type="win32",vers ion="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.

    Fixed. I missed the .NET 3.5 requirement.

  • CSRadius service will not start

    ACS 4.0 and Windows 2003 server.
    The CSRadius service will not start automaticly, and after a reboot we have to start the service manually.
    The evenlogs says this:
    EventID:7000 Source: Service Control Manager.
    The Open Procedure for service "CSRadius" in DLL "C:\Program Files\CiscoSecure ACS v4.0\bin\rad_mon.dll" failed. Performance data for this service will not be available. The Status code returned is the first DWORD in the attached data.
    And then this one:
    "The CSRadius service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion. "
    Any suggestions ?
    JF

    Please read details about this bug,
    If services start successfully manually, but not automatically.
    CSCsb81671 : CSTacacs and CSRadius services fail to start with Windows 2003
    Workaround is to get a file from TAC, and apply it on ACS.
    Regards,
    Prem

  • After Upgrade, Windows Service will not start automaticly

    I just upgraded from 10.2 to 10.4. When I did the Windows File Service, will not start automaticly. I can start it manually, after a reboot. Any idea on how to fix this?

    I am having the same problem on a clean install of Server 10.4.10, AFP & Web starts automatically on restart, but not Windows Service. This is the first time I have run into this, it starts fine on all other servers I administer. Then entry in /etc/hostconfig for SMBSERVER is set to "-YES-", there is no errors or messages of any kind in the console or system log, it just won't start.
    This complicated with the problem I am having on the same server where I cannot connect via ARD after reboot without someone there physically plugging a monitor into the video port first (another open post I have - http://discussions.apple.com/message.jspa?messageID=5850246#5850246 ). So, doing maintenance at off-hours is almost unworkable.

  • Service will not start

    Hello,
    I have a weblogic server running on windows 2003 server. I restarted the server and the bea weblogic service will not start. Everytime I start it, it stops. There are no errors in the event log.
    I also haven't made any changes.
    Does anyone know how to troubleshoot this?

    ok, found a log to tell me more
    i changed the password for system yesterday, it is saying the service is using the wrong password
    do i have to reinstall the window service? why didn't the password change propogate?

  • SunONE CS 5.1.1 HTTP Service will Not Start Automatically

    Hello,
    I have just upgraded from iPlanet Calendar Server 5.1 to SunOne Calendar Server 5.1.1. (great improvement). However, the HTTP service will not start automatically on boot anymore. But after the boot sequence, I can start in manually. There are no errors posted to the Event Log so I am not sure what exactly is happening here. Maybe an ICS.CONF setting? I am doing this on Windows NT Server 4.0, SP6a. Any help would be great - thanks.

    This is due to the fact that the directory server was not ready when the calendar needed it. I assume the directory server is running on the same machine as the calendar server.
    What you have todo is the following :
    you must create a dependancy between the http NT service and the LDAP NT service
    - run regedt32.exe
    - goto HKEY_LOCAL_MACHINE
    - goto \system\currentcontrolset\services\iplanetcalendarhttpservice5
    - you will see that this entry has alread an attribute with the name DependOnService
    - click on it, and it will open
    - add below tcpip the name of the service of the ldap. This service name can be found in the same
    \system\currentcontrolset\services\
    tree and begins with slapd-<instance-name>
    when you reboot now, the http will wait until the LDAP has succesfully started before starting HTTP.

  • EPMA server service is not starting

    Hi All,
    I'm unable to open dimension library,calc manager because EPMA server service is not starting.When trying to start the service EPMA Administration Server Service I'm getting the following error-"The Hyperion EPMA Server service on Local Computer started and then stopped.Some services stop automatically if they are not in use by other services or programs"
    And while opening the Dimension library in EPMA I'm getting the following error-"No connection could be made because the target machine actively refused it 127.0.0.1:5251
    Code:
    com.hyperion.awb.web.common.DimensionServiceException
    Description:An error occured processing the results from the server.
    Actor:none
    Kindly ley me know what could be the issue and how I can resolve it.
    Thanks

    Hi,
    When you try to start the service, you will get this error.
    So, please look into the Windows Event viewer for the Error meassage.
    You can look into the DimensionServer.log and DimensionServer-err.log file for the error msg which vivek suggested you.
    path for error logs: C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\epma
    Regards,
    mady

  • Netlogon and Workstation Service will not start.

    I have a Windows 2012 R2 Standard guest installed on the HyperV Machine running windows 2012 R2 with SCVMM2012 R2.
    When I install the server the Workstation and Netlogon service will not start. I have only made a clean installation with no extras. I keep getting this error in th system event log:
    The Workstation Service depends on the Browser Support Driver service which failed to start because of the following error;
    Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be a malicious software from an unknown source.
    Event ID: 7001
    I have searched forums and I have not been able to locate a solution that worked for me.
    I have tried to install from another media but the result is the same every time.
    Have anyone some suggestion to what I can do to get this working?
    Thanks
    Jacob
    ______________________________________________ /Jacob

    Hi Jacob,
    In addition to Tim’s suggestion, although the following article focuses on the SBS 2008, we can refer to the method it provides to see whether it can be helpful for us to
    fix the issue.
    Error: "The Workstation service depends on the bowser service which failed to start because of the following error: Windows cannot verify the digital signature for this file."
    when you try to start Workstation service on SBS 2008
    http://support.microsoft.com/kb/2568759/en-us
    Hope it helps.
    Best regards,
    Frank Shen

Maybe you are looking for

  • RMAN from windows client to a Oracle db on Linux

    hi all we have a architecture where in Oracle 10g R2 RAC is installed on SuSe Linux Itanium systems. Its a two node RAC. this is production We have another server which is in another network (cannot connect to production network) this is development.

  • Adobe Bridge CS4

    I have MacBook Pro(10.6.2) and recently I upload Adobe Master Collection CS4. The problem is when I switch on my computer and if Adobe Bridge CS4 is in dock it's starting for an activated automatically (bounce off on the dock) when I quit Adobe Bridg

  • Transcoding and managing DV AVI files

    I use APP2.0 to create photo/video montage, utilizing most of the video transitions. I have always encoded the videos in APP2.0 as MPEG2-DVD (8 Mb CBR 1 Pass) then import them into AED2.0. Now I would like to see if there is any gain in econding the

  • Can't open or uninstall Safari 5

    I downloaded Safari a while back when offered along with an update notice for iTunes which I use for my iPod but never really used Safari. I rececntly bought an iPhone and wanted to use Safari on my PC. I could not open it: got this error message: Sa

  • Mapping of repeating structure to nested structure

    Hi I have a mapping issue. My Data type look like this MT_RcicRecords -TRNH  1-1 -RECH  0-Unb -RECL  0-Unb -ENDT  0-Unb -TRLR  1-1 In above structure pattern of RECH, RECL and ENDT can occur multiple type. My output after File content conversion look