ZipException when running TZupdater for JRE 1.3.1

Greetings:

When attempting to run TZupdater against rt.jar in a W2K-SP4 environment, I receive the following...

C:\Program Files\JavaSoft\JRE\1.3.1\lib>java -jar tzupdater131.jar -u > javaupdate.txt

Backing up C:\PROGRA~1\JavaSoft\JRE\132E6D~1.1\lib\rt.jar to C:\PROGRA~1\JavaSoft\JRE\132E6D~1.1\lib\rt.jar.TZbackup

java.util.zip.ZipException: invalid entry crc-32 (expected 0x0 but got 0xdf2831fe)

at java.util.zip.ZipOutputStream.closeEntry(Unknown Source)

at java.util.zip.ZipOutputStream.putNextEntry(Unknown Source)

at java.util.jar.JarOutputStream.putNextEntry(Unknown Source)

at sun.tools.jar.Main.update(Unknown Source)

at sun.tools.jar.Main.run(Unknown Source)

at com.sun.tools.tzupdater131.TimezoneUpdater131.updateRtjar(TimezoneUpdater131.java:393)

at com.sun.tools.tzupdater131.TimezoneUpdater131.run(TimezoneUpdater131.java:208)

at com.sun.tools.tzupdater131.TimezoneUpdater131.main(TimezoneUpdater131.java:731)

Failed to update temporary rt.jar

C:\Program Files\JavaSoft\JRE\1.3.1\lib>

I'm running this in a command window with cmd e:on

The utility also is creating a backup version of rt.jar ( rt.jar.TZbackup )

Any suggestions as to what would cause this would be greatly appreciated...

Thanks in advance...

_

Robin Arthur Gustavson

Affiliated Computer Services, Inc.

TSG / Filenet / Dallas

Robin.Gustavson@acs-inc.com

214-584-5795

142*784*229

[1531 byte] By [RAGustavsona] at [2007-11-26 19:22:18]
# 1
You should be in the path where tzupdater.jar file is present.Put the tzupdater.jar in C:\Program Files\JavaSoft\JRE\1.3.1\lib and then run the commandjava -jar tzupdater.jar -u > javaupdate.txtRegards,Vel
svel_brothera at 2007-7-9 21:42:43 > top of Java-index,Desktop,Runtime Environment...
# 2

thanks, vel... but i did...

i have tzupdater131.jar in C:\Program Files\JavaSoft\JRE\1.3.1\lib

i cd to C:\Program Files\JavaSoft\JRE\1.3.1\lib

i set cmd e:on

and run java -jar tzupdater131.jar -u

and get the above errors...

i'm not much of a java guy so this is rather frustrating...

thanks!

RAGustavsona at 2007-7-9 21:42:43 > top of Java-index,Desktop,Runtime Environment...
# 3

Robin,

What update version of the 1.3.1 JRE are you updating ?

Looks like the jar command is failing internally when

extracting/rebuilding the rt.jar file. We came across this

bug when designing the tool. It was corrected though.

Are you sure you're running with the latest version

of the 1.3.1 tzupdater tool ?

Did you obtain it through sunsolve site ?

Sean.

coffeysa at 2007-7-9 21:42:43 > top of Java-index,Desktop,Runtime Environment...
# 4
where could I get the TZupdater131.jar?
fridaymondaya at 2007-7-9 21:42:43 > top of Java-index,Desktop,Runtime Environment...
# 5
I met the same situation.Anybody know why?
fridaymondaya at 2007-7-9 21:42:44 > top of Java-index,Desktop,Runtime Environment...
# 6

I believe so... it applied on one WinTel server just fine...

This is my latest attempt:

I stopped all of the routers... (FileNet visual workflo routers)

I stopped VWServices in the Services MMC...

I verified that there were no java processes running in Task Manager / Processes...

I executed the...

java -jar tzupdater131.jar -t

...command from C:\Program Files\JavaSoft\JRE\1.3.1\bin\

...with the same results..

C:\Program Files\JavaSoft\JRE\1.3.1\bin>java -jar tzupdater131.jar -t

Exception in thread "main" java.util.zip.ZipException: The system cannot find th

e file specified

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

at java.util.jar.JarFile.<init>(Unknown Source)

HELP!!!

RAGustavsona at 2007-7-9 21:42:44 > top of Java-index,Desktop,Runtime Environment...
# 7
operator error...had updater in /libwas setting path to /binduh..!!
RAGustavsona at 2007-7-9 21:42:44 > top of Java-index,Desktop,Runtime Environment...