- This topic has 4 replies, 2 voices, and was last updated 14 years, 5 months ago by support-joy.
-
AuthorPosts
-
chitra_cancerMemberHi,
I’m going to add a new module Report into my existing web project which is built based on MYeclipse – spring-hibernate-sybase DB. The myeclipse version is as folows
Version: 8.0
Build id: 8.0-20091120I’m thinking of using Jasper report for my report module. Could you pls guide me to get started?. I mean any document, plug-ins needed for myeclipse, any tutorial with sample report example.
Thanks in Advance, any help would be appreciated.
Chitra.
support-joyMemberChitra,
Please look for an eclipse plugin for Jasper Reports which is compatible to Eclipse 3.5. If you find an eclipse update site, you can add the same to ME 8.0 from menu options Help > Software Updates > Add/ Remove Software > Add Site > Add. Add the update site and name and follow the wizard. In case you find a .zip file with plugins and / or features. Copy and paste the same to [your myeclipse 8.0 installation dir]/dropins and restart your IDE.
chitra_cancerMemberJoy,
I’ll try and let you know if I need for further assistance. Please keep up the good work of instant reply or answering each and every request of each user.
Right now i’m facing problem with outofmemory : Java heap space problem in tomcat whenever i choose particular module in my application. I wanted to know is there any tool / plug-in available in ME to detect memory leak, garbage collection and heap allocation monitor that i can detect the leaks in ME by running the app.
Thanks in Advance,
Chitra.
chitra_cancerMemberHi joy,
Further to above thread,
IDE : ME 8.0
Architecture for App : J2ee with spring, hibernate and sybase for Db and Tomcat server 6.0My application size is 90MB,
OS : Linux server memory is 2GB,
CATALINA_OPTS=”-Xmx512m -XX:MaxPermSize=256m -XX:PermSize=256m” is the configuration specified in catalina.sh.
Could you please tell me how much can i allocate for heap and permspace?. How do we calculate?.
Thanks Again,
Chitra.
support-joyMemberChitra,
I would recommend you to upgrade to ME 8.5. Also create smaller workspaces with 1 or 2 projects each. Try to isolate the project which is causing the out of memory / Java heap space problem. Alternatively you can edit myeclipse.ini file located in your myeclipse installation dir and edit vmargs. Try to increase maxPermSize to 786 and see if it helps. Please use extreme caution to edit the config file as it is extra sensitive. Do not enter extra spaces or special characters such as enter key.
-
AuthorPosts