Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDeano k
Courses Plus Student 5,872 PointsbootRun is taking for ever
bootRun is taking forever, i just gave up on some point, is this normal?
Antonia Storey
1,173 PointsCheers Einhart Z - tip worked!
1 Answer
Ashton Bruton
Courses Plus Student 5,246 PointsExecute the command ./gradlew clean bootRun in your project terminal window
Einhart Z
5,745 PointsEinhart Z
5,745 PointsIs it possible that you are looking at the tasks tree mode instead of the text mode? In the tree mode it seems that the bootRun is stuck forever... but if you go the browser your will see that the server is working properly. (Switching between the mode by clicking on the icon just under "giflib [bootRun]", at the upper-left corner of the tab)