Jump to content
Changes to the Jaspersoft community edition download ×

acidcube

Members
  • Posts

    16
  • Joined

  • Last visited

acidcube's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. As in Liferay-Glassfish version 3.1.1. bundle there isn't anymore another "glassfish" folder . I have to modify severly app-server.xml and setup.xml whenever I found Glassfish 3 config. (Jasperserver 4.5 war install) to make js-ant deploy-webapp-ce work. I also modify appserver.xml to install jasperserver in a domain2 in glassfish with another admin port. I wonder if there is an easier way to install jasperserver on glassfish with different domain and port/admin port. It would be nice if this could be configure from default_master.properties. Anyways, I hope this helps someone else trying to intall jasperserver 4.5 on a different domain/port on glassfish v3.1.1.
  2. UPDATE: I don't see how setting JVM options has anything to do with setting the port/domain in glassfish. I also wonder, why can you set this properties inside the default_master.properties. I'm trying to do this with Jasperserver 4.5 but a way to set this doesn't seem to have improved since Jasperserver 3.7. Can't find any clear documentation about this issue. I wonder if anyone knows this for the lastest version Jasperserver 4.5
  3. yup, One look to the file would be great. I'm also not really sure where can I get the mysql schema, but it should be easy to find. By the way, how much is ONLY the jasperserver pro edition?(or its only sold in a bundle=?), I know it sould like a silly question , but I haven't find a straight answer in the web site.
  4. Could you post your configuration for Xmx Xms PermSize MaxPermSize in your domain.xml for such server description?
  5. Thank you Sherman for your reply. Decreasing MaxPermSIze seems to only make things worse , html previews gets slower, menu it's slower, and exports in general seems to be slower. That's the reason why I set MaxPermSize to 512m. I haven't check if the JVM consume the whole 2G ( In fact I don't really know how to) but it seems that it definetly takes a lot of memory on large exports, small, medium size reports seems ok. Is there any way, to optimize JasperServer or the report itself to make it faster for large reports exports?(Excel Reports, Pdf seems to work ok). -I already tried to make fields in the reports with the smallest posible height (so it decrease the number of pages) - Set Xmx Xmx PermSize MaxPerm size to several convinations... Is it normal that I can export large Reports to PDF but not to xls ,cvs or excel like files? Thanks in advance
  6. Or just have 2 files with different logos each one.besides a jrxml file its what.. like 300kb each
  7. Recently after so many difficulties Installing JasperServer Portlet on liferay I found out that the portlet for jasperserver doesn't shows an option to export to ANY format, basically you can only preview reports in HTML, so what's the point of just having that? Are there any other portlets out there that actually export to many formats? Or having jasperserver inside an iFrame in Liferay it's still the only option? thanks
  8. yeah, I just kept getting a blank screen when I entered the login screen as you described...I wonder if anyone knows the right steps to do this
  9. Sorry, where can I find such configuration? I checked portlet.xml but I couldn't find anything related to that matter. The only way so far for me to access jasperserver from the portlet in liferay, is to manually create an user in jasperserver with the same user/pass as in liferay.
  10. You should check anything related the JasperServer Portlet. The portlet is designed to be integrated with liferay, but it can be adapted to work with "other applications" . How hard or easy is to adapt it to your open source application depends on your application itself.
  11. Anyone :(? I know it looks like a quite dumb question but I havent find out a way to do it.
  12. Ok I tried what you suggested and it seemed to speed up small reports and any kind of preview content But exporting to excel it's still terribly slow or should I say, imposible to produce?, One of my reports produce around 41k rows ,25 columns(resulting in 1700 pages), The query is not the bottle neck, I tested it. Any advice that you could give me for this? Tnx a lot Post Edited by acidcube at 04/06/2010 23:00
  13. I'm having similar problems. The performance of the query in the db it's ok but reports takes a long of time to load, (sometimes they don't even load). I'm using DB2, 2GB ATHLON X64 X2 5000+ pc Heres my configuration in my domain.xml: <jvm-options>-Xms128m</jvm-options> <jvm-options>-Xmx512m</jvm-options> <jvm-options>-XX:PermSize=512m</jvm-options> <jvm-options>-XX:MaxPermSize=512m</jvm-options> <jvm-options>-Xss2m</jvm-options> <jvm-options>-XX:+UseConcMarkSweepGC</jvm-options> <jvm-options>-XX:+CMSClassUnloadingEnabled</jvm-options> <jvm-options>-Djavax.xml.soap.MessageFactory=org.apache.axis.soap.MessageFactoryImpl</jvm-options> <jvm-options>-Djavax.xml.soap.SOAPConnectionFactory=org.apache.axis.soap.SOAPConnectionFactoryImpl</jvm-options> <jvm-options>-Djavax.xml.soap.SOAPFactory=org.apache.axis.soap.SOAPFactoryImpl</jvm-options> Suggested configuration doesnt work for me. I manage to upgrade performance by setting the following configuration: <jvm-options>-Xms1024m</jvm-options> <jvm-options>-Xmx2048m</jvm-options> <jvm-options>-XX:PermSize=128m</jvm-options> <jvm-options>-XX:MaxPermSize=512m</jvm-options> <jvm-options>-Xss2m</jvm-options> <jvm-options>-XX:+UseConcMarkSweepGC</jvm-options> <jvm-options>-XX:+CMSClassUnloadingEnabled</jvm-options> <jvm-options>-Djavax.xml.soap.MessageFactory=org.apache.axis.soap.MessageFactoryImpl</jvm-options> <jvm-options>-Djavax.xml.soap.SOAPConnectionFactory=org.apache.axis.soap.SOAPConnectionFactoryImpl</jvm-options> But the export to excel option is still imposible... it just keep de tab loading all the time. Post Edited by acidcube at 04/06/2010 19:26
  14. Ireports its free (CE) Crystal Reports is not for an instance. Ireports is an excelent tool,crystal is good to but is not good for your wallet
×
×
  • Create New...