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.

Reply via email to