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

matthew.herzog

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by matthew.herzog

  1. ERROR JNDIResourceProvider,localhost-startStop-2:75 - error closing context javax.naming.OperationNotSupportedException: Context is read only
  2. Is there any actual fix for this? Should I ignore the errors I see on startup that pertain to this? 2017-03-08 10:46:47,202 ERROR ContextLoader,localhost-startStop-2:331 - Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeSource' defined in ServletContext resource [/WEB-INF/applicationContext-themes.xml]: Cannot resolve reference to bean 'themeCache' while setting bean property 'themeCache'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'themeCache' defined in ServletContext resource [/WEB-INF/applicationContext-themes.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 ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean 'accessContext' while setting bean property 'accessContext'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accessContext' defined in ServletContext resource [/WEB-INF/applicationContext-events-logging.xml]: Cannot resolve reference to bean 'loggingContextProvider' while setting bean property 'loggingContextProvider'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loggingContextProvider' defined in ServletContext resource [/WEB-INF/applicationContext-events-logging.xml]: Cannot resolve reference to bean 'loggingEventsService' while setting bean property 'loggingService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loggingEventsService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'routingMapCe' defined in ServletContext resource [/WEB-INF/applicationContext-events-logging.xml]: Cannot resolve reference to bean 'accessService' while setting constructor argument with key [TypedStringValue: value [com.jaspersoft.jasperserver.api.logging.access.domain.AccessEvent], target type [class java.lang.Class]]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accessService' defined in ServletContext resource [/WEB-INF/applicationContext-events-logging.xml]: Cannot resolve reference to bean 'userAuthorityService' while setting bean property 'persistentUserResolver'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userAuthorityService' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cann
  3. Using the bin installer and opting for the bundled tomcat and Java my install fails with this task: /opt/jasper/apache-ant/bin/ant import-minimal-ce Only if I type 'sudo /opt/jasper/apache-ant/bin/ant import-minimal-ce' does the command succeed. So should I be running the installer and then chowning all the files to a non-root user or is this a bug that needs fixing?
  4. The binary installer throws this error: [java] Resource name: applicationContext-virtual-data-source-query-service.xml [java] 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 'securityContextProvider': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityContextProviderTarget' defined in file [/opt/jasper/buildomatic/conf_source/ieCe/applicationContext.xml]: Cannot resolve reference to bean 'userAuthorityService' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userAuthorityService' defined in file [/opt/jasper/buildomatic/conf_source/ieCe/applicationContext.xml]: Cannot resolve reference to bean 'profileAttributeServiceTarget' while setting bean property 'profileAttributeService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'profileAttributeServiceTarget' defined in file [/opt/jasper/buildomatic/conf_source/ieCe/applicationContext.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'
  5. I installed using the jasperreports-server-cp-6.3.0-linux-x64-installer.run installer. Server is CentOS 7.3. I'm using a Postgresql server instance I set up before I ran the installer.
  6. 2017-03-07 12:09:03,617 WARN CustomEditorConfigurer,localhost-startStop-2:187 - Passing PropertyEditor instances into CustomEditorConfigurer is deprecated: use PropertyEditorRegistrars or PropertyEditor class names instead. Offending key [com.jaspersoft.jasperserver.api.security.FlowDefinitionSource; offending editor instance: com.jaspersoft.jasperserver.api.security.FlowDefinitionSourceEditor@77b7639f2017-03-07 12:09:03,619 WARN CustomEditorConfigurer,localhost-startStop-2:187 - Passing PropertyEditor instances into CustomEditorConfigurer is deprecated: use PropertyEditorRegistrars or PropertyEditor class names instead. Offending key [org.springframework.security.access.ConfigAttribute; offending editor instance: com.jaspersoft.jasperserver.api.metadata.security.ConfigAttributeEditor@163bd8882017-03-07 12:09:06,342 WARN AbstractEhcacheRegionFactory,localhost-startStop-2:153 - Couldn't find a specific ehcache configuration for cache named [org.hibernate.cache.UpdateTimestampsCache]; using defaults.2017-03-07 12:09:06,347 WARN AbstractEhcacheRegionFactory,localhost-startStop-2:153 - Couldn't find a specific ehcache configuration for cache named [org.hibernate.cache.StandardQueryCache]; using defaults.2017-03-07 12:09:07,421 WARN PermissionsListProtectionDomainProvider,localhost-startStop-2:61 - A security manager has not been configured for the JVM. The protection domain set for the reports will NOT be effective.2017-03-07 12:09:07,560 WARN GenericTypeAwarePropertyDescriptor,localhost-startStop-2:122 - Invalid JavaBean property 'extensions' being accessed! Ambiguous write methods found next to actually used [public void net.sf.jasperreports.engine.SimpleJasperReportsContext.setExtensions(java.util.Map)]: [public void net.sf.jasperreports.engine.SimpleJasperReportsContext.setExtensions(java.lang.Class,java.util.List)]2017-03-07 12:09:12,230 WARN GenericTransactionManagerLookup,localhost-startStop-2:132 - ISPN000104: Falling back to DummyTransactionManager from Infinispan2017-03-07 12:09:17,368 WARN GenericTypeAwarePropertyDescriptor,localhost-startStop-2:122 - Invalid JavaBean property 'keyBytes' being accessed! Ambiguous write methods found next to actually used [public void com.jaspersoft.jasperserver.api.common.crypto.Cipherer.setKeyBytes(java.lang.String)]: [public void com.jaspersoft.jasperserver.api.common.crypto.Cipherer.setKeyBytes(java.lang.String,boolean)]2017-03-07 12:09:17,823 WARN ChainedTilesRequestContextFactory,localhost-startStop-2:105 - Cannot find TilesRequestContextFactory class org.apache.tiles.portlet.context.PortletTilesRequestContextFactory2017-03-07 12:09:18,102 ERROR JNDIResourceProvider,localhost-startStop-2:75 - error closing contextjavax.naming.OperationNotSupportedException: Context is read only at org.apache.naming.NamingContext.checkWritable(NamingContext.java:960)
×
×
  • Create New...