Install odi error

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

Hello FX, thank you for your reply.
My OS is CentOS3.8
[oracle@localhost oracle]$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
[oracle@localhost oracle]$ uname -a
Linux localhost.localdomain 2.4.21-47.EL #1 Tue Aug 1 08:56:24 EDT 2006 i686 i686 i386 GNU/Linux
[oracle@localhost oracle]$
Are you root to perform this operation on the Linux box?
No.oracle user.
It's installed successful
last step
http://amd.streamload.com/psaux/Hosted/odi.png
I can use it,but i want to know how to solve this install error.

Similar Messages

  • Re: Getting an error after selecting the install directory while installing odi 12c

    Hi,
    After I select the directory for installing ODI and click next,it gives me error saying :-
    INST-07545: Unexpected Error. sealing violation: can't seal package javax.xml.bind.annotation: already loaded
    I did some research and all I got is its an unexpected error from the below link.
    http://docs.oracle.com/middleware/1212/core/FMERR/chapter_inst_messages.htm
    Any help is much appreciated.
    Edit :
    I am using Windows 7 Professional (Service Pack 1 ) 64 bit operating system and am executing the following jar file odi_121200.jar.
    Thanks and Regards
    Sunil

    Please check level for JAVA:
    Java 2 Standard Edition 1.4.2 (J2SE) -- included with the Mozilla 1.4 Browser
    Using previous versions of the J2SE may result in some compatibility issues using the Mozilla 1.4 Browser. For more information on the Java platform compatibility with previous releases please visit: http://java.sun.com/j2se/1.4.2/compatibility.html

  • Error while Installing ODI 11.1.1.6

    Hi All
    We are using windows 2008 Server 64 bit , Installed Hyperion 11.1.2.2  64 bit , In that i am trying to Install ODI 11.1.1.6 for that i had downloaded Jdk-6u33-Windows-x64
    Once download is done , In command prompt i tried to run set.exe
    These are the paths i had tried for Installation of ODI in command prompt
    1.C:\ODI_11G_64BIT\DISK1\setup.exe - JreLoc C:\Program Files\Java\jdk1.6.0_33
    2.C:\ODI_11G_64BIT\DISK1\setup.exe - JreLoc C:\Oracle\Middleware\jdk160_29
    "Preparing to launch Oracle Universal Installer from C:\Users\*. Please wait ...
    Please specify JDK location ( Ex. /home/jdk ), <location>/bin/java should exist:"
    I had tried 32 bit java also it also  did not work.
    i am getting above message its not runing
    Thanks

    Try launching installer from location disk1\install\win64\setup.exe & provide JRE path as C:\Oracle\Middleware\jdk160_29 (As it does not have spaces, which may be causing the issue)
    Regards,
    Santy

  • Unable to install odi on windows 7 64 bit

    I am trying to install odi after installing the RCU on a compatible db.
    The odi i downloaded from is http://www.oracle.com/technetwork/middleware/data-integrator/downloads/index.html
    the setup starts in command line initially and passes monitor and min CPU requirements and then shows please wait for some time and then finally quits without showing any error etc,
    Please advise

    ok now while using it on launcihing the installer wizard if i use system as username and role as normal it let me go ahead but when i chose odi schema and do next it fails with following error:
    2013-01-16 15:11:36.610 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:system, role:Normal, connectString:(description=(address=(host=slc03lod.us.oracle.com)(protocol=tcp)(port=1522))(connect_data=(service_name=SLC03LOD)(server=dedicated)))
    2013-01-16 15:11:48.233 NOTIFICATION rcu: oracle.sysman.assistants.common.task.ProgressPanel::progressToNextTask: waiting for delegate to be visible
    2013-01-16 15:11:48.244 NOTIFICATION rcu: oracle.sysman.assistants.common.task.ProgressPanel::progressToNextTask: waiting for delegate to be visible
    2013-01-16 15:11:48.266 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Master and Work Repository
    2013-01-16 15:11:48.266 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Prereq taskId = ODI
    2013-01-16 15:11:48.266 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator::executePrereqTask: Starting component prereq check
    2013-01-16 15:11:48.287 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.PrereqTask::execute: Prereq Evaluation Failed
    oracle.sysman.assistants.rcu.backend.validation.PrereqException: RCU-6083:Failed - Check prerequisites requirement for selected component:ODI
    Please refer to RCU log at D:\softwares\office\rcuHome\rcu\log\logdir.2013-01-16_14-17\rcu.log for details.
         at oracle.sysman.assistants.rcu.backend.validation.PrereqEvaluator.executePrereqTask(PrereqEvaluator.java:658)
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:68)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:306)
         at java.lang.Thread.run(Thread.java:662)
    2013-01-16 15:11:48.288 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: RCU Operation Failed
    oracle.sysman.assistants.common.task.TaskExecutionException: RCU-6083:Failed - Check prerequisites requirement for selected component:ODI
    Please refer to RCU log at D:\softwares\office\rcuHome\rcu\log\logdir.2013-01-16_14-17\rcu.log for details.
    User should have sysdba privileges
         at oracle.sysman.assistants.rcu.backend.task.PrereqTask.execute(PrereqTask.java:76)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:306)
         at java.lang.Thread.run(Thread.java:662)
    If i try to connect system with role sysdba then it says invalid username/pwd however i am able to connect the system as sysdba from sqlplus

  • Help: can not install ODI on SuSE Enterprise 10

    I'm trying to install ODI 10.1.3.2.0 on SuSE Enterprise 10
    Linux bottrop 2.6.16.21-0.8-smp #1 SMP Mon Jul 3 18:25:39 UTC 2006 i686 i686 i386 GNU/Linux
    but i get the following error:
    oracle@bottrop:~/tmp/setup/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...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.17655/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    If i activate the LAX_DEBUG environment variable i get
    oracle@bottrop:~/tmp/setup/linux_i386> LAX_DEBUG=TRUE ./setup.bin
    Preparing to install...
    Checking for POSIX df.
    Found POSIX df.
    Checking tail options...
    Using tail -n 1.
    True location of the self extractor: /home/oracle/tmp/setup/linux_i386/setup.bin
    Creating installer data directory: /tmp/install.dir.17799
    Creating installer data directory: /tmp/install.dir.17799/InstallerData
    Gathering free-space information...
    Space needed to complete the self-extraction: 620529 blocks
    Available space: 162608560 blocks
    Available blocks: 162608560 Needed blocks: 620529 (block = 512 bytes)
    Computed number of blocks to extract: 1025
    Extracting the JRE from the installer archive...
    Extracting JRE from ./setup.bin to /tmp/install.dir.17799/Linux/resource/jre_padded ...
    Extracting done, exit code = 0
    Extracting JRE from /tmp/install.dir.17799/Linux/resource/jre_padded to /tmp/install.dir.17799/Linux/resource/vm.tar.Z ...
    Extracting done, exit code = 0
    Unpacking the JRE...
    Unpacking the JRE...
    gzip is /usr/bin/gzip
    GZIP done.
    TAR done.
    Extracting the installation resources from the installer archive...
    Extracting install.zip from ./setup.bin to /tmp/install.dir.17799/InstallerData/installer.padded ...
    Extracting to padded done, exit code = 0
    Extracting from padded to zip done, exit code = 0
    Creating disk1 data directory: /tmp/install.dir.17799/InstallerData/Disk1
    Creating instdata data directory: /tmp/install.dir.17799/InstallerData/Disk1/InstData
    Extracting resources from ./setup.bin to /tmp/install.dir.17799/InstallerData/Disk1/InstData/Resource1.zip ...
    Extracting done, exit code = 0
    Configuring the installer for this system's environment...
    ========= Analyzing UNIX Environment =================================
    Setting UNIX (linux) flavor specifics.
    Importing UNIX environment into LAX properties.
    Checking for POSIX awk.
    ========= Analyzing LAX ==============================================
    LAX found............................ OK.
    LAX properties read.................. OK.
    ========= Finding VM =================================================
    Valid VM types.......................... J2
    Absolute LAX_VM path.................... /tmp/install.dir.17799/Linux/resource/jre/bin/java
    Expanded Valid VM types................. JRE_J2 JDK_J2
    * Using VM.....(lax.nl.current.vm)...... /tmp/install.dir.17799/Linux/resource/jre/bin/java
    checking for NPTL + JVM vulernability...
    NPTL detected! checking for vulnerable JVM....
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    major :
    minor :
    patch :
    vendor:
    Vulnerable JVM detected... implementing workaround
    ========= Virtual Machine Options ====================================
    LAX properties incorporated............. OK.
    classpath............................... "/tmp/install.dir.17799/InstallerData:/tmp/install.dir.17799/InstallerData/installer.zip"
    main class.............................. "com.zerog.ia.installer.Main"
    .lax file path.......................... "/tmp/install.dir.17799/temp.lax"
    user directory.......................... "/tmp/install.dir.17799"
    stdout to............................... "console"
    sterr to................................ "console"
    install directory....................... ""
    JIT..................................... none
    option (verify)......................... off
    option (verbosity)...................... none
    option (garbage collection extent)...... none
    option (garbage collection thread)...... none
    option (native stack max size).......... none
    option (java stack max size)............ none
    option (java heap max size)............. 50331648
    option (java heap initial size)......... 16777216
    option (lax.nl.java.option.additional).. none
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    ========= Display settings ===========================================
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    X display............................... remote
    WARNING: The name of this host () and the setting
    of this shell's DISPLAY (localhost:10.0) variable do not match.
    If this launcher is being displayed to a Microsoft Windows desktop
    through X Windows the Java Virtual Machine might abort. Try running
    this installer locally on the target system or through X Windows to
    another UNIX host if the installer unexpectedly fails.
    UI mode................................. gui
    Launching installer...
    ========= VM Command Line ============================================
    options: -Djava.compiler=NONE -Xmx50331648 -Xms16777216
    CLASSPATH:/tmp/install.dir.17799/InstallerData:/tmp/install.dir.17799/InstallerData/installer.zip:
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    ========= Forking JAVA =============================================
    /tmp/install.dir.17799/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    Did not found any information/help about this issue! Can somebody help?

    i am getting the same thing but with my ipad. i've successfully downloaded the siriusxm internet radio app to my iphone, but i can't to my ipad. just like you, the app is greyed out on my ipad. any suggestions?

  • Issue while installing ODI 11.1.1.6 with JDK 7u

    Hi All,
    I am working on installing ODI on windows 64 bit. I downloaded lastest web logic server files, ODI files and JDK files from oracle site..
    I installed Web Logice server with no errors but when I tried to install ODI by running the setup.exe it was giving me an error:
    "Error: Provide the JDK/JRE Location while launching the installer. Invoke the sertup.exe with -jreLoc <JDK/JRE Location absolute path>Parameter(s)".
    So, I looked in to JDK file and noticed that it is an old file and need to be updated so I installed "jdk-7uf-windows-i586.exe". After installing when I try to setup ODI, I am still getting the same error..
    It is asking me to provide the location but I am not srue where to provide the location.. I know the location for JDK i.e. C:\Program files\Java\jdk1.7.0_04 but I am not sure where to provide this location for ODI..
    Thanks a lot!

    2 things must be noticed:
    First: ODI 11g is not supported by JDK 7, I always use the JDK1.6.0_27 and works fine. When you try to open the ODI Studio, this message appears, telling that ODI is supported only with JDK 6 versions, so don't try to use JDK 7.
    Second: I always install the JDK in a path without spaces, like "C:\JDK1.6.0_27\" and the excatly same thing to odi install files. So I call via Command Prompt:
    C:\ODI_INSTALL\Disk1\setup.exe -jreLoc C:\JDK1.6.0_27\
    I did over 20 windows installations using these settings, it'll work perfectly.
    Regards.
    Luiz Araujo

  • Issue while installing ODI

    Hi All,
    When installing ODI, it is giving error at very beginning of the installation. I am using Oracle Data Integrator 11gR1 (11.1.1.6.0)
    C"\Temp\Disk1>setup.exe -jreLoc C:\Program Files (x86)\Java\jre6
    Starting Oracle Universal Installer...
    Checking if CPU speed is above 300 MHz . Actual 2494 MHz Passed
    Checking swap space: must be greater than 512 MB . Actual 10471 MB Passed
    Checking monitor: must be configured to display at least 256 colors Higher than
    256 . Actual 4294967296 Passed
    Preparing to launch Oracle Universal Installer from C:\Users\abc\AppData\Local\Temp\OraInstall2012-08-28_03-28-59AM. Please wait ...
    The JavaRuntime Environment was not found at C:\Program\bin\javaw.exe
    I did google and found that because of space in absolute path, it is giving an error. Is there any workaround?

    ODI wont take java path having space (Program Files).
    Try to install java in a path having without space like C:\Java\Java\jdk_1.6.33
    After this use below command
    C:\Temp\Disk1>setup.exe -jreLoc C:\Java\Java\jdk_1.6.33

  • Installing ODI 11 on a single server Hyperion 11.1.2.1 environment

    We have a single server Dev EPM (Hyp 11.1.2.1) environment (HP, HPCM, HFM, FDM), which is working over all fine. We now would like to use ODI for data and metadata loads. Our plan is to install ODI 11.1.1.6 on the same server where we have the above full EPM stack installed/Configured already. I did a quick study online before attempting ODI, below are the challenges I am facing.
    1. I believe ODI requires Weblogic, hence tried to extend or create a new weblogic domain with the already exsiting weblogic installation of EPM. However weblogic create/extend domain screen does not have ODI in the list of "supported products"?
    2. Do I need to install a fresh copy of weblogic to be able to install ODI or can I use the existing weblogic installation?
    Kindly share your thoughts and experiences in this regard.

    959658, Thanks for your comments.
    I tried it and it throws the below error/message
    INST-07247: Specified Middleware home location is either not valid or missing
      enter a valid Middleware home location
    I get this error only if I choose to install J2EE Components. I read some docs and understand that J2EE components are primarily used for HA and clustering, apart from this is there anything other major functionality that J2EE components provide? Just want to see what is it that we will miss if we choose to go without J2EE for now given it is a Dev environment.
    When you say you were able to proceed with existing installation of weblogic, did you extend or create a weblogic domain to support ODI? cause it looks like the existing EPM weblogic domain does not support ODI.
    Regards
    JamesO

  • Login to ODI error

    Hi experts,
    I am new to ODI.Today is my first day in ODI.I don't know any thing
    I have an idea about OBIEE(Business Intelligence)
    just i installed ODI when i tried to login
    by using Login Name :Oracle DI local Repository
    User : SUPERVISOR
    Password:SUNOPSIS
    but i am getting
    Connection to repository denied
    java.sql.SQLException: socket creation error
    +     at org.hsqldb.jdbc.jdbcUtil.sqlException(jdbcUtil.java:67)+
    +     at org.hsqldb.jdbc.jdbcConnection.<init>(jdbcConnection.java:2451)+
    +     at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:188)+
    +     at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:166)+
    +     at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)+
    +     at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)+
    +     at com.sunopsis.sql.i.run(i.java)+
    Please suggest me the site/docs if any one have ? what are basic concept in odi why we are using this .Please help me out!!
    Thanks,
    Saichand

    Thanks Gursank, You are my first Guru/Master in ODI i created the Repository
    When i tried to creat my repository from my topology manager its saying Successful connection
    trying to login i am getting
    java.io.FileNotFoundException: .\snps_login_security.xml (Access is denied)
         at java.io.FileOutputStream.open(Native Method)
         at java.io.FileOutputStream.<init>(Unknown Source)
         at java.io.FileOutputStream.<init>(Unknown Source)
         at com.sunopsis.graphical.r.no.I(no.java)
         at com.sunopsis.graphical.r.no.H(no.java)
         at com.sunopsis.graphical.r.no.l(no.java)
         at com.sunopsis.graphical.r.no.a(no.java)
         at com.sunopsis.graphical.r.hx.actionPerformed(hx.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)Thanks,
    Saichand
    Edited by: saichand on Jun 19, 2009 3:49 PM

  • Install ODI on SQL server 2005

    Hi,
    I got a problem to install ODI in SQL 2005 Express.
    I have notebook to install SQL 2005 Express version.
    When I config Master repository, I copy SQL 2000 drivers ("msbase.jar","mssqlserver.jar","msutil.jar")
    during configuration, it found following error.
    "The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 1 ("")"
    Please help to fix the problem. Thanks
    For more information,
    I try to copy SQL 2005 driver "sqljdbc4.jar" and "sqljdbc.jar" on C:\OraHome_1\oracledi\drivers
    However, I got no response when I click OK but Test connection is ok.
    I try to change the driver to "com.microsoft.sqlserver.jdbc.SQLServerDriver" instead of "com.microsoft.jdbc.sqlserver.SQLServerDriver" but still got no response.
    Edited by: user070322 on May 2, 2009 8:33 PM

    Hi All,
    I found that it is required to use SQL 2005 JDBC version 1.2.
    2.0 and 1.1 is not working for repository setup.
    thanks all.

  • Install cache error

    I'm trying to install itunes 10.6 on windows 7 home premium.  it downloads the software and starts to install.  I receive an error:  "an error occurred while attempting to create the directory c:/program data/apple/installer cache" I click retry several times and no luck so I have to click cancel and it rollsback the installation. I have downloaded a new copy of the installer from another computer and receive the same error.  I dropped the UAC on the system to none.  That did not work, it give me the same error.  I have tried renaming the Installer Cache to a temp name and when installing again, I the error says it doesn't have the permissions to create the directory.  I have gone into the control panel and attempted to repair bonjour, itunes, apple mobile device support, apple software update and quicktime and all of them have reported "The system cannot find the file specified."  I have tried running the install package with the right click Run as Administrator and the install cache error still occurs.  I have check the security on the file and it has my user name and full control on the parent and all items below.
    When I plug in my iphone or ipod, it asks about updating to 5.1, I click download only. I then receive an error window "There was a problem downloading the software for the iphone or ipod.  The network connection could not be established"
    I don't know if the two problems are related.  I'm at a stand still have have no other ideas of what to try next.  What suggestions might you have to solve this problem?
    Thanks for the help!
    Joel

    I tried to rename the apple computer folder to _old and I received another error with another really funky folder name that looked like a SID.  I renamed that and reran.
    Crikey. Probably that number (in the folder name) was the SQUID ("squished GUID") for the iTunes installation (or possibly one of the other associated components being installed). In addition to the error 5, that brings us to a total of three of the more exotic things that could possibly happen in this sort of file-access-problem context.
    So, excellent work on your part getting past all that. Many thanks for reporting back with your resolution, too.

  • Itunes install issues error 7 - Windows error 193

    Gents,
    I am using Windows 7, had iTunes for years no issues I couldn't solve myself, this time I need help.
    When the last update of iTunes came on, I tried to update my version but couldn't do the update (I don't remember the error message details, it just said that I had to re-install iTunes).
    So I cleared ITunes and all Apple related softwares from my computer (yes in the recommended order, and yes I rebooted in between) tried to re-installed (numerous times) and I always get the same error messageS:
    "Couldn't install ITunes Error 7 (Windows error 193)" and also "ITunes helper was not installed correctly"
    When running the installer I get the error message "Apple Mobile device failed to start", even if I ignore this message during the install, I am unable to open iTunes once the install is done. (the install goes through and says install finished).
    Note: I also tried to "fix" during the install, it didn't work.
    Context / Trials / Notes:
    - I tried to "repair" the Apple Mobile Device in programs (unsuccessfully)
    - I had 2 Apple Mobile Device services, so after a complete un-install and reboot, I manually (command prompt) remove the last service
    - In all my un-install attempts I went on the C: drive and made sure ALL folders were cleared of apple / iTunes traces. Delete ITunes setup file, empty the recycle bin of course, reboot etc)
    - Windows is up-to-date - No viruses (using Malwarebyte/ AVG & Spybot).
    I am at a loss, spent a lot of hours on the computer and on forums, but couldn't find the fix.
    I would greatly appreciate your help, this is getting on my nerves and I really need to change the music on my iphone ! (lol)
    thank you in advance

    If the above hasn't helped then for general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for performance issues or compatibility with third party software.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    Disabling your AV during installation may sometimes help.
    tt2

  • Cannot install itunes. get error message program RSVCR80 not installed. windows error 126.

    cannot update or install itunes. ger error message RSVCR80 not installed. windows error 126.

    Hey sndlot,
    Follow the steps in this link to resolve the issue:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    When you uninstall, the items you uninstall and the order in which you do so arearticularly important:
    Use the Control Panel to uninstall iTunes and related software components in the following order and then restart your computer:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components may have unintended affects.
    Let us know if following that article and uninstalling those components in that order helped the situation.
    Regards,
    Delgadoh

  • Install certificate error

    I have been trying for at least a month to install the new iTunes. Every time it gets in the middle of the install it errors out saying there is an invalid certificate.

    I found it. For Firefox it is under Tools / Options / Advanced / View Certificates
    That will only give you a list of Names and Devices. Highlight the one you think it might be then click on view to see the expiration dates.
    Right now I am on a different computer. I will try it later on my iTunes computer.

  • Install Script Error?

    It's Christmas day, and I just got an IPOD Video and tried to install the software for it and ran into a whole mess of problems.
    I tried to install ITunes 7 & Quicktime 7, but every time I try I get an error at the end of the installation saying something about a missing Install Script error and that i need to run "ISScript.msi" or contact support.
    I have no idea what to do, and tried to find that file on microsoft.com, but the onlyint that comes up is "Virtual PC 2004" and not how to install it, but work around it.
    any suggestions?

    The Install script engine on this machine is older than the version required to run this setup. If available, please install the lastest version of ISScript.msi or contact your support personnel for further assistance.
    okay, let's try installing a version 11, using the instructions from the following InstallShield document:
    Update to the Latest InstallShield Installation Engines
    is that one of any help with the error message?

Maybe you are looking for