Error Uncaught Exception

hi ,
I created an infoobject using a standard infoobject as template.
but while deleting it ,it is giving DUMP uncaught exception,help me please

Hi,
Please go through the following note.
673372
This might help you.
Cheers,
Malli..

Similar Messages

  • Unable to View SMS, Error- Uncaught exception: Index 87 = 87

    Hi
    Pls help - I am unable to view my SMS (Both Sent and Received). Not getting any notification also.  If i compose SMS after sending it disappears.  And I am getting error -Uncaught exception: Index 87 >= 87 everytime i switch on the device. Not able to find the SMS in Messages>View Folder>SMS Inbox also.  I have tried by wiping all applications, device has enough memory- 127MB.  Even Checked Firewall... Pls help...
    Regards
    Sandeep
    Solved!
    Go to Solution.

    Hi sandeep23101985
    Welcome to BlackBerry Support Forums
    There are no specific  Knowledge Base regarding the error Uncaught exception : index 87 >= 87 or similar, As you had already wiped or deleted all applications from your device but still error appearing so to rule out any software issue you can reload your Device OS ,but first do your device backup using BlackBerry Desktop Software,For further instruction please refer to this Knowledge Base :
     KB11320 : How to perform a clean reload of the BlackBerry Device software using BlackBerry desktop software for windows.
    After Reload restore your backup.I hope it will solve your issue.
    Prince
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Problems: Runtime Error, Uncaught Exception.  Please Help!

    Hi I am using an online blog called BLOG CMS (www.blogcms.com) which runs on my website server. I use it to update my website with news, etc. The program uses a javascript WYSIWYG text editor based on http://www.fckeditor.net/
    However, when the BLOG CMS program tried to load the WYSIWYG text editor, I get the following errors:
    LINE: 36
    Char: 2046
    Error: Access is denied.
    URL: http://mysite.com/nucleus/plugins/wysiwyg/editor/fckeditor.html?InstanceName=more&Toolbar=Default
    Runtime error has occurred.
    Line: 35
    Do you wish to debug?
    Error: Access Denied (sometimes it says, permission denied)
    Error: uncaught exception: Permission denied to set property Window.FCK_STATUS_NOTLOADED
    Error: uncaught exception: Permission denied to get property HTMLDocument.getElementById
    I already have the latest version of Javascript, I am running IE 6.0 on Windows XP so I have no idea what is causing the error and I would greatly appreciate your help if possible. My webserver is reputable and configured correctly since it is running on iPowerWeb and the correct versions of PHP, MySQL, etc.
    Thanks in advance for your help and I am looking forward to your replies!
    Ryan :)

    Ryan,
    This looks like a permission problem (even though its free, some kind of authentication might be there). You can contact the site administrator.
    Regards,
    Chandra

  • Error: uncaught exception: [Exception... "'[JavaScript Error: "GTB_getBrowserAndWindowFromDocShell(b) is null" {file: "chrome://google-toolbar-lib/content/toolbar.js" line: 330}]' when calling method: [nsIFormFillController::attachToBrowser]" nsresult: "

    I am getting a line 1 error which I have provided in the troubleshooting box. I have a the newest verison of Java and the newest version of firefox. No addons will load, no toolbars will load, those being yahoo, Google.
    == This happened ==
    Every time Firefox opened
    == when I download 3.6.8, yahoo toolbar and google toolbar also dont load. These error are rolling error that happen every time I start firefox

    My Error:
    Error: uncaught exception: Error: <http://www.mayi.com> à³CPûÖ^' Proxy.InstallTrigger
    what's this?
    help~~~
    thanks.

  • I get this error Uncaught exception..

    Can some help me?
    I get this error:
    Uncaught exception(java.lang.NoClassDelFoundError:org.xml.sax.Locator)
    I am using the following code:
    import org.w3c.dom.*;
    import javax.xml.parsers.*;
    import javax.xml.transform.*;
    import javax.xml.transform.stream.*;
    import javax.xml.transform.dom.*;
    import java.io.*;
    class MakeXMLDoc
    Document moXmlDocument;
    public MakeXMLDoc(){
    try{
    moXmlDocument = mkDocument();
    catch(Exception feException){}
    public Document mkDocument()throws Exception
    Document loXmlDocument = null;
    try{
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
    DocumentBuilder db = dbf.newDocumentBuilder();
    loXmlDocument = db.newDocument();
    return loXmlDocument;
    catch(Exception feException){
    throw feException;
    public static void main(String fsArgs[]){
    try{
    MakeXMLDoc loMakeXMLDoc = new MakeXMLDoc();
    loMakeXMLDoc.createElements();
    loMakeXMLDoc.writeToFile();
    }catch(Exception feException){}
    public void createElements(){
    String lsText = "some text here";
    Element loRootElement = (Element)moXmlDocument.createElement("eds_root_node");
    moXmlDocument.appendChild(loRootElement);
    Element loNode1 = (Element)moXmlDocument.createElement("node1");
    loRootElement.appendChild(loNode1);
    Element loNode2 = (Element)moXmlDocument.createElement("node2");
    loNode2.appendChild(moXmlDocument.createTextNode(lsText));
    loNode1.appendChild(loNode2);
    public void writeToFile()
    throws Exception{
    try {
    String lsUniqFileName = "C:/myFirstXmlDoc.xml";
    File loFile = null;
    loFile = new File(lsUniqFileName);
    OutputStream loOutputStream = new FileOutputStream(loFile);
    TransformerFactory tf = TransformerFactory.newInstance();
    Transformer transformer = tf.newTransformer();
    transformer.transform(new DOMSource(moXmlDocument),new StreamResult(loOutputStream));
    catch (Exception feException){
    throw feException;
    Thanks
    Duke Dollars will be rewarded!

    Isn't it only ap roblem of classpath ?

  • BB 8800 gives error "uncaught exception: java.lang.​ClassCastE​xception"

    Hi,
    after connecting the 8800 via bluetooth with the new RNS310 radio in my car the 8800 shows the error message "uncaught exception: java.lang.ClassCastException" when the RNS310 tries to access the phone book and to download it to the radio-internal phone book. The option for the bluetooth connection in the 8800 is set to
    - not "visible",
    - address book transfer "all entries",
    The event log shows the folllowing entries:
    guid:0x9C3CD62E3320B498 timeUTC) Wed Aug 10 17:28:53 2011  severity:1 type:3 app:Java Exception data:
     ClassCastException
     No detail message
     net_rim_bluetooth
      BluetoothDeviceManagerImpl
      getAddressCards
      0x1C68
     net_rim_bluetooth
      PBAPServer
      <private>
      0xA270
     net_rim_bluetooth
      PBAPServer
      <private>
      0xA650
     net_rim_bluetooth
      PBAPServer
      onGet
      0x9EAA
     net_rim_bluetooth-1
      OBEXServerSession
      handleNextRequest
      0x29E1
     net_rim_bluetooth-1
      OBEXServerSession
      run
      0x2769
     net_rim_cldc-1
      Thread
      run
      0xB767
    Is there any possibility to update the 8800 software / firmware to get rid of the error? I always have to disconnect the battery and restart.

    There is a loader.exe tool located in C:\Program Files\Common Files\Research In Motion\AppLoader (or if you are using a 64 bit C:\Program Files (X86)\Common Files\Research In Motion\AppLoader
    Remove the battery from your BlackBerry and launch the Loader tool. You will see either USB PIN: Unknown or your actual device PIN.
    As the loading process starts, there will be a list of steps to be completed in the loading process. One of those steps listed will say "Wait for Device Initialization". When you see the arrow get to this steps, reinsert your battery.
    If you still get the same error, let me know and we will investigate further from there.
    Good luck!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • App world is showing this error "Uncaught exception: java.lang.NoClassDefFound Error"

    Few days back I received some App world updates through wireless network. After installing those updates and restarting mobile when I clicked on App world icon following error is being displayed "Uncaught exception: java.lang.NoClassDefFound Error". In fact I can't enter into appworld.
    Please suggest remedy
    Regards,
    Hitendra SIngh

    Hello hitmech07,
    Go to www.blackberry.com/appworld on your BlackBerry smartphone browser and attempt to reinstall the appliction.
    Cheers,
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • BBM error: Uncaught exception:java.lang.Null pointer exception ??

    Help. Anybody know what this means and what I need to do to fix it?
    It just started a few days ago and BBM will not open up.
     I have a Torch 9800 running the 6.0 Bundle 2647; V6.0.0.600, Platform 6.6.0.223

    You can take a look at the event log to see if you can pinpoint what application is throwing the error and remove it. To get to the event log: Hold down the alt key and press lglg.
    Another option is wipe the device, including all 3rd party apps and then try to reload the OS.
    If that fails, use JL_Cmder and wipe it that way or resettofactory.
    Either way always back up your phone when installing 3rd party apps.

  • Error: uncaught exception: [Exception... "Cannot modify properties of a WrappedNative" nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)" location: "JS frame :: chrome://global/content/bindings/autocomplete.xml :: onxblpopuphiding :: line 825"

    Keep getting error messages in hotmail: copy of error below from firefox error console
    == URL of affected sites ==
    http://co121w.col121.mail.live.com/default.aspx?wa=wsignin1.0

    Isn´t there any idea on this error yet?

  • WAD error :: Uncaught exception

    Hi All,
    I am facing one problem with WAD report. When I drag and drop one characteristic with hierarchy into the report it is showing the following error::
    Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    But this is not happening for other infoobjects with hierarchy. Hierarchy upon 0DEBITOR is causing problem, this is a reference attribute of 0CUSTOMER. But the same is working in Bex Analyzer.
    Please help me to solve the issue.
    Regards
    Githen

    Hi,
    I need the following information:
    1. BI version and support pack level
    2.  BI frontend version and patch level.
    Before you send this information, update your BI frontend patch level to the latest available.
    You can get this from service.sap.com/swdc.
    Cheers.

  • App World Error! Uncaught exception: java.lang.OutOfMemoryError

    Hello there!
    I downloaded the new updated version of App World. The installation went perfect. When I went to go into my appworld, I get this error: " Uncaught exception: java.lang.OutOfMemoryError"
    It won't even open up App World at all! I've tried pulling the battery, I've uninstalled and reinstalled...and nothing has worked!
    Please help!!!
    Oh! I have a Curve 9300 and the carrier is Telus

    I would suggest performing a backup of your BlackBerry smartphone then reloading the software as shown in the article below:
    KB11320 - How to perform a clean reload of the BlackBerry Device Software using BlackBerry Desktop M...
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Uncaught exception: java.lang.NullPointerException error after connecting to BlackberryPlaybook

    Hi,
    I know that there are many other threads about this error but they're all to do with bbm.
    I have this error with my web browser, whenever I press the button for options, everything in the browser freezes. If I hold down the options button my multi task bar DOES pop up, but my browser is still frozen and if I leave and return the error ( Uncaught exception: java.lang.NullPointerException ) pops up.
    I noticed this started happening after I began using bridge and tethering with my playbook.
    The first time it happened I rebooted my phone and it DID work but I can't keep rebooting my phone for this, can I?
    My phone is now almost two years old (come this December) somebody please help? I don't want to send it in for repairs.

    Hi and Welcome to the Community!!
    There's pretty much no diagnosing those -- they are the equivalent of the random errors in Windows for which tracing the root cause is fruitless. Basically, these are the last out in the programming code -- some event occurred for which there is no handler in the code. The fix is a code update that handles the event...but, again, knowing what the event is is pretty much impossible. So, there are a few things to try:
    Sometimes, the code simply becomes corrupt and needs to be refreshed -- just like a reboot:
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    If it won't boot up cleanly, then you may need to try Safe Mode:
    KB17877 How to start a BlackBerry smartphone in safe mode
    There might be an updated code set from the carrier -- check them via this portal:
     http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    The toughest possible cause is a badly behaving app. To find it, there are a couple of options. One is to see if you can read the log file:
    Go to the home screen. Hold down the "alt" key and type 'lglg'. (You will not see anything while you type).This will bring up the log file. Scroll down (probably many pages) untill you see a line that says 'uncaught execption'. Click on this line. The name of the app will be in the info. Alternative methods for bringing up the logs are in this KB:
    KB05349How to enable, access, and extract the event logs on a BlackBerry smartphone
    The other method is to remove apps one at a time, waiting a while in between (I usually recommend a week), until the problem ceases...thereby discovering the offending app. Still another method is to reload the BB OS cleanly, leaving some time between adding other apps onto the BB so as to be able to determine exactly which one is the cause.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Uncaught exception java.lang.ArrayIndexOutOfBoundsException in J2ME

    hi all,
    i found a strange error (uncaught exception java.lang.ArrayIndexOutOfBoundsException) every time when i tried to developed a MIDlet and servlet to retrieve data from database. can anyone tell me why this error occur? this is example of MIDlet code:
    public void checkResult() {
    HttpConnection conn = null;
    InputStream is = null;
    OutputStream os = null;
    byte[] receivedData = null;
    String userid = "123";
    try {
    String url = getAppProperty("Result.URL");
    conn = (HttpConnection)Connector.open(url);
         byte postData [] = ("userid=" + userid).getBytes();
    conn.setRequestMethod(HttpConnection.POST);
    conn.setRequestProperty("User-Agent", "Profile/MIDP-1.0 Configuration/CLDC-1.0");
    conn.setRequestProperty("Content-Type","application/x-www-form-urlencoded");
         conn.setRequestProperty ( "Content-Length", Integer.toString (postData.length));
    conn.setRequestProperty("Connection", "close" );
    conn.setRequestProperty("Content-length",Integer.toString(postData.length));
         os = conn.openOutputStream();
         os.write(postData);
         os.close();
         is = conn.openInputStream();
         String contentType = conn.getType();
    int len = (int)conn.getLength();
    if (len > 0)
    receivedData = new byte[len];
    int nb = is.read(receivedData);
    else
    receivedData = new byte[1024];
    int ch;
    len = 0;
    while ((ch = is.read()) != -1)
    receivedData[len++] = (byte)ch;
    response.setText(new String(receivedData,0,len));
    display.setCurrent(outputForm);
    catch (IOException e) {
    System.out.println(e.getMessage());
    e.printStackTrace();
    finally {
    try {
    if (is != null) {
    is.close();
    if (os != null) {
    os.close();
    if (conn != null) {
    conn.close();
    catch (IOException e) {
    from alice

    That would be a point where I miss bounds checking on your part:
    receivedData = new byte[1024];
    int ch;
    len = 0;
    while ((ch = is.read()) != -1)
    receivedData[len++] = (byte)ch; // what happens if more than 1024 characters come along??
    }Otherwise the exact line of error, the stack trace or some context would be helpful.

  • Uncaught Exception DSSMA Invalid State (5) 37

    I have been running in circles with sprint tech support and can't get a straight answer.  Of course their solution is to always do a hard reset but that still doesn't solve the problem.
    So here's the story...
    For the first time yesterday, I connect my blackberry to the computer at work with blackberry desktop manager and outlook to initiate my blackberry enterprise server app for my phone.  When it was finished, it said the phone needed to restart so I selected yes to restart.  When it loaded back up I had an error uncaught exception dssma invalid state (5) 37   now I can't find that exact error code anywhere to tell me exactly what it is.  I have found others but I don't think they are specific to my issue.  So after this error, I can't access some messages like texts or other emails I have setup.  And I don't see the app for my enterprise server on my phone.  Any help would be appreciated.   
    Thanks,
    Kris 

    Hello and welcome to the forums!
    It sounds like you will need to reload the software on the device and try the Enterprise Activation process again.
    1)  Here is how you back up your device.
    2)  Here is how you reload the software cleanly on the device. 
    3)  Here is how you restore your data to the device if it is not backed up automatically. 
     hope this helps    
    -tg
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • UNCAUGHT EXCEPTION IN JAVELIN COMPILER!

    Has anyone seen the following error when deploying a JWS? I am using WLS 8.1 SP4 but the issue is also known to occur in 8.1 SP3.
    I have a WLS domain running without any application deployed. Create a simple JWS and deploy - I am stuck here.
    Error: uncaught exception while semantic checking in file:/C:/bea/user_projects/applications/Bug24866/Bug24866Web/MyWS/MyWS.jws
    UNCAUGHT EXCEPTION IN JAVELIN COMPILER!
    File a pri-1 bug on knex-compilerthread: Exclusive Thread
    error: null
    <Apr 15, 2005 10:42:11 AM EDT> <Error> <WLW> <000000> <Error: uncaught exception while semantic checking in file:/C:/bea/user_projects/applications/Bug24866/Bug24866Web/MyWS/MyWS.jws>
    <Apr 15, 2005 10:42:11 AM EDT> <Error> <WLW> <000000> <UNCAUGHT EXCEPTION IN JAVELIN COMPILER! --------------------------------------- File a pri-1 bug on knex-compilerthread: Exclusive Thread error: null stack: java.lang.IllegalArgumentException
    stack:
    at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
    java.lang.IllegalArgumentException
    at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
            at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
            at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
            at com.bea.xml.XmlBeans.compileXsd([Lcom.bea.xml.XmlObject;Lcom.bea.xml.SchemaTypeLoader;Lcom.bea.xml.XmlOptions;)Lcom.bea.xml.SchemaTypeSystem;(XmlBeans.java:346)
            at com.bea.xml.marshal.SchemaTypeBuilder.commit(Ljava.util.Collection;)V(SchemaTypeBuilder.java:753)
            at com.bea.xml.marshal.SchemaTypeBuilder.addElementForDocLiteral(Ljava.lang.String;[Ljava.lang.String;[Lcom.bea.compiler.info.IType;ZLjava.util.Collection;)Lcom.bea.xml.marshal.GeneratedSchemaElement;(SchemaTypeBuilder.java:133)
            at com.bea.wlw.runtime.jws.compiler.CompatSchemaBuilder.addElementForDocLiteral(Ljava.lang.String;[Lcom.bea.wlw.runtime.jws.compiler.JavaOpParam;Z)Ljava.lang.String;(CompatSchemaBuilder.java:396)
    at com.bea.xml.XmlBeans.compileXsd([Lcom.bea.xml.XmlObject;Lcom.bea.xml.SchemaTypeLoader;Lcom.bea.xml.XmlOptions;)Lcom.bea.xml.SchemaTypeSystem;(XmlBeans.java:346)
    at com.bea.xml.marshal.SchemaTypeBuilder.commit(Ljava.util.Collection;)V(SchemaTypeBuilder.java:753)
    at com.bea.xml.marshal.SchemaTypeBuilder.addElementForDocLiteral(Ljava.lang.String;[Ljava.lang.String;[Lcom.bea.compiler.info.IType;ZLjava.util.Collection;)Lcom.bea.xml.marshal.GeneratedSchemaElement;(SchemaTypeBuilder.java:133)
    at com.bea.wlw.runtime.jws.compiler.CompatSchemaBuilder.addElementForDocLiteral(Ljava.lang.String;[Lcom.bea.wlw.runtime.jws.compiler.JavaOpParam;Z)Ljava.lang.String;(CompatSchemaBuilder.java:396)
    at com.bea.wlw.runtime.jws.compiler.TypeXlatorImpl.createMessage(Ljava.lang.String;Ljava.lang.String;ZZILjava.lang.String;Lcom.bea.jws.Protocol;[Lcom.bea.wlw.runtime.jws.compiler.JavaOpParam;Ljava.lang.String;Lcom.bea.wlw.runtime.jws.compiler.JwsXmlMapType;[Lcom.bea.compiler.info.IType;Lcom.bea.wlw.runtime.jws.compiler.CompatSchemaBuilder;Z)Lcom.bea.wlw.runtime.core.cook.WsdlOpMessage;(TypeXlatorImpl.java:99)
    at com.bea.wlw.runtime.jws.compiler.TypeXlatorImpl.fromJavaOp(Lcom.bea.wlw.runtime.jws.compiler.JavaOp;Ljava.util.Map;Ljava.lang.String;Lcom.bea.wlw.runtime.jws.compiler.CompatSchemaBuilder;Lcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)Lcom.bea.wlw.runtime.core.cook.WsdlOp;(TypeXlatorImpl.java:579)
    at com.bea.wlw.runtime.jws.compiler.WSInfo.generateWsdlOp(Lcom.bea.wlw.runtime.jws.compiler.JavaOp;Lcom.bea.wlw.runtime.core.cook.WsdlOp;Lcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)Lcom.bea.wlw.runtime.core.cook.WsdlOp;(WSInfo.java:830)
    at com.bea.wlw.runtime.jws.compiler.WSInfo.processJavaOp(Lcom.bea.wlw.runtime.jws.compiler.JavaOp;ZLcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)V(WSInfo.java:494)
    at com.bea.wlw.runtime.jws.compiler.JwsChecker.check(Lcom.bea.compiler.info.IDeclaredEntity;Lcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)V(JwsChecker.java:146)
    at javelin.java.JavaChecker.checkEntity(Lcom.bea.compiler.info.IDeclaredEntity;Lcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)V(JavaChecker.java:1316)
    at javelin.java.JavaChecker.checkMethodDeclaration(Ljavelin.java.JavaNode$MethodDeclaration;)V(JavaChecker.java:832)
    at javelin.java.JavaChecker.checkClassBodyDeclarations(Ljavelin.java.JavaNode$ClassBodyDeclaration;Lcom.bea.language.info.ILangUserType;ZZ)V(JavaChecker.java:617)
    at javelin.java.JavaChecker.checkClassDeclaration(Ljavelin.java.JavaNode$ClassDeclaration;Z)V(JavaChecker.java:331)
    at javelin.java.JavaChecker.checkClassDeclaration(Ljavelin.java.JavaNode$ClassDeclaration;)V(JavaChecker.java:293)
    at javelin.java.JavaChecker.check()V(JavaChecker.java:181)
    at javelin.work.WorkCheck.checkNode(Ljavelin.SourceNode;)V(WorkCheck.java:94)
    at javelin.work.WorkCheck.check()V(WorkCheck.java:76)
    at javelin.work.WorkCheck.run()V(WorkCheck.java:65)
    at javelin.threading.WorkList.runItem(Ljavelin.threading.WorkItem;)V(WorkList.java:500)
    at javelin.threading.WorkItem.ensureComplete(Ljavelin.threading.WorkItem;)V(WorkItem.java:103)
    at javelin.work.WorkCompile.run()V(WorkCompile.java:65)
    at javelin.threading.WorkList.runItem(Ljavelin.threading.WorkItem;)V(WorkList.java:500)
    at javelin.threading.WorkItem.ensureComplete(Ljava.util.List;Z)V(WorkItem.java:172)
    at javelin.work.WorkCompileFiles.compile(Ljava.util.Collection;I)V(WorkCompileFiles.java:345)
    at javelin.work.WorkCompileFiles.compile(Ljava.util.Collection;)V(WorkCompileFiles.java:313)
    at javelin.work.WorkCompileFiles.recompile(Ljava.util.Collection;)V(WorkCompileFiles.java:284)
    at javelin.work.WorkCompileFiles.compileFromInitialState()V(WorkCompileFiles.java:203)
    at javelin.work.WorkCompileFiles.run()V(WorkCompileFiles.java:148)
    at javelin.threading.WorkList$ExclusiveThread.run()V(WorkList.java:333)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    >
            at com.bea.wlw.runtime.jws.compiler.TypeXlatorImpl.createMessage(Ljava.lang.String;Ljava.lang.String;ZZILjava.lang.String;Lcom.bea.jws.Protocol;[Lcom.bea.wlw.runtime.jws.compiler.JavaOpParam;Ljava.lang.String;Lcom.bea.wlw.runtime.jws.compiler.JwsXmlMapType;[Lcom.bea.compiler.info.IType;Lcom.bea.wlw.runtime.jws.compiler.CompatSchemaBuilder;Z)Lcom.bea.wlw.runtime.core.cook.WsdlOpMessage;(TypeXlatorImpl.java:99)
            at com.bea.wlw.runtime.jws.compiler.TypeXlatorImpl.fromJavaOp(Lcom.bea.wlw.runtime.jws.compiler.JavaOp;Ljava.util.Map;Ljava.lang.String;Lcom.bea.wlw.runtime.jws.compiler.CompatSchemaBuilder;Lcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)Lcom.bea.wlw.runtime.core.cook.WsdlOp;(TypeXlatorImpl.java:579)
            at com.bea.wlw.runtime.jws.compiler.WSInfo.generateWsdlOp(Lcom.bea.wlw.runtime.jws.compiler.JavaOp;Lcom.bea.wlw.runtime.core.cook.WsdlOp;Lcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)Lcom.bea.wlw.runtime.core.cook.WsdlOp;(WSInfo.java:830)
            at com.bea.wlw.runtime.jws.compiler.WSInfo.processJavaOp(Lcom.bea.wlw.runtime.jws.compiler.JavaOp;ZLcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)V(WSInfo.java:494)
            at com.bea.wlw.runtime.jws.compiler.JwsChecker.check(Lcom.bea.compiler.info.IDeclaredEntity;Lcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)V(JwsChecker.java:146)
            at javelin.java.JavaChecker.checkEntity(Lcom.bea.compiler.info.IDeclaredEntity;Lcom.bea.compiler.IToken;Lcom.bea.compiler.IToken;)V(JavaChecker.java:1316)
            at javelin.java.JavaChecker.checkMethodDeclaration(Ljavelin.java.JavaNode$MethodDeclaration;)V(JavaChecker.java:832)
            at javelin.java.JavaChecker.checkClassBodyDeclarations(Ljavelin.java.JavaNode$ClassBodyDeclaration;Lcom.bea.language.info.ILangUserType;ZZ)V(JavaChecker.java:617)
            at javelin.java.JavaChecker.checkClassDeclaration(Ljavelin.java.JavaNode$ClassDeclaration;Z)V(JavaChecker.java:331)
            at javelin.java.JavaChecker.checkClassDeclaration(Ljavelin.java.JavaNode$ClassDeclaration;)V(JavaChecker.java:293)
            at javelin.java.JavaChecker.check()V(JavaChecker.java:181)
            at javelin.work.WorkCheck.checkNode(Ljavelin.SourceNode;)V(WorkCheck.java:94)
            at javelin.work.WorkCheck.check()V(WorkCheck.java:76)
            at javelin.work.WorkCheck.run()V(WorkCheck.java:65)
            at javelin.threading.WorkList.runItem(Ljavelin.threading.WorkItem;)V(WorkList.java:500)
            at javelin.threading.WorkItem.ensureComplete(Ljavelin.threading.WorkItem;)V(WorkItem.java:103)
            at javelin.work.WorkCompile.run()V(WorkCompile.java:65)
            at javelin.threading.WorkList.runItem(Ljavelin.threading.WorkItem;)V(WorkList.java:500)
            at javelin.threading.WorkItem.ensureComplete(Ljava.util.List;Z)V(WorkItem.java:172)
            at javelin.work.WorkCompileFiles.compile(Ljava.util.Collection;I)V(WorkCompileFiles.java:345)
            at javelin.work.WorkCompileFiles.compile(Ljava.util.Collection;)V(WorkCompileFiles.java:313)
            at javelin.work.WorkCompileFiles.recompile(Ljava.util.Collection;)V(WorkCompileFiles.java:284)
            at javelin.work.WorkCompileFiles.compileFromInitialState()V(WorkCompileFiles.java:203)
            at javelin.work.WorkCompileFiles.run()V(WorkCompileFiles.java:148)
            at javelin.threading.WorkList$ExclusiveThread.run()V(WorkList.java:333)
            at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
    <Apr 15, 2005 10:57:58 AM EDT> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default' has been busy for "947" seconds working on the request "Http Request: /Bug24866Web/MyWS/MyWS.jws", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi -
    A few questions:
    What happens if you build your project in the ide? Do you see the same exception?
    Can you narrow down the problem so that the only file in your project is MyWs.jws?
    What does your MyWS.jws file look like?
    Thanks
    Mike Kaufman
    BEA Systems, Inc.

Maybe you are looking for