Error 1009: Very simple Animation... it can not know!

Here is my error:

TypeError: Error #1009: cannot access a property or method of a null object reference.

at GuitarAnimation_2_fla::MainTimeline/frame176()

at flash.display::MovieClip/gotoAndStop()

at GuitarAnimation_2_fla::MainTimeline/Chome()

My animation film is to teach the user what each channel name and the sound is and how to play 3 different simple chords on a guitar. Each section of the rope has a under section Learn placement of finger and also to hear/see the agreement currently playing.

I have action 3 layers and one for the main Navigation buttons, one for the buttons on the page of guitar strings, and one for the navigation on each sub buttons learn the rope page. I pasted the code I get an error on. I ran the debugger and it said problems with line 7, in which I marked in red below. This code, here's the whole error I get when I run the debugger.

under navigation

import flash.events.MouseEvent;

Stop();

c_placebtn.addEventListener (MouseEvent.CLICK, c_place);

hear_cbtn.addEventListener (MouseEvent.CLICK, c_hear);

d_placebtn.addEventListener (MouseEvent.CLICK, d_place);

hear_dbtn.addEventListener (MouseEvent.CLICK, d_hear);

g_placebtn.addEventListener (MouseEvent.CLICK, g_place);

hear_gbtn.addEventListener (MouseEvent.CLICK, g_hear);

function c_place(event:MouseEvent):void {}

gotoAndStop ("cfingers")

c_placebtn.Alpha = 0;

hear_cbtn. Alpha = 100;

}

function c_hear(event:MouseEvent):void {}

gotoAndStop ("c_hear_chord")

c_placebtn. Alpha = 100;

hear_cbtn.Alpha = 0;

}

function d_place(event:MouseEvent):void {}

gotoAndStop ("dfingers")

d_placebtn.Alpha = 0;

hear_dbtn. Alpha = 100;

}

function d_hear(event:MouseEvent):void {}

gotoAndStop ("d_hear_chord")

d_placebtn. Alpha = 100;

hear_dbtn.Alpha = 0;

}

function g_place(event:MouseEvent):void {}

gotoAndStop ("gfingers")

g_placebtn.Alpha = 0;

hear_gbtn. Alpha = 100;

}

function g_hear(event:MouseEvent):void {}

gotoAndStop ("g_hear_chord")

g_placebtn. Alpha = 100;

hear_gbtn.Alpha = 0;

}

Complete debugger error

Try to launch and connect to player using the URL C:\Users\owner\Documents\AIOP-Schoolwork\Interactive Authoring\Class Project\Guitar Animation_2.swf

[SWF] C:\Users\owner\Documents\AIOP-Schoolwork\Interactive Authoring\Class Project\Guitar Animation_2.swf - 153383 bytes after decompression

TypeError: Error #1009: cannot access a property or method of a null object reference.

at GuitarAnimation_2_fla::MainTimeline/frame176() [GuitarAnimation_2_fla. MainTimeline::frame1 76:7]

at flash.display::MovieClip/gotoAndStop()

at GuitarAnimation_2_fla::MainTimeline/Chome() [GuitarAnimation_2_fla. MainTimeline::frame1:17]

If there is no such thing as "d_placebtn" on the framework, on you, or on the frame marked 'dfingers', you may encounter the error you see.  'D_placebtn' can not be embedded in another clip.

Tags: Adobe Animate

Similar Questions

  • Hi, I have a question. After installing this program in my (brand Asus k 4 table) the icon of my program its very small and I can not see all of the icons...

    Hi, I have a question. After installing this program in my (brand Asus k 4 table) the icon of my program its very small and I can not see all of the icons...

    What exact version of After Effects you are trying to use? 13.7.1 is?

  • I have Adobe Acrobat XI and can not know how to draw a line.  I need to redline some documents but can not.  Does version XI even not this feature?

    I have Adobe Acrobat XI and can not know how to draw a line.  I need to redline some documents but can not.  Does version XI even not this feature?

    Yes, Acrobat Pro XI and standard have this ability.
    There is the comment > Annotations > online tool.
    There is the comment > Annotations > tool bar.

    In the Properties dialog box for one, you can select a desired color (i.e. red).
    So, in properties, you can check a choice to make this the default value of the tool.

    Basically, all versions of Acrobat (including the new "DC") offer this feature.

    If you work with a scanned image that has been placed in the PDF don't forget to use the OCR to get an output of a 'real' text - Acrobat provides a feature of OCR.

    Be well...

  • Error 1009: Very very basic

    Hey there. I recently started learning ActionScript 3.0 about 3 days ago. I'm doing a very simple task in which my animation moves on the axis x 10 in each image that I put my code. Only problem is, somehow my code is bad for my first image and I get an error 1009 for a null object. I learn from tutorials and it didn't make sense to me how I could get this problem when I copy the same code as the person in the tutorial a little. If anyone has any advice on why I can be affected by this problem, please help! I was just really getting into this, and I would continue to do so for a long time.

    If someone could help that would be much appreciated!

    Thank you!

    P.s. Here's the code I used the first image...

    rockFly();

    function rockFly (): void {}

    rockguy.x += 10;

    }

    If this code is causing the 1009, there is no object with reference rockguy that exist when this code runs.

  • The mutation of error in PL/SQL... can not find a solution

    So I have this table:

    create table weight)
    ident done int refers to users.
    date of dateW,
    float weight,
    primary key (ident, dateW)
    );

    I have a function called BMI who given a userid (ident) calculates the BMI (body mass index) based on the height of the user (it's on the users table) and the weight of the user is put on the table of characters. The feature works very well. Now I want to relax that when the user inserts a new weight, the trigger checks BMI of this user and see if it to reasonable values. I have this:

    create or replace
    relaxation BMITG
    After the insertion on the WEIGHT
    for each line
    declare
    int ident;
    Start
    ident: =: new.ident;
    If BMI (ident) NOT BETWEEN 17 AND 25
    then DBMS_OUTPUT. Put_line ('bad BMI');
    end if;
    end;

    The trigger compiles fine, but when I try to insert weights I get:

    Error from the 1 in the command line:
    insert into a values (1, to_date('2013-01-30','yyyy-mm-dd'), 73) weight
    Error report:
    SQL error: ORA-04091: table MyDB.WEIGHTS is changing, function of triggering/can not see
    ORA-06512: at "MyDB.BMI", line 6
    ORA-06512: at "MyDB.BMITG", line 5
    ORA-04088: error during execution of trigger 'MyDB.BMITG '.
    04091 00000 - "table %s.%s is changing, function of triggering/can not see.
    * Cause: A trigger (or plsql user-defined function that is referenced in)
    This statement) attempted to watch (or modify) a table that has been
    in the Middle being modified by the statement that shot.
    * Action: Rewrite the trigger (or function) so it does not read this table.

    I'm not so sure about the DBMS_OUTPUT. PUT_LINE. Which function to use to alert a user that the BMI is not good? I'll need to convey this message to a Web site through apache/php

    Kind regards
    Daniel

    A level trigger line on WEIGHT cannot query the table of CHARACTERS (or call a function that queries the table of CHARACTERS). In doing so, as you've found, will trigger an error table mutation.

    I'm not sure I understand why you should query the table of CHARACTERS, however. If you insert a row into the table of CHARACTERS, which is the line with the weight that you want to use for the calculation, which is probably be the line with the last DATEW or not (if you insert never back-dated lines DATEW, then the line you insert is the line you want to use for the calculation and the line with the last value DATEW).

    As a general rule, I would say that the BMI function should accept a height and weight. In your trigger, you question the USERS table to get the height. Then you would spend the height and the: new.weight the new feature of the IMC.

    Justin

  • I upgraded from vista ultimate to windows 7 64 - error message 0 x 80070490 windows can not find partition for temporary files

    I upgraded from vista ultimate to windows 7 64 - error message 0 x 80070490 windows can't find partition for temporary files - I have a lot of space and created a partition of 1 GB

    Hello

    Thanks for the reply.

    I suggest you to follow a few troubleshooting steps more and check if this helps you fix the problem on your computer.

    Method:

    Reset permissions
    ============

    1 if please download the subinacl.msi from the following link and save the patch to installation on the desktop:

    http://www.Microsoft.com/downloads/details.aspx?FamilyId=e8ba3e56-d8fe-4A91-93Cf-ed6985e3927b&displaylang=en#AffinityDownloads

    2. go to your desktop and double-click on the downloaded file.
    3. Please select the C:\Windows\System32 folder as the Destination folder during installation. Later, we will use this tool to reset the permissions on the current computer settings.

    4. click on the button 'Start' in the 'Search' bar type: "Notepad" (without the quotes) and press ENTER.
    5. copy the following commands, and then paste them into the opened Notepad window:

    off @echo

    Subinacl /subkeyreg HKEY_LOCAL_MACHINE/Grant = administrators = f
    Subinacl /subkeyreg HKEY_CURRENT_USER/Grant = administrators = f
    Subinacl /subkeyreg HKEY_CLASSES_ROOT/Grant = administrators = f
    Subinacl % lecteur_systeme % /subdirectories / Grant = administrators = f

    Subinacl /subkeyreg HKEY_LOCAL_MACHINE/Grant = system = f
    Subinacl /subkeyreg HKEY_CURRENT_USER/Grant = system = f
    Subinacl /subkeyreg HKEY_CLASSES_ROOT/Grant = system = f
    Subinacl % lecteur_systeme % /subdirectories / Grant = system = f

    @Echo =========================
    Completed @Echo.
    @Echo =========================
    @pause

    6. After you paste the above commands, please close the Notepad window. Choose "Save" when you are prompted to save the file. Type "reset.bat" as the file name and choose "Desktop" in the Panel on the left as the save location.

    7. refer to the desktop and right click the reset.bat file, then choose "Run as Administrator".
    8. you will see a window of type BACK treatment.

    NOTE: It may take several minutes, please be patient. When it is finished, you will be prompted with the message: "finished, press any key to continue."

    If the same thing happens, move to the next step.

    Run the upgrade by using the built-in Administrator

    ================================

    1. click the button start-> all programs-> Accessories.

    2. right click on command prompt and select "run as Administrator".

    3. click on continue when user account control window appears.

    4 copy the following command and press ENTER:

    NET user administrator / Active: Yes

    5 restart the computer and then log on the computer of this administrator account.

    6. run the upgrade to windows 7.

    Hope this information helps you.

  • Driver error issues "PCI Simple Communications controller has not a driver"

    I am trying to connect my printer, an hp deskjet 2050 printer, but I get the message that PCI Simple Communications controller does not have a driver and PCI Serial Port doesn't have a driver... what should I do?

    William

    Go to HP and download the driver, then install it.

    Most often when a device does not work, it is because the driver is damaged. Re-install a new copy should help

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly? SignedIn = 1

  • After the death of the hard drive on a computer Mac am not abel to reactivate acrobat pro - get msg error S/N # is good, but can not find the product

    the hard drive on my Mac is dead and when I tried to reinstall acrobat pro, I get the msg that the s/n is good, but can not find the product, I have reloaded acrobat pro 3 times and always get the same msg?  Can anyone help?

    This means generally that you install one version upgrade and it does not find the earlier version. You will need to provide the number of the prior product that qualifies for the upgrade.

  • I can not know install printer computer, keep is blocked

    I have a gateway dual core laptop running Windows Vista Home Premium 64-bit.  I recently bought a Lexmark Pro 715 printer.  Put the installation disc in the computer and it got stuck during installation.  I called Lexmark support and they accompanied me on the rest of the facility, including putting it on my wireless network.  Two days later a kind of update printer who did the printer stops and restart to activate the update hit the printer on the network and I couldn't print anything.  I've tried several things from the manual and the site of Lexmark, but nothing worked.  I called Lxmrk support again and told them what was going on.  They had run me a report of the printer and make a copy of it on the scanner... also worked well... they then told me that the printer works very well and they do not address the problems of network connection.  I told them he was working fine b4 that the 'software update' whacked out and I was basically blown it wasn't their problem.  I then rerouted managed by connected usb printer Cable.  Who has worked for ten days and was hit with "another update".  Had problems then with the printer goes into offline and stuck mode in the print jobs what he locks up completely about five days later.  Try again everything in the manual and the Lxmrk Web site.  Called Lexmark support again and they said they could probably fix it, but I buy "premium them Support Package for one year for only $120.  Return to employment and the lexmark site, I went... frustrated I fell on the microsoft site to find info and we have tried many things to fix the drivers etc.  I uninstalled the printer from the computer and reset the printer more than once try different options and nothing works.  The network on the printer does not now connect and I can't the computer to see the printer when I try to install using a wired installation.  I think that some files may be missing or damaged and I can't understand what they have done to my usb connection does not recognize the printer.  I have change the wires... no difference.  I can connect other devices (external keyboard and a wireless mouse), in the same usb port, and they work fine.  Help, please.  I can't get this figured out.  Already, I have a big rock brilliant fancy for a doostop and do not want this printer to end up here.  Thanks in advance to anyone who can help you.

    Hello

    Before troubleshooting, provide us with information.

    1. what security software is installed?

    2. have you updated to Service Pack 2 installed?

    3 is the computer, or a printer attached to a domain network?

    4. the updates are you referring?

    Let us try these methods.

    Method 1.

    Connect the device and run the troubleshooter to check if that helps.

    Tips for solving problems of USB devices: http://windows.microsoft.com/en-in/windows-vista/tips-for-solving-problems-with-usb-devices

    Method 2.

    You can check this article to see the updates have been installed recently.

    See the Windows updates are installed: http://windows.microsoft.com/en-in/windows-vista/see-which-windows-updates-are-installed

    Method 3.

    We can refer to this article and check if that helps.

    Solve printer problems: http://windows.microsoft.com/en-in/windows-vista/troubleshoot-printer-problems

    Additional information.

    http://support.Lexmark.com/index?ProductCode=LEXMARK_PRO715&page=product&searchID=1366284549578&locale=en&UserLocale=en_US#7

    Method 4.

    You can change the settings of windows updates and check if that helps.

    Change how Windows installs or notifies you of updates: http://windows.microsoft.com/en-in/windows-vista/change-how-windows-installs-or-notifies-you-about-updates

    Method 5.

    For more information, you can consult the library of tech Lexmark printer.

    http://support.Lexmark.com/index?page=techlibraryKB&linkSelected=Node4%5Esubnode1&channel=techlibrarykbchannels&UserLocale=en_US&locale=en

    Let us know if you need assistance with any windows problem. We will be happy to help you.

  • Update error 80244022 No. KB982670. I can not install this update. I have windows 7 86 x

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with updates of programs
    • Error 80244022
    • Recent changes made to your computer reinstalled OS 2 days ago
    • What have you tried to solve the problem, I tried the troubleshooter

    Windows error80244022http://windows.microsoft.com/en-US/windows7/Windows-Update-error-80244022 update

    Microsoft .NET Framework 4 Client profile for Windows 7 x 64-based systems982670 KB is an update option, not the security that can be hidden, if you wish:

    HOW to hide an update or restore a hidden update [good for Vista, too]

    http://www.SevenForums.com/tutorials/24376-Windows-Update-hide-restore-hidden-updates.html


  • the Windows installation (repair) does not work on a normal mode due to the error on blue screen and I can not access a SafeMode more due to the installation of windows

    Hi everyone, my dell inspiron 6400 does not work in normal mode due to a blue screen error 0x0000007E, 0xB8D4278E, 0XBA4CF038 and 0XBA4CED34. It also shows an error igxpmp32.sys. Unfortunately, I complicated issues when I tried to fix it by using a windows installation disc. Now, windows setup wont run on normal mode the blue screen still exists and I can't use safe mode again as custom configuration windows running on safe mode. Help, please

    Hello

    -Don't you make changes to your computer because of which the question began?

    I would recommend that you disconnect all external devices and third-party drivers such as mentioned in this article and check if the problem persists.

    How to troubleshoot a Stop error 0x0000007E in Windows XP

  • Error: AVG file is damaged and can not start when tried to start the AVG program

    Original title: Virus of internet surfing

    Surf the Internet today and had a pop up window that says that my PC has a virus and must by a specific virus program to remove. Then, I can't go on the internet or open my AVG program because I get a pop - uo, which says that the AVG file is damaged and cannot be started. Any ideas how to remove it? Tried system restore, but does not open.

    Hi gary125,

    1. don't you get an error message when you connect using Internet Explorer?

    If you get "Internet Explorer cannot display the webpage" then run Microsoft struggling to diagnose the problem. Download the hotfix to a USB drive on another computer and run it on the computer of the problem.
    See you receive an error message in Internet Explorer: "Internet Explorer cannot display the webpage"

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I'm trying to install a HP printer driver, but get a massage of error that remind me that I can not install the__driver without administrator privileges.

    I am registered as an administrator and is the only user of this laptop. I did not have a password. I installed a few programs without having this problem.

    This is the error message:
     This software cannot be installed using the command "run under...". ». The installation cannot continue until this is resolved.

    Action required: click Cancel to exit this software installation. Sign out and then sign in as a user with administrator privileges. (Contact your system administrator for more information.) If there is no system administrator, ask the primary user of this computer installation software. Restart the installation by removing and re - insert the installation CD.
    I tried to open a session as a different user, but it doesn't help either.
    Can anyone help please. Thank you. I'm not a computer expert.

    Try right click on the printer driver > run as admin.

    See you soon. Mick Murphy - Microsoft partner

  • great mystery - simple animation now does not have safari and chrome

    An animation simple edge - basically a slideshow with a button / stop - which has certainly worked with Chrome a few weeks ago now does not work - neither with Safari.

    http://peachesincrime.com/SWF/HardlyStrictlyBluegrass2012/HardlyStrictlyBluegrass2012.html

    First thought is that both of these browsers have changed their behavior script and "users of edge so sorry."

    But having found that there is no fundamental difference between it and all other animations on http://peachesincrime.com/underthehood.html I reduced the size of the stage of 1388 x 933 to 800 x 600 and it now seems to work. I have not yet seen what the upper limit is

    Customer wishes to maintain the resolution or even increase in the future to display pictures in all their glory on the retina screen resolutions.

    Is this a problem with the edge and is there a way around this?

    Thank you

    I have updated the animation with pictures that match the size of the scene with precision. An initial test suggests that it works now with chrome, but so far on a single machine under test, safari seems to run the animation but to 1/20 the speed of the other browsers.

    for anyone interested in trying to figure out what is causing this, I moved the defective original mentioned above in another folder http://peachesincrime.com/swf/HardlyStrictlyBluegrass2012-2/HardlyStrictlyBluegrass2012.ht ml files

  • Get error during installation on Linux, but can not find journal detail

    Hello
    I; m installation 11.g on 64 Linux and Oracle Installer threw up error saying that my system does not at least. I watched the temp/dev/shm directory where it got installed, I found InstallActions [timeStamp] .log:
    Using paramFile: /usr/local/temp/database/install/oraparam.ini
    
    
    Checking Temp space: must be greater than 120 MB.   Actual 1974 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 8192 MB    Passed
    Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
    
    The commandline for unzip:
    /usr/local/temp/database/install/unzip -qqqo ../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles/\*.jar -d /dev/shm/OraInstall2011-01-12_11-13-19AM 
    Using the umask value '022' available from oraparam.ini
    
    Execvp of the child jre : the cmdline is /dev/shm/OraInstall2011-01-12_11-13-19AM/jdk/jre/bin/java, and the argv is 
    /dev/shm/OraInstall2011-01-12_11-13-19AM/jdk/jre/bin/java
    -Doracle.installer.library_loc=/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/lib/linux
    -Doracle.installer.oui_loc=/dev/shm/OraInstall2011-01-12_11-13-19AM/oui
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location=/usr/local/temp/database/install
    -Doracle.installer.jre_loc=/dev/shm/OraInstall2011-01-12_11-13-19AM/jdk/jre
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc= 
    -Doracle.installer.unixVersion=2.6.29.6
    -mx150m
    -cp
    /dev/shm/OraInstall2011-01-12_11-13-19AM::/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/remoteinterfaces.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/OraPrereqChecks.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/instdb.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/OraPrereq.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/ssh.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/installcommons_1.0.0b.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/prov_fixup.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/orai18n-utility.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/jsch.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/orai18n-mapping.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/cvu.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/emocmutl.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/instcommon.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/OraInstaller.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/oneclick.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/xmlparserv2.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/share.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/OraInstallerNet.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/emCfg.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/emocmutl.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/OraPrereq.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/jsch.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ssh.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/remoteinterfaces.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/http_client.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatch.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchactions.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchprereq.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchutil.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/OraCheckPoint.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstImages.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_de.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_es.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_fr.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_it.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_ja.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_ko.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_pt_BR.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_zh_CN.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/InstHelp_zh_TW.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/oracle_ice.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/help4.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/help4-nls.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ewt3.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ewt3-swingaccess.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ewt3-nls.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/swingaccess.jar::/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/jewt4.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/jewt4-nls.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/orai18n-collation.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/orai18n-mapping.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/ojmisc.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/xml.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/srvm.jar:/dev/shm/OraInstall2011-01-12_11-13-19AM/oui/jlib/srvmasm.jar
    oracle.install.ivw.db.driver.DBInstaller
    -scratchPath
    /dev/shm/OraInstall2011-01-12_11-13-19AM
    -sourceLoc
    /usr/local/temp/database/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2011-01-12_11-13-19AM
    INFO: Loading data from: jar:file:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/dev/shm/OraInstall2011-01-12_11-13-19AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    SEVERE: Unexpected runtime-error while verifying whether the target environment is supported by CVU or not..
    Refer associated stacktrace #oracle.install.driver.oui.OUISetupDriver:13
    INFO: Completed verification of target environment.
    WARNING: Verification of target environment returned with errors.
    WARNING: [WARNING] [INS-13001] Environment does not meet minimum requirements.
       CAUSE: Minimum requirements were not met for this environment
       ACTION: Either check the logs for more information or check the supported configurations for this product..
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:16
    INFO: Advice is WITHDRAW
    WARNING: Advised to shutdown the installer due to target environment verification errors.
    INFO: Adding ExitStatus PREREQ_FAILURE to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -3
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    Where can I find the details of the error? Could someone get me noticed where I missed?

    Best regards
    Valerie

    Published by: debonair Valerie on January 11, 2011 20:29

    Hi Valerie;

    Please login to metalink, almost the same error message published metalink note below

    GR 11 2 Database Server installation fails with the environment [INS-13001] does not minimum requirements [1063952.1 ID]

    Search for metalink login below note using his ID = 1063952.1

    Respect of
    HELIOS

Maybe you are looking for