Jump to content
We've recently updated our Privacy Statement, available here ×

pbarmak

Members
  • Posts

    7
  • 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 pbarmak

  1. In 4.2.1a, we cannot run js-export.sh. It immediately fails with multiple BadPaddingException errors. I'm not sure how to debug this or know where the issue is. The configuration seems right (we upgraded successfully). And the site runs fine, reports run fine. It's just js-export.sh that fails. Any help would be very much appreciated! Here is the output and error: root@vm-ubuntu:/opt/jasperreports-server-cp-4.2.1/buildomatic# ./js-export.sh --everything --output-zip ~/backups/js_export42.zipUsing CE setupCreating ActionModelService object.Creating action model infrastructure.Exporting tenant organizations (/)2014-09-27 21:23:34,518 ERROR Cipherer:156 - javax.crypto.BadPaddingException: Given final block not properly paddedjavax.crypto.BadPaddingException: Given final block not properly padded at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:811) at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:676) at com.sun.crypto.provider.DESedeCipher.engineDoFinal(DESedeCipher.java:298) at javax.crypto.Cipher.doFinal(Cipher.java:1813) at com.jaspersoft.jasperserver.api.metadata.common.service.impl.Cipherer.decode(Cipherer.java:154) at com.jaspersoft.jasperserver.api.metadata.common.service.impl.Cipherer.decode(Cipherer.java:144) at com.jaspersoft.jasperserver.api.metadata.common.service.impl.PasswordCipherer.decodePassword(PasswordCipherer.java:131) at com.jaspersoft.jasperserver.api.metadata.user.domain.impl.hibernate.RepoUser.toClient(RepoUser.java:327) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.UserAuthorityServiceImpl.getUsers(UserAuthorityServiceImpl.java:270) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) at com.sun.proxy.$Proxy2.getUsers(Unknown Source) at com.jaspersoft.jasperserver.export.modules.auth.AuthorityExporter.initUsers(AuthorityExporter.java:98) at com.jaspersoft.jasperserver.export.modules.auth.AuthorityExporter.init(AuthorityExporter.java:89) at com.jaspersoft.jasperserver.export.ExporterImpl.invokeModules(ExporterImpl.java:177) at com.jaspersoft.jasperserver.export.ExporterImpl.process(ExporterImpl.java:143) at com.jaspersoft.jasperserver.export.ExporterImpl.performExport(ExporterImpl.java:119) at com.jaspersoft.jasperserver.export.ExportCommandImpl.process(ExportCommandImpl.java:57) at com.jaspersoft.jasperserver.export.BaseExportImportCommand.process(BaseExportImportCommand.java:93) at com.jaspersoft.jasperserver.export.ExportCommand.main(ExportCommand.java:43)........[/code]
  2. I have checked the log file, as I mentioned in my original question, and there is no mention of a problem related to login. I have also checked and even re-imported JIUser, all users are enabled and seem to be fine.
  3. We just upgrade jasperserver from 4.0.0 to 5.6 followin the Upgrade Guide. Everything seemed to go smoothly, the upgrade script completed successfully. But then, I started up tomcat and went to the app page, but it will not allow me to login with any of the user credentials we have, including jasperadmin. The error is "Invalid credentials supplied." I don't see anything in /var/log/tomcat7 related to this. Any help would be appreciated.
  4. I'm pretty new to the way this works - can you be more specific on what needs to be changed in the two files? I added a new context section to actionModel-navigation.xml and restarted tomcat, but I don't see any changes. And the other files seem to only label fields. Any chance you could lay out some steps for us newcomers? In 3.7, it seemed like all I had to change was JI-menu.xml, but this looks a bit different to me. Thanks, appreciate the help.
  5. I've just installed Jasper Report Server 4.0 and I'd like to add to the navigation menu a bit. How do we go about doing that? Is that part of the the Themes now or is there some properties file we modify. I'd like to add another link to the primary menu. I'd also possibly like to modify the "home" button to redirect somewhere else. Thanks.
  6. Not sure the question was clear enough. My goal is not to put a parameter inside a SQL statement. The goal is to POPULATE the parameter with data from a SQL statement. I would want a QueryString within the definition of the parameter so it creates a dropdown with the data from that QueryString. Does that make sense?
  7. I'm new to iReport and I've just created a new Parameter. I don't see any option to populate that parameter with a database query. I only see fields for the parameter name, class type, "is for prompting", default value expression, and description. How can I add a query into this using iReport? I want a simple dropdown that's populated from my database. Thanks.
×
×
  • Create New...