11g FormsGraph.jar

Hi,
Does anyone know if there is a version of the 11g ForsGraph.jar (from the demos) with the BI graph demo patch in?
We want to use the SET_SERIES_COLOR property that was added to the BI Graph demo patch but that hasn't been included in the 11g demos
I've tried using the jar file from the patch and it "seems" to work ok except that the SET_SERIES_COLOR property doesn't seem to do anything (I followed the advice from the thread Forms 10G - Chart PJC Colors
Although one person in that thread mentioned they had to recompile the source and re-assemble the jar file which I haven't actually tried
Cheers
Paul

Thanks Francois,
I tried adding a synchronize but the colors are still just the default.
In debug mode it looks like the command is being accepted, and I've also tried using ADD_INDEX_LINE which was another new command and that works fine so it's definitely picking up the right JAR file.
I've added the SET_SERIES_COLOR command all over my code now, at the beginning, after each ADD_ROWDATA and before and after the ADD_DATA_TO_GRAPH but it doesn't seem to have any effect.
The end of the debug file shows:
Property SET_SERIES_COLOR: setting red as a new series color
SET_LINEGRAPH_MARKER: received true as an argument
GRAPH_TYPE: trying to set graph type
getInternalGraphType(): type returned for VERTICAL_STACKED_BAR = 18
Setting Y_TITLE to 'CALLS'
ENABLE_TOOLTIPS: setting all tooltips
ENABLE_TOOLTIPS: No valid attribute passed. Use ALL, LABELS,VALUES or NONE
POSITION_LEGEN: position legend to RIGHT
ADD_INDEX_LINE - Arguments received: Green line,true,y-axis,0,10,green,2
ADD_INDEX_LINE - Tokens: 7
ADD_INDEX_LINE: Show index line
Property SET_SERIES_COLOR: setting red as a new series color
ADD_DATA_TO_GRAPH - setting data for display
Property SET_SERIES_COLOR: setting red as a new series color
But the graph isn't showing any red at all!

Similar Messages

  • Error using compiled FormsGraph.jar

    Hi,
    I need to modify the "SCROLLBAR" found in the FormsGraph.java therefore, i did the following:
    I was able to compile FormsGraph.java by using setTabularData() instead of the setLocalRelationalData() method. (Compilation was done on JRE1.3)
    After this modification, i directly exported my java project to a FormsGraph.jar and placed it under forms/java.
    After running the form got the following error in the Java console :
    java.lang.NoSuchMethodError: java.lang.NoClassDefFoundError.initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
    Knowing that the provided FormsGraph.java works perfectly, Can anyone advice what's the problem
    thanks
    Lanlani

    Hi,
    The mismatch is the problem. Please get the latest files from Struts 1.2.x and update your project.
    http://struts.apache.org/downloads.html
    Then it would work.
    cheers
    babu

  • Error compiling FormsGraph.jar

    Hi,
    I am trying to compile FormsGraph.java. I am getting the following error:
    "method setLocalRelationalData(java.util.ArrayList) not found in class oracle.dss.graph.Graph. "
    The reason for this is the probably version mismatch of bigraphbean.jar. I am trying to locate the bigraphbean.jar in the Forms10gDemo pack. I am unable to find the jar file in the Forms10GDemo pack. I downloaded
    the 9iDS version, but the directory C:\forms9idemos_ep1\bigraph\src\oracle\dss\graph is empty..
    Can some one let me know the location of bigraphbean.jar file (used in the FormsGraph.jar) so that I can download the file???
    Thanks,
    Purush

    You need to post this on the Forms forum.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Formsgraph.jar and 'SET_BARGRAPH_MARKERS'

    Hi All,
    Re: FormsGraph - display value label for bar chart
    I was looking at this thread where it talks about a version of formsgraph.jar that supports the 'SET_BARGRAPH_MARKERS' facility (puts the number value on top of the bar)
    eg
    SET_CUSTOM_PROPERTY('GRAPH.BIGRAPH',1,'SET_BARGRAPH_MARKERS','true');
    I need a version that supports this that will work with Java version 1.3 for JInitiator.
    It seems that the base version on the Oracle Forms demo 10gR2 and also the 2005 patch upgrade to this do not have this facility.
    Thanks for any help.
    cheers
    Tony

    ???

  • Implementing JFreeCharts instead of FormsGraph.jar ?

    Given that FormsGraph.jar file is not officially supported by Oracle (Frank is the only one who maintains and updates it - when he has time) , is it possible for some Forms/Java developers to create a wrapper project for implementing JFreeCharts instead of FormsGraph.jar. Oracle is not going to implement the charting capability with Forms 11, and given the support for FormsGraph.jar is very limited (to 1 person at Oracle), this might be a feasible option? What do you guys (especially the Java/Forms experts) think ?
    note: I am not a Java programmer, I have implemented FormsGraph.jar and some other PJC's that Francois created (trying to learn Java to write some custom PJC's but I will never be a good Java programmer like Francois ;), otherwise I would give it a shot.
    I don't know if this will be a good Forms Developer community effort ?
    * arguably (what I saw from the demos and what I know from my implementation of FormsGraph.jar), JFreeCharts (in my opinion) is superior to FormsGraph.jar implementation (the version available on OTN is dated 2005).
    V/R

    Hello,
    Please, don't ask question about the LAF on this forum. Ask them on the dedicated mail address : [email protected]
    Thanks,
    Francois

  • What is the difference between FormsGraph.jar and formsgraph-522400.jar?

    hello,
    There are two jars FormsGraph.jar(dowloaded with the demo_11g) and formsgraph-522400 (separate link).
    I want to create grahps to my form but im confuse of this two jars.There are no document that i can found about this formsgraph-522400.jar. Is this an upgrade?
    thank you

    I'm sure I've provided an answer for this before -- try searching this forum and see if its there.
    In short: admin.jar is old and uses a bunch of internal APIs.
    admin_client.jar is a new implementation in 10.1.3.x and it uses JMX/JSR77/JSR88 APIs as its basis. It supports config/deployment operations against ALL the OC4J variants -- standalone, OracleAS single instance or OracleAS groups. We've tried to ensure that admin_client.jar has all the necessary coverage from admin.jar -- the syntax is very similar and all the relevant commands are carried forward.
    If you are making a choice, choose admin_client.jar.
    -steve-

  • Set_x_decimal_digits set_series_color in formsgraph.jar (11g) not working

    Dear all,
    if you have any idea regarding set_x_decimal_digits or set series color in formsgraph 11g_demo, kindly provide me with it.
    i have searched too much but with no use.
    regards
    Wael Amar

    it seems there is some differences between the version of FormsGraph I have and this version
    http://code.google.com/p/forms-dvc-wrapper/source/browse/trunk/src/oracle/forms/demos/bigraph/FormsGraph.java?r=3
    what i have is
    * ================================
    * Forms BI Bean Graph Integration
    * ================================
    * @author Frank Nimphius
    * @version 1.1
    * history of changes
    * ================================
    * 1. November 2002 initial creation
    * 1. December 2002 added getProperty() method for property GET_DELIMITER to obtain the delimiter
    * string from a get_custom_property() call
    * 18. December , bug fixes 2708349,2708328
    * added getProperty() method for property COLUMNCOUNT to obtain the number of
    * columns from a get_custom_property() call
    and the version which i found seems newer regarding to the date of january 2005 but version number is 1.0.2 the other one is 1.1 I am really confused (what i know is 1.1 is coming after 1.0.2 or am i wrong)
    * ======================================================
    * Oracle Forms Wrapper for Data Visualization Components
    * ======================================================
    * Author: Bincsoft
    * based on the work by Frank Nimphius (version: 9.0.4 - January 2005)
    * FormsGraph.java Version 1.0.2 - December 12th 2010
    Now, I don't know how to replace only that class inside the package of bigraph.
    regards,
    wael amar

  • Form 11g and Jar file issue

    I have migrated all the forms from 10g to 11g. When i run the form 11g using my config i get the below error
    USING Java Plug-in 1.6.0_23 i get the below error
    java.lang.SecurityException: class "oracle.forms.demos.enhancedItems.InfoButton"'s signer information does not match signer information of other classes in the same package
         at java.lang.ClassLoader.checkCerts(Unknown Source)
         at java.lang.ClassLoader.preDefineClass(Unknown Source)
         at java.lang.ClassLoader.defineClassCond(Unknown Source)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$000(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    I tried using the Java Plug-in 1.6.0_12
    Loaded image: jar:http://130.1.3.171:9001/forms/java/frmall.jar!/oracle/forms/icons/bgnd.gif
    Forms Session ID is formsapp.9
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.4
    Loaded image: jar:http://130.1.3.171:9001/forms/java/frmall.jar!/oracle/forms/icons/frame.gif
    Exception "java.lang.IllegalArgumentException: failed to parse:"while constructing DataFlavor for:
    Exception "java.lang.IllegalArgumentException: failed to parse:"while constructing DataFlavor for:
    java.lang.ClassNotFoundException: oracle.forms.demos.enhancedItems.InfoButton
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://130.1.3.171:9001/forms/java/oracle/forms/demos/enhancedItems/InfoButton.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 35 more
    My config section is
    [form11g]
    jpi_download_page=http://java.sun.com/products/archive/j2se/6u12/index.html
    jpi_classid=clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_12
    archive=frmall.jar,modcursor.jar,Images.jar,keyfilter.jar,ticker.jar,rolloverbutton.jar,activation.jar,javamailintegration.jar,mail.jar,uploadserver.jar,uploadclient.jar,infobutton.jar,hyperlink.jar,colorpicker.jar
    form=login.fmx
    pageTitle=Oracle Application
    splashScreen=No
    Previously i used to use jinitiator for 10g. Is there any configuration need to be done or should i sign the jar files.

    You might want to use google:
    http://www.google.com/#q=signer+information+does+not+match+signer+information+of+other+classes+in+the+same+package
    cheers

  • Oracle Forms 11g / frmall.jar or frm90all.jar installation

    I need to import Oracle.Forms.properties.ID in one of my JDeveloper application.
    I am using JDeveloper 10.1.3.5. I need frmall.jar/frm90all.jar to make the above import statement work in JDeveloper if i am not mistaking.Basically i need to add either of the .jar in Jdeveloper.
    For that I came accross Oracle Forms 11g. For Oracle Forms 11g I have installed wlserver_10.3. and i have ofm_pfrd_win_11.1.1.3.0_32_disk1_1of1\Disk1 with Oracle Fusion Middleware forms 11g setup. When I click on that setup getting a Oracle screen asking me for Oracle Middleware Home and Oracle Home Directory. My Oracle 11g db is installed in C:\new\Oracle11g.
    And setting up ORACLE_HOME pointing t that directory. clicking on next on that screen is giving errors like Oracle Home location is not specified , The specified MiddleWare Home is not valid and Oracle.classicwsl.top could not be located etc.
    Can Anyone help me solving this issue so I can use Oracle Forms ID in JDeveloper.?

    Let me tell you what exactly i am doing :
    I have set the below environment variables:
    Path=C:\new\Oracle11g\bin;D:\app\veeralakshmi_v01\product\11.1.0\client_1\bin;C:\Program Files\ZeroC\Ice-3.4.1\bin;C:\Program Files\Java\jdk1.5.0_16\bin;
    ORACLE_HOME=C:\new\Oracle11g\BIN;
    I have C:\Oracle\Middleware in this path i have folders and sub folders like C:\Oracle\Middleware\jrockit_160_17_R28.0.0-679
    C:\Oracle\Middleware\oepe_11gR1PS2
    C:\Oracle\Middleware\wlserver_10.3
    C:\Oracle\Middleware\modules
    C:\Oracle\Middleware\coherence_3.5
    C:\Oracle\Middleware\jdk160_18
    and other folders and files.
    Now when i click on \\myshecsccm01\PackageSource\ofm_pfrd_win_11.1.1.3.0_32_disk1_1of1\Disk1\setup it takes me to Oracle 11g fm . On step 2 of 6
    for Oracle Middleware Home :C:\Oracle\Middleware
    and Oracle Home Directory: ORACLE_HOME
    i m giving.
    Here the Middleware folder contains the above folders/sub folders listings.
    and clicking on next I am getting the below errors:
    INST-07010: Validation of Oracle Home location failed. The location specified does not exist.
    Enter a valid existing directory
    INST-07100: The Oracle home provided does not contain Oracle Portal 11.1.1.2.0.
    In order to patch your existing version please provide an Oracle home that contains the product mentioned above. If you choose to continue, only the oracle_common directory and any components that both products have in common will be patched.
    INST-07293: Middleware home location specified does not have the required Oracle homes installed in it. The Oracle homes for the following components is not installed oracle.classicwls.top.
    Provide a different Middleware home location or install the required Oracle Products and try the install again
    So as per your suggestion My middleware folder is not empty.
    what should I do?
    And after doing all these installtions will i be able to get the frmall.jar file which i really required to use it for importing Oracle.forms.properties.ID?
    Edited by: 874822 on Jul 25, 2011 9:40 PM

  • Jdeveloper 11g deployed jar not running - Windows 7

    After I deployed a simple form to a jar, the following message comes up when trying to run with command: java -jar  sw.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jbo/uicli/controls/JUNavigationBar
    Caused by: java.lang.ClassNotFoundException: oracle.jbo.uicli.controls.JUNavigationBar
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Could not find the main class: asax.view.Form. Program will exit.
    Manifest.MF contains the following:
    Manifest-Version: 1.0
    Main-Class: asax.view.Form
    I have also added all libraries and veririfed they exist within the jar 's root.
    Within jdeveloper the application runs with no problem.
    I 'd appreciate any ideas any help on this..

    If you run a jar from the command line, the class loader don't look into the jar for other jars needed and hence you get a class not found error.
    If you start the app in JDev and look at the log window, you'll notice that jdev puts all needed jars on the classpath. This way the app finds them and the app runs OK.
    This is not a jdev problem, but a general java problem. To make it run you can unzip the jar and set the classpath when starting the app to include the folder which contains the jars.
    Timo

  • OIM 11g - Upload Jar Utility

    Hi All,
    I have installed the OIM-AD OOTB Connector. I am not able to run the UploadJars.bat Utility.
    For copying the "ldapbp.jar" File requires to run the "UploadJars.bat". I have set the WL_HOME env variable. And i have copied the jar "ldapbp.jar" to a temporary directory.
    When i am executing the bat command i am getting the error as "System cannot find the path specified".
    Urgent help is highly appreciated.
    Thanks in Advance,
    Sandeep D

    u must edit uploadjar.bat file...
    set JAVA_HOME=@java_loc
    set CLIENT_CLASS=oracle.iam.platformservice.utils.JarUploadUtility
    "%JAVA_HOME%\bin\java" -cp %CLASSPATH% -Djava.security.auth.login.config=%XEL_HOME%\config\authwl.conf -DXL.HomeDir=%XEL_HOME% -Dlog4j.configuration=file:"%XEL_HOME%\config\log.properties" -Djava.net.preferIPv4Stack=true %EXTRA_SYS_PROPERTIES% %CLIENT_CLASS% %*
    edit like this
    set JAVA_HOME=@java_loc
    set CLIENT_CLASS=oracle.iam.platformservice.utils.JarUploadUtility
    "C:\Program Files\Java\jdk1.6.0_24\bin\java" -cp %CLASSPATH% -Djava.security.auth.login.config=%XEL_HOME%\config\authwl.conf -DXL.HomeDir=%XEL_HOME% -Dlog4j.configuration=file:"%XEL_HOME%\config\log.properties" -Djava.net.preferIPv4Stack=true %EXTRA_SYS_PROPERTIES% %CLIENT_CLASS% %*
    Message was edited by: satish.ygl
    Message was edited by: satish.ygl

  • ClassCastException when using formsgraph.jar

    We are using Bean areas using oracle.forms.demos.bigraph.FormsGraph as the Implementation Class. But we get this excpetion always.
    java.lang.ClassCastException: java.lang.Boolean
         at oracle.forms.demos.bigraph.FormsGraph.setProperty(FormsGraph.java:1824)
         at oracle.forms.handler.ComponentItem.setCustomProperty(Unknown Source)
         at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Any ideas?

    We are using Bean areas using oracle.forms.demos.bigraph.FormsGraph as the Implementation Class. But we get this excpetion always.
    java.lang.ClassCastException: java.lang.Boolean
         at oracle.forms.demos.bigraph.FormsGraph.setProperty(FormsGraph.java:1824)
         at oracle.forms.handler.ComponentItem.setCustomProperty(Unknown Source)
         at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Any ideas?

  • Forms 10 - Using FormsGraph.jar JavaBeans

    Hi,
    I'm trying to use Javabeans from within a Form, in order to display the EMP Salaries in an histogram, but I can't find the Howto.
    At the moment it's filed at this location:
    D:\DevSuiteHome_1\forms\java\forms10gdemos9_0_4_2\demos\bigraph\classes
    I wonder if I should move all the .jars directly under the \java subdirectory.
    I thought maybe I could inspect that Jar with Jarexeplorer.jar, in order to have an idea of the classes and methods calls, but googlesearch yields no result for this howto either.
    Many thanks for your help :-)
    P.S.
    I have found a presentation at this address:
    http://www.oracle.com/technology/sample_code/products/forms/demo/9i/javabeans_pjc_samples/bi_bean/viewlet/FormsGraph_viewlet.html
    Just 142 slides to go...
    Message was edited by:
    JeanParis

    Hi again,
    JarExplorer howto:
    - Make a shortcut on the desktop
    - right click the shortcut
    - Open With.... Java(TM) Platform Se Binary
    - File ... Open
    --- Navigate to the .jar

  • IDS 11g Forms and "included" Graphics capability?

    Grant,
    what is the projected integrated graphics/charting capability in 11g version of Forms?
    Will there be an integrated graphics/charting capability like we have now in 10.2.1.0.2 Reports or are we still going to continue using FormsGraph.jar file Frank Nimphius developed (but not officially supported by Oracle)?
    If this will be an integrated feature, then what are the improvements will be compared to the existing FormsGraph.jar implementation?
    Is there any documentation on Forms 11g and integrated graphics capability?
    note: I remember way back when I was told that graphics capability will be integrated to Forms in 11g - this is why I am asking.
    Thank you very much.
    Message was edited by:
    zaferaktan
    Message was edited by:
    zaferaktan

    What is the official channel at Oracle Corp. to ask for a feature enhancements for Forms 11, such as implementing the charting capability into Forms 11 and "officially" support it, instead of asking questions on OTN and getting "non OTN available/downloadable FormsGraph.jar updates" from Frank Nimphius (the FormsGraph.jar available on OTN is not the latest version of it). I appreciate Frank for sending me a latest version of the file yesterday very much, but it is not working when deployed from iAS 10.1.2.0.2, so I ended up sending him another e-mail for help - and I am sure he is busy with other things. I hope an official implementation in Forms 11 will be maintained and supported by more than 1 person at Oracle Corp. I am planning to call OPN, is that the right channel to ask this feature enhancement request for Forms 11 ?
    Thank you

  • How to use FormsGraph in my  forms

    Hello everybody,
    I want to use FormsGraph in my forms. Demo works fine but when I create a bean area in my form, bean area is empty and get some error messages in the java console (1.3.1.13):
    Loading http://localhost:8888/forms90/java/f90all_jinit.jar from JAR cache
    Loading http://localhost:8888/forms90/webutil/webutil.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://localhost:8888/forms90/java/icons.jar from JAR cache
    Loading http://localhost:8888/forms90/java/HandCursor.jar from JAR cache
    Loading http://localhost:8888/forms90/java/demo90.jar from JAR cache
    Loading http://localhost:8888/forms90/java/FormsGraph.jar from JAR cache
    Loading http://localhost:8888/forms90/webutil/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet-Version : 902122
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet-Version : 902122
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Hi,
    hard to tell because the error simply says that there is a class missing that is expected. If you are not using other beans in Forms, can you take out the Graph bean to see if your module runs without? If it does, then we know that the problem is related to the bean. If the Forms module still doesn't run then you would have to take out the next bean until eventually the error goes away. Starting from here you put think back in and see when th eproblem reoccurs. This helps you to narrow down the problem.
    Frank

Maybe you are looking for