Re: Test errors in TeleporterHttpClientTest

2016-05-18 Thread Bertrand Delacretaz
On Wed, May 18, 2016 at 1:17 PM, Konrad Windszus wrote: > ...I now figured out what is causing this: > In DefaultPropertyBasedCustomizerTest.setup() I call > System.setProperties(null)... Ah, good! This was really puzzling. -Bertrand

Re: Test errors in TeleporterHttpClientTest

2016-05-18 Thread Konrad Windszus
I now figured out what is causing this: In DefaultPropertyBasedCustomizerTest.setup() I call System.setProperties(null), which is obviously preventing the java.net.ProxySelector from being instantiated correctly, because it relies internally on "java.home" to figure out some relative paths

Re: Test errors in TeleporterHttpClientTest

2016-05-18 Thread Konrad Windszus
Hi Bertrand, it still does not work for me. Now I get: FAILURE! - in org.apache.sling.testing.teleporter.client.TeleporterHttpClientTest waitForStatusWithLongTimeout(org.apache.sling.testing.teleporter.client.TeleporterHttpClientTest) Time elapsed: 0.019 sec <<< ERROR! java.lang.Error: Can't

Re: Test errors in TeleporterHttpClientTest

2016-05-17 Thread Bertrand Delacretaz
Hi, On Sun, May 15, 2016 at 4:42 PM, Konrad Windszus wrote: > NoClassDefFoundError: Could not initialize class java.net.ProxySelector I have reopened SLING-5715, added your error report and committed a tentative patch at http://svn.apache.org/r1744231 - does it work for you?

Re: Test errors in TeleporterHttpClientTest

2016-05-16 Thread Konrad Windszus
The same errors occur in the Jenkins Build: https://builds.apache.org/job/sling-trunk-1.8/org.apache.sling$org.apache.sling.junit.teleporter/3190/testReport/. > Am 15.05.2016 um 16:42 schrieb Konrad Windszus : > > I get the following errors after the fixes from >

Test errors in TeleporterHttpClientTest

2016-05-15 Thread Konrad Windszus
I get the following errors after the fixes from https://issues.apache.org/jira/browse/SLING-5715: waitForStatusWithLongTimeout(org.apache.sling.testing.teleporter.client.TeleporterHttpClientTest) Time elapsed: 0.026 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class