Skip to main content
Participant
August 10, 2013
Question

Coldfusion 10 will not start on Solaris 10

  • August 10, 2013
  • 1 reply
  • 555 views

HI FOLKS:

   I get the error message: /opt/local/coldfusion10/jre/bin/sparcv9/java: No match.  when trying to start Coldfusion 10 after a successful installation.  What does it mean and how do I fix it?   Thanks for any help that can be given on this issue.

This topic has been closed for replies.

1 reply

Anit_Kumar
Inspiring
August 11, 2013

Hello JPASTORI,

Thank you for your post. It seems like, its not able to locate java. Can you share your jvm.config?

Regards

Anit Kumar

JPASTORIAuthor
Participant
August 11, 2013

HI ANITA:

My  jvm.config contains:

java.home=/opt/local/coldfusion10/jre
application.home=/opt/local/coldfusion10/cfusion

# Arguments to VM
java.args=-server -Xms256m -Xmx512m -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Djava.awt.headless=true -Dcoldfusion.rootDir={application.home} -Djava.security.policy={application.home}/lib/coldfusion.policy -Djava.security.auth.policy={application.home}/lib/neo_jaas.policy  -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/cfform/jars,{application.home}/wwwroot/WEB-INF/flex/jars,{application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random

# Comma separated list of shared library path
# java.library.path={application.home}/lib/international
java.library.path=/opt/local/jre1.7.0_25/lib/sparcv9

java.class.path={application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes

The directory structure at /opt/local/coldfusion10/jre is:

libint /opt/local/coldfusion10/jre# dir
total 571
     80254 drwxr-xr-x   7 cfruntime root          12 Nov  1  2011 ./
     80236 drwxrwxrwx   6 cfruntime root          10 Aug  9 14:46 ../
     81127 drwxr-xr-x   2 cfruntime root           4 Nov  1  2011 .systemPrefs/
     81111 -rwxrwxrwx   1 cfruntime root        3339 Oct  3  2011 COPYRIGHT*
     81112 -rwxrwxrwx   1 cfruntime root          40 Oct  3  2011 LICENSE*
     81115 -rwxrwxrwx   1 cfruntime root          46 Oct  3  2011 README*
     81114 -rwxrwxrwx   1 cfruntime root      183173 Oct  3  2011 THIRDPARTYLICENSEREADME.txt*
     81113 -rwxrwxrwx   1 cfruntime root         917 Oct  3  2011 Welcome.html*
     80255 drwxr-xr-x   3 cfruntime root          17 Aug  9 17:29 bin/
     81125 drwxr-xr-x   2 cfruntime root           3 Nov  1  2011 javaws/
     80281 drwxr-xr-x  18 cfruntime root          48 Aug  9 17:29 lib/
     81116 drwxr-xr-x   4 cfruntime root           4 Nov  1  2011 plugin/
/opt/local/coldfusion10/jre

I have downloaded version 7 of java jre in another location.  Shoud I be using that copy instead?

Thank you for your help in this matter.