Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

install odi error

563725Feb 24 2007 — edited Feb 28 2007
edit file :/etc/profile,add content:
JAVA_HOME="/usr/local/jdk1.5.0"
JRE_HOME="/usr/local/jdk1.5.0/jre"
PATH=$PATH:$HOME/bin:$JAVA_HOME/bin:$JRE_HOME/bin
CLASSPATH=.:$JAVA_HOME/lib/:$JRE_HOME/lib/
export JAVA_HOME JRE_HOME PATH CLASSPATH

[oracle@localhost linux_i386]$ ./setup.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Error redirecting stderr. Output will be placed into 'err.txt' instead.
IAResourceBundle: create resource bundle: en
seaFilename = setup
Default properties location = /home/oracle/odi/setup/linux_i386/
UI Mode set to Default - SWING.
__________________________________________________________________________

__________________________________________________________________________

InstallAnywhere 7.1 Enterprise
__________________________________________________________________________

Mon Feb 19 16:20:31 CST 2007

Free memory = 14420 kB
Total memory = 16320 kB

No arguments.

java.class.path:
/tmp/install.dir.3711/InstallerData
/tmp/install.dir.3711/InstallerData/installer.zip
.
/usr/local/jdk1.5.0/lib/
/usr/local/jdk1.5.0/jre/lib/

ZGUtil.CLASS_PATH:
/tmp/install.dir.3711/InstallerData
/tmp/install.dir.3711/InstallerData/installer.zip
.
/usr/local/jdk1.5.0/lib/
/usr/local/jdk1.5.0/jre/lib/

sun.boot.class.path:
/tmp/install.dir.3711/Linux/resource/jre/lib/rt.jar
/tmp/install.dir.3711/Linux/resource/jre/lib/i18n.jar
/tmp/install.dir.3711/Linux/resource/jre/lib/sunrsasign.jar
/tmp/install.dir.3711/Linux/resource/jre/lib/jsse.jar
/tmp/install.dir.3711/Linux/resource/jre/lib/jce.jar
/tmp/install.dir.3711/Linux/resource/jre/lib/charsets.jar
/tmp/install.dir.3711/Linux/resource/jre/classes

java.ext.dirs:
/tmp/install.dir.3711/Linux/resource/jre/lib/ext

java.version == 1.4.2_08 (Java 2+)
java.vm.name == Java HotSpot(TM) Client VM
java.vm.vendor == Sun Microsystems Inc.
java.vm.version == 1.4.2_08-b03
java.vm.specification.name == Java Virtual Machine Specification
java.vm.specification.vendor == Sun Microsystems Inc.
java.vm.specification.version == 1.0
java.specification.name == Java Platform API Specification
java.specification.vendor == Sun Microsystems Inc.
java.specification.version == 1.4
java.vendor == Sun Microsystems Inc.
java.vendor.url == http://java.sun.com/
java.class.version == 48.0
java.compiler == null
java.home == /tmp/install.dir.3711/Linux/resource/jre
java.io.tmpdir == /tmp
os.name == Linux
os.arch == i386
os.version == 2.4.21-47.EL
path.separator == :
file.separator == /
file.encoding == UTF-8
user.name == oracle
user.home == /home/oracle
user.dir == /tmp/install.dir.3711
user.language == en
user.region == null
__________________________________________________________________________

System's temporary directory = /tmp
Installer: InstallAnywhere 7.1 Enterprise Build 2763
__________________________________________________________________________

Loading externalized properties
Command.run(): process completed before monitors could start.
MODE: -rwxr-xr-x 1 root root 65076 Oct 13 02:29 /usr/local/jdk1.5.0/bin/java

Command.run(): process completed before monitors could start.
MODE: -rwxr-xr-x 1 root root 65076 Oct 13 02:29 /usr/local/jdk1.5.0/jre/bin/java

AAMgr: running jump action
AAMgr: running jump action
JumpAction: no Jump Label target specified
RepositoryManager: Trying fallback repository location...
XMLScriptWriter: No Installation Objects were skipped
ZGFile.copy: The requested files were not found.
EditEnvironmentVariable: error editing global UNIX Bourne shell config files.Trying user oracle UNIX Bourne shell config files.
EnvironmentFileWriter: Creating /etc/.login.
EditEnvironmentVariable: error editing global UNIX C shell config files.Trying user oracle UNIX C shell config files.
Ignoring attempt to edit csh config files.
EditEnvironmentVariable: error editing global UNIX zsh config files.Trying user oracle UNIX zsh config files.
Ignoring attempt to edit zsh config files.
Retrying Installables deferred in pass 0
Deferral retries done because:
There were no deferrals in the last pass.
RepositoryManager: repository successfully written to stable storage
RepositoryManager: repository successfully written to stable storage
Execute Custom Code
class RefreshEnvironment.install() Unexpected Fatal Error:
java.lang.UnsatisfiedLinkError: no refresh in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at RefreshEnvironmentJNI.<clinit>(RefreshEnvironmentJNI.java:33)
at RefreshEnvironment.install(RefreshEnvironment.java:57)
at com.zerog.ia.installer.actions.CustomAction.installSelf(DashoA8113)
at com.zerog.ia.installer.actions.PlugInAction.installSelf(DashoA8113)
at ZeroGx1.run(DashoA8113)
Did not match to message method
SHUTDOWN REQUESTED

REGISTRY ALREADY STORED!

cleanUp()
calling cleanUpUNIX()
[oracle@localhost linux_i386]$

[oracle@localhost oracledi]$ tail Oracle_Data_Integrator_InstallLog.log
Status: SUCCESSFUL

Set Environment Variable: ODI_JAVA_HOME = /usr/local/jdk1.5.0
Status: SUCCESSFUL


Custom Action: RefreshEnvironment
Status: ERROR
Additional Notes: ERROR - class RefreshEnvironment.install() Unexpected Fatal Error:

[oracle@localhost oracledi]$


need help to solve this problem.
thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2007
Added on Feb 24 2007
6 comments
1,331 views