Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21326 > unrolled thread

really odd problem with jar signing

Started byAndreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
First post2013-01-11 13:38 +0000
Last post2013-01-24 12:46 +0000
Articles 4 on this page of 24 — 6 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-11 13:38 +0000
    Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-11 08:45 -0800
      Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-11 17:39 +0000
        Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-11 14:02 -0800
          Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-11 14:14 -0800
            Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-13 16:44 +0000
              Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-13 20:08 -0800
                Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-14 09:59 +0000
                Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-14 12:30 +0000
                  Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-14 15:10 -0800
                    Re: really odd problem with jar signing Gene Wirchenko <genew@telus.net> - 2013-01-14 16:16 -0800
                    Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-15 09:42 +0000
    Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-11 10:01 -0800
      Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-11 18:41 +0000
        Re: really odd problem with jar signing Joerg Meier <joergmmeier@arcor.de> - 2013-01-13 10:49 +0100
          Re: really odd problem with jar signing Lars Enderin <lars.enderin@telia.com> - 2013-01-13 11:35 +0100
          Re: really odd problem with jar signing Arne Vajhøj <arne@vajhoej.dk> - 2013-01-13 22:56 -0500
          Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-16 09:12 +0000
            Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-16 20:58 -0800
              Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-17 15:16 +0000
                Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-17 14:36 -0800
                  Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-18 15:24 +0000
                    Re: really odd problem with jar signing Roedy Green <see_website@mindprod.com.invalid> - 2013-01-18 23:32 -0800
                      Re: really odd problem with jar signing Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2013-01-24 12:46 +0000

Page 2 of 2 — ← Prev page 1 [2]


#21494

FromRoedy Green <see_website@mindprod.com.invalid>
Date2013-01-17 14:36 -0800
Message-ID<a4vgf8116gbjoujp5tag8g6b26bu7c475m@4ax.com>
In reply to#21477
On Thu, 17 Jan 2013 15:16:54 +0000 (UTC), Andreas Leitgeb
<avl@gamma.logic.tuwien.ac.at> wrote, quoted or indirectly quoted
someone who said :

>Just out of curiosity, I'd like to read, if the specified symptom in
>connection with java 1.5 now rings bells of recognition for anyone here.

one more thought.  jar/zip has attribute bits on members.  There are
various compression algorithms. At one point jars were not permitted
any compression.

Examine such information with WinZip to see if there is anything odd.
-- 
Roedy Green Canadian Mind Products http://mindprod.com
The first 90% of the code accounts for the first 90% of the development time.
The remaining 10% of the code accounts for the other 90% of the development 
time. 
~ Tom Cargill  Ninety-ninety Law 

[toc] | [prev] | [next] | [standalone]


#21517

FromAndreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date2013-01-18 15:24 +0000
Message-ID<slrnkfiq8t.u9l.avl@gamma.logic.tuwien.ac.at>
In reply to#21494
Roedy Green <see_website@mindprod.com.invalid> wrote:
> On Thu, 17 Jan 2013 15:16:54 +0000 (UTC), Andreas Leitgeb wrote:

>> Just out of curiosity, I'd like to read, if the specified symptom in
>> connection with java 1.5 now rings bells of recognition for anyone here.

> one more thought.  jar/zip has attribute bits on members.  There are
> various compression algorithms. At one point jars were not permitted
> any compression.

I did check for such things already in the beginning. There weren't any
differences in the attributes (compression algorithm, internal and 
external file attributes,...) between the "bad" file and the "good files".

As it later turned out, the misbehaviour is tied entirely to the full
pathname of that class file, and not to the contents or attributes of it.

Anyway, I appreciate your attempts to help.

[toc] | [prev] | [next] | [standalone]


#21572

FromRoedy Green <see_website@mindprod.com.invalid>
Date2013-01-18 23:32 -0800
Message-ID<bvikf8pdnp0raeek0mnh59r3bpnckh6v93@4ax.com>
In reply to#21517
On Fri, 18 Jan 2013 15:24:13 +0000 (UTC), Andreas Leitgeb
<avl@gamma.logic.tuwien.ac.at> wrote, quoted or indirectly quoted
someone who said :

>As it later turned out, the misbehaviour is tied entirely to the full
>pathname of that class file

Do yet have any idea just WHAT about a name it does not like?  
-- 
Roedy Green Canadian Mind Products http://mindprod.com
The first 90% of the code accounts for the first 90% of the development time.
The remaining 10% of the code accounts for the other 90% of the development 
time. 
~ Tom Cargill  Ninety-ninety Law 

[toc] | [prev] | [next] | [standalone]


#21643

FromAndreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date2013-01-24 12:46 +0000
Message-ID<slrnkg2b9j.u9l.avl@gamma.logic.tuwien.ac.at>
In reply to#21572
Roedy Green <see_website@mindprod.com.invalid> wrote:
> On Fri, 18 Jan 2013 15:24:13 +0000 (UTC), Andreas Leitgeb wrote
>> As it later turned out, the misbehaviour is tied entirely to the full
>> pathname of that class file
> Do yet have any idea just WHAT about a name it does not like?  

Nope.  Our signers have now upgraded their Java installation, and
the signing now works ok (no exclusion of single content files).

To any future reader, who may find this thread in a similar need:
 Just dump that old 1.5 and use 1.6 or later for signing the jar files.

Keywords: jarsigner excludes one single class file from MANIFEST.MF

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.java.programmer


csiph-web