Ask a Question related to Coldfusion Server Administration, Design and Development.
-
julio5 #1
Security hotfix APSB07-02 installation fails
I have followed the instructions given at
[url]http://www.adobe.com/support/security/bulletins/apsb07-02.html[/url] to apply the
security hotfix APSB07-02 to my CF7.0.2 standalone server, but when entering:
java -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v
into the command prompt as instructed, I get the following error:
'java' is not recognized as an internal or external command
julio5 Guest
-
CFMX 7.0.2 and Security Bulletin APSB07-02
I am running CFMX 7,0,2,142559 Enterprise - Single Server. I followed the instruction to apply Security Bulletin APSB07-02... -
Security Patch APSB07-02 fails to install correctly
I have followed the instructions (although they skipped the step about WHERE the wsconfig.jar file should be placed - in the lib directory, btw) at... -
JRun4 Updater 6 - IIS redirect hotfix installation
I'm having problems installing the "IIS 6.0 redirect response truncation" hot fix provided on this page:... -
CF 5 Ent. Advanced Security fails after installation
Hi, after I installed CF 5 Ent. on a Win 2003 box the Advanced Security is not working. When I open the CF Admin and go to the 'Security... -
NTBackup Fails after recent hotfix
I have a windows 2003 server and was having intermittent problems with NTbackup failing. The usual messages were either NTBackup error: 'The saved... -
rcgnsi #2
Re: Security hotfix APSB07-02 installation fails
I think that you need to navigate to your {jrunhome}\lib directory (where the
java.exe file resides) in order to run the command. The reason you get that is
becuase the directory you are currently in does not contain the java.exe, so
that's why you get the error.
I too had a problem with this installation, but my error was "the wsconfig.jar
file is corrupt or incorrect version" or something along those lines.
rcgnsi Guest
-
julio5 #3
Re: Security hotfix APSB07-02 installation fails
Thanks for the reply. My server is the standard rather than multi-server JRUN
CF7 and I simply followed the instructions in the technote which said run the
command in:
{cfmx_root}\runtime\lib
There is no java.exe in that folder. However there is in
{cfmx_root}\runtime\jre\bin
Are Adobe's instructions incorrect? Should I be running the command in that
folder?
Thanks.
julio5 Guest
-
rcgnsi #4
Re: Security hotfix APSB07-02 installation fails
Adobe's instructions are rarely correct, you have to be a mind reader or know
the product inside out to decyfer them, so I don't blame you for finding an
issue with the instructions.
Anyway, I would try and run the command like this:
drive:\{cfmx_root}\runtime\jre\bin\java -Dtrace.ci=1 -jar wsconfig.jar
-upgrade -v
FROM the directory that the wsconfig.jar file is in. So if your wsconfig.jar
is in the directory {cfmx_root}\runtime\lib, use cmd prompt to navigate to that
directory and then run the above command line.
Be sure to back up your existing wsconfig.jar file BEFORE doing anything else.
rcgnsi Guest
-
rcgnsi #5
Re: Security hotfix APSB07-02 installation fails
One other quick thing that might be helpful is that you can add the java.exe
file to your "path" Environment variable so no matter what directory you are in
it will "know" where the java.exe file is and you can launch commands from
wherever in your system tree. To do that you would right click on "My Computer"
select "Properties" then the "Advanced" tab. Find the System Variable called
"Path" and append the full path of the java.exe file like
drive:\{cfmx_root}\runtime\jre\bin\java.exe.
rcgnsi Guest
-
julio5 #6
Re: Security hotfix APSB07-02 installation fails
That worked fine on my development server - thanks very much indeed. And for
the tip about environment variables.
Adobe really should take more care with their instructions rather than assume
everyone is au fait with command line operations and has all the paths set up
as they no doubt do. They also don't make it clear you need to unzip the new
jar file before re-naming it and assume you will copy it to the correct place.
Needless to say I gave the page a "poor" feedback rating.
julio5 Guest
-
rcgnsi #7
Re: Security hotfix APSB07-02 installation fails
Unzip the file? Hmm, maybe that is what my problem is. So what you are saying
is that you have to download the zip file from the site and then unzip and
rename the wsconfig-U6-65311.jar file INSIDE of the zip file? That would
explain why I was getting errors about the jar file being corrupt...
rcgnsi Guest
-
julio5 #8
Re: Security hotfix APSB07-02 installation fails
Ah yes, you need to unzip the jar file, rename it to wsconfig.jar and then copy it to your \runtime\lib to replace the existing one (having backed it up as you say).
You scratch my back.... :-)
julio5 Guest
-
julio5 #9
Re: Security hotfix APSB07-02 installation fails
More puzzlement: the technote says the Product Version of the new
jrun_iis6_wildcard.dll should be 4,0,6,10840, but on both servers I have
patched the version is 4,0,5,108409 The file is dated December 11th 2006 so
it's definitely been updated.
julio5 Guest
-
JR Bob Dobbs #10
Re: Security hotfix APSB07-02 installation fails
My jrun_iis6_wildcard.dll is also version 4,0,5,108409 after running the upgrade. Has anyone found a resolution for this?
JR Bob Dobbs Guest
-
Educate WebTeam #11
Re: Security hotfix APSB07-02 installation fails
We had the same issue on our dev server and had to add the java.exe file to
your "path" Environment variable.
Our jrun_iis6_wildcard.dll is also version 4,0,5,108409 after running the
upgrade.
Has anyone found a resolution for this?
Educate WebTeam Guest



Reply With Quote

