This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| run: | |
| 15:11:27.572 [main] DEBUG o.j.rest.internal.InvokeHttpMethod - >> invoking DescribeRegions | |
| 15:11:27.577 [main] DEBUG jclouds.signature - >> POST http://localhost:4567/ HTTP/1.1 | |
| 15:11:27.577 [main] DEBUG jclouds.signature - >> Host: localhost:4567 | |
| 15:11:27.577 [main] DEBUG jclouds.signature - >> Content-Type: application/x-www-form-urlencoded | |
| 15:11:27.577 [main] DEBUG jclouds.signature - >> Content-Length: 22 | |
| 15:11:27.581 [main] DEBUG jclouds.signature - >> "POST[\n]" | |
| 15:11:27.581 [main] DEBUG jclouds.signature - >> "localhost:4567[\n]" | |
| 15:11:27.581 [main] DEBUG jclouds.signature - >> "/[\n]" | |
| 15:11:27.581 [main] DEBUG jclouds.signature - >> "AWSAccessKeyId=oneadmin&Action=DescribeRegions&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-01-18T14%3A11%3A27.576Z&Version=2016-01-13" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * To change this license header, choose License Headers in Project Properties. | |
| * To change this template file, choose Tools | Templates | |
| * and open the template in the editor. | |
| */ | |
| package test; | |
| import java.util.Set; | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| run: | |
| 15:31:11.867 [main] DEBUG o.j.rest.internal.InvokeHttpMethod - >> invoking DescribeRegions | |
| 15:31:11.872 [main] DEBUG jclouds.signature - >> POST http://localhost:4567/ HTTP/1.1 | |
| 15:31:11.872 [main] DEBUG jclouds.signature - >> Host: localhost:4567 | |
| 15:31:11.872 [main] DEBUG jclouds.signature - >> Content-Type: application/x-www-form-urlencoded | |
| 15:31:11.872 [main] DEBUG jclouds.signature - >> Content-Length: 22 | |
| 15:31:11.877 [main] DEBUG jclouds.signature - >> "POST[\n]" | |
| 15:31:11.877 [main] DEBUG jclouds.signature - >> "localhost:4567[\n]" | |
| 15:31:11.877 [main] DEBUG jclouds.signature - >> "/[\n]" | |
| 15:31:11.877 [main] DEBUG jclouds.signature - >> "AWSAccessKeyId=oneadmin&Action=DescribeRegions&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-01-18T14%3A31%3A11.871Z&Version=2016-01-13" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public static Properties defaultProperties() { | |
| Properties properties = EC2ApiMetadata.defaultProperties(); | |
| properties.setProperty(PROPERTY_REGIONS, Joiner.on(',').join(DEFAULT_REGIONS)); | |
| properties.setProperty(PROPERTY_ISO3166_CODES, "US-VA,US-CA,US-OR,BR-SP,IE,DE-HE,SG,AU-NSW,JP-13"); | |
| properties.setProperty(PROPERTY_REGION + "." + US_EAST_1 + "." + ISO3166_CODES, "US-VA"); | |
| properties.setProperty(PROPERTY_REGION + "." + US_WEST_1 + "." + ISO3166_CODES, "US-CA"); | |
| properties.setProperty(PROPERTY_REGION + "." + US_WEST_2 + "." + ISO3166_CODES, "US-OR"); | |
| properties.setProperty(PROPERTY_REGION + "." + SA_EAST_1 + "." + ISO3166_CODES, "BR-SP"); | |
| properties.setProperty(PROPERTY_REGION + "." + EU_WEST_1 + "." + ISO3166_CODES, "IE"); | |
| properties.setProperty(PROPERTY_REGION + "." + EU_CENTRAL_1 + "." + ISO3166_CODES, "DE-HE"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| run: | |
| 17:27:31.254 [main] DEBUG o.j.rest.internal.InvokeHttpMethod - >> invoking DescribeRegions | |
| 17:27:31.279 [main] DEBUG jclouds.signature - >> POST http://localhost:4567/ HTTP/1.1 | |
| 17:27:31.279 [main] DEBUG jclouds.signature - >> Host: localhost:4567 | |
| 17:27:31.280 [main] DEBUG jclouds.signature - >> Content-Type: application/x-www-form-urlencoded | |
| 17:27:31.280 [main] DEBUG jclouds.signature - >> Content-Length: 22 | |
| 17:27:31.342 [main] DEBUG jclouds.signature - >> "POST[\n]" | |
| 17:27:31.342 [main] DEBUG jclouds.signature - >> "localhost:4567[\n]" | |
| 17:27:31.342 [main] DEBUG jclouds.signature - >> "/[\n]" | |
| 17:27:31.342 [main] DEBUG jclouds.signature - >> "AWSAccessKeyId=oneadmin&Action=DescribeRegions&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-01-20T16%3A27%3A31.278Z&Version=2016-01-13" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package test; | |
| import com.google.common.collect.ImmutableSet; | |
| import com.google.inject.Module; | |
| import java.util.Set; | |
| import org.jclouds.ContextBuilder; | |
| import org.jclouds.ec2.*; | |
| import org.jclouds.ec2.features.*; | |
| import org.jclouds.compute.*; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| run: | |
| 16:28:10.702 [main] DEBUG o.j.rest.internal.InvokeHttpMethod - >> invoking DescribeRegions | |
| 16:28:10.707 [main] DEBUG jclouds.signature - >> POST http://localhost:4567/ HTTP/1.1 | |
| 16:28:10.707 [main] DEBUG jclouds.signature - >> Host: localhost:4567 | |
| 16:28:10.708 [main] DEBUG jclouds.signature - >> Content-Type: application/x-www-form-urlencoded | |
| 16:28:10.708 [main] DEBUG jclouds.signature - >> Content-Length: 22 | |
| 16:28:10.712 [main] DEBUG jclouds.signature - >> "POST[\n]" | |
| 16:28:10.712 [main] DEBUG jclouds.signature - >> "localhost:4567[\n]" | |
| 16:28:10.712 [main] DEBUG jclouds.signature - >> "/[\n]" | |
| 16:28:10.712 [main] DEBUG jclouds.signature - >> "AWSAccessKeyId=oneadmin&Action=DescribeRegions&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-01-21T15%3A28%3A10.705Z&Version=2016-01-13" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 11:32:08.383 [main] DEBUG o.j.rest.internal.InvokeHttpMethod - >> invoking DescribeRegions | |
| 11:32:08.390 [main] DEBUG jclouds.signature - >> POST http://localhost:4567/ HTTP/1.1 | |
| 11:32:08.390 [main] DEBUG jclouds.signature - >> Host: localhost:4567 | |
| 11:32:08.390 [main] DEBUG jclouds.signature - >> Content-Type: application/x-www-form-urlencoded | |
| 11:32:08.390 [main] DEBUG jclouds.signature - >> Content-Length: 22 | |
| 11:32:08.395 [main] DEBUG jclouds.signature - >> "POST[\n]" | |
| 11:32:08.395 [main] DEBUG jclouds.signature - >> "localhost:4567[\n]" | |
| 11:32:08.395 [main] DEBUG jclouds.signature - >> "/[\n]" | |
| 11:32:08.396 [main] DEBUG jclouds.signature - >> "AWSAccessKeyId=oneadmin&Action=DescribeRegions&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2016-02-04T10%3A32%3A08.388Z&Version=2016-01-13" | |
| 11:32:08.630 [main] DEBUG jclouds.signature - << "6pbvdl8vNVfSXp+t2cNSgIFHUHs0cU81BB2fX0CVXiI=" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * To change this license header, choose License Headers in Project Properties. | |
| * To change this template file, choose Tools | Templates | |
| * and open the template in the editor. | |
| */ | |
| package test; | |
| import java.util.Set; | |
| import com.google.common.collect.ImmutableSet; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /home/paolo/NetBeansProjects/opennebula-compute-ec2-master; JAVA_HOME=/home/paolo/jdk1.8.0_65 /home/paolo/netbeans-8.1/java/maven/bin/mvn --debug --errors --errors --debug clean install | |
| Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) | |
| Maven home: /home/paolo/netbeans-8.1/java/maven | |
| Java version: 1.8.0_65, vendor: Oracle Corporation | |
| Java home: /home/paolo/jdk1.8.0_65/jre | |
| Default locale: it_IT, platform encoding: UTF-8 | |
| OS name: "linux", version: "3.13.0-74-generic", arch: "amd64", family: "unix" | |
| Populating class realm maven.ext | |
| Included /home/paolo/netbeans-8.1/java/maven-nblib/netbeans-eventspy.jar | |
| Error stacktraces are turned on. |
OlderNewer