Questions tagged [sts]

194 questions
8
votes
2 answers

How can I drop a assumed role?

I have account A from which I assumed the role for account B. Now since my work is done I want to assume a role for account C. But since only Account A can assume a role for account C and B can't, I am unable to do so. Any way I can…
ANKIT SHARMA
  • 83
  • 1
  • 4
7
votes
2 answers

The application "STS" can't be opened

The first installation of STS on my Mac works fine, and this error pops up after restarting the computer. The problem with stS4-4.13.1 installed is still the same. Attempting to specify the jdk version in the ~/Application/STS/Info.list file also…
Edgar
  • 73
  • 1
  • 4
6
votes
2 answers

Mac os Lombok installation in STS

steps to install lombok in STS on mac os. I can't find any IDEs on your computer
Guru Cse
  • 2,805
  • 2
  • 18
  • 15
4
votes
1 answer

Unable to create Spingboot project in Spring tool suite software

I am working on STS and while creating a new spring-boot project, it shows following errors: I tried two options but it didn't work. Option-1: Service URL:https://start.spring.io Error Message: SunCertPathBuilderException: unable to find valid…
venkat
  • 465
  • 3
  • 9
4
votes
1 answer

An internal error occurred during: "Repository registry initialization". java.lang.ArrayIndexOutOfBoundsException

please help me with this: Whenever I open my STS, a pop up came as an internal error that occurred during: "Repository registry initialization". java.lang.ArrayIndexOutOfBoundsException message. I don't know how to resolve this.
4
votes
2 answers

An error occurred (InvalidIdentityToken) when calling the AssumeRoleWithWebIdentity operation: Provided Token is not a Login With Amazon token

I do POST request to sts AssumeRoleWithWebIdentity to get the access_key, secret_key and token of OIDC(OpenID Connect) using curl command for china region which returns the below error. An error occurred (InvalidIdentityToken) when calling the…
7hills
  • 131
  • 2
  • 4
4
votes
2 answers

How to see the classes generated by lombok in maven spring boot application

I am trying to use lombok in my application which is based on spring boot and maven configuration. I have added the dependency: org.projectlombok lombok
happytohelp
  • 305
  • 3
  • 14
3
votes
1 answer

In AWS, why am I giving up existing permissions when assuming a role

When you assume a role (user, application or service), you give up your original permissions and take the permissions assigned to the role. Why can't new permissions from the assumed role be added to the existing ones? Is this to avoid potential…
woj.sierak
  • 513
  • 6
  • 17
3
votes
1 answer

org.openqa.selenium.SessionNotCreatedException:Could not start a new session.Response code 500.Message:unknown error: Failed to create Chrome process

Starting ChromeDriver 95.0.4638.69 (6a1600ed572fedecd573b6c2b90a22fe6392a410-refs/branch-heads/4638@{#984}) on port 60167 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on…
Aneesh
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

Error when opening .aj file in STS 4 (Eclipse 4.21.0)

UPDATE 11/15/2021 Also looks like this may have already been reported, and the fix simply not released yet. https://bugs.eclipse.org/bugs/show_bug.cgi?id=575897 A workaround would still be appreciated if anyone has one. I can edit the files in a…
DavidA
  • 3,984
  • 5
  • 25
  • 38
2
votes
0 answers

Does the order of dependencies matter in Spring boot?

Just started on spring boot and found out when using both thymeleaf and mongoDB, the order of the dependencies in pom file matters. It works only if thymeleaf dependency is at the top of the Mongo dependency? Any Explanation why?
2
votes
1 answer

java.util.concurrent.ExecutionException: org.eclipse.lsp4j.jsonrpc.JsonRpcException: java.io.IOException: The pipe is being closed

Getting following exception in my Eclipse '.metadata.log' file that is resulting into almost 80% of CPU usage. Anybody knows what this means? Or how it needs to be fixed? This started after STS plugin was installed on…
Siva
  • 598
  • 3
  • 11
2
votes
0 answers

In Spring Tool Suite - The web application [ROOT] appears to have started a thread named [HikariPool-1 housekeeper] but has failed to stop it

I created a small application in Spring Tool suite 4. I checked my code hundreds of times but didn't find any error. When application is executed it says: "The web application [ROOT] appears to have started a thread named [HikariPool-1 housekeeper]…
2
votes
6 answers

STS Stuck at "IMPORT GETTING STARTED CONTENT" at 79%

Click Here For The Image Whenever I create a new Project in the Spring tool suite, the import thing is getting stuck at 79% and not even proceeding, though waiting for hours. At least if I try to cancel the operation as you can see in the Image…
Rahul
  • 31
  • 1
  • 3
2
votes
0 answers

CheckMarx --> CxViewer -->scan issue

I have a checkmarx issue when integrating it to SpringToolSuites, could you help me fix the issue please?, I am thinking that the origin of the issue is when I tried to authenticate to CheckMarx from STS Could you please give me some help? so when I…
1
2 3
12 13