Cannot launch the wizards of the Datamining Components from JDeveloper

Hi all,
After I create a Work space, project and select Datamining components in the JDeveloper, I get the list of wizards. I can select one of the wizards, but nothing happens, when I press OK. The "Welcome" page as specified in the tutorials do not appear.
I am following the tutorials extracted from ODM_Tutorial.zip.
Any help is greatly appreciated.
Thanks
VC

Hi,
What version of DM4J and JDev are you using?
The RTM version runs on DB 9.2.0 through 9.2.0.3
The beta version runs on DB 9.2.0.4 and up.JDeveloper - Version 9.0.4
DM4J - Release 2 (9.2.0.4) - BETA
So, I guess my database needs to patched to a higher version.
Once you apply a patch beyond 9.2.0.4.0 then you need >to replace the odmapi.jar file used by DM4J with the >patched version used by the db, otherwise you will have >a version error.But, how do I get access to those patches.
Thank you,
VC

Similar Messages

  • Components from JDeveloper?

    I'm cleaning out my hard drive and I'm about to dump JDeveloper. I don't do much of anything with it these days, but there are few components that I love and will miss greatly.
    - Code Structure - Like the outline in SQLDevleoper, but on steroids.
    - Diagrams - Good for quick documenting and throwing together quick data models without the need of a full blown modeler.
    ...what are the chances that either of these are just plug-ins that would be compatible with SQLDeveloper with the right know-how?

    I like the breakout of Parameters/Deceleration/Code/Exceptions, as well as that each nested sub-procedure is treated the same exact way as their parent. I like how it lists <<labels>>. And while having each individual statement is a little overkill for an "outline" with nested loop/if/case statements, it does make an excellent code visualizer. I've used it to dig though some ugly spaghetti logic. It's on par with being able to collapse code in the editor, but in a more compact/straight forward format.
    On a somewhat related note, another JDeveloper feature I like is being able to put /* TODO - SOMETHING*/ in the code and have it visually marked on the scroll bar. Makes for a nice reminder that I have something I wanted to go back to. Maybe I'll add that to the feature request list if its not already there.

  • About passing the values attributes of UI components

    Hi,
    I have a question related to passing the values attributes of UI components from JSF to a baking bean.
    Assume I have inputText and I need to pass its value to the data model via an application module. So, this will be done as follows:
    <h:inputText value= "#{bindings.MyValue.inputValue}";
    I need also to pass this value to a managed bean. Therefore I used EL class prepared by Steve Muench available at:
    http://radio.weblogs.com/0118231/stories/2006/12/18/sourceForMyFavoriteElHelperClass.html
    So, in the JSF page will be as follows:
    <h:inputText value="#{myBean.myValue}";
    In managed bean:
    String myValue;
    public String get MyValue () {
    return EL.getAsString("#{bindings.MyValue.inputValue }");
    public void set MyValue t(String value) {
    EL.set("#{bindings.MyValue.inputValue }",value);
    Then when I want to use myVlaue in the managed bean just I use this line:
    myVlaue = get MyValue ();
    I tried to use the same steps to pass the value of selectOneMenu but I always get errors such as cannot be cast to java.lang.String.
    But I achived this by binding the value of selectOneMenu to a HtmlSelectOneMenu attribute in the managed bean as follows:
    In JSF page:
    <h:selectOneMenu value="#{bindings.TaskView1TaskName.inputValue}"
    binding= "#{projectBean.selectOneChoice1}">
    In managed bean:
    private HtmlSelectOneMenu selectOneChoice1;
    public void setSelectOneChoice1(HtmlSelectOneMenu selectOneChoice1) {
    this.selectOneChoice1 = selectOneChoice1;
    public HtmlSelectOneMenu getSelectOneChoice1() {
    return selectOneChoice1;
    Then I can used the selectOneChoice1 value as follows :
    somenu= getSelectOneChoice1();
    somenuValue = (Integer)somenu.getValue();
    task= taskName(somenuValue);
    this works with me. Now what is the different between this way and using EL class
    And how can I use EL class to pass the value of selectOneMenu to the managed bean
    Thank you
    Waheed

    they are look like:
    <list id="TaskView1TaskName" IterBinding="TaskView1Iterator"
    ListOperMode="0" StaticList="true">
    <AttrNames>
    <Item Value="TaskName"/>
    </AttrNames>
    <ValueList>
    <Item Value="value1"/>
    <Item Value="value2"/>
    <Item Value="value3"/>
    </ValueList>
    </list>
    and TaskName is String

  • How can I get flash 11.6 to run the Wizard on Singsnap?

    After installing the latest flash player 11.6.602... I cannot run the wizard on the singsnap site. It's been about 2 months now..The wizard helps me to record songs properly.All I see is a white screen and cannot get into the wizard..if anyone is familiar with singsnap...I have Windows 7...
    Jairre

    Have you tried contacting Singsnap?  Are you able to use your microphone with any other flash website?
    http://www.midomi.com/index.php?action=main.mic_check

  • Proxy Stops working for no reason, recreating with the wizard works fine

    For no reason I will start getting the following error:
    06/08/29 11:10:37 Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out: connect
    I will then create a new proxy using the wizard and it will work fine the first time. Does anyone know what is going on here? I have the preference for Web Browser proxy turned off
    Here is my info:
    JDeveloper 10.1.3.0.4
    Web Services 1.4 RPC-Literal (probably should be RPC-Encoded)

    Not sure if this is the problem but the proxy is working now. It seems that when the WSDL created by the wizard hardcodes the ip address of the local machine into the soap address. Then when you create the proxy using that wizard it uses the same hardcoded ip address. So when you plug into another network get another ip address it won't work. So to make it work I changed both the webservice address and endpoint to use localhost.
    I'm new to the web services stuff so I'm looking for someone to validate this theory.
    Thanks,
    Dan

  • Report Query wizard error (in Shared Components)

    I have been following the <a target="_window" href="http://www.oracle.com/technology/products/database/application_express/howtos/howto_master_detail_pdf.html">How-To Create a Master-Detail PDF Report</a><br>
    <br>
    I'm using Apex 3.01 and Firefox 2.0.0.7<br>
    <br>
    When I have to create a Report Query in the shared components, I get through the wizard to the Create Report Query Layout page and for some reason, the Previous and Next buttons don't work. The only button that works is the Cancel button.<br>
    It seems to happen after I've downloaded the sample XML file from that page.<br>
    I've also noticed this happens when you go in to edit an existing Report Query and take a download of the XML...<br>
    On closer inspection it seems to be the buttons that have onclick="javascript:doSubmit..." behind them that don't work. Buttons with javascript:confirmDelete seem to still be active and work ok.<br>
    <br>
    But, the problem doesn't happen in IE7.<br>
    <br>
    I found this happened on both my local installation and on my apex.oracle.com instance.<br>
    <br>
    Has anyone else had this behavior or is this some dodgy local setting I have wrong?<br>
    <br>
    Gus..<br>

    Hi,
    This is posted in the wrong forum. This forum is for Oracle Berkeley DB. Please find the correct forum and post your question there.
    Regards,
    Alex Gorrod,
    Oracle Berkeley DB

  • Sun Studio 11 on Linux: newbie needs help playing the Temple of the Sun

    Hi!
    I've installed Sun Studio 11 on Mandriva 2007.1 Free edition. I would like to play the Temple of the Sun game but the building process fails consistently.
    I tried to follow the instructions on the following page
    http://developers.sun.com/sunstudio/learning/temple_faq.html#
    but still no joy.
    The wizards throughout the building process request much more parameters than those indicated on the FAQ page.
    This is the makefile
    ## -- Makefile --
    ## User: complex
    ## Time: May 18, 2007 12:00:44 PM
    ## Makefile created by Sun Studio.
    ## This file is generated automatically.
    #### Compiler and tool definitions shared by all build targets #####
    CC = gcc
    BASICOPTS = -g
    CFLAGS = $(BASICOPTS)
    # Define the target directories.
    TARGETDIR_String=GNU-i386-Linux
    all: $(TARGETDIR_String)/String
    ## Target: String
    OBJS_String = \
         $(TARGETDIR_String)/cEmptyFile.o
    # Link or archive
    $(TARGETDIR_String)/String: $(TARGETDIR_String) $(OBJS_String) $(DEPLIBS_String)
         $(LINK.c) $(CFLAGS_String) $(CPPFLAGS_String) -o $@ $(OBJS_String) $(LDLIBS_String)
    # Compile source files into .o files
    $(TARGETDIR_String)/cEmptyFile.o: $(TARGETDIR_String) cEmptyFile.c
         $(COMPILE.c) $(CFLAGS_String) $(CPPFLAGS_String) -o $@ cEmptyFile.c
    #### Clean target deletes all generated files ####
    clean:
         rm -f \
              $(TARGETDIR_String)/String \
              $(TARGETDIR_String)/cEmptyFile.o
         rm -f -r $(TARGETDIR_String)
    # Create the target directory (if needed)
    $(TARGETDIR_String):
         mkdir -p $(TARGETDIR_String)
    # Enable dependency checking
    .KEEP_STATE:
    .KEEP_STATE_FILE:.make.state.GNU-i386-Linux
    Below is the output of make
    dmake -m serial -f "/home/complex/.sunstudio/11-Linux-Intel(R) Pentium(R) 4 CPU 1.50GHz/sampledir/ts.c/Makefile" GNU-i386-Linux/String
    mkdir -p GNU-i386-Linux
    gcc -g -c -o GNU-i386-Linux/cEmptyFile.o cEmptyFile.c
    ts.c/cEmptyFile.c [2] warning: data definition has no type or storage class
    cEmptyFile.c: In function �main�:
    ts.c/cEmptyFile.c [3] warning: �a� is narrower than values of its type
    gcc -g -o GNU-i386-Linux/String GNU-i386-Linux/cEmptyFile.o
    Build Successful
    Total time: 0 seconds
    When I execute, it says "unexpected exception has occurred".
    Could someone more successful with this game please provide more detailed instructions on how to proceed?
    I should get a string somehow which I should paste into the answer window on the game page.
    Thanks a lot in advance.

    Hi
    CC = gccYou are using gcc. Switch to using the Sun Studio toolset, and all should be well.
    Paul

  • After iOS7 update I cannot launch the music app. It crashes after a few seconds of white screen. What to do?

    Just updated my iPhone 5 (16g) to iOS7 and now I cannot launch the music app anymore.
    It opens and then just crashes after a few seconds of white screen.
    Also If I go to Settings General About the phone crashes all the time after just a few seconds. :-(
    Andreas

    The same for me. iPhone 4S, itunes match and upgrade to ios7 by air.
    So what we have:
    1) Music app does not launch (white screen then close)
    2) About screen crashes (I guess once it tries to calculate music space)
    3) Spotlight does not show any results (no care what I set to search in in the preferences)
    4) iTunes Match slider can not be set to Off. However, it is possible to logout from AppleID, then it off. But this does not change the situaton at all
    5) Podcast app does not launch
    I tried to reboot, to sign in with another Apple ID, to turn off itunes Match, to reset all preferences. Nothing helps.
    Things to try:
    - reset all preferences and content
    - reinstall ios7 with itunes from scratch
    - switch to windows phone

  • I just bought a new iMac and used the Migration Assistant to transfer my files. Initially, all was working, but now a week later, I get the message that the application manager is missing, and I cannot get Photoshop and InDesign to launch. I do not want t

    I just bought a new iMac and used the Migration Assistant to transfer my files. Initially, all was working, but now a week later, I get the message that the application manager is missing, and I cannot get Photoshop and InDesign to launch. For my personal use, I did not a need to join Creative Cloud. Have you any suggestions for a work-around?

    Try to install Adobe application Manager from below link and check
    Adobe - Adobe Application Manager : For Macintosh : Adobe Application Manager : Thank You

  • TS1702 Cannot launch the Black Law Dictionary on iPad2

    I bought Black Law Dictionary from apps store, after installed it to my iPad2, I cannot launch it. I have disscussed with vendor technical team a month ago but they cannot solve the ploblem. Please suggest me what can i do? Do i have to claim money back and how??

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • HT1339 I got a question. A screen comes up on my ipod,.this game cannot be launche.This may be the result of a full ipod. Any ideas?

    I got a question. A screen comes up on my ipod,.this game cannot be launche.This may be the result of a full ipod. Any ideas?

    Try a hard reset.  To do this, toggle the hold switch on and then off, then press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.  This may or may not work the first time around, so don't be afraid to try it more than once.
    B-rock

  • IPad: Launch YouTube, click Add a comment. Google sign-in box cannot be dismissed by pressing the X. This was not the case in any of the four iPads in earlier OS versions. Only occasionally it is possible to press the X and close the sign-in box.

    iPad: Launch YouTube, click Add a comment. Google sign-in box cannot be dismissed by pressing the X.
    This was not the case in any of the four iPads in earlier OS versions. Only occasionally it is possible to press the X and close the sign-in box.

    if this is the first time to happen in this version of the app. then it may just be a flaw with that version, if you have already un-installed and re-installed the app then it will just be a waiting game at this point until youtube hears and it and fixes it

  • Cannot launch configtool : system cannot find the path specified

    Hi, SDN Fellow.
    I tried to launch my configtool to configure some External Library path. When I click on the configtool.bat  from C:\usr\sap\SRE\JC01\j2ee\configtool
    I got the following message:
    The system cannot find the path specified.
    Program terminated abnormally.
    Press any key to continue...
    This is a local installation on my desktop.
    I am running NW04s SR1 SP16.
    Thanks for advise.
    Kent

    Vladimir,
    I opened the configtool.bat file with text editor.
    Here is the content, but I can't see what went wrong?
    @echo off
    setlocal
    title ConfigTool
    if DEFINED JAVA_HOME (
      set JAVA_CMD="%JAVA_HOME%\bin\java"
    ) else (
      echo WARNING Environment variable JAVA_HOME not set, try to launch java from current PATH
      set JAVA_CMD=java
    %JAVA_CMD% -Dsun.java2d.noddraw=true -Duser.language=en -classpath .\lib\launcher.jar;. com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.visual.ConfigTool ./lib/
    endlocal
    if %errorlevel% NEQ 0 (
      echo Program terminated abnormally
      pause
    ) else (
      rem Program successfully finished
    I check the same file from another server. It is exactly the same. I think same parameter they need is not set right.
    Please advise.

  • Cannot launch vivado simulator 2015.1: behav/compile.bat' script "Please check that the file has the correct 'read/write/execute' permissions"

    Hi,
    I'm trying to run a verilog simulation using the vivado simulator 2015.1 on Windows 7.
    I get the following error when I attempt to launch simulation:    
    ERROR: [USF-XSim-62] 'compile' step failed with error(s) while executing 'D:/projects/axi/axi_test_system/axi_test_system.sim/sim_1/behav/compile.bat' script. Please check that the file has the correct 'read/write/execute' permissions and the Tcl console output for any other possible errors or warnings.
    The tcl console repeats the same message, "Please check that the file has the correct 'read/write/execute' permissions"
    I cannot find any problem with the permissions.  I believe that windows will always execute a .bat file.   Within the same project, I can run elaboration, synthesis and implementation without problems. 
    Any idea why the simulation compile script won't run?
    Thanks,
    Ed

    Hi,
    Thanks very much for your detailed reply. These were the right questions based upon what I told you.   
    However, I took the code home last night and ran it on my webpack 2014.2 release.   It still failed, but I got completely different error messages.   These messages correctly pointed me to an undeclared signal in my testbench. Once fixed, the compile worked and the simulator launched. 
    This morning, I fixed the signal name in my 2015.1 setup, and it also compiled and launched correctly. 
    So, the problem wasn't actually related to file permissions.  It seems like the 2015.1 error message may be broken compared to 2014.2.  
    I was running the Vivado GUI, clicking on "Simulate > Run Behavioral Simulation"
    Thanks again for your help. 
    Regards,
    Ed  
      

  • Installation fails with "Cannot launch the Java Virtual Machine"

    I'm trying to install OAS 10.1.3.1. on Windows XPbut after copying all the files the installer starts complaining that it cannot lauch the Java Virtual Machine. Eventually, the process gets to the configuration step where it succeeds with one configuration, then fails with the next, and then finally goes into an eternal loop.
    When launching the installer it claims that my environment successfully passes all test for memory size, etc.
    Is this a known problem? Is there any way I can get more info about the reason why the JVM could not get lauched? I searched for information in the logs without success. I also tried to play around with the PATH environment variable since I saw some installation note saying that includingthe jre/bin path here could help, but it did not help.
    Could anyone, please, give me a hint of how to complete the installation successfully?

    Thanks for the hint.
    I had a look in the INI-file of my BPEL installation and this is what it said about memory:
    JRE_MEMORY_OPTIONS=" -mx256m"
    Still, if I start the BPEL server it finally comes up after issuing a lot of complaints but as soon as I request a page I get this:
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Fel vid kompilering:C:\product\10.1.3.1\OraBPEL_1\bpel\system\appserver\oc4j\j2ee\home\application-deployments\orabpel\console_war\persistence\_pages\\_login.java
    Could not create the Java virtual machine.
    Error occurred during initialization of VM
    Could not reserve enough space for object heapThis is strange since at the time there is >1.4 GB of virtual memory and 0.9 GB of physical memory available.
    And according to the task manager:
    Commit charge limit = 2728684
    Physical memory total = 2096496
    I am using Windows XP Professional, version 2002, service pack 2.

Maybe you are looking for

  • Mail & IMAP : unable to use "exotics" server port ?

    Hello, I updated my IMAP configuration on server side, to change listening ports to something less usual than 993. It's working fine on my mac, so server's configuration is OK. But my iPhone refuses to connect to this new port, and always displays "u

  • Dumb newbie question number 2!  - Table problem....

    Since my first question was answered so well, I thought I'd try a second! This one has me stumped. We have a Stellent content development and seperate live server. While developing the web site, I had no issues with content. Certain pages contain MS

  • Change input attribute for CL_PT_REQ_WF_ATTRIBS

    Hi, I would like to change the input attribute value from class CL_PT_REQ_WF_ATTRIBS in BADI PT_GEN_REQ~START_WF for multilevel leave approval. May I know how to do this ? Regards, Eric

  • IPad 3 Bluetooth Not Working

    HI, Im trying to sync my Motrola s9 headphones with no success.  It keeps searching for devices. I have reset the iPad as well. This is frustrating! Thanks for your suggestions!

  • How to create flip book in InDesign so it starts with a single page

    The flip book out of InDesign is cool - but I have not been able to find a way to create it so that it starts with a single page, rather than a spread (with a blank white page opposite the cover).  Any help appreciated.