Eclipse 3.0 M5 fails on AIX 4.3.3 - help! [message #171351] |
Tue, 16 December 2003 18:42  |
Eclipse User |
|
|
|
Originally posted by: ashvedov.isxinc.com
Hi,
Eclipse 2.1.2 worked just fine on an AIX 4.3.3 box along with Java 1.3.1.
I needed CDT so I had to upgrade Eclipse to 3.0 M5.
2.1.2 worked fine; 3.0 M5 never starts:
. .
[Running static initializer for org/eclipse/core/launcher/Main]
[Loaded org.eclipse.core.launcher.Main$Identifier]
[Loading superclasses of org/eclipse/core/launcher/Main$Identifier]
[Preparing org/eclipse/core/launcher/Main$Identifier]
<< so far so good, but now:>>
[Signaling in VM: java/lang/NoSuchMethodError, message:
java.io.FileOutputStream: method <init>(Ljava/io/File;Z)V not found]
at org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:15 04)
at org.eclipse.core.launcher.Main.main(Main.java:597)
[Loaded java.lang.NoSuchMethodError from /usr/java131/jre/lib/rt.jar]
[Loading superclasses of java/lang/NoSuchMethodError]
. .
Exception in thread "main" java.lang.NoSuchMethodError:
java.io.FileOutputStream: method <init>(Ljava/io/File;Z)V not
found[Preparing java/io/CharConversionException]
[Loaded sun.io.MalformedInputException from /usr/java131/jre/lib/rt.jar]
. .
[Preparing sun/io/MalformedInputException]
at org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:15 04)
at org.eclipse.core.launcher.Main.main(Main.java:597)
[Loaded java.lang.Shutdown from /usr/java131/jre/lib/rt.jar]
. .
and it's dead.
The only downloadable CDT build for AIX is 2.0 M5 which sits on top of
Eclipse 3.0 M5, so I can't step back to an earlier version.
Help!
|
|
|
|
Re: Eclipse 3.0 M5 fails on AIX 4.3.3 - help! [message #171699 is a reply to message #171359] |
Wed, 17 December 2003 11:57   |
Eclipse User |
|
|
|
Originally posted by: ashvedov.isxinc.com
Darin Swanson wrote:
> As stated on the download page Eclipse now requires at least 1.4 VM
> Darins
Thanks, makes things clearer [I actually reached the same conclusion
myself].
Still, your statement is not correct. Here is a copy/paste from the
download page:
"You can run Eclipse using the VM from IBM Developer Kit for AIX versions
1.3.0, 1.3.1, and 1.4.0. The IBM Developer Kit for AIX can be
downloaded..."
etc., see for yourself at (make it one line in case it's broken)
http://download2.eclipse.org/downloads/drops/S-3.0M5-2003112 11210/download.php?dropFile=eclipse-SDK-3.0M5-aix-motif.zip
Since I need CDT, I'd love to have an earlier CDT/AIX build for earlier
Eclipse 2.1.x which does work under Java 1.3.
The thing is that AIX 4.3.3 has allows Java 1.3 only...
Regards, AlexMS
> "AlexMS" <ashvedov@isxinc.com> wrote in message
> news:bro59l$ptp$1@eclipse.org...
> > Hi,
> >
> > Eclipse 2.1.2 worked just fine on an AIX 4.3.3 box along with Java 1.3.1.
> >
> > I needed CDT so I had to upgrade Eclipse to 3.0 M5.
> > 2.1.2 worked fine; 3.0 M5 never starts:
> >
> > . .
> > [Running static initializer for org/eclipse/core/launcher/Main]
> > [Loaded org.eclipse.core.launcher.Main$Identifier]
> > [Loading superclasses of org/eclipse/core/launcher/Main$Identifier]
> > [Preparing org/eclipse/core/launcher/Main$Identifier]
> > << so far so good, but now:>>
> > [Signaling in VM: java/lang/NoSuchMethodError, message:
> > java.io.FileOutputStream: method <init>(Ljava/io/File;Z)V not found]
> > at org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:15 04)
> > at org.eclipse.core.launcher.Main.main(Main.java:597)
> > [Loaded java.lang.NoSuchMethodError from /usr/java131/jre/lib/rt.jar]
> > [Loading superclasses of java/lang/NoSuchMethodError]
> > . .
> > Exception in thread "main" java.lang.NoSuchMethodError:
> > java.io.FileOutputStream: method <init>(Ljava/io/File;Z)V not
> > found[Preparing java/io/CharConversionException]
> > [Loaded sun.io.MalformedInputException from /usr/java131/jre/lib/rt.jar]
> > . .
> > [Preparing sun/io/MalformedInputException]
> >
> > at org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:15 04)
> > at org.eclipse.core.launcher.Main.main(Main.java:597)
> > [Loaded java.lang.Shutdown from /usr/java131/jre/lib/rt.jar]
> > . .
> >
> > and it's dead.
> >
> > The only downloadable CDT build for AIX is 2.0 M5 which sits on top of
> > Eclipse 3.0 M5, so I can't step back to an earlier version.
> >
> > Help!
> >
> >
|
|
|
Re: Eclipse 3.0 M5 fails on AIX 4.3.3 - help! [message #171715 is a reply to message #171699] |
Wed, 17 December 2003 12:10  |
Eclipse User |
|
|
|
I am not particularly familiar with the AIX specific download but the main
distribution of Eclipse (and therefore the derivatives like the AIX
download) all require at least a 1.4 VM.
This is stated on the top of the SDK section at
http://download2.eclipse.org/downloads/drops/I-I20031216-200 312162000/index.php
It would appear to me that the AIX download instructions have not been
updated for this new reality.
I logged https://bugs.eclipse.org/bugs/show_bug.cgi?id=49049
Thanks
Darins
"AlexMS" <ashvedov@isxinc.com> wrote in message
news:brq1t4$qba$1@eclipse.org...
> Darin Swanson wrote:
>
> > As stated on the download page Eclipse now requires at least 1.4 VM
> > Darins
> Thanks, makes things clearer [I actually reached the same conclusion
> myself].
>
> Still, your statement is not correct. Here is a copy/paste from the
> download page:
>
> "You can run Eclipse using the VM from IBM Developer Kit for AIX versions
> 1.3.0, 1.3.1, and 1.4.0. The IBM Developer Kit for AIX can be
> downloaded..."
>
> etc., see for yourself at (make it one line in case it's broken)
>
>
http://download2.eclipse.org/downloads/drops/S-3.0M5-2003112 11210/download.php?dropFile=eclipse-SDK-3.0M5-aix-motif.zip
>
> Since I need CDT, I'd love to have an earlier CDT/AIX build for earlier
> Eclipse 2.1.x which does work under Java 1.3.
>
> The thing is that AIX 4.3.3 has allows Java 1.3 only...
>
> Regards, AlexMS
>
>
> > "AlexMS" <ashvedov@isxinc.com> wrote in message
> > news:bro59l$ptp$1@eclipse.org...
> > > Hi,
> > >
> > > Eclipse 2.1.2 worked just fine on an AIX 4.3.3 box along with Java
1.3.1.
> > >
> > > I needed CDT so I had to upgrade Eclipse to 3.0 M5.
> > > 2.1.2 worked fine; 3.0 M5 never starts:
> > >
> > > . .
> > > [Running static initializer for org/eclipse/core/launcher/Main]
> > > [Loaded org.eclipse.core.launcher.Main$Identifier]
> > > [Loading superclasses of org/eclipse/core/launcher/Main$Identifier]
> > > [Preparing org/eclipse/core/launcher/Main$Identifier]
> > > << so far so good, but now:>>
> > > [Signaling in VM: java/lang/NoSuchMethodError, message:
> > > java.io.FileOutputStream: method <init>(Ljava/io/File;Z)V not found]
> > > at
org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:15 04)
> > > at org.eclipse.core.launcher.Main.main(Main.java:597)
> > > [Loaded java.lang.NoSuchMethodError from /usr/java131/jre/lib/rt.jar]
> > > [Loading superclasses of java/lang/NoSuchMethodError]
> > > . .
> > > Exception in thread "main" java.lang.NoSuchMethodError:
> > > java.io.FileOutputStream: method <init>(Ljava/io/File;Z)V not
> > > found[Preparing java/io/CharConversionException]
> > > [Loaded sun.io.MalformedInputException from
/usr/java131/jre/lib/rt.jar]
> > > . .
> > > [Preparing sun/io/MalformedInputException]
> > >
> > > at
org.eclipse.core.launcher.Main.isAlreadyRunning(Main.java:15 04)
> > > at org.eclipse.core.launcher.Main.main(Main.java:597)
> > > [Loaded java.lang.Shutdown from /usr/java131/jre/lib/rt.jar]
> > > . .
> > >
> > > and it's dead.
> > >
> > > The only downloadable CDT build for AIX is 2.0 M5 which sits on top of
> > > Eclipse 3.0 M5, so I can't step back to an earlier version.
> > >
> > > Help!
> > >
> > >
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.07218 seconds