[jira] [Commented] (JCLOUDS-114) Support OpenStack Keystone v3 API

2017-04-28 Thread Siddarth Rai (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15988370#comment-15988370
 ] 

Siddarth Rai commented on JCLOUDS-114:
--

Thanks a lot.
Is there a tentative date though? Will it be a big change ?

> Support OpenStack Keystone v3 API
> -
>
> Key: JCLOUDS-114
> URL: https://issues.apache.org/jira/browse/JCLOUDS-114
> Project: jclouds
>  Issue Type: New Feature
>  Components: jclouds-blobstore, jclouds-compute, 
> jclouds-labs-openstack
>Affects Versions: 1.7.0
>Reporter: Jeremy Daggett
>Priority: Critical
>  Labels: oak, openstack-keystone
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (JCLOUDS-114) Support OpenStack Keystone v3 API

2017-04-26 Thread Siddarth Rai (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984526#comment-15984526
 ] 

Siddarth Rai commented on JCLOUDS-114:
--

Is there any update on this? Keystone v3 Support is almost mandatory now. 
Please let me know if there is any progress or if any one can give any pointers 
we can try it from our end.

> Support OpenStack Keystone v3 API
> -
>
> Key: JCLOUDS-114
> URL: https://issues.apache.org/jira/browse/JCLOUDS-114
> Project: jclouds
>  Issue Type: New Feature
>  Components: jclouds-blobstore, jclouds-compute, 
> jclouds-labs-openstack
>Affects Versions: 1.7.0
>Reporter: Jeremy Daggett
>Priority: Critical
>  Labels: oak, openstack-keystone
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (JCLOUDS-1184) Getting exception while creating router using routerApi

2016-12-22 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai closed JCLOUDS-1184.
-
Resolution: Cannot Reproduce

> Getting exception while creating router using routerApi
> ---
>
> Key: JCLOUDS-1184
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1184
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-labs-openstack
>Affects Versions: 2.0.0
> Environment: Linux
>Reporter: Siddarth Rai
>Priority: Critical
>  Labels: openstack-neutron
>
> This issue is not occurring everywhere our app is running.
> The stack trace :
> java.lang.IllegalArgumentException: Error parsing data at 21
>   at 
> org.jclouds.date.internal.SimpleDateFormatDateService.iso8601SecondsDateParse(SimpleDateFormatDateService.java:166)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.parseDate(GsonModule.java:241)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:234)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:220)
>   at com.google.gson.TypeAdapter$1.read(TypeAdapter.java:199)
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$ParameterReader.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:272)
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$DeserializeIntoParameterizedConstructor.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:184)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$IterableTypeAdapter.readAndBuild(NullFilteringTypeAdapterFactories.java:95)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:185)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:171)
>   at com.google.gson.Gson.fromJson(Gson.java:879)
>   at 
> org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:80)
>   at 
> org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:44)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
>   at 
> org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
>   at 
> com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
>   at com.sun.proxy.$Proxy1189.list(Unknown Source)
>   at 
> org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:81)
>   at 
> org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:78)
>   at 
> com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
>   at 
> com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
>   at 
> com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
>   at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
>   at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
>   at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
>   at 
> com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
>   at 
> com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.checkExtension(PresentWhenExtensionAnnotationMatchesExtensionSet.java:71)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:104)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:57)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.propagateContextToDelegate(DelegatesToInvocationFunction.java:205)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:154)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
>   at com.sun.proxy.$Proxy1183.getRouterApi(Unknown Source)
>   at .
> .
> .
> .
> .
> .
> .
> .
> .
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMeth

[jira] [Issue Comment Deleted] (JCLOUDS-1184) Getting exception while creating router using routerApi

2016-10-27 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai updated JCLOUDS-1184:
--
Comment: was deleted

(was: Any comment on this guys?  )

> Getting exception while creating router using routerApi
> ---
>
> Key: JCLOUDS-1184
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1184
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-labs-openstack
>Affects Versions: 2.0.0
> Environment: Linux
>Reporter: Siddarth Rai
>Priority: Critical
>  Labels: openstack-neutron
>
> This issue is not occurring everywhere our app is running.
> The stack trace :
> java.lang.IllegalArgumentException: Error parsing data at 21
>   at 
> org.jclouds.date.internal.SimpleDateFormatDateService.iso8601SecondsDateParse(SimpleDateFormatDateService.java:166)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.parseDate(GsonModule.java:241)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:234)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:220)
>   at com.google.gson.TypeAdapter$1.read(TypeAdapter.java:199)
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$ParameterReader.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:272)
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$DeserializeIntoParameterizedConstructor.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:184)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$IterableTypeAdapter.readAndBuild(NullFilteringTypeAdapterFactories.java:95)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:185)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:171)
>   at com.google.gson.Gson.fromJson(Gson.java:879)
>   at 
> org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:80)
>   at 
> org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:44)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
>   at 
> org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
>   at 
> com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
>   at com.sun.proxy.$Proxy1189.list(Unknown Source)
>   at 
> org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:81)
>   at 
> org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:78)
>   at 
> com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
>   at 
> com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
>   at 
> com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
>   at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
>   at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
>   at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
>   at 
> com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
>   at 
> com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.checkExtension(PresentWhenExtensionAnnotationMatchesExtensionSet.java:71)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:104)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:57)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.propagateContextToDelegate(DelegatesToInvocationFunction.java:205)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:154)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
>   at com.sun.proxy.$Proxy1183.getRouterApi(Unknown Source)
>   at .
> .
> .
> .
> .
> .
> .
> .
> .
> sun.reflect.NativeMethod

[jira] [Commented] (JCLOUDS-1184) Getting exception while creating router using routerApi

2016-10-27 Thread Siddarth Rai (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15611790#comment-15611790
 ] 

Siddarth Rai commented on JCLOUDS-1184:
---

Any comment on this guys?  

> Getting exception while creating router using routerApi
> ---
>
> Key: JCLOUDS-1184
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1184
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-labs-openstack
>Affects Versions: 2.0.0
> Environment: Linux
>Reporter: Siddarth Rai
>Priority: Critical
>  Labels: openstack-neutron
>
> This issue is not occurring everywhere our app is running.
> The stack trace :
> java.lang.IllegalArgumentException: Error parsing data at 21
>   at 
> org.jclouds.date.internal.SimpleDateFormatDateService.iso8601SecondsDateParse(SimpleDateFormatDateService.java:166)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.parseDate(GsonModule.java:241)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:234)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:220)
>   at com.google.gson.TypeAdapter$1.read(TypeAdapter.java:199)
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$ParameterReader.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:272)
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$DeserializeIntoParameterizedConstructor.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:184)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$IterableTypeAdapter.readAndBuild(NullFilteringTypeAdapterFactories.java:95)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:185)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:171)
>   at com.google.gson.Gson.fromJson(Gson.java:879)
>   at 
> org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:80)
>   at 
> org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:44)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
>   at 
> org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
>   at 
> com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
>   at com.sun.proxy.$Proxy1189.list(Unknown Source)
>   at 
> org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:81)
>   at 
> org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:78)
>   at 
> com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
>   at 
> com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
>   at 
> com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
>   at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
>   at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
>   at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
>   at 
> com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
>   at 
> com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.checkExtension(PresentWhenExtensionAnnotationMatchesExtensionSet.java:71)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:104)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:57)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.propagateContextToDelegate(DelegatesToInvocationFunction.java:205)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:154)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
>   at com.sun.proxy.$Proxy1183.getRouterApi(Unknown Source)
>   at .
> .
> .
> .
> .
> .
> .
> .
> .
>

[jira] [Updated] (JCLOUDS-1184) Getting exception while creating router using routerApi

2016-10-27 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai updated JCLOUDS-1184:
--
Description: 
This issue is not occurring everywhere our app is running.
The stack trace :
java.lang.IllegalArgumentException: Error parsing data at 21
at 
org.jclouds.date.internal.SimpleDateFormatDateService.iso8601SecondsDateParse(SimpleDateFormatDateService.java:166)
at 
org.jclouds.json.config.GsonModule$Iso8601DateAdapter.parseDate(GsonModule.java:241)
at 
org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:234)
at 
org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:220)
at com.google.gson.TypeAdapter$1.read(TypeAdapter.java:199)
at 
org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$ParameterReader.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:272)
at 
org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$DeserializeIntoParameterizedConstructor.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:184)
at 
org.jclouds.json.internal.NullFilteringTypeAdapterFactories$IterableTypeAdapter.readAndBuild(NullFilteringTypeAdapterFactories.java:95)
at 
org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:185)
at 
org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:171)
at com.google.gson.Gson.fromJson(Gson.java:879)
at 
org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:80)
at 
org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:44)
at 
org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at 
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at 
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at 
org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at 
com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy1189.list(Unknown Source)
at 
org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:81)
at 
org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:78)
at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at 
com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at 
org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.checkExtension(PresentWhenExtensionAnnotationMatchesExtensionSet.java:71)
at 
org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:104)
at 
org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:57)
at 
org.jclouds.rest.internal.DelegatesToInvocationFunction.propagateContextToDelegate(DelegatesToInvocationFunction.java:205)
at 
org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:154)
at 
org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
at com.sun.proxy.$Proxy1183.getRouterApi(Unknown Source)
at .
.
.
.
.
.
.
.
.
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221)
at 
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)
at 
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110)
at 
org.springf

[jira] [Updated] (JCLOUDS-1184) Getting exception while creating router using routerApi

2016-10-27 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai updated JCLOUDS-1184:
--
Priority: Critical  (was: Major)

> Getting exception while creating router using routerApi
> ---
>
> Key: JCLOUDS-1184
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1184
> Project: jclouds
>  Issue Type: Bug
>Affects Versions: 2.0.0
> Environment: Linux
>Reporter: Siddarth Rai
>Priority: Critical
>
> This issue is not occurring everywhere our app is running.
> The stack trace :
> java.lang.IllegalArgumentException: Error parsing data at 21
>   at 
> org.jclouds.date.internal.SimpleDateFormatDateService.iso8601SecondsDateParse(SimpleDateFormatDateService.java:166)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.parseDate(GsonModule.java:241)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:234)
>   at 
> org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:220)
>   at com.google.gson.TypeAdapter$1.read(TypeAdapter.java:199)
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$ParameterReader.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:272)
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$DeserializeIntoParameterizedConstructor.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:184)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$IterableTypeAdapter.readAndBuild(NullFilteringTypeAdapterFactories.java:95)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:185)
>   at 
> org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:171)
>   at com.google.gson.Gson.fromJson(Gson.java:879)
>   at 
> org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:80)
>   at 
> org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:44)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
>   at 
> org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
>   at 
> org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
>   at 
> com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
>   at com.sun.proxy.$Proxy1189.list(Unknown Source)
>   at 
> org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:81)
>   at 
> org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:78)
>   at 
> com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
>   at 
> com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
>   at 
> com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
>   at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
>   at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
>   at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
>   at 
> com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
>   at 
> com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.checkExtension(PresentWhenExtensionAnnotationMatchesExtensionSet.java:71)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:104)
>   at 
> org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:57)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.propagateContextToDelegate(DelegatesToInvocationFunction.java:205)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:154)
>   at 
> org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
>   at com.sun.proxy.$Proxy1183.getRouterApi(Unknown Source)
>   at 
> com.vimpl.openstack_PL.OpenstackService.createRouter(OpenstackService.java:292)
>   at 
> com.vimpl.openstack_PL.openstackMain.createRouter(openstackMain.java:632)

[jira] [Created] (JCLOUDS-1184) Getting exception while creating router using routerApi

2016-09-30 Thread Siddarth Rai (JIRA)
Siddarth Rai created JCLOUDS-1184:
-

 Summary: Getting exception while creating router using routerApi
 Key: JCLOUDS-1184
 URL: https://issues.apache.org/jira/browse/JCLOUDS-1184
 Project: jclouds
  Issue Type: Bug
Affects Versions: 2.0.0
 Environment: Linux
Reporter: Siddarth Rai


This issue is not occurring everywhere our app is running.
The stack trace :
java.lang.IllegalArgumentException: Error parsing data at 21
at 
org.jclouds.date.internal.SimpleDateFormatDateService.iso8601SecondsDateParse(SimpleDateFormatDateService.java:166)
at 
org.jclouds.json.config.GsonModule$Iso8601DateAdapter.parseDate(GsonModule.java:241)
at 
org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:234)
at 
org.jclouds.json.config.GsonModule$Iso8601DateAdapter.read(GsonModule.java:220)
at com.google.gson.TypeAdapter$1.read(TypeAdapter.java:199)
at 
org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$ParameterReader.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:272)
at 
org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory$DeserializeIntoParameterizedConstructor.read(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:184)
at 
org.jclouds.json.internal.NullFilteringTypeAdapterFactories$IterableTypeAdapter.readAndBuild(NullFilteringTypeAdapterFactories.java:95)
at 
org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:185)
at 
org.jclouds.json.internal.NullFilteringTypeAdapterFactories$SetTypeAdapter.read(NullFilteringTypeAdapterFactories.java:171)
at com.google.gson.Gson.fromJson(Gson.java:879)
at 
org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:80)
at 
org.jclouds.http.functions.ParseFirstJsonValueNamed.apply(ParseFirstJsonValueNamed.java:44)
at 
org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:90)
at 
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:73)
at 
org.jclouds.rest.internal.InvokeHttpMethod.apply(InvokeHttpMethod.java:44)
at 
org.jclouds.reflect.FunctionalReflection$FunctionalInvocationHandler.handleInvocation(FunctionalReflection.java:117)
at 
com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:87)
at com.sun.proxy.$Proxy1189.list(Unknown Source)
at 
org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:81)
at 
org.jclouds.openstack.neutron.v2.config.NeutronHttpApiModule$1.load(NeutronHttpApiModule.java:78)
at 
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at 
com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at 
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at 
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at 
com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
at 
org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.checkExtension(PresentWhenExtensionAnnotationMatchesExtensionSet.java:71)
at 
org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:104)
at 
org.jclouds.openstack.v2_0.functions.PresentWhenExtensionAnnotationMatchesExtensionSet.apply(PresentWhenExtensionAnnotationMatchesExtensionSet.java:57)
at 
org.jclouds.rest.internal.DelegatesToInvocationFunction.propagateContextToDelegate(DelegatesToInvocationFunction.java:205)
at 
org.jclouds.rest.internal.DelegatesToInvocationFunction.handle(DelegatesToInvocationFunction.java:154)
at 
org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123)
at com.sun.proxy.$Proxy1183.getRouterApi(Unknown Source)
at 
com.vimpl.openstack_PL.OpenstackService.createRouter(OpenstackService.java:292)
at 
com.vimpl.openstack_PL.openstackMain.createRouter(openstackMain.java:632)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.ja

[jira] [Closed] (JCLOUDS-1169) Code crashes at ContextBuilder for Apis. I have been using jclouds daily build(2.0.0-SNAPSHOT). But since 30th of august , APIs have stopped working. Basically the code

2016-09-01 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai closed JCLOUDS-1169.
-
Resolution: Workaround

Changed the GSON version of my app to match the one with jclouds.
It is working for now. 
Also, as discussed with the developer the fix will be available soon

> Code crashes at ContextBuilder for Apis. I have been using jclouds daily 
> build(2.0.0-SNAPSHOT). But since 30th of august , APIs have stopped working. 
> Basically the code crashes at context builder for Apis like glanceAPI.
> 
>
> Key: JCLOUDS-1169
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1169
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-core
>Affects Versions: 2.0.0
>Reporter: Siddarth Rai
>Priority: Blocker
>  Labels: beginner, maven, newbie
>
> I have been using jclouds daily build. But since 30th of august , APIs have 
> stopped working. Basically the code crashes at context builder for Apis like 
> glanceAPI. 
> I don't have the logs yet. But just wanted to know if it is known issue?
> Has the implementation changed?
> Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
> which were available before 29th of august? 
> The code for context builder looks something like this 
> GlanceApi glanceApi = ContextBuilder.newBuilder(new 
> GlanceApiMetadata()).endpoint("http://"; + endpointIp + ":" + identityPort + 
> "/" + identityVersion + 
> "/").credentials(identity,password).buildApi(GlanceApi.class);
> I am using openstack LIBERTY
> Here is the stack trace:
> Caused by: java.lang.NoSuchMethodError: 
> com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.(Lcom/google/gson/internal/ConstructorConstructor;Lcom/google/gson/FieldNamingStrategy;Lcom/google/gson/internal/Excluder;Lcom/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory;)V
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory.(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:118)
>   at org.jclouds.json.config.GsonModule.provideGson(GsonModule.java:130)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> com.google.inject.internal.ProviderMethod.get(ProviderMethod.java:104)
>   at 
> com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
>   at 
> com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
>   at 
> com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
>   at 
> com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
>   at com.google.inject.Scopes$1$1.get(Scopes.java:65)
>   at 
> com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
>   at 
> com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
>   at 
> com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
>   at 
> com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84)
>   at 
> com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
>   at 
> com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
>   at 
> com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
>   at 
> com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
>   at com.google.inject.Scopes$1$1.get(Scopes.java:65)
>   at 
> com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
>   at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54)
>   at 
> com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:204)
>   at 
> com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:198)
>   at 
> com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
>   at 
> com.google.inject.internal.InternalInjectorCreator.loadEagerSingletons(InternalInjectorCreator.java:198)
>   at 
> com.google.inject.in

[jira] [Commented] (JCLOUDS-1169) Code crashes at ContextBuilder for Apis. I have been using jclouds daily build(2.0.0-SNAPSHOT). But since 30th of august , APIs have stopped working. Basically the co

2016-09-01 Thread Siddarth Rai (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1545#comment-1545
 ] 

Siddarth Rai commented on JCLOUDS-1169:
---

yes 
I am using the version 2.6.2.


> Code crashes at ContextBuilder for Apis. I have been using jclouds daily 
> build(2.0.0-SNAPSHOT). But since 30th of august , APIs have stopped working. 
> Basically the code crashes at context builder for Apis like glanceAPI.
> 
>
> Key: JCLOUDS-1169
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1169
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-core
>Affects Versions: 2.0.0
>Reporter: Siddarth Rai
>Priority: Blocker
>  Labels: beginner, maven, newbie
>
> I have been using jclouds daily build. But since 30th of august , APIs have 
> stopped working. Basically the code crashes at context builder for Apis like 
> glanceAPI. 
> I don't have the logs yet. But just wanted to know if it is known issue?
> Has the implementation changed?
> Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
> which were available before 29th of august? 
> The code for context builder looks something like this 
> GlanceApi glanceApi = ContextBuilder.newBuilder(new 
> GlanceApiMetadata()).endpoint("http://"; + endpointIp + ":" + identityPort + 
> "/" + identityVersion + 
> "/").credentials(identity,password).buildApi(GlanceApi.class);
> I am using openstack LIBERTY
> Here is the stack trace:
> Caused by: java.lang.NoSuchMethodError: 
> com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.(Lcom/google/gson/internal/ConstructorConstructor;Lcom/google/gson/FieldNamingStrategy;Lcom/google/gson/internal/Excluder;Lcom/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory;)V
>   at 
> org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory.(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:118)
>   at org.jclouds.json.config.GsonModule.provideGson(GsonModule.java:130)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> com.google.inject.internal.ProviderMethod.get(ProviderMethod.java:104)
>   at 
> com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
>   at 
> com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
>   at 
> com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
>   at 
> com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
>   at com.google.inject.Scopes$1$1.get(Scopes.java:65)
>   at 
> com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
>   at 
> com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
>   at 
> com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
>   at 
> com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84)
>   at 
> com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
>   at 
> com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
>   at 
> com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
>   at 
> com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
>   at com.google.inject.Scopes$1$1.get(Scopes.java:65)
>   at 
> com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
>   at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54)
>   at 
> com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:204)
>   at 
> com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:198)
>   at 
> com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
>   at 
> com.google.inject.internal.InternalInjectorCreator.loadEagerSingletons(InternalInjectorCreator.java:198)
>   at 
> com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:179)
>   

[jira] [Updated] (JCLOUDS-1169) Code crashes at ContextBuilder for Apis. I have been using jclouds daily build(2.0.0-SNAPSHOT). But since 30th of august , APIs have stopped working. Basically the code

2016-09-01 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai updated JCLOUDS-1169:
--
Description: 
I have been using jclouds daily build. But since 30th of august , APIs have 
stopped working. Basically the code crashes at context builder for Apis like 
glanceAPI. 
I don't have the logs yet. But just wanted to know if it is known issue?
Has the implementation changed?

Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
which were available before 29th of august? 

The code for context builder looks something like this 
GlanceApi glanceApi = ContextBuilder.newBuilder(new 
GlanceApiMetadata()).endpoint("http://"; + endpointIp + ":" + identityPort + "/" 
+ identityVersion + 
"/").credentials(identity,password).buildApi(GlanceApi.class);

I am using openstack LIBERTY


Here is the stack trace:
Caused by: java.lang.NoSuchMethodError: 
com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.(Lcom/google/gson/internal/ConstructorConstructor;Lcom/google/gson/FieldNamingStrategy;Lcom/google/gson/internal/Excluder;Lcom/google/gson/internal/bind/JsonAdapterAnnotationTypeAdapterFactory;)V
at 
org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory.(DeserializationConstructorAndReflectiveTypeAdapterFactory.java:118)
at org.jclouds.json.config.GsonModule.provideGson(GsonModule.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at 
com.google.inject.internal.ProviderMethod.get(ProviderMethod.java:104)
at 
com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
at 
com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at 
com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
at 
com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.Scopes$1$1.get(Scopes.java:65)
at 
com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
at 
com.google.inject.internal.SingleParameterInjector.inject(SingleParameterInjector.java:38)
at 
com.google.inject.internal.SingleParameterInjector.getAll(SingleParameterInjector.java:62)
at 
com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:84)
at 
com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
at 
com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at 
com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
at 
com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.Scopes$1$1.get(Scopes.java:65)
at 
com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54)
at 
com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:204)
at 
com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:198)
at 
com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
at 
com.google.inject.internal.InternalInjectorCreator.loadEagerSingletons(InternalInjectorCreator.java:198)
at 
com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:179)
at 
com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:109)
at com.google.inject.Guice.createInjector(Guice.java:95)
at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:404)
at org.jclouds.ContextBuilder.buildInjector(ContextBuilder.java:327)
at org.jclouds.ContextBuilder.buildApi(ContextBuilder.java:650)
at org.jclouds.ContextBuilder.buildApi(ContextBuilder.java:642)

  was:
I have been using jclouds daily build. But since 30th of august , APIs have 
stopped working. Basically the code crashes at context builder for Apis like 
glanceAPI. 
I don't have the logs yet. But just wanted to know if it is known issue?
Has the implementation changed?

Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
which were available before 29th of august? 

The code for context builder looks something like this 
GlanceApi glanceApi = ContextBu

[jira] [Updated] (JCLOUDS-1169) Code crashes at ContextBuilder for Apis. I have been using jclouds daily build(2.0.0-SNAPSHOT). But since 30th of august , APIs have stopped working. Basically the code

2016-09-01 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai updated JCLOUDS-1169:
--
Summary: Code crashes at ContextBuilder for Apis. I have been using jclouds 
daily build(2.0.0-SNAPSHOT). But since 30th of august , APIs have stopped 
working. Basically the code crashes at context builder for Apis like glanceAPI. 
 (was: Code crashes at ContextBuilder for Apis I have been using jclouds daily 
build. But since 30th of august , APIs have stopped working. Basically the code 
crashes at context builder for Apis like glanceAPI)

> Code crashes at ContextBuilder for Apis. I have been using jclouds daily 
> build(2.0.0-SNAPSHOT). But since 30th of august , APIs have stopped working. 
> Basically the code crashes at context builder for Apis like glanceAPI.
> 
>
> Key: JCLOUDS-1169
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1169
> Project: jclouds
>  Issue Type: Bug
>Affects Versions: 2.0.0
>Reporter: Siddarth Rai
>Priority: Blocker
>  Labels: beginner, maven, newbie
>
> I have been using jclouds daily build. But since 30th of august , APIs have 
> stopped working. Basically the code crashes at context builder for Apis like 
> glanceAPI. 
> I don't have the logs yet. But just wanted to know if it is known issue?
> Has the implementation changed?
> Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
> which were available before 29th of august? 
> The code for context builder looks something like this 
> GlanceApi glanceApi = ContextBuilder.newBuilder(new 
> GlanceApiMetadata()).endpoint("http://"; + endpointIp + ":" + identityPort + 
> "/" + identityVersion + 
> "/").credentials(identity,password).buildApi(GlanceApi.class);
> I am using openstack LIBERTY



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (JCLOUDS-1169) Code crashes at ContextBuilder for Apis I have been using jclouds daily build. But since 30th of august , APIs have stopped working. Basically the code crashes at conte

2016-09-01 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai updated JCLOUDS-1169:
--
Description: 
I have been using jclouds daily build. But since 30th of august , APIs have 
stopped working. Basically the code crashes at context builder for Apis like 
glanceAPI. 
I don't have the logs yet. But just wanted to know if it is known issue?
Has the implementation changed?

Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
which were available before 29th of august? 

The code for context builder looks something like this 
GlanceApi glanceApi = ContextBuilder.newBuilder(new 
GlanceApiMetadata()).endpoint("http://"; + endpointIp + ":" + identityPort + "/" 
+ identityVersion + 
"/").credentials(identity,password).buildApi(GlanceApi.class);

I am using openstack LIBERTY

  was:
I have been using jclouds daily build. But since 30th of august , APIs have 
stopped working. Basically the code crashes at context builder for Apis like 
glanceAPI. 
I don't have the logs yet. But just wanted to know if it is known issue?
Has the implementation changed?

Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
which were available before 29th of august? 

Summary: Code crashes at ContextBuilder for Apis I have been using 
jclouds daily build. But since 30th of august , APIs have stopped working. 
Basically the code crashes at context builder for Apis like glanceAPI  (was: I 
have been using jclouds daily build. But since 30th of august , APIs have 
stopped working. Basically the code crashes at context builder for Apis like 
glanceAPI)

> Code crashes at ContextBuilder for Apis I have been using jclouds daily 
> build. But since 30th of august , APIs have stopped working. Basically the 
> code crashes at context builder for Apis like glanceAPI
> --
>
> Key: JCLOUDS-1169
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1169
> Project: jclouds
>  Issue Type: Bug
>Affects Versions: 2.0.0
>Reporter: Siddarth Rai
>Priority: Blocker
>  Labels: beginner, maven, newbie
>
> I have been using jclouds daily build. But since 30th of august , APIs have 
> stopped working. Basically the code crashes at context builder for Apis like 
> glanceAPI. 
> I don't have the logs yet. But just wanted to know if it is known issue?
> Has the implementation changed?
> Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
> which were available before 29th of august? 
> The code for context builder looks something like this 
> GlanceApi glanceApi = ContextBuilder.newBuilder(new 
> GlanceApiMetadata()).endpoint("http://"; + endpointIp + ":" + identityPort + 
> "/" + identityVersion + 
> "/").credentials(identity,password).buildApi(GlanceApi.class);
> I am using openstack LIBERTY



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (JCLOUDS-1168) I have been using jclouds daily build. But since 30th of august , APIs have stopped working. Basically the code crashes at context builder for Apis like glanceAPI

2016-09-01 Thread Siddarth Rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddarth Rai closed JCLOUDS-1168.
-
Resolution: Duplicate

> I have been using jclouds daily build. But since 30th of august , APIs have 
> stopped working. Basically the code crashes at context builder for Apis like 
> glanceAPI
> --
>
> Key: JCLOUDS-1168
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1168
> Project: jclouds
>  Issue Type: Bug
>Affects Versions: 2.0.0
>Reporter: Siddarth Rai
>Priority: Blocker
>
> I have been using jclouds daily build. But since 30th of august , APIs have 
> stopped working. Basically the code crashes at context builder for Apis like 
> glanceAPI. 
> I don't have the logs yet. But just wanted to know if it is known issue?
> Has the implementation changed?
> Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
> which were available before 29th of august? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (JCLOUDS-1169) I have been using jclouds daily build. But since 30th of august , APIs have stopped working. Basically the code crashes at context builder for Apis like glanceAPI

2016-09-01 Thread Siddarth Rai (JIRA)
Siddarth Rai created JCLOUDS-1169:
-

 Summary: I have been using jclouds daily build. But since 30th of 
august , APIs have stopped working. Basically the code crashes at context 
builder for Apis like glanceAPI
 Key: JCLOUDS-1169
 URL: https://issues.apache.org/jira/browse/JCLOUDS-1169
 Project: jclouds
  Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Siddarth Rai
Priority: Blocker


I have been using jclouds daily build. But since 30th of august , APIs have 
stopped working. Basically the code crashes at context builder for Apis like 
glanceAPI. 
I don't have the logs yet. But just wanted to know if it is known issue?
Has the implementation changed?

Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
which were available before 29th of august? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (JCLOUDS-1168) I have been using jclouds daily build. But since 30th of august , APIs have stopped working. Basically the code crashes at context builder for Apis like glanceAPI

2016-09-01 Thread Siddarth Rai (JIRA)
Siddarth Rai created JCLOUDS-1168:
-

 Summary: I have been using jclouds daily build. But since 30th of 
august , APIs have stopped working. Basically the code crashes at context 
builder for Apis like glanceAPI
 Key: JCLOUDS-1168
 URL: https://issues.apache.org/jira/browse/JCLOUDS-1168
 Project: jclouds
  Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Siddarth Rai
Priority: Blocker


I have been using jclouds daily build. But since 30th of august , APIs have 
stopped working. Basically the code crashes at context builder for Apis like 
glanceAPI. 
I don't have the logs yet. But just wanted to know if it is known issue?
Has the implementation changed?

Is there a way i can use older libraries from version 2.0.0-SNAPSHOT only but 
which were available before 29th of august? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)