Installing CloudBees SDK and running - Error : cannot create configration - cloudbees

I have installed the cloudbees eclipse plugin and then run the cloudbees project on localhost...but I see this:
Installing plugin: org.cloudbees.sdk.plugins:ant-plugin:1.3.0
You have not created a CloudBees configuration profile, let's create one now...
Enter your default CloudBees API end point [us | eu]: us
Enter your CloudBees account email address: abc#abc.com
ERROR: Cannot create configuration
kindly guide me how to fix this issue ?

I suggest you download and install cloudbees SDK, so you can try to initialize from command line and maybe get more details on actual (permission ?) issue to write configuration.

Related

Not able to launch apache apex cli

I am trying to launch Apache Apex cli but not able to do so.
the document says just type apex on command prompt but that says No command 'apex' found
Are there some pre steps which i need to perform before start using it?
I have all prerequisites available like, Hadoop, JDK 7, Git and Maven.
apex cli is an interface provided to users to interact (launch, monitor, manage ec.) with the Apache Apex Applications. You can find short information about how to build and use it at : Apex Core git repository
Detailed information can be found here: Documentation
Did you build apex-core? If not please run mvn clean install in apex-core directory

SonarQube Redmine Integration

Scenario is After Installing Plugin with SonarQube
Error is Missing parameter resource
While integrating Sonar with Redmine, At Project level, go to Administration -> Redmine Configuration Page is not loading, Instead of that am getting the above error message on browser.
I am using following versions,
Maven 3.0.5
Redmine version 3.0.4.stable
SonarQube 5.2
Regards,
Jojan Paul
This looks like a bug on the plugin. I have found a workaround until this is fixed. In your browser, you need to replace the url GET paramater 'id' by 'resource'.
So insterad of
http://{sonar_url}/redmine_configuration?id={project}
Replace 'id' with 'resource'
http://{sonar_url}/redmine_configuration?resource={project}

Eclipse-Accurev plugin site not working

I'm using Eclipse Luna(4.4) version & need to install the Accurev plugin. From the support site below, i used the eclipse plugin site URL as : "http://www.accurev.com/download/eclipseupdate"
Install instructions link: http://supportline.microfocus.com/Documentation/books/AccuRev/Plugins/Eclipse/2014.1/eclipse-2014.1-install_release_notes-en.pdf
But eclipse throws error saying "Unable to read repository at... " when trying to read/load the plugin. Any one installed Accurev plugin recently?, need your help please!
Spec:
Eclipse : Luna, 4.4
Accurev: 6.1
Thanks,
Somu
With the purchase AccuRev by Microfocus, the AccuRev Web site has since been retired. We are working on having the Eclipse plug-in hosted on the Borland site but this is still a work in progress. It's best that you download the plug-in and self host an update site by accessing the download package at the following URL:
http://supportline.microfocus.com/websync/Tracker.aspx?downl=http://nadownloads.microfocus.com/websync/Internap_Download.aspx?FilePath=/productupdates/accurev/plugins/EclipsePlugin-2014.1/eclipse-2014.1-updatesite.zip
These steps solved the problem and now I'm able to access the Accurev plugin inside Eclipse:
Download the .zip plugin from the above link
Unzip & place the folder ("accurev-eclipse-2014.1-updatesite") under the /eclipse/plugins folder.
Took couple of eclipse restarts to have the changes reflected in Eclipse

Deploying appfuse app on cloudbees as war

I have appfuse maven project , is it better to deploy it using Click start Tomcat or as a Jenkin Maven project? I have tried both but it does not seem to be working in any ways. I have created database and bound it to the app. still it gives error for spring bean creation etc. Can anyone help in this scenario?
If I would need to deploy my appfuse maven application on CloudBees platform, I will try two different ways:
Use the Tomcat 7 Maven ClickStart as a template changing the SCM to your repo.
Use the CloudBees SDK to deploy your application.
In this last case, you just need to generate your .war file, in case you use maven, launching:
mvn clean package
And then you can deploy your application from the CLoudBees SDK using:
bees app:deploy -t tomcat7 -a APPID MYFILE.war
You say that when you deploy your application it gives error for spring bean creation. However, you don't attach any stacktrace to your question, so it is difficult to do any kind of diagnosis on our end.

Cannot create cloudbees project using eclipse

I'm trying to follow CloudBees Toolkit for Eclipse How-to Guide to create a Hello World on cloudbees using a brand new Eclipse Juno that I just set up (with Subclipse). I have also followed step 3 to "Create a new SVN repository on CloudBees".
I'm up to step 4 where I was trying to create a new Project but when I'm the step to create new Jenkins job, there was a warning that says "Enable hosting in Forge to configure Jenkins job SCM automatically". If I next select to Host at Forge SVN, I can an empty repository combobox which I can't move on.
Anything that I missed out here?
Can you please try again now - there was a unexpected regression in one of our internal APIs.