Installation Problem on Linux

Issues related to FamilySearch Indexing
User avatar
smconvey
Member
Posts: 97
Joined: Thu Sep 20, 2012 5:58 pm
Location: Camas, WA, USA

#11

Post by smconvey »

Before installing, at the command prompt, run this command: yum install libXtst.i686
Source: https://www.familysearch.org/learn/foru ... 563&page=2
urbanomad
New Member
Posts: 4
Joined: Fri Nov 02, 2012 4:41 am

#12

Post by urbanomad »

smconvey wrote:Before installing, at the command prompt, run this command: yum install libXtst.i686
Source: https://www.familysearch.org/learn/foru ... 563&page=2
Thank you very much indeed. It worked!!!!
gcwilliams2
New Member
Posts: 2
Joined: Tue Dec 18, 2012 9:47 pm

Re: Installation Problem on MAC Lion OS

#13

Post by gcwilliams2 »

I am trying to install 3_15_1 indexing on a MAC with Lion OS. The installer stalls looking for a message.bundle in a /de.lproj/... The installation is for English and should not be looking for a German (de) folder. In any case it cannot find the message bundle and fails every time. The OS is update date and Java is also up to date.

Any idea how to satisfy the need for this missing directory?

Geoff Williams
MatthewF
New Member
Posts: 6
Joined: Mon May 13, 2013 4:41 pm

Re: Installation Problem on Linux

#14

Post by MatthewF »

I have ubuntu 13.04 64 bit. If I install ia32-libs indexing works for me. Here are the complete instructions:

Download: https://indexing.familysearch.org/downl ... _3_17_7.sh

Code: Select all

sudo apt-get install ia32-libs
cd ~/Downloads
chmod +x Indexing_unix_*.sh
./Indexing_unix_*.sh
urbanomad
New Member
Posts: 4
Joined: Fri Nov 02, 2012 4:41 am

OpenSUSE 12.3 64 Bit with libXtst installed

#15

Post by urbanomad »

smconvey wrote:Before installing, at the command prompt, run this command: yum install libXtst.i686
I currently have the following packages installed

Code: Select all

libXtst-debugsource 1.2.2-16.5
libXtst-devel 1.2.2-16.5
libXtst-devel-32bit 1.2.2-16.5
libXtst6 1.2.2-16.5
libXtst6-32bit 1.2.2-16.5
libXtst6-debuginfo 1.2.2-16.5
libXtst6-debuginfo-32bit 1.2.2-16.5
but still getting an installation error

Code: Select all

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)
when trying to install

Code: Select all

Indexing_unix_3_18_3.sh
java -version

Code: Select all

java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (suse-8.14.5-x86_64)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
FYI: This link is now dead
User avatar
smconvey
Member
Posts: 97
Joined: Thu Sep 20, 2012 5:58 pm
Location: Camas, WA, USA

Re: OpenSUSE 12.3 64 Bit with libXtst installed

#16

Post by smconvey »

urbanomad wrote:FYI: This link is now dead
Unfortunately, the Family Search Indexing Forum was discontinued and replaced by their new Q&A tool (http://genealogysstar.blogspot.com/2012 ... inued.html). You can go to the following link, type "Linux" in the search bar, and get a few hits: https://familysearch.org/ask/productSupport

I submitted a request to FamilySearch Indexing Support (Case 3114176) to make the information from the original URL available. If you want to support this request, please email support@familysearch.org and reference the case number.
KenCox
New Member
Posts: 1
Joined: Sun Jun 08, 2014 9:11 pm

Re: Installation Problem on Linux

#17

Post by KenCox »

I'm also having troubles installing on a Linux system. It's an Ubuntu 14.04 64bit machine. I download the Indexing_unix.sh file and ran it, but I got the following error:

java.lang.NoClassDefFoundError: java.awt.Container

Can anyone help us get this running?

Thanks,
Ken
User avatar
marianomarini
Senior Member
Posts: 619
Joined: Sat Jan 19, 2008 3:13 am
Location: Vicenza. Italy

Re: Installation Problem on Linux

#18

Post by marianomarini »

KenCox wrote:Can anyone help us get this running?
As you can read below, you need to install at least ia32-libs library to have it work!
Onestly I have to install many more libraries, but you can try with this one first.
ru_1c62
New Member
Posts: 1
Joined: Thu Jun 12, 2014 4:43 pm

Re: Installation Problem on Linux

#19

Post by ru_1c62 »

I am new with Ubuntu. Please explain me in easy way how to install Familysearch Indexing program on Ubuntu.
User avatar
marianomarini
Senior Member
Posts: 619
Joined: Sat Jan 19, 2008 3:13 am
Location: Vicenza. Italy

Re: Installation Problem on Linux

#20

Post by marianomarini »

lirikklim wrote:I am new with Ubuntu. Please explain me in easy way how to install Familysearch Indexing program on Ubuntu.
I've just reinstall a fresh Gnome Ubuntu 13.04, so I need to reinstall Indexing.
As soon as I can, I'll post what I do to have it works.
Post Reply

Return to “FamilySearch Indexing”