2

When pushing my WAR to a Liberty server in Bluemix using the IBM Bluemix tool (v1.0.3) it gets to 80% and never completes.

The logs look like it finished, but Eclipse doesn't acknowledge. I can push from the cf command line just fine.

Eclipse Progress not complete

Version of Bluemix Tools

Elson Yuen
  • 401
  • 2
  • 7
Craig
  • 1,406
  • 12
  • 24
  • In Bluemix 1.0.3, the issue with the loggregator has been fixed. The message.log file (which is the Liberty logs) on Bluemix will now be read to determine if the application has started. I have 3 questions: 1. Can you describe your scenario in detail? I have been unable to reproduce the problem you've described. 2. Based on the progress, it looks like you do a "Push" when your application has been published. Do you see the same problem if you select the Bluemix server in the Servers View > right click on the server > Publish 3. Does the hang from calling "Push" happen 100% of the time? (i.e. i – Steven Hung Apr 27 '15 at 15:43

3 Answers3

4

I meet this issue from time to time too and yes it's usually due to the loggregator related issue. You can cancel the progress and the app status will usually get reflected correctly in the Eclipse server view.

Jack-Junjie Cai
  • 599
  • 2
  • 8
2

I've seen this behavior sometimes too. I usually cancel the process and it does not hurt anything. I will take this feedback to our dev team.

Ram Vennam
  • 3,536
  • 1
  • 12
  • 19
0

I wonder if this may be happening because of issues connecting to the loggregator process. If you have CF CLI installed, can you successfully do cf logs <app name> or cf logs <app name> --recent ?

jpapejr
  • 211
  • 1
  • 7
  • Good question, but yes. I do have the CF CLI installed and the logs do work. I routinely review the logs and deploy via the command-line. – Craig Apr 21 '15 at 12:59