Weird stufff going on when putting on server

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
Ericam
Propeller Head
Posts: 39
Joined: Thu Apr 02, 2009 2:18 pm

Weird stufff going on when putting on server

Post by Ericam »

My programmer is getting some weird code when trying to extract to the server. I sent him a zip file of my files. The files work locally. They use a "jar" command. Don't know what this means. We have been using the same process for years. We have no idea why there is an issue now. Any ideas?


java.lang.IllegalArgumentException

at java.util.zip.ZipInputStream.getUTF8String(ZipInputStream.java(Compiled Code))

at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:256)

at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:92)

at sun.tools.jar.Main.extract(Main.java:716)

at sun.tools.jar.Main.run(Main.java:228)

at sun.tools.jar.Main.main(Main.java:944)
Post Reply