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

MAC error starting ColdFusion 11 server on line 94 with $JAVA_EXECUTABLE and Bootstrap

Community Beginner ,
Oct 25, 2016 Oct 25, 2016

On MAC, when my ColdFusion11 start up or is restarted I get the following error

./coldfusion: line 94: 14675 Abort trap: 6           $JAVA_EXECUTABLE -classpath $CLASSPATH $JVM_ARGS -Djava.library.path=$LD_LIBRARY_PATH com.adobe.coldfusion.bootstrap.Bootstrap -start

There has been an error starting ColdFusion 11 server, please check the logs.

The CFService works.

When I echo

$JAVA_EXECUTABLE

$CLASSPATH

or $JVM_ARGS

I just get a blank line.

Any ideas of what to try?

Thanks

441
Translate
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

Adobe Employee , Oct 26, 2016 Oct 26, 2016

Hi Ali,

Could you please contact us at cf.install@adobe.com to investigate further on this issue?

Thanks,

Vikram

Translate
Adobe Employee ,
Oct 26, 2016 Oct 26, 2016

Hi Ali,

Could you please contact us at cf.install@adobe.com to investigate further on this issue?

Thanks,

Vikram

Translate
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
Community Beginner ,
Nov 03, 2016 Nov 03, 2016
LATEST

Adobe helped with this issue.

They saw that there was an incorrect attribute in my COLDFUSION file

Specifically it should have been

CFSTART='LD_LIBRARY_PATH=$LD_LIBRARY_PATH; export LD_LIBRARY_PATH;cd $CF_DIR/bin; $JAVA_EXECUTABLE -classpath $CLASSPATH $JVM_ARGS com.adobe.coldfusion.bootstrap.Bootstrap -start&'

Rather than

CFSTART='LD_LIBRARY_PATH=$LD_LIBRARY_PATH; export LD_LIBRARY_PATH;cd $CF_DIR/bin; $JAVA_EXECUTABLE -classpath $CLASSPATH $JVM_ARGS -Djava.library.path=$LD_LIBRARY_PATH com.adobe.coldfusion.bootstrap.Bootstrap -start&'

Translate
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