Reputation: 1386
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.
Upvotes: 2
Views: 234
Reputation: 3546
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.
Upvotes: 2
Reputation: 599
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.
Upvotes: 4
Reputation: 211
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
?
Upvotes: 0