Problem w/ Forte debugger

While I like Forte a lot it sometimes baffles me with cryptic responses: tracing (F7) into a simple public class file with a couple of other classes defined down in same file - it responds before it even traces one line :
java.lang.NoClassDefFoundError: SportsUnion (wrong name: C/SportsUnion)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
Exception in thread "main"
How on earth can the name be "wrong"? It compiles just fine. Any help would be appreciated. To anyone whom may answer this there's yet another odd one I just found.
Thanks J.T.

Hello TownsendJ,
Maybe you can simply the class that you are debugging and post it on the Forum so that we can try to reproduce the execption that you are getting.
-Merwyn,
Developer Technical Support,
http://www.sun.com/developers/support.

Similar Messages

  • Problem with Forte DDE

    I have a problem getting Forte to talk to another application called
    InTouch by Wonderware via DDE. InTouch is a SCADA (Supervisory Control
    And Data Acquisition) package. InTouch uses DDE as its primary form of
    communication with other software. Right now I have Forte talking to
    InTouch through the use of a Visual Basic interface using DDE. Here is
    the flow:
    Talking to InTouch from Forte using DDE
    FORTE ---> VB INTERFACE ---> INTOUCH
    Talking to Forte from InTouch using DDE
    INTOUCH ---> VB INTERFACE ---> FORTE
    My goal is to eliminate this VB interface and have Forte talk directly
    to InTouch using DDE without the use of any intermediate code. Does
    anyone have any experience with DDE between these two applications?
    Gary Giger
    Raytheon Systems
    300 Science Park Road
    State College, PA. 16804
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    In my Forte 3.0 installation on Windows XP, the file is in:
    \forte directory\modules\ext4j\AbsoluteLayout.jar

  • Problem in Forte IDE

    In my Application i have 10 beans and among these beans one is the main Bean called the Designer . This designer bean extends JPanel and its layout is set to null. i place the other beans on this designer where all the beans extend JLabel. This is working fine in JBuilder 4.0 . i am getting problem in Forte 2.0. The problem is that when i try to drop a bean on the Designer it is getting added to the Frame instead of Designer . can anyone tell the reason or suggest a solution to the problem . It is urgent and any help is appreciated.
    with Regards
    mvg

    Hi MVG
    You may try this
    1. Add To your bean method like
    public java.awt.Container contentPanel()
      //innerPanel is some contained container (usally
      //JPanel) you need to add into your container bean.
      //It has to be empty with some kind of LayoutManager
      return innerPanel;
    }2. In the getBeanDescriptor method of the bean's
    BeanInfo class:
    public java.bean.BeanDescriptor getBeanDescriptor()
      java.bean.BeanDescriptor rv;
      rv = new java.bean.BeanDescriptor(yourBean.clsss);
      //Here is the punch line
      rv.setValue("containerDelegate","contentPanel"); 
      return rv;
    }Notes:
    a. The key "containerDelegate" is a must, on the other hand the name "contentPanel" is not pre-request as long
    as the names in the bean class and in the BeanInfo are
    the same.
    b. This works for NetBeans, since Forte is build around NetBeans I guess it should work in Forte too.
    HTH,
    Yair

  • Problem with Fort�

    I'm having a problem reading from a file in Fort�. My program works in TextPad, but when I try running it with Fort�, it throws a FileNotFoundException...
    I was wondering if I have to include it in a project or something like that?
    Any help would be great.
    Thanks.

    Probably, your file is saved on a package, with something like this:
    package com.something.util;
    When you declare a statement like that, the default directory is now the base directory of the package, that's the directory that contains the "com" subdirectory.
    If you try to read a file named "file.txt" in the "util" directory, the relative path of the file, would be:
    "com\something\util\file.txt"
    If you simply write:
    "file.txt"
    the system would look for that file in the directory that contains "com".
    When you execute this program in the command line, you are positioned in the base directory, doesn't you?
    That's the default directory and so, the system finds the file.
    Hope that helps!

  • Problem with FORTE

    I can't start forte. The error message is:
    "cannot create system directory in \\monk\java\system."
    "monk" is a computer, that was part of my network, but is gone now. How can I tell forte, not to do use \\monk ?? I tried uninstalling and reinstalling forte for several times, but it didn't help :'(
    What can I do ? I don't want to reinstall my Windows (again!)...
    Ben Utzer

    Hi, there,
    I had the same problem while I was installing Forte3.0 It was complaining some dir not there or can't be created.
    Try to add an option at command line.
    e.g. C:\forte4j\bin\runidew.exe -userdir c:\forte4j\user
    Good luck
    Tiana

  • Problems uninstalling Forte for java 4 community edition

    I just installed Forte for java 4 community edition at work, and when i tried to uninstalled it with add/remove programs from control panel. And the uninstall wizard start but then a Sun window apper and it is written, uninstalling and the uninstall program seems to be frozen.

    i have the same problem, reading the documentation it seems you got to run the installer again and you ll get prompted with the "file deletion confirmation"
    too bad i have a self-installing package and i don't get the prompt...
    guesses anyone?

  • A stupid little problem with FORTE

    Hi to everyone,
    I'm using FORTE on windows 2000 but I've a little problem: I can't put the characters {} in the source editor.
    I've tried with the ASCII code (ALT + 123) and with ALTGR+7 but they don't work. How ca I do?
    Thanks

    You can copy the them from where you are able to type them, and then paste them in the editor with ctrl+v. To copy, you can use ctrl+c.

  • Problem starting forms & debugger

    Environment: 9iDS Rel 2 on a Win2000 laptop with Oracle 9i R2 installed in a separate Oracle Home.
    Problem: When I start a form from Form Builder, it passes a URL like
    http://%%20"http://myserver...."
    including the double-quotes. In order to run the form, I must remove the trailing double-quote and all characters up to and including the first double-quote. In addition to being very inconvenient, this prevents me from using the debugger since the form doesn't start automatcially and then get attached to Form Builder.
    The problem started happening when I had to rebuild my entire laptop some time ago. I installed Oracle9i R2 first and decided to make its native language UTF-16 for some other tasks I was performing. When I then installed 9iDS R2, it started passing this URL. I have since removed all Oracle products and re-installed everything as American_America. But somehow Forms is still compensating for Unicode - maybe in the registry somewhere? I've searched, but can't find it.
    Any ideas? I'm very reluctant to format the hard disk and reinstall Windows to solve it!
    Thanks in advance.

    I don't know anything about Unicode/UTF-16, but did you check Edit -> Preferences -> Runtime -> Application Server URL? Any junk in there?
    We have 10g here; not sure if 9i is the same...
    HTH

  • Forte Debugger Question - How to break on exception?

    I am running my midlet under Forte Community Edition 3.0, and I am trying to track down a crash. The output window shows that a NullPointerException was thrown, so it should be a simple matter of finding the line with the offending allocation, but I cant find any way to make the debugger break on an exception. Is this possible?
    Thx,
    Fred

    I'll answer my own question here....the best thing I have found so far is to put a high level catch in the code, then call Exception.printStackTrace in the catch block. Its not ideal, but it helps find the offending code.
    Fred

  • Character encoding problems in Perl debugger on OS X 10.6

    My debugger isn't working like I would expect it to, coming from a linux environment. I've never used a debugger session on this machine, so it's not something that worked then stopped. It's an early 2008 MacBook Pro, running Snow Leopard, 10.6.8.
    If I have a debugger session open, launched via "perl -de 1", I can't use the up and down arrow keys to cycle through my history or Control+A or Control+E to get to the beginning and end of the line.
    These are the characters I get if I hit up, right, down, left:
    ^[[A ^[[C ^[[B ^[[D
    If I hit Control+A or Control+E
    ^A and ^E
    In Terminal preferences
    I currently have my terminal declaration set to xterm-color, and my encodings are the defaults.
    It's happening with both an external keyboard, and the laptop keyboard.
    Has anyone run into this before, and have any advice on what settings I could tweak to make it work as I would expect?
    Thanks.

    Thanks for the help.
    My initial install via a root CPAN shell was not successful. I was running into errors. I tried installing YAML, which had some dependencies, and those dependencies had other ones. It was a mess.
    I did some searching online for *those* problems and the consensus seemed to be to install XCode. I was able to download it free from Apple, after signing up to be a developer  (free signup).
    I was then able to install Term::ReadLine::Perl.
    In case anyone else runs into the problem. Someone on PerlMonks also suggested installing "Term::ReadKey"and "Term::ReadLine::Gnu" in addition to "Term::ReadLine::Perl"

  • Problem installing Forte CE 4.0 on W2K

    Hi,
    The problem is that I can�t install Forte on W2K. InstallShield Wizard starts but then nothing happens, I don�t know the reason, no messages are shown, any idea ?
    Thanks
    Mar

    You probably will get more information and help at the SunOne/Forte Developer site: http://forte.sun.com/ffj/index.html The left hand side of the page has links to the knowledge base (which is pretty current) and to the forums. The Early Access forum has quiter a bit of info re install problems, search it. ( I think you'll have to register first, though - it's free)

  • Problem installing Forte Developer 6 for C

    I am experiencing some installing our new Forte Developer 6 for C on a SunOS 5.6. When I type ./installer I get this prompt:
    Installing Solaris Product Registry's /usr/lib/libwsreg.so library
    [SUNWwsr2 package] which is required by the installer.
    Okay to install /usr/lib/libwsreg.so [SUNWwsr2]? <y|n>:
    After pressing "y" nothing happens. According the the instructions an Install Forte Developer 6 menu should come up but it never does.
    We have tried to install the SUNWwsr2 package manually but that wasn't successful either.
    The problem might be our OS configuration, which we have customized a bit. (I notice that system requirements for Sun Workshop 6 is either a Developer or Full Cluster Distribution OS configuration.)
    I would appreciate any suggestions anyone might have.
    Thanks in advance!
    Weldon Whipple
    [email protected]

    Hello,
    I am looking for a new license for Forte 6.0 and Forte 6.2 - but have not had much luck working with the Oracle/Sun team. Noone seems to want to upgrade to Studio 12 for this code because it is so old, but sometimes needs to be recompiled. I believe that the engineers are using the C or C++ compilers. I noticed that earlier versions have a free license, but not either of these two. If these are no longer supported, will these licenses become free soon? I have the licenses on a Solaris 2.5.6 system and I would like the licenses to run on a Solaris 8 server, so that I can retire the Solaris 2.5.6 system. Is there any chance that I can get a new license? Any chance that these licenses will become free and not dependent on the system? Any recommendations?
    Thank you,
    Jean

  • Problem with Netbeans Debugger

    hello,
    The emulator that I am using, nokia s60 3rd ed midp 2.0, has the habit crashing every once in a while and this is wrecking havoc when running an midlet with nb debugger. When I debug with this emulator NB must first connect to it. This works just fine except when the emu crashes. In this case, NB can not detect that emu has crashed and continuously attempts to connect. I have to exit NB and restart and I find this to be a major pain. What can I do about this?
    Thanks!

    Hi Vimala,
    Thank you for your answer.
    This is quite strange in fact. The problems I have happen on 2 computers. On one computer, I restarted several times yesterday and always had the bug. Today, it seems the bug disappeared. The build is going fine and no freeze occurs. I don't know what happened in the meantime (maybe a restart was useful?)
    On the other computer, I still have the build freeze problem, even if I restart the computer.
    I'll try to investigate a little more on the difference between the 2 computers configuration.
    Thanks for your help,
    David.

  • Problems accessing Forte using C++

    We're building an extension for use with a 3rd party application that
    integrates the application with a Forte application. The extension is a DLL
    that is written in C++ and the headerfiles and libs generated by the Forte.
    The problem is that the app crashes with the following message when I try
    to call the ForteStartup() function:
    Unhandled Exception in TheApp.exe (QQKN.DLL): 0xC0000005: Access Violation
    When I debugged the extension I noticed that the program crashes in the
    function qqos_GetEnv.
    In order to find out if the 3rd party app was the cause, we built two test
    applications. One is a console application and works fine, the other is a
    MFC application and results in the same exception.
    It seems that exception has something to do with the nature of the
    application (Window or console). Does anyone have clue?
    Environment:
    WinNT 4.0 SP3
    Forte 3.0.F.2
    MSVC 5.0 SP3
    Regards,
    Joost Huizinga
    IMPORTANT:
    Due to problems with our mail server, you cannot reply directly to this
    message.
    In order to reply, please send your email explicitly to [email protected]
    Joost Huizinga mailto:[email protected]
    Mediasystemen B.V., a Triple P Company phone: +31-(0)23-5259010
    P.O.Box 32, 2060 AA Bloemendaal fax: +31-(0)23-5260072
    The Netherlands http://www.mediasys.triple-p.com

    Ok ,well I just got a email from Yahoo Support (I sent many,many)and in the beginning they kept insisting it was malware,or a virus,this now has changed.
    The email says they're currently investigating the issue and have determined
    that this is a problem on their end. They are working to resolve this.
    I do hope that a lot of people who are experiencing this have not let up on
    contacting Yahoo,and I do know that they are hard to contact,the support
    is not easily obtained,but you just have to be persistent till you get one person
    who is willing to go beyond the standard answer they give to a lot of problems
    people present to them..and this isn't just Yahoo,but others,who will automatically blame it on a virus,ad-ware,malware-or in this case even the
    firefox browser.
    So please submit your complaints to Yahoo this will make them work harder
    if they see how many people are effected .
    I did try the firefox safe mode that was brought up earlier,this did not do anything
    and I more or less felt it wouldn't,but wanted to give it a try.
    Now I will wait to see how long it takes for Yahoo to resolve this problem.

  • Forte debugger exits (FATAL ERROR in native method: JDWP "util.c")

    When debugging my GUI app in Forte on Solaris 8, my debug session exits with the following error:
    FATAL ERROR in native method: JDWP "util.c" (Feb 20 2002), line 1029: Unexpected error, error code = 113 (JVMDI_ERROR_INTERNAL)
    It seems to do so while in the middle of a comm api routine where I'm accessing the serial port. Has anyone else ever seen this error is Solaris? I have all of the patches required by Sun for JDK1.3.1_02 installed with the same version of the JDK.
    The application runs fine when I run it standalone...
    Any suggestions?
    Thanks.

    I've had the same problem. It appears that it occures when an error is thrown that stop a JSP page load.
    Everything will run find up to that point, but after that, the util.c error will not go away except by deinstall and reinstall of Forte. We can't even use Forte at this point since it will start throwing the error within 1 hour of reinstall. Crap.
    I'm on Windows XP also, and this happens with JVM 1.3 or 1.4.

Maybe you are looking for

  • InDesign CS5, can't open file due to plugins problem

    Hi folks! I'm on Max OSX 10.5.8 and i am currently using a trial version of CS5 (Design Premium) while work sorts out the cash for the upgrade. I work inhouse, and I needed to send an artwork file to an external design agency. I saved the file in CS5

  • Multiple issues with firmware 2.0.1 update on iPhone 3G

    i ran the update the day after it was released and have experienced numerous issues since. first, none of my downloaded third party apps worked, they all crashed. i tried syncing, restoring from backup, and various other methods but the only thing th

  • PO attachment will be attaached in po release strategy workflow

    Hi Gurus, PO creator are adding new attachment(Format : PDF) to  PO (ME22N Transaction). Where this PDF get stored and how to get retrieve this data Becoz need to attach this in mail in workflow. How to attach this file  in PO release strategy workfl

  • Plotting in OSX

    I am trying to connect a HP design jet 455ca plotter with a jet direct box over ethernet. OSX doesn't allow me to use plottter the same as OS9. I have tried to set up as printer and was able to create a PDF file but not making connection to plotter.

  • Permission Issue w/ Menu

    Hello, Can anyone explain why a procedure w/ Execute privileges granted to PUBLIC generate the following error Forbidden You don't have permission to access /pls/portal30/PORTAL30.wwv_link_utilities.get_menu_link('PORTAL30.LINK_VIEW_EDIT') on this se