Install problems with Fedora Core 5

I'm having problems getting XE running on FC5. I've tried various suggestions in this forum and elswhere, but found no complete description of what might be wrong. Hope somone can help.
I've turned SELinux off, which made a big improvment, but things are still not right. The install seems to go correctly, with no error messages, but oracle has not started, nothing is running on port 8080.
A complete transcript of an install and configure is listed below. Everything was done as root.
Things of note:
1. I've seen various descriptions that host name resolution is necessary. I'm running on a laptop using DHCP. Is having a resovled name in /etc/hosts really necessary, and if so how is this best done?
2. Turning SELinux off seems drastic. Is there a solution with it running?
3. Where do you look for logging information that might suggest what is going wrong?
Thanks
Tim
[root@imd610 ~]# rpm -ivh oracle-xe-10.2.0.1-1.0.i386.rpm
Preparing... ########################################### [100%]
1:oracle-xe ########################################### [100%]
Executing Post-install steps...
You must run '/etc/init.d/oracle-xe configure' as the root user to
configure the database.
[root@imd610 ~]# /etc/init.d/oracle-xe configure
Oracle Database 10g Express Edition Configuration
This will configure on-boot properties of Oracle Database 10g Express
Edition. The following questions will determine whether the database should
be starting upon system boot, the ports it will use, and the passwords that
will be used for database accounts. Press <Enter> to accept the defaults.
Ctrl-C will abort.
Specify the HTTP port that will be used for Oracle Application Express [8080]:
Specify a port that will be used for the database listener [1521]:
Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:
Confirm the password:
Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:y
Starting Oracle Net Listener...Done
Configuring Database...Done
Starting Oracle Database 10g Express Edition Instance...Done
Installation Completed Successfully.
To access the Database Home Page go to "http://127.0.0.1:8080/apex"
[root@imd610 ~]# /etc/init.d/oracle-xe stop
Shutting down Oracle Database 10g Express Edition Instance.
Stopping Oracle Net Listener.
[root@imd610 ~]# /etc/init.d/oracle-xe start
Starting Oracle Net Listener.
Starting Oracle Database 10g Express Edition Instance.
[root@imd610 ~]# /etc/init.d/oracle-xe status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 23-APR-2006 17:45:38
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=imd610)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not exist

Thanks. That's improved things, but we're still not home and dry.
Making the change to the /etc/hosts file gets things to start:
[timbo@imd610 ~]$ ps -ef | grep oracle
oracle 2272 1 0 20:17 ? 00:00:00 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr LISTENER -inherit
oracle 2278 1 0 20:17 ? 00:00:00 xe_pmon_XE
oracle 2280 1 0 20:17 ? 00:00:00 xe_psp0_XE
oracle 2282 1 0 20:17 ? 00:00:00 xe_mman_XE
oracle 2284 1 0 20:17 ? 00:00:00 xe_dbw0_XE
oracle 2286 1 0 20:17 ? 00:00:00 xe_lgwr_XE
oracle 2288 1 0 20:17 ? 00:00:00 xe_ckpt_XE
oracle 2290 1 0 20:17 ? 00:00:00 xe_smon_XE
oracle 2292 1 0 20:17 ? 00:00:00 xe_reco_XE
oracle 2294 1 0 20:17 ? 00:00:00 xe_cjq0_XE
oracle 2296 1 0 20:17 ? 00:00:00 xe_mmon_XE
oracle 2298 1 0 20:17 ? 00:00:00 xe_mmnl_XE
oracle 2300 1 0 20:17 ? 00:00:00 xe_d000_XE
oracle 2302 1 0 20:17 ? 00:00:00 xe_s000_XE
oracle 2304 1 0 20:17 ? 00:00:00 xe_s001_XE
oracle 2306 1 0 20:17 ? 00:00:00 xe_s002_XE
oracle 2308 1 0 20:17 ? 00:00:00 xe_s003_XE
timbo 3584 3563 0 21:09 pts/1 00:00:00 grep oracle
[timbo@imd610 ~]$
But then trying to get a conneection with SQLPlus fails:
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Apr 23 21:12:42 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect system/**********@XE
ERROR:
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
SQL>
Any ideas?
Tim

Similar Messages

  • Studio Creator installation problem with Fedora 5

    Hi,
    I tried installing JCreator in Fedora core 5, but I get the problem concerning the graphical installation. I tried installing Jcreator in silent mode using the command line options -is:log log.txt �silent and a sp file which sets the installDir and is.debug to 1 , however the installation does not complete, properly and it does not install the SunAppServer8 directory

    I can't recall what they are, but I know that there are some libs that you need to install to get the Creator installation to complete OK on Fedora 5.
    I think that I ended up using some libs from either Fedora 3 or 4 since there were no Fedora 5 versions available for the two (and again, I can't recall what they were) libs.
    I do know that it is possible though as I have Creator on Fedora 5 right now.

  • Install Raptor On Fedora Core

    Hi to all!
    I'm trying to install reptor on Fedora Core 4. I have installed jdk 5.0 ok and I have unzipped raptor ok too, but when I try to run I have this error:
    [root@biora raptor]# sh raptor
    Oracle Raptor 1.0
    Copyright (c) 2005 Oracle Corporation. All Rights Reserved.
    Working directory is /var/local/raptor/jdev/bin
    Exception in thread "main" java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:333)
    at java.util.logging.LogManager.getLogger(LogManager.java:437)
    at java.util.logging.Logger.getLogger(Logger.java:228)
    at oracle.ide.performance.PerformanceLogger.<init>(PerformanceLogger.java:64)
    at oracle.ide.performance.PerformanceLogger.get(PerformanceLogger.java:94)
    at oracle.ideimpl.Main.main(Main.java:21)
    Somebody knows what's Wrong?
    Thanks.
    Mensaje editado por:
    user481184

    Have you asked this question in the Raptor forum? It's the forum where the Raptor developers and product people usually spend their limited free time.

  • NW04s Linux Trial : problem installing IBM JDK Fedora Core 6

    Hi,
    I'm trying to install the NW04S Linux Preview on a Fedora Core 6 distribution and I'm encountering a problem with the IBM JDK 1.4.2 installation.
    I've downloaded the RPM package from IBM (IBMJava2-AMD64-142-SDK-1.4.2-7.0.x86_64.rpm
    ), installed it as root but when I try to invoke the virtual machine (java) or the compiler (javac), I got the following error :
    libjvm.so preloadLibrary: /libj9vm22.so: cannot open shared object file: No such file or directory
    libjvm.so failed to load: j9vm22
    Has anyone tried to install the Linux Preview on Fedora and encountered the same problem. It might be connected to some sort of the linux dynamic linker/loader (ld.so) or versions of librairies.
    I'm really lost here and I won't be able to start the installation without a working virtual machine.
    Thanks

    I have double checked the link provided to the IBM JDK in the Linux Trial and it seems I had the wrong version. I've downloaded IBMJava2-AMD64-142-SDK-1.4.2-7.0.x86_64.rpm (1.4.2-7) and the special version for SAP is the IBMJava2-AMD64-142-SDK-1.4.2-2.0.x86_64.rpm (1.4.2-2).
    I have installed it : rpm -ivh IBMJava2-AMD64-142-SDK-1.4.2-2.0.x86_64.rpm
    I have installed it and activated it as the default JVM using alternatives command :
    alternatives --install /usr/bin/java java /opt/IBMJava2-amd64-142/bin/java 2
    alternatives --config java
    I now have a different error :
    [root@macpro ~]# java
    JVM not found: libjvm.so  - libjvm.so
    What could have I done wrong ?
    Thanks for you help

  • Javax.sound missing with Fedora Core 3 linux's java compiler?

    I'm running Fedora core 3, and I did a complete install(selected all the packeges). I have the java compiler that FC3 installed. I can compile most things, but I seem to be missing the sound package/folder.
    This leads to an error when I try to import the sound libraries.
    //start code
    //simple non-working example
    import javax.sound.*;
    class sounds
    //end code
    results in the error "The import javax.sound cannot be resolved"
    I am trying to run a code snippet from javaAlmanac, and of course it won't work. Today, a friend of mine had the exact same problem on a windows machine using JDK 1.5.
    I'm going to test this code out on a windows machine also.
    Are there issues with the FC3 java compiler?
    Has anyone else run into and solved this issue?
    I'm considering copying the sound folder from some other Java installation, anyone try this?
    Thanks,

    I'm pretty new at this myself. I've also installed Fedora Core 3 on an AMD 64. When I do the same uname - a I get:
    Linux localhost.localdomain 2.6.9-1.667 #1 Tue Nov 2 14:50:10 EST 2004 x86_64 x8 6_64 x86_64 GNU/Linux
    Maybe you didn't install as 64 bit ?
    I've also successfully installed Jave Runtime Environment. java -version gets me:
    java version "1.4.2_08"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
    I'd suggest installing 32 bit. I can't tell the difference when I run programmes that use 64 or 32 bits - it will be just as good.
    Eurostar

  • Another Install Problem (With Log Files)

    Hey there.
    I've read many of the install problem threads and have tried numerous things to get this working, but to no avail. This is getting VERY frustrating.. :-E
    Machine is a Dell Latitude with 1Gb mem, Running XP Pro SP2.
    My login ID is dgault.
    I've set my temp directories (temp and tmp) both to point to c:\temp
    Hera are my log files:
    ====================================
    XE.bat.log -- START
    ====================================
    Instance created.
    ====================================
    XE.bat.log -- END
    ====================================
    ====================================
    CloneRmanRestore.log -- START
    ====================================
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora";
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\rmanRestoreDatafiles.sql;
    SQL> set echo off;
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> spool C:\oraclexe\app\oracle\product\10.2.0\server\config\log\cloneDBCreation.log
    ====================================
    CloneRmanRestore.log -- END
    ====================================
    ====================================
    CloneDBCreation.log -- START
    ====================================
    SQL> Create controlfile reuse set database "XE"
    2 MAXINSTANCES 8
    3 MAXLOGHISTORY 1
    4 MAXLOGFILES 16
    5 MAXLOGMEMBERS 3
    6 MAXDATAFILES 100
    7 Datafile
    8 'C:\oraclexe\oradata\XE\system.dbf',
    9 'C:\oraclexe\oradata\XE\undo.dbf',
    10 'C:\oraclexe\oradata\XE\sysaux.dbf',
    11 'C:\oraclexe\oradata\XE\users.dbf'
    12 LOGFILE GROUP 1 ('C:\oraclexe\oradata\XE\log1.dbf') SIZE 51200K,
    13 GROUP 2 ('C:\oraclexe\oradata\XE\log2.dbf') SIZE 51200K,
    14 GROUP 3 ('C:\oraclexe\oradata\XE\log3.dbf') SIZE 51200K RESETLOGS;
    SP2-0640: Not connected
    SQL> exec dbms_backup_restore.zerodbid(0);
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SQL> shutdown immediate;
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\initXETemp.ora";
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL> Create controlfile reuse set database "XE"
    2 MAXINSTANCES 8
    3 MAXLOGHISTORY 1
    4 MAXLOGFILES 16
    5 MAXLOGMEMBERS 3
    6 MAXDATAFILES 100
    7 Datafile
    8 'C:\oraclexe\oradata\XE\system.dbf',
    9 'C:\oraclexe\oradata\XE\undo.dbf',
    10 'C:\oraclexe\oradata\XE\sysaux.dbf',
    11 'C:\oraclexe\oradata\XE\users.dbf'
    12 LOGFILE GROUP 1 ('C:\oraclexe\oradata\XE\log1.dbf') SIZE 51200K,
    13 GROUP 2 ('C:\oraclexe\oradata\XE\log2.dbf') SIZE 51200K,
    14 GROUP 3 ('C:\oraclexe\oradata\XE\log3.dbf') SIZE 51200K RESETLOGS;
    SP2-0640: Not connected
    SQL> alter system enable restricted session;
    SP2-0640: Not connected
    SQL> alter database "XE" open resetlogs;
    SP2-0640: Not connected
    SQL> alter database rename global_name to "XE";
    SP2-0640: Not connected
    SQL> ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oraclexe\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
    SP2-0640: Not connected
    SQL> select tablespace_name from dba_tablespaces where tablespace_name='USERS';
    SP2-0640: Not connected
    SQL> select sid, program, serial#, username from v$session;
    SP2-0640: Not connected
    SQL> alter user sys identified by "&&sysPassword";
    SP2-0640: Not connected
    SQL> alter user system identified by "&&systemPassword";
    SP2-0640: Not connected
    SQL> alter system disable restricted session;
    SP2-0640: Not connected
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\postScripts.sql
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> set echo on
    SQL> spool C:\oraclexe\app\oracle\product\10.2.0\server\config\log\postScripts.log
    ====================================
    CloneDBCreation.log -- END
    ====================================
    ====================================
    postScripts.log -- START
    ====================================
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmssml.sql;
    SP2-0310: unable to open file "C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmssml.sql"
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmsclr.plb;
    SQL> DROP PUBLIC DATABASE LINK DBMS_CLRDBLINK;
    SP2-0640: Not connected
    SQL> CREATE PUBLIC DATABASE LINK DBMS_CLRDBLINK USING 'ORACLR_CONNECTION_DATA';
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE LIBRARY ORACLECLR_LIB wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 16
    20 51 8d
    21 LSqVp2u3D6yxyD42bHCkpHL03/8wg04I9Z7AdBjDpSjA9TNSMjO9GP4I9Qm4dCtp6jfnlRLO
    22 EXUFAGLlV0fbBvBjoirfWNdXU3VV0WYkgIWTZhXOjnGHQ2VzowkkIKuoKmprxsHwQ=
    23
    24 /
    SP2-0640: Not connected
    SQL> DROP TYPE DBMS_CLRParamTable;
    SP2-0640: Not connected
    SQL> DROP TYPE DBMS_CLRType;
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE TYPE DBMS_CLRType wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 d
    20 4be 207
    21 3WAupYEFJyUtDT58GzFPeWkUS6wwgwKJr0hqynRAv7leuFljpGFIgxvNNkagWXCAOYNjnLy1
    22 ulbIGu/7Jr4I+E4ghHw/fZT2AjJ43oXGRL90ldDxQSra1CPcaBsAtcpUa02tik8fNqx/KMgr
    23 633l8+Va2DhCmvZXp9G7vbOPt7Pl3MM9zMw2e9Y0okY53GpiRO894C9geS1Y7KzzE/IgLaEu
    24 32gKwpBN6M0RCm7BYQ+ovzICzvY5VVyfs/mJp4oYS98qQpcbag5dyZAf0OP/aKDRu8nMxkFb
    25 i/etbPODbix+jSyOsHVw8+Q+m5vbJnoYgrAEVyEgB3LQctJbF95qK2fWuM+PzvFnTTxAGGzD
    26 bbFaBpyXAP09LtZsxHxeICUOFvBRezKHmWrTb5DRlika6Lg9ukf6Rh9Vb+74Kw+dCaqdPNsm
    27 BbgD7N+pj3pEKfdUH3CrGeQtEflPW7LZ5wEdk1k/oTs5nee7t70+LOfUmSdFznr3wK/OVfn4
    28 KShfwfMR
    29
    30 /
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE TYPE BODY DBMS_CLRType wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 e
    20 41f 191
    21 WGxKHaEucYlWwCTtmi+GiJKjekYwgwK3ctxqfHQHrbs+zza9qFIBBo/k3vRdV42GdJcBu7Vv
    22 ITu0l2CDDI1d+D9K6+h7yxxZwO9Xtk4x8RFMvTqmcLYXjeAqvfUCO0DbqqDG+0SG03B8N8zU
    23 x3CB7ZzBJqbdVlPKP72aumnr8weouKrQT4tmBg3nhDN3+4ve7JkpJVEIEI+T5dJDg3IF2nEb
    24 xv03mcyUhyCvDbOazgEBY+LaQTQ99WwuW3WZw4y5xOakbH7mnBiomlFxUQglR1Hft6tRchhS
    25 tJTSEuprYV4kbm7IcRmC1LRlilvfcjDmMRWJUyC8NDvKu45v5GiDxx268uhVJTkhTBGaNgPz
    26 idKIcZk/6eV4Myw05MkyijGkKIEIpR3Fl0SO
    27
    28 /
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE TYPE DBMS_CLRParamTable AS TABLE OF DBMS_CLRType;
    2 /
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE PACKAGE DBMS_CLR wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 9
    20 3162 65e
    21 igQsRO8he8CDCdDl4nWpC6D62Xcwgz0T2UgFey9AmP9euDHhTNtIIypFDhpSVolmshjyUX7k
    22 SDMhxRY91oYjSjLiIwWaV61R3iM8yqEjBdxa/QqeVR3pZs7ue/BsPqTYpXW8XRTJmbmDO5
    23 y6g6sM26+9djcF+m6Fqq8mC6NyZn6S5/u5YqlKUW6Z0/jFVzc+7lxa51jAi2w83JxUetuepc
    24 Egxc0uEGzxAtwztimeUcybwG552DvNxfbRYPmlZcF9ms5bun8tEOU37kSxAxwg78sGNmXyJg
    25 Jp+fefVhVk3C9oZaBEqX7v/i8BgyRDcEjUz9lIky1qFGl+LwK6UjnlZNwvaMFeGiVd1F/AUF
    26 mHTk3md05YqDaT+DTqV8W1zC30fR3VfRvaLGYXiY3Q7FSir0QtQzyR8EXCMAYA3EXEaUFpex
    27 HwxcYAocVlx+EIrX0XzluGgiDXiY3Q4l/lmPizTlkrkJ9LGUPSicGFqTaYHrCe0hotIXVND2
    28 F7HUVK9cmOiDrcMQA+iDHp686BzH3ZSlKjFqVM6JTMPDsiJPMkNbw/6M6OgXOuH2yHO9AMlb
    29 OziQdfrmRltzw9EUNffiMMtRhoLdqYs1e2XMMqCVgGctzFg7P2tU+kbANpabiyUIvhhaAu7a
    30 xyvmPVJnmysL4u823iZM2GqZiZCpKW3Qv4NbJpkxn9LDl13NZ651CmCRtTHYpzbEOxcukq0t
    31 lwO08hc0bwA3SconEG/mRIBo82vHgSlwIZu7C4AMzIIYYHFCc85MYN2EANfivUZrD486W1F/
    32 gR3t490htjoHcFdVf1DiPqkXdtb79WooM4LoLHkw8U+qpiF2NYvSl6lJgb7BVdDiI3dux9EI
    33 z61yE26Ss4Fd8U7cZM56fUJJ7aWLcdeAiNbVenhTe3KFBHHuOq+tP/9upKGieCQXcjKNfxCw
    34 +1WK69iQf7XbU9OsMBAoNQ7Bo27SJLPVjEvTtkKuNfMrly1CbKAe9AzUNy5bE5S593CX54xc
    35 Vw68Qij7gam+GE04w25o+7JJ3oiAgi8jYYbYD2zZxIWMz4MmrVq3eE390NbSHyo7jwHegxKK
    36 f3h+yaUTftrGMN6jT2lokTEy1KiyE7MSEwHBtNF5y79IE8xyVuVpIMIMc0DE/TJ0uJ7SOfLE
    37 6SqgfhRxYRnsuAM1/GFNB7fwRPx19omV1+MCt2mBmwWKreim3q4NJgWKrexOr0FoZGET9buf
    38 RaRVyXcxl/K3Xu/C19hkaqBibbH9eQf9JAWUOtDPAvh/ThmIIy15+VGDFNmummh9SXftWiSE
    39 D0vX9JgmaYFFgfMECrWS664SELEFQKBDY2tyhUXo5a0E6EMyi2X4B+aqeJszH5WuDGcKF+d/
    40 7NklyocS0C9rvMWyDj1qV73XI6vfmBdSFS55SOx3O5uzoKk4Vw3sFlLVkwyA3w2fuV/6PcOI
    41 mayz9ZGxGT3tryZDopGviZT6Zd+BJdzRDexA9vz6kHEnKqSxtLQws8Nbtzm7e+9X7kd2yDnN
    42 zdju2xPRoVlXR/M41DFx8QRY5B1OfryhhCITa25oua0+Yrt8bQJCmke63jDNWP+92nHIEU+e
    43 eWu1mrm9oOz5JJXuag+ENbhu
    44
    45 /
    SP2-0640: Not connected
    SQL> show errors
    SP2-0640: Not connected
    SP2-0641: "SHOW ERRORS" requires connection to server
    SQL> CREATE OR REPLACE PACKAGE BODY DBMS_CLR wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 b
    20 933d 1c32
    21 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
    120
    121 /
    SP2-0640: Not connected
    SQL> show errors
    SP2-0640: Not connected
    SP2-0641: "SHOW ERRORS" requires connection to server
    SQL> CREATE OR REPLACE PUBLIC SYNONYM DBMS_CLR FOR DBMS_CLR;
    SP2-0640: Not connected
    SQL> DECLARE
    2 ORCL_HOME_DIR VARCHAR2(1024);
    3 BEGIN
    4 DBMS_SYSTEM.GET_ENV('ORACLE_HOME', ORCL_HOME_DIR);
    5 EXECUTE IMMEDIATE 'CREATE OR REPLACE DIRECTORY ORACLECLRDIR AS ''' || ORCL_HOME_DIR || '\bin\clr''';
    6 END;
    7 /
    SP2-0640: Not connected
    SQL> show errors
    SP2-0640: Not connected
    SP2-0641: "SHOW ERRORS" requires connection to server
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\patch\patch_4659228.sql;
    SQL> set echo off
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    ...wwv_flow_help
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0641: "SHOW ERRORS" requires connection to server
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    timing for: Load Start
    Elapsed: 00:00:00.00
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SP2-0640: Not connected
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SP2-0640: Not connected
    ====================================
    postScripts.log -- END
    ====================================
    ====================================
    PostDBCreation.log -- START
    ====================================
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> set echo on
    SQL> //create or replace directory DB_BACKUPS as 'C:\oraclexe\app\oracle\flash_recovery_area';
    SP2-0640: Not connected
    SQL> begin
    2      dbms_xdb.sethttpport('8080');
    3      dbms_xdb.setftpport('0');
    4 end;
    5 /
    SP2-0640: Not connected
    SQL> create spfile='C:\oraclexe\app\oracle\product\10.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora';
    SP2-0640: Not connected
    SQL> shutdown immediate;
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> startup ;
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL> select 'utl_recomp_begin: ' || to_char(sysdate, 'HH:MI:SS') from dual;
    SP2-0640: Not connected
    SQL> execute utl_recomp.recomp_serial();
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SQL> select 'utl_recomp_end: ' || to_char(sysdate, 'HH:MI:SS') from dual;
    SP2-0640: Not connected
    SQL> alter user hr password expire account lock;
    SP2-0640: Not connected
    SQL> alter user ctxsys password expire account lock;
    SP2-0640: Not connected
    SQL> alter user outln password expire account lock;
    SP2-0640: Not connected
    SQL> spool off;
    ====================================
    PostDBCreation.log -- END
    ====================================

    There were no CORE*.LOG files.. So here are the other two..
    ============================
    alert_xe.log START
    ============================
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Nov 09 10:52:59 2005
    ORACLE V10.2.0.1.0 - Beta vsnsta=1
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:596M/1023M, Ph+PgF:2167M/2459M, VA:1936M/2047M
    Wed Nov 09 10:52:59 2005
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    sga_target = 285212672
    control_files = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    compatible = 10.2.0.1.0
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    local_listener = (ADDRESS=(PROTOCOL=TCP)(HOST=DGAULT.hotsos.com)(PORT=1521))
    job_queue_processes = 4
    audit_file_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    pga_aggregate_target = 94371840
    PMON started with pid=2, OS id=2948
    PSP0 started with pid=3, OS id=3468
    MMAN started with pid=4, OS id=3600
    DBW0 started with pid=5, OS id=3148
    LGWR started with pid=6, OS id=4028
    CKPT started with pid=7, OS id=2588
    SMON started with pid=8, OS id=3868
    RECO started with pid=9, OS id=124
    CJQ0 started with pid=10, OS id=1892
    MMON started with pid=11, OS id=1732
    Wed Nov 09 10:53:08 2005
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=2344
    Wed Nov 09 10:53:08 2005
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    ============================
    alert_xe.log END
    ============================
    ============================
    xe_ora_3500.trc START (11:04 AM)
    ============================
    Dump file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3500.trc
    Wed Nov 09 11:04:54 2005
    ORACLE V10.2.0.1.0 - Beta vsnsta=1
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Beta
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:598M/1023M, Ph+PgF:1863M/2459M, VA:1617M/2047M
    Instance name: xe
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 3500, image: ORACLE.EXE (SHAD)
    opiino: Attach failed! error=-1 ifvp=0000000
    ============================
    xe_ora_3500.trc END
    ============================
    Message was edited by:
    Doug Gault

  • Office Home and Student 2010 Install problems with a Key Code Err..

    I had to install a new hard drive, lost everything..So I upgraded to Windows 7 Professional ..
    I own a the 2010 Home and Student CD bought at the Microsoft store...Doesn't come with Outlook...
    So I ordered the Home and Business 2010 disc with Service Pack 1 Included, this has 2010 outlook ...It loaded and worked fine up to the point I had to replace my Drive with New Windows 7 Pro...
    Everything loaded find, but every time I try and use it, its acts like it is caught in some kind of loop...It keep trying install and configure, then ask for my Key Code every time, sort of like a OLMAP132.Dll err...I did manage to make it work once, I even
    got back the test email from Microsoft after setting up Outlook....Then when I rebooted the system, this same loop action started ...
    I have uninstalled this at least 4 times, searched for anything with ties to Microsoft office, and uninstalled it..Then did a New Clean Install...Still getting this key Code question every time I open up a Office program....So, I am saying without a doubt,
    2010 Office Home and Student and Business WILL NOT RUN on Windows 7 professional ......If you have any idea how to fix this..Please respond with facts on how to repair this please....

    Greta,,,After down loading ( Off Cat ) tools...I saved that program...However, there is another major problem with Your Instructions I ran into...It seems I'm not the trusted source to change files such as the Mapi32.dll files..So I was unable to attempt
    your repair ...However I have found instructions for the task, but it seems very complicated for sure.. Here are the instructions, and I  would like for you and maybe a co-worker to check these.. before I make any changes in system..
    How to Change the Trusted Installer name...
    1. Right Click on the File Or directory.
    2.Click On properties, on the Right Click menu.
    3.Click On "" Security "" tab
    4.Click On " Advanced" Button on the bottom.
    5.In the advance Security Dialog Window, Click on "" Owner "" tab
    6.Here you will able to see the Current Owner ( ie: Trusted Installed )
    7. To take owner ship of the object, click on the Edit button, Give permission to UAC , the highlight the user name in the " Change Owner To" box that you want to assign as the owner for the object. Then Click " OK " to finish the process.
    8.Back in the Advanced Security Settings Window , You will see the current owner has changed to the user you just selected.
    9.Click the ""OK "" and exit this window.
    10. Click "'OK"" again, to exit completely from the Properties window..
    11. Repeat Step 1 to 4 to open the object's Properties Window again...
    12.Back in Object's Properties window, click on the edit button , and confirm the UAC elevation request.
    13. Highlight the Administrators in the " group of users names"" box. If the user ID or group that you want to manage the permissions for the object doesn't exist, Click on.."" Add"" button, and type in the user name or
    group name desired into the "" Enter Object names to select ( can use Everyone as user Name)" box and finish off by clicking on the "" OK""
    14. In the permissions for Administrators box below ( or any other user name or group name you choose). click on ""Full Control"" under the ""Allow"" column to assign full access rights control permission to Administrator's
    group....
    http//windows.microsoft.com/en-us/windows-vista/troubleshoot-access-denied-when opening-files-or-folders.

  • ITunes 9.0.2 won't install (Problem with AppleMobileDeviceSupport.pkg)

    I am not able to install 9.0.2 on my Mac Pro. I have tracked it down to the "AppleMobileDeviceSupport.pkg", which returns an error when updating the system extension configuration. Is there anybody out there, who already worked around this problem? Find below an excerpt from my install.log containing one install attempt:
    Oct 29 21:47:47 graal Installer[13532]: @(#)PROGRAM:Install PROJECT:Install-572
    Oct 29 21:47:47 graal Installer[13532]: @(#)PROGRAM:Installer PROJECT:Installer-430.1
    Oct 29 21:47:47 graal Installer[13532]: Hardware: MacPro3,1 @ 2.80 GHz (x 8), 12288 MB RAM
    Oct 29 21:47:47 graal Installer[13532]: Running OS Build: Mac OS X 10.6.1 (10B504)
    Oct 29 21:47:47 graal Installer[13532]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Oct 29 21:47:47 graal Installer[13532]: Env: TMPDIR=/var/folders/zX/zXSflpub2Ra57+8ZPe5U+++TI/-Tmp-/
    Oct 29 21:47:47 graal Installer[13532]: Env: SHELL=/bin/tcsh
    Oct 29 21:47:47 graal Installer[13532]: Env: HOME=/Users/oliver
    Oct 29 21:47:47 graal Installer[13532]: Env: USER=oliver
    Oct 29 21:47:47 graal Installer[13532]: Env: LOGNAME=oliver
    Oct 29 21:47:47 graal Installer[13532]: Env: DISPLAY=/tmp/launch-T19Et7/:0
    Oct 29 21:47:47 graal Installer[13532]: Env: SSHAUTHSOCK=/tmp/launch-NVXq7a/Listeners
    Oct 29 21:47:47 graal Installer[13532]: Env: ApplePubSub_SocketRender=/tmp/launch-0vZ9Ta/Render
    Oct 29 21:47:47 graal Installer[13532]: Env: COMMAND_MODE=unix2003
    Oct 29 21:47:47 graal Installer[13532]: Env: _CF_USER_TEXTENCODING=0x1F5:0:3
    Oct 29 21:47:47 graal Installer[13532]: iTunes Installation Log
    Oct 29 21:47:47 graal Installer[13532]: Opened from: /Volumes/iTunes 9.0.2/iTunes.mpkg
    Oct 29 21:47:58 graal runner[13536]: Administrator authorization granted.
    Oct 29 21:47:58 graal Installer[13532]: =============================================================================== =
    Oct 29 21:47:58 graal Installer[13532]: User picked Standard Install
    Oct 29 21:47:58 graal Installer[13532]: Choices selected for installation:
    Oct 29 21:47:58 graal Installer[13532]: Aktualisieren: "iTunes"
    Oct 29 21:47:58 graal Installer[13532]: Aktualisieren: "Apple Mobile Device Support"
    Oct 29 21:47:58 graal Installer[13532]: AppleMobileDeviceSupport.pkg : com.apple.pkg.AppleMobileDeviceSupport : 2.3.0.2790000.1835
    Oct 29 21:47:58 graal Installer[13532]: Aktualisieren: "iTunes"
    Oct 29 21:47:58 graal Installer[13532]: iTunesX.pkg : com.apple.pkg.iTunesX : 9.0.2.2790000.1835
    Oct 29 21:47:58 graal Installer[13532]: iTunesAccess.pkg : com.apple.pkg.iTunesAccess : 9.0.2.2790000.1835
    Oct 29 21:47:58 graal Installer[13532]: CoreFP.pkg : com.apple.pkg.CoreFP : 1.3.0.2790000.1835
    Oct 29 21:47:58 graal Installer[13532]: =============================================================================== =
    Oct 29 21:47:58 graal Installer[13532]: It took 0.00 seconds to summarize the package selections.
    Oct 29 21:47:58 graal Installer[13532]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Oct 29 21:47:58 graal Installer[13532]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/iTunes%209.0.2/iTunes.mpkg/Contents/Resources/AppleMobi leDeviceSupport.pkg
    Oct 29 21:47:58 graal Installer[13532]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/iTunes%209.0.2/iTunes.mpkg/Contents/Resources/iTunesX.p kg
    Oct 29 21:47:58 graal Installer[13532]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/iTunes%209.0.2/iTunes.mpkg/Contents/Resources/iTunesAcc ess.pkg
    Oct 29 21:47:58 graal Installer[13532]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/iTunes%209.0.2/iTunes.mpkg/Contents/Resources/CoreFP.pk g
    Oct 29 21:47:58 graal Installer[13532]: Will use PK session
    Oct 29 21:47:58 graal Installer[13532]: Starting installation:
    Oct 29 21:47:58 graal Installer[13532]: Configuring volume "Mac Pro"
    Oct 29 21:47:58 graal Installer[13532]: Preparing disk for local booted install.
    Oct 29 21:47:58 graal Installer[13532]: Free space on "Mac Pro": 151,52 GB (151520894976 bytes).
    Oct 29 21:47:58 graal Installer[13532]: Create temporary directory "/var/folders/zX/zXSflpub2Ra57+8ZPe5U+++TI/-Tmp-//Install.13532zXtI0K"
    Oct 29 21:47:58 graal Installer[13532]: IFPKInstallElement (4 packages)
    Oct 29 21:47:58 graal installd[13539]: PackageKit: ----- Begin install -----
    Oct 29 21:47:58 graal installd[13539]: PackageKit: request=PKInstallRequest <4 packages, destination=/>
    Oct 29 21:47:58 graal installd[13539]: PackageKit: packages=(\n "PKJaguarPackage <file://localhost/Volumes/iTunes%209.0.2/iTunes.mpkg/Contents/Resources/AppleMo bileDeviceSupport.pkg>",\n "PKJaguarPackage <file://localhost/Volumes/iTunes%209.0.2/iTunes.mpkg/Contents/Resources/iTunesX .pkg>",\n "PKJaguarPackage <file://localhost/Volumes/iTunes%209.0.2/iTunes.mpkg/Contents/Resources/iTunesA ccess.pkg>",\n "PKJaguarPackage <file://localhost/Volumes/iTunes%209.0.2/iTunes.mpkg/Contents/Resources/CoreFP. pkg>"\n)
    Oct 29 21:47:58 graal installd[13539]: PackageKit: Extracting /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/AppleMobileDeviceSupport.pkg/Contents/Arch ive.pax.gz (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++/-Tmp-/PKInstallSandbox-tmp/Root, uid=0)
    Oct 29 21:47:59 graal installd[13539]: PackageKit: Extracting /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/iTunesX.pkg/Contents/Archive.pax.gz (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++/-Tmp-/PKInstallSandbox-tmp/Root, uid=0)
    Oct 29 21:48:02 graal installd[13539]: PackageKit: Extracting /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/iTunesAccess.pkg/Contents/Archive.pax.gz (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++/-Tmp-/PKInstallSandbox-tmp/Root, uid=0)
    Oct 29 21:48:03 graal installd[13539]: PackageKit: Extracting /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/CoreFP.pkg/Contents/Archive.pax.gz (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++/-Tmp-/PKInstallSandbox-tmp/Root, uid=0)
    Oct 29 21:48:04 graal installd[13539]: PackageKit: Executing script "./preflight" in /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/AppleMobileDeviceSupport.pkg/Contents/Reso urces
    Oct 29 21:48:04 graal installd[13539]: PackageKit: Executing script "./preflight" in /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/iTunesX.pkg/Contents/Resources
    Oct 29 21:48:04 graal installd[13539]: PackageKit: Executing script "./preflight" in /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/iTunesAccess.pkg/Contents/Resources
    Oct 29 21:48:04 graal installd[13539]: PackageKit: Executing script "./preflight" in /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/CoreFP.pkg/Contents/Resources
    Oct 29 21:48:04 graal installd[13539]: PackageKit: Executing script "./preupgrade" in /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/AppleMobileDeviceSupport.pkg/Contents/Reso urces
    Oct 29 21:48:04 graal installd[13539]: ./preupgrade: launchctl: Error unloading: com.apple.usbmuxd
    Oct 29 21:48:04 graal installd[13539]: ./preupgrade: (kernel) Kext com.apple.driver.AppleMobileDevice not found for unload request.
    Oct 29 21:48:04 graal installd[13539]: ./preupgrade: Failed to unload com.apple.driver.AppleMobileDevice - (libkern/kext) not found.
    Oct 29 21:48:04 graal installd[13539]: ./preupgrade: (kernel) Kext com.apple.driver.AppleUSBEthernetHost not found for unload request.
    Oct 29 21:48:04 graal installd[13539]: ./preupgrade: Failed to unload com.apple.driver.AppleUSBEthernetHost - (libkern/kext) not found.
    Oct 29 21:48:04 graal installd[13539]: PackageKit: Executing script "./preupgrade" in /Volumes/iTunes 9.0.2/iTunes.mpkg/Contents/Resources/iTunesX.pkg/Contents/Resources
    Oct 29 21:48:04 graal installd[13539]: PackageKit: updatedyld_sharedcache -overlay /var/folders/zz/zzzivhrRnAmviuee+++++++++/-Tmp-/PKInstallSandbox-tmp/Root
    Oct 29 21:48:04 graal installd[13539]: PackageKit: Shoving /var/folders/zz/zzzivhrRnAmviuee+++++++++/-Tmp-/PKInstallSandbox-tmp/Root (3 items) to /
    Oct 29 21:48:07 graal installd[13539]: PackageKit: kextcache -system-caches
    Oct 29 21:48:24 graal installd[13539]: PackageKit: kextcache -update-volume /
    Oct 29 21:48:29 graal installd[13539]: kextcache: / locked; waiting for lock.
    Oct 29 21:48:44 graal installd[13539]: kextcache: Lock acquired; proceeding.
    Oct 29 21:48:44 graal installd[13539]: kextcache: Error populating config file /Volumes/Boot OSX/com.apple.boot.R/Library/Preferences/SystemConfiguration/com.apple.Boot.pli st.
    Oct 29 21:48:45: --- last message repeated 1 time ---
    Oct 29 21:48:45 graal installd[13539]: kextcache: /: trouble updating one or more helper partitions.
    Oct 29 21:48:45 graal installd[13539]: PackageKit: Install Failed: (null)\nError Domain=PKInstallErrorDomain Code=121 UserInfo=0x100116590 "An error occurred while updating system extension information." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=70 "The operation couldn’t be completed. Stale NFS file handle") {\n NSLocalizedDescription = "An error occurred while updating system extension information.";\n NSUnderlyingError = "Error Domain=NSPOSIXErrorDomain Code=70 \"The operation couldn\U2019t be completed. Stale NFS file handle\"";\n arguments = (\n "-update-volume",\n "/"\n );\n}
    Oct 29 21:48:45 graal Installer[13532]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=121 UserInfo=0x1070174c0 "An error occurred while updating system extension information." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=70 "Der Vorgang konnte nicht abgeschlossen werden. Abgelaufene NFS-Dateiverknüpfung")
    Oct 29 21:48:45 graal Installer[13532]: Install failed: Die Installation ist aufgrund eines Fehlers fehlgeschlagen. Wenden Sie sich an den Hersteller der Software.
    Oct 29 21:48:45 graal Installer[13532]: IFDInstallController 1900E820 state = 7
    Oct 29 21:48:45 graal Installer[13532]: Displaying 'Install Failed' UI.
    Oct 29 21:48:45 graal Installer[13532]: 'Install Failed' UI displayed message:'Die Installation ist aufgrund eines Fehlers fehlgeschlagen. Wenden Sie sich an den Hersteller der Software.'.

    No need to apologise.
    Okay ... it sounds like they've taken you all the way through the following document:
    [Trouble installing iTunes or QuickTime for Windows|http://support.apple.com/kb/HT1926]
    ... so we'll try something different.
    "There is a problem with this Windows Installer Package. A program required for this install to complete could not be run. Contact your support personnel or package vendor."
    In recent times, I've seen a couple of cases of that message caused on Vista boxes, when the user account that the person was doing the install from inside lacked correct permissions on their C:\Program Files\ folder. They got similar symptoms to you ... some things installed, some things didn't. (It seems to differ from PC to PC precisely what ends up happening.)
    So, go "Start > Computer". In "Computer", open your C drive (or whichever drive your Program files are stored on). Right-click "Program Files", and select "Properties". Click the "Security" tab.
    Select the name of your User account in the list. Does that account have full control over the folder? If not, grant yourself full control.
    After the Tab has done its thing, okay out, and try another iTunes install. Does it go through properly this time?

  • Installing problem with 6230i

    Hi,
    I have a big problem with Pc Suite application installer.Whenever I try to install a .jar file that's bigger than about 150-200 kb,I get an error message which states that i don't have enough memory.But i have about 3 MB free phone memory and 26 MB on the MMC. Please,help solve my problem!

    I tried to install the version you suggested but got exactly the same error message. I've also tried to install the software from my phone (C5-00), but it's just Nokia PC Internet Access, or something like that and it doesn't even recognize my phone. Then sometimes that program said that it wanted to update some components but the installer never moved from 0%. So now I don't have any software installed related to Nokia (maybe some registry entries or something).
    Here is the exactly same error message that I get and I've tried everything that's suggested there: /t5/Nokia-Ovi-Suite/I-get-an-error-while-installin​g-Ovi-suite/td-p/831427

  • EP 7.0 Install Problem with JDK path

    I’m having a problem with installing EP 7.0 on Solaris. We had Solaris 8 and then performed a fresh install of Solaris 10. Solaris 10 had Java 1.5. When performing the EP install at the step to supply the JDK directory message stating 1.5.0 was not supported. I had to install JDK from 1.4. family. I stopped the install and UNIX group installed 1.4.2_13.  I now receive message that directory /usr/bin is not a valid JDK directory:the java executable is missing. The UNIX team told me this is the valid directory path. I am not sure what the exact problem is. I stopped the install and provided the environment variable JAVA_HOME=/usr/bin and the same problem. Has anyone come across this problem maybe my version is not correct. Any ideas on what could be wrong are greatly appreciated.
    Thanks
    Martin

    Hi Martin,
    why are you pointing JAVA_HOME variable to /usr/bin.
    JAVA_HOME must always point to the directory where JAVA installation resides.So for you it might be /j2sdk1.4.2_13 if the JAVA installation directory is j2sdk1.4.2_13.
    If this does not solve ur problem.
    Please let me know the exact step where u r facing with the problem.
    Hope it helps
    Cheers,
    Santhosh

  • 5.0 Install Problem with Quicktime

    I have a problem with my iTunes/iPod. I tried to install the 5.0 version of iTunes, and things seemed to go fine. However, whenever I try to open the program, it says that I need the most recent version of QuickTime. When I open QuickTime, it says it doesn't have any more updates. I'm at a bit of a loss. Normally, I would just uninstall and start from scratch, but a very unfortunate turn of events occurred when my iPod experienced terminal meltdown at the same time. The iPod is now fixed, but all the songs were deleted from it, meaning that my source of all my music and playlists is my computer. Is there ANYTHING I can do so that I won't lose my music and playlists?! How do I go about fixing my iTunes?

    Arg! I just spent several hours trying to change the registry keys without any success so far. I think I've changed about 9 or 10 at this point. (I basically am just following the steps in PFB's post that b noir referenced...finding the key that needs to be changed, adding administrator and system, giving them full access, and then trying to reinstall.)
    The key HKEYLOCALMACHINE/Software/Classes/QuickTime.qtl/DefaultIcon
    is the one that seems to be giving me the most trouble. I've changed it three times now, and it still won't let me install QuickTime because of it. (It's weird though, because sometimes that key doesn't pop up as the problem again until after I changed 2 or 3 other keys. Then it would make me go back and switch that one.)
    Do you see what I might be doing wrong? (I've never messed with the registry before...) Anything else I can try, please!?!

  • Photoshop CC 2015 Keeps Failing to Install: Problem With a Patch

    Hi all,
    I tried to install Photoshop. I got pretty far but then the installing stopped and bright orange letters popped up saying Installation Failed or something similar to that. I clicked on the Learn More link next to the message.
    It said  there was a problem with one of the patches, so it failed to install. It told me to re-try in a few minutes.
    A few minutes later, I re-tried it and now it says Update Failed  - Learn More. I kept re-trying and it ends up doing the same thing over and over.
    It told me to contact customer support.
    ..so here I am.
    How do I fix this?
    Thanks

    Benh89930539 I would recommend reviewing the installation log files for update which is failing to apply.  You can find details on how to locate and interpret the installation log files at Troubleshoot install issues with log files | CC. You are welcome to post any specific errors located to this discussion.

  • Post-Install Problem with External Firewire drive

    I just installed Tiger 10.4.3 and the computer would not reboot. It would stop prior to the Starting Mac OS X progress bar and gray out letting me know that the computer needs to restart.
    I finally got it to boot successfully by unplugging or turning orr my external Maxtor Firewire drive. The external drive was plugged during the install process (mistake?)
    Via Software upgrade, I upgraded to 10.4.6 in the hopes that this would solve the issue. No luck and when turning the drive on, it immediately goes right to the gray screen and lets me know it will need to reboot.
    Is this a known problem with a known solution? Did I FUBAR my drive somehow? Any suggestions for righting to ship?
    Thanks!
    Rob P

    OK, last one before dinner. I found the panic log. here is what it says:
    Description: Panic (system crashes) log
    Size: 12.39 KB
    Last Modified: 5/25/06 6:39 PM
    Location: /Library/Logs/panic.log
    Recent Contents: ...
    panic(cpu 0): 0x400 - Inst access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x000857F4 0x00085C24 0x000287B4 0x0008F6A8 0x000927B8
    Proceeding back via exception chain:
    Exception state (sv=0x24051780)
    PC=0x00000020; MSR=0x40009030; DAR=0x11F23B98; DSISR=0x40000000; LR=0x16FE0DEC; R1=0x1227BB90; XCP=0x00000010 (0x400 - Inst access)
    Backtrace:
    0x16FE0C58 0x16FE08DC 0x16FE043C 0x0021FFAC 0x0021FDA8 0x002206F8 0x00220D54 0x002111D0
    0x00211194
    Kernel loadable modules in backtrace (with dependencies):
    com.maxtor.iokit.IOFireWireMxBt(2.0d1)@0x16fdf000
    dependency: com.apple.iokit.IOFireWireFamily(1.4.0)@0x233d3000
    Exception state (sv=0x22F58A00)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 6.8:
    Wed Sep 10 15:20:55 PDT 2003; root:xnu/xnu-344.49.obj~2/RELEASE_PPC
    Does this help anyone???
    Rob P

  • Install Problems with 8.1.7 and 9.2.01

    I tried to install 8.1.7 and 9.2.0.1 on a notebook with Win2000 Pro SP4 German (512 MB RAM, 1500 MB swap-file) and I failed in both cases.
    I downloaded both install kits from OTN, unpacked to disk etc. (9.2.0.1 consists of 3 Zips, I unpacked to 3 folders called Disk1, Disk2, Disk3).
    I have J2RE 1.4.2-06 (the latest available from Sun) installed on this notebook.
    - 8.1.7:
    Installer starts but crashes when I clicked on "Install" !!!
    Very disappointing ...
    What to do now ???
    - 9.2.0.1:
    Clicking on setup.exe in Disk1 folder: nothing happens !!!
    Very disappointing ...
    Ok, opening folder autorun and clicking an autorun.exe: whow, oracle installer is starting!
    I did a standard installation with "Personal Edition" and "Universal Database".
    Everything seems to work well...
    After about 1h and heavy disk access it looks like the installation process is hanging! Nothing happens anymore!
    Last message is "Erstellen von Clone-DB (Creating Clone-DB)" with progress bar hanging at 93%.
    I did this 3 times in the meantime, deinstalling evrything, cleaning the registry (because Oracle Installer seems not to be able to realy clean the registry! Very disappointing ...), but the problem is still remaining: every time installation is hanging at exactly this point (93%).
    Overall very disappointing compared to a MS SQL-Server installation on the same notebook, which needs no more than 15 minutes and works on the first run!!!
    What the hell is going on with that stupid oracle installer on windows ??? Is oracle not able to produce a working install kit for windows ???
    Any help would be highly appriciated !!!
    Hans

    Hans,
    It is a known problem on Windows 98, Windows and Windows 2000 if you are using Intel Pentium 4 processor with Sun JRE and Symantec JIT. I had the same problem with Windows 98. Oracle has a patch. Please see Note:131299.1 on metalink for details.

  • Apex instalation problem with ACL

    Hi
    I had apex 4.0 and oracle 11g. My apex worked properly - I think about mailing.
    Next I have made upgrade -> apex 4.2.1 and I have a problem with it. Apex doesn't send mail.
    I run PL/SQl block (from documentation http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#autoId3
    topic 3.3.8 and 3.3.8.1):
    DECLARE
    ACL_PATH VARCHAR2(4000);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_040200
    -- the "connect" privilege if APEX_040200 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_040200',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'APEX_040200', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'APEX_040200', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    It ended with errors:
    Error report:
    ORA-29903: błąd podczas wykonywania podprogramu ODCIIndexFetch()
    ORA-22881: wiszący REF
    ORA-06512: przy linia 7
    29903. 00000 - "error in executing ODCIIndexFetch() routine"
    *Cause:    The execution of ODCIIndexFetch routine caused an error.
    *Action:   Examine the error messages produced by the indextype code and
    take appropriate action.
    committed.
    What should I do?
    Ziut

    I repaired all the permissions on the user account directories and this fixed my issues with share folder permissions for some reason.
    Here is a script that will do it all in one go. Change /Volumes/XXXX/Users/ to where you users directory is. chmod the script to 755 and run with sudo and it will fix the user directory permissions for all accounts.
    #!/bin/sh
    # This shell script needs to be run as super-user
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown -R $u:staff $i
       /bin/chmod -R 700 $i
    esac
    done
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown $u:staff $i
       /bin/chmod 755 $i
    esac
    done
    /usr/sbin/chown -R 'root':wheel '/Users/Shared'
    /bin/chmod -R 777 '/Users/Shared'
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown -R $u:staff $i/Public
       /bin/chmod -R 755 $i/Public
    esac
    done
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown -R $u:staff $i/Public/Drop\ Box
       /bin/chmod -R 733 $i/Public/Drop\ Box
    esac
    done
    for i in /Volumes/XXXX/Users/*
    do
    u=`echo $i | cut -d/ -f5`
    case $u in
      Shared)
      Temporary)
       /usr/sbin/chown -R $u:staff $i/Sites
       /bin/chmod -R 755 $i/Sites
    esac
    done
    exit 0

Maybe you are looking for

  • TS3899 iPhone/iPad: Can't Delete Messages in Hotmail Account

    Hotmail Account Only:  When deleting an e-mail message in my Hotmail account from both my iPad and iPhone the messages delete on both devices but do not delete in my Hotmail account.  Retrieving messages works fine as does deleting directly from my H

  • Variable duration for Tween

    Hi, In a part of a Flash document, I need to use tween alpha, but I want to change the duration of the tween with some buttons. Does anybody have any suggestion or example? I think that it is possible if I use variable for the duration and create a n

  • Preflight error message . . .

    Hi - never needed to use this forum before, but I've found the Indesign lot incredibly helpful on various occasions in the past. I'm running CS4 on XP pro, the whole suite is installed in its own separate partition on a non system drive, and I also h

  • Graphs, how to have a fixed background matrix

    I am in the process of developing some code to remotely control some spectrum analyzers. Each system will consist of 4 spectrum analyzers. The customers wants the LabVIEW software to look and function just like the software that runs on their display

  • ORA-03106: fatal two-task communication protocol e

    Hi Experts I am upgrading my system to Ehp3. When i am doing the upgrade i am getting a error SQL error 3106 accessing T100S: ORA-03106: fatal two-task communication protocol error---- Log File:                MEL-SRV-SAP3\sapmnt\trans\log\SAPI-603DT