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

awbken

Members
  • Posts

    1
  • 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 awbken

  1. Hi, I'm trying to install JasperServer Professional 3.7.0.1 via the WAR method and I get the attached fatal traceback in Tomcat's localhost.log when I start the application. Here's the system configuration: OS: Ubuntu 10.04 Server, x86_64 Servlet container: Tomcat 6.0.20 from Ubuntu package Java: OpenJDK 1.6.0_18 from Ubuntu package Database: PostgreSQL 9.0 beta 3 JDBC driver: JDBC4 Postgresql Driver, Version 8.4-701JasperServer starts if I comment out the following two blocks in jasperserver-pro/WEB-INF/applicationContext-profiling.xml: <bean id="profilingAspect" class="com.jaspersoft.ji.ja.profiling.ProfilingAspect" factory-method="aspectOf"> <property name="globalProfilingState" ref="globalProfilingState"/> </bean> <bean id="globalProfilingState" class="com.jaspersoft.ji.util.profiling.service.GlobalProfilingState"> <property name="profilingRecorder" ref="profilingRecorder"/> <property name="repositoryService" ref="unsecureRepositoryService"/> </bean> Any ideas? Thanks, - Ken
×
×
  • Create New...