• United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.206

IBM Cloud platform×

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

DevOps Toolchains migration for NON-US applications: please facilitate accessing to Toolchains entries list even from NON-US region....

100000PKH8 gravatar image
Question by Claudio_F  (43) | May 19, 2017 at 08:16 AM devops-servicesmigrationdevopsibmcloudtoolchain

Dear Support. I did tried to make the upgrade to all my projects several weeks ago. I lately discovered that some of them failed.

Then I did made troubleshooting and tried to fix the errors that did not allow the deployment in the Toolchain environment. Once fixed the errors, as you said in developer works, I did want to try once again the upgrade process BUT, I could not do it because an entry in the Toolchain repository for that application already exists.

So I did search on HOW to delete that. BUT, the explanation in the documentation was not applicable because that application was in UK non in US, then the Toolchain service is not available in UK.

Fortunately I do have some application that I successfully upgraded and I could access to the Toolchains list and then I was able to delete all the entries that went in error the first time.

I would suggest to make much more easy accessing to the Toolchains entries list even from ouside US region.... Thanks. Claudio.

People who like this

  0
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

1 reply

  • Sort: 
060001YD22 gravatar image

Answer by Pradeep_B (81) | May 19, 2017 at 08:39 AM

Dear Claudio,

Thank you for the feedback. Please let me know if you need further help in upgrading your JazzHub projects to toolchains. If so, please share the JazzHub project URL and any issues you are facing with the toolchain that was created as part of the upgrade process.

Sorry about the issues had in deleting toolchains. Just a clarification that, in order to delete the toolchain, you don't have to delete the application (that was deployed by the toolchain).

Thanks

Comment

People who like this

  0   Show 8   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
100000PKH8 gravatar image Claudio_F (43)   May 19, 2017 at 08:57 AM 0
Share

Dear Pradeep, thank you very much for your prompt response. Just to let you know that the delete button in the Toolchains DO NOT fully works, it still leave the repository in the Bluemix Git Repository. So, when you want to try again the upgrade it will not allow you to proceed due to the existance of the repository there. AND, the "Existing" label that the hoover tool tip suggest to select does not exists.... This means that you have to go to your Repos in the Bluemix git and removed it manually.

Actually the development team should be advised because this is a bug. Claudio.

100000PKH8 gravatar image Claudio_F (43)   May 19, 2017 at 09:23 AM 0
Share

NOW I do have a serious problem: I had a chance to successful run again the upgrade process BUT my repository in the Bluemix Git is EMPTY !!! Why? Because the second time you do the upgrade Bluemix try to clone getting the code from git.ng.bluemix.net AND NOT from the Jazz platform. Looks like that "reverting" as the documentation suggest using the Toolchains delete process, DO NOT revert the original Git Repository (Jazz hub), where the code, fortunately still exists.

Here is the log of the git.ng.bluemix.net activities for that project.

 Command line instructions
 Git global setup
 
 git config --global user.name "CLAUDIO FADDA"
 git config --global user.email "claudio_fadda@it.ibm.com"
 
 Create a new repository
 
 git clone git@git.ng.bluemix.net:claudio_fadda/HelloWorldByClaudio.git
 cd HelloWorldByClaudio
 touch README.md
 git add README.md
 git commit -m "add README"
 git push -u origin master
 
 Existing folder
 
 cd existing_folder
 git init
 git remote add origin git@git.ng.bluemix.net:claudio_fadda/HelloWorldByClaudio.git
 git add .
 git commit
 git push -u origin master
 
 Existing Git repository
 
 cd existing_repo
 git remote add origin git@git.ng.bluemix.net:claudio_fadda/HelloWorldByClaudio.git
 git push -u origin --all
 git push -u origin --tags

060001YD22 gravatar image Pradeep_B (81)   May 19, 2017 at 09:30 AM 0
Share

Dear Claudio,

Let me reassure you that the upgrade process will always take the data from the JazzHub repository. The behavior you are seeing during your second upgrade attempt is probably due to the fact that the import of source code from JazzHub to your new repo (created as part of second upgrade) failed for some reason. In that case the whole upgrade process is considered as a failure and the status of the JazzHub project will be set to "Ready to Upgrade".

I can confirm this from the log for the upgrade operation you did around 9:45AM Eastern time.

Could you please confirm the banner on your JazzHub project overview page? It will have the link "upgrade now".

Thanks

100000PKH8 gravatar image Claudio_F (43)   May 22, 2017 at 06:05 AM 0
Share

Dear Pradeep, sorry for getting back just now, I didn't check it out during the weekend. Let me recap a little bit what I'm facing. Some weeks ago I started the upgrade process of all my projects. Some of them went at the first shot, some of them are still there. For the first a took for a problem determination I did opened a dw Question and came up that there was something very old in the environment, in fact if I tried to make a deployment with the JazzHub environment it did fails. I fix the issues that were related to old version of node.js module. Then I did try last week to apply the same type of fixes to the HelloWorldByClaudio project. I looked at the package.json file. I updated all the obsolete node.js modules. I made a deployment using the old JazzHub evironment. The application strated. Then I tried to run the upgrade. I got and empty git repository. So I cloned the empty project. Then I copied the original code in my Eclipse environment and push everything to the server. And now I have the code there, but I lost the git history (that BTW is still in the JazzHub repo). Then I thought that could be that I did left enough time to the infrastructure to copy hundreds of bytes. So I tried to do the same with HistologicalAnalyzer project. This time I made exactly everything as the process's asking. Clicked on the "upgrade now" link and wait. From the Bluemix side it looks that everything is fine:

alt text

But the git IS EMPTY !!!!!

alt text

And I'm still having the same link.

alt text

Please help.

toolchain-is-defined.jpg (143.8 kB)
the-git-is-empty.jpg (175.3 kB)
upgrade-now-button.jpg (397.8 kB)
060001YD22 gravatar image Pradeep_B (81)   May 22, 2017 at 01:01 PM 0
Share

Hi Claudio, Sorry about that. I noticed that you had tried to upgrade HistologicalAnalyzer on May 19 Friday at around 1:30pm Eastern Time. The log also has some errors, which I believe should not happen again.

Could you please try upgrading HistologicalAnalyzer once again?

Show more comments

Follow this question

144 people are following this question.

Answers

Answers & comments

Related questions

DevOps toolchains page not loading in EU 2 Answers

Unable to deploy with devops :fails with error no such file or directory 1 Answer

How do I create a Bluemix automated test node that runs a Selenium script? 1 Answer

BM app fails to start "Error: Cannot find module '/home/vcap/app/web.js'" 0 Answers

Build and Deploy job issue in the IBM Bluemix DevOps Service 2 Answers

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • DataPower
  • Decision Optimization
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges