[ 
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)

Reply via email to