Mark Derricutt | 1 Oct 2003 02:39
Gravatar

Re: error

On Tuesday, September 30, 2003 17:07:14 +0200 Cristian Banciu 
<Cristian.Banciu@...> wrote:

> java.util.zip.ZipException: No such file or directoryBootstrap: Class
> loader creation threw exception

No idea but I've noticed this pop up in 2 applications this last week... 
Doing some stuff from my Ant build I get these exceptions, but only one 
-one- machine.  Truely odd.

_______________________________________________
JPackage-discuss mailing list
JPackage-discuss@...
https://zarb.org/mailman/listinfo/jpackage-discuss
Paul Nasrat | 1 Oct 2003 08:35

Re: error

On Tue, Sep 30, 2003 at 05:07:14PM +0200, Cristian Banciu wrote:
> I got this error
> java.util.zip.ZipException: No such file or directoryBootstrap: Class loader creation threw exception

Probably a dangling symlink.

> What do I miss ?

Can you check you installed java-1.4.1-sun-devel (jdk) as well as
java-1.4.1-sun (jre).

Paul
_______________________________________________
JPackage-discuss mailing list
JPackage-discuss@...
https://zarb.org/mailman/listinfo/jpackage-discuss
Cristian Banciu | 1 Oct 2003 08:37

RE: error

> Probably a dangling symlink.
Yes, it was a dangling symlink, thank you.
Henri Gomez | 1 Oct 2003 12:05
Picon

Re: tomcat 4.1.24

I'm setting up my new dev box with full Jpackage 1.5 rpm,
including the JPackage 1.5 IBM 1.3.1.

Questions :

- tomcat-4.1.24 require jsse, but it seems we provide a jsse-ext,
   same thing for jaas.

In the list of build requires we have :

jaas(-ext), jaf, javamail, jdbc-stdext, jsse(-ext), jta.

Which of these are provided by SDK 1.4.x ?

Last question, how did works IBM SDK 1.4.0 and did the
its JPackage rpm is in sync with the others from Sun & Blackdown ?

Regards

_______________________________________________
JPackage-discuss mailing list
JPackage-discuss@...
https://zarb.org/mailman/listinfo/jpackage-discuss
Henri Gomez | 1 Oct 2003 12:59
Picon

ibm sdk 1.4.1 spec

I made a JPP RPM for IBM SDK 1.4.1.

Thanks to check the spec before I commit the rpm ...

Regards
%define	origin		ibm
%define	javaver		1.4.1
%define build		0
%define version		%{javaver}.%{build}
%define cvs_version	141
%define javaws_ver	1.2.0
%define javaws_version	1_2_0
%define release		1jpp
%define name		java-%{javaver}-%{origin}
%define	sdklnk		java-%{javaver}-%{origin}
%define	jrelnk		jre-%{javaver}-%{origin}
%define	sdkdir		%{name}-%{version}
%define	jredir		%{sdkdir}/jre
%define sdkbindir	%{_jvmdir}/%{sdkdir}/bin
%define jrebindir	%{_jvmdir}/%{jredir}/bin
%define jvmjardir	%{_jvmjardir}/%{name}-%{version}
%define fontdir		%{_datadir}/fonts/java
%define pluginname	%{jrebindir}/libjavaplugin_oji.so
%define priority	1402
%define section		non-free
%define archive_name	IBMJava2-SDK-%{cvs_version}.tgz
%define toplevel_dir    IBMJava2-%{cvs_version}
%define _x11bindir 	/usr/X11R6/bin
(Continue reading)

Paul Nasrat | 1 Oct 2003 13:06

Re: ibm sdk 1.4.1 spec

On Wed, Oct 01, 2003 at 12:59:49PM +0200, Henri Gomez wrote:
> I made a JPP RPM for IBM SDK 1.4.1.
> 
> Thanks to check the spec before I commit the rpm ...

Umm do double symlinks work now.  I found the didn't when I packaged
this before.

I contacte IBM, also has the ppc cpuinfo bug been fixed in this?

Paul
_______________________________________________
JPackage-discuss mailing list
JPackage-discuss@...
https://zarb.org/mailman/listinfo/jpackage-discuss
Paul Nasrat | 1 Oct 2003 13:12

Re: ibm sdk 1.4.1 spec

On Wed, Oct 01, 2003 at 12:06:22PM +0100, Paul Nasrat wrote:
> On Wed, Oct 01, 2003 at 12:59:49PM +0200, Henri Gomez wrote:
> > I made a JPP RPM for IBM SDK 1.4.1.
> > 
> > Thanks to check the spec before I commit the rpm ...
> 
> Umm do double symlinks work now.  I found the didn't when I packaged
> this before.

More info:

http://www.mainframeforum.com/t605754.html

Install and try switching to it using update alternatives and run java
-version.

My multi-arch spec is attached feel free to absorb changes.

Cheers

Paul
# Multi-arch support
%ifnarch %ix86
%define target_cpu %{_target_cpu}
%endif

%define	origin		ibm
%define	javaver		1.4.1
(Continue reading)

Henri Gomez | 1 Oct 2003 13:29
Picon

Re: ibm sdk 1.4.1 spec / tc 4.1.27

Paul Nasrat a écrit :

> On Wed, Oct 01, 2003 at 12:06:22PM +0100, Paul Nasrat wrote:
> 
>>On Wed, Oct 01, 2003 at 12:59:49PM +0200, Henri Gomez wrote:
>>
>>>I made a JPP RPM for IBM SDK 1.4.1.
>>>
>>>Thanks to check the spec before I commit the rpm ...
>>
>>Umm do double symlinks work now.  I found the didn't when I packaged
>>this before.
> 
> 
> More info:
> 
> http://www.mainframeforum.com/t605754.html
> 
> Install and try switching to it using update alternatives and run java
> -version.
> 
> My multi-arch spec is attached feel free to absorb changes.

Ok, I'll try with this one.

BTW, when building Tomcat 4.1.27 (ditto with 4.1.24), I've got errors
in build about missing package com.sun.net.ssl.*

May be we should add the jsse-ext also in build process ?
(Continue reading)

Nicolas Mailhot | 1 Oct 2003 15:28
Favicon

Re: tomcat 4.1.24

Le mer 01/10/2003 à 12:05, Henri Gomez a écrit : 
> I'm setting up my new dev box with full Jpackage 1.5 rpm,
> including the JPackage 1.5 IBM 1.3.1.
> 
> Questions :
> 
> - tomcat-4.1.24 require jsse, but it seems we provide a jsse-ext,
>    same thing for jaas.
> 
> In the list of build requires we have :
> 
> jaas(-ext), jaf, javamail, jdbc-stdext, jsse(-ext), jta.
> 
> Which of these are provided by SDK 1.4.x ?

I'd say jaas jdbc jsse.
The jvm specs should be more enlightening I think (or just install a 1.4
jvm and see what rpm still needs afterwards to install tomcat)

--

-- 
Nicolas Mailhot
_______________________________________________
JPackage-discuss mailing list
JPackage-discuss@...
https://zarb.org/mailman/listinfo/jpackage-discuss
Nicolas Mailhot | 1 Oct 2003 15:35
Favicon

Re: ibm sdk 1.4.1 spec / tc 4.1.27

Le mer 01/10/2003 à 13:29, Henri Gomez a écrit :
> Paul Nasrat a écrit :
> 
> > On Wed, Oct 01, 2003 at 12:06:22PM +0100, Paul Nasrat wrote:
> > 
> >>On Wed, Oct 01, 2003 at 12:59:49PM +0200, Henri Gomez wrote:
> >>
> >>>I made a JPP RPM for IBM SDK 1.4.1.
> >>>
> >>>Thanks to check the spec before I commit the rpm ...
> >>
> >>Umm do double symlinks work now.  I found the didn't when I packaged
> >>this before.
> > 
> > 
> > More info:
> > 
> > http://www.mainframeforum.com/t605754.html
> > 
> > Install and try switching to it using update alternatives and run java
> > -version.
> > 
> > My multi-arch spec is attached feel free to absorb changes.
> 
> Ok, I'll try with this one.
> 
> BTW, when building Tomcat 4.1.27 (ditto with 4.1.24), I've got errors
> in build about missing package com.sun.net.ssl.*
> 
> May be we should add the jsse-ext also in build process ?
(Continue reading)


Gmane