parth
parth

Reputation: 1

Spring tool suite installation

I successfully installed STS 2.9.0 on windows 7, but it is showing internal error occurred during initializing spring UAA. Please guide me how can I resolve this issue.

Upvotes: 0

Views: 1519

Answers (2)

Alok
Alok

Reputation: 391

My issue is resolved by removing the complex directory structure,

Earlier, I was extracting to

C:\softwares\spring-tool-suite-3.9.6.RELEASE-e4.9.0-win32-x86_64\sts-bundle

Changed it to

C:\softwares\sts-bundle

Upvotes: 0

AsthaUndefined
AsthaUndefined

Reputation: 1109

To start eclipse with -clean in windows.

  1. Quit Eclipse if it is running.
  2. Go to the Eclipse installation directory
  3. Open the file eclipse.ini in a text editor. Search for the line -vmargs
  4. After the line -vmargs,
  5. put -clean

Start eclipse and check if that solves the problem

Upvotes: 1

Related Questions