Jump to content
Changes to the Jaspersoft community edition download ×

huwtrimet.org

Members
  • Posts

    75
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by huwtrimet.org

  1. With the new release of JS 4.0, there are lots of changes to the way how the GUI was done. I was hoping to see a updated document on Customizing and Rebranding the Jaspersoft User Interface. Thanks in advance.
  2. I have installed JS 3.7.1 CE Linux server against Postgresl Repository, the startup log showed following Warnings, please help to point at the right direction as how to fix them, thanks in advance. Code:2011-03-16 11:00:44,274 WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate.RepoUser]; using defaults.2011-03-16 11:00:44,476 WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate.RepoRole]; using defaults.2011-03-16 11:00:44,496 WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate.RepoTenant]; using defaults.2011-03-16 11:00:44,691 WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [org.hibernate.cache.UpdateTimestampsCache]; using defaults.2011-03-16 11:00:44,696 WARN SingletonEhCacheProvider,main:92 - Could not find a specific ehcache configuration for cache named [org.hibernate.cache.StandardQueryCache]; using defaults.2011-03-16 11:00:45,370 WARN PermissionsListProtectionDomainProvider,main:61 - A security manager has not been configured for the JVM. The protection domain set for the reports will NOT be effective.
  3. Okay, I had to ./shutdown.sh and ./startup.sh to get it working again. Thank you!
  4. JS CE 3.5 was working fine using LDAP with Windows 2003 Domain Controller
  5. We use to have windows 2003 server domain controller, my jasper LDAP authentication works fine. Now, we use windows 2008 dc, it does not work anymore, any ideas?
  6. This could be an old fashioned question, are there any local jasper user groups in existance, how to find them if not, how to form them? Thanks in advance
  7. I would prefer a configurable option for this, this feature could be the default behavior.
  8. Did you mean the Chapter 9 in the doc? It has no reference to MD5 and SHA type encryption. The fact is neither are working.
  9. I just installed the jasper server 3.7 communuty release on Windows platform, and after login as jasperadmin/jasperadmin, the "old" toolbar used to add reports, create folders are gone. I know I can still add the resources through the right mouse click on the repo tree, was wondering if the toolbar is intended to be removed as this release? Thanks in advance
  10. I think you can. 1. Create a subreport 2. Main report's subreport properties, use Connection/Data Source Expression like below: java.sql.DriverManager.getConnection("jdbc:oracle:thin:@//XXXXXX:1521/XXXX", "username", $P{param_password}) 3. Make a Parameter "param_password" and set to always prompt I have tested it works...
  11. Hi Sherman, will this bug be fixed in version 3.7 Tracker 0004375 ? Thanks in advance
  12. Your Oracle JDBC driver JAR file has to be installed on the Jasper server at the apache-tomcat\common\lib directory.
  13. I found the issue was reported in the tracker as number 0004375, status open. With SHA encryption, we can not use this tool to connect to PCI(Payment Card Industry, aka, credit card type) database for reporting needs.
  14. I think this may be a bug. I can set the SHA encrypted password like the jasperadmin in the database, and I can login just fine. But, when I use the user manager interface to change the password to ''mypassword", then the clear text is stored in the database, then I can not login use the password because the login page uses the password Encoder.
  15. Does this SHA encryption work with CE version JS 3.5 at all? I have followed the instructions to the teeth, but apparently, all passwords are stored in the database as clear text now. Did I need to include some acegi libary? Thanks in advance.
  16. Hi Sherman, Happy New Year to you! I noticed the JDBC datasource password in the database table is encrypted, I want to know which filter is controlling the encryption, also can I choose SHA or MD5? Thanks in advance
  17. I need to set up a JDBC datasource to connect to our secured PCI credit card database, people in the database group prefers me not saving the password in the JDBC datasource profile. What else could be the alternatives? Can I have the report prompt for password during runtime? Thanks in advance.
  18. I have recently developed a ACD report against the Cisco Voip database which is running on a Windows 2003 server using MS SQL server version 2000, the database was set up to accept named pipe connection only, No TCP/IP. I was using the jtds jdbc driver from here: https://sourceforge.net/projects/jtds/ I was able to connect to the database using iReport datasource like this: Jdbc:jtds:sqlserver://ipcccs1/db_cra;namedPipe=true;instance=CRSSQL;user=HelpDeskReports;password=password!;domain=companyname.com And, the report preview works just fine, it ran for about 90 seconds. My PC is a Windows XP machine. After I uploaded the acd.jrxml and try to run it on the JS CE 3.5, it keeps timeout at 30 seconds. After a week long back and forth with the guy from JTDS, I learned I have to set the following property in the JS CE BIN directory in the catalina.sh file to make the JCIFS timeout values to increase to the amount needed. Add this to the catalina.sh in the start section -Djcifs.smb.client.responseTimeout=300000 \ -Djcifs.smb.client.soTimeout=300000 \ Now my report runs just fine on JS CE 3.5. I hope this will help others.
  19. Code:I just installed iReport 3.6.1 and noticed the fontpath library does not exist anymore. I tried to upgrade the jasperreport3.6.1.jar to my JS CE 3.5, when I run my reports, it shows the following error: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Arial' is not available to the JVM
  20. JS 3.5 CE remains the same as 3.1 and 3.0. Waiting for the future improvements.
×
×
  • Create New...