Please help me to run this CMP BEAN, I need help urgently, I am running out of time :(

Hi,
I am facing this problem, Please help me, I am attaching the source files
also along with the mail. This is a small CMP EJB application, I am using
IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
me the working copy of the same. I need these urgent. I am porting all my
beans from bea weblogic to Iplanet. Please help me dudes.
Err.........
[06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
caught
in kcp skeleton, exception = java.lang.NoSuchMethodError
[06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
java.lang.NoSuchMethodError
at
com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
nyHo
me.java:205)
at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
at
com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
mpanyHome.java:297)
at
com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
e.java:89)
at
com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
wn Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at java.lang.Thread.run(Thread.java:479)
Caught an exception.
java.rmi.RemoteException: SystemException: exid=UNKNOWN
at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
at
com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
mpanyHome.java:324)
at
com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
e.java:89)
at
com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
wn Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at java.lang.Thread.run(Thread.java:479)
Thanks in advance
Shravan
[Attachment iplanet_app.jar, see below]
[Attachment iplanet_src.jar, see below]

One reason that I sometimes get 'NoSuchMethodError' is when I make a change to a
java class that is imported into another java class. When I go to run the
importing class, it will throw a 'NoSuchMethodError' on any methods that I've
changed in the imported class. The solution is to recompile the importing class
with the changed classes in the classpath.
shravan wrote:
Hi,
I am facing this problem, Please help me, I am attaching the source files
also along with the mail. This is a small CMP EJB application, I am using
IAS SP2 on NT server with Oracle 8. I highly appreciate if someone can send
me the working copy of the same. I need these urgent. I am porting all my
beans from bea weblogic to Iplanet. Please help me dudes.
Err.........
[06/Sep/2001 13:41:29:7] error: EBFP-marshal_internal: internal exception
caught
in kcp skeleton, exception = java.lang.NoSuchMethodError
[06/Sep/2001 13:41:29:7] error: Exception Stack Trace:
java.lang.NoSuchMethodError
at
com.se.sales.customer.ejb_kcp_skel_CompanyHome.create__com_se_sales_c
ustomer_Company__java_lang_Integer__indir_wstr__215617959(ejb_kcp_skel_Compa
nyHo
me.java:205)
at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
at
com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
mpanyHome.java:297)
at
com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
e.java:89)
at
com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
wn Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at java.lang.Thread.run(Thread.java:479)
Caught an exception.
java.rmi.RemoteException: SystemException: exid=UNKNOWN
at com.kivasoft.eb.EBExceptionUtility.idToSystem(Unknown Source)
at com.kivasoft.ebfp.FPUtility.replyToException(Unknown Source)
at
com.se.sales.customer.ejb_kcp_stub_CompanyHome.create(ejb_kcp_stub_Co
mpanyHome.java:324)
at
com.se.sales.customer.ejb_stub_CompanyHome.create(ejb_stub_CompanyHom
e.java:89)
at
com.se.sales.customer.CompanyServlet.doGet(CompanyServlet.java:35)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
Source)
at
com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unkno
wn Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at java.lang.Thread.run(Thread.java:479)
Thanks in advance
Shravan
Name: iplanet_app.jar
iplanet_app.jar Type: Java Archive (application/java-archive)
Encoding: x-uuencode
Name: iplanet_src.jar
iplanet_src.jar Type: Java Archive (application/java-archive)
Encoding: x-uuencode

Similar Messages

  • Hello, I'm using the same apple id on my Ipad and Iphone, and anything i do and my ipad reflects on my iphone. if i download an app on my iphone it also downloads on my ipad. Can i stop this from happening. i need help. thank you.

    hello, I'm using the same apple id on my Ipad and Iphone, and anything i do and my ipad reflects on my iphone. if i download an app on my iphone it also downloads on my ipad. Can i stop this from happening. i need help. thank you.

    Yes, under the Settings for the store, you can turn off the auto download for purchases, that way if you purchase an app on another device it will not automatically download on that device.  You would need to do this on both your iPad and iPhone.

  • I made a new apple account but every time i download a new app it says i need to put in my old accounts password and every time I do it says incorrect  how do I fix this?! I need help!

    I made a new apple account but every time i download a new app it says i need to put in my old accounts password and every time I do it says incorrect  how do I fix this?! I need help!

    As rex already mentioned, Apps and other content are forever tied to the Apple ID that was used to purchase them. No transfers. No combining Apple IDs. Forever means forever.
    In practice, this means any apps you currently have - free or paid - will need to be either repurchased using your new Apple ID or downloaded again if free. Until you refresh all of your apps, your iPad will ask for credentials to the old Apple ID any time one of the apps is updated.
    Why did you feel it was necessary to create a new Apple ID?

  • Brand new/never been used iPod nano 2nd gen keeps on charging and won't turn on when removed connection to pc/charger. how can i fix this? pls i need help

    brand new/never been used iPod nano 2nd gen keeps on charging and won't turn on when removed connection to pc/charger. how can i fix this? pls i need help
    i did that middle button and top button for 6-10 seconds, hold play button, that hold button and got it right back and still it won't on but it is detected on my pc and itunes. i've already even put on some songs but it keeps on charging and charging for how many hours and if i remove it, it shuts off and won't turn on again.

    brand new/never been used iPod nano
    Call Apple Care.   You are still under warranty.  You also have 14 days from the date of purchase to return your iPod with no questions asked. 
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired. 

  • Hi! I tried to instal whatsapp thro istore and it displayed the terms and conditions page. But the problem is there is no save or agree button. I am stuck in this page. I need help. This is a iphone5. This was after I upgraded to ios7

    Hi! I tried to instal whatsapp thro istore and it displayed the terms and conditions page. But the problem is there is no save or agree button. I am stuck in this page. I need help. This is a iphone5. This was after I upgraded to ios7.

    It is hardly Apple's fault that Epson can't/won't update their driver, but at least Epson suggest that you use the Gutenprint driver, which in any case is far better that what Epson offer.
    You can get it here:
    http://gimp-print.sourceforge.net/
    You can download the latest version from here:
    http://sourceforge.net/projects/gimp-print/
    Have you downloaded the recent Apple update to Epson drivers?
    http://support.apple.com/kb/DL1398

  • IPhone 3g Stuck On Start-Up Screen. This Is Horrible. Need Help!

    Today in class I was downloading apps and my iPhone crashed and restated but when it restarted it will not go past the start-up screen. This is really making me mad because I gave it a 8 hour charge during the night and it finally ran out of battery life at about 3 and I thought "hey maybe when I get home i'll charge it and it will work again. Nope. I read many articles on here about this issue, but none really helped me. I've tried to restart it like over 50 times, and when I plug it up to itunes it freezes itunes and when I unplug it from the computer it unfreezes this. This really makes me mad because I spend 300 dollars on a phone I thought was amazing. Yeah its amazing but, it has ALOT of problems. So many that i've got to the point where I kind of want to return it to the store. I love it but if I can't fix it...I don't know what I will do. Please Help Anybody! If I restore it will I lose my phone numbers and everything? Will I be able to restore it?

    I'm going onto my 3rd iPhone 3G.
    The first had screen issue that would go black and other bugs.
    The second worked fine until my provider called me for my new serial number.
    They told me to key in a #??# code that brought up my serial number, however when I tried to charged the phone right after it was dead.
    I can plug it in and it will charge, and go to a the apple logo screen and that's it. It does not appear in iTunes so I can't restore. I've forced shut down 50+ times and it will quit but on restart it will never pass the apple logo. When I plug it into my Dell it give me an error message the the iPhone cannot be used because of an error there are come numbers but I did not write them down.
    So I'm now waiting over a week to get the third phone.
    I'm a little ticked and scared, what is this happens when my warranty is expired. I love the phone but the quality is not Apple's best.

  • My address bar has https with a lock on it.... don't know what I did? to put this on...need help

    I was changing things on my computer and I am not a real wiz at this stuff.  My safari when I open it now shows https with a lock on it.  I need help on removing this and also my google is missing from the address bar.  Anyone know what I have done?

    Safari 6
    URL address bar and Google search bar are combined into one bar now.
    Apple calls it Smart Search Field.
    There is no more a separate Google search bar.
    https with lock icon means that information entered in the bar is encrypted for the purpose of security.
    For details:  http://support.apple.com/kb/PH11893

  • How can this pattern work? need help!!

    the model i need have 3layers:JSP+EJB+SocketServer, i know EJB can act as Socket Client(not Server),but the
    main problem is that i must use a .dll or .lib file(written in
    c) in EJB to packge the socket data.someone says EJB
    can use JNI while EJB Spec won't allow it, i dont't want
    to take the risk also.Is there any other way can work?
    (use runtime in EJB?)
    if EJB can't work in this pattern,can i have another choice? (JSP and SocketServer can't be replaced)
    NEED HELP!

    Use the Mediator pattern.

  • HELP!! Flash project due monday and need help asap

    I am a student of the University of Phoenix and I am taking a multi media class, I was given an assingment to create a flash movie given a code to place in the movie and I cannot get it to work, I have one error, I also have no experiance with codes it wasn't a prereq., I need help and the Academic Advisor told me to post here, I am getting nowhere fast please help me! I will attach and hopefully someone will be able to assist me it probably is simple, but the movie needs to stop and replay with the button.
    Thank you in advance.I have been working for 3 days and getting nowhere.

    noone's going to be able to help you much with the swf (unless they are willing to decompile it).  you could copy and paste the code in this forum and probably get some help.  and, if you uploaded your fl somewhere and posted a link, you might get some help.

  • HELP PLZ LOOK IPOD WONT SHUT DOWN! NEED HELP FAST!

    I HAVE A IPOD TOUCH, IT WON'T SHUT DOWN WHAT SHALL I DO? HELP QUICK PLZ! NEED HELP FAST

    - Try a reet:
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Next connect to computer and restore if it shows in iTunes.
    - If still one, then lett the battery fully drain.  After charging fro an hour try the above again.

  • I keep on losing my tabs and i am getting seriously frustrating as i need them to open each and every time i open firefox 4, i have tabs mix plus. why does this keep on happening? please help as i am a student and i need help with this..

    i have now installed too many tabs 1.3.3 to see if that will fix problem.
    but yes each and every time i use firefox, not googlechrome, or ie or opera but only firefox 4 and having used tabs mix plus before i never had a problem.
    but now with firefox beta and now the full release, the issue is still arising. evrytime i open firefox i close my eyes and wait for it to load... and load... when it does open, i open my eyes and lo and behold my tabs are gone.
    thats it please help guys, i love firefox for many reasons i dont want to use opera.
    regards
    ehtisham

    '''[https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/ Adblock Plus]''' {web link}
    Blocks annoying video ads on YouTube, Facebook ads, banners
    and much more. Adblock Plus blocks all annoying ads, and
    supports websites by not blocking unobtrusive ads by default (configurable).
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Run script "void(0)"  I need help to stop this happening !

    When I am doing online banking with NatWest (UK) exactly that message appears in my progress bar (bottom left of browser window) when I click on the name of any of my three accounts.
    Normally, clicking should expand a submenu listing all recent transactions but for about a week now, it has stopped working. Instead, that's the message I get:
    run script "void(0)"
    The people at the bank say there's no problem and that it works for them.
    So what's the cause of this issue and how can I fix it?
    BTW Javascript is on and I have not recently altered any settings in Safari. I regularly flush out all browser caches.

    I can't seem to access that info, Andy. There is no "Inspect Element" option. There is a "view frame source" option which opens a window containing tons and tons of code. I can't copy/paste the exact code here because it scripts itself here and doesn't display the way I see it (if that makes sense).
    Note: I encounter the exact same issue in Safari, Firefox, and Opera. I am using the latest versions of all 3 browsers.
    The techie guy from NatWest just called me and we were on the phone for about half an hour. He paid for the call.
    We went through various routines with different browsers including a stripped-down version of Firefox with all add-ons disabled. The same problem kept coming up and I emailed him a screen shot of what I'm getting.
    He's completely stumped and has escalated the problem by sending it up to Level 2. They will try to reproduce the issue using a setup identical to mine (10.6.6., Safari 5.0.3).
    Level 2 may then call me again on Monday or Tuesday. Watch this space....

  • I am going crazy over this....need help please !!!

    I have one textfield and one combobox and a button. When the button is pushed, if there is textfield is blank and the combobox is set to "Make a Selectio.." I want to see a JOption message. Here is what I have but my combobox is not working. I get a compile time error. I think I need to declare "getSelectionItem" somewhere but where and how......, that I don't know.
    if (source == DataFind)
    try
    //Create Statement object
    Statement s = c.createStatement();
    String query = "SELECT * FROM Data";
    if (txtName.getText().trim().equals("") &&
    txtID.getText().trim().equals("") &&
    cmbColor.getSelectedItem.equals("Make a Selection.....")])
    JOptionPane.showMessageDialog(null, "You must ....!", "Error", JOptionPane.ERROR_MESSAGE);
    else
    String Name = "WHERE Name = '" + txtName.getText() + "'";
    //Create the ResultSet object
    ResultSet result = s.executeQuery(query);
    char Color;
    int ID;
    while (result.next())
    Name = result.getString(1);
    Color = result.getString(2).charAt(0);
    ID = result.getInt(3);
    output.setText(Name + " " + Color + " " + ID);
    }

    With only a quick look, could the square bracket be the compile problem?
    cmbColor.getSelectedItem.equals("Make a Selection.....")])

  • ITUNES 7.0 - I cannot find an answer to this anywhere? I NEED HELP

    On certain albums, my computer rearranges whichever song is playing to the first position on the album, but the track number stays the same. It then proceeds to play the album reordering the songs, which often results in the same songs being played over and over. It only does this with certain albums though, and I cannot find a way to fix this. It never did it in iTunes 6, but whenever I updated to the newest version, it started. I have posted 2 previous posts about this and nobody has responded saying they know what to do. I also cannot find an email address to email apple support at. SOMEBODY PLEASE HELP ME

    I think I solved the problem. I think iTunes somehow named an "Album Artist" in addition to the "Artist" (or stripped the Album Artist from the other tracks). The trick here is to use Get Info to see what is different about the odd track. I'm ashamed I didn't use this diagnostic technique earlier. Anyway, deleting the text from the offending song fixed the problem.
    I think I must have converted the song to the protected format some time ago, just to try it out.
    I'd ask you to re-upgrade to 7.0.2 just to see if this works. If it does, you may want to mark this question as answered.

  • THIS IS VERY FRUSTRATING- NEED HELP- ERRATIC BEHAVIOR

    I have an iMac G5 with Power PC processor. I recently installed Leopard OS and an additional 2 GB memory card, so, now my computer is at max operating level. Here are a few weird things happening: there are several Excel spreadsheets on the desktop I use daily. They used to be icons surrounded by a green frame to indicate they were Excel documents, now, they start out that way when the computer boots up but then they change to white documents with XLS and a corner of the page icon is flapped over. Is that what they are supposed to look like in Leopard? Hmm. The weirdest most frustrating thing of all is that when I use Safari to browse or play games on facebook, the computer auto sleeps or shuts down completely. If I use the restart command, iMac just shuts down. When I run disk utility, I get a disk permissions message that states: ACL found but not expected on "Applications/Utilities." What the heck are all of these things and any ideas?

    check the disc, does it say something about intel processors or power pc processors?
    i never installed mac os on a pc but im doing the best i can to help you.

Maybe you are looking for