Run "t3" protocol  wiith NoClassDefFoundError ,why?

it's strange,
i can run applet with "t3" protocol in eclipse,
but i cannt run it in IE,
(they all connect to a weblogic startup class)
(this applet have signed.the webloigc.jar also have down)
java.lang.NoClassDefFoundError: weblogic/rmi/internal/StubInfoIntf
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:431)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:169)
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 weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:71)
at weblogic.rmi.internal.StubGenerator.getStubClass(StubGenerator.java:672)
at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:712)
at weblogic.rmi.internal.StubGenerator.generateStub(StubGenerator.java:699)
at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:76)
at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:486)
at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:449)
at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:345)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:308)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:234)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:135)
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)
at javax.naming.InitialContext.<init>(Unknown Source)
at com.mycorp.monitor.applet.MonitorApplet.getMonitor(MonitorApplet.java:157)
at com.mycorp.monitor.applet.MonitorApplet.init(MonitorApplet.java:63)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

What version of TopLink and WLS are you using?
Seems to be a classpath issue. Can you try putting the toplink.jar on the server classpath?

Similar Messages

  • I have a php module which runs fine in Firefox and all other browsers but not Safari. It always run twice - I see a small ? in upper right corner which is causing it to run twice but NO idea why? Help - thank you

    I have a php module which runs fine in Firefox and all other browsers but not Safari. It always run twice - I see a small ? in upper right corner which is causing it to run twice but NO idea why? I read it MAY have something to do with am image it cannot load but I see them all loaded.  Help - thank you

    Could you share a link to the page?
    Seeing it in context and in our browsers is much easier to debug.
    If not, make sure to run the validator here The W3C Markup Validation Service and clear out any problems. HTML errors, especially structural ones, will cause all kinds of display problems in various browsers/versions/platforms.

  • I just installed Firefox on a new HP 600-1120 with Windows 7 and it is only running in "safe" mode. Why? How do I get it to run in "regular" mode? How does "safe" mode differ?

    I just installed Firefox on a new HP 600-1120 with Windows 7 and it is only running in "safe" mode. Why? How do I get it to run in "regular" mode? How does "safe" mode differ?

    > So now my question is, how can i fix this problem?
    Use the Toshiba recovery disk or the Toshiba HDD recovery option.
    If you dont have the Toshiba Recovery disk try the HDD recovery:
    http://aps2.toshiba-tro.de/kb0/HTD1303440001R01.htm
    This works only if the recovery image files from Toshiba are still on the HDD:
    If you installed the system using another disk as Toshiba recovery disk, this recovery option will not work.

  • Hello, the fan in my 2 year old Mac Book Pro 13" is running a lot lately. Why could that be? My HD is pretty full.

    Hello, the fan in my 2 year old Mac Book Pro 13" is running a lot lately. Why could that be? My HD is pretty full.

    Start with this comprehensive troubleshooting article:
    https://discussions.apple.com/docs/DOC-3521
    Look at this one for possible solutions:
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • HT201263 My iPad 1 can only be updated to iOS 5 yet most apps run on iOS 7. Why can't I make the update on my iPad 1? Is this so I buy another iPad 2+? Now why would I want to buy something that will be obsolete in a few years?

    My iPad 1 can only be updated to iOS 5 yet most apps run on iOS 7. Why can't I make the update on my iPad 1? Is this so I buy another iPad 2+? Now why would I want to buy something that will be obsolete in a few years?  I really want to purchase an Live TV plan yet I need iOS 7 to run most TV apps.
    Can Apple tell me why my iPad 1 is obsolete?
    g

    It's not obsolete as much as the first gen simply lacks the power to run the newer operating systems. IT doesn't have enough RAM. If someone managed to hack it to get iOS 6 or 7 on there they'd just have a slow, boggy and unresponsive device. (think putting windows 7 on an old laptop.
    Unfortunately software moves faster than hardware. Every thing goes obsolete. I've had my ipad 2 for two and a half years now and I know it only has so much longer left to it too. Just the 'joys' of advancing technology.

  • HT4623 my ipod touch says that it is updated. I am running 6.1.3 . Why wont it update to 7?

    my ipod touch says that it is updated. I am running 6.1.3 . Why wont it update to 7?

    Lots of things in the world stink. It stinks that my car isn't a hybrid so I'm stuck with lower gas mileage. It stinks that my TV doesn't support 4K movies. It stinks that my printer isn't color. It's what we just have to live with it if we're not willing to purchase new products.

  • Open Serial Driver VI runs in user interface thread - why?

    I know the serial port compatibility functions are "phased out" and you should use the newer VISA functions - but why on earth is the open serial driver VI set to run in the user interface thread?  If you happen to use these compatibility VIs your serial communication will be blocked by e.g. a user that opens the calendar view of a date and time control...- and the only reason for that is that that particular VI is running in the user interface.
    Change the thread of that VI - and the serial communication runs as it should, so why is it that that particular VI, unlike all the other VIs in that library, is configured that way?
    MTO

    The S/N dialog is part of the process model.
    For the Sequential Model (SequentialModel.seq), the default S/N dialog in found in the 'PreUUT' sub-sequence and implemented as a DLL call.
    The PreUUT sub-sequence of the SequentialModel is a callback, so you can override it in your own test sequence.
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Major run around no answers. Why?

    Early recording years for some of the older stars had music unavailable on CD's. My cassets record on Ion Ez Vinyl/tape converter but can't seem to get them into iTunes library as packaging asserts. Why?
    Running vista service pack 2 why is it not listed in iTunes properties for adapting converters? Nothing passes encryption!

    littgaia wrote:
    My cassets record on Ion Ez Vinyl/tape converter but can't seem to get them into iTunes library
    Ask the people who make Ion Ez, they are the ones who should know how to make it work.

  • Can i run routing protocol with only F2 line card?

    Hello. : )
    One question.
    Can i run routing protocol such as ospf, bgp, eigrp with only F2 modules? (no M linecard)
    Thank you in advance : )

    Hi,
    Yes, you can use OSPF, EIGRP, IS-IS, etc...
    see link below for more info:
    http://www.cisco.com/c/dam/en/us/products/collateral/switches/nexus-7000-series-switches/at_a_glance_c45-689339.pdf
    HTH

  • How java runs in command prompt and why java runs on it

    how java runs in command prompt and why java runs on it

    command prompt was used before the development of IDEs like RAD,eclipse etc.
    its still used for better understanding of the compilation and errors.
    type the java file and save the file(source file) in the bin folder of ur jdk environment with extension .java. the source file must be the one that has the main method declared.
    in the cmd prompt screen , set the path of bin folder.
    eg:C:/program files/jdk(some version)/bin/...
    for compilation,type:
    javac (source file_name).java and press enter
    for running the file:
    java source file_name

  • Why my iasdeploy tool can not run? Always display NoClassDefFoundError?

    C:\>iasdeploy
    iasdeploy for iPlanet Application Server 6.5
    Exception in thread "main" java.lang.NoClassDefFoundError: 4/0\common\lib\servle
    t/jar;
    Can anyone help me? Thank you

    up

  • I am tired of trying to run a PDF convert. Why can I not have a shortcut on my desktop,PLEASE!!!!!!!!!!!!!!!!

    Question in title

    Well, nobody can answer WHY Adobe do things, or don't do things, but if you would like us to try and help you work the PDF convert, please answer these questions.
    1. What sort of PDF convert are you trying to run? What are you trying to convert FROM and TO?
    2. Exactly what PDF convert have you purchased, or subscribed to? Please give exact product name from your receipt.
    3. How are you trying to use this software or service? Please be detailed.
    4. What exactly happens when you try this? Please be detailed.

  • I am running ver 9.0.1, but I keep getting the message that I am not running the latest version? Why? and how can I get rid of this message?

    On my firefox start up screen, I get the message that I am not running the latest. It asks that I upgrade now. However, under "about firefox," I am running 9.01, the latest version. I'd like to know why I'm getting this message and how I can get rid of it.
    Thank you.

    Hi jerzyguitar,
    You may see that message below the Google search box on www.google.com/firefox which is the old Firefox default home page. That page is no longer being maintained by Google.
    You should try changing your home page to:
    about:home
    If you don't know how to change the home page, you should take a look at the Knowledge Base article [[How to set the home page]].
    Hopefully this helps

  • Icloud runs slow on my PC why??

    Icloud runs realy slow when i log in from my pc why??

    iCloud online is unusable.  It takes minutes just to look at a single contact in address book.  Useless.
    What is Apple doing to make it run faster??

  • 2008 iMac running very slow...why?!

    My 2008 iMac started running very slowly yesterday, taking ages to start up and showing the spinning wheel on the desktop for ages making it impossible to do anything. It particularly doesn't like running iTunes or Spotify and got worse when I plugged my iPod in. Another thing I can think of is I downloaded an album from iTunes yesterday and this seemed to coincide with it having a breakdown. Chrome is also running slow and I get frequent unresponsive script messages.
    I'm running OS X 10.5.8 and have upgraded to iTunes 10.6.1. I recently installed the Flashback removal software. Anyone got ideas as to why my computer might suddenly be behaving like this? Don't fancy an expensive trip to the Genuis Bar! Thank v v much.

    Hi...
    How much free space on the startup disk?
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.
    Freeing Up Hard Disk Space - Mac GuidesFreeing Up Hard Disk Space - Mac Guides
    Since it's so slow to startup, remove any items in  System Preferences > Accounts > Login Items
    If there's enough free disk space and removing any items from the Login Items pane didn't help, the startup disk may need repairing.
    Using Disk Utility to verify or repair disks

Maybe you are looking for

  • Goods return from customer

    Dear all, Customer orders quantity 1000kg and return 800kg for that sales order. In this case, (1000-800) = 200kg will treat as loss. In addition, we will delivery 200kg to customer for compensation. How can I solve this case? Best Regards, Amy

  • Update 2g ipod touch from 3.1.2 to 4.2.1?

    Should I update my 2nd generation ipod touch from 3.1.2 to 4.2.1?  Are there any performance, battery or other issues?

  • DLP Picture problem

    Hi, All of a sudden I've been getting this.. almost static picture problem. It exists above my tv feed as well as the TV menus and text. You can see it below.It's a 72MX195 if that helps. Any ideas?

  • C# console application to dll file

    I have c# code that initializes a force feedback joystick and plays force effect file. I want to change this c# console application into a dll file so that I can use it in labview. http://stackoverflow.com/questions/24839498/converting-a-c-sharp-cons

  • Orientation of photo in folder on iMac does not match the orientation of photo in preview of the sidebar of a HP Scanjet G4050?

    The orientation on the HP Scanjet G4050 preview on the sidebar is Vertical and when it gets saved to the folder on the iMac is Horizontal.  This causes great distortion of the photo and renders them unusable.