• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Windows could not start CF2016 application service on local computer.

New Here ,
Aug 10, 2016 Aug 10, 2016

Copy link to clipboard

Copied

Hello,

After a fresh CF2016 installation all CF services are running fine, but after I've updated the "Java and JVM" it's asking for restart the CF services, but when I do I'm getting the below error. Please help to let me know the fix for the below.

Thanks in advance.

Java and JVM

Views

845

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Aug 11, 2016 Aug 11, 2016

+1

Ditto for roll back JVM settings. If you did JVM changes in CFadmin then the previous settings would be in cfusion\bin\jvm.bak. One can rename jvm.config to something else then rename jvm.bak to jvm.config, kill CF and try start CF.

Votes

Translate

Translate
Guide ,
Aug 10, 2016 Aug 10, 2016

Copy link to clipboard

Copied

Hi,

Perhaps either coldfusion-error or coldfusion-out log in ColdFusion2016\cfusion\logs will provide a clue.

Also suggest open CMD prompt as administrator then CD to ColdFusion2016\cfusion\bin and run cfstart. Any errors?

HTH, Carl.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 11, 2016 Aug 11, 2016

Copy link to clipboard

Copied

No errors on both \cfusion\logs and if we run from cmd prompt as administrator, after this err we can see the status as "starting".

Please let me know an solution to fix this issue asap.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Aug 11, 2016 Aug 11, 2016

Copy link to clipboard

Copied

What did you update the jvm settings to? This error usually always occurs after these changes if the changes you made are incorrect.

Did you make a backup of the jvm config before changing it? If not see if you can see a jvm.bak backup in the coldfusion cfusion/bin folder and revert it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 11, 2016 Aug 11, 2016

Copy link to clipboard

Copied

+1

Ditto for roll back JVM settings. If you did JVM changes in CFadmin then the previous settings would be in cfusion\bin\jvm.bak. One can rename jvm.config to something else then rename jvm.bak to jvm.config, kill CF and try start CF.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 11, 2016 Aug 11, 2016

Copy link to clipboard

Copied

LATEST

Thanks its worked.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 11, 2016 Aug 11, 2016

Copy link to clipboard

Copied

Hi,

I got a moderator reject on post, not sure why so posting again with some edits case that helps.

True service.msc does not offer much detail. I hope something in the CMD prompt window will be more informative. I would expect you will see something similar to this perhaps with an error, warning or fail. EG Details:

C:\ColdFusion2016\cfusion\bin>cfstart

Aug 12, 2016 11:08:26 AM org.apache.catalina.core.AprLifecycleListener lifecycle Event

INFO: The APR based Apache Tomcat Native library was not found on the java.library.path:

Aug 12, 2016 11:08:27 AM org.apache.coyote.AbstractProtocol init

INFO: Initializing ProtocolHandler ["http-nio-8501"]

Aug 12, 2016 11:08:28 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector

INFO: Using a shared selector for servlet write/read

Aug 12, 2016 11:08:28 AM org.apache.coyote.AbstractProtocol init

INFO: Initializing ProtocolHandler ["ajp-nio-8016"]

Aug 12, 2016 11:08:28 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector

INFO: Using a shared selector for servlet write/read

Aug 12, 2016 11:08:28 AM org.apache.catalina.core.StandardService startInternal

INFO: Starting service Catalina

Aug 12, 2016 11:08:28 AM org.apache.catalina.core.StandardEngine startInternal

INFO: Starting Servlet Engine: Apache Tomcat/8.0.32

Aug 12, 2016 11:08:35 AM org.apache.jasper.servlet.TldScanner scanJars

INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug

logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.

Aug 12, 2016 11:08:35 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom

INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [590] milliseconds.

12/08 11:08:42 INFO License Service: Flex 1.5 CF Edition enabled

12/08 11:08:42 INFO Starting Flex 1.5 CF Edition

Aug 12, 2016 11:08:43 AM org.apache.catalina.core.ApplicationContext log

INFO: ColdFusionStartUpServlet: ColdFusion: Starting application services

Aug 12, 2016 11:08:43 AM org.apache.catalina.core.ApplicationContext log

INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 25.72-b15

Aug 12, 2016 11:08:43 AM Information [localhost-startStop-1] - Starting logging...

Aug 12, 2016 11:08:43 AM Information [localhost-startStop-1] - Starting license...

Aug 12, 2016 11:08:45 AM Information [localhost-startStop-1] - Standard Edition enabled

Aug 12, 2016 11:08:45 AM Information [localhost-startStop-1] - Starting crypto...

Aug 12, 2016 11:08:45 AM Information [localhost-startStop-1] - Starting security...

Aug 12, 2016 11:08:46 AM Information [localhost-startStop-1] - Starting scheduler...

Aug 12, 2016 11:08:46 AM Information [localhost-startStop-1] - Starting WatchService...

Aug 12, 2016 11:08:47 AM Information [localhost-startStop-1] - Starting debugging...

Aug 12, 2016 11:08:47 AM Information [localhost-startStop-1] - Starting sql...

Aug 12, 2016 11:08:47 AM Information [localhost-startStop-1] - Starting runtime...

Aug 12, 2016 11:08:52 AM Information [localhost-startStop-1] - CORBA Configuration not enabled

Aug 12, 2016 11:08:52 AM Information [localhost-startStop-1] - Starting mail...

Aug 12, 2016 11:08:53 AM Information [localhost-startStop-1] - Starting cron...

Aug 12, 2016 11:08:53 AM Information [localhost-startStop-1] - Starting registry...

Aug 12, 2016 11:08:54 AM Information [localhost-startStop-1] - Starting client...

Aug 12, 2016 11:08:54 AM Information [localhost-startStop-1] - Starting xmlrpc...

Aug 12, 2016 11:08:55 AM Information [localhost-startStop-1] - Starting jaxrs...

Aug 12, 2016 11:08:55 AM Information [localhost-startStop-1] - Starting graphing...

Aug 12, 2016 11:08:55 AM Information [localhost-startStop-1] - Starting solr...

Aug 12, 2016 11:08:55 AM Information [localhost-startStop-1] - Starting archive...

Aug 12, 2016 11:08:55 AM Information [localhost-startStop-1] - Starting document...

Aug 12, 2016 11:08:55 AM Information [localhost-startStop-1] - Starting eventgateway...

Aug 12, 2016 11:08:56 AM Information [localhost-startStop-1] - Event Gateway Disabled.

Aug 12, 2016 11:08:56 AM Information [localhost-startStop-1] - Starting FlexAssembler...

Aug 12, 2016 11:08:56 AM Information [localhost-startStop-1] - Starting .NET...

Aug 12, 2016 11:08:56 AM Information [localhost-startStop-1] - Starting Monitoring...

Aug 12, 2016 11:08:57 AM org.eclipse.jetty.util.log.Log initialized

INFO: Logging initialized @41761ms

Aug 12, 2016 11:08:58 AM Information [localhost-startStop-1] - Starting Monitoring Server on port 5500.

Aug 12, 2016 11:08:58 AM org.eclipse.jetty.server.Server doStart

INFO: jetty-9.3.6.v20151106

Aug 12, 2016 11:08:59 AM org.eclipse.jetty.server.handler.ContextHandler doStart

INFO: Started o.e.j.s.ServletContextHandler at 109c3a2{/,null,AVAILABLE}

Aug 12, 2016 11:08:59 AM org.eclipse.jetty.server.AbstractConnector doStart

INFO: Started ServerConnector at c29e44{HTTP/1.1,[http/1.1]}{0.0.0.0:5500}

Aug 12, 2016 11:08:59 AM org.eclipse.jetty.server.Server doStart

INFO: Started @43905ms

Aug 12, 2016 11:08:59 AM Information [localhost-startStop-1] - Starting WebSocket...

Aug 12, 2016 11:09:00 AM Information [localhost-startStop-1] - WebSocket server listens on port: 8579

Aug 12, 2016 11:09:02 AM Information [localhost-startStop-1] - ColdFusion started

Aug 12, 2016 11:09:02 AM Information [localhost-startStop-1] - ColdFusion: application services are now available

Aug 12, 2016 11:09:03 AM org.apache.catalina.core.ApplicationContext log

INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646

12/08 11:09:03 INFO Macromedia Flex Build: 87315.134646

Aug 12, 2016 11:09:12 AM org.apache.coyote.AbstractProtocol start

INFO: Starting ProtocolHandler ["http-nio-8501"]

Aug 12, 2016 11:09:12 AM org.apache.coyote.AbstractProtocol start

INFO: Starting ProtocolHandler ["ajp-nio-8016"]

Aug 12, 2016 11:09:12 AM com.adobe.coldfusion.launcher.Launcher run

INFO: Server startup in 49422 ms

Kind Regards, Carl.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation