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

jan.carlsson

Members
  • Posts

    9
  • 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 jan.carlsson

  1. And TreeSet cuts off all duplicate values, so it is distinct values
  2. ArrayList adding values twice for me as well. Any sugestions?
  3. I found a simpler solution. Used the UI and exported an domain and imported the zip file via 'Manage' -> 'Server settings'
  4. ./js-import.sh --uris /organizations/Hjertinfarkt/adhoc --input-zip=/tmp/AdhocHjertInfarkt.zip
  5. I get error when i run the import-script in Buildomatic. Does anyone have any clue what this is for an error. Running on an Linux OS. ​org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'executionOwnerVoter': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exportSecurityContextProvider' defined in file [/home/tomcat/jasperreports-server-5.1-bin/buildomatic/conf_source/iePro/applicationContext-export-import-multi-tenancy.xml]: Cannot resolve reference to bean 'internalUserAuthorityService' while setting bean property 'userAuthorityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mtUserAuthorityServiceTarget' defined in file [/home/tomcat/jasperreports-server-5.1-bin/buildomatic/conf_source/iePro/applicationContext-multiTenancy-security.xml]: Cannot resolve reference to bean 'profileAttributeService' while setting bean property 'profileAttributeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'profileAttributeService': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'profileAttributeServiceMethodSecurityInterceptor' defined in file [/home/tomcat/jasperreports-server-5.1-bin/buildomatic/conf_source/iePro/applicationContext.xml]: Cannot resolve reference to bean 'authenticationManager' while setting bean property 'authenticationManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defined in file [/home/tomcat/jasperreports-server-5.1-bin/buildomatic/conf_source/iePro/applicationContext-security.xml]: Cannot resolve reference to bean 'mtDaoAuthenticationProvider' while setting bean property 'providers' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mtDaoAuthenticationProvider' defined in file [/home/tomcat/jasperreports-server-5.1-bin/buildomatic/conf_source/iePro/applicationContext-multiTenancy.xml]: Cannot resolve reference to bean 'mtHibernateTenantService' while setting bean property 'tenantService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mtHibernateTenantService': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeTenantServiceInterceptor' defined in file [/home/tomcat/jasperreports-server-5.1-bin/buildomatic/conf_source/iePro/applicationContext-multiTenancy.xml]: Cannot resolve reference to bean 'proThemePropagator' while setting bean property 'themePropagator'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proThemePropagator' defined in file [/home/tomcat/jasperreports-server-5.1-bin/buildomatic/conf_source/iePro/applicationContext-themes-pro.xml]: Cannot resolve reference to bean 'unsecureRepositoryService' while setting bean property 'repositoryService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateRepositoryService' defined in file [/home/tomcat/jasperreports-server-5.1-bin/buildomatic/conf_source/iePro/applicationContext.xml]: Cannot resolve reference to bean 'proHibernateRepositoryListeners' while setting bean property 'repositoryListeners'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proHibernateRepositoryListeners' defined in file
  6. Error when trying to move components from test to prod server with Buildomatic. I succeded to export from test server with ./js-export.sh --uris /organizations/Hjertinfarkt/adhoc --output-zip=/home/oqr/foo/Adhoc_test.zip But when I tried to import the zip-file into prod there are a lot of Error: Cannot create PoolableConnectionFactory (Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.) ./js-import.sh --input-zip=/home/oqr/foo/Adhoc_test.zip ./js-import.sh --uris /organizations/Hjertinfarkt/adhoc --input-zip=/home/oqr/foo/Adhoc_test.zip and I tried a couple of other scripts with no sucess. What is wrong and how do I solve this?
×
×
  • Create New...