Hi,
I am using ArchLinux 64-bit with openjdk6 installed.
When trying to install the FamilySearch Indexing program, I get the following output.
Unpacking JRE ...
Preparing JRE ...
Indexing_unix_3_13_1.sh: line 208: bin/unpack200: No such file or directory
Error unpacking jar files. The architecture or bitness (32/64)
of the bundled JVM might not match your machine.
Some idea of what is going would be appreciated. I want to start indexing with my ward, can't seem to install the indexing program.
Thanks
Ryan
Installation Problem on Linux
-
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
The error message say that you are trying to install a 32 bit Java Virtual Machine (JVM) into 64 bit system (Machine AND Operating System).
The message above say that FSI try to install it. So you need to install a 64 bit FSI or FSI without JRE.
I've install it into Ubuntu 64-bit and it works. Because this happen several months ago, I don't remember if there is a FSI installer without JRE (saying you have already installed) or if there's a 64 bit installer.
The message above say that FSI try to install it. So you need to install a 64 bit FSI or FSI without JRE.
I've install it into Ubuntu 64-bit and it works. Because this happen several months ago, I don't remember if there is a FSI installer without JRE (saying you have already installed) or if there's a 64 bit installer.
La vita è una lezione interminabile di umiltà (Anonimo).
Life is a endless lesson of humility (Anonimous).
Life is a endless lesson of humility (Anonimous).
-
- New Member
- Posts: 2
- Joined: Sat Jul 21, 2012 5:15 pm
Hi,
I was able to install family search after doing something (not sure what though). FamilySearch Indexing refuses to start. I've tried OpenJDK 6/7 and Oracle's JRE/JDK 6. FSI simply refuses to start. This happens with FSI 3.13 and 3.14.
Is there an alternative way to start FSI without clicking on the icon on my desktop? I'd really like to start indexing, but I am getting a little frustrated by FSI apparent lack of support for Linux 64bit. I would post an error message if FSI were nice enough to give me one.
I was able to install family search after doing something (not sure what though). FamilySearch Indexing refuses to start. I've tried OpenJDK 6/7 and Oracle's JRE/JDK 6. FSI simply refuses to start. This happens with FSI 3.13 and 3.14.
Is there an alternative way to start FSI without clicking on the icon on my desktop? I'd really like to start indexing, but I am getting a little frustrated by FSI apparent lack of support for Linux 64bit. I would post an error message if FSI were nice enough to give me one.
-
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
-
- New Member
- Posts: 4
- Joined: Fri Nov 02, 2012 4:41 am
Trouble installing version 3.15.1
I am trying to install Family Indexing 3.15.1 on my Linux Mint 13 Cinnamon 64-bit (Kernel 3.6.5), with OracleJDK/JRE 7/8 installed. Any tips/help would be greatly appreciated.
Code: Select all
$ sudo sh ./Indexing_unix_3_15_1.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
java.lang.NoClassDefFoundError: java.awt.Container
at com.install4j.runtime.installer.frontend.headless.AbstractHeadlessScreenExecutor.init(Unknown Source)
at com.install4j.runtime.installer.frontend.headless.ConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.frontend.headless.InstallerConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.Installer.getScreenExecutor(Unknown Source)
at com.install4j.runtime.installer.Installer.runInProcess(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
java.lang.NoClassDefFoundError: java.awt.Component
at javax.swing.ImageIcon.<clinit>(Unknown Source)
at com.install4j.runtime.installer.frontend.GUIHelper.loadIcon(Unknown Source)
at com.install4j.runtime.installer.frontend.GUIHelper.<clinit>(Unknown Source)
at com.install4j.runtime.installer.helper.InstallerUtil.reportException(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
-
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
-
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
Download Indexing_unix_3_15_1.sh
mariano@mariano-Aspire-5551:~$ cd Scaricati
mariano@mariano-Aspire-5551:~/Scaricati$ ls *.sh
Indexing_unix_3_15_1.sh
mariano@mariano-Aspire-5551:~/Scaricati$ sh Indexing*.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: classe ELF errata: ELFCLASS64
(java:3349): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: classe ELF errata: ELFCLASS64
(java:3349): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
Then the installation window appear.
The installation went good. Only "impossible to create the icon on the Desktop (this is ok, I've not a Desktop)!
Then Indexing starts.
No problem at all.
Close the program.
Start it again from Unity menu.
It starts normaly.
No problem for me!
This is what I get with "uname -a" command
Linux mariano-Aspire-5551 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
I've no Java installed.
mariano@mariano-Aspire-5551:~$ cd Scaricati
mariano@mariano-Aspire-5551:~/Scaricati$ ls *.sh
Indexing_unix_3_15_1.sh
mariano@mariano-Aspire-5551:~/Scaricati$ sh Indexing*.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: classe ELF errata: ELFCLASS64
(java:3349): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: classe ELF errata: ELFCLASS64
(java:3349): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
Then the installation window appear.
The installation went good. Only "impossible to create the icon on the Desktop (this is ok, I've not a Desktop)!
Then Indexing starts.
No problem at all.
Close the program.
Start it again from Unity menu.
It starts normaly.
No problem for me!
This is what I get with "uname -a" command
Linux mariano-Aspire-5551 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
I've no Java installed.
La vita è una lezione interminabile di umiltà (Anonimo).
Life is a endless lesson of humility (Anonimous).
Life is a endless lesson of humility (Anonimous).
-
- Senior Member
- Posts: 773
- Joined: Tue Jan 23, 2007 2:03 pm
Indexing does require Java, albeit a couple updates back, and that is so the indexing software development team can iron out any issues before moving to the next one.
I've heard though that Indexing will become browser-based next year, so the software installs will become a thing of the past with that. Other interesting new features and possibilities will follow after that.
I've heard though that Indexing will become browser-based next year, so the software installs will become a thing of the past with that. Other interesting new features and possibilities will follow after that.
-
- New Member
- Posts: 4
- Joined: Fri Nov 02, 2012 4:41 am
That's very good news indeed but it doesn't help us that have current systems that aren't behind.JamesAnderson wrote:Indexing does require Java, albeit a couple updates back, and that is so the indexing software development team can iron out any issues before moving to the next one.
I've heard though that Indexing will become browser-based next year, so the software installs will become a thing of the past with that. Other interesting new features and possibilities will follow after that.
-
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy