Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Connection problems in Orion build

Could be related to Bug 492412 or Bug 487915. While Bug 492412contains a work around for *reading* from external sources, sounds like you want to "write" to one? And I am not sure what would help there.





From:        Mark Macdonald <mamacdon@xxxxxxxxx>
To:        cbi-dev@xxxxxxxxxxx,
Date:        05/03/2016 11:36 AM
Subject:        [cbi-dev] Connection problems in Orion build
Sent by:        cbi-dev-bounces@xxxxxxxxxxx




Around 2016-05-02 20:00 GMT, Orion builds started failing with error 502:

main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-assembly-plugin:2.4:single (create-test-app) @ org.eclipse.orion.client.releng ---
[INFO] Reading assembly descriptor: test/assembly.xml
[INFO] Building zip: /jobs/genie.orion/orion-client-dev/workspace/releng/org.eclipse.orion.client.releng/target/orion-test-app.zip
[INFO]
[INFO] --- cf-maven-plugin:1.1.0:push-only (deploy-test-app) @ org.eclipse.orion.client.releng ---
[INFO] Creating application 'orion-test'
[INFO] Uploading '/jobs/genie.orion/orion-client-dev/workspace/releng/org.eclipse.orion.client.releng/target/orion-test-app.zip'
[INFO] Starting application
May 02, 2016 4:03:41 PM org.springframework.web.client.RestTemplate handleResponseError
WARNING: GET request for "
http://263ec2e866af44a3b2779a0e8a1f7c64.ng.bluemix.net/staging_tasks/cf9c2fc3673040f0ace42211b147ce69/file_path?hmac=c6a0c5d65f2d1a0b6ea2803506921d23a380203d407e9d8b6174940f17a87cc6028a43761ef3a93de841e4f28876f4b79cc548ffde56160ea56fdc75cd02ae3b&path=/tmp/staged/logs/staging_task.log&timestamp=1462219361&tail&tail_offset=0" resulted in 502 (Proxy Error); invoking error handler


This particular step in the build is trying to deploy a test application to a PAAS environment, but fails with some sort of connection problem. Only our Hudson instance seems to be impacted: the build works OK when run on my local machine.

There don't seem to have been any recent changes to the PAAS (although it can be hard to get a definitive answer when it comes to networking issues).

So -- I'm wondering if there were any known changes to the HIPP environment around this time that might explain why it started to fail.

Regards,
Mark
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top