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

Similar Messages

  • 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.

  • Oracle application server middle tier not starting

    I installed oracle 10g application server( version 10.1.2) in windows 2003 server.
    In the same machine we have infrastucture and middle tier installed.
    last 6 months it is working fine.
    now i stop all from ias console to stop the middle tier.
    in the ias console page it is showing all component is down.
    Now when i click on start all it is giving error "all components are already started."
    But in the ias console page all component are showing down.
    Now if i give stop all then it is showing error all component already stop.
    Please let me know where is the problem.
    Thanks and Regards,
    Partha

    You have Infrastructure and middle tier is running in the same box. please consider the below steps.
    Because middle tiers depend on OracleAS Infrastructure services, you need to ensure that the OracleAS Infrastructure services are started first, followed by middle-tier services. You can do this in the following ways:
    1.Give the OracleAS Infrastructure an Oracle home name that alphabetically comes before the middle-tier name. (When you restart a computer, Windows typically starts up services in alphabetical order.) For example: name the OracleAS Infrastructure "Infra", and name the middle tier "J2EE".
    2.Edit the registry (using the Registry Editor) to delay the start of the middle-tier services by setting up dependencies between the OracleAS Infrastructure and middle-tier services. You do this after installing both OracleAS Infrastructure and middle tier. See Section 16.6, "Service Dependencies" for details.
    This is from installtion document ..
    http://download-east.oracle.com/docs/cd/B14101_12/install.1012/install/basic.htm#CHDCIEBA

  • EP 6.0 J2EE Server Job Will Not Start

    Yesterday I was trying to install Adobe Document Services on EP 6.0 SP11 and during the process of restarting the J2EE server the job hung so I cancelled it and retried the process again only to have it hang again.  Now I cannot get the J2EE server jobs to start at all.  The jobs stop during the step of synchronizing binaries.  
    I wonder if anyone has had this issues and what steps were taken to corrent it.
    Here is a copy of the bootstrap text.
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0040811].
    Missing RunningMode property - runningin NORMAL mode.
    Instance [ID40811] will run in [NORMAL] mode, performing action [NONE]
    Synchronizing file [.\.hotspot_compiler].
    ...Done!
    Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    ...Done!
    Synchronizing native files...
    Synchronizing file [.\..\os_libs\msvcirtd.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\msvcp60d.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\FontManagerService_native.zip].
    Synchronizing file [.\..\os_libs\omniDynamic403_rt.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\msvcrt.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\omniORB403_rt.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\XMLFormService_native.zip].
    ...Done!
    Synchronizing file [.\..\os_libs\omnithread30_rtd.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\asn.er.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\PDFManipulation_native.zip].
    ...Done!
    Synchronizing file [.\..\os_libs\msvcp60.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\rscp4j.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\bsld.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\rscp4j.pdb].
    ...Done!
    Synchronizing file [.\..\os_libs\msvcrtd.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\msvcirt.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\omnithread30_rt.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\omniDynamic403_rtd.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\omniORB403_rtd.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\jmon.dll].
    ...Done!
    Synchronizing file [.\..\os_libs\bsl.dll].
    ...Done!
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Unable to synchronize native files for instance [ID40811]!
         at com.sap.engine.bootstrap.Bootstrap.synchInstanceGlobals(Bootstrap.java:203)
         at com.sap.engine.bootstrap.Bootstrap.makeUpdate(Bootstrap.java:830)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.InvalidPersistentDataStreamException: Could not get file from DB.
         at com.sap.engine.core.configuration.impl.PersistentDataInputStream.getStream(PersistentDataInputStream.java:84)
         at com.sap.engine.core.configuration.impl.PersistentDataInputStream.read(PersistentDataInputStream.java:135)
         at com.sap.engine.bootstrap.Synchronizer.getFile(Synchronizer.java:180)
         at com.sap.engine.bootstrap.Synchronizer.getFile(Synchronizer.java:165)
         at com.sap.engine.bootstrap.Synchronizer.synchronizeFile(Synchronizer.java:118)
         at com.sap.engine.bootstrap.Bootstrap.getOSDependentFiles(Bootstrap.java:614)
         at com.sap.engine.bootstrap.Bootstrap.synchInstanceGlobals(Bootstrap.java:193)
         at com.sap.engine.bootstrap.Bootstrap.makeUpdate(Bootstrap.java:830)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    [Bootstrap module]> Problem occured while performing synchronization.
    Always,
    Doug Slupski
    The Plastek Group

    Here the output:
    [Feb 27, 2006 5:31:51 PM ] Synchronizing file [./../os_libs/libomniDynamic4.so.0
    [Feb 27, 2006 5:31:51 PM ] ...Synched ok!
    [Feb 27, 2006 5:31:51 PM ] Synchronizing file [./../os_libs/libomniORB4.so].
    [Feb 27, 2006 5:31:52 PM ] ...Synched ok!
    [Feb 27, 2006 5:31:52 PM ] Synchronizing file [./../os_libs/libomnithread.so].
    [Feb 27, 2006 5:31:52 PM ] ...Synched ok!
    [Feb 27, 2006 5:31:52 PM ] All CHMOD commands finished successfully...
    [Feb 27, 2006 5:31:52 PM ] Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Unable to synchronize native
    files for instance [ID57212]!
            at com.sap.engine.bootstrap.Bootstrap.synchInstanceGlobals(Bootstrap.jav
    a:203)
            at com.sap.engine.bootstrap.Bootstrap.makeUpdate(Bootstrap.java:831)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:815)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81
    ==[ Caused by: ]==----
    java.io.FileNotFoundException: ./../os_libs/libjmon.so (Cannot open or remove a
    file containing a running program.)
            at java.io.FileOutputStream.open(Native Method)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:201)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:92)
            at com.sap.engine.bootstrap.Synchronizer.getFile(Synchronizer.java:158)
            at com.sap.engine.bootstrap.Synchronizer.synchronizeFile(Synchronizer.ja
    va:112)

  • 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.

  • 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?

  • 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

  • ZEN 6.5 SP2 IR1 Application Explorer Will Not Start

    Hi,
    Recently a few users have complained that their application icons are
    not appearing on their desktop.
    After a brief investigation, it appears that the Application Explorer is
    not starting correctly (I.e. The icon does not appear next to the time)
    All the Zen services have started and are running in the services
    control panel.
    The following services are running in task manager:
    NALAGENT
    NALNTSRV
    NALRSTRT
    NALWIN
    WM
    XTAGENT
    ZENREM32
    (I may have missed a few)
    I've uninstalled and re-installed the ZDM Agent but that doesn't work.
    Any idea as to why the Application explorer will not start?
    We're running ZDM 6.5 Sp2 IR1 on a Netware 6.0 Sp5 server and client
    version 6.5.20.13
    Thanks

    Have you tried Manually Starting "Application Explorer" or "Application
    Window"?
    These need to be started either from the "Run" Registry Key, the "Startup
    Folder", the Login Script, or some other means.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "Steven Bellamy" <[email protected]> wrote in message
    news:0F6fj.15128$[email protected]..
    > Hi,
    >
    > Recently a few users have complained that their application icons are not
    > appearing on their desktop.
    > After a brief investigation, it appears that the Application Explorer is
    > not starting correctly (I.e. The icon does not appear next to the time)
    > All the Zen services have started and are running in the services control
    > panel.
    > The following services are running in task manager:
    > NALAGENT
    > NALNTSRV
    > NALRSTRT
    > NALWIN
    > WM
    > XTAGENT
    > ZENREM32
    > (I may have missed a few)
    >
    > I've uninstalled and re-installed the ZDM Agent but that doesn't work.
    >
    > Any idea as to why the Application explorer will not start?
    >
    > We're running ZDM 6.5 Sp2 IR1 on a Netware 6.0 Sp5 server and client
    > version 6.5.20.13
    >
    > Thanks

  • HP TouchSmart application will not start

    We purchased an HP IQ 526 TouchSmart desktop with Windows Vista Home Premium 64-bit machine approximately two months ago. We use Clearwire to connect to the internet. About a month ago the HP TouchSmart applilcation stopped working. It will not start. Every time we try to start it we get the following error message:
    HP TouchSmart Calendar has stopped working
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    Sometimes it says it's the HP TouchSmart Notes has stopped working or one of the other TouchSmart applications. I went to hp.com and updated all of the software for the TouchSmart application and Windows Vista. And I reguarly use Windows Update to ensure my OS is current with Microsoft security updates. I also updated the firmware. After these actions and rebooting many times the application would still not start. At this point I contacted HP customer support. We uninstalled HP TouchSmart, then reinstalled. This didn't work. I continue to see information events in the Windows Application Log almost every minute regarding HPTouchSmartCalendarNotes. They are typically the following messages over and over:
    Reminder clock elapsed event is successfully fired.
    CheckReminder() is executed successfully.
    ShowReminder() is executed successfully.
    After Fetching the XML nodes, checking for each node is done successfully in ShowReminder()
    Events in Events.xml Before Showing Reminder<DataRoot></DataRoot>
    I still have a case open with HP support and they said uinstalling the OS and reinstalling is likely the next step but I have to believe someone else has run into this issue or HP has a QFE for this issue. I really do not want to uninstall the OS and reinstall it. This has become very frustrating as the HP TouchSmart application is the primary reason we purchased the computer so my wife can manage our photos and music collection via the touch screen.
    If anyone has seen this before or has a solution I would love to hear about it. We are considering taking the computer back if we can not resolve this issue.
    On a related note and this might be a separate issue I continuously get HPTCS stopped working messages. I've searched the internet for what HPTCS.exe is and what is does but there is little to no information available.
    Please let me know or if there is additional information I could provide that would be useful for troubleshooting.
    Cheers,
    G

    Our machine was sent back to HP and they reformatted our hard drive and sent it back. Wow. Fantastic service. NOT!!!! I could have done that. Without debugging their own software to figure out why this was happening they reformatted the hard drive. I can only expect this problem will happen again since there must be a software update, etc... that is causing this behavior. I honestly do not know how to voice my disgust in their customer service. I have been a long time fan of HP and we basically only buy HP at work but this was the poorest display of customer service I have ever encountered. If your TouchSmart application stops working and the TouchSmart software updates do not resolve the problem you might as well pretend like you bought a normal computer without touch capabilities. Like buying an iPhone without it behaving like an iPhone.

  • Firefox will not start and I get firefox.exe Application Error with the code 0x00000000, I've tried reloading but always get the same error message!

    Firefox will not start, I've tried opening in safe mode, no joy. I get the firefox.exe application error 0x00000000
    == This happened ==
    Every time Firefox opened
    == Possibly after a windows update ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; YPC 3.2.0; .NET CLR 1.1.4322; InfoPath.1)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • My iTunes will not start.  The box on the error message APSDaemon.exe,  And message says "This application failed to start because MSVC80.dll was not found.  Reinstalling may fix."  I did the reinstall and I get the same error.

    My iTunes will not start.  The box on the error message APSDaemon.exe,  And message says "This application failed to start because MSVC80.dll was not found.  Reinstalling may fix."  I did the reinstall and I get the same error.  The error first happened after I approved the an iTurns update.

    Same problem today. Took five times to reinstall without any error messages. Apple has posted a way to fix and you should follow their's first. I finally got to upldate correctly by doing their fix but with one difference. I did the following:
    1) Went to the C:\program files (x86)\iTunes and C:\program files\iTunes folders and moved every file ending in .dll to the desktop (even if two files in same location had the same name, just replace)
    2) Restarted computer and still got error message
    3) Uninstalled all apple programs possible in the following order......itunes, apples software update, apple mobile device support, bonjour, and apple application support.....all performed using the microsoft control panel
    4) put all the .dll files on the desktop in the trash and emptied (this is a step apple support did not specifically put in their fix but for a final try I wanted to delete everything apple).
    5) Restarted computer.
    6) Re-installed itunes from apple website
    No error messages during re-install and was able to open shortcut in one try. Even updated my ipad to make sure everything was working.

  • HT1349 iTunes will not start on my PC. I get a runtime error from the Visual C== runtime library when iTunesHelper.exe is started. The message states the application attempted to load the library incorrectly. How is the problem to be resolved?

    iTunes will not start on my PC. I get a runtime error from the Visual C++ runtime library when iTunesHelper.exe is started. The message states the application attempted to load the library incorrectly. How is the problem to be resolved?

    Click here and follow the instructions.
    (99035)

  • UI API server is unavailable, the installation process will not start!

    Hello Experts!
    SBO VERSION IS: 2007A SP01 PL05
    We are trying to install a partner solution's ADDON and we recives Error message:
    "UI API server is unavailable, the installation process will not start"
    I have deleted the folder: SM_OBS_DLL from temp folder
    Re: UI API server is unavailable
    But it didnt helped...
    Your help please...
    BR,
    Meital
    Edited by: meitalmo on Jun 30, 2010 11:18 AM
    Edited by: meitalmo on Jun 30, 2010 11:20 AM

    Hi ,
    You may check following thread:
    [Re: Connection to UI API Error]
    Thanks
    Ashutosh T

  • 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.

  • HELP urgently needed: My Sandberg FireWire for Laptop will not start on my T60

    Let me start with information on my T60:
    OS information: Microsoft Windows XP
    OS version: 5.10.2600   Service Pack 2
    Processor: x86 Family 6 Model 14 Stepping 8
    Memory: 3.135.856 kb
    BIOS version: 2.09  (79ETC9WW)
    Machine type-Model: 1951A47
    I have just got a new Sandberg FireWire for Laptop, a PC Card with 3 6-pins connectiont. After inserting the card in the PC Card slot, the Windows Device Manager tells me that there are problems with the card. Looking at the 1394 Card Properties the status says:
    "This device cannot start. (Code 10) - Click Troubleshoot to start the troubleshooter for this device."
    The troubleshooter did not solve my problem. I have tried disconnecting, re-connection, shut down Windows and start again etc.
    At Sandberg Help Desk they tell me that I have two slots in my laptop, one with a 16 bits bus and another with a 32 bits slots, and I should use the latter. It seems that I can use the lower slide only in my laptop and I cannot push the card into the upper slide. There is not enough room for it.
    Here is what I found on Lenovo's support site on my type & model:
     PC Card
    Conforms to the PC Card Standard 95
    Type II slot
    Both the 16-bit Release 2.1 card standard and the 32-bit CardBus card are supported.
    Have a look at these screen captures.
    What should I do to solve my urgent problem!? 
    Message Edited by pbl_ibm on 10-09-2008 05:10 AM
    Message Edited by pbl_ibm on 10-09-2008 07:27 AM
    Message Edited by pbl_ibm on 10-09-2008 07:45 AM
    Message Edited by pbl_ibm on 10-09-2008 07:45 AM

    garytr23 wrote:
    Sounds to me like a driver configuration problem.  Maybe something bad happened during driver install.  I would recommend uninstalling the device from device manager by right clicking on it and hitting uninstall.  Reboot the computer.  Have a go at it again.  Also, test your pcmcia port functionality by finding and plugging in a different card.  See if that works.  It might need repair.
    Message Edited by garytr23 on 10-09-2008 09:41 AM
    The status right now is:
    The PC Card reader works on my T60
    If I use a Firewire PC Card it will not start - as described above (on T60)
    The PC Card work properly on my T61P - and I succeeded importing a video file from a digital camera using the Fireswire PC Card.
    So what does a wise man do in this situation??
    Please help me as I urgently need to know how to solve this serious issue!! 
    Have you got an idea? Can I import the video in another way??
    Message Edited by perbuch on 10-12-2008 07:55 AM

Maybe you are looking for

  • How to open a lost file in Microsoft Office Autorecovery

    Excel crashed and when it autorecovered my file upon restart it opened the original file with none of the data I had added. To find the autorecovered file I followed the instructions here: How to find a lost file in Microsoft Office Autorecovery But

  • Cannot install adobeAIR on my mac book pro!!!

    I am having problem on updating my adobeAIR in my mac using the leopard os. Try to uninstall it but i can't find any unistaller utillity. I thought of upgrading my os to snow leopard will solve my issue. No luck. So I am writing up this to u all to s

  • To find the completely Delivered Order

    Hi all, i want to check weather a sales order is delivered completely or not.  Suppose if a sales order is having say 3 items , out of that only 3 i delivered, 2 are pending, in that case i have to ignore that order, if all the items are delivered th

  • News Videos won't play - Fox & a local TV news station.

    When I try and watch my news videos Fox News & my local TV station news (WHIO CBS) will not play. Fox just has a black video screen which never starts & my local news has a small circle that just spins but never starts the video. MSNBC, CBS, ABC & so

  • FILE NAMING IN RUNTIME in scheduler/plsql code in 102g. please help, thankU

    Hi, we have a scheduler job which calls/executes a stored procedure that generates a report file. however we need to give file name run at run time and need to copy it to shared folder. we do not want use any shell scripts here and like to complete t