int-gui-oracle - Build # 982 - Unstable:
Check console output at https://ci.openbravo.com/job/int-gui-oracle/982/ to
view the results.
Committers since last success:
Changes for Build #982
David Baz Fayos <[email protected]> null
Fixed issue 29687: DateTime now works ok with 12:XX:XX times
The root of the problem was that there was a 'typo' and the
'minus' sign was missing in the 'if' statement in charge
of evaluate if it was in 24h mode or not. This was used later
to substract 12h to the entered date if this was in the
12:XX:XX form, change that obviously doesn't apply in the
24h mode
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-date.js
Inigo Sanchez <[email protected]> null
Fixes bug 28934:Error when launching "Create AP Expense Invoices".
The problem wasn't related with "Openbravo External Connection Pools module".
This issue
has been reproduced without using "Apache JDBC Connection Pool", this is the
error log:
Apr 27, 2015 12:51:47 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet P801268 threw exception
org.hibernate.TransactionException: JDBC commit failed
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:157)
at
org.openbravo.dal.core.SessionHandler.commitAndClose(SessionHandler.java:258)
.........................
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:701)
Caused by: org.postgresql.util.PSQLException: Cannot commit when autoCommit is
enabled.
at
org.postgresql.jdbc2.AbstractJdbc2Connection.commit(AbstractJdbc2Connection.java:705)
at
org.hibernate.transaction.JDBCTransaction.commitAndResetAutoCommit(JDBCTransaction.java:166)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:142)
In both cases (default connection pool or apache jdbc connection pool) there
was an error
related with the way of manage connections in "Create AP Expense Invoices"
process.
This connection is obtained with getConnection() method and finally it is
closed in
realeaseCommitConnection() method. This method gets the connection from the
session.
In following uses of "getConnection()" there is an error because this process
closed
the connection of the session.
To fix this, using "getTransactionConnection()" instead of "getConnection()"
method. This method
creates a new connection instead of using the connection of the session. For
this reason, it can
be closed without any problem.
src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.java
Eduardo Argal Guibert <[email protected]> null
Fixes Issue 29680:Add details pop up in Payment Out window filters records
with supplier reference
having clause fixed to take into account supplier reference
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/hqlinjections/AddPaymentOrderInvoicesTransformer.java
Jorge Garcia <[email protected]> null
Fixed issue 29697: Description field is set with "null" in the FA
Transaction
Description field is filled in with "null" in the FA Transaction when matched
to GL Item.
The problem was in the Match Statement process, more specifically, in the
Add new transaction button. The AddTransanctionActionHandler didn't
take in consideration that the received description could be null.
The fix for this issue is to check if the received description is null
or blank.
Now, the description field fill in the correct description.
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/AddTransactionActionHandler.java
Reinaldo Guerra <[email protected]> null
Fixed bug 28702: Assets Organization should not be changed if it has lines
Like happens in other windows such as Products and Business Partner, the
organization's field behaviour in Assets window was changed to not be updatable.
Now when the Assets record is saved, it is not possible to change its
organization, so there will not be inconsistencies with previous created lines
if the amortizations are recalculated.
src-db/database/sourcedata/AD_COLUMN.xml
Last 20 lines of the console output:
[...truncated 13052 lines...]
2015-04-28 15:26:49,926 [DefaultQuartzScheduler_Worker-4] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-04-28 15:26:49,927 [DefaultQuartzScheduler_Worker-4] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-04-28 15:30:07,098 [DefaultQuartzScheduler_Worker-5] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-04-28 15:30:07,098 [DefaultQuartzScheduler_Worker-5] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-04-28 15:41:49,925 [DefaultQuartzScheduler_Worker-10] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-04-28 15:41:49,925 [DefaultQuartzScheduler_Worker-10] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-04-28 15:45:07,080 [DefaultQuartzScheduler_Worker-1] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-04-28 15:45:07,080 [DefaultQuartzScheduler_Worker-1] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-04-28 15:46:49,931 [DefaultQuartzScheduler_Worker-2] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-04-28 15:46:49,932 [DefaultQuartzScheduler_Worker-2] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-04-28 15:51:49,920 [DefaultQuartzScheduler_Worker-4] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-04-28 15:51:49,920 [DefaultQuartzScheduler_Worker-4] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-04-28 15:56:49,875 [DefaultQuartzScheduler_Worker-6] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-04-28 15:56:49,875 [DefaultQuartzScheduler_Worker-6] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
2015-04-28 16:00:07,073 [DefaultQuartzScheduler_Worker-7] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
2015-04-28 16:00:07,074 [DefaultQuartzScheduler_Worker-7] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=904@ORA-00904: : invalid
identifier
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable
Sending email for trigger: Unstable
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds