1753797 Members
7309 Online
108805 Solutions
New Discussion юеВ

acroread error

 
SOLVED
Go to solution
S.S.
Super Advisor

Re: acroread error

Hi Experts,
I have uninstalled and reinstalled the software freshly but still i am encountering the same issue.

# ./acroread
An unknown error in early initialization has occurred enter
Unable to initialize user interface.

Kindly help me to solve this problem.
Steven Schweda
Honored Contributor

Re: acroread error

> Kindly help me to solve this problem.

Kindly answer old questions.
S.S.
Super Advisor

Re: acroread error

Hi Schweda,

$ uname -a
HP-UX B.11.11 U 9000/800 2705366965 unlimited-user license

You are correct Schwdeda, the xclock, xterm all are working fine.
I use export my IP and execute the ./acroread but receiving the following error.
# ./acroread
An unknown error in early initialization has occurred enter
Unable to initialize user interface.
I also did the uninstall and install the acrobat5 but was not worked still receiving the error when executing.

Please help me. Thank you.
Steven Schweda
Honored Contributor

Re: acroread error

> # ./acroread

And where is "." when you do this?

It's been a long time since I used Acrobat,
but as I recall, "acroread" is the Acrobat
_Reader_, not the real Acrobat program.
What, exactly, are you running (and is that
what you want to be running)?

Do all users have the same problem?

Knowing nothing, if some commercial program
emits some unclear error message, I normally
ask the program's vendor about it.
Michael Sillers
Trusted Contributor

Re: acroread error

I've researched this issue and there seems to be suggestion of a permissions problem but I still suspect it's looking for a GUI interface.

Can you run it as root?

Have you tried running it from the cde desktop?

Are the results the same?

Also - acroread will try to open a GUI interface unless you tell it exactly what you want it to do in the command line. What is the exact command you are trying to run?

If you need to run it in the cde desktop, you need an XWindows server. In Windows, I use Cygwin X and have attached a doc file giving install instructions. Of course, it's specific to our environment so you'll have to change some of the directories and IP addresses to suit your environment.
S.S.
Super Advisor

Re: acroread error

Hi Michael,

Thank you for researching my problem and your suggestion.

Here is the procedure which i did:
1. Before executing the acroread file, i have opened the Reflection X in my PC and exported my IP address on the server.
2. I use to logon to root to execute acroread.
3. cd /opt/Acrobat5/bin
# ./acroread
An unknown error in early initialization has occurred
Unable to initialize user interface.
4. Where as when i followed the same steps on other HPUX systems the acroread file is initialised.
5. Note that, for this problematic server, we have installed the security patches in the month of February but for other servers we didn't do patching.
6. Application team reporting this problem of issue after installing the patches.

>>Can you run it as root?
yes

>>Have you tried running it from the cde desktop?
yes, but still the same error


Thank you.

S.S.
Super Advisor

Re: acroread error

Dear Experts,
When i use the Acrobat7 version, after executing the acroread file it is generating a core file.

# ./acroread
/usr/lib/dld.sl: Can't find path for shared library: libgdk_pixbuf_xlib-2.0.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)

# ll
total 20096
-rwxr-xr-x 1 root sys 22266 Jan 6 2007 acroread
-rw------- 1 root sys 8816252 Jun 14 10:36 core

# gdb
HP gdb 5.4.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00
and target hppa1.1-hp-hpux11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.4.0 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.

(gdb) core core
"/opt/Acrobat7/bin/acroread": can't read symbols: File format not recognized.
(gdb) exit

# what core
core:
HP-UX libisamstub.sl 19991217 (135120) B3907DB/B3909DB B.11.01.11
HP Port of Compaq Convert RTL V0.0.00
HP Fortran of Alpha RT V0.0.00
Intel Fortran RTL V1.1-929 1+ 1-Aug-2003
fs_amod.s $Revision: 1.9.1.1 $
libcl.sl version B.11.XX.21 - Jun 22 2005
$ PATCH_11.11/PHCO_38279 Jul 3 2009 04:56:42 $
SMART_BIND
92453-07 dld dld dld.sl B.11.68 090608

Is this the issue due to the patch "PHCO_38279" installed?

In the month of Feb we have installed security patches and also included this patch.
If this issue is reported due to because of this then kindly recommend me the patch to fix.

Thank you.
Dennis Handly
Acclaimed Contributor

Re: acroread error

>When I use the Acrobat7 version, after executing the acroread file it is generating a core file.
>dld.sl: Can't find path for shared library: libgdk_pixbuf_xlib-2.0.sl

Don't even think of looking at the core file. Your problem is the missing shlib above. Where is it installed?

>Is this the issue due to the patch PHCO_38279 installed?

I don't see how libc would have anything to do with a missing shlib? (That's why you don't use what(1) on a core file. You jump to the wrong conclusions.)
Michael Sillers
Trusted Contributor

Re: acroread error

Just poking around in the dark at this point but since it runs as administrator and doesn't as anyone else, check the .profile of administrator against that of another user who can't run acroread and see if there are any differences in the library paths.

You might also try checking into the security where the supposedly missing library is and the acrobat directories.
S.S.
Super Advisor

Re: acroread error

Dear Experts,

I have rectified the problem of Acrobat7 version ie., libary files path missing.
For that, i have exported the missing library path to the environmental variable and have tried the execution of acroread file of Acrobat7. It is working fine.

However, still the problem with the Acrobat5 has not yet resolved.

# ./acroread
An unknown error in early initialization has occurred
Unable to initialize user interface.

I am unable to trace the cause for this issue.

I have executed this script in the X windows also but still the problem.