For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 3 voices, and was last updated 21 years, 1 month ago by
Scott Anderson.
-
AuthorPosts
-
jprogMemberHi
I have Fedora Core 3 updated, jdk 1.4.2_08, EnterpriseWorkbenchInstaller_4.0M2_E3.1.bin,
when I execute it I catch the follow error:[prog@linux-port eclipse_web_java]$ ./EnterpriseWorkbenchInstaller_4.0M2_E3.1.bin
Preparing to install…
tail: `-1′ option is obsolete; use `-n 1′
Try `tail –help’ for more information.
./EnterpriseWorkbenchInstaller_4.0M2_E3.1.bin: line 327: [: `)’ expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
Extracting the installation resources from the installer archive…
Configuring the installer for this system’s environment…Launching installer…
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.UnsatisfiedLinkError: /usr/local/j2sdk1.4.2_08/jre/lib/i386/libawt.so: /usr/local/j2sdk1.4.2_08/jre/lib/i386/libawt.so: cannot restore segment prot after reloc: Permission denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
at com.zerog.ia.installer.Main.d(DashoA8113)
at com.zerog.ia.installer.Main.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
GUI-if I excute it as root I catch the same error.
Andrea 8)
July 1, 2005 at 8:45 am #232097
Scott AndersonParticipantAndrea,
It looks like there’s an issue with JVM compatibility on your machine with the installer. What I’d suggest is that you download and install the manual installation zip file. It’s simple to set up. The instructions are available in the zip itself and online here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-3424-sid-ee863bd2e190bccf8ebbb2988bd8bdcb.htmlThe only downside is that you’ll need to download another distribution, and for that I apologize in advance.
July 1, 2005 at 9:57 am #232113
Riyad KallaMemberI agree with Scott’s assessment, while the installer works for most setups, the few setups it won’t work for are enough of a PIA to eventually get working that the manual install (1) Unzip, 2) Add as an extension in Eclipse) is about 10x easier. That’s what I use atleast.
July 2, 2005 at 11:31 am #232207
jprogMemberThank you for all, the problem was temporarily because now it run. Perhaps linux, or another java program (like eclipse 3.1), has locked the libawt.so library of the jre.
Andrea
July 2, 2005 at 11:38 am #232208
Scott AndersonParticipantExcellent! Glad to hear you’re up and running.
-
AuthorPosts
