Forms10gdemos9_0_4_2 - Calendar PJC Demo Error

Hello All,
I downloaded the forms demos from the OTN site and tried to use the calendar.jar file belonging to the Calendar PJC Application in the one that I'd created. Although it worked just fine, when I opened the Java Console It displayed the following errors.
CalendarWidgetWrapper: init()
OUTERSIZE
CalendarWidgetWrapper: init()
OUTERSIZE
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.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.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)
Can anyone help in pointing out what's causing these errors and how to rectify it.
There's one more aspect of it which I'm not able to sort out. I've included the bean by specifying the bean name in the Bean area implementation Class say oracle.forms.demos.CalendarWidgetWrapper.
Everytime I open my application in forms builer a dialogbox opens displaying the message
FRM-13008: Cannot find JavaBean with name "oracle.forms.demos.CalendarWidgetWrapper".
But at run-time the application works fine. Is there anything wrong in the procedure that I follow for including a JavaBean in a forms application. Are both the errors mentioned above related to each other? Kindly help me out on this.
Regards,
Arun.V

Hai,
I've been able to solve one part of my problem. As mentioned in my original post I was having problems everytime I selected the layout editor. A message popped up saying
FRM-13008: Cannot find JavaBean with name "oracle.forms.demos.CalendarWidgetWrapper".
Earlier I'd failed to include the path of the calendar.jar file in the Registry FORMS_BUILDER_CLASSPATH. After including it's working fine.
But I still get errors in the java console when I run the application. Is there any place left where I've to set the class path, by which I can rectify these errors.
Regards,
Arun.V

Similar Messages

  • Question about Oracle Demo - calendar PJC

    Hi all.
    I using Forms 11g Rel2.
    Can the Oracle Demos calendar PJC be display in a language other than English?.
    Thanks in advance ...!

    Any comments on this ...?

  • Oracle calendar SDK demo fails.

    Hi
    I downloaded oracle sdk. I can able to run the C program calendar.c successfully. But when I run java sample calendar.java I can able to connect to the server, I can't proceed after that. I am getting the error "fetchEventsByRange returned status'CAPI_STAT_LIBRARY_SERVER_SUPPORT'". Did anyone able to run the java demo successfully?
    Any help is really appreciated. Thanls in advance.
    Hari

    Hi Hari,
    The calendar.c demo program uses the older, deprecated event APIs, while the calendar.java program uses the new event APIs through the CSDK JNI layer. However, these new event APIs require a 9.0.4 Calendar server. Is your calendar server a 9.0.4 server? You can check by running the universion utility that's installed with the calendar server.
    Graham

  • Transporting holiday calendar gives export error

    I have changed settings for a holiday calendar and I am trying to transport the calendars to my test system. But in the process I get an export error saying "scrap char in NUMC field found in TFAIT.VON."
    Does anybody know what the issue might be and how to solve it? What I have done is only to remove a fixed date holiday from one calendar.
    The error refers to note 718511 for further information but it does not suggest how to fix the problem directly.
    Any thoughts?
    Regards Jesper

    Hi,
    All public holidays calandar will be deleted in the target system.You can include objects of this type in a
    Workbench request only and crete tranport request manually.If you want any further clarifications pl revert back to me.
    Regards,
    Ramana.

  • Calendar PJC -- is it possible to include icon on this Bean

    Hi all,
    We have implemented Calendar in our application using Calendar PJC supplied by Oracle. We are using this Calendar Bean along with few other items in tool bar...for us other items are pushbuttons and so we could easily include icons for each of them. I'm just wondering if it is possible to come up with icon for the calendar Bean. If so, can u please guide me regarding the modifications to be done in Java code ?
    Thank you
    madhu

    Madhu,
    chances are rare that people on this list can help you with PJCs because they are Forms related. So the question must be: How do I add an icon to a Java button.
    A Java button does have a property that can ve accessed via setIcon();
    As said in the Forms forum, please consult the Java tutorial on the SUN webpage (java.sun.com) on how to add images to buttons.
    Frank

  • Using calendar PJC on smartbar

    Hi,
    We are in a process of using customized smartbar in our application. We would like to provide a calendar icon on the same smartbar. I'm just wondering how the calendar PJC being a Java bean supports this feature.
    Please guide us in this regard,
    madhu.

    Dear Frank,
    Thank you for immediate response. Yes, we are using Forms Smartbar but instead of using OFGMNUT.mmb, we used our own mmb (removing few menu's which are not required) and thus allowing the required items visible on 'HORIZANTAL TOOLBAR'.The reason why we are interested in this toolbar is that the look and feel is very impressive (each icon when focussed by mouse raises). But, we need to implement calendar PJC too on the same toolbar. Can we do this ?
    We have designed another toolbar with pushbuttons and bean (for calendar). Is there anyway that we make these buttons behave like the buttons on smartbar (raising when focussed by mouse) ?
    waiting for ur response,
    Madhu.

  • InfoButton PJC   Demos for Forms (tooltip buttons) - not working

    Hello everybody,
    I am new to using PJC and JavaBeans in forms. I have on my laptop Oracle Developer Suite 10g (10.1.2.0.1) and Forms Demos version 9.0.4.2.0 I downloaded from OTN. I studied InfoButton PJC application (buttons that show tool-tips at mouse-over).
    Now, I want to create in one of my old forms such a button. I followed exactly the steps of the demo, that is:
    1. I created a form with a button TEST_BUTTON for which I set the Implementation Class property to oracle.forms.demos.enhancedItems.InfoButton.
    2. On the form's canvas I also created a text item named INFO with the following properties:
    X Position = 255
    Y Position = 107
    Width = 100
    Height = 100
    3. At form level, I created the trigger WHEN-NEW-FORM-INSTANCE in order to set the button's properties as follows:
    SET_CUSTOM_PROPERTY('CONTROL.TEST_BUTTON',1,'INFOBUTTON_TEXT','This is the tooltip text');
    SET_CUSTOM_PROPERTY('CONTROL.TEST_BUTTON',1,'INFOBUTTON_FIELDPOS','288,128');
    4. I created in my formsweb.cfg file a configuration section for my form.
    [pjc_demos_dana]
    pageTitle=OracleAS Forms Services - InfoButton Demo Dana
    IE=jinitiator
    baseHTMLJInitiator=demobasejini.html
    archive_jini=frmall_jinit.jar,/forms/formsdemo/jars/infobutton.jar
    form=pjclaunch_dana.fmx
    width=675
    height=480
    separateFrame=false
    splashScreen=no
    lookAndFeel=oracle
    colorScheme=blue
    background=/formsdemo/images/blue.gif
    When executing the form, the button has round margins as said in the documentation; at mouse over the cursor takes the form of a small hand but there is no tool tip. I receive no errors, only that it doesn't show the tool tip.
    I don't understand why it's not working, what I did wrong ...
    When setting the 'INFOBUTTON_FIELDPOS' property - input parameter X,Y - the documentation says: "This property should be set to a string containing a X,Y comma separated pair providing the location of the target field in pixels relative to the top left hand corner of the window. The X,Y pair simply has to define a point anywhere within the target field, it doesn't have to exactly define the corner".
    What is the target field? The text item I created at step 2)? The documentation is not clear here ...
    Any help will be appreciated.
    Daniela

    Dear Safwan Bhai,
    As salaamo alaikum Rahamatulla hi burakathu!!
    Actually I'm having a multi record block in which all the emp no., days of attendance, etc will be displayed when I click on the search button. My requirement is when point the mouse over the emp no, the emp name must be displayed as a Tool tip text. My fields are non-editable, so Post-Change is not working. I placed the coding in the When-new-item-instance - in this case the emp name is displayed, but only for the first field, when I move the mouse to second and third fields, the empname of that particulart field is displayed as a tool tip but in the first field only.
    Any other suggestions?
    Anyway I would appreciate your help.
    Thank you.
    With Kind Regards,
    Perumal Senthil Alagu.

  • Calendar pjc

    can anybody tell me the complete process of calling a java PJC through forms 9i.
    or else give me a link where i can get all the related material.
    i wanna use calendar in my application.

    The Forms 10gR2 demo provide the calendarpjc that is exactly what you are looking for.
    All you have to do is to read the you can find in the <ORACLE_DEVSUITE_HOME>\forms90\demos\doc\calendarpjc90.html file.
    Francois

  • User unable to delete calendar event "unknown error"

    User is running Outlook 2013 home business, and she has a calendar entry that is linked to another mailbox .
    When I browse this mailbox from OWA or Outlook client i cannot see this calendar entry. 
    When the user tried to delete the entry, they receive warning "unknown error" .
    It appears the calendar entry is somehow linked to her Outlook profile.
    How can i reset this entry without recreating her profile?
    Regards

    Hi
    It is a recurring appointment. When you  double click on the appointment it states "This is on appointment in a series. What do you want to open?" Click The entire series , and it opens the appointment in READ ONLY mode. When you click Delete
    , it throws unknown error.
    i have tried the following commands;
    Outlook /cleansharing
    outlook /cleanreminders 
     outlook
    /cleandmrecords 
     outlook
    /cleanfreebusy 
     outlook
    /cleanprofile 
    none of which have removed this entry.
    I have even tried creating another profile for the user, and this reoccurring appointment is still visible.
    The appointment isn't visible on the mailbox where it was created nor is it visible when viewing both mailboxes on OWA.
     here is a screen shot showing the issue.

  • ICal problem--an error box comes up an won't go away. I can't close the error box and I can't activate the calendar because the error box needs to be cleared. There is no place on the box to click in order to close it.

    I have a problem that just affects iCal. An error box popped up when I was trying to past something into a new appointment. The box blocks me from using the calendar. I can't clear the error box. It has nowhere to click to close it. Nothing happpens when I right click it. I have force closed iCal, but when it reopens the error box is still there blocking any use of the calendar. There is no error number, just a copy of the text I was trying to paste.

    Try this.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Outlook Calendar response send error

    When I receive a calendar invitation from anyone outside of my company, I cannot send a response. I go through the process of clicking "Accept" and "Respond with (or without) comments." Then I get an error message. The response will not
    send; it just sits in my Outbox and continues to get rejected until I delete it. I would add a picture but this forum won't let me. The error report reads as follow:
    Date/time stamp; Error: An unknown error has occurred in Outlook; Details: Mail could not be sent, Account name; Error code: -50.
    A search yields no results for that error code.
    Any help would be much appreciated. Thanks!
    Edited because it occurs to me that someone trying to help may need to know the following program information: Outlook for Mac 2011, Version 14.3.9 (131030). I have run a check for updated software. No updates needed.

    Hi,
    Since this forum is for Outlook for Windows and you are using Outlook for Mac, I suggest you post this question to Office for Mac forum:
    http://answers.microsoft.com/en-us/mac
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support

  • ICal not connecting to Google Calendar - HTTP 404 error

    Hi there
    I've just bought my first Mac, and I'm running Mountain Lion, just updated to 10.8.1. When I set the system up, I fed in the details of my Google account, and it merrily put my Gmail into the Mail app, and Notes also syncs. But, the Calendar app is giving me continual problems, with this same error message:
    "Your calendar couldn't be refreshed.
    The URL https://calendar.google.com/calendar/dav/[email protected]/user///calendar.google.com/calendar/dav/[email protected]/user/ encountered HTTP error 404. Make sure the URL is correct."
    I've tried deleting and re-adding the Google calendar; the whole Google account; the iCloud account (because various fourms seem to think this is an issue) and none of it has helped. Any suggestions?
    Thanks

    From an email from Google Enterprise support. This is encouraging. The fix I found (clear Calendar caches) was temporary. It lasted about an hour before I started getting the oddities again. Problem is definitely with Google Apps. Who really knows though . . . could be something in Apple's programming too.
    "Thank you for your patience while we work with your issue.
    "At this time I’m in close consultation with a higher level support department. We are currently working on this issue. I’ll be updating you as soon as I hear back from them. I wish you have a great day."

  • Import of icas file to Thunderbird/ Calendar fails, no error message or anything; any ideas? (Win 8.1)

    File originally exported from Microsoft Works Calendar. Is an ics format file which Thunderbird Calendar uses. There is an 'Events and Tasks/ Import' option in the toolbar but using this and selecting the ics file produces no discernable result; not even an error message.
    Should import be possible? If so, are there limits on size, dates? Any ideas gratefully received.

    <ol>
    <li>In Thunderbird, select the Calendar tab.</li>
    <li>Right click on a calendar and select 'New Calendar...'.</li>
    <li>Click 'On My Computer' and 'Next'.</li>
    <li>Give your calendar a name (e.g. Home), choose a color for it, and click 'Next'.</li>
    <li>Click 'Finish'.</li>
    <li>From the 'Events &amp; Tasks' menu, select 'Import...'.</li>
    <li>Highlight the .ics file and click 'Open'.</li>
    <li>On the small 'Select Calendar' screen, highlight 'Home' and click 'OK'.</li>
    <li>There will be a delay of several seconds while Lightning processes the calendar file.</li>
    <li>Note that a calendar is displayed if it is checked, and hidden if not checked.</li>
    </ol>
    Does that work? How large is your .ics file? Do you have lots of old entries?

  • Xi 3.0 Demo errors

    1)       We have configured the XI Demo Examples exactly how it is explained under the SAP Netweaver ’04 Configuration Guide.
    2)       According to this guide, For executing and testing (section 6.1.4, page 43) “There is a BSP application in the SAP system of the integration server (client 105) that you can use to test”
    3)       After executing this operation, we get the following message:
    Error when processing your request
    What has happened?
    The URL http://fmsapprnd002:8000/sap/bc/bsp/sap/sxidemo_agcy_ui/main.htm was not called due to an error.
    Note
    The following error text was processed in the system NXI : An exception that could not be caught occurred.
    The error occurred on the application server fmsapprnd002_NXI_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Form: ON_CHECK_BSP of program CL_BSP_RUNTIME================CP
    Form: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Form: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Form: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    4)       The suggested action is to run transaction ST22, and so we did
    5)       The result of ST22 is this:
    Runtime Errors  UNCAUGHT_EXCEPTION
    Except. CX_BSP_HOST_NOT_QUALIFIED
    Since the system could not react adequately to this error, the current program, ‘CL_BSP_RUNTIME===========CP’, had to be terminated
    Any suggestions?

    hi,
    I have also encountered the same problem. The URL :
    http://<hostname>:8000/sap/bc/bsp/sap/sxidemo_agcy_ui/main.htm was not called due to an error.
    What is the value that i should menttion for the param "icm/host_name_full" in Instance Profile.
    Regards,
    Siva Maranani.

  • XML PL/SQL Parser Demo Error ORA-29516

    I'm trying to get the XML Plsql demo to work on the following
    system:
    Sun Solaris 8
    Oracle 8.1.7.0.0 64 bit
    using the $ORACLE_HOME/xdk/plsql/demo files
    I created an oracle user "xmldba" , granted javauserpriv to
    xmldba, granted javasyspriv to xmldba. I have run
    $ORACLE_HOME/xdk/plsql/parser/bin/load.sql. Then I try the
    demo -
    oracle8$ sqlplus xmldba/xmldba
    SQL*Plus: Release 8.1.7.0.0 - Production on Fri Nov 16 11:07:44
    2001
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - 64bit Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - 64bit Production
    SQL> @domsample
    Procedure created.
    No errors.
    SQL> execute domsample
    ('/home/oracle8/app/oracle/product/8.1.7/xdk/plsql/demo','family.
    xml','errors.txt');
    BEGIN domsample
    ('/home/oracle8/app/oracle/product/8.1.7/xdk/plsql/demo','family.
    xml','errors.txt'); END;
    ERROR at line 1:
    ORA-29516: Aurora assertion failure: Assertion failure at
    joncomp.c:127
    jtc_active_clint_init_ncomp_slots(oracle/xml/parser/v2/DTD, 0)
    returned 0
    ORA-06512: at "XMLDBA.XMLPARSERCOVER", line 0
    ORA-06512: at "XMLDBA.XMLPARSER", line 57
    ORA-06512: at "XMLDBA.DOMSAMPLE", line 72
    ORA-06512: at line 1
    Anyone have any ideas on what I might be missing or what could
    cause the problem?
    Thanks,
    Rhea

    These errors were due to not running initjvm etc. I have resolved all the jvm sqlj related problems now .
    I am still seeing resolver errors . Opened a new thread for those errors.
    Please respond on those
    Thanks
    null

Maybe you are looking for

  • Need some kind of Analytical Function

    Hi Oracle experts I need a little help from you experts. I have a PARTY table as listed below The existing data Party key     ID_INTERNAL     EID          BID 1          11111          123 1          11111          321 1          22222          321  

  • CODEC NOT FOUND

    Hello, all of a sudden I'm having all kinds of probs with FCE HD v 3.5.1  When I launch it pop up box says CODEC NOT FOUND!   U might be using compression type w/o corresponding hardware card.  I then hit OK and it loads but interface no longer shows

  • Is it possible change cost price when poss goods issue?

    Hi experts, I create a return sales order,then create delivery and post goods receipt,it generate a accounting document,the cost price take from material standard cost, is it possible change the cost price before post goods receipt. thanks. lance

  • Recognising portrait orientation in JPG files

    Some programs, e.g. Adobe Bridge CS3, seem to be able to recognise whether a JPG file is of a photo in portrait or landscape mode and display them as appropriate. Other programs, in particular the Screen Saver, don't seem to have this ability. I ther

  • Why does ppi matter for web images?

    Hello When placing an image in my (web/pixel) project the resolution is dependent from the set ppi. When I create a new document for web, then logically only the pixels matter. Nonetheless there's a ppi field, why? And depending what value it has, pl