Advertisement
Guest User

js-upgrade

a guest
Dec 18th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.60 KB | None | 0 0
  1. ----------------------------------------------------------------------
  2. Running JasperReports Server upgrade script at 2015-12-18_07-22
  3. ----------------------------------------------------------------------
  4. ----------------------------------------------------------------------
  5. Using ANT_OPTS: -Dnet.sf.ehcache.disabled=true -Xms512m -Xmx2048m -XX:PermSize=128m
  6. ----------------------------------------------------------------------
  7. [default]
  8. Running upgrade-minimal-ce Ant task.
  9. ----------------------------------------------------------------------
  10. Buildfile: /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/build.xml
  11. [echo] Filtering properties (cleaning out blank spaces)
  12. [echo] chkIfPackageManagedTomcat: check if package managed tomcat
  13. [echo] chkIfPackageManagedTomcat: CATALINA_HOME and CATALINA_BASE are BOTH set
  14. [echo] chkIfPackageManagedTomcat: CATALINA_HOME folder location exists
  15. [echo] chkIfPackageManagedTomcat: CATALINA_BASE folder location exists
  16. [echo] Tomcat DBCP Factory: com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory
  17. [echo] chkAndSetLocaleDbSettings: dbType is postgresql
  18. [echo] chkAndSetLocaleDbSettings: db.set.lc_collate and db.set.lc_ctype are NOT both set
  19. [echo] chkAndSetLocaleDbSettings: parse: scripts.properties for db commands
  20. [echo] chkIfPackageManagedTomcat: check if package managed tomcat
  21. [echo] chkIfPackageManagedTomcat: CATALINA_HOME and CATALINA_BASE are BOTH set
  22. [echo] chkIfPackageManagedTomcat: CATALINA_HOME folder location exists
  23. [echo] chkIfPackageManagedTomcat: CATALINA_BASE folder location exists
  24. [echo] tomcatPackageManaged IS SET
  25. [echo] Overriding fixedAppServerDir with value from CATALINA_BASE
  26. [echo] using settings file: /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/build_conf/default/maven_settings.xml
  27.  
  28. set-minimal-mode:
  29.  
  30. gen-config:
  31. [echo] Regen config files if they have already been cleaned:
  32. [echo] currentConf= /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/build_conf/default
  33. [echo] chkIfPackageManagedTomcat: check if package managed tomcat
  34. [echo] chkIfPackageManagedTomcat: CATALINA_HOME and CATALINA_BASE are BOTH set
  35. [echo] chkIfPackageManagedTomcat: CATALINA_HOME folder location exists
  36. [echo] chkIfPackageManagedTomcat: CATALINA_BASE folder location exists
  37. [echo] Tomcat DBCP Factory: com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory
  38. [echo] chkAndSetLocaleDbSettings: dbType is postgresql
  39. [echo] chkAndSetLocaleDbSettings: db.set.lc_collate and db.set.lc_ctype are NOT both set
  40. [echo] chkAndSetLocaleDbSettings: parse: scripts.properties for db commands
  41.  
  42. test-ce-all-props:
  43. [echo] Checking properties:
  44. [echo] dbType=postgresql
  45. [echo] dbHost=localhost
  46. [echo] dbUsername=postgres
  47. [echo] dbPassword=**********
  48. [echo] dbPort=5432
  49. [echo] js.dbName=jasperserver
  50. [echo] sugarcrm.dbName=sugarcrm
  51. [echo] foodmart.dbName=foodmart
  52. [echo] webAppNameCE=jasperserver
  53.  
  54. check-dbtype-for-upgrade-ce:
  55.  
  56. do-install-upgrade-test:
  57. [echo] Checking DBMS host and port:
  58. [echo] About to validate port: localhost:5432
  59. [echo] Port 5432 is OK
  60. [echo] Done validating port: localhost:5432
  61. [echo] Validating administrative database connection at jdbc:postgresql://localhost:5432/postgres. Phase: [test]
  62. [echo] For JDBC driver the artifactId and version properties are set:
  63. [echo] maven.jdbc.artifactId=postgresql
  64. [echo] maven.jdbc.version=9.2-1002.jdbc4
  65. [echo] Specified JDBC driver jar exists
  66. [advanced-sql] Executing commands
  67. [advanced-sql] 1 of 1 SQL statements executed successfully
  68. [echo] Connection OK
  69. [echo] Validating JasperServer database connection at jdbc:postgresql://localhost:5432/jasperserver. Phase: [test]
  70. [echo] For JDBC driver the artifactId and version properties are set:
  71. [echo] maven.jdbc.artifactId=postgresql
  72. [echo] maven.jdbc.version=9.2-1002.jdbc4
  73. [echo] Specified JDBC driver jar exists
  74. [advanced-sql] Executing commands
  75. [advanced-sql] 1 of 1 SQL statements executed successfully
  76. [echo] Connection OK
  77.  
  78. do-pre-upgrade-test:
  79.  
  80. pre-upgrade-test-ce:
  81.  
  82. upgrade-js-ce-db-minimal:
  83.  
  84. upgrade-6.1-6.2-ce:
  85. [echo]
  86. [echo] currentSqlDir = /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/install_resources/sql/postgresql
  87. [echo] dbType = postgresql
  88. [echo]
  89. [echo] run script: /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/install_resources/sql/postgresql/upgrade-postgresql-6.1.0-6.2.0-ce.sql
  90. [echo] For JDBC driver the artifactId and version properties are set:
  91. [echo] maven.jdbc.artifactId=postgresql
  92. [echo] maven.jdbc.version=9.2-1002.jdbc4
  93. [echo] Specified JDBC driver jar exists
  94. [advanced-sql] Executing resource: /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/install_resources/sql/postgresql/upgrade-postgresql-6.1.0-6.2.0-ce.sql
  95. [advanced-sql] Failed to execute: ALTER TABLE JIReportJob ADD COLUMN scheduledResource int8 NOT NULL DEFAULT 0
  96. [advanced-sql] org.postgresql.util.PSQLException: ERROR: column "scheduledresource" of relation "jireportjob" already exists
  97. [advanced-sql] 0 rows affected
  98. [advanced-sql] 0 rows affected
  99. [advanced-sql] 0 rows affected
  100. [advanced-sql] 0 rows affected
  101. [advanced-sql] 0 rows affected
  102. [advanced-sql] 0 rows affected
  103. [advanced-sql] Failed to execute: ALTER TABLE JIReportJob ADD CONSTRAINT FK156F5F6AFF0F459F FOREIGN KEY (scheduledResource) REFERENCES JIResource
  104. [advanced-sql] org.postgresql.util.PSQLException: ERROR: constraint "fk156f5f6aff0f459f" for relation "jireportjob" already exists
  105. [advanced-sql] 0 rows affected
  106. [advanced-sql] 0 rows affected
  107. [advanced-sql] 8 of 10 SQL statements executed successfully
  108.  
  109. import-minimal-for-upgrade-ce:
  110. [echo]
  111. [echo] Property values (in install.xml):
  112. [echo] archiveArg = --input-zip=/home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/install_resources/export/js-catalog-postgresql-minimal-ce.zip
  113. [echo] dbType = postgresql
  114. [echo] jdbcJar = postgresql-9.2-1002.jdbc4.jar
  115. [echo] currentConf = /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/build_conf/default
  116. [echo] importExportConfig = /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/conf_source/ieCe
  117. [echo]
  118. [echo] Validating JasperServer database connection at jdbc:postgresql://localhost:5432/jasperserver. Phase: [import-export-test]
  119. [echo] For JDBC driver the artifactId and version properties are set:
  120. [echo] maven.jdbc.artifactId=postgresql
  121. [echo] maven.jdbc.version=9.2-1002.jdbc4
  122. [echo] Specified JDBC driver jar exists
  123. [advanced-sql] Executing commands
  124. [advanced-sql] 1 of 1 SQL statements executed successfully
  125. [echo] Connection OK
  126. [java] First resource path:/home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/conf_source/ieCe/applicationContext-cascade.xml
  127. [java] Started to load resources
  128. [java] Resource name: applicationContext.xml
  129. [java] Resource name: applicationContext-cascade.xml
  130. [java] Resource name: applicationContext-data-snapshots.xml
  131. [java] Resource name: applicationContext-events-logging.xml
  132. [java] Resource name: applicationContext-export-config.xml
  133. [java] Resource name: applicationContext-export-import.xml
  134. [java] Resource name: applicationContext-logging.xml
  135. [java] Resource name: applicationContext-olap-connection.xml
  136. [java] Resource name: applicationContext-propertySettings.xml
  137. [java] Resource name: applicationContext-report-scheduling.xml
  138. [java] Resource name: applicationContext-search.xml
  139. [java] Resource name: applicationContext-security.xml
  140. [java] Resource name: applicationContext-themes.xml
  141. [java] Resource name: applicationContext-virtual-data-source.xml
  142. [java] Resource name: applicationContext-virtual-data-source-query-service.xml
  143. [java] org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; SQL [select repoprofil0_.id as id10_, repoprofil0_.attrName as attrName10_, repoprofil0_.attrValue as attrValue10_, repoprofil0_.description as descript4_10_, repoprofil0_.owner as owner10_, repoprofil0_.principalobjectclass as principa6_10_, repoprofil0_.principalobjectid as principa7_10_ from JIProfileAttribute repoprofil0_ where repoprofil0_.principalobjectclass=? and repoprofil0_.principalobjectid=?]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
  144. [java] at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:635)
  145. [java] at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412)
  146. [java] at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:412)
  147. [java] at org.springframework.orm.hibernate3.HibernateTemplate.executeFind(HibernateTemplate.java:344)
  148. [java] at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl.getAttributesBySearchCriteria(ProfileAttributeServiceImpl.java:466)
  149. [java] at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl.getClientProfileAttributes(ProfileAttributeServiceImpl.java:413)
  150. [java] ERROR: column repoprofil0_.description does not exist
  151. [java] Position: 112
  152. [java] ERROR: column repoprofil0_.description does not exist at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl.applyProfileAttributes(ProfileAttributeServiceImpl.java:725)
  153. [java]
  154. [java] Position: 112
  155. [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  156. [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  157. [java] org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; SQL [select repoprofil0_.id as id10_, repoprofil0_.attrName as attrName10_, repoprofil0_.attrValue as attrValue10_, repoprofil0_.description as descript4_10_, repoprofil0_.owner as owner10_, repoprofil0_.principalobjectclass as principa6_10_, repoprofil0_.principalobjectid as principa7_10_ from JIProfileAttribute repoprofil0_ where repoprofil0_.principalobjectclass=? and repoprofil0_.principalobjectid=?]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  158. [java]
  159. [java] at java.lang.reflect.Method.invoke(Method.java:622)Unexpected runtime error occurred during processing GlobalPropertiesList upgrade task
  160. [java]
  161. [java] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  162. [java] org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; SQL [select repoprofil0_.id as id10_, repoprofil0_.attrName as attrName10_, repoprofil0_.attrValue as attrValue10_, repoprofil0_.description as descript4_10_, repoprofil0_.owner as owner10_, repoprofil0_.principalobjectclass as principa6_10_, repoprofil0_.principalobjectid as principa7_10_ from JIProfileAttribute repoprofil0_ where (repoprofil0_.principalobjectid in (?)) and repoprofil0_.principalobjectclass=? and (repoprofil0_.attrName in (?)) order by repoprofil0_.id asc]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  163. [java] at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:635)
  164. [java] at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412)
  165. [java]
  166. [java] at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:412)
  167. [java] at org.springframework.orm.hibernate3.HibernateTemplate.executeFind(HibernateTemplate.java:344) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  168. [java]
  169. [java] at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl.getRepoProfileAttributes(ProfileAttributeServiceImpl.java:346)
  170. [java] at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl.getRepoProfileAttributes(ProfileAttributeServiceImpl.java:381)
  171. [java]
  172. [java] at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl.getRepoProfileAttribute(ProfileAttributeServiceImpl.java:327)
  173. [java] at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl.putProfileAttribute(ProfileAttributeServiceImpl.java:195)
  174. [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  175. [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  176. [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  177. [java] at java.lang.reflect.Method.invoke(Method.java:622)
  178. [java] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  179. [java] at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  180. [java] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  181. [java]
  182. [java] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  183. [java]
  184. [java] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  185. [java] at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  186. [java] at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  187. [java] at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  188. [java] at com.sun.proxy.$Proxy19.applyProfileAttributes(Unknown Source) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  189. [java]
  190. [java] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  191. [java] at com.jaspersoft.jasperserver.api.metadata.common.service.impl.ServerSettingsInitialization.onApplicationEvent(ServerSettingsInitialization.java:39) at com.sun.proxy.$Proxy19.putProfileAttribute(Unknown Source)
  192. [java]
  193. [java] at com.jaspersoft.jasperserver.api.metadata.common.service.impl.ServerSettingsInitialization.onApplicationEvent(ServerSettingsInitialization.java:32)
  194. [java] at com.jaspersoft.jasperserver.api.metadata.common.service.impl.GlobalPropertiesListUpgradeExecutor$UpgradeCallable.call(GlobalPropertiesListUpgradeExecutor.java:122) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:96)
  195. [java]
  196. [java] at com.jaspersoft.jasperserver.api.metadata.common.service.impl.GlobalPropertiesListUpgradeExecutor$UpgradeCallable.call(GlobalPropertiesListUpgradeExecutor.java:96)
  197. [java] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:334) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
  198. [java]
  199. [java] at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:950) at java.util.concurrent.FutureTask.run(FutureTask.java:166)
  200. [java]
  201. [java] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
  202. [java]
  203. [java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  204. [java] at java.lang.Thread.run(Thread.java:701)
  205. [java] at com.jaspersoft.jasperserver.export.BaseExportImportCommand.createSpringContext(BaseExportImportCommand.java:129)Caused by: org.hibernate.exception.SQLGrammarException: could not execute query
  206. [java]
  207. [java] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:90) at com.jaspersoft.jasperserver.export.BaseExportImportCommand.process(BaseExportImportCommand.java:82)
  208. [java]
  209. [java] at com.jaspersoft.jasperserver.export.ImportCommand.main(ImportCommand.java:43)
  210. [java] at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
  211. [java] Caused by: org.hibernate.exception.SQLGrammarException: could not execute query at org.hibernate.loader.Loader.doList(Loader.java:2235)
  212. [java]
  213. [java] at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2129)
  214. [java] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:90) at org.hibernate.loader.Loader.list(Loader.java:2124)
  215. [java]
  216. [java] at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:401)
  217. [java] at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:363)
  218. [java]
  219. [java] at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:196) at org.hibernate.loader.Loader.doList(Loader.java:2235)
  220. [java]
  221. [java] at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2129) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1149)
  222. [java]
  223. [java] at org.hibernate.impl.QueryImpl.list(QueryImpl.java:102)
  224. [java] at org.hibernate.loader.Loader.list(Loader.java:2124)
  225. [java] at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:401)
  226. [java] at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl$1.doInHibernate(ProfileAttributeServiceImpl.java:356)
  227. [java] at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:363)
  228. [java] at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:196)
  229. [java] at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:407)
  230. [java] ... 25 more
  231. [java] at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1149)
  232. [java] at org.hibernate.impl.QueryImpl.list(QueryImpl.java:102)
  233. [java] Caused by: org.postgresql.util.PSQLException: ERROR: column repoprofil0_.description does not exist
  234. [java] Position: 112
  235. [java] at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157)
  236. [java] at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeServiceImpl$3.doInHibernate(ProfileAttributeServiceImpl.java:516)
  237. [java] at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:407)
  238. [java] ... 26 more
  239. [java] at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886)
  240. [java] at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
  241. [java] Caused by: org.postgresql.util.PSQLException: ERROR: column repoprofil0_.description does not exist
  242. [java] Position: 112
  243. [java] at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:555)
  244. [java] at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157)
  245. [java] at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:417)
  246. [java] at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:302)
  247. [java] at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886)
  248. [java] at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
  249. [java] at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  250. [java] at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:555) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  251. [java]
  252. [java] at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:417) at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:208)
  253. [java]
  254. [java] at org.hibernate.loader.Loader.getResultSet(Loader.java:1812)
  255. [java] at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:302)
  256. [java] at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  257. [java] at org.hibernate.loader.Loader.doQuery(Loader.java:697)
  258. [java] at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:259)
  259. [java] at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  260. [java] at org.hibernate.loader.Loader.doList(Loader.java:2232)
  261. [java] ... 34 more
  262. [java] at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:208)
  263. [java] at org.hibernate.loader.Loader.getResultSet(Loader.java:1812)
  264. [java] at org.hibernate.loader.Loader.doQuery(Loader.java:697)
  265. [java] at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:259)
  266. [java] at org.hibernate.loader.Loader.doList(Loader.java:2232)
  267. [java] ... 35 more
  268.  
  269. BUILD FAILED
  270. /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/bin/db-common.xml:764: The following error occurred while executing this line:
  271. /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/bin/import-export.xml:340: The following error occurred while executing this line:
  272. /home/ec2-user/jasperreports-server-cp-6.2.0-bin/buildomatic/bin/import-export.xml:203: Java returned: 255
  273.  
  274. Total time: 13 seconds
  275. Checking Ant return code: OK
  276. ----------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement