int-basic-pgsql - Build # 1783 - Unstable:
Check console output at https://ci.openbravo.com/job/int-basic-pgsql/1783/ to
view the results.
Committers since last success:
Changes for Build #1783
Victor Martinez Romanos <[email protected]> null
Fixed bug 35263: Organization filter in Best Seller widget
The Best Seller widget didn't have organization filter thus showing records
belonging to organizations where the role doesn't have access to.
The fix introduces a new parameter to get the readable orgs, and the HQL query
has been adapated to use it.
modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBCQL_WIDGET_QUERY.xml
modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
Asier Lostalé <[email protected]> null
fixed issue 20515: OBCriteria creates contention at JVM
When using OBCriteria for same entity by several concurrent threads, there was
contention at JVM due to locks in Class.forName(entityName).
This Class.forName(entityName) always results in ClassNotFoundException
because
entityName is not an actual class name. Hibernate criteria can accept either
an
entity name or a class name. It has been changed to set class name instead of
entity so that it finds the class in the classloader cache earlier removing
contention.
Note when criteria is used for scrolling, Hibernate's flow is different and it
expects it to be an entity name, though in this case there's no contention
because
class is resolved by internal caches. This is also covered in the fix as
exceptional
case.
src/org/openbravo/dal/service/OBCriteria.java
src/org/openbravo/dal/service/OBDal.java
Last 20 lines of the console output:
[...truncated 19723 lines...]
2017-02-16 22:00:00,497 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,498 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,499 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,500 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,502 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,503 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,504 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,505 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,506 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,508 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,509 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,510 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,511 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,513 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - Connection has already been closed.
2017-02-16 22:00:00,513 [DefaultQuartzScheduler_Worker-7] ERROR
org.hibernate.util.JDBCExceptionReporter - An I/O error occurred while sending
to the backend.
2017-02-16 22:00:00,601 [DefaultQuartzScheduler_Worker-7] ERROR
org.openbravo.service.db.DalBaseProcess - The process
org.openbravo.advpaymentmngt.process.FIN_PaymentMonitorProcess has thrown an
exception.
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds