I am using the Update Tool that is part of the GlassFish Server v3. I received the following error:

Update Tool was unable to start.
The Python runtime could not be found.
To fix this problem use the UC_IMAGE_PATH environment variable to provide a path to a valid image.

I am unsure what to point this variable to? I am trying to download Ant 1.7.1.

Thanks.

OS = Windows 7

link|improve this question

50% accept rate
It may be that I have Ant already installed or was previously installed. The Environmental variable is set to find ant in a folder which has already been deleted. Your suggestions appreciated. – JDragon314159 Apr 25 '11 at 15:42
My first guess is that the Glassfish update tool uses Python, and it can't find Python on your system. I don't think that Ant is the issue. Install Python and then tell us about your progress – bakoyaro Jul 27 '11 at 17:48
I wish there was a selected answer for this... would be very ehlpful right now. – Webnet Dec 5 '11 at 2:44
feedback

4 Answers

Anti virus AVG blocked the Python update tool of my Glassfish 3 install and removed it!

Could something like this have happened here?

link|improve this answer
feedback

I had the same problem and could solve it this way:

First I uninstalled Java EE SDK and JDK, I had to manually remove the \glassfish3 directory. Then I cleaned up my Java installations, particularly I got rid of a 32-bit JRE 6. I left the 64-bit JREs 6 and 7 on the machine.

Then I installed the JDK again and after that the Java EE SDK. At the beginning of this install I got a message saying it could not find the java runtime and that I should run the installation program with the -j parameter to specify the location of the java runtime. So I ran: C:\Users\myuser\Downloads\java_ee_sdk-6u3-windows-ml.exe -j "C:\Program Files\Java\jre7"

The installation went all the way through, at the end I got a message that some configuration failed because another path could not be found (probably the not-specified path to a password file). The html reports though said everything was alright, everything installed and configured correctly.

Now I can run the update tool successfully. Looks like the Java 32-bit installation was in the way.

link|improve this answer
feedback

this bugged me for AGES!! I finally got it to work by installing Python 2.7 and running the updatetool batch file in C:\glassfish3\bin. If you are using a proxy to connect to the net make sure its set during installation, if not uninstall and reinstall java EE SDK from the start menu-->program files--java EE sdk. The batch file asks whether you want to install the update tool. click yes then run the it from the admin console at http://localhost:4848

Good luck!

link|improve this answer
feedback

If you're getting this error, you probably have the 64 bit of a JDK installed. Make sure you have all the same architecture - 64bit python, JDK's, and java EE sdk...but the EE sdk isn't at the normal EE download page unfortunately:

Download the 64bit java 6 EE update2 here Or Download the 64bit java 6 EE update3 with jdk 7 here

Gotta use the 64bit EE though if everything else is.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.