#1 2015-01-16 07:35:17

gden
Member
Registered: 2015-01-16

Report server interface page run, but not displayed login dialog

Hi,
In last 4 days interface page run but it is not displayed login dialog, only ReportServer loading dialog.
In logs I can see a lot of requests every 5 seconds:
127.0.0.1 - - [16/Jan/2015:00:01:26 +0200] "POST /reportserver/reportserver/homepage HTTP/1.1" 200 14
127.0.0.1 - - [16/Jan/2015:00:01:31 +0200] "POST /reportserver/reportserver/homepage HTTP/1.1" 200 14
127.0.0.1 - - [16/Jan/2015:00:01:36 +0200] "POST /reportserver/reportserver/homepage HTTP/1.1" 200 14
127.0.0.1 - - [16/Jan/2015:00:01:41 +0200] "POST /reportserver/reportserver/homepage HTTP/1.1" 200 14
127.0.0.1 - - [16/Jan/2015:00:01:46 +0200] "POST /reportserver/reportserver/homepage HTTP/1.1" 200 14
127.0.0.1 - - [16/Jan/2015:00:01:51 +0200] "POST /reportserver/reportserver/homepage HTTP/1.1" 200 14
127.0.0.1 - - [16/Jan/2015:00:01:56 +0200] "POST /reportserver/reportserver/homepage HTTP/1.1" 200 14

What can be the problem?
Thank you!

Last edited by gden (2015-01-16 07:35:43)

Offline

#2 2015-01-16 09:10:44

Thorsten J. Krause
datenwerke
Registered: 2012-02-15
Website

Re: Report server interface page run, but not displayed login dialog

Hi,

these request are the client waiting for the server to complete initialization. Are there any error messages in the other log files that indicate a problem that prevented the server from starting?

Cheers,
Thorsten

Offline

#3 2015-01-16 10:53:25

gden
Member
Registered: 2015-01-16

Re: Report server interface page run, but not displayed login dialog

Only when I restarted report server services was follow error:
Jan 16, 2015 9:37:10 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-apr-8080"]
Jan 16, 2015 9:37:10 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-apr-8009"]
Jan 16, 2015 9:37:10 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Jan 16, 2015 9:37:10 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 9:37:10 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 9:37:10 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 9:37:10 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/reportserver] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/reportserver] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/reportserver] appears to have started a thread named [com.google.inject.internal.util.$Finalizer] but has failed to stop it. This is very likely to create a memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/reportserver] appears to have started a thread named [dwdaemon-JpaEventLoggerServiceImpl-1] but has failed to stop it. This is very likely to create a memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/reportserver] appears to have started a thread named [dwdaemon-watchdog-JpaEventLoggerServiceImpl] but has failed to stop it. This is very likely to create a memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/reportserver] appears to have started a thread named [scheduler-watchdog] but has failed to stop it. This is very likely to create a memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@6151e810]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@5cc6ac40]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@177d3e0d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1b634e20]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@751c2434]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1cd1327b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@62a2faba]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@6331aa80]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@1313f022]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@77180f56]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 9:37:10 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-apr-8080"]
Jan 16, 2015 9:37:11 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-apr-8009"]
Jan 16, 2015 9:37:15 AM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
Jan 16, 2015 9:37:15 AM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jan 16, 2015 9:37:16 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1d 5 Feb 2013)
Jan 16, 2015 9:37:16 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jan 16, 2015 9:37:16 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jan 16, 2015 9:37:16 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1492 ms
Jan 16, 2015 9:37:16 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jan 16, 2015 9:37:16 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.39
Jan 16, 2015 9:37:16 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\docs
Jan 16, 2015 9:37:16 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\examples
Jan 16, 2015 9:37:16 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\host-manager
Jan 16, 2015 9:37:17 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\manager
Jan 16, 2015 9:37:17 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\reportserver
Jan 16, 2015 9:37:53 AM com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor@23c13f96]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
Jan 16, 2015 9:37:53 AM com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.security.service.security.aop.SecurityCheckInterceptor@6ef2e011]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
Jan 16, 2015 9:37:53 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl <init>
INFO: Loading messages...
Jan 16, 2015 9:37:53 AM net.datenwerke.rs.core.service.jarextension.hookers.ReportServerExtenderHooker initialize
INFO: Start loading ReportServer extensions.
Jan 16, 2015 9:37:53 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 9:37:53 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 9:37:53 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 9:37:53 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 9:37:53 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 9:37:53 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 9:37:54 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 9:37:54 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 9:37:58 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl initDemoDatabase
WARNING: could not init demodata
org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    at org.h2.message.DbException.get(DbException.java:179)
    at org.h2.message.DbException.get(DbException.java:155)
    at org.h2.command.ddl.CreateTable.update(CreateTable.java:111)
    at org.h2.command.dml.RunScriptCommand.execute(RunScriptCommand.java:78)
    at org.h2.command.dml.RunScriptCommand.update(RunScriptCommand.java:57)
    at org.h2.command.CommandContainer.update(CommandContainer.java:78)
    at org.h2.command.Command.executeUpdate(Command.java:254)
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:172)
    at net.datenwerke.rs.core.service.internaldb.InternalDbStartup$1.initialize(InternalDbStartup.java:35)
    at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
    at java.lang.Thread.run(Unknown Source)

Jan 16, 2015 9:38:00 AM net.datenwerke.gf.service.lateinit.LateInitStartup$1 run
SEVERE: Error in LateInitHook
java.lang.IllegalStateException: org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:189)
    at net.datenwerke.rs.core.service.internaldb.InternalDbStartup$1.initialize(InternalDbStartup.java:35)
    at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
    at java.lang.Thread.run(Unknown Source)
Caused by: org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    at org.h2.message.DbException.get(DbException.java:179)
    at org.h2.message.DbException.get(DbException.java:155)
    at org.h2.command.ddl.CreateTable.update(CreateTable.java:111)
    at org.h2.command.dml.RunScriptCommand.execute(RunScriptCommand.java:78)
    at org.h2.command.dml.RunScriptCommand.update(RunScriptCommand.java:57)
    at org.h2.command.CommandContainer.update(CommandContainer.java:78)
    at org.h2.command.Command.executeUpdate(Command.java:254)
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:172)
    ... 3 more

Jan 16, 2015 9:38:03 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl loadMessageFiles
INFO: remove locale stubs: , no, el_GR, ru, pt_BR, ua, ca, ko, cn, zh, ja, tr, pt_PT
Jan 16, 2015 9:38:03 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl <init>
INFO: Available locales: de, fi, pt, bg, keys, lt, hr, lv, fr, hu, sk, sl, ga, sv, el, mt, en, it, es, et, cs, pl, da, ro, nl
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicTagRepositoryResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.ExporterResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.QueryResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.SessionResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource as a root resource class
Jan 16, 2015 9:38:04 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicTagRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.ExporterResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.QueryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.SessionResource to GuiceManagedComponentProvider with the scope "Singleton"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 9:38:05 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\ROOT
Jan 16, 2015 9:38:05 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jan 16, 2015 9:38:05 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jan 16, 2015 9:38:05 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 49146 ms
Jan 16, 2015 10:24:50 AM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
Jan 16, 2015 10:24:50 AM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jan 16, 2015 10:24:52 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1d 5 Feb 2013)
Jan 16, 2015 10:24:57 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jan 16, 2015 10:24:57 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jan 16, 2015 10:24:57 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 10275 ms
Jan 16, 2015 10:24:58 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jan 16, 2015 10:24:58 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.39
Jan 16, 2015 10:24:58 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\docs
Jan 16, 2015 10:24:59 AM org.apache.catalina.util.SessionIdGenerator createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [578] milliseconds.
Jan 16, 2015 10:25:00 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\examples
Jan 16, 2015 10:25:01 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\host-manager
Jan 16, 2015 10:25:01 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\manager
Jan 16, 2015 10:25:01 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\reportserver
Jan 16, 2015 10:27:25 AM com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor@22de0d41]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
Jan 16, 2015 10:27:25 AM com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.security.service.security.aop.SecurityCheckInterceptor@20f5d730]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
Jan 16, 2015 10:27:25 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl <init>
INFO: Loading messages...
Jan 16, 2015 10:27:27 AM net.datenwerke.rs.core.service.jarextension.hookers.ReportServerExtenderHooker initialize
INFO: Start loading ReportServer extensions.
Jan 16, 2015 10:27:27 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 10:27:27 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 10:27:27 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 10:27:27 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 10:27:27 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 10:27:27 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 10:27:28 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 10:27:28 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 10:27:34 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl initDemoDatabase
WARNING: could not init demodata
org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    at org.h2.message.DbException.get(DbException.java:179)
    at org.h2.message.DbException.get(DbException.java:155)
    at org.h2.command.ddl.CreateTable.update(CreateTable.java:111)
    at org.h2.command.dml.RunScriptCommand.execute(RunScriptCommand.java:78)
    at org.h2.command.dml.RunScriptCommand.update(RunScriptCommand.java:57)
    at org.h2.command.CommandContainer.update(CommandContainer.java:78)
    at org.h2.command.Command.executeUpdate(Command.java:254)
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:172)
    at net.datenwerke.rs.core.service.internaldb.InternalDbStartup$1.initialize(InternalDbStartup.java:35)
    at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
    at java.lang.Thread.run(Unknown Source)

Jan 16, 2015 10:27:34 AM net.datenwerke.gf.service.lateinit.LateInitStartup$1 run
SEVERE: Error in LateInitHook
java.lang.IllegalStateException: org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:189)
    at net.datenwerke.rs.core.service.internaldb.InternalDbStartup$1.initialize(InternalDbStartup.java:35)
    at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
    at java.lang.Thread.run(Unknown Source)
Caused by: org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    at org.h2.message.DbException.get(DbException.java:179)
    at org.h2.message.DbException.get(DbException.java:155)
    at org.h2.command.ddl.CreateTable.update(CreateTable.java:111)
    at org.h2.command.dml.RunScriptCommand.execute(RunScriptCommand.java:78)
    at org.h2.command.dml.RunScriptCommand.update(RunScriptCommand.java:57)
    at org.h2.command.CommandContainer.update(CommandContainer.java:78)
    at org.h2.command.Command.executeUpdate(Command.java:254)
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:172)
    ... 3 more

Jan 16, 2015 10:27:45 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl loadMessageFiles
INFO: remove locale stubs: , no, el_GR, ru, pt_BR, ua, ca, ko, cn, zh, ja, tr, pt_PT
Jan 16, 2015 10:27:45 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl <init>
INFO: Available locales: de, fi, pt, bg, keys, lt, hr, lv, fr, hu, sk, sl, ga, sv, el, mt, en, it, es, et, cs, pl, da, ro, nl
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicTagRepositoryResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.ExporterResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.QueryResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.SessionResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource as a root resource class
Jan 16, 2015 10:27:46 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicTagRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.ExporterResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.QueryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.SessionResource to GuiceManagedComponentProvider with the scope "Singleton"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 10:27:47 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\ROOT
Jan 16, 2015 10:27:47 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jan 16, 2015 10:27:47 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jan 16, 2015 10:27:47 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 170770 ms
Jan 16, 2015 11:51:25 AM org.apache.catalina.startup.Bootstrap initClassLoaders
SEVERE: Class loader creation threw exception
javax.management.InstanceAlreadyExistsException: Catalina:type=ServerClassLoader,name=common
    at com.sun.jmx.mbeanserver.Repository.addMBean(Unknown Source)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(Unknown Source)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(Unknown Source)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(Unknown Source)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(Unknown Source)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:164)
    at org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:91)
    at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:227)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:426)

Jan 16, 2015 11:55:45 AM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
Jan 16, 2015 11:55:45 AM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jan 16, 2015 11:55:48 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1d 5 Feb 2013)
Jan 16, 2015 11:55:53 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jan 16, 2015 11:55:53 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jan 16, 2015 11:55:53 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 11550 ms
Jan 16, 2015 11:55:53 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jan 16, 2015 11:55:53 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.39
Jan 16, 2015 11:55:53 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\docs
Jan 16, 2015 11:55:55 AM org.apache.catalina.util.SessionIdGenerator createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [779] milliseconds.
Jan 16, 2015 11:55:55 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\examples
Jan 16, 2015 11:55:56 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\host-manager
Jan 16, 2015 11:55:56 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\manager
Jan 16, 2015 11:55:56 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\reportserver
Jan 16, 2015 11:58:15 AM com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor@22de0d41]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
Jan 16, 2015 11:58:15 AM com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.security.service.security.aop.SecurityCheckInterceptor@1d96e660]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
Jan 16, 2015 11:58:17 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl <init>
INFO: Loading messages...
Jan 16, 2015 11:58:19 AM net.datenwerke.rs.core.service.jarextension.hookers.ReportServerExtenderHooker initialize
INFO: Start loading ReportServer extensions.
Jan 16, 2015 11:58:19 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 11:58:19 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 11:58:19 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 11:58:19 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 11:58:19 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 11:58:19 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 11:58:20 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 11:58:20 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 11:58:25 AM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl initDemoDatabase
WARNING: could not init demodata
org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    at org.h2.message.DbException.get(DbException.java:179)
    at org.h2.message.DbException.get(DbException.java:155)
    at org.h2.command.ddl.CreateTable.update(CreateTable.java:111)
    at org.h2.command.dml.RunScriptCommand.execute(RunScriptCommand.java:78)
    at org.h2.command.dml.RunScriptCommand.update(RunScriptCommand.java:57)
    at org.h2.command.CommandContainer.update(CommandContainer.java:78)
    at org.h2.command.Command.executeUpdate(Command.java:254)
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:172)
    at net.datenwerke.rs.core.service.internaldb.InternalDbStartup$1.initialize(InternalDbStartup.java:35)
    at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
    at java.lang.Thread.run(Unknown Source)

Jan 16, 2015 11:58:25 AM net.datenwerke.gf.service.lateinit.LateInitStartup$1 run
SEVERE: Error in LateInitHook
java.lang.IllegalStateException: org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:189)
    at net.datenwerke.rs.core.service.internaldb.InternalDbStartup$1.initialize(InternalDbStartup.java:35)
    at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
    at java.lang.Thread.run(Unknown Source)
Caused by: org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    at org.h2.message.DbException.get(DbException.java:179)
    at org.h2.message.DbException.get(DbException.java:155)
    at org.h2.command.ddl.CreateTable.update(CreateTable.java:111)
    at org.h2.command.dml.RunScriptCommand.execute(RunScriptCommand.java:78)
    at org.h2.command.dml.RunScriptCommand.update(RunScriptCommand.java:57)
    at org.h2.command.CommandContainer.update(CommandContainer.java:78)
    at org.h2.command.Command.executeUpdate(Command.java:254)
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:172)
    ... 3 more

Jan 16, 2015 11:58:36 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl loadMessageFiles
INFO: remove locale stubs: , no, el_GR, ru, pt_BR, ua, ca, ko, cn, zh, ja, tr, pt_PT
Jan 16, 2015 11:58:36 AM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl <init>
INFO: Available locales: de, fi, pt, bg, keys, lt, hr, lv, fr, hu, sk, sl, ga, sv, el, mt, en, it, es, et, cs, pl, da, ro, nl
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicTagRepositoryResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.ExporterResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.QueryResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.SessionResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource as a root resource class
Jan 16, 2015 11:58:37 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicTagRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.ExporterResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.QueryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.SessionResource to GuiceManagedComponentProvider with the scope "Singleton"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 11:58:38 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Program Files\reportserver\tomcat\webapps\ROOT
Jan 16, 2015 11:58:38 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jan 16, 2015 11:58:38 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jan 16, 2015 11:58:38 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 166119 ms
Jan 16, 2015 12:22:51 PM org.apache.catalina.core.StandardContext reload
INFO: Reloading Context with name [/reportserver] has started
Jan 16, 2015 12:22:51 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 12:22:51 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 12:22:51 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 12:22:51 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/reportserver] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/reportserver] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/reportserver] appears to have started a thread named [com.google.inject.internal.util.$Finalizer] but has failed to stop it. This is very likely to create a memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/reportserver] appears to have started a thread named [dwdaemon-JpaEventLoggerServiceImpl-1] but has failed to stop it. This is very likely to create a memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/reportserver] appears to have started a thread named [dwdaemon-watchdog-JpaEventLoggerServiceImpl] but has failed to stop it. This is very likely to create a memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/reportserver] appears to have started a thread named [scheduler-watchdog] but has failed to stop it. This is very likely to create a memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@5aaa7f27]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@56fb75df]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@5aaa7f27]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@6db73de5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@5aaa7f27]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@646d3433]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@5aaa7f27]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@69b5e0ec]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@5aaa7f27]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@133b0933]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@5aaa7f27]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@473756a4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@5aaa7f27]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@4af62edd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 12:22:52 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/reportserver] created a ThreadLocal with key of type [com.google.inject.internal.InjectorImpl$1] (value [com.google.inject.internal.InjectorImpl$1@5aaa7f27]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@c0205ef]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Jan 16, 2015 12:23:22 PM com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor@209cfd0f]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
Jan 16, 2015 12:23:22 PM com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.security.service.security.aop.SecurityCheckInterceptor@7e2dc01d]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
Jan 16, 2015 12:23:22 PM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl <init>
INFO: Loading messages...
Jan 16, 2015 12:23:22 PM net.datenwerke.rs.core.service.jarextension.hookers.ReportServerExtenderHooker initialize
INFO: Start loading ReportServer extensions.
Jan 16, 2015 12:23:22 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 12:23:22 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 12:23:22 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 12:23:22 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 12:23:22 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 12:23:22 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 12:23:23 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Cannot write to internal db file: C:\Program Files\reportserver\tomcat\bin\dbtmp
Jan 16, 2015 12:23:23 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl getLocation
WARNING: Fallback location internaldb: C:\Program Files\reportserver\tomcat\temp
Jan 16, 2015 12:23:27 PM net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl initDemoDatabase
WARNING: could not init demodata
org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    at org.h2.message.DbException.get(DbException.java:179)
    at org.h2.message.DbException.get(DbException.java:155)
    at org.h2.command.ddl.CreateTable.update(CreateTable.java:111)
    at org.h2.command.dml.RunScriptCommand.execute(RunScriptCommand.java:78)
    at org.h2.command.dml.RunScriptCommand.update(RunScriptCommand.java:57)
    at org.h2.command.CommandContainer.update(CommandContainer.java:78)
    at org.h2.command.Command.executeUpdate(Command.java:254)
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:172)
    at net.datenwerke.rs.core.service.internaldb.InternalDbStartup$1.initialize(InternalDbStartup.java:35)
    at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
    at java.lang.Thread.run(Unknown Source)

Jan 16, 2015 12:23:27 PM net.datenwerke.gf.service.lateinit.LateInitStartup$1 run
SEVERE: Error in LateInitHook
java.lang.IllegalStateException: org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:189)
    at net.datenwerke.rs.core.service.internaldb.InternalDbStartup$1.initialize(InternalDbStartup.java:35)
    at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
    at java.lang.Thread.run(Unknown Source)
Caused by: org.h2.jdbc.JdbcSQLException: Table "EMPLOYEES" already exists; SQL statement:

CREATE TABLE Employees (
  employeeNumber int(11) NOT NULL,
  lastName varchar(50) NOT NULL,
  firstName varchar(50) NOT NULL,
  extension varchar(10) NOT NULL,
  email varchar(100) NOT NULL,
  officeCode varchar(10) NOT NULL,
  reportsTo int(11) DEFAULT NULL,
  jobTitle varchar(50) NOT NULL,
  PRIMARY KEY (employeeNumber)
)  [42101-180]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    at org.h2.message.DbException.get(DbException.java:179)
    at org.h2.message.DbException.get(DbException.java:155)
    at org.h2.command.ddl.CreateTable.update(CreateTable.java:111)
    at org.h2.command.dml.RunScriptCommand.execute(RunScriptCommand.java:78)
    at org.h2.command.dml.RunScriptCommand.update(RunScriptCommand.java:57)
    at org.h2.command.CommandContainer.update(CommandContainer.java:78)
    at org.h2.command.Command.executeUpdate(Command.java:254)
    at org.h2.jdbc.JdbcPreparedStatement.execute(JdbcPreparedStatement.java:198)
    at net.datenwerke.rs.core.service.internaldb.InternalDbServiceImpl.initDemoDatabase(InternalDbServiceImpl.java:172)
    ... 3 more

Jan 16, 2015 12:23:32 PM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl loadMessageFiles
INFO: remove locale stubs: , no, el_GR, ru, pt_BR, ua, ca, ko, cn, zh, ja, tr, pt_PT
Jan 16, 2015 12:23:32 PM net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl <init>
INFO: Available locales: de, fi, pt, bg, keys, lt, hr, lv, fr, hu, sk, sl, ga, sv, el, mt, en, it, es, et, cs, pl, da, ro, nl
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.BasicTagRepositoryResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.ExporterResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.QueryResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.SessionResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource as a root resource class
Jan 16, 2015 12:23:32 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.18.1 02/19/2014 03:28 AM'
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.BasicTagRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.ExporterResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.QueryResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.SessionResource to GuiceManagedComponentProvider with the scope "Singleton"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource to GuiceManagedComponentProvider with the scope "PerRequest"
Jan 16, 2015 12:23:33 PM org.apache.catalina.core.StandardContext reload
INFO: Reloading Context with name [/reportserver] is completed

Offline

#4 2015-01-16 17:46:24

Thorsten J. Krause
datenwerke
Registered: 2012-02-15
Website

Re: Report server interface page run, but not displayed login dialog

Hi,

it looks like there is something wrong with the demo data. Try this:
- stop the server
- delete the files rsdemodb.mv.db and rsdemodb.trace.db
- restart the server

Let me know if that helps, or if the error persists.

Cheers,
Thorsten

Offline

#5 2015-01-17 07:32:52

gden
Member
Registered: 2015-01-16

Re: Report server interface page run, but not displayed login dialog

Dear Thorsten,
I did as you said and ReportServer page started.
Thank you a lot!

Offline

Board footer

Powered by FluxBB