#idempiere IRC log for Friday, 2015-08-21

*** CarlosRuiz has quit IRC01:38
Not-8b5f[iDempiereDaily] jenkins built #450 completed (success) http://ci.idempiere.org/job/iDempiereDaily/450/02:51
*** a42niem has joined #idempiere04:51
Not-8b5f[iDempiere2.1Daily] jenkins built #129 completed (success) http://ci.idempiere.org/job/iDempiere2.1Daily/129/05:17
*** hieplq has joined #idempiere05:43
*** KermitTheFragger has joined #idempiere06:50
*** hieplq has quit IRC08:23
*** druiz has joined #idempiere08:25
*** hieplq has joined #idempiere09:24
druizHi hieplq09:57
druizare you here09:59
hieplqhi druiz09:59
druiz:) Maybe you can help me. I have a problem installing an idempiere server, everything intall with no error but when I try to start the server I get a timed out error. In the log file I see this "java.lang.reflect.InvocationTargetException". The funny thing is that when we remove etc/jetty-ssl.xml,etc/jetty-https.xml from -Djetty.etc.config.urls in the idempiere-server.sh script it starts normally10:04
druizAnd I'm going crazy with it, do you know why this jetty files cause the problem? I'm not really familiar with jetty :/10:04
hieplqyou can sent me full your log. my email is hieplq@hasuvimex.vn10:10
hieplqmaybe it's relate IDEMPIERE-250310:10
hieplq@druiz10:10
druiz:) I was checking something, but I didn't work :/. I sent you the log file already10:21
druiz@hieplq10:21
hieplqok. get it.10:22
hieplqi see you don't run install step or it's run error.10:23
hieplqfile jetty configuration still is template. value is don't replace with real valur10:24
hieplq@druiz10:24
druizYeap, I ran the install step and it didn't bring any error, and I saw the NumberException but I can figured it out how to make it work or why is it failing10:25
druizBut in the jetty.xml in the installation folder the line seems right10:26
druiz      <Set name="securePort"><Property name="jetty.secure.port" default="8443" /></Set>10:26
hieplqstep for generate configuration file by setup value is use ant script.10:28
hieplqmaybe it has issue but don't throw out10:28
hieplqabout securePort in jetty.xml. i think when you add jetty-ssl.xml, value in jetty-ssl.xml will overrider10:29
hieplqyou can set same configuration at many place (many configuration file), latest load value is use10:30
hieplqwhen securePort at two place, i think consider as issue. and should reduce it.10:31
hieplqi has dinner now. will back soon.10:33
druizOk, thx, I'm checking the installation process to see if I miss something10:34
druizThanks a lot10:34
*** hieplq has quit IRC10:38
*** CarlosRuiz has joined #idempiere10:51
*** ChanServ sets mode: +o CarlosRuiz10:51
*** hieplq has joined #idempiere11:17
druizhi @hielp, sorry for bothering you. I found out that it was something wrong with the installation package created from eclipse what was causing the error11:20
druizNow it is working. Sorry, and thx a lot for your help11:20
hieplqyou are welcome.11:22
Not-8b5f[IDEMPIERE] armenrz created IDEMPIERE-2779 Financial Report can be broken if include source accounts with no transaction12:08
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-277912:08
Not-8b5f[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/12:37
Not-8b5f[iDempiere] globalqss d7ebb77 - IDEMPIERE-2779 Financial Report can be broken if include source accounts with no transaction12:37
Not-8b5f[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2779 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed"12:37
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-277912:37
Not-8b5f[iDempiere2.1] jenkins built #293 completed (success) http://ci.idempiere.org/job/iDempiere2.1/293/13:11
*** hieplq has quit IRC13:37
*** mhernandezve has joined #idempiere13:54
Not-8b5f[IDEMPIERE] a42niem created IDEMPIERE-2780 Make Info window in swing extendible14:17
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278014:17
Not-8b5f[IDEMPIERE] a42niem updated IDEMPIERE-2780 Attachment set to "IDEMPIERE-2780.patch"14:19
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278014:19
Not-8b5f[IDEMPIERE] a42niem updated IDEMPIERE-2780 labels set to "+Patch"14:19
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278014:19
Not-8b5f[IDEMPIERE] a42niem updated IDEMPIERE-2780 assignee set to "Carlos Antonio Ruiz Gomez"14:20
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278014:20
*** bvp has joined #idempiere15:10
*** bvp has quit IRC15:10
*** druiz has quit IRC15:11
*** KermitTheFragger has quit IRC15:24
Not-8b5f[IDEMPIERE] carlosruiz_globalqss created IDEMPIERE-2781 Client Field empty when adding a record on System17:14
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278117:14
Not-8b5f[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-278117:26
Not-8b5f[IDEMPIERE] Analysis: This is a consequence of the ticket IDEMPIERE-2672, it seems there is a wrong configuration on dictionary, that was hidden because before that ticket the values out of the list were forced to be shown. For example, the window Unit of Measure can be used in Client or System (AD_Table.AccessLevel = 6 SystemPlusClient) - but the AD_Client_ID field has a dynamic validation set that filters:17:26
Not-8b5fAD_Client.AD_Client_ID <> 0 Found on core 358 columns with the problem: {code:sql} SELECT tb.tablename, c.columnname, c.ad_column_id, v.ad_val_rule_id, v.code, tb.accesslevel FROM ad_column c JOIN ad_table tb ON c.ad_table_id = tb.ad_table_id JOIN ad_val_rule v ON v.ad_val_rule_id = c.ad_val_rule_id WHERE c.columnname = 'AD_Client_ID' AND v.code = 'AD_Client.AD_Client_ID <> 0' AND tb.accesslevel IN ( '4', '6', '7' )17:26
Not-8b5fORDER BY 1, 2 {code}17:26
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278117:26
Not-8b5f[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.1 [+0/-0/±4] https://bitbucket.org/idempiere/idempiere/commits/19:16
Not-8b5f[iDempiere] globalqss c9d0731 - IDEMPIERE-2781 Client Field empty when adding a record on System / IDEMPIERE-267219:16
Not-8b5f[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2781 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed"19:16
Not-8b5f[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-278119:17
*** hieplq has joined #idempiere19:19
Not-8b5f[iDempiere2.1] jenkins built #294 completed (success) http://ci.idempiere.org/job/iDempiere2.1/294/19:41
*** egil_ has joined #idempiere22:04
*** egil_ has quit IRC22:15
*** a42niem has quit IRC22:33
*** mhernandezve has quit IRC23:50

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!