|
From: Michael S. <msa...@pc...> - 2005-06-10 18:52:20
|
Folks,
We have our first subversion switch issue. It looks like binary files (i.e.
jars) did not get properly handled in the move. I'm addressing them as I
get errors, which can be strange:
[javac] An exception has occurred in the compiler (1.4.2_04). Please
file a bug at the Java Developer Connection
(http://java.sun.com/cgi-bin/bugreport.cgi) after checking the Bug Parade
for duplicates. Include your program and the following diagnostic in your
report. Thank you.
[javac] java.lang.InternalError: jzentry == 0,
[javac] jzfile = -1502537536,
[javac] total = 103,
[javac] name = /home/msaffitz/pggus/gus/lib/java/pg74jdbc3.jar,
[javac] i = 1,
[javac] message = invalid LOC header (bad signature)
[javac] at java.util.zip.ZipFile$2.nextElement(ZipFile.java:321)
[javac] at
com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:975)
[javac] at
com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1218)
[javac] at
com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1339)
[javac] at
com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1361)
[javac] at
com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:1052)
[javac] at
com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:372)
[javac] at
com.sun.tools.javac.v8.comp.Enter.visitTopLevel(Enter.java:467)
[javac] at
com.sun.tools.javac.v8.tree.Tree$TopLevel.accept(Tree.java:390)
[javac] at
com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:442)
[javac] at
com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:456)
[javac] at
com.sun.tools.javac.v8.comp.Enter.complete(Enter.java:596)
[javac] at com.sun.tools.javac.v8.comp.Enter.main(Enter.java:582)
[javac] at
com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:331)
[javac] at com.sun.tools.javac.v8.Main.compile(Main.java:569)
[javac] at com.sun.tools.javac.Main.compile(Main.java:36)
[javac] at com.sun.tools.javac.Main.main(Main.java:27)
|
|
From: Aaron J. M. <am...@pc...> - 2005-06-10 18:58:35
|
Did you do CVS keyword substitution during the CVS export? If so, you mangled any binary file that happened to have a keyword-like "string" in it. -Aaron On Jun 10, 2005, at 2:52 PM, Michael Saffitz wrote: > > Folks, > > We have our first subversion switch issue. It looks like binary > files (i.e. > jars) did not get properly handled in the move. I'm addressing > them as I > get errors, which can be strange: > > [javac] An exception has occurred in the compiler (1.4.2_04). > Please > file a bug at the Java Developer Connection > (http://java.sun.com/cgi-bin/bugreport.cgi) after checking the Bug > Parade > for duplicates. Include your program and the following diagnostic > in your > report. Thank you. > [javac] java.lang.InternalError: jzentry == 0, > [javac] jzfile = -1502537536, > [javac] total = 103, > [javac] name = /home/msaffitz/pggus/gus/lib/java/pg74jdbc3.jar, > [javac] i = 1, > [javac] message = invalid LOC header (bad signature) > [javac] at java.util.zip.ZipFile$2.nextElement(ZipFile.java: > 321) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.openArchive > (ClassReader.java:975) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1218) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1339) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1361) > [javac] at > com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java: > 1052) > [javac] at > com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:372) > [javac] at > com.sun.tools.javac.v8.comp.Enter.visitTopLevel(Enter.java:467) > [javac] at > com.sun.tools.javac.v8.tree.Tree$TopLevel.accept(Tree.java:390) > [javac] at > com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:442) > [javac] at > com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:456) > [javac] at > com.sun.tools.javac.v8.comp.Enter.complete(Enter.java:596) > [javac] at com.sun.tools.javac.v8.comp.Enter.main > (Enter.java:582) > [javac] at > com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:331) > [javac] at com.sun.tools.javac.v8.Main.compile(Main.java:569) > [javac] at com.sun.tools.javac.Main.compile(Main.java:36) > [javac] at com.sun.tools.javac.Main.main(Main.java:27) > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can > you shotput > a projector? How fast can you ride your desk chair down the office > luge track? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > -- Aaron J. Mackey, Ph.D. Project Manager, ApiDB Bioinformatics Resource Center Penn Genomics Institute, University of Pennsylvania email: am...@pc... office: 215-898-1205 fax: 215-746-6697 postal: Penn Genomics Institute Goddard Labs 212 415 S. University Avenue Philadelphia, PA 19104-6017 |
|
From: Michael S. <msa...@pc...> - 2005-06-10 19:09:40
|
No, it looks like it may have been an end of line conversion issue. There are some additional options to address this in the conversion utility. For future switches I'll explore the trade-offs of using that. Fortunately there aren't too many binary files floating around the repository, so this is a relatively minor issue. --Mike On 6/10/05 2:58 PM, "Aaron J. Mackey" <am...@pc...> wrote: > Did you do CVS keyword substitution during the CVS export? If so, > you mangled any binary file that happened to have a keyword-like > "string" in it. > > -Aaron > > On Jun 10, 2005, at 2:52 PM, Michael Saffitz wrote: > >> >> Folks, >> >> We have our first subversion switch issue. It looks like binary >> files (i.e. >> jars) did not get properly handled in the move. I'm addressing >> them as I >> get errors, which can be strange: >> >> [javac] An exception has occurred in the compiler (1.4.2_04). >> Please >> file a bug at the Java Developer Connection >> (http://java.sun.com/cgi-bin/bugreport.cgi) after checking the Bug >> Parade >> for duplicates. Include your program and the following diagnostic >> in your >> report. Thank you. >> [javac] java.lang.InternalError: jzentry == 0, >> [javac] jzfile = -1502537536, >> [javac] total = 103, >> [javac] name = /home/msaffitz/pggus/gus/lib/java/pg74jdbc3.jar, >> [javac] i = 1, >> [javac] message = invalid LOC header (bad signature) >> [javac] at java.util.zip.ZipFile$2.nextElement(ZipFile.java: >> 321) >> [javac] at >> com.sun.tools.javac.v8.code.ClassReader.openArchive >> (ClassReader.java:975) >> [javac] at >> com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1218) >> [javac] at >> com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1339) >> [javac] at >> com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1361) >> [javac] at >> com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java: >> 1052) >> [javac] at >> com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:372) >> [javac] at >> com.sun.tools.javac.v8.comp.Enter.visitTopLevel(Enter.java:467) >> [javac] at >> com.sun.tools.javac.v8.tree.Tree$TopLevel.accept(Tree.java:390) >> [javac] at >> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:442) >> [javac] at >> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:456) >> [javac] at >> com.sun.tools.javac.v8.comp.Enter.complete(Enter.java:596) >> [javac] at com.sun.tools.javac.v8.comp.Enter.main >> (Enter.java:582) >> [javac] at >> com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:331) >> [javac] at com.sun.tools.javac.v8.Main.compile(Main.java:569) >> [javac] at com.sun.tools.javac.Main.compile(Main.java:36) >> [javac] at com.sun.tools.javac.Main.main(Main.java:27) >> >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: NEC IT Guy Games. How far can >> you shotput >> a projector? How fast can you ride your desk chair down the office >> luge track? >> If you want to score the big prize, get to know the little guy. >> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 >> _______________________________________________ >> Gusdev-gusdev mailing list >> Gus...@li... >> https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev >> > > -- > Aaron J. Mackey, Ph.D. > Project Manager, ApiDB Bioinformatics Resource Center > Penn Genomics Institute, University of Pennsylvania > email: am...@pc... > office: 215-898-1205 > fax: 215-746-6697 > postal: Penn Genomics Institute > Goddard Labs 212 > 415 S. University Avenue > Philadelphia, PA 19104-6017 |
|
From: Y. T. G. <yg...@pc...> - 2005-06-17 18:00:09
|
Hi Mike, Here is a list of jar files that seem to be corrupted in svn. I can not jar -tf on them. Other jar files under WDK are fine. Can you fix them or do I have to download them again? WDK/Controller/lib/java/struts-1.1.jar WDK/View/lib/java/pager-taglib.jar WDK/View/lib/java/wraptag.jar WDK/View/lib/java/jstl.jar WDK/View/lib/java/servlet-api-2.4.jar WDK/View/lib/java/jsp-api-2.0.jar WDK/View/lib/java/standard.jar -Thomas > -----Original Message----- > From: gus...@li... > [mailto:gus...@li...] On Behalf > Of Michael Saffitz > Sent: Friday, June 10, 2005 2:09 PM > To: Aaron J. Mackey > Cc: Gusdev gusdev-gusdev > Subject: Re: [GUSDEV] Subversion Issue > > > > > No, it looks like it may have been an end of line conversion > issue. There are some additional options to address this in > the conversion utility. For future switches I'll explore the > trade-offs of using that. > > Fortunately there aren't too many binary files floating > around the repository, so this is a relatively minor issue. > > --Mike > > > On 6/10/05 2:58 PM, "Aaron J. Mackey" <am...@pc...> wrote: > > > Did you do CVS keyword substitution during the CVS export? > If so, you > > mangled any binary file that happened to have a > keyword-like "string" > > in it. > > > > -Aaron > > > > On Jun 10, 2005, at 2:52 PM, Michael Saffitz wrote: > > > >> > >> Folks, > >> > >> We have our first subversion switch issue. It looks like binary > >> files (i.e. > >> jars) did not get properly handled in the move. I'm > addressing them > >> as I get errors, which can be strange: > >> > >> [javac] An exception has occurred in the compiler (1.4.2_04). > >> Please file a bug at the Java Developer Connection > >> (http://java.sun.com/cgi-bin/bugreport.cgi) after checking the Bug > >> Parade > >> for duplicates. Include your program and the following diagnostic > >> in your > >> report. Thank you. > >> [javac] java.lang.InternalError: jzentry == 0, > >> [javac] jzfile = -1502537536, > >> [javac] total = 103, > >> [javac] name = > /home/msaffitz/pggus/gus/lib/java/pg74jdbc3.jar, > >> [javac] i = 1, > >> [javac] message = invalid LOC header (bad signature) > >> [javac] at > java.util.zip.ZipFile$2.nextElement(ZipFile.java: > >> 321) > >> [javac] at > >> com.sun.tools.javac.v8.code.ClassReader.openArchive > >> (ClassReader.java:975) > >> [javac] at > >> com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1218) > >> [javac] at > >> > com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1339) > >> [javac] at > >> > com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1361) > >> [javac] at > >> com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java: > >> 1052) > >> [javac] at > >> com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:372) > >> [javac] at > >> com.sun.tools.javac.v8.comp.Enter.visitTopLevel(Enter.java:467) > >> [javac] at > >> com.sun.tools.javac.v8.tree.Tree$TopLevel.accept(Tree.java:390) > >> [javac] at > >> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:442) > >> [javac] at > >> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:456) > >> [javac] at > >> com.sun.tools.javac.v8.comp.Enter.complete(Enter.java:596) > >> [javac] at com.sun.tools.javac.v8.comp.Enter.main > >> (Enter.java:582) > >> [javac] at > >> com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:331) > >> [javac] at > com.sun.tools.javac.v8.Main.compile(Main.java:569) > >> [javac] at com.sun.tools.javac.Main.compile(Main.java:36) > >> [javac] at com.sun.tools.javac.Main.main(Main.java:27) > >> > >> > >> > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email is sponsored by: NEC IT Guy Games. How > far can you > >> shotput a projector? How fast can you ride your desk chair > down the > >> office luge track? > >> If you want to score the big prize, get to know the little guy. > >> Play to win an NEC 61" plasma display: > http://www.necitguy.com/?r=20 > >> > _______________________________________________ > >> Gusdev-gusdev mailing list > >> Gus...@li... > >> https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > >> > > > > -- > > Aaron J. Mackey, Ph.D. > > Project Manager, ApiDB Bioinformatics Resource Center > > Penn Genomics Institute, University of Pennsylvania > > email: am...@pc... > > office: 215-898-1205 > > fax: 215-746-6697 > > postal: Penn Genomics Institute > > Goddard Labs 212 > > 415 S. University Avenue > > Philadelphia, PA 19104-6017 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far > can you shotput a projector? How fast can you ride your desk > chair down the office luge track? If you want to score the > big prize, get to know the little guy. > Play to win an NEC 61" plasma display: > http://www.necitguy.com/?r=20 > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > |
|
From: Michael S. <msa...@pc...> - 2005-06-17 18:14:01
|
Hi Thomas, Yes, the cvs conversion mangled binary files. You should remove them through subversion (do a svn rm filename) and then readd them. You can either redownload them, or add them from an old working directory. Sorry for the trouble... --Mike On 6/17/05 2:00 PM, "Y. Thomas Gan" <yg...@pc...> wrote: > Hi Mike, > Here is a list of jar files that seem to be corrupted in svn. I can not > jar -tf on them. > Other jar files under WDK are fine. Can you fix them or do I have to > download them again? > > WDK/Controller/lib/java/struts-1.1.jar > WDK/View/lib/java/pager-taglib.jar > WDK/View/lib/java/wraptag.jar > WDK/View/lib/java/jstl.jar > WDK/View/lib/java/servlet-api-2.4.jar > WDK/View/lib/java/jsp-api-2.0.jar > WDK/View/lib/java/standard.jar > > -Thomas > >> -----Original Message----- >> From: gus...@li... >> [mailto:gus...@li...] On Behalf >> Of Michael Saffitz >> Sent: Friday, June 10, 2005 2:09 PM >> To: Aaron J. Mackey >> Cc: Gusdev gusdev-gusdev >> Subject: Re: [GUSDEV] Subversion Issue >> >> >> >> >> No, it looks like it may have been an end of line conversion >> issue. There are some additional options to address this in >> the conversion utility. For future switches I'll explore the >> trade-offs of using that. >> >> Fortunately there aren't too many binary files floating >> around the repository, so this is a relatively minor issue. >> >> --Mike >> >> >> On 6/10/05 2:58 PM, "Aaron J. Mackey" <am...@pc...> wrote: >> >>> Did you do CVS keyword substitution during the CVS export? >> If so, you >>> mangled any binary file that happened to have a >> keyword-like "string" >>> in it. >>> >>> -Aaron >>> >>> On Jun 10, 2005, at 2:52 PM, Michael Saffitz wrote: >>> >>>> >>>> Folks, >>>> >>>> We have our first subversion switch issue. It looks like binary >>>> files (i.e. >>>> jars) did not get properly handled in the move. I'm >> addressing them >>>> as I get errors, which can be strange: >>>> >>>> [javac] An exception has occurred in the compiler (1.4.2_04). >>>> Please file a bug at the Java Developer Connection >>>> (http://java.sun.com/cgi-bin/bugreport.cgi) after checking the Bug >>>> Parade >>>> for duplicates. Include your program and the following diagnostic >>>> in your >>>> report. Thank you. >>>> [javac] java.lang.InternalError: jzentry == 0, >>>> [javac] jzfile = -1502537536, >>>> [javac] total = 103, >>>> [javac] name = >> /home/msaffitz/pggus/gus/lib/java/pg74jdbc3.jar, >>>> [javac] i = 1, >>>> [javac] message = invalid LOC header (bad signature) >>>> [javac] at >> java.util.zip.ZipFile$2.nextElement(ZipFile.java: >>>> 321) >>>> [javac] at >>>> com.sun.tools.javac.v8.code.ClassReader.openArchive >>>> (ClassReader.java:975) >>>> [javac] at >>>> com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1218) >>>> [javac] at >>>> >> com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1339) >>>> [javac] at >>>> >> com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1361) >>>> [javac] at >>>> com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java: >>>> 1052) >>>> [javac] at >>>> com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:372) >>>> [javac] at >>>> com.sun.tools.javac.v8.comp.Enter.visitTopLevel(Enter.java:467) >>>> [javac] at >>>> com.sun.tools.javac.v8.tree.Tree$TopLevel.accept(Tree.java:390) >>>> [javac] at >>>> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:442) >>>> [javac] at >>>> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:456) >>>> [javac] at >>>> com.sun.tools.javac.v8.comp.Enter.complete(Enter.java:596) >>>> [javac] at com.sun.tools.javac.v8.comp.Enter.main >>>> (Enter.java:582) >>>> [javac] at >>>> com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:331) >>>> [javac] at >> com.sun.tools.javac.v8.Main.compile(Main.java:569) >>>> [javac] at com.sun.tools.javac.Main.compile(Main.java:36) >>>> [javac] at com.sun.tools.javac.Main.main(Main.java:27) >>>> >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email is sponsored by: NEC IT Guy Games. How >> far can you >>>> shotput a projector? How fast can you ride your desk chair >> down the >>>> office luge track? >>>> If you want to score the big prize, get to know the little guy. >>>> Play to win an NEC 61" plasma display: >> http://www.necitguy.com/?r=20 >>>> >> _______________________________________________ >>>> Gusdev-gusdev mailing list >>>> Gus...@li... >>>> https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev >>>> >>> >>> -- >>> Aaron J. Mackey, Ph.D. >>> Project Manager, ApiDB Bioinformatics Resource Center >>> Penn Genomics Institute, University of Pennsylvania >>> email: am...@pc... >>> office: 215-898-1205 >>> fax: 215-746-6697 >>> postal: Penn Genomics Institute >>> Goddard Labs 212 >>> 415 S. University Avenue >>> Philadelphia, PA 19104-6017 >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: NEC IT Guy Games. How far >> can you shotput a projector? How fast can you ride your desk >> chair down the office luge track? If you want to score the >> big prize, get to know the little guy. >> Play to win an NEC 61" plasma display: >> http://www.necitguy.com/?r=20 >> _______________________________________________ >> Gusdev-gusdev mailing list >> Gus...@li... >> https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev >> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |