Any body please can solve my problem  iam getting the exception

hi
Any body can give me the solution to how to solve the problem. Actually iam working on swing and EJB when iam trying to import 100html pages and trying to save that part its giving this below error.
Exception occurred during event dispatching:
java.lang.OutOfMemoryError
<<no stack trace available>>
Please ill be waiting for the reply.
regards,
surya

Hi,
Run your application using ...
java -Xmx300m MyApplication
300m is for 300 meg of virtual memory.
JRG

Similar Messages

  • Any body please can solve my problem that iam facing with JTable

    Dear sir,
    Iam doing an educational product using Swing as front end in that
    iam using JTables. And back end iam using sqlserver. With jtable iam
    facing very serious problem the problem is actually iam entering the values
    in all the columns after that iam pressing the save button its not
    saving but if i click on any of the columns and try to save its saving.
    please anybody can solve my problem.Please if a piece of code is there ill
    be very thankful to you. my mailid is [email protected]
    regards
    surya

    The problem is, the cellEditor does not know that editing has stopped and therefore has not updated the model (where the data actually resides). When you click off the cell to another cell, the first cell knows it must be done editing because you are leaving it. If you click a button (or anything other than another cell), the cell being edited has no knowledge of this. You need to call stopCellEditing() on the cell editor and your problem will be solved. To do this, put the following method into your code and call it when you click the button to clear, save or whatever you need to do.
    public void ceaseEditing() {    int row = this.getEditingRow();
      int col = this.getEditingColumn();
      if (row != -1 && col != -1)
        this.getCellEditor(row,col).stopCellEditing(); 
      }Hope this helped...

  • I guess the problem come from me or I really need those contacts before he calls me for it. I'll try some method that I got from some responders on your support website. Do you have or can you recommand any software that can solve this problem?

    I guess the problem come from me but I really need those contacts before he calls me for it. I'll try some method that I got from some responders on your support website. Do you have or can you recommand any software that can solve this problem?
    One more thing. I just update my iphone that my boss gave to me but it seems to be like it giving me some trouble. My iphone was updated not too long and was successful. I try to lock into it and it telling me emergency call. I plug it to my itune and it telling me that the sim card is not valid or supported. So I inserted my sim card that I usually use to call and it still saying the same. Please help me get into it.

    And as far as paying for phone support, here are a few tips:
    If you call your carrier first and then they route you to Apple, you usually don't have to pay for phone support.
    If you are talking to Apple and they ask you to pay a support fee, ask if you can get an exception this time.  That usually works once, but they keep track of the times you've been granted such an exception.
    If you still end up paying the support fee, that fee only applies if it's not a hardware related issue.  In other words, if it can be fixed by just talking over the phone and following Apple's instructions, then the fee applies.  But if your device is deemed to have a hardware failure that caused the issue, then the fee should not apply, and you can ask for it to be waived after the fact.
    This forum is free, and almost all of the technical support articles the Apple tech advisors use are available on this website.  Literally 99% of what they can do over the phone is just walking you through the publicly available support articles.  In other words, you're paying the fee to have them do your research for you.  It's like hiring a research consultant to go look stuff up in the public library so you don't have to.  You're capable of doing it; you'd just rather pay someone to do it for you.
    It's like Starbucks.  You know how to make coffee.  Everyone knows how to make coffee.  And Starbucks coffee isn't any better than what you could make at home for far less.  But you want the convenience.  So you're really paying a convenience fee.  Milk is more expensive at 7-Eleven than it is at the grocery store... because it's a convenience store.

  • My dvd player will not let me change regions, it just quits when i do, now its stuck on region 1. Any thoughts how i can solve this problem or get round it in some way?

    My dvd player will not let me change regions, it says i have one more chance to change it, then it just quits when i do, now its stuck on region 1. Any thoughts how i can solve this problem or get round it in some way?

    Usually if you have some kind of hardware failure there is some beeping during POST or most motherboards now have LED indicators to produce and error message based on the type of failure
    So if its bad memory, not place properly, mismatched, processor not inserted properly, mismatched voltage or voltage connector not present etc it beeps or generates the error id.
    Power supplies can be tested for failure. There are some walk throughs for testing just them with a switch, paperclip or a jumper (I'd suggest not doing this if you are not familiar with the dangers of electricity).
    Memory can be tested with memory diagnostics programs like Memtest+
    Processors can overheat if the proper precautions have not been taken usually you will get a POST beep or error code for that.
    If the motherboard has no response then do the basics first:
    Check power connectors and power supply. Once you determine that is not the case move on to other items like graphics cards in all the way or memory.

  • I bought an iphone 5 in December. However my iPhone does not support 1700 HSPA . The current iphone 5 does. Is there any way I can trade my iPhone to get the current iPhone since they are both iphone 5?

    I bought an iphone 5 in December. However my iPhone does not support 1700 HSPA . The current iphone 5 does. Is there any way I can trade my iPhone to get the current iPhone since they are both iphone 5?

    No, you have to sell yours and buy the new iPhone 5 with the proceeds.
    Please do not double post. Asking many times does not change the answer.
    Message was edited by: ckuan

  • Is there any extension that can solve this problem

    please click on the bottom link to get a better idea of the
    problem:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1386919&highlight_key=y&keyword1=nav%20bar%20trouble
    any help is appreciated

    Great post:
    Texas Holdem sitemap
    http://texasholdemz.com/sitemap1.htm
    Texas Holdem tips
    http://texasholdemz.com/sitemap2.htm
    Texas Holdem news
    http://texasholdemz.com/sitemap3.htm
    Play Texas Holdem poker
    http://texasholdemz.com/sitemap4.htm
    Great texas Holdem bonuses
    http://texasholdemz.com/sitemap5.htm
    Online poker.

  • Any body who can solve this

    Let me detail my schema i.e I have four tables
    1. ic_store: have storeCode,Description columns.
    2. ic_subStore: substoreCode,Description.
    3. ic_item: itemCode,storeCode(F.K),substoreCode(F.K),Description and others.
    4. ic_itemBal: itemCode,and Balances columns.
    Now I want to give my report the look as,
    Store\SubStore Item Description
    S0001 Main Gold Store
    SB0001 Sub Gold Store.
    ITM00001 Pure Gold 24 Kt.
    and so on.
    After Description Column another column for
    item balances.
    My Query:
    First Query :taking data from ic_store i.e storeCode and description.
    Second Query :taking data from ic_subStore'columns.
    Third Query :taking data from ic_item for item and its description and also taking data from ic_itemBal for balances.
    Problem : is that I have two parameters asking for--- from item to item
    but when I choose these parameters also store those have no items still defined appears and just take spaces.I want to remove those store which have no items defined still.
    Please let me know if I have conveyed my problem properly.
    Thanx in advance.
    null

    See if this works :
    Select t3.store_code, t1.description, t3.substoreCode, t2.Description,t3.itemcode, t3.description,t4.balances
    From ic_store t1, ic_substore t2, ic_item t3,
    ic_itemBal t4
    Where t3.store_code = t1.store_code
    And t3.substoreCode = t2.substorecode
    And t3_itemcode is not null
    And t3_itemcode between(:param1,:param2);
    I think this should work.

  • Any Function which can solve my problem.

    Hi all
    I am working on Character based report from which i use to take print on my check using dot matrix printer.
    my query is
    1) when i want to type my amount in words there may be chances of overlapping my amount in words with other field because may be the value is too large.
    for e.g here in front of rupee that much character be fix other may go to other line.
    PAY............................................................
    RUPEES....................................................... RS.2206
    i have tried
    SELECT SUBSTR('Two Thousand Two Hundred Six only',1,25) FROM DUAL
    SELECT SUBSTR('Two Thousand Two Hundred Six only',25,100) FROM DUAL
    but some time the value get changed then like 3206
    then
    if we will use same in report
    SELECT SUBSTR('Three Thousand Two Hundred Six only',1,25) FROM DUAL
    SELECT SUBSTR('Three Thousand Two Hundred Six only',25,100) FROM DUAL
    PAY............................................................
    RUPEES.Three Thousand Two Hundre. RS.2206
    ed Six only.
    run time in report.it should not come like this.
    is there any function or solution for this.

    assuming your max length is 25, this sql will split the string at the last blank:
    WITH t As (
        SELECT 'Three Thousand Two Hundreed Six only.' text FROM dual UNION
        SELECT 'Two Hundreed Six only.' FROM dual UNION
        SELECT 'Three Thousand Three Hundreed Three only.' FROM dual
    SELECT
        SUBSTR(text, 1, INSTR(SUBSTR(text, 1, 25), ' ', -1) - 1) row1,
        SUBSTR(text, INSTR(SUBSTR(text, 1, 25), ' ', -1) + 1) row2
    FROM t;
    ROW1
    ROW2
    Three Thousand Three
    Hundreed Three only.
    Three Thousand Two
    Hundreed Six only.
    Two Hundreed Six
    only.

  • Any body who can solve it

    1).I want to call oracle graphics app. from oracle forms6.
    2).Same as above with parameters.
    Thanx in advance!

    Hi
    Create a chart control in u r form. In the When new form instance or when new item instance
    1) Create the parameter list at runtime (param_id)
    2) populate the graph using
    Run_product(Graphics,'file name with path',asynchornous,batch,filesystem,param_id,:block.chart_item_name)
    Hope this will help u.
    Bye
    Mrs.Srikanthan

  • Is there any way i can alter my macbook to get the keyboard to light up?

    I recently bought my MacBook and didn't know that lit up keyboard was an option. i am so disappointed, is there anything i can do aside from replacing it to get a light up keyboard?

    If you have a unibody model, it's probably possible, but it would be costly to replace the keyboard.
    There are flexible LED lights you can get that plug into the USB port. They don't take much power and shine on your keys.
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Macsimum News Associate Editor  Creator of 'Mac611 - Mobile Mac Support'

  • I just bought something via my debit card but since i set my payment menthod to none and now i cant set my payment information back ...Its declined my card how i can solve this problem thankyou

    I just bought something via my debit card but since i set my payment menthod to none and now i cant set my payment information back ...Its declined my card how i can solve this problem thankyou

    I think the problem lays with Last.fm. I had the same exact problem as you. In your processes screen, end the task "lastfmhelper.exe" Last.fm still scrobbles. The tracks don't skip, although I notice there is still a bit of a lag in the first part of the song - but if you can deal with that, no skipping. I think you will have to end that task everytime you boot up your computer, or uninstall last.fm completely until they fix it; it is a bug in their software, as opposed to iTunes.

  • I have a problem in my iphone 4 with wi-fi after update to IOS6 please can help my how can solve this problem?

    I have a problem in my iphone 4 with wi-fi after update to IOS6 please can help my how can solve this problem?

    Nope
    One needs to press the home and sleep / wake keys together for the phone to reset
    The other thing I could recommend
    Let the battery run out and the phone completely "die"
    It may take a day or two with it not being used
    Then plug it in to charge and see if there is any change in behavior
    If you cannot get this to work - you may need to bring it to an Apple store

  • HT1386 Please contact itunes support to complete this transaction how i can solve this problem on my iphone 4s IOS 5.1.1

    Please contact itunes support to complete this transaction how i can solve this problem on my iphone 4s IOS 5.1.1

    Do as directed & contact iTunes support:
    http://www.apple.com/support/itunes/

  • Help me please ,I dont can solve this problem

    please How I can solve this problem?(SQL)
    Display each employee’s last name, hire date, and salary review date, which is the first Monday after
    six months of service. Label the column REVIEW. Format the dates to appear similar to “Monday,
    the Thirty-First of July, 2000.”
    Flickr: abbasovv's Photostream

    Where you get this task?  I didn't understand anything, really! what do you want to do? what is the purpose? to get next 6 months function ADD_MONTHS, to get next monday, tuesday ... use function NEXT_DAY, to get number of week use function TO_CHAR.
    WITH T AS(
    select to_date('17-JUN-1987','dd-mon-yyyy') D from dual union all
    select to_date('21-SEP-1989','dd-mon-yyyy') from dual union all
    select to_date('13-JAN-1993','dd-mon-yyyy') from dual union all
    select to_date('03-JUN-1990','dd-mon-yyyy') from dual union all
    select to_date('21-MAY-1991','dd-mon-yyyy') from dual union all
    select to_date('07-FEB-1999','dd-mon-yyyy') from dual union all
    select to_date('16-NOV-1999','dd-mon-yyyy') from dual )
    SELECT D,
           ADD_MONTHS(D,6),
           NEXT_DAY(ADD_MONTHS(D,6),'MONDAY'),
           TO_CHAR(ADD_MONTHS(D,6),'W'),
           TO_CHAR(ADD_MONTHS(D,6),'fmDay, fmdd fmMonth fmyyyy')
    FROM T
    WHERE TO_CHAR(ADD_MONTHS(D,6),'W') = 1
    Ramin Hashimzade

  • I want to sync tasks in Outlook with my iPhone. I have tried Toodledo (not good) and Todo. Todo works, but it cuts off most of the text. I only get the beginning of my (long) lists. Any ideas how I can solve this problem?

    I want to sync tasks in Outlook with my iPhone. I have tried Toodledo (not good) and Todo. Todo works, but it cuts off most of the text. I only get the beginning of my (long) lists. Any ideas how I can solve this problem? I starting to regret that I switched to iPhone...

    Usually if you have some kind of hardware failure there is some beeping during POST or most motherboards now have LED indicators to produce and error message based on the type of failure
    So if its bad memory, not place properly, mismatched, processor not inserted properly, mismatched voltage or voltage connector not present etc it beeps or generates the error id.
    Power supplies can be tested for failure. There are some walk throughs for testing just them with a switch, paperclip or a jumper (I'd suggest not doing this if you are not familiar with the dangers of electricity).
    Memory can be tested with memory diagnostics programs like Memtest+
    Processors can overheat if the proper precautions have not been taken usually you will get a POST beep or error code for that.
    If the motherboard has no response then do the basics first:
    Check power connectors and power supply. Once you determine that is not the case move on to other items like graphics cards in all the way or memory.

Maybe you are looking for

  • How do I stop iTunes from starting with Windows?

    Hi there. After installing iTunes 7, it launches with Windows despite there being no registry entries or Startup folder entries. I also can't find any preference settings in iTunes to change this. I don't want iTunes starting with Windows as it's a C

  • Exception while running a client to connect to a Corba Interface

    Hi, I am gettting the follwing error, while i run my client program and through which i am trying to establish connection with CORBA "Interface.Exception in thread "main" org.omg.CORBA.BAD_PARAM: minor code: 0 completed: No" Can any one out there let

  • Computer not recognizing external harddrive

    I just did a software update and now my macbook pro will not see my external hard drive

  • App to keep backlight on while locked?

    I have been looking for some type of app or feature that would keep the backlight on while my iPhone 3G is locked and being charged. I know you can set the Auto-Lock to never but that will keep it at the Home Menu where it is very hard to tell if you

  • Deploying an App with 'Documents and Data'?

    Hi All, I need to setup 10 iPads with a few applications - using iTunes to restore these iPads rather than download each application 10 times. One application seems to be a launcher for several applications within it that you need to 'Download' withi