Questions tagged [sts]

194 questions
0
votes
0 answers

An internal error occurred during: "Updating Maven Project". Version 8 of project facet java does not exist

While updating my Maven project on Spring STS 4.4.19 I am getting this error: An internal error occurred during: "Updating Maven Project". Version 8 of project facet java does not exist. I am using Java 11. I want to fix this error.
0
votes
1 answer

Eclipse/ SpringSTS Code assist very slow with Spring and Lombok.jar

So, first of all this happenes only with Java project where we use lombok.jar. The project has more than 1900 Java files. Now the problem comes when I hit [CTRL+SPACEBAR] on the keyboard, or when I wait after typing the '.' key on the keyboard, for…
Siva
  • 598
  • 3
  • 11
0
votes
0 answers

Is it possible to verify AWS4-HMAC-SHA256 signature?

I have a unique case. I am building a proxy and would like to verify AWS4 signature. for example: ServiceA is assigned with RoleA and is making request to ProxyService. I would like to verify using the amazon HTTP headers that the request actually…
Shelef
  • 598
  • 2
  • 8
  • 16
0
votes
0 answers

Spring Tool Suite Remote Debug will disable the TCP to the port

I am trying to remote debug java application hosted in Weblogic 12c locally using Spring Tool Suite. But when I tried to debug from STS I am getting Failed to connect to remote VM. Connection refused. Connection refused: connect error message. I…
theCoder379
  • 197
  • 1
  • 3
  • 16
0
votes
0 answers

No way to resolve 'JNI_CreateJavaVM' error

I am getting JNI_CreateJavaVM symbol error in STS 3. My environment is MAC OS M2, Apple Chip, Java-11, STS 3.9.18 version. and what i did Set -vm/Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home/bin/java in Info.plist of STS3 file export…
Nirsa
  • 1
0
votes
1 answer

How does EC2 instance metadata populate the security credentials? Does it uses the regional STS endpoint or the global one?

Going through AWS documentation (not sure how to test it) I'm not 100% clear how the interaction between EC2 and STS works in relation to security credentials being stored in the Instance Metadata. The specific question is whether the regional STS…
0
votes
0 answers

Spring Boot Language Server keeps loading that slows down everything, I am using STS version 4.19

Spring Boot language server keeps on loading rewrite recipes and don't know how to stop it, it slows down the sts and pc as well I want to stop this not sure how to do that,since it is the newer verison i.e 4.19 so I am not getting any relavent…
0
votes
0 answers

Eclipse / Spring Tools Suite blank space above split windows

How to make this blank space above my code modules disappear? I have tried everything but nothing seems to remove this blank space above my code. Just wondering if there is a way to fix this. Thanks
0
votes
0 answers

Error while installing Spring Tool 3 plugin in Eclipse : "requires 'java.package; javax.servlet ' but it could not be found" Need help fixing this

I am not able to install STS 3 to eclipse. Using : java-19 version & Eclipse Enterprise Version: 2023-06 (4.28.0) Error Message: Cannot complete the install because one or more required items could not be found. Software being installed: Spring…
0
votes
0 answers

Maven Dependency Error NoClassDefFoundError: org/json/JSONArray even after the json is present in pom.xml

Hello I am getting error in Production while deploying my jar file , for the JSONArray class not found in the Jar which I have provided in the production. The error is coming from my STS Eclipse project from the below code Initializing the JSONArray…
Satyajit
  • 1
  • 1
0
votes
1 answer

Sts 3.1.0 is giving error with jdk 1.8 version

I have selected java 8 with STS ide 3.1.0 But after creating the project it automatically selected java 17 . So by using pom.xml and build path i changed to jdk 1.8 . but now is giving this error. Exception in thread "main"…
0
votes
1 answer

trust policy when assuming roles

I have a set of roles in the format hi-role1- & hi-role2- that need to assume h1-role3. All these roles are deployed through terraform & spinnaker and random characters are assigned at the end for role1 & role2. I am not able to come up with a trust…
0
votes
0 answers

Java Build Path Entries not found in Deployment Assembly

I'm upgrading from STS 3.9.11 to STS 4.18.1. When I try to run my web project on a STS Tomcat Server (8.5) and receive the infamous java.lang.ClassNotFoundException: org.springframework.security.web.session.HttpSessionEventPublisher that I received…
Rocken
  • 11
  • 4
0
votes
1 answer

Having troubles with my swagger placeholder description

I have a problem with the description of the placeholders, the parameters appear duplicate and separate as you can see in this image: This is my controller: And this controllers is linked to a service class. I want to have the placeholder with the…
0
votes
0 answers

SpringBoot: BeanDefinitionStoreException: Failed to parse configuration class

I have developed a spring boot applicatoin using sts. I had been using sts inbuilt maven plugin to run the build and have been running it via sts. And it runs fine when I'm running it via sts. (Run As spring boot application option) But when I move…