Problem with installation Oracle VM Manager 3.0.1 in Oracle Linux 6.1

Dear all specialists.
I have tried many times to install Oracle VM Manager 3.0.1 in Linux 6.1 but still not get success.
I try to install it by folowing VM Documentation 3.0 and http://www.itnewscast.net/oracle-vm-manager-30-installation. When I try to stall it I see many error messages regarding to hardware and software requirement of Orace VM Manager 3.0.1. When those error message stop appear, it can be only installed abit, it seem hang and then error message appears as below.
I will show all my installation steps and problem as below:
I try to install on Dell PowerEdge 1950 (300GB, RAM : 8GB) and Sun X4150 (HDD: 160GB, RAM: 4GB)
[root@ovmger home]# /etc/init.d/iptables stop && chkconfig iptables off
[root@ovmger home]# rpm -qa libaio unzip
unzip-6.0-1.el6.x86_64
libaio-0.3.107-10.el6.x86_64
[root@ovmger ~]# groupadd dba
[root@ovmger ~]# useradd -g dba oracle
[root@ovmger ~]# passwd oracle
Changing password for user oracle.
New password:
BAD PASSWORD: it is based on a dictionary word
Retype new password:
passwd: all authentication tokens updated successfully.
[root@ovmger ~]# vi /etc/security/limits.conf
<domain> <type> <item> <value>
#* soft core 0
#* hard rss 10000
#@student hard nproc 20
#@faculty soft nproc 20
#@faculty hard nproc 50
#ftp hard nproc 0
#@student - maxlogins 4
oracle hard nofile 8192
oracle soft nofile 8192
oracle soft nproc 4096
oracle hard nproc 4096
oracle soft core unlimited
oracle hard core unlimited
# End of file
wq!
[root@ovmger ~]# mkdir -p /u01/app/oracle
[root@ovmger ~]# chown oracle:dba /u01/app/oracle
[root@ovmger ~]# vi /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.98 ovmger
wq!
[root@ovmger ~]# ls
anaconda-ks.cfg Downloads Music Public
Desktop install.log OracleVM-Manager-3.0.1.iso Templates
Documents install.log.syslog Pictures Videos
[root@ovmger ~]# mkdir -p /home/oracle/mount-point
[root@ovmger ~]# clear
[root@ovmger ~]# mount -o loop OracleVM-Manager-3.0.1.iso /home/oracle/mount-point/
[root@ovmger ~]# cd /home/oracle/mount-point/
[root@ovmger mount-point]# ls
components EULA oracle-validated.params runInstaller.sh
createOracle.sh LICENSE ovmm-installer.bsx
[root@ovmger mount-point]# ./runInstaller.sh
Oracle VM Manager Release 3.0.1 Installer
Oracle VM Manager Installer log file:
/tmp/ovmm-installer.selfextract_CAjaQM/install-2011-10-13-165911.log
Please select an installation type:
1: Simple
2: Standard
3: Uninstall
4: Help
Select Number (1-4): 1
Starting simple installation ...
Verifying installation prerequisites ...
One password is used for all users created and used during the installation.
Enter a password for all logins used during the installation:
Enter a password for all logins used during the installation (confirm):
Verifying configuration ...
Start installing the configured components:
1: Continue
2: Abort
Select Number (1-2): 1
Step 1 of 9 : Database ...
Installing Database ...
Retrieving Oracle Database 11g XE ...
Installing Oracle Database 11g XE ...
Configuring Oracle Database 11g XE ...
/home/oracle/mount-point/./ovmm-installer.bsx: line 137: 26564 Killed
python setup.py $DIRPARAM $CONFIGPARAM $UUIDPARAM $INSTALLTYPEPARAM $ASSU MEYESPARAM
I have been waiting for maybe 3 hours and then error appears the message as above
Please kindly give advice to solve this problem as soon as possible.
Thank in advance,
Best regards,
Heng
Edited by: user9032138 on Oct 13, 2011 12:13 AM

Dear Avi Miller,
I have successfully installed both of servers (VM Server 3.0.2 & VM Manager 3.0.2) as below
+ VM Server 3.0.2 on Dell PowerEdge 1950
+ VM Manager 3.0.2 in OEL 6.1 on Sun Fire X4100M2 Server
Refer to Oracle VM Server 3.0 Document, they recommend to do Discover Oracle VM Servers to VM Manager first of all step then do anything else like Creating a Server Pool so I try to do Discover Oracle VM Servers in many times but still not success.
What I try to do Discover Oracle Servers as below:
After I install both already I start to Discover Oracle VM quickly
1. Log into Oracle VM Manager
2. Select the Hardware view.
3. Select Discover from the Actions menu. The Discover Servers dialog box is displayed.
4. Enter information about the Oracle VM Server(s) to be discovered.
5. Specify an IP Address (or rang): IP_of VM Server and Click Add
6. Put password of VM Server Agent
7. Click OK
Wait a minute the Status of VM Manager show fail and when I click Detail it show as below:
Job Construction Phase
begin()
Appended operation 'Discover Manager Server Discover' to object 'OVM Foundry : Discover Manager'.
commit()
Completed Step: COMMIT
Objects and Operations
Object (IN_USE): [Server] 44:45:4c:4c:46:00:10:37:80:57:c4:c0:4f:32:33:4a (vmserver)
Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
Operation: Discover Manager Server Discover
Job Running Phase at 11:51 on Sat, Nov 5, 2011
Job Participants: []
Actioner
Starting operation 'Discover Manager Server Discover' on object 'OVM Foundry : Discover Manager'
Setting Context to model only in job with id=1320468663398
Job Internal Error (Indeterminate)java.lang.NullPointerException
at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
at java.lang.Thread.run(Thread.java:662)
FailedOperationCleanup
Starting failed operation 'Discover Manager Server Discover' cleanup on object 'OVM Foundry : Discover Manager'
Complete rollback operation 'Discover Manager Server Discover' completed with direction=OVM Foundry : Discover Manager
Rollbacker
Objects To Be Rolled Back
Object (IN_USE): [Server] 44:45:4c:4c:46:00:10:37:80:57:c4:c0:4f:32:33:4a (vmserver)
Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
Completed Step: ROLLBACK
Job failed commit (internal) due to java.lang.NullPointerException
at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
at java.lang.Thread.run(Thread.java:662)
Sat Nov 05 11:51:05 ICT 2011
com.oracle.ovm.mgr.api.exception.FailedOperationException: java.lang.NullPointerException
at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
at java.lang.Thread.run(Thread.java:662)
Sat Nov 05 11:51:05 ICT 2011
at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1069)
at sun.reflect.GeneratedMethodAccessor791.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
at java.lang.Thread.run(Thread.java:662)
End of Job
If you have success experience on this, please kindly help to share to me.
Please kindly give some advise for this.
Thank in advance,
Best regards,
Heng
Edited by: user9032138 on Nov 4, 2011 9:56 PM
Edited by: user9032138 on Nov 4, 2011 10:03 PM

Similar Messages

  • Problem with installation of Adobe Air 2.6

    Hi,
    I've got a problem with installation of Adobe Air 2.6 under Mageia 2 Linux. The installation stops with an error. Here's the install.log:
    [Adobe AIR Application Installer:8550][ERR] Application Installer end with exit code 7
    [setup:11894][INFO] Runtime Installer begin with version 2.6.0.19170 on Linux x86
    [setup:11894][INFO] Commandline is:
    [setup:11894][INFO] No installed runtime detected
    [setup:11894][INFO] Relaunching with elevation
    [setup:11894][INFO] Launching subprocess with commandline /tmp/air.HmUPbw/setup -ei
    [setup:11894][ERR] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="/tmp/air.HmUPbw/build/opt/Adobe AIR/Versions/1.0/Resources/rpmbuilder error : symbol not found: parseSpec, /usr/lib/librpmbuild.so: undefined symbol: parseSpec error : + umask 022;+ cd /tmp/air.HmUPbw/build;+ '[' 1 -eq 1 ']';+ '[' 1 -eq 1 ']';+ '[' 1 -eq 1 ']';+ exit 0;+ umask 022;+ cd /tmp/air.HmUPbw/build;+ '[' /tmp/air.HmUPbw/build '!=' / ']';+ rm -rf /tmp/air.HmUPbw/build;++ dirname /tmp/air.HmUPbw/build;+ mkdir -p /tmp/air.HmUPbw;+ mkdir /tmp/air.HmUPbw/build;+ '[' 1 -eq 1 ']';+ true;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/opt/Adobe AIR;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/etc/opt/Adobe/certificates/AIR;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe;błąd: Nie odnaleziono pliku: /tmp/air.
    HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe/AIR;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe/AIR/Updater;błąd: Nie odnaleziono pliku: /tmp/air.HmUPbw/build/etc/opt/Adobe/certificates/AIR/crypt/config.xml;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/opt/Adobe AIR;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/etc/opt/Adobe/certificates/AIR;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe/AIR;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/var/opt/Adobe AIR/Shared/Adobe/AIR/Updater;    Nie odnaleziono pliku: /tmp/air.HmUPbw/build/etc/opt/Adobe/certificates/AIR/crypt/config.xml" errorID=1]
    [setup:11894][ERR] Runtime Installer end with exit code 7
    How can I solve this problem? Thanks in advance for help.

    I'm not certain that Mageia 2 Linux is supported.  This Release Notes page and this Install Help page don't mention Mageia, just
    Fedora Core 12, Ubuntu 9.10, OpenSUSE 11.2.
    Roy

  • Problem with installation on PIV

    I have a problem with installation Oracle 9.0.1 database on my
    RedHat 7.1 and 7.2 dist.
    My machine is PIV 1.4/768MB/40Gb
    On PIII 933/786/40 everethin works fine.
    Where is solution for my problem ??

    Hello,
    PIV isn't problem on Linux. (I am tried)
    What is your problem ?
    regards
    peco

  • Problems with installation / de-installation of WAS AS 6.20

    Problems with installation / de-installation of WAS AS 6.20
    Hello,
    is anyone able to help me ?
    The installation (started from setup on cd-1 kernel) of sapdb ends by 30 % with following massage:
    start massage:
    Warning: adaextractlctool_nt_ada InternallnstallationDo
    SAPCAR returns with error 29.
    Error:  adaextractlctool_nt_ada InternallnstallationDo
    Phase failed.
    Error: Main {}
    Installation aborted.
    end massage.
    massage above percent-banner on the left down-side:
    no R3SETUP connected.
    In the dos-window in background have been a lot of status-lines during extraction of sabdb-files. Also there have been a successful-massage:
    "installation of sap db server finished successfully...." l.
    The massage above was shown direct after the massage: "Extracting SAP DB Tools Software"
    The Loop-back adapter is already installed (was the first ein did) and the files in win-folder 'hosts' and 'service' are correct (IP and so on)
    my system:
    Acer Aspire 5100
    Ram 1 GB
    HD 160 GB (140 GB frei)
    Win XP prof.
    How can I solve the installationproblem ?
    I think, I have to clean my system before starting a new installation-try, because there are already entries in my win-start-button:
    a) SAP DB Manager (but behind only a html-Link / no entry DeInstall)
    b) a second entry  SAP Front End (also behind just a html-link / no deinstall-button)
    Under system/controll panel -> software are no entries. So, I`m not able to deinstall the sapdb by win-controll-panel.
    And what is with registry-entries ? How can I delete the right entries in the registry. I dont know how to find them.
    Another way I tried: on the  SAP-CD 1 (kernel) with the file resume_setup.bat I get the same abort during installation I described at the top.
    Please, I need help, because I need the system as 6.20 for a trainning.
    Much thanks,
    Regards, Lars Stolpe
    MfG Stolpe

    obsolete question ...

  • Problem with installation - Augigy

    I have a problem with installation on 32bit Vista. Im downloaded newest drivers (SB24_VTDRV_LB__04_0077) and when the installation start, i receive message "A higher version of driver is found in your system, installation will abort.".
    Help?

    same problem here, is there a possibility zu force installation?

  • Problem with installation and activation

    Hi, I have a problem with the installation of Adobe Muse.
    I had a free 30-days trial, when it was over I bought the product ($ 13 per month), 
    I installed the program again and I see the same window with the finished Trials
    and it requires a serial number and does not allow to enter the program.
    I installed the program on your PC wife without any problems, but I can not install it on a laptop.
    I have a laptop with Windows 8 operating system.
    What I've done:
    1. Uninstalled the free program,
    2. check the connection to the Internet,
    3. has installed a new program from the official website adobe.com,
    4. Remove the line for the activation of the hosts file and resave the file,
    5. turned off the brandmower,
    6. rebooted.
    I can't get support for a 3 days, is it the most terrible support I've ever seen? I dunno
    Please help me at [email protected]

    I guess this stuff helps me
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    2014-08-07 20:07 GMT+07:00 Дмитрий Броский <[email protected]>:
    thanx
    >
    2014-08-07 18:18 GMT+07:00 Prabhakar.Kumar <[email protected]>:
        problem with installation and activation  created by Prabhakar.Kumar
    >> <https://forums.adobe.com/people/Prabhakar.Kumar> in *Help with using
    >> Adobe Muse CC* - View the full discussion
    >> <https://forums.adobe.com/message/6619532#6619532>
    >>

  • Hey, I had met a problem with installation. Can any one help me?

    Hi everyone, I'm an user of Windows 7(64 bit),
    I had just download "Master Collection CS5.5"
    Everything are fine but Adobe Acrobat Professional can't install on my computer.
    There are the details..:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 1 warning(s)
    WARNING: DW066: OS requirements not met for {AC76BA86-1033-F400-7760-000000000005}
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: Install MSI payload failed with error: 1603 - 安裝時發生嚴重錯誤。
    MSI Error message: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed
    Thanks

    Re: Hey, I had met a problem with installation. Can any one help me?
    This worked for an English version and the concept should work with all Adobe programs - new or old (hopefully in any language). My guess is that you have/had an older version of Acrobat/Reader on your computer hard drive that needs to be *completely* removed first. Uninstall the new (and any old) Acrobat; then try using the "kb2..." guideline link below before reinstalling the new Acrobat. I am including the lengthy instructions in order to help others with more extensive installation problems. Good luck!
    I live on a fixed income and use CS for a hobby. I had problem installing Adobe Creative Suite (CS1) to Windows 7 64-bit Pro on my new computer. Also installed Adobe Photoshop LR3. What I learned: All Adobe products (Flash, Acrobat/Reader, Photoshop, Creative Suites, etc.) leave a VERY pervasive footprint on your hard drive. Logic finally worked for me.... think of building a house; there is an order you have to do things in. First, you have to clean the area before laying the foundation; then you have to build the framework before you put the roof on. You cannot install an older program over ANY newer program; and you will sometimes have a problem installing a newer program containing Flash, Reader, etc. unless you "erase" the older versions of Flash, Reader beforehand. If installing older programs, do a Custom/Manual install; do not install older versions of Flash, Reader, etc.  packaged with your Adobe software.
    SOLUTION (not easy, but it works):
    I first tried this; it did not solve my problem (but, if applicable, may help others).  http://windows.microsoft.com/en-us/windows7/Make-older-programs-run-in-this-version-of-Win dows
    Before doing anything, make document and any database/presets/cache back-ups beforehand (keep notes on their designated location*); manually create a System Restore point. (Be prepared to reinstall Windows if necessary - I didn't have to.)
    Completely and meticulously eradicate (clean) your hard drive of ALL Adobe programs [uninstall, remove remaining folders, and remove only the registry entries that have the Adobe name attached (unless you are an expert and fully understand the other entries)]. Use this as a guideline  http://kb2.adobe.com/cps/400/kb400769.html
    Do a Custom/Manual reinstall of all your Adobe products *in order of release dates* (OLDEST first).... do not include Reader, Flash, etc. If your CD will not automatically run at this point, click "Open folder to view files" (use Computer/Windows Explorer, if necessary). Click "Adobe Creative Suite (or your desired program) ==> Setup.exe" (IMPORTANT: Make sure that Reader, Flash, etc. are unchecked.)
    After each of your desired Adobe programs are installed, test to insure they boot up. Then download the latest Reader, Flash, etc. apps and install them (I did this in order of release date - oldest first). Do test boot(s) again.
    Copy/Paste your document and any database/presets/cache back-ups into the appropriate folders (*this will vary depending on your programs and your filing system).
    It has been four weeks and all my Adobe programs work flawlessly - system is stable, no problems!

  • ITunes will not up date get a messge saying problem with installer packge

    itunes will not up date get a message saying problem with installer packge

    TRy the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • I have problem with Adobe ColdFusion Server Manager.

    I have a problem with Adobe ColdFusion Server Manager when you log on and connect to the server. An advantage of the settings do not load.

    When I see others screen cuts of CF Server Manager here:
    http://www.coldfusionjedi.com/index.cfm/2009/10/21/Quick-example-of-Diff-within-the-ColdFu sion-Server-Manager
    http://forta.com/blog/index.cfm/2009/7/6/Simplified-ColdFusion-Server-Management
    the Errors View button display’s the yellow ! sign. Without a better guide I just thought that is a normal button icon until I noticed Charlie comment earlier in the thread and I thought hold up that is not normal.
    As it is when I press Errors View I get “no error” which might be because there is none or just simply not giving meaningful details as per some other CF Server Manager limitations previously noticed in other threads on forum here.
    I just hope some of that helps the original post to do with the display of the settings on left side. Maybe a better look at the error might help? Does anything get logged in CFadmin UI > Debugging & Logging > Log Files that relates to issue?
    Regards, Carl.

  • Problems with Installer application

    Hi!
    Lately I've been having problems with Installer with several packages. Some pkgs install just fine, but others fail whenever they try to run some preflight or preinstall scripts.
    My mac is new MacBook Pro Core 2 Duo shipped with 10.4.8. I think these problems might have started after some late Security Updates.
    I've been doing maintenance tasks prediotically as well as repaired permissions and disk in single user mode. I've also tried to copy Installer from my Tiger install DVD's but with no luck.
    Either system.log, console.log nor CrashReports don't show anything. Installer's own log just announces that install failed while running presomething-scripts. But when I run these scripts manually from Terminal, they work just fine without any errors.
    I'm hopeless. I wish won't have to see the day coming when I'll have to do that so well known regular windows-like format and reinstall procedure with OS X. Sadly there's several packages I need to have installed, so if reinstall is the only solution please throw some backup and restore tips at me.
    With kind regards,
    Joona

    The first package I noticed this problem with was DivX for Mac installer. The Installer's log pointed that installation failed while running the preflight script. The script is pretty long, but mainly just removes older version of DivX libraries and applications and when I run it from the shell, it works just fine.
    I've also tried downloading it again along with another versions, but all the Installer fail at the same point. I've also tried to find some help to this problem from their forums, but it seems to me that I'm the only one having this problem.
    Another package which I found failing is Missing Sync for Windows Mobile. I just ordered HTC TyTN -phone and tried to get Missing Sync working. Missing Sync itself installs correctly, but there's a application which comes bundled with MS called Mark/Space Notebook. The installer is multipackage installer and during the installation of M/S Notebook it fails while running preinstall script. The preinstall script is really simple, like this:
    #!/bin/bash
    rm -rf "/Applications/Mark:Space Notebook.app"
    I haven't yet tried these packages on other Macs, but I'm positive they will work just fine. I believe that the problem must be either the Installer app, or something in my shell environment that makes it fail. Any ideas what could it be?
    When searching help from this forum first to this problem I ran into post that indicated the same problem and the fix for that was recreating admin/root account. Although I am pretty familiar with *BSD and UNIX systems, I didn't quite get what was meant by that. As far as I know the root account can't be easily recreated?

  • Dreamweaver CS3. problem with installation

    Greetings...
    I have some strange problems with installation of Dreamweaver
    CS3: when I'm running setup -- it shows "initialization" window and
    then shows message that at one time I can install only one adobe
    produc. But there is no unfinished installations...
    Also this setup adds it's button to "Add or remove
    programs"...
    What should I do?
    Best regards...

    >I run the ADBEDRWVCSE_WWE.EXE 292.289 KB
    Where did you get this file?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ABK54" <[email protected]> wrote in message
    news:fojl9t$e10$[email protected]..
    >I run the ADBEDRWVCSE_WWE.EXE 292.289 KB (for trial
    version of Dreamweaver
    >CS3)
    > and after I have try to run the Setup.exe file.
    > After 2 sec open a window - preparetion of Adobe
    Dreamweaver CS3 -
    > ,transer
    > some files and open a window Loading setup... in 2 sec
    close this window
    > and
    > after nothing!!!
    >
    > I need your help please
    > tks
    >
    >
    > sorry for the shuting
    >

  • Provisioning Profile - problems with installation our app build on devices

    We have problems with installation our app build on few devices. There are all in Provisioning Profile, but we don't know why we can't install the build on some devices. Any ideas?

    Apple products needing Apple love/support (athough using Adobe to compile to Apple-code may be an obvious concern since nothing beats native-code)
    The app still however requires code-signing in the correct manner - personally, the more the merrier.

  • Functions: Oracle VM Manager vs. Grid Control Oracle VM Management Update

    Hello guys,
    i have seen both tools .. and i have to say that some really basic functions are missing in the Oracle VM management addon for Grid Control 10.2.0.5 .. just some examples:
    - Renaming virtual machines (because of the prefix syntax is not very useful)
    - Adding ISOs as CD/DVD after removing them one from the profile (until now you need to know the whole path to the DVD, even if the ISO is registered in the repository)
    - Renaming image files (for example the disks of the VMs .. this would be very helpful in case of cloning machines)
    - List the VNC port for the running VMs
    All these features are available under the VM Manager (except the renaming file part) ... do you know when this will be implemented or is the Oracle VM management update already "finished" in its functions.
    Regards

    Hi,
    You can manage your Oracle VM environment using Oracle Enterprise Manager 12c. Using Oracle Enterprise Manager 12c you can discover Oracle VM Servers, discover storage servers and file systems, create and edit server pools, set up networks and create storage repositories.
    for more information, look at this URL.
    I hope this can help you
    Best Regards

  • Problems with installation on Windows XP Pro with SP1

    Hi! I've two problems during installation.
    I try to install Oracle 10g Enterprise
    First:
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned IP addresses; However, before you can do this, you must configure the Microsoft LoopBack Adapter to be the primary network adapter on the system. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    Second:
    Checking service pack requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-15038: Unable to execute rule 'CheckServicePack' from ruleset 'ServicePackChecks'. The underlying test 'oracle.sysman.oip.oipc.oipcz.OipczServicePackChecks.checkServicePack' has thrown an unhandled exception [For input string: "Pac"]. If the exception results in a failure of the test and the exception needs to be propagated, then encapsulate the exception in the result object and return the result.
    Recommendation: Install the recommended Service Pack.
    What I should to do?
    Message was edited by:
    user465581

    Hey Guys,
    I am Srinivas Here who had been trying to install Oracle Database 10G on Windows X86 on Windows XP Professional.
    If you have Win-XP Professional as your Operating System. Do not download the oracle Database using windows - XP Professional because XP will block certain installation files while downloading. In your machine install Windows 2000 or any other Windows version as a dual boot. First the download Database Zip files using your other version of Windows Operating system and then when you Unzip the files it will create a folder called Database and all the files will be present in it.If you want to store the same to cd for having to install the 10G Rel 2 database through CD then copy the contents of the unzipped database folder and store only the contents of the database folder and write them to CD's. Please see to it that while writing on cd's do not copy the folder itself .
    After this, restart the system and get into windows XP Professional (Your XP Professional should be with Service Pack 2 in order to install 10G Database on windows XP - The Basic requirements for Oracle Database 10G on Windows X86).
    I request you to check the software and hardware requirements from oracle Documents before you install the Oracle Database 10G on Windows x86 as well as Oracle Database 10G on Linux X86 or any other operating systems.
    Finally, After you run the Oracle Universal installer in the last you will get messages for all products installed Success and finally it will ask the password for DBA and open the password management and give the password and reenter password and on the left you will have to unlock the items you would like to use.
    In the last it will give you various URL links for Isqlplus, DBA, Enterprise Manager and a log report stored into oracle directory stored in your C:\Program files\Oracle folders. The correct link will be given at the end and you will have to watch the installation carefully.You can find DBCA and other options working. Try login in to Oracle through Command prompt, Sqlplus prompt availabe in Start ->Programs->Orahome10G->application Development-sqlplus as well as login through isqlplus link- Before this you should login at the command prompt as SYSDBA. YOU CAN SEE THAT YOUR DATABASE IS NOW WORKING IN WINDOWS XP PROFESSIONAL.
    THANKS IN ADVANCE TO ALL FORUM MEMBERS WHO GAVE ME IDEA AND SUPPORT
    REGARDS,
    SRINIVAS

  • Problem with installation on Fedora core 5 [OCRUTL]

    Hi
    We have problem with instalation XE on Fedora C5 64bit (RAID 10).
    In css.log we have errors:
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    [  OCRUTL][4143179440]u_set_comp_error: Parameter was NULL
    [  OCRUTL][4143179440]u_set_ocr_error: Parameter was NULL
    2006-08-03 11:49:14.794: [  OCROSD][4143179440]utgdv:2:ocr loc file cannot be opened
    2006-08-03 11:49:14.794: [  OCROSD][4143179440]utopen:1: Couldnt find ocr,[ocrmirror] location in config file
    [  OCRUTL][4143179440]u_set_gbl_comp_error: Parameter was NULL
    2006-08-03 11:49:14.794: [  OCRRAW][4143179440]proprinit: Could not open raw device
    2006-08-03 11:49:14.794: [ default][4143179440]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][4143179440]u_set_ocr_error: Parameter was NULL
    2006-08-03 11:49:14.794: [ CSSCLNT][4143179440]clsssinit: error(33 ) in OCR initialization
    While installation there are no errors. After trying to start oracle-xe (manually or after reboot) nothing happens (only errors in log files).

    you can ignore those errors, everyone gets them
    is there a specific problem you are having

Maybe you are looking for

  • Utility to generate the triple des (3DES) encrypted password in wl 6.1?

    To take advantage of the encrypted passwords in config.xml, as of wl 6.1, is there a weblogic utiltiy or api tha could be used to encrypt plaintext into the triple-des symmetric key PRIOR to having an SA or DBA type it into the console? This would he

  • Purchased movie on ATV and it will not transfer to iTunes computer

    A few days ago I purchased "The Blind Side" on my ATV. Watched it no problems. Recently I did however notice that my itunes was downloading the extras content. When I went to look for the movie in the library the only thing there was the extras. I lo

  • Purchaser assigned to 2 purchasing organisations

    hello, normally a purchaser can be assigned to 1 purchasing org. if you modify table T77AR / tcode oovk, you can assign the user to 2 purch.org. the values that you have to set are: Time constraints: Obj type : 'S' InfoType: 1001 Subtype: A491 Time c

  • Parallels won't recognize mounted USB 1 TB drive (FAT32)

    I guess the title says it all. Running Leopard 10.5.2. Using the latest Parallels 3.0 v5584 with XP SP2 and all system updates. My Western Digital USB 1 TB drive is mounted and working like a charm in Leopard. I start up parallels and it won't load u

  • Lost purchased songs

    Today when I was syncing my iPod and downloading the new software on my iPod touch 2nd generation. I looked at my music on it, I had lost all of the music that I had bought on my iPod. What do I do to get it back. It was a lot and I want those songs