Administrator
|
Hi,
Got this in trunk demo classes: [javac16] Compiling 20 source files to /home/ofbiz/trunk/framework/testtools/build/classes [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: incompatible types [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory [javac16] SchemeSocketFactory sf = PlainSocketFactory.getSocketFactory(); [javac16] ^ [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: cannot find symbol [javac16] symbol : constructor Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) [javac16] location: class org.apache.http.conn.scheme.Scheme [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); [javac16] ^ [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: cannot find symbol [javac16] symbol : constructor ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) [javac16] location: class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager [javac16] ClientConnectionManager ccm = new ThreadSafeClientConnManager(supportedSchemes); [javac16] ^ [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: cannot find symbol [javac16] symbol : method consume(org.apache.http.HttpEntity) [javac16] location: class org.apache.http.util.EntityUtils [javac16] EntityUtils.consume(entity); // release connection gracefully [javac16] ^ [javac16] 4 errors BUILD FAILED /home/ofbiz/trunk/build.xml:214: The following error occurred while executing this line: /home/ofbiz/trunk/framework/build.xml:148: The following error occurred while executing this line: /home/ofbiz/trunk/macros.xml:39: The following error occurred while executing this line: /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler error output for details. reverted to r1201941, cleaned and installed all, it's running again... I think there is also an issue with 1202084, looks like the quality is going down :/ Jacques Also not sure why but found that in trunk log 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ ControlServlet.java:324:INFO ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request Done- total:0.366,since last([checkLogin(Domai...):0.366]] |
Administrator
|
Also we have an issue with this, reminder: no time to create a Jira atm (maybe there is already one BTW, thought I saw such?)
2011-11-17 11:48:25,468 (default-invoker-Thread-13) [ GenericDelegator.java:1724:ERROR] ---- exception report ---------------------------------------------------------- ERROR: Cannot do a find that returns an EntityListIterator with no transaction in place. Wrap this call in a transaction. Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1723) org.ofbiz.order.order.OrderServices$1.call(OrderServices.java:5762) org.ofbiz.order.order.OrderServices$1.call(OrderServices.java:5757) org.ofbiz.entity.transaction.TransactionUtil$NoTransaction.call(TransactionUtil.java:978) org.ofbiz.entity.transaction.TransactionUtil$InTransaction.call(TransactionUtil.java:1003) org.ofbiz.entity.transaction.TransactionUtil.doNewTransaction(TransactionUtil.java:89) org.ofbiz.order.order.OrderServices.createAlsoBoughtProductAssocs(OrderServices.java:5757) Jacques From: "Jacques Le Roux" <[hidden email]> > Hi, > > Got this in trunk demo > > classes: > [javac16] Compiling 20 source files to /home/ofbiz/trunk/framework/testtools/build/classes > [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: incompatible types > [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory > [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory > [javac16] SchemeSocketFactory sf = PlainSocketFactory.getSocketFactory(); > [javac16] ^ > [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: cannot find symbol > [javac16] symbol : constructor Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) > [javac16] location: class org.apache.http.conn.scheme.Scheme > [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); > [javac16] ^ > [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: cannot find symbol > [javac16] symbol : constructor ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) > [javac16] location: class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager > [javac16] ClientConnectionManager ccm = new ThreadSafeClientConnManager(supportedSchemes); > [javac16] ^ > [javac16] /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: cannot find symbol > [javac16] symbol : method consume(org.apache.http.HttpEntity) > [javac16] location: class org.apache.http.util.EntityUtils > [javac16] EntityUtils.consume(entity); // release connection gracefully > [javac16] ^ > [javac16] 4 errors > > BUILD FAILED > /home/ofbiz/trunk/build.xml:214: The following error occurred while executing this line: > /home/ofbiz/trunk/framework/build.xml:148: The following error occurred while executing this line: > /home/ofbiz/trunk/macros.xml:39: The following error occurred while executing this line: > /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler error output for details. > > reverted to r1201941, cleaned and installed all, it's running again... > > I think there is also an issue with 1202084, looks like the quality is going down :/ > > Jacques > Also not sure why but found that in trunk log > 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ ControlServlet.java:324:INFO ] > [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request Done- total:0.366,since last([checkLogin(Domai...):0.366]] > |
Actually, there are more errors/warnings in the trunk too - most having
to do with bad entity definitions. I'm cross posting this to the dev list so we can look into it. -Adrian On 11/17/2011 11:53 AM, Jacques Le Roux wrote: > Also we have an issue with this, reminder: no time to create a Jira > atm (maybe there is already one BTW, thought I saw such?) > > 2011-11-17 11:48:25,468 (default-invoker-Thread-13) [ > GenericDelegator.java:1724:ERROR] ---- exception report > ---------------------------------------------------------- > ERROR: Cannot do a find that returns an EntityListIterator with no > transaction in place. Wrap this call in a transaction. > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace > --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1723) > org.ofbiz.order.order.OrderServices$1.call(OrderServices.java:5762) > org.ofbiz.order.order.OrderServices$1.call(OrderServices.java:5757) > org.ofbiz.entity.transaction.TransactionUtil$NoTransaction.call(TransactionUtil.java:978) > > org.ofbiz.entity.transaction.TransactionUtil$InTransaction.call(TransactionUtil.java:1003) > > org.ofbiz.entity.transaction.TransactionUtil.doNewTransaction(TransactionUtil.java:89) > > org.ofbiz.order.order.OrderServices.createAlsoBoughtProductAssocs(OrderServices.java:5757) > > > Jacques > > From: "Jacques Le Roux" <[hidden email]> >> Hi, >> >> Got this in trunk demo >> >> classes: >> [javac16] Compiling 20 source files to >> /home/ofbiz/trunk/framework/testtools/build/classes >> [javac16] >> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >> incompatible types >> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >> [javac16] SchemeSocketFactory sf = >> PlainSocketFactory.getSocketFactory(); >> [javac16] >> ^ >> [javac16] >> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >> cannot find symbol >> [javac16] symbol : constructor >> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >> [javac16] location: class org.apache.http.conn.scheme.Scheme >> [javac16] supportedSchemes.register(new Scheme("http", 80, >> sf)); >> [javac16] ^ >> [javac16] >> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >> cannot find symbol >> [javac16] symbol : constructor >> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >> [javac16] location: class >> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >> [javac16] ClientConnectionManager ccm = new >> ThreadSafeClientConnManager(supportedSchemes); >> [javac16] ^ >> [javac16] >> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >> cannot find symbol >> [javac16] symbol : method consume(org.apache.http.HttpEntity) >> [javac16] location: class org.apache.http.util.EntityUtils >> [javac16] EntityUtils.consume(entity); // release >> connection gracefully >> [javac16] ^ >> [javac16] 4 errors >> >> BUILD FAILED >> /home/ofbiz/trunk/build.xml:214: The following error occurred while >> executing this line: >> /home/ofbiz/trunk/framework/build.xml:148: The following error >> occurred while executing this line: >> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >> executing this line: >> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >> error output for details. >> >> reverted to r1201941, cleaned and installed all, it's running again... >> >> I think there is also an issue with 1202084, looks like the quality >> is going down :/ >> >> Jacques >> Also not sure why but found that in trunk log >> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >> ControlServlet.java:324:INFO ] >> [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request >> Done- total:0.366,since last([checkLogin(Domai...):0.366]] |
In reply to this post by Jacques Le Roux
Hi Jacques,
I've testing locally the modification, and there is no failed build with it. Even the buildbot is not reporting an error : http://ci.apache.org/builders/ofbiz-trunk/builds/2323 I can't see where it is coming from... 2011/11/17 Jacques Le Roux <[hidden email]>: > Hi, > > Got this in trunk demo > > classes: >  [javac16] Compiling 20 source files to > /home/ofbiz/trunk/framework/testtools/build/classes >  [javac16] > /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: > incompatible types >  [javac16] found  : org.apache.http.conn.scheme.PlainSocketFactory >  [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >  [javac16]     SchemeSocketFactory sf = > PlainSocketFactory.getSocketFactory(); >  [javac16] >  ^ >  [javac16] > /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: > cannot find symbol >  [javac16] symbol  : constructor > Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >  [javac16] location: class org.apache.http.conn.scheme.Scheme >  [javac16]     supportedSchemes.register(new Scheme("http", 80, sf)); >  [javac16]                  ^ >  [javac16] > /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: > cannot find symbol >  [javac16] symbol  : constructor > ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >  [javac16] location: class > org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >  [javac16]     ClientConnectionManager ccm = new > ThreadSafeClientConnManager(supportedSchemes); >  [javac16]                    ^ >  [javac16] > /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: > cannot find symbol >  [javac16] symbol  : method consume(org.apache.http.HttpEntity) >  [javac16] location: class org.apache.http.util.EntityUtils >  [javac16]         EntityUtils.consume(entity); // release > connection gracefully >  [javac16]               ^ >  [javac16] 4 errors > > BUILD FAILED > /home/ofbiz/trunk/build.xml:214: The following error occurred while > executing this line: > /home/ofbiz/trunk/framework/build.xml:148: The following error occurred > while executing this line: > /home/ofbiz/trunk/macros.xml:39: The following error occurred while > executing this line: > /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler error > output for details. > > reverted to r1201941, cleaned and installed all, it's running again... > > I think there is also an issue with 1202084, looks like the quality is going > down :/ > > Jacques > Also not sure why but found that in trunk log > 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ ControlServlet.java:324:INFO > ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request Done- > total:0.366,since last([checkLogin(Domai...):0.366]] -- Erwan de FERRIERES |
Administrator
|
HI Erwan,
I have just reviewed your recent changes and yes I can't see any problems with them. I continue to investigate... Jacques From: "Erwan de FERRIERES" <[hidden email]> > Hi Jacques, > > I've testing locally the modification, and there is no failed build with it. > Even the buildbot is not reporting an error : > http://ci.apache.org/builders/ofbiz-trunk/builds/2323 > > I can't see where it is coming from... > > 2011/11/17 Jacques Le Roux <[hidden email]>: >> Hi, >> >> Got this in trunk demo >> >> classes: >> [javac16] Compiling 20 source files to >> /home/ofbiz/trunk/framework/testtools/build/classes >> [javac16] >> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >> incompatible types >> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >> [javac16] SchemeSocketFactory sf = >> PlainSocketFactory.getSocketFactory(); >> [javac16] >> ^ >> [javac16] >> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >> cannot find symbol >> [javac16] symbol : constructor >> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >> [javac16] location: class org.apache.http.conn.scheme.Scheme >> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >> [javac16] ^ >> [javac16] >> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >> cannot find symbol >> [javac16] symbol : constructor >> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >> [javac16] location: class >> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >> [javac16] ClientConnectionManager ccm = new >> ThreadSafeClientConnManager(supportedSchemes); >> [javac16] ^ >> [javac16] >> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >> cannot find symbol >> [javac16] symbol : method consume(org.apache.http.HttpEntity) >> [javac16] location: class org.apache.http.util.EntityUtils >> [javac16] EntityUtils.consume(entity); // release >> connection gracefully >> [javac16] ^ >> [javac16] 4 errors >> >> BUILD FAILED >> /home/ofbiz/trunk/build.xml:214: The following error occurred while >> executing this line: >> /home/ofbiz/trunk/framework/build.xml:148: The following error occurred >> while executing this line: >> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >> executing this line: >> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler error >> output for details. >> >> reverted to r1201941, cleaned and installed all, it's running again... >> >> I think there is also an issue with 1202084, looks like the quality is going >> down :/ >> >> Jacques >> Also not sure why but found that in trunk log >> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ ControlServlet.java:324:INFO >> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request Done- >> total:0.366,since last([checkLogin(Domai...):0.366]] > > > > -- > Erwan de FERRIERES > |
Administrator
|
In reply to this post by Jacques Le Roux
BTW I will make some tries on the trunk demo server right now. It will be unavailable during them...
Jacques From: "Jacques Le Roux" <[hidden email]> > HI Erwan, > > I have just reviewed your recent changes and yes I can't see any problems with them. I continue to investigate... > > Jacques > > From: "Erwan de FERRIERES" <[hidden email]> >> Hi Jacques, >> >> I've testing locally the modification, and there is no failed build with it. >> Even the buildbot is not reporting an error : >> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >> >> I can't see where it is coming from... >> >> 2011/11/17 Jacques Le Roux <[hidden email]>: >>> Hi, >>> >>> Got this in trunk demo >>> >>> classes: >>> [javac16] Compiling 20 source files to >>> /home/ofbiz/trunk/framework/testtools/build/classes >>> [javac16] >>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>> incompatible types >>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>> [javac16] SchemeSocketFactory sf = >>> PlainSocketFactory.getSocketFactory(); >>> [javac16] >>> ^ >>> [javac16] >>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>> cannot find symbol >>> [javac16] symbol : constructor >>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>> [javac16] ^ >>> [javac16] >>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>> cannot find symbol >>> [javac16] symbol : constructor >>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>> [javac16] location: class >>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>> [javac16] ClientConnectionManager ccm = new >>> ThreadSafeClientConnManager(supportedSchemes); >>> [javac16] ^ >>> [javac16] >>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>> cannot find symbol >>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>> [javac16] location: class org.apache.http.util.EntityUtils >>> [javac16] EntityUtils.consume(entity); // release >>> connection gracefully >>> [javac16] ^ >>> [javac16] 4 errors >>> >>> BUILD FAILED >>> /home/ofbiz/trunk/build.xml:214: The following error occurred while >>> executing this line: >>> /home/ofbiz/trunk/framework/build.xml:148: The following error occurred >>> while executing this line: >>> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >>> executing this line: >>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler error >>> output for details. >>> >>> reverted to r1201941, cleaned and installed all, it's running again... >>> >>> I think there is also an issue with 1202084, looks like the quality is going >>> down :/ >>> >>> Jacques >>> Also not sure why but found that in trunk log >>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ ControlServlet.java:324:INFO >>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request Done- >>> total:0.366,since last([checkLogin(Domai...):0.366]] >> >> >> >> -- >> Erwan de FERRIERES >> |
Administrator
|
In reply to this post by Jacques Le Roux
On demo trunk server, I updated to HEAD and reproduced the same compilation error. I reverted r1202849 and got rid of the error (not
sure it's safe for Selenium did not analysis). I don't know from where it comes since locally ant clean-all run-install run works like a charm. I can see only the JDK version used: jdk1.6.0_23, but that sounds weird. I certainly miss something but have not enough time to even think about it... For now I will continue to stay at r1201941 for trunk demo, until this issue is resolved. There are also issues with the catalago/categories tree that I can't reproduce locally. This seems to only appear when you enter using parameters for credential and js state: https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y (then just try to click on "Gizmos [BEST-SELL-1]" for instance) It seems the tree problems are related to our demo instance since nobody complains about them. So I think we can forget about them. On the other hand, r1202849 is a blocker HTH Jacques > BTW I will make some tries on the trunk demo server right now. It will be unavailable during them... > > Jacques > > From: "Jacques Le Roux" <[hidden email]> >> HI Erwan, >> >> I have just reviewed your recent changes and yes I can't see any problems with them. I continue to investigate... >> >> Jacques >> >> From: "Erwan de FERRIERES" <[hidden email]> >>> Hi Jacques, >>> >>> I've testing locally the modification, and there is no failed build with it. >>> Even the buildbot is not reporting an error : >>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>> >>> I can't see where it is coming from... >>> >>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>> Hi, >>>> >>>> Got this in trunk demo >>>> >>>> classes: >>>> [javac16] Compiling 20 source files to >>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>> [javac16] >>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>> incompatible types >>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>> [javac16] SchemeSocketFactory sf = >>>> PlainSocketFactory.getSocketFactory(); >>>> [javac16] >>>> ^ >>>> [javac16] >>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>> cannot find symbol >>>> [javac16] symbol : constructor >>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>> [javac16] ^ >>>> [javac16] >>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>> cannot find symbol >>>> [javac16] symbol : constructor >>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>> [javac16] location: class >>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>> [javac16] ClientConnectionManager ccm = new >>>> ThreadSafeClientConnManager(supportedSchemes); >>>> [javac16] ^ >>>> [javac16] >>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>> cannot find symbol >>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>> [javac16] location: class org.apache.http.util.EntityUtils >>>> [javac16] EntityUtils.consume(entity); // release >>>> connection gracefully >>>> [javac16] ^ >>>> [javac16] 4 errors >>>> >>>> BUILD FAILED >>>> /home/ofbiz/trunk/build.xml:214: The following error occurred while >>>> executing this line: >>>> /home/ofbiz/trunk/framework/build.xml:148: The following error occurred >>>> while executing this line: >>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >>>> executing this line: >>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler error >>>> output for details. >>>> >>>> reverted to r1201941, cleaned and installed all, it's running again... >>>> >>>> I think there is also an issue with 1202084, looks like the quality is going >>>> down :/ >>>> >>>> Jacques >>>> Also not sure why but found that in trunk log >>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ ControlServlet.java:324:INFO >>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request Done- >>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>> >>> >>> >>> -- >>> Erwan de FERRIERES >>> |
Hi Jaques,
remove the '/login' from: https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y I already did that in the website index.html and updated the site, however the change does not come through.... Regards, Hans On 11/20/2011 01:23 AM, Jacques Le Roux wrote: > On demo trunk server, I updated to HEAD and reproduced the same > compilation error. I reverted r1202849 and got rid of the error (not > sure it's safe for Selenium did not analysis). > I don't know from where it comes since locally ant clean-all > run-install run works like a charm. I can see only the JDK version > used: jdk1.6.0_23, but that sounds weird. I certainly miss something > but have not enough time to even think about it... > > For now I will continue to stay at r1201941 for trunk demo, until this > issue is resolved. > > There are also issues with the catalago/categories tree that I can't > reproduce locally. This seems to only appear when you enter > using parameters for credential and js state: > https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y > > (then just try to click on "Gizmos [BEST-SELL-1]" for instance) > > It seems the tree problems are related to our demo instance since > nobody complains about them. So I think we can forget about them. On > the other hand, r1202849 is a blocker > > HTH > > Jacques > >> BTW I will make some tries on the trunk demo server right now. It >> will be unavailable during them... >> >> Jacques >> >> From: "Jacques Le Roux" <[hidden email]> >>> HI Erwan, >>> >>> I have just reviewed your recent changes and yes I can't see any >>> problems with them. I continue to investigate... >>> >>> Jacques >>> >>> From: "Erwan de FERRIERES" <[hidden email]> >>>> Hi Jacques, >>>> >>>> I've testing locally the modification, and there is no failed build >>>> with it. >>>> Even the buildbot is not reporting an error : >>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>> >>>> I can't see where it is coming from... >>>> >>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>> Hi, >>>>> >>>>> Got this in trunk demo >>>>> >>>>> classes: >>>>> [javac16] Compiling 20 source files to >>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>> [javac16] >>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>> >>>>> incompatible types >>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>>> [javac16] SchemeSocketFactory sf = >>>>> PlainSocketFactory.getSocketFactory(); >>>>> [javac16] >>>>> ^ >>>>> [javac16] >>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : constructor >>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>> >>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>> [javac16] ^ >>>>> [javac16] >>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : constructor >>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>> >>>>> [javac16] location: class >>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>> [javac16] ClientConnectionManager ccm = new >>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>> [javac16] ^ >>>>> [javac16] >>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>> [javac16] EntityUtils.consume(entity); // release >>>>> connection gracefully >>>>> [javac16] ^ >>>>> [javac16] 4 errors >>>>> >>>>> BUILD FAILED >>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred while >>>>> executing this line: >>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>> occurred >>>>> while executing this line: >>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >>>>> executing this line: >>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>> error >>>>> output for details. >>>>> >>>>> reverted to r1201941, cleaned and installed all, it's running >>>>> again... >>>>> >>>>> I think there is also an issue with 1202084, looks like the >>>>> quality is going >>>>> down :/ >>>>> >>>>> Jacques >>>>> Also not sure why but found that in trunk log >>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>> ControlServlet.java:324:INFO >>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>> Request Done- >>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>> >>>> >>>> >>>> -- >>>> Erwan de FERRIERES >>>> |
Administrator
|
Thanks Hans,
Works well now from here indeed :o) The site is ok too. It takes 30 mins to updated once you have svn updated people.a.o Cheers Jacques From: "Hans Bakker" <[hidden email]> > Hi Jaques, > > remove the '/login' from: > > https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y > > > I already did that in the website index.html and updated the site, > however the change does not come through.... > > Regards, > Hans > > > > On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >> On demo trunk server, I updated to HEAD and reproduced the same >> compilation error. I reverted r1202849 and got rid of the error (not >> sure it's safe for Selenium did not analysis). >> I don't know from where it comes since locally ant clean-all >> run-install run works like a charm. I can see only the JDK version >> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >> but have not enough time to even think about it... >> >> For now I will continue to stay at r1201941 for trunk demo, until this >> issue is resolved. >> >> There are also issues with the catalago/categories tree that I can't >> reproduce locally. This seems to only appear when you enter >> using parameters for credential and js state: >> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >> >> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >> >> It seems the tree problems are related to our demo instance since >> nobody complains about them. So I think we can forget about them. On >> the other hand, r1202849 is a blocker >> >> HTH >> >> Jacques >> >>> BTW I will make some tries on the trunk demo server right now. It >>> will be unavailable during them... >>> >>> Jacques >>> >>> From: "Jacques Le Roux" <[hidden email]> >>>> HI Erwan, >>>> >>>> I have just reviewed your recent changes and yes I can't see any >>>> problems with them. I continue to investigate... >>>> >>>> Jacques >>>> >>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>> Hi Jacques, >>>>> >>>>> I've testing locally the modification, and there is no failed build >>>>> with it. >>>>> Even the buildbot is not reporting an error : >>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>> >>>>> I can't see where it is coming from... >>>>> >>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>> Hi, >>>>>> >>>>>> Got this in trunk demo >>>>>> >>>>>> classes: >>>>>> [javac16] Compiling 20 source files to >>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>> [javac16] >>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>> >>>>>> incompatible types >>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>>>> [javac16] SchemeSocketFactory sf = >>>>>> PlainSocketFactory.getSocketFactory(); >>>>>> [javac16] >>>>>> ^ >>>>>> [javac16] >>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>> >>>>>> cannot find symbol >>>>>> [javac16] symbol : constructor >>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>> >>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>> [javac16] ^ >>>>>> [javac16] >>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>> >>>>>> cannot find symbol >>>>>> [javac16] symbol : constructor >>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>> >>>>>> [javac16] location: class >>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>> [javac16] ClientConnectionManager ccm = new >>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>> [javac16] ^ >>>>>> [javac16] >>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>> >>>>>> cannot find symbol >>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>> connection gracefully >>>>>> [javac16] ^ >>>>>> [javac16] 4 errors >>>>>> >>>>>> BUILD FAILED >>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred while >>>>>> executing this line: >>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>> occurred >>>>>> while executing this line: >>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >>>>>> executing this line: >>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>>> error >>>>>> output for details. >>>>>> >>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>> again... >>>>>> >>>>>> I think there is also an issue with 1202084, looks like the >>>>>> quality is going >>>>>> down :/ >>>>>> >>>>>> Jacques >>>>>> Also not sure why but found that in trunk log >>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>> ControlServlet.java:324:INFO >>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>> Request Done- >>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>> >>>>> >>>>> >>>>> -- >>>>> Erwan de FERRIERES >>>>> > |
It looks like this is still an issue, i am on r1209279, the trunk will not build, it fails with the exact same error.
The issue is the following error during run-install-seed classes: [javac16] Compiling 20 source files to /opt/ofbiz/ofbiz/framework/testtools/build/classes [javac16] /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: incompatible types [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory [javac16] SchemeSocketFactory sf = PlainSocketFactory.getSocketFactory(); [javac16] ^ [javac16] /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: cannot find symbol [javac16] symbol : constructor Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) [javac16] location: class org.apache.http.conn.scheme.Scheme [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); [javac16] ^ [javac16] /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: cannot find symbol [javac16] symbol : constructor ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) [javac16] location: class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager [javac16] ClientConnectionManager ccm = new ThreadSafeClientConnManager(supportedSchemes); [javac16] ^ [javac16] /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: cannot find symbol [javac16] symbol : method consume(org.apache.http.HttpEntity) [javac16] location: class org.apache.http.util.EntityUtils [javac16] EntityUtils.consume(entity); // release connection gracefully [javac16] ^ [javac16] 4 errors I am on JDK 1_6_29 which is the latest available Thanks >Thanks Hans, > >Works well now from here indeed :o) > >The site is ok too. It takes 30 mins to updated once you have svn updated people.a.o Cheers Jacques From: "Hans Bakker" <[hidden email]> > Hi Jaques, > > remove the '/login' from: > > https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y > > > I already did that in the website index.html and updated the site, > however the change does not come through.... > > Regards, > Hans > > > > On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >> On demo trunk server, I updated to HEAD and reproduced the same >> compilation error. I reverted r1202849 and got rid of the error (not >> sure it's safe for Selenium did not analysis). >> I don't know from where it comes since locally ant clean-all >> run-install run works like a charm. I can see only the JDK version >> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >> but have not enough time to even think about it... >> >> For now I will continue to stay at r1201941 for trunk demo, until this >> issue is resolved. >> >> There are also issues with the catalago/categories tree that I can't >> reproduce locally. This seems to only appear when you enter >> using parameters for credential and js state: >> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >> >> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >> >> It seems the tree problems are related to our demo instance since >> nobody complains about them. So I think we can forget about them. On >> the other hand, r1202849 is a blocker >> >> HTH >> >> Jacques >> >>> BTW I will make some tries on the trunk demo server right now. It >>> will be unavailable during them... >>> >>> Jacques >>> >>> From: "Jacques Le Roux" <[hidden email]> >>>> HI Erwan, >>>> >>>> I have just reviewed your recent changes and yes I can't see any >>>> problems with them. I continue to investigate... >>>> >>>> Jacques >>>> >>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>> Hi Jacques, >>>>> >>>>> I've testing locally the modification, and there is no failed build >>>>> with it. >>>>> Even the buildbot is not reporting an error : >>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>> >>>>> I can't see where it is coming from... >>>>> >>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>> Hi, >>>>>> >>>>>> Got this in trunk demo >>>>>> >>>>>> classes: >>>>>> [javac16] Compiling 20 source files to >>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>> [javac16] >>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>> >>>>>> incompatible types >>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>>>> [javac16] SchemeSocketFactory sf = >>>>>> PlainSocketFactory.getSocketFactory(); >>>>>> [javac16] >>>>>> ^ >>>>>> [javac16] >>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>> >>>>>> cannot find symbol >>>>>> [javac16] symbol : constructor >>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>> >>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>> [javac16] ^ >>>>>> [javac16] >>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>> >>>>>> cannot find symbol >>>>>> [javac16] symbol : constructor >>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>> >>>>>> [javac16] location: class >>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>> [javac16] ClientConnectionManager ccm = new >>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>> [javac16] ^ >>>>>> [javac16] >>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>> >>>>>> cannot find symbol >>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>> connection gracefully >>>>>> [javac16] ^ >>>>>> [javac16] 4 errors >>>>>> >>>>>> BUILD FAILED >>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred while >>>>>> executing this line: >>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>> occurred >>>>>> while executing this line: >>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >>>>>> executing this line: >>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>>> error >>>>>> output for details. >>>>>> >>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>> again... >>>>>> >>>>>> I think there is also an issue with 1202084, looks like the >>>>>> quality is going >>>>>> down :/ >>>>>> >>>>>> Jacques >>>>>> Also not sure why but found that in trunk log >>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>> ControlServlet.java:324:INFO >>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>> Request Done- >>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>> >>>>> >>>>> >>>>> -- >>>>> Erwan de FERRIERES >>>>> > |
Administrator
|
This is not related to Hans's change below. It's a known problem but I only reproduced on trunk demo so far. So it can be due to
your OS or/and JDK versions. I wanted to show those information from trunk demo, but unfortunately, for unknow reason so far, I have no access to the demo server this morning :/ Coud you please send your OS and JDK information (very precise versions) ? In the meantime you can revert r1202849 Jacques From: "Tolu Williams" <[hidden email]> > It looks like this is still an issue, i am on r1209279, the trunk will not > build, it fails with the exact same error. > > The issue is the following error during run-install-seed > > classes: > [javac16] Compiling 20 source files to > /opt/ofbiz/ofbiz/framework/testtools/build/classes > [javac16] > /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: > incompatible types > [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory > [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory > [javac16] SchemeSocketFactory sf = > PlainSocketFactory.getSocketFactory(); > [javac16] > ^ > [javac16] > /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: > cannot find symbol > [javac16] symbol : constructor > Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) > [javac16] location: class org.apache.http.conn.scheme.Scheme > [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); > [javac16] ^ > [javac16] > /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: > cannot find symbol > [javac16] symbol : constructor > ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) > [javac16] location: class > org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager > [javac16] ClientConnectionManager ccm = new > ThreadSafeClientConnManager(supportedSchemes); > [javac16] ^ > [javac16] > /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: > cannot find symbol > [javac16] symbol : method consume(org.apache.http.HttpEntity) > [javac16] location: class org.apache.http.util.EntityUtils > [javac16] EntityUtils.consume(entity); // release > connection gracefully > [javac16] ^ > [javac16] 4 errors > > I am on JDK 1_6_29 which is the latest available > > Thanks > > >>Thanks Hans, >> >>Works well now from here indeed :o) >> >>The site is ok too. It takes 30 mins to updated once you have svn updated > people.a.o > > Cheers > > Jacques > > From: "Hans Bakker" <[hidden email]> > >> Hi Jaques, >> >> remove the '/login' from: >> >> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >> >> >> I already did that in the website index.html and updated the site, >> however the change does not come through.... >> >> Regards, >> Hans >> >> >> >> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>> On demo trunk server, I updated to HEAD and reproduced the same >>> compilation error. I reverted r1202849 and got rid of the error (not >>> sure it's safe for Selenium did not analysis). >>> I don't know from where it comes since locally ant clean-all >>> run-install run works like a charm. I can see only the JDK version >>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>> but have not enough time to even think about it... >>> >>> For now I will continue to stay at r1201941 for trunk demo, until this >>> issue is resolved. >>> >>> There are also issues with the catalago/categories tree that I can't >>> reproduce locally. This seems to only appear when you enter >>> using parameters for credential and js state: >>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>> >>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>> >>> It seems the tree problems are related to our demo instance since >>> nobody complains about them. So I think we can forget about them. On >>> the other hand, r1202849 is a blocker >>> >>> HTH >>> >>> Jacques >>> >>>> BTW I will make some tries on the trunk demo server right now. It >>>> will be unavailable during them... >>>> >>>> Jacques >>>> >>>> From: "Jacques Le Roux" <[hidden email]> >>>>> HI Erwan, >>>>> >>>>> I have just reviewed your recent changes and yes I can't see any >>>>> problems with them. I continue to investigate... >>>>> >>>>> Jacques >>>>> >>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>> Hi Jacques, >>>>>> >>>>>> I've testing locally the modification, and there is no failed build >>>>>> with it. >>>>>> Even the buildbot is not reporting an error : >>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>> >>>>>> I can't see where it is coming from... >>>>>> >>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>> Hi, >>>>>>> >>>>>>> Got this in trunk demo >>>>>>> >>>>>>> classes: >>>>>>> [javac16] Compiling 20 source files to >>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>> [javac16] >>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>> >>>>>>> incompatible types >>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>> [javac16] >>>>>>> ^ >>>>>>> [javac16] >>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>> >>>>>>> cannot find symbol >>>>>>> [javac16] symbol : constructor >>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>> >>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>> [javac16] ^ >>>>>>> [javac16] >>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>> >>>>>>> cannot find symbol >>>>>>> [javac16] symbol : constructor >>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>> >>>>>>> [javac16] location: class >>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>> [javac16] ^ >>>>>>> [javac16] >>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>> >>>>>>> cannot find symbol >>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>> connection gracefully >>>>>>> [javac16] ^ >>>>>>> [javac16] 4 errors >>>>>>> >>>>>>> BUILD FAILED >>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred while >>>>>>> executing this line: >>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>> occurred >>>>>>> while executing this line: >>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >>>>>>> executing this line: >>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>>>> error >>>>>>> output for details. >>>>>>> >>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>> again... >>>>>>> >>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>> quality is going >>>>>>> down :/ >>>>>>> >>>>>>> Jacques >>>>>>> Also not sure why but found that in trunk log >>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>> ControlServlet.java:324:INFO >>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>> Request Done- >>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Erwan de FERRIERES >>>>>> >> > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html > Sent from the OFBiz - User mailing list archive at Nabble.com. |
I upgraded Ubuntu and the linux kernel and restarted trunk and branch
10..... Jacques, can you see if t helped? Regards, Hans On 12/02/2011 12:55 PM, Jacques Le Roux wrote: > This is not related to Hans's change below. It's a known problem but I > only reproduced on trunk demo so far. So it can be due to your OS > or/and JDK versions. > I wanted to show those information from trunk demo, but unfortunately, > for unknow reason so far, I have no access to the demo server this > morning :/ > > Coud you please send your OS and JDK information (very precise > versions) ? > > In the meantime you can revert r1202849 > > Jacques > > From: "Tolu Williams" <[hidden email]> >> It looks like this is still an issue, i am on r1209279, the trunk >> will not >> build, it fails with the exact same error. >> >> The issue is the following error during run-install-seed >> >> classes: >> [javac16] Compiling 20 source files to >> /opt/ofbiz/ofbiz/framework/testtools/build/classes >> [javac16] >> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >> >> incompatible types >> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >> [javac16] SchemeSocketFactory sf = >> PlainSocketFactory.getSocketFactory(); >> [javac16] >> ^ >> [javac16] >> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >> >> cannot find symbol >> [javac16] symbol : constructor >> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >> >> [javac16] location: class org.apache.http.conn.scheme.Scheme >> [javac16] supportedSchemes.register(new Scheme("http", 80, >> sf)); >> [javac16] ^ >> [javac16] >> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >> >> cannot find symbol >> [javac16] symbol : constructor >> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >> [javac16] location: class >> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >> [javac16] ClientConnectionManager ccm = new >> ThreadSafeClientConnManager(supportedSchemes); >> [javac16] ^ >> [javac16] >> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >> >> cannot find symbol >> [javac16] symbol : method consume(org.apache.http.HttpEntity) >> [javac16] location: class org.apache.http.util.EntityUtils >> [javac16] EntityUtils.consume(entity); // release >> connection gracefully >> [javac16] ^ >> [javac16] 4 errors >> >> I am on JDK 1_6_29 which is the latest available >> >> Thanks >> >> >>> Thanks Hans, >>> >>> Works well now from here indeed :o) >>> >>> The site is ok too. It takes 30 mins to updated once you have svn >>> updated >> people.a.o >> >> Cheers >> >> Jacques >> >> From: "Hans Bakker" <[hidden email]> >> >>> Hi Jaques, >>> >>> remove the '/login' from: >>> >>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>> >>> >>> >>> I already did that in the website index.html and updated the site, >>> however the change does not come through.... >>> >>> Regards, >>> Hans >>> >>> >>> >>> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>>> On demo trunk server, I updated to HEAD and reproduced the same >>>> compilation error. I reverted r1202849 and got rid of the error (not >>>> sure it's safe for Selenium did not analysis). >>>> I don't know from where it comes since locally ant clean-all >>>> run-install run works like a charm. I can see only the JDK version >>>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>>> but have not enough time to even think about it... >>>> >>>> For now I will continue to stay at r1201941 for trunk demo, until this >>>> issue is resolved. >>>> >>>> There are also issues with the catalago/categories tree that I can't >>>> reproduce locally. This seems to only appear when you enter >>>> using parameters for credential and js state: >>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>> >>>> >>>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>>> >>>> It seems the tree problems are related to our demo instance since >>>> nobody complains about them. So I think we can forget about them. On >>>> the other hand, r1202849 is a blocker >>>> >>>> HTH >>>> >>>> Jacques >>>> >>>>> BTW I will make some tries on the trunk demo server right now. It >>>>> will be unavailable during them... >>>>> >>>>> Jacques >>>>> >>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>> HI Erwan, >>>>>> >>>>>> I have just reviewed your recent changes and yes I can't see any >>>>>> problems with them. I continue to investigate... >>>>>> >>>>>> Jacques >>>>>> >>>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>>> Hi Jacques, >>>>>>> >>>>>>> I've testing locally the modification, and there is no failed build >>>>>>> with it. >>>>>>> Even the buildbot is not reporting an error : >>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>>> >>>>>>> I can't see where it is coming from... >>>>>>> >>>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>>> Hi, >>>>>>>> >>>>>>>> Got this in trunk demo >>>>>>>> >>>>>>>> classes: >>>>>>>> [javac16] Compiling 20 source files to >>>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>>> [javac16] >>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>>> >>>>>>>> >>>>>>>> incompatible types >>>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>>> [javac16] required: >>>>>>>> org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>>> [javac16] >>>>>>>> ^ >>>>>>>> [javac16] >>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>>> >>>>>>>> >>>>>>>> cannot find symbol >>>>>>>> [javac16] symbol : constructor >>>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>>> >>>>>>>> >>>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>>> [javac16] ^ >>>>>>>> [javac16] >>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>>> >>>>>>>> >>>>>>>> cannot find symbol >>>>>>>> [javac16] symbol : constructor >>>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>>> >>>>>>>> >>>>>>>> [javac16] location: class >>>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>>> [javac16] ^ >>>>>>>> [javac16] >>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>>> >>>>>>>> >>>>>>>> cannot find symbol >>>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>>> connection gracefully >>>>>>>> [javac16] ^ >>>>>>>> [javac16] 4 errors >>>>>>>> >>>>>>>> BUILD FAILED >>>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred >>>>>>>> while >>>>>>>> executing this line: >>>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>>> occurred >>>>>>>> while executing this line: >>>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred >>>>>>>> while >>>>>>>> executing this line: >>>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>>>>> error >>>>>>>> output for details. >>>>>>>> >>>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>>> again... >>>>>>>> >>>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>>> quality is going >>>>>>>> down :/ >>>>>>>> >>>>>>>> Jacques >>>>>>>> Also not sure why but found that in trunk log >>>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>>> ControlServlet.java:324:INFO >>>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>>> Request Done- >>>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Erwan de FERRIERES >>>>>>> >>> >> >> -- >> View this message in context: >> http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. |
I am on Centos release 5.5 final
kernel is 2.6.18-xenU-ec2-v1.0 JDK is 1_6_29 Thanks! >I upgraded Ubuntu and the linux kernel and restarted trunk and branch >10..... > >Jacques, can you see if t helped? > >Regards, >Hans > On 12/02/2011 12:55 PM, Jacques Le Roux wrote: > This is not related to Hans's change below. It's a known problem but I > only reproduced on trunk demo so far. So it can be due to your OS > or/and JDK versions. > I wanted to show those information from trunk demo, but unfortunately, > for unknow reason so far, I have no access to the demo server this > morning :/ > > Coud you please send your OS and JDK information (very precise > versions) ? > > In the meantime you can revert r1202849 > > Jacques > > From: "Tolu Williams" <[hidden email]> >> It looks like this is still an issue, i am on r1209279, the trunk >> will not >> build, it fails with the exact same error. >> >> The issue is the following error during run-install-seed >> >> classes: >> [javac16] Compiling 20 source files to >> /opt/ofbiz/ofbiz/framework/testtools/build/classes >> [javac16] >> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >> >> incompatible types >> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >> [javac16] SchemeSocketFactory sf = >> PlainSocketFactory.getSocketFactory(); >> [javac16] >> ^ >> [javac16] >> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >> >> cannot find symbol >> [javac16] symbol : constructor >> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >> >> [javac16] location: class org.apache.http.conn.scheme.Scheme >> [javac16] supportedSchemes.register(new Scheme("http", 80, >> sf)); >> [javac16] ^ >> [javac16] >> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >> >> cannot find symbol >> [javac16] symbol : constructor >> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >> [javac16] location: class >> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >> [javac16] ClientConnectionManager ccm = new >> ThreadSafeClientConnManager(supportedSchemes); >> [javac16] ^ >> [javac16] >> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >> >> cannot find symbol >> [javac16] symbol : method consume(org.apache.http.HttpEntity) >> [javac16] location: class org.apache.http.util.EntityUtils >> [javac16] EntityUtils.consume(entity); // release >> connection gracefully >> [javac16] ^ >> [javac16] 4 errors >> >> I am on JDK 1_6_29 which is the latest available >> >> Thanks >> >> >>> Thanks Hans, >>> >>> Works well now from here indeed :o) >>> >>> The site is ok too. It takes 30 mins to updated once you have svn >>> updated >> people.a.o >> >> Cheers >> >> Jacques >> >> From: "Hans Bakker" <[hidden email]> >> >>> Hi Jaques, >>> >>> remove the '/login' from: >>> >>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>> >>> >>> >>> I already did that in the website index.html and updated the site, >>> however the change does not come through.... >>> >>> Regards, >>> Hans >>> >>> >>> >>> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>>> On demo trunk server, I updated to HEAD and reproduced the same >>>> compilation error. I reverted r1202849 and got rid of the error (not >>>> sure it's safe for Selenium did not analysis). >>>> I don't know from where it comes since locally ant clean-all >>>> run-install run works like a charm. I can see only the JDK version >>>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>>> but have not enough time to even think about it... >>>> >>>> For now I will continue to stay at r1201941 for trunk demo, until this >>>> issue is resolved. >>>> >>>> There are also issues with the catalago/categories tree that I can't >>>> reproduce locally. This seems to only appear when you enter >>>> using parameters for credential and js state: >>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>> >>>> >>>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>>> >>>> It seems the tree problems are related to our demo instance since >>>> nobody complains about them. So I think we can forget about them. On >>>> the other hand, r1202849 is a blocker >>>> >>>> HTH >>>> >>>> Jacques >>>> >>>>> BTW I will make some tries on the trunk demo server right now. It >>>>> will be unavailable during them... >>>>> >>>>> Jacques >>>>> >>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>> HI Erwan, >>>>>> >>>>>> I have just reviewed your recent changes and yes I can't see any >>>>>> problems with them. I continue to investigate... >>>>>> >>>>>> Jacques >>>>>> >>>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>>> Hi Jacques, >>>>>>> >>>>>>> I've testing locally the modification, and there is no failed build >>>>>>> with it. >>>>>>> Even the buildbot is not reporting an error : >>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>>> >>>>>>> I can't see where it is coming from... >>>>>>> >>>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>>> Hi, >>>>>>>> >>>>>>>> Got this in trunk demo >>>>>>>> >>>>>>>> classes: >>>>>>>> [javac16] Compiling 20 source files to >>>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>>> [javac16] >>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>>> >>>>>>>> >>>>>>>> incompatible types >>>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>>> [javac16] required: >>>>>>>> org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>>> [javac16] >>>>>>>> ^ >>>>>>>> [javac16] >>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>>> >>>>>>>> >>>>>>>> cannot find symbol >>>>>>>> [javac16] symbol : constructor >>>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>>> >>>>>>>> >>>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>>> [javac16] ^ >>>>>>>> [javac16] >>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>>> >>>>>>>> >>>>>>>> cannot find symbol >>>>>>>> [javac16] symbol : constructor >>>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>>> >>>>>>>> >>>>>>>> [javac16] location: class >>>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>>> [javac16] ^ >>>>>>>> [javac16] >>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>>> >>>>>>>> >>>>>>>> cannot find symbol >>>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>>> connection gracefully >>>>>>>> [javac16] ^ >>>>>>>> [javac16] 4 errors >>>>>>>> >>>>>>>> BUILD FAILED >>>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred >>>>>>>> while >>>>>>>> executing this line: >>>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>>> occurred >>>>>>>> while executing this line: >>>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred >>>>>>>> while >>>>>>>> executing this line: >>>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>>>>> error >>>>>>>> output for details. >>>>>>>> >>>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>>> again... >>>>>>>> >>>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>>> quality is going >>>>>>>> down :/ >>>>>>>> >>>>>>>> Jacques >>>>>>>> Also not sure why but found that in trunk log >>>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>>> ControlServlet.java:324:INFO >>>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>>> Request Done- >>>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Erwan de FERRIERES >>>>>>> >>> >> >> -- >> View this message in context: >> http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. |
Administrator
|
In reply to this post by hans_bakker
Hi Hans,
It seems there is a problem for trunk. I guess it's related to what I explained many times already. I changed the scripts in order to handle the issue, did you revert those changes? Also unfortunately the infra team has changed the login behaviour. I can no longer connect with a password, and my public key is refused though it's good (I checked with Gavin). So I can't help until this key issue is resolved... Jacques From: "Hans Bakker" <[hidden email]> >I upgraded Ubuntu and the linux kernel and restarted trunk and branch 10..... > > Jacques, can you see if t helped? > > Regards, > Hans > > On 12/02/2011 12:55 PM, Jacques Le Roux wrote: >> This is not related to Hans's change below. It's a known problem but I only reproduced on trunk demo so far. So it can be due to >> your OS or/and JDK versions. >> I wanted to show those information from trunk demo, but unfortunately, for unknow reason so far, I have no access to the demo >> server this morning :/ >> >> Coud you please send your OS and JDK information (very precise versions) ? >> >> In the meantime you can revert r1202849 >> >> Jacques >> >> From: "Tolu Williams" <[hidden email]> >>> It looks like this is still an issue, i am on r1209279, the trunk will not >>> build, it fails with the exact same error. >>> >>> The issue is the following error during run-install-seed >>> >>> classes: >>> [javac16] Compiling 20 source files to >>> /opt/ofbiz/ofbiz/framework/testtools/build/classes >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>> incompatible types >>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>> [javac16] SchemeSocketFactory sf = >>> PlainSocketFactory.getSocketFactory(); >>> [javac16] >>> ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>> cannot find symbol >>> [javac16] symbol : constructor >>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>> [javac16] ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>> cannot find symbol >>> [javac16] symbol : constructor >>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>> [javac16] location: class >>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>> [javac16] ClientConnectionManager ccm = new >>> ThreadSafeClientConnManager(supportedSchemes); >>> [javac16] ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>> cannot find symbol >>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>> [javac16] location: class org.apache.http.util.EntityUtils >>> [javac16] EntityUtils.consume(entity); // release >>> connection gracefully >>> [javac16] ^ >>> [javac16] 4 errors >>> >>> I am on JDK 1_6_29 which is the latest available >>> >>> Thanks >>> >>> >>>> Thanks Hans, >>>> >>>> Works well now from here indeed :o) >>>> >>>> The site is ok too. It takes 30 mins to updated once you have svn updated >>> people.a.o >>> >>> Cheers >>> >>> Jacques >>> >>> From: "Hans Bakker" <[hidden email]> >>> >>>> Hi Jaques, >>>> >>>> remove the '/login' from: >>>> >>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>> >>>> >>>> I already did that in the website index.html and updated the site, >>>> however the change does not come through.... >>>> >>>> Regards, >>>> Hans >>>> >>>> >>>> >>>> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>>>> On demo trunk server, I updated to HEAD and reproduced the same >>>>> compilation error. I reverted r1202849 and got rid of the error (not >>>>> sure it's safe for Selenium did not analysis). >>>>> I don't know from where it comes since locally ant clean-all >>>>> run-install run works like a charm. I can see only the JDK version >>>>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>>>> but have not enough time to even think about it... >>>>> >>>>> For now I will continue to stay at r1201941 for trunk demo, until this >>>>> issue is resolved. >>>>> >>>>> There are also issues with the catalago/categories tree that I can't >>>>> reproduce locally. This seems to only appear when you enter >>>>> using parameters for credential and js state: >>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>> >>>>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>>>> >>>>> It seems the tree problems are related to our demo instance since >>>>> nobody complains about them. So I think we can forget about them. On >>>>> the other hand, r1202849 is a blocker >>>>> >>>>> HTH >>>>> >>>>> Jacques >>>>> >>>>>> BTW I will make some tries on the trunk demo server right now. It >>>>>> will be unavailable during them... >>>>>> >>>>>> Jacques >>>>>> >>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>> HI Erwan, >>>>>>> >>>>>>> I have just reviewed your recent changes and yes I can't see any >>>>>>> problems with them. I continue to investigate... >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>>>> Hi Jacques, >>>>>>>> >>>>>>>> I've testing locally the modification, and there is no failed build >>>>>>>> with it. >>>>>>>> Even the buildbot is not reporting an error : >>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>>>> >>>>>>>> I can't see where it is coming from... >>>>>>>> >>>>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> Got this in trunk demo >>>>>>>>> >>>>>>>>> classes: >>>>>>>>> [javac16] Compiling 20 source files to >>>>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>>>> >>>>>>>>> incompatible types >>>>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>>>> [javac16] >>>>>>>>> ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : constructor >>>>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>>>> >>>>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : constructor >>>>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>>>> >>>>>>>>> [javac16] location: class >>>>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>>>> connection gracefully >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] 4 errors >>>>>>>>> >>>>>>>>> BUILD FAILED >>>>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred while >>>>>>>>> executing this line: >>>>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>>>> occurred >>>>>>>>> while executing this line: >>>>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >>>>>>>>> executing this line: >>>>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>>>>>> error >>>>>>>>> output for details. >>>>>>>>> >>>>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>>>> again... >>>>>>>>> >>>>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>>>> quality is going >>>>>>>>> down :/ >>>>>>>>> >>>>>>>>> Jacques >>>>>>>>> Also not sure why but found that in trunk log >>>>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>>>> ControlServlet.java:324:INFO >>>>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>>>> Request Done- >>>>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Erwan de FERRIERES >>>>>>>> >>>> >>> >>> -- >>> View this message in context: http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. > |
send me your public key, i can add it to your login
Regards, Hans On 12/03/2011 04:01 PM, Jacques Le Roux wrote: > Hi Hans, > > It seems there is a problem for trunk. I guess it's related to what I > explained many times already. I changed the scripts in order to handle > the issue, did you revert those changes? > Also unfortunately the infra team has changed the login behaviour. I > can no longer connect with a password, and my public key is refused > though it's good (I checked with Gavin). So I can't help until this > key issue is resolved... > > Jacques > > From: "Hans Bakker" <[hidden email]> >> I upgraded Ubuntu and the linux kernel and restarted trunk and branch >> 10..... >> >> Jacques, can you see if t helped? >> >> Regards, >> Hans >> >> On 12/02/2011 12:55 PM, Jacques Le Roux wrote: >>> This is not related to Hans's change below. It's a known problem but >>> I only reproduced on trunk demo so far. So it can be due to your OS >>> or/and JDK versions. >>> I wanted to show those information from trunk demo, but >>> unfortunately, for unknow reason so far, I have no access to the >>> demo server this morning :/ >>> >>> Coud you please send your OS and JDK information (very precise >>> versions) ? >>> >>> In the meantime you can revert r1202849 >>> >>> Jacques >>> >>> From: "Tolu Williams" <[hidden email]> >>>> It looks like this is still an issue, i am on r1209279, the trunk >>>> will not >>>> build, it fails with the exact same error. >>>> >>>> The issue is the following error during run-install-seed >>>> >>>> classes: >>>> [javac16] Compiling 20 source files to >>>> /opt/ofbiz/ofbiz/framework/testtools/build/classes >>>> [javac16] >>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>> >>>> incompatible types >>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>> [javac16] SchemeSocketFactory sf = >>>> PlainSocketFactory.getSocketFactory(); >>>> [javac16] >>>> ^ >>>> [javac16] >>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>> >>>> cannot find symbol >>>> [javac16] symbol : constructor >>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>> >>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>> [javac16] supportedSchemes.register(new Scheme("http", 80, >>>> sf)); >>>> [javac16] ^ >>>> [javac16] >>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>> >>>> cannot find symbol >>>> [javac16] symbol : constructor >>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>> >>>> [javac16] location: class >>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>> [javac16] ClientConnectionManager ccm = new >>>> ThreadSafeClientConnManager(supportedSchemes); >>>> [javac16] ^ >>>> [javac16] >>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>> >>>> cannot find symbol >>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>> [javac16] location: class org.apache.http.util.EntityUtils >>>> [javac16] EntityUtils.consume(entity); // release >>>> connection gracefully >>>> [javac16] ^ >>>> [javac16] 4 errors >>>> >>>> I am on JDK 1_6_29 which is the latest available >>>> >>>> Thanks >>>> >>>> >>>>> Thanks Hans, >>>>> >>>>> Works well now from here indeed :o) >>>>> >>>>> The site is ok too. It takes 30 mins to updated once you have svn >>>>> updated >>>> people.a.o >>>> >>>> Cheers >>>> >>>> Jacques >>>> >>>> From: "Hans Bakker" <[hidden email]> >>>> >>>>> Hi Jaques, >>>>> >>>>> remove the '/login' from: >>>>> >>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>> >>>>> >>>>> >>>>> I already did that in the website index.html and updated the site, >>>>> however the change does not come through.... >>>>> >>>>> Regards, >>>>> Hans >>>>> >>>>> >>>>> >>>>> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>>>>> On demo trunk server, I updated to HEAD and reproduced the same >>>>>> compilation error. I reverted r1202849 and got rid of the error (not >>>>>> sure it's safe for Selenium did not analysis). >>>>>> I don't know from where it comes since locally ant clean-all >>>>>> run-install run works like a charm. I can see only the JDK version >>>>>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>>>>> but have not enough time to even think about it... >>>>>> >>>>>> For now I will continue to stay at r1201941 for trunk demo, until >>>>>> this >>>>>> issue is resolved. >>>>>> >>>>>> There are also issues with the catalago/categories tree that I can't >>>>>> reproduce locally. This seems to only appear when you enter >>>>>> using parameters for credential and js state: >>>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>>> >>>>>> >>>>>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>>>>> >>>>>> It seems the tree problems are related to our demo instance since >>>>>> nobody complains about them. So I think we can forget about them. On >>>>>> the other hand, r1202849 is a blocker >>>>>> >>>>>> HTH >>>>>> >>>>>> Jacques >>>>>> >>>>>>> BTW I will make some tries on the trunk demo server right now. It >>>>>>> will be unavailable during them... >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>>> HI Erwan, >>>>>>>> >>>>>>>> I have just reviewed your recent changes and yes I can't see any >>>>>>>> problems with them. I continue to investigate... >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>>>>> Hi Jacques, >>>>>>>>> >>>>>>>>> I've testing locally the modification, and there is no failed >>>>>>>>> build >>>>>>>>> with it. >>>>>>>>> Even the buildbot is not reporting an error : >>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>>>>> >>>>>>>>> I can't see where it is coming from... >>>>>>>>> >>>>>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>>>>> Hi, >>>>>>>>>> >>>>>>>>>> Got this in trunk demo >>>>>>>>>> >>>>>>>>>> classes: >>>>>>>>>> [javac16] Compiling 20 source files to >>>>>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>>>>> [javac16] >>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> incompatible types >>>>>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>>>>> [javac16] required: >>>>>>>>>> org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>>>>> [javac16] >>>>>>>>>> ^ >>>>>>>>>> [javac16] >>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> cannot find symbol >>>>>>>>>> [javac16] symbol : constructor >>>>>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>>>>> [javac16] ^ >>>>>>>>>> [javac16] >>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> cannot find symbol >>>>>>>>>> [javac16] symbol : constructor >>>>>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> [javac16] location: class >>>>>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>>>>> [javac16] ^ >>>>>>>>>> [javac16] >>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> cannot find symbol >>>>>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>>>>> connection gracefully >>>>>>>>>> [javac16] ^ >>>>>>>>>> [javac16] 4 errors >>>>>>>>>> >>>>>>>>>> BUILD FAILED >>>>>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred >>>>>>>>>> while >>>>>>>>>> executing this line: >>>>>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>>>>> occurred >>>>>>>>>> while executing this line: >>>>>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred >>>>>>>>>> while >>>>>>>>>> executing this line: >>>>>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the >>>>>>>>>> compiler >>>>>>>>>> error >>>>>>>>>> output for details. >>>>>>>>>> >>>>>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>>>>> again... >>>>>>>>>> >>>>>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>>>>> quality is going >>>>>>>>>> down :/ >>>>>>>>>> >>>>>>>>>> Jacques >>>>>>>>>> Also not sure why but found that in trunk log >>>>>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>>>>> ControlServlet.java:324:INFO >>>>>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>>>>> Request Done- >>>>>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Erwan de FERRIERES >>>>>>>>> >>>>> >>>> >>>> -- >>>> View this message in context: >>>> http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html >>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >> |
Administrator
|
Actually Gavin checked my public key is there, I don't know what goes wrong
I will ask him again Jacques From: "Hans Bakker" <[hidden email]> > send me your public key, i can add it to your login > > Regards, > Hans > > On 12/03/2011 04:01 PM, Jacques Le Roux wrote: >> Hi Hans, >> >> It seems there is a problem for trunk. I guess it's related to what I >> explained many times already. I changed the scripts in order to handle >> the issue, did you revert those changes? >> Also unfortunately the infra team has changed the login behaviour. I >> can no longer connect with a password, and my public key is refused >> though it's good (I checked with Gavin). So I can't help until this >> key issue is resolved... >> >> Jacques >> >> From: "Hans Bakker" <[hidden email]> >>> I upgraded Ubuntu and the linux kernel and restarted trunk and branch >>> 10..... >>> >>> Jacques, can you see if t helped? >>> >>> Regards, >>> Hans >>> >>> On 12/02/2011 12:55 PM, Jacques Le Roux wrote: >>>> This is not related to Hans's change below. It's a known problem but >>>> I only reproduced on trunk demo so far. So it can be due to your OS >>>> or/and JDK versions. >>>> I wanted to show those information from trunk demo, but >>>> unfortunately, for unknow reason so far, I have no access to the >>>> demo server this morning :/ >>>> >>>> Coud you please send your OS and JDK information (very precise >>>> versions) ? >>>> >>>> In the meantime you can revert r1202849 >>>> >>>> Jacques >>>> >>>> From: "Tolu Williams" <[hidden email]> >>>>> It looks like this is still an issue, i am on r1209279, the trunk >>>>> will not >>>>> build, it fails with the exact same error. >>>>> >>>>> The issue is the following error during run-install-seed >>>>> >>>>> classes: >>>>> [javac16] Compiling 20 source files to >>>>> /opt/ofbiz/ofbiz/framework/testtools/build/classes >>>>> [javac16] >>>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>> >>>>> incompatible types >>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>>> [javac16] SchemeSocketFactory sf = >>>>> PlainSocketFactory.getSocketFactory(); >>>>> [javac16] >>>>> ^ >>>>> [javac16] >>>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : constructor >>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>> >>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, >>>>> sf)); >>>>> [javac16] ^ >>>>> [javac16] >>>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : constructor >>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>> >>>>> [javac16] location: class >>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>> [javac16] ClientConnectionManager ccm = new >>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>> [javac16] ^ >>>>> [javac16] >>>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>> [javac16] EntityUtils.consume(entity); // release >>>>> connection gracefully >>>>> [javac16] ^ >>>>> [javac16] 4 errors >>>>> >>>>> I am on JDK 1_6_29 which is the latest available >>>>> >>>>> Thanks >>>>> >>>>> >>>>>> Thanks Hans, >>>>>> >>>>>> Works well now from here indeed :o) >>>>>> >>>>>> The site is ok too. It takes 30 mins to updated once you have svn >>>>>> updated >>>>> people.a.o >>>>> >>>>> Cheers >>>>> >>>>> Jacques >>>>> >>>>> From: "Hans Bakker" <[hidden email]> >>>>> >>>>>> Hi Jaques, >>>>>> >>>>>> remove the '/login' from: >>>>>> >>>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>>> >>>>>> >>>>>> >>>>>> I already did that in the website index.html and updated the site, >>>>>> however the change does not come through.... >>>>>> >>>>>> Regards, >>>>>> Hans >>>>>> >>>>>> >>>>>> >>>>>> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>>>>>> On demo trunk server, I updated to HEAD and reproduced the same >>>>>>> compilation error. I reverted r1202849 and got rid of the error (not >>>>>>> sure it's safe for Selenium did not analysis). >>>>>>> I don't know from where it comes since locally ant clean-all >>>>>>> run-install run works like a charm. I can see only the JDK version >>>>>>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>>>>>> but have not enough time to even think about it... >>>>>>> >>>>>>> For now I will continue to stay at r1201941 for trunk demo, until >>>>>>> this >>>>>>> issue is resolved. >>>>>>> >>>>>>> There are also issues with the catalago/categories tree that I can't >>>>>>> reproduce locally. This seems to only appear when you enter >>>>>>> using parameters for credential and js state: >>>>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>>>> >>>>>>> >>>>>>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>>>>>> >>>>>>> It seems the tree problems are related to our demo instance since >>>>>>> nobody complains about them. So I think we can forget about them. On >>>>>>> the other hand, r1202849 is a blocker >>>>>>> >>>>>>> HTH >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>>> BTW I will make some tries on the trunk demo server right now. It >>>>>>>> will be unavailable during them... >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>>>> HI Erwan, >>>>>>>>> >>>>>>>>> I have just reviewed your recent changes and yes I can't see any >>>>>>>>> problems with them. I continue to investigate... >>>>>>>>> >>>>>>>>> Jacques >>>>>>>>> >>>>>>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>>>>>> Hi Jacques, >>>>>>>>>> >>>>>>>>>> I've testing locally the modification, and there is no failed >>>>>>>>>> build >>>>>>>>>> with it. >>>>>>>>>> Even the buildbot is not reporting an error : >>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>>>>>> >>>>>>>>>> I can't see where it is coming from... >>>>>>>>>> >>>>>>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>>>>>> Hi, >>>>>>>>>>> >>>>>>>>>>> Got this in trunk demo >>>>>>>>>>> >>>>>>>>>>> classes: >>>>>>>>>>> [javac16] Compiling 20 source files to >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>>>>>> [javac16] >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> incompatible types >>>>>>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>>>>>> [javac16] required: >>>>>>>>>>> org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>>>>>> [javac16] >>>>>>>>>>> ^ >>>>>>>>>>> [javac16] >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> cannot find symbol >>>>>>>>>>> [javac16] symbol : constructor >>>>>>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>>>>>> [javac16] ^ >>>>>>>>>>> [javac16] >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> cannot find symbol >>>>>>>>>>> [javac16] symbol : constructor >>>>>>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> [javac16] location: class >>>>>>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>>>>>> [javac16] ^ >>>>>>>>>>> [javac16] >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> cannot find symbol >>>>>>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>>>>>> connection gracefully >>>>>>>>>>> [javac16] ^ >>>>>>>>>>> [javac16] 4 errors >>>>>>>>>>> >>>>>>>>>>> BUILD FAILED >>>>>>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred >>>>>>>>>>> while >>>>>>>>>>> executing this line: >>>>>>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>>>>>> occurred >>>>>>>>>>> while executing this line: >>>>>>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred >>>>>>>>>>> while >>>>>>>>>>> executing this line: >>>>>>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the >>>>>>>>>>> compiler >>>>>>>>>>> error >>>>>>>>>>> output for details. >>>>>>>>>>> >>>>>>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>>>>>> again... >>>>>>>>>>> >>>>>>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>>>>>> quality is going >>>>>>>>>>> down :/ >>>>>>>>>>> >>>>>>>>>>> Jacques >>>>>>>>>>> Also not sure why but found that in trunk log >>>>>>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>>>>>> ControlServlet.java:324:INFO >>>>>>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>>>>>> Request Done- >>>>>>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Erwan de FERRIERES >>>>>>>>>> >>>>>> >>>>> >>>>> -- >>>>> View this message in context: >>>>> http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html >>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> > |
Administrator
|
In reply to this post by hans_bakker
Actually Gavin checked my public key is there, I don't know what goes wrong with this. I will ask him again
Could you rather fix the trunk issue? Jacques From: "Hans Bakker" <[hidden email]> > send me your public key, i can add it to your login > > Regards, > Hans > > On 12/03/2011 04:01 PM, Jacques Le Roux wrote: >> Hi Hans, >> >> It seems there is a problem for trunk. I guess it's related to what I >> explained many times already. I changed the scripts in order to handle >> the issue, did you revert those changes? >> Also unfortunately the infra team has changed the login behaviour. I >> can no longer connect with a password, and my public key is refused >> though it's good (I checked with Gavin). So I can't help until this >> key issue is resolved... >> >> Jacques >> >> From: "Hans Bakker" <[hidden email]> >>> I upgraded Ubuntu and the linux kernel and restarted trunk and branch >>> 10..... >>> >>> Jacques, can you see if t helped? >>> >>> Regards, >>> Hans >>> >>> On 12/02/2011 12:55 PM, Jacques Le Roux wrote: >>>> This is not related to Hans's change below. It's a known problem but >>>> I only reproduced on trunk demo so far. So it can be due to your OS >>>> or/and JDK versions. >>>> I wanted to show those information from trunk demo, but >>>> unfortunately, for unknow reason so far, I have no access to the >>>> demo server this morning :/ >>>> >>>> Coud you please send your OS and JDK information (very precise >>>> versions) ? >>>> >>>> In the meantime you can revert r1202849 >>>> >>>> Jacques >>>> >>>> From: "Tolu Williams" <[hidden email]> >>>>> It looks like this is still an issue, i am on r1209279, the trunk >>>>> will not >>>>> build, it fails with the exact same error. >>>>> >>>>> The issue is the following error during run-install-seed >>>>> >>>>> classes: >>>>> [javac16] Compiling 20 source files to >>>>> /opt/ofbiz/ofbiz/framework/testtools/build/classes >>>>> [javac16] >>>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>> >>>>> incompatible types >>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>>> [javac16] SchemeSocketFactory sf = >>>>> PlainSocketFactory.getSocketFactory(); >>>>> [javac16] >>>>> ^ >>>>> [javac16] >>>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : constructor >>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>> >>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, >>>>> sf)); >>>>> [javac16] ^ >>>>> [javac16] >>>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : constructor >>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>> >>>>> [javac16] location: class >>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>> [javac16] ClientConnectionManager ccm = new >>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>> [javac16] ^ >>>>> [javac16] >>>>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>> >>>>> cannot find symbol >>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>> [javac16] EntityUtils.consume(entity); // release >>>>> connection gracefully >>>>> [javac16] ^ >>>>> [javac16] 4 errors >>>>> >>>>> I am on JDK 1_6_29 which is the latest available >>>>> >>>>> Thanks >>>>> >>>>> >>>>>> Thanks Hans, >>>>>> >>>>>> Works well now from here indeed :o) >>>>>> >>>>>> The site is ok too. It takes 30 mins to updated once you have svn >>>>>> updated >>>>> people.a.o >>>>> >>>>> Cheers >>>>> >>>>> Jacques >>>>> >>>>> From: "Hans Bakker" <[hidden email]> >>>>> >>>>>> Hi Jaques, >>>>>> >>>>>> remove the '/login' from: >>>>>> >>>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>>> >>>>>> >>>>>> >>>>>> I already did that in the website index.html and updated the site, >>>>>> however the change does not come through.... >>>>>> >>>>>> Regards, >>>>>> Hans >>>>>> >>>>>> >>>>>> >>>>>> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>>>>>> On demo trunk server, I updated to HEAD and reproduced the same >>>>>>> compilation error. I reverted r1202849 and got rid of the error (not >>>>>>> sure it's safe for Selenium did not analysis). >>>>>>> I don't know from where it comes since locally ant clean-all >>>>>>> run-install run works like a charm. I can see only the JDK version >>>>>>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>>>>>> but have not enough time to even think about it... >>>>>>> >>>>>>> For now I will continue to stay at r1201941 for trunk demo, until >>>>>>> this >>>>>>> issue is resolved. >>>>>>> >>>>>>> There are also issues with the catalago/categories tree that I can't >>>>>>> reproduce locally. This seems to only appear when you enter >>>>>>> using parameters for credential and js state: >>>>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>>>> >>>>>>> >>>>>>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>>>>>> >>>>>>> It seems the tree problems are related to our demo instance since >>>>>>> nobody complains about them. So I think we can forget about them. On >>>>>>> the other hand, r1202849 is a blocker >>>>>>> >>>>>>> HTH >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>>> BTW I will make some tries on the trunk demo server right now. It >>>>>>>> will be unavailable during them... >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>>>> HI Erwan, >>>>>>>>> >>>>>>>>> I have just reviewed your recent changes and yes I can't see any >>>>>>>>> problems with them. I continue to investigate... >>>>>>>>> >>>>>>>>> Jacques >>>>>>>>> >>>>>>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>>>>>> Hi Jacques, >>>>>>>>>> >>>>>>>>>> I've testing locally the modification, and there is no failed >>>>>>>>>> build >>>>>>>>>> with it. >>>>>>>>>> Even the buildbot is not reporting an error : >>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>>>>>> >>>>>>>>>> I can't see where it is coming from... >>>>>>>>>> >>>>>>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>>>>>> Hi, >>>>>>>>>>> >>>>>>>>>>> Got this in trunk demo >>>>>>>>>>> >>>>>>>>>>> classes: >>>>>>>>>>> [javac16] Compiling 20 source files to >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>>>>>> [javac16] >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> incompatible types >>>>>>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>>>>>> [javac16] required: >>>>>>>>>>> org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>>>>>> [javac16] >>>>>>>>>>> ^ >>>>>>>>>>> [javac16] >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> cannot find symbol >>>>>>>>>>> [javac16] symbol : constructor >>>>>>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>>>>>> [javac16] ^ >>>>>>>>>>> [javac16] >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> cannot find symbol >>>>>>>>>>> [javac16] symbol : constructor >>>>>>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> [javac16] location: class >>>>>>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>>>>>> [javac16] ^ >>>>>>>>>>> [javac16] >>>>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> cannot find symbol >>>>>>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>>>>>> connection gracefully >>>>>>>>>>> [javac16] ^ >>>>>>>>>>> [javac16] 4 errors >>>>>>>>>>> >>>>>>>>>>> BUILD FAILED >>>>>>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred >>>>>>>>>>> while >>>>>>>>>>> executing this line: >>>>>>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>>>>>> occurred >>>>>>>>>>> while executing this line: >>>>>>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred >>>>>>>>>>> while >>>>>>>>>>> executing this line: >>>>>>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the >>>>>>>>>>> compiler >>>>>>>>>>> error >>>>>>>>>>> output for details. >>>>>>>>>>> >>>>>>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>>>>>> again... >>>>>>>>>>> >>>>>>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>>>>>> quality is going >>>>>>>>>>> down :/ >>>>>>>>>>> >>>>>>>>>>> Jacques >>>>>>>>>>> Also not sure why but found that in trunk log >>>>>>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>>>>>> ControlServlet.java:324:INFO >>>>>>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>>>>>> Request Done- >>>>>>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Erwan de FERRIERES >>>>>>>>>> >>>>>> >>>>> >>>>> -- >>>>> View this message in context: >>>>> http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html >>>>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> > |
Administrator
|
In reply to this post by hans_bakker
Hi Hans,
So to answer your question, no it did not seem that it fixed the issue. I did not know exactly what happened though. I will have another look, when I will get a chance, now that I have access again. Hopefully Erwan will see also why his commit has such a random issue Cheers Jacques From: "Hans Bakker" <[hidden email]> >I upgraded Ubuntu and the linux kernel and restarted trunk and branch 10..... > > Jacques, can you see if t helped? > > Regards, > Hans > > On 12/02/2011 12:55 PM, Jacques Le Roux wrote: >> This is not related to Hans's change below. It's a known problem but I only reproduced on trunk demo so far. So it can be due to >> your OS or/and JDK versions. >> I wanted to show those information from trunk demo, but unfortunately, for unknow reason so far, I have no access to the demo >> server this morning :/ >> >> Coud you please send your OS and JDK information (very precise versions) ? >> >> In the meantime you can revert r1202849 >> >> Jacques >> >> From: "Tolu Williams" <[hidden email]> >>> It looks like this is still an issue, i am on r1209279, the trunk will not >>> build, it fails with the exact same error. >>> >>> The issue is the following error during run-install-seed >>> >>> classes: >>> [javac16] Compiling 20 source files to >>> /opt/ofbiz/ofbiz/framework/testtools/build/classes >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>> incompatible types >>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>> [javac16] SchemeSocketFactory sf = >>> PlainSocketFactory.getSocketFactory(); >>> [javac16] >>> ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>> cannot find symbol >>> [javac16] symbol : constructor >>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>> [javac16] ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>> cannot find symbol >>> [javac16] symbol : constructor >>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>> [javac16] location: class >>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>> [javac16] ClientConnectionManager ccm = new >>> ThreadSafeClientConnManager(supportedSchemes); >>> [javac16] ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>> cannot find symbol >>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>> [javac16] location: class org.apache.http.util.EntityUtils >>> [javac16] EntityUtils.consume(entity); // release >>> connection gracefully >>> [javac16] ^ >>> [javac16] 4 errors >>> >>> I am on JDK 1_6_29 which is the latest available >>> >>> Thanks >>> >>> >>>> Thanks Hans, >>>> >>>> Works well now from here indeed :o) >>>> >>>> The site is ok too. It takes 30 mins to updated once you have svn updated >>> people.a.o >>> >>> Cheers >>> >>> Jacques >>> >>> From: "Hans Bakker" <[hidden email]> >>> >>>> Hi Jaques, >>>> >>>> remove the '/login' from: >>>> >>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>> >>>> >>>> I already did that in the website index.html and updated the site, >>>> however the change does not come through.... >>>> >>>> Regards, >>>> Hans >>>> >>>> >>>> >>>> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>>>> On demo trunk server, I updated to HEAD and reproduced the same >>>>> compilation error. I reverted r1202849 and got rid of the error (not >>>>> sure it's safe for Selenium did not analysis). >>>>> I don't know from where it comes since locally ant clean-all >>>>> run-install run works like a charm. I can see only the JDK version >>>>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>>>> but have not enough time to even think about it... >>>>> >>>>> For now I will continue to stay at r1201941 for trunk demo, until this >>>>> issue is resolved. >>>>> >>>>> There are also issues with the catalago/categories tree that I can't >>>>> reproduce locally. This seems to only appear when you enter >>>>> using parameters for credential and js state: >>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>> >>>>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>>>> >>>>> It seems the tree problems are related to our demo instance since >>>>> nobody complains about them. So I think we can forget about them. On >>>>> the other hand, r1202849 is a blocker >>>>> >>>>> HTH >>>>> >>>>> Jacques >>>>> >>>>>> BTW I will make some tries on the trunk demo server right now. It >>>>>> will be unavailable during them... >>>>>> >>>>>> Jacques >>>>>> >>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>> HI Erwan, >>>>>>> >>>>>>> I have just reviewed your recent changes and yes I can't see any >>>>>>> problems with them. I continue to investigate... >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>>>> Hi Jacques, >>>>>>>> >>>>>>>> I've testing locally the modification, and there is no failed build >>>>>>>> with it. >>>>>>>> Even the buildbot is not reporting an error : >>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>>>> >>>>>>>> I can't see where it is coming from... >>>>>>>> >>>>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> Got this in trunk demo >>>>>>>>> >>>>>>>>> classes: >>>>>>>>> [javac16] Compiling 20 source files to >>>>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>>>> >>>>>>>>> incompatible types >>>>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>>>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>>>> [javac16] >>>>>>>>> ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : constructor >>>>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>>>> >>>>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : constructor >>>>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>>>> >>>>>>>>> [javac16] location: class >>>>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>>>> connection gracefully >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] 4 errors >>>>>>>>> >>>>>>>>> BUILD FAILED >>>>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred while >>>>>>>>> executing this line: >>>>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>>>> occurred >>>>>>>>> while executing this line: >>>>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred while >>>>>>>>> executing this line: >>>>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>>>>>> error >>>>>>>>> output for details. >>>>>>>>> >>>>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>>>> again... >>>>>>>>> >>>>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>>>> quality is going >>>>>>>>> down :/ >>>>>>>>> >>>>>>>>> Jacques >>>>>>>>> Also not sure why but found that in trunk log >>>>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>>>> ControlServlet.java:324:INFO >>>>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>>>> Request Done- >>>>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Erwan de FERRIERES >>>>>>>> >>>> >>> >>> -- >>> View this message in context: http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Administrator
|
In reply to this post by Tolu Williams
Sorry we can't help much on this. It seems that at least upgrading Ubuntu has not effect, we use now kernel 2.6.32-36-server. Could
you try another machine? Jacques From: "Tolu Williams" <[hidden email]> >I am on Centos release 5.5 final > kernel is 2.6.18-xenU-ec2-v1.0 > JDK is 1_6_29 > > Thanks! > > >>I upgraded Ubuntu and the linux kernel and restarted trunk and branch >>10..... >> >>Jacques, can you see if t helped? >> >>Regards, >>Hans >> > On 12/02/2011 12:55 PM, Jacques Le Roux wrote: > >> This is not related to Hans's change below. It's a known problem but I >> only reproduced on trunk demo so far. So it can be due to your OS >> or/and JDK versions. >> I wanted to show those information from trunk demo, but unfortunately, >> for unknow reason so far, I have no access to the demo server this >> morning :/ >> >> Coud you please send your OS and JDK information (very precise >> versions) ? >> >> In the meantime you can revert r1202849 >> >> Jacques >> >> From: "Tolu Williams" <[hidden email]> >>> It looks like this is still an issue, i am on r1209279, the trunk >>> will not >>> build, it fails with the exact same error. >>> >>> The issue is the following error during run-install-seed >>> >>> classes: >>> [javac16] Compiling 20 source files to >>> /opt/ofbiz/ofbiz/framework/testtools/build/classes >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>> >>> incompatible types >>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>> [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory >>> [javac16] SchemeSocketFactory sf = >>> PlainSocketFactory.getSocketFactory(); >>> [javac16] >>> ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>> >>> cannot find symbol >>> [javac16] symbol : constructor >>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>> >>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>> [javac16] supportedSchemes.register(new Scheme("http", 80, >>> sf)); >>> [javac16] ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>> >>> cannot find symbol >>> [javac16] symbol : constructor >>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>> [javac16] location: class >>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>> [javac16] ClientConnectionManager ccm = new >>> ThreadSafeClientConnManager(supportedSchemes); >>> [javac16] ^ >>> [javac16] >>> /opt/ofbiz/ofbiz/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>> >>> cannot find symbol >>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>> [javac16] location: class org.apache.http.util.EntityUtils >>> [javac16] EntityUtils.consume(entity); // release >>> connection gracefully >>> [javac16] ^ >>> [javac16] 4 errors >>> >>> I am on JDK 1_6_29 which is the latest available >>> >>> Thanks >>> >>> >>>> Thanks Hans, >>>> >>>> Works well now from here indeed :o) >>>> >>>> The site is ok too. It takes 30 mins to updated once you have svn >>>> updated >>> people.a.o >>> >>> Cheers >>> >>> Jacques >>> >>> From: "Hans Bakker" <[hidden email]> >>> >>>> Hi Jaques, >>>> >>>> remove the '/login' from: >>>> >>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>> >>>> >>>> >>>> I already did that in the website index.html and updated the site, >>>> however the change does not come through.... >>>> >>>> Regards, >>>> Hans >>>> >>>> >>>> >>>> On 11/20/2011 01:23 AM, Jacques Le Roux wrote: >>>>> On demo trunk server, I updated to HEAD and reproduced the same >>>>> compilation error. I reverted r1202849 and got rid of the error (not >>>>> sure it's safe for Selenium did not analysis). >>>>> I don't know from where it comes since locally ant clean-all >>>>> run-install run works like a charm. I can see only the JDK version >>>>> used: jdk1.6.0_23, but that sounds weird. I certainly miss something >>>>> but have not enough time to even think about it... >>>>> >>>>> For now I will continue to stay at r1201941 for trunk demo, until this >>>>> issue is resolved. >>>>> >>>>> There are also issues with the catalago/categories tree that I can't >>>>> reproduce locally. This seems to only appear when you enter >>>>> using parameters for credential and js state: >>>>> https://demo-trunk.ofbiz.apache.org/catalog/control/login/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>> >>>>> >>>>> (then just try to click on "Gizmos [BEST-SELL-1]" for instance) >>>>> >>>>> It seems the tree problems are related to our demo instance since >>>>> nobody complains about them. So I think we can forget about them. On >>>>> the other hand, r1202849 is a blocker >>>>> >>>>> HTH >>>>> >>>>> Jacques >>>>> >>>>>> BTW I will make some tries on the trunk demo server right now. It >>>>>> will be unavailable during them... >>>>>> >>>>>> Jacques >>>>>> >>>>>> From: "Jacques Le Roux" <[hidden email]> >>>>>>> HI Erwan, >>>>>>> >>>>>>> I have just reviewed your recent changes and yes I can't see any >>>>>>> problems with them. I continue to investigate... >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> From: "Erwan de FERRIERES" <[hidden email]> >>>>>>>> Hi Jacques, >>>>>>>> >>>>>>>> I've testing locally the modification, and there is no failed build >>>>>>>> with it. >>>>>>>> Even the buildbot is not reporting an error : >>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/2323 >>>>>>>> >>>>>>>> I can't see where it is coming from... >>>>>>>> >>>>>>>> 2011/11/17 Jacques Le Roux <[hidden email]>: >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> Got this in trunk demo >>>>>>>>> >>>>>>>>> classes: >>>>>>>>> [javac16] Compiling 20 source files to >>>>>>>>> /home/ofbiz/trunk/framework/testtools/build/classes >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: >>>>>>>>> >>>>>>>>> >>>>>>>>> incompatible types >>>>>>>>> [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory >>>>>>>>> [javac16] required: >>>>>>>>> org.apache.http.conn.scheme.SchemeSocketFactory >>>>>>>>> [javac16] SchemeSocketFactory sf = >>>>>>>>> PlainSocketFactory.getSocketFactory(); >>>>>>>>> [javac16] >>>>>>>>> ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: >>>>>>>>> >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : constructor >>>>>>>>> Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) >>>>>>>>> >>>>>>>>> >>>>>>>>> [javac16] location: class org.apache.http.conn.scheme.Scheme >>>>>>>>> [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: >>>>>>>>> >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : constructor >>>>>>>>> ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) >>>>>>>>> >>>>>>>>> >>>>>>>>> [javac16] location: class >>>>>>>>> org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager >>>>>>>>> [javac16] ClientConnectionManager ccm = new >>>>>>>>> ThreadSafeClientConnManager(supportedSchemes); >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] >>>>>>>>> /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: >>>>>>>>> >>>>>>>>> >>>>>>>>> cannot find symbol >>>>>>>>> [javac16] symbol : method consume(org.apache.http.HttpEntity) >>>>>>>>> [javac16] location: class org.apache.http.util.EntityUtils >>>>>>>>> [javac16] EntityUtils.consume(entity); // release >>>>>>>>> connection gracefully >>>>>>>>> [javac16] ^ >>>>>>>>> [javac16] 4 errors >>>>>>>>> >>>>>>>>> BUILD FAILED >>>>>>>>> /home/ofbiz/trunk/build.xml:214: The following error occurred >>>>>>>>> while >>>>>>>>> executing this line: >>>>>>>>> /home/ofbiz/trunk/framework/build.xml:148: The following error >>>>>>>>> occurred >>>>>>>>> while executing this line: >>>>>>>>> /home/ofbiz/trunk/macros.xml:39: The following error occurred >>>>>>>>> while >>>>>>>>> executing this line: >>>>>>>>> /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler >>>>>>>>> error >>>>>>>>> output for details. >>>>>>>>> >>>>>>>>> reverted to r1201941, cleaned and installed all, it's running >>>>>>>>> again... >>>>>>>>> >>>>>>>>> I think there is also an issue with 1202084, looks like the >>>>>>>>> quality is going >>>>>>>>> down :/ >>>>>>>>> >>>>>>>>> Jacques >>>>>>>>> Also not sure why but found that in trunk log >>>>>>>>> 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ >>>>>>>>> ControlServlet.java:324:INFO >>>>>>>>> ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] >>>>>>>>> Request Done- >>>>>>>>> total:0.366,since last([checkLogin(Domai...):0.366]] >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Erwan de FERRIERES >>>>>>>> >>>> >>> >>> -- >>> View this message in context: >>> http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4142600.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. > > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Trunk-demo-error-tp4079709p4151760.html > Sent from the OFBiz - User mailing list archive at Nabble.com. |
Trunk is broken and no one seems to care?
|
Free forum by Nabble | Edit this page |