Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] failing builds on Hudson

Hi all,

My sumup:
Something in the network environment has changed :-).

For the TCP stuff I would like to check, if using localhost as destination solves the issue.

1.0.x:
#17
16 WARNING [DTLSConnector]: Could not send datagram - (org.eclipse.californium.scandium.DTLSConnector.java:1276) sendFlight() in thread DTLS-Sender-/172.25.102.103:45918 at (2017-03-22 12:27:42)
java.io.IOException: Operation not permitted
	at java.net.PlainDatagramSocketImpl.send(Native Method)
	at java.net.DatagramSocket.send(DatagramSocket.java:698)
	at org.eclipse.californium.scandium.DTLSConnector.sendFlight(DTLSConnector.java:1269)
	at org.eclipse.californium.scandium.DTLSConnector.sendNextMessageOverNetwork(DTLSConnector.java:1177)
	at org.eclipse.californium.scandium.DTLSConnector.access$100(DTLSConnector.java:101)
	at org.eclipse.californium.scandium.DTLSConnector$1.doWork(DTLSConnector.java:320)
	at org.eclipse.californium.scandium.DTLSConnector$Worker.run(DTLSConnector.java:1436)

2.0.x:
#115, #114
io.netty.channel.ConnectTimeoutException: connection timed out: 0.0.0.0/0.0.0.0:34271

2.0.x-nightly:
#44
io.netty.channel.ConnectTimeoutException: connection timed out: 0.0.0.0/0.0.0.0:49029

2.0.x-nightly: #43 
Downloading: https://repo.eclipse.org/content/repositories/californium-snapshots/org/eclipse/californium/californium-core/2.0.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.californium:californium-core:2.0.0-SNAPSHOT/maven-metadata.xml from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/californium-snapshots/): Connect to repo.eclipse.org:443 [repo.eclipse.org/198.41.30.233] failed: Connection timed out-----Ursprüngliche Nachricht-----
Von: cf-dev-bounces@xxxxxxxxxxx [mailto:cf-dev-bounces@xxxxxxxxxxx] Im Auftrag von Hudalla Kai (INST/ECS4)
Gesendet: Donnerstag, 23. März 2017 09:29
An: cf-dev <cf-dev@xxxxxxxxxxx>
Betreff: [cf-dev] failing builds on Hudson

I

Does anybody have any idea, why all of our build jobs have been failing for the last two or three days?

Mit freundlichen Grüßen / Best regards

Kai Hudalla
Chief Software Architect

Bosch Software Innovations GmbH
Schöneberger Ufer 89-91
10785 Berlin
GERMANY
www.bosch-si.com

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B;
Executives: Dr.-Ing. Rainer Kallenbach, Michael Hahn _______________________________________________
cf-dev mailing list
cf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cf-dev


Back to the top