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

Coldfusion10 update 23 patch issue (directory not found)

New Here ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

Hi Guys - I have a Coldfusion10 update 16 is running on standalone Linux server. I have 5 apps on this Coldfusion. Now I am trying to update the Coldfusion with update 23. When the command line prompts to enter the "Where is ColdFusion 10 located?" I provided and tried all the below paths and none of them is recognized by coldfusion.

/opt/coldfusion10

/opt/coldfusion10/app1/

/opt/coldfusion10/app1/wwwroot

I tried to reach support as we are on support contract, but they unable to help as the CF10 reached eol.

-----------------

Installation and use of Adobe ColdFusion 10 Update 23 requires acceptance of

the following license agreement:

The specified directory is not valid.

Select the home directory of your ColdFusion 10 installation. For example,

/Applications/ColdFusion10

For J2EE installation, it is the WAR directory containing WEB-INF, CFIDE and

META-INF

-------------------

I sincerely appreciate any help with this.

Thanks

Srini

Views

789

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
LEGEND ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

Have you tried /opt/coldfusion10/cfusion/ (with a trailing slash)?  Are you using proper cAsE in the path (ie, as it actually is cased)?

Just throwing some things against the wall to see if any of it sticks.

HTH,

^ _ ^

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 ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

I tried using a trailing slash. but no luck. To let you know no cfusion is under /opt/coldfusion10/. I just have all the 5 apps listed there.

Here is the command I am using. they all have cfusion user and group permissions.

/opt/java/current/jre/bin/java -jar /opt/coldfusion10/app1/hf-updates/hf-10-00023/hotfix_023.jar

Adobe_ColdFusion-en_US-20120302_1201

DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): Y

===============================================================================

Choose  ColdFusion 10 Home directory

------------------------------------

Select the home directory of your ColdFusion 10 installation. For example,

/Applications/ColdFusion10

For J2EE installation, it is the WAR directory containing WEB-INF, CFIDE and

META-INF

Where is ColdFusion 10 located? (Default: /opt/coldfusion10): /opt/coldfusion10/

===============================================================================

Choose  ColdFusion 10 Home directory

------------------------------------

The specified directory is not valid.

Select the home directory of your ColdFusion 10 installation. For example,

/Applications/ColdFusion10

For J2EE installation, it is the WAR directory containing WEB-INF, CFIDE and

META-INF

Where is ColdFusion 10 located? (Default: /opt/coldfusion10):

-----------------------------

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
LEGEND ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

Try the following in terminal: whereis -l coldfusion

Or you could try: locate coldfusion

HTH,

^ _ ^

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 ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

root@abcdrth841:/opt/coldfusion10>  whereis -l coldfusion

whereis [ -sbmu ] [ -SBM dir ... -f ] name...

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 ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

when i do 'locate' it is picking all the 5 apps paths. we do have valid coldfusion under /opt/condfusion10.

/opt/coldfusion10/app1/gateway/docs/api/coldfusion/eventgateway/GenericGateway.html

/opt/coldfusion10/app1/gateway/docs/api/coldfusion/eventgateway/package-frame.html

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
LEGEND ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

That's a real head-scratcher.

Unfortunately, I'm not the install expert that Charlie Arehart is.  Hopefully he will find this thread and provide some wisdom.  He's quite good with issues such as this.

Wish I could have been of more help.

V/r,

^ _ ^

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 ,
Jun 07, 2018 Jun 07, 2018

Copy link to clipboard

Copied

No problem. I do appreciate your quick input on this so far.

Adobe recommended to move the hotfix jar to /opt/coldfusion/jre/bin and directly run from there. I tried and it didn't work for me. Let me reboot my VM and see whether that fixes the issue.

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
LEGEND ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

If it does not work, you can reach out to Charlie via his email address, charlie@carehart.org.

HTH,

^ _ ^

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
Adobe Employee ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

Hi,


Can you please paste the instanes.xml from /coldfusion10/config/.

Thanks,

Priyank

Thanks,
Priyank Shrivastava

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 ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

<servers>

  <server>

    <name>tpp1</name>

    <directory>/opt/coldfusion10/tpp1</directory>

  </server>

  <server>

    <name>intranet1</name>

    <directory>/opt/coldfusion10/intranet1</directory>

  </server>

  <server>

    <name>bpc</name>

    <directory>/opt/coldfusion10/bpc</directory>

  </server>

  <server>

    <name>ichot</name>

    <directory>/opt/coldfusion10/ichot</directory>

  </server>

  <server>

    <name>aerotest</name>

    <directory>/opt/coldfusion10/aerotest</directory>

  </server>

</servers>

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
Adobe Employee ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

Hi,

Please take the back up of current instances.xml and replace it with below content. Restart ColdFusion 10 service and try again.

<servers>

  <server>

<name>cfusion</name>

<directory>/opt/coldfusion10/cfusion</directory>

  </server>

 

  <server>

<name>tpp1</name>

<directory>/opt/coldfusion10/tpp1</directory>

  </server>

  <server>

    <name>intranet1</name>

    <directory>/opt/coldfusion10/intranet1</directory>

  </server>

  <server>

    <name>bpc</name>

    <directory>/opt/coldfusion10/bpc</directory>

  </server>

  <server>

    <name>ichot</name>

    <directory>/opt/coldfusion10/ichot</directory>

  </server>

  <server>

    <name>aerotest</name>

    <directory>/opt/coldfusion10/aerotest</directory>

  </server>

</servers>

Thanks,
Priyank Shrivastava

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
LEGEND ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

Hi, Priyank,

Refer to reply #2.. OP states that there is no cfusion folder under /opt/coldfusion10/.

V/r,

^ _ ^

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
Adobe Employee ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

Hi,

Thanks, they have cfusion folder because it is the default instance. When you install an update, it checks the installation directory(/opt/coldfusion10/11/2016) and for instances, it looks for instances.xml which has an entry for all the instance and that is where it is failing. The user can verify this.

Thanks,

Priyank Shrivastava

Thanks,
Priyank Shrivastava

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 ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

Here is what I have under /opt/coldfusion10/

---------------------------------------------

-rw-r--r--  1 cfusion cfusion  727 Jul 29  2015 updates.xml

drwxr-xr-x  4 cfusion cfusion 4096 Dec  7  2017 hf-10-00016

-------------------------------------------

root@iactdct1234:/opt/coldfusion10> ls -alrt

total 108

-rwxrwxrwx  1 cfusion cfusion  6107 Mar 15  2012 Readme.htm

-rwxrwxrwx  1 cfusion cfusion 58483 Mar 28  2012 license.html

drwxr-xr-x  7 cfusion cfusion  4096 Dec  7  2017 jre

drwxr-xr-x  2 cfusion cfusion  4096 Dec  7  2017 uninstall

drwxr-xr-x 16 cfusion cfusion  4096 Dec  7  2017 tpp1

drwxr-xr-x 16 cfusion cfusion  4096 Dec  7  2017 intranet1

drwxr-xr-x 16 cfusion cfusion  4096 Dec  7  2017 bpc

drwxr-xr-x 16 cfusion cfusion  4096 Dec  7  2017 ichot

drwxr-xr-x 10 cfusion cfusion  4096 Dec  7  2017 .

drwxr-xr-x 16 cfusion cfusion  4096 Dec  7  2017 aerotest

drwxr-xr-x 14 root    root     4096 Dec  7  2017 ..

drwxr-xr-x  3 cfusion cfusion  4096 Jun  8 11:28 config

root@iactdct1234:/opt/coldfusion10>

-----------------------------

The CF actually running with update16 and when i check it successfully updated to update 16 when previous resource did when it was on windows. But he might used the web to do the update. recently they moved from windows to Linux and i am performing a manual update to 'update23'

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 ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

LATEST

Hi Priyank  - I am unable to follow you . can you please provide more details on what to verify here.

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 ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

I took backup of the instances.xml and then added the above content and ran it. Still same error. 'directory not found' when i choose the default and hit enter. To let you know there is no 'cfusion' dir under /opt/coldfusion10 ( This is not existing > /opt/coldfusion10/cfusion).

But the cfusion is under /home/cfusion. I mentioned this because your instances.xml tags has the cfusion path.

  <server>

<name>cfusion</name>

<directory>/opt/coldfusion10/cfusion</directory>

  </server>

======================================

DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): y

===============================================================================

Choose  ColdFusion 10 Home directory

------------------------------------

Select the home directory of your ColdFusion 10 installation. For example,

/Applications/ColdFusion10

For J2EE installation, it is the WAR directory containing WEB-INF, CFIDE and

META-INF

Where is ColdFusion 10 located? (Default: /opt/coldfusion10):

Choose  ColdFusion 10 Home directory

------------------------------------

The specified directory is not valid.

==========================================

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 ,
Jun 08, 2018 Jun 08, 2018

Copy link to clipboard

Copied

I also tried with the updated path in the instances.xml with no luck.

from:

<directory>/opt/coldfusion10/cfusion</directory>

to:

<directory>/home/cfusion</directory>

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