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

"profilingAspect" traceback with JS Pro 3.7.0.1


awbken

Recommended Posts

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-701

JasperServer 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

Link to comment
Share on other sites

  • 2 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...