Craig
Craig

Reputation: 1386

Publishing app with Eclipse and IBM BlueMix Tools never completes

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

Upvotes: 2

Views: 234

Answers (3)

Ram Vennam
Ram Vennam

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

Jack-Junjie Cai
Jack-Junjie Cai

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

jpapejr
jpapejr

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

Related Questions