JSException without a message

Within my applet I get the following exception when I call
JSObject win = JSObject.getWindow(myApplet);
Exception in thread "AWT-EventQueue-2" netscape.javascript.JSException
     at netscape.javascript.JSObject.getWindow(Unknown Source)
Since there is no message within the exception, I do not know the reason.
Does anybody know where I can find the source for the plugin.jar File?
Any idea what I could do to get more information?

I found the solution.
I called the JSObject.getWindow(myApplet);
method with a null parameter.
This happened, because I has to work with code from an external company.
I would have been I big help I have got a message telling me that a null parameter has been given.

Similar Messages

  • Empty document found. Proceed without sending message

    Hi All,
    I have a file CC and it works fine , simple file.
    But when I add Trailer to it... then I have no output file..Instead the CC channel shows that the document is empty and cannot proceed:
    Here is the details ( Watch the Trailer added)
    ZOUT_MT 11 -ZIN_MT 11
    Recordset 1--1
    Rec 1unboundedTest01 1-----unbounded
    key(string) 1...1----
    key 1..1(string)
    name11(string) 1..1----
    name21 1..1(string)
    name12(string) 1..1----
    name22 1..1(string)
    Trail 1...1 -
    Trail 1---1
    key(string) 1..1 -
    key 1..1(string)
    test(string) 1...1 -
    test1..1 (string)
    In Config: Sender File CC
    Doc Name :ZOUT_MT
    Doc namspace : http://mytest.com/test1
    RecordsetName : Recordset
    Recordset Structure : Rec,*,Trail,1
    Key Field Name : key
    Recordset per message : 1
    Rec.fieldNames : key,name11,name12
    Rec.fieldSeparator : ,
    Rec.endSeparator : 'nl'
    Rec.processConfiguration: FromConfiguration
    Rec.keyFieldValue : 1
    Trail.fieldNames: key,test
    Trail.endSeparator: 'nl'
    Trail.processConfiguration : FromConfiguration
    Trail.keyFieldValue : 1
    Trail.fieldSeparator : ,
    From all this work above , when I put the file having:
    1,111,112
    1,222,223
    1,333,334
    1,99
    The output file in empty (null)...
    Does anyone out there understand why the output file is becoming null..
    here is the log I get in workbecnh (commuunication channel)
    Audit Log for Message: c1a434f5-ad9f-4a26-08c1-e7d579a5927a
    Time Stamp Status Description
    21.01.2009 11:48:22 Success Channel ztest_sender_cc: Entire file content converted to XML format
    21.01.2009 11:48:22 Warning Channel ztest_sender_cc: Empty document found. Proceed without sending message
    21.01.2009 11:48:22 Success File "/mylocation/interface/SCM/somefolder/in/shilpagirlsinput.txt" deleted after processing

    keyFieldValue must be different for Rec and Trail, keyfield is to distinguish Rec and Trail, their value must be different, otherwise how can you tell which record is Rec, and which is Trail?
    Try to put different keyfield value, chang the input file and run the scenario.
    Also because you specified cardinality 1...1 for Trail element, and 1 is used as keyfield for Rec, XI thinks there is no Trail in the outbound file, thus it produces empty document warning as Trail is required to be present by cardinality 1...1
    Jayson

  • FCC problem:  Empty document found. Proceed without sending message

    Hi all,
    I am doing FCC to FCC scenario.
    In that I am getting the following message in Communication channel Monitoring.
    <b>Channel CC_File_FILBAS009_Sender</b>: Entire file content converted to XML format
    <b>Channel CC_File_FILBAS009_Sender</b>: Empty document found. Proceed without sending message
    File "/temp/xidelivery/send/FILBAS009_input.txt" archived after processing
    and My File structure is as follows..
    RS
    -HEADER
    Field1
    Field2
    Field3
    -DATA
    Field4
    Field5
    Field6
    -TRAILER
    Field7
    Field8
    Field9
    FCC Parameters are:
    RecordsetName : RS
    HEADER.fieldFixedLengths                   :  5,1,5
    HEADER.fieldNames                            :  Field1,Field2,Field3
    HEADER.keyFieldName                       :  Field2
    HEADER.keyFieldValue                       :  'H'
    HEADER.endSeparator                        :  'nl'
    In the same way I gave conversion parameters to DATA and TRAILER also.
    Can any one tell me what is the problem?
    Regards,
    Pavani

    hi pavani,
    excuse me about my previous reply.
    I was just checking your FCC parameters. I see fieldseparator missing and also is it possible to paste sample input data.
    I fieldsepartor is also not necessary since you have fiexedlengths. Since you say FCC to FCC and you paste the receiver FCC parameters
    regards
    Ramesh P
    Message was edited by:
            Ramesh P

  • Error: Empty document found - proceed without sending message.

    Hi,
    I am using FCC in my Sender CC.
    Error:  Information     Channel CC_XXXXXXXXXXXXXXXXXX: Converted complete file content to XML format.
              Warning     Channel CC_XXXXXXXXXXXX: Empty document found - proceed without sending message.
    Thnaks,
    Satya

    Hi,
    Check this link.. Do you create input file similar to the link describe?
    Empty document found. Proceed without sending message

  • How to split messages without using Message split (BPM)

    In file to file scenario how to split messages coming from file without using Message split (BPM)

    Thank you very much.

  • JDeveloper compile error without detailed message

    Hi all.
    When compiling my application i get compiler error on one EO without detailed message. When i check and validate source in xml everything seems to be ok. Are there any settings to further investigate the problem. I'm using jDeveloper 11.1.2.0 developing ADF application.
    Suggestions welcome.
    Edited by: user5866800 on 20.12.2011 13:49

    If i open xml file, everything is colored with green.i cant comment on this statement. because am not using release2.
    did you change anything .xml which you mentioned.?
    how did you generated EntityImpl for the EO?

  • Weblogic server 7 sp4 stopped without error message

    Hi all
    im a begginer in weblogic server
    ive installed the server (7 sp4 trial version) and the application work fine
    but now i was trying to run a javascript that updating DB, it start working but after a while the weblogic server crashed and stop working without any message error
    or exception (very weird).
    does anybody know what can it be ?
    why the server is crashes like that ?

    I am curious to see that javascript. :P

  • Displaying messages without h:message or h:messages tag

    How can you display messages without h:message or h:messages tag. Is it possible to disply messages in another component. I have only a small piece of page reserved for displaying errors and it would be nice to show these errors in component with scrollbar.
    Regards, Simy

    Well you can access messages produced using
    getMessages() method of faces context. Store these messages in some attribute of backing bean and attach this attribute to some component in your jsf page.
    You can use the following conditions to determine the presence of any messages using:
    rendered="#{! empty facesContext.maximumSeverity}"

  • Firefox shuts down suddenly without error message. Any ideas why?

    Firefox shuts down suddenly without error message on Samsung Note 2014.

    Please update to the most recent version of Firefox:
    *[[Update Firefox to the latest version]]

  • Close main window without alert message

    Hai Guys
    I am opening a new page in jsp with
    window.open("", "mywindow1","status=1,width=350,height=150");
    This page is opened without menu bar.Thatis ok.
    When i am closing the main window with,
    mywindow.close();
    i am Getting an alert message to close the main window.
    Now i want to close the main window without alert message.
    is it possible.
    if u have idea please reply.
    Thanks

    Hi,
    you close dialog windows through the handler that you obtain when opening the window. In IE - and I assume this is where your problem comes from - a security mechanism has been added to prevent scripts from closing root windows without notification. If you want to close the root window I think the work around is to call a HTM page that only calls window.close() in its onload body attribute
    Frank

  • Sharing to DVD all my projects stops att 66 % - without error messages.

    Sharing to DVD all my projects stops att 66 % - without error messages.
    I'm a beginner in Final Cut Pro X. Not good at ¨computer terms¨ and computers so please take it easy when explaining.
    My first three project was succesfully . (I then had no background image.)The fourth project (about 59 minutes) was at first successfully even with a background image. (But when I played the DVD on my DVD-player it stopped completely after 45 minutes, but went on when I tried to play it again, from the place where it stopped.) Then I replaced the background image with another and after that it stopped at 66 %. I read about the error -29 and made my image ¨smaller¨  but nothing happened. I also made the project shorter, about 57 minutes, nothing happened.
    I tried a couple of completely new project from 2 – 20 minutes long – the same happened, it stopped at 66 %. (Read about deleting render files and tried that too without results.)  I have a Mac OS X 10.8.3 Mountain Lion
    Grateful for help after a week with problems. It’s a dancing project and people are waiting for the DVD…

    "What finally got it to work for me was Share>DVD>Settings>Backround; added a small jpeg, then removed. For whatever reason, it seemed to jar Create Disk awake."
    Using this idea I didn't even add or delete an image, just opened the the Background window and closed it again.
    This made one stubborn Project work/burn even with some retimed clips in it.
    This action must flick an internal ON switch somewhere????
    It's something simple but annoying. I have no idea where to look.
    At least with a couple of extra clicks it's now working as expected.
    Annamatilda might try the same to confirm the above??
    Al

  • Can anyone help me restore my phone without loosing messages and photos, ive updated to IOS6 through wifi only and have been told it had to have a computer conected to it and now it says no sim

    Does anyone know how to reset a iphone without looosing messages and photos

    A reset does not affect any data on the device.
    A restore does affect data on the device.
    What are you actually trying to do?

  • IPhone and IPod texting without a message plan

    Is it free to text someone with an iPhone without a message plan and an iPod with iMessage?

    You can turn cellular data off, which will make the phone even more useless on the U.S. T-Mobile network than it normally is. What is NOT an option on the 4S is turning off 3G data while leaving EDGE enabled.

  • When i reply to an email on my iphone and click send, it just returns to homescreen without sending message, anyone else experienced this?

    When i reply to an email on my iphone and click send, it just returns to homescreen without sending message, anyone else experienced this?  Its very annoying, esp if i've just typed a long reply!!

    try to delete and readd your account then try again

  • IPod Touch Won't Update to iOS5 without error message (-43) stating all contents will be deleted. How can I update without everything being deleted?

    Hi there,
    I have an iPod Touch 3rd generation (Model A1318). For the last several months I keep trying to update to iOs 5 and it gets stuck during the backup phase and an error message pops up:
    As half of my songs are not iTunes purchases, therefor not on the cloud, I do not want to start from scratch and have everything deleted. Also, Apple does not allow you to extract songs back off the pod easily to backup, so it would present a serious hassle reuploading hundreds of songs from CDS etc. Can anyone help explain this message? Has anyone hit continue with the update occurring smoothly without anything being erased? Any guidance much appreciated. I tried several times disabling my anti virus software during the process like others have said on the boards and in the Apple store but the same message and outcome. For reference, I'm using Windows Vista and the most recent iTunes 10.6.1.

    See my response to your other post.
    The automatic iTunes backup does not contain any synced items like apps, music (either iTunes purchases or not). There is no difference in what is backed up. See:
    iTunes: About iOS backups

Maybe you are looking for

  • How to process a SOAP Attachment in XI

    Hi, I have a SOAP-RFC-SOAP Synchronous scenario. Here the SOAP Message comes with an attachment. I need to process the SOAP Attachment through XI and need to map the content to the RFC and send the response back to the webservice. Here PayloadSwapBea

  • Case Statement Help needed [Nested]

    Hi all, I need to write a case statement my requirement is ENC.EET.40 E_Disposition populated from either "E_ Status" field of HP_Response_table, "File Status" of HP _TTT_Response_Table, or "E_Status" of DDA_R_Table. If no data in any of these fields

  • Is possible date wise trial balance  in sap

    Hello, Is it possible date wise trial balance in sap, for example trail balance as on 20.06.2010. Please provide your inputs Thanks, Ratnam

  • IDOCS: One time customer Processing Issue with TRMTYP

    Hi Gurus, We are working on the process of Transfer of Location Master from SAP ECC 6.0  to Third Party TMS  and we are facing the following problems: While transmitting One Time Customer: In case of one time customer Account group used are CPD and C

  • J2EE at Os level...

    Hello, How can I make sure that J2EE is running? It is regarding ABAP+J2EE for BW 3.5 NW04. I went to SMICM - Services and it will show the list of HTTP ports and there status. How will I be sure that J2EE is active. Because J2EE will be down but the