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

Updating the wsconfig.jar

Explorer ,
Nov 28, 2007 Nov 28, 2007

Copy link to clipboard

Copied

i am trying to apply the patch found at this link and once i get to step 5, i get the error that 'java' is an unrecognized internal or external command.

has anyone applied this successfully?

http://www.adobe.com/support/security/bulletins/apsb07-02.html

the second section applies to us "ColdFusion MX 7.01 and 7.02 multi-server with JRun 4 Updater 5 or JRun 4 Updater 5"

current version is 7,0,2,142559

thanks...
TOPICS
Advanced techniques

Views

600

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 ,
Nov 28, 2007 Nov 28, 2007

Copy link to clipboard

Copied

Did you try using the full path to the exe? For example

c:\cfusionmx7\runtime\jre\bin\java.exe -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v

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
Explorer ,
Nov 28, 2007 Nov 28, 2007

Copy link to clipboard

Copied

(posted twice)

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
Explorer ,
Nov 28, 2007 Nov 28, 2007

Copy link to clipboard

Copied

i have actually, my path is not the same as the one you pasted, but it is actually the same as the bulletin.
C:\JRun4\lib

i was hoping that this may be addressed in one the hot fixes, but doesn't seem to be.

has anyone had any experience with this security fix?

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 ,
Nov 28, 2007 Nov 28, 2007

Copy link to clipboard

Copied

LATEST
If you're calling "java.exe" at the command line and get the error i 'java' is an unrecognized internal or external command it usually means you have to specify the full path to the file "java.exe". ie use

C:\JRun4\lib > c:\fullpathto\java.exe -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v

instead of just

C:\JRun4\lib > java -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v

Good Luck

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