facebook

Not Able to fetch table with large number of records

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #329378 Reply

    shrutee
    Member

    Hi Team

    We are using me4s scaffolding for CRUD using Oracle 10 g.

    We are able to see tables having 30-40 records but for large tables (1000 records),tables are not getting displayed. Instead we are getting Hibernate Assertion Exception. Not sure as this error is not coming when we are trying to list small tables.
    Please help.

    #329444

    support-swapna
    Moderator

    Shrutee,

    Sorry for delayed response.

    Can you please provide some more information ?

    1. Please copy paste the Installation Details from MyEclipse > Installation Summary > Installation Details ?

    2. Clear the contents of the .log file which is located at <workspace dir>/.metadata/.log. Now replicate the issue and copy paste the contents of the .log file here for us to help investigate further.

    3. If you are seeing memory issues, then can you check if modifying the values in the myeclipse.ini file fixes the issue ?

    The myeclipse.ini file can be found in the same folder as your MyEclipse executable. Open it in any text editor and change the values based on the size of your workspace. For instance, the following settings may be preferable to the defaults.

    -vmargs
    -Xmx768m
    -XX:MaxPermSize=384m

    Let us know how it works for you.

    #329457

    shrutee
    Member

    Hi

    We are using

    MyEclipse for Spring
    Version: 10.0.0
    Build ID: 10.0.0 Build 7 (111109_1440)

    Actually I got to know later that for large records, we have to implement LazyDataModel.
    Previously, I was able to get around 1200 rows by making pagination false.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Not Able to fetch table with large number of records

You must be logged in to post in the forum log in