Questions tagged [sts]

194 questions
2
votes
0 answers

Boot Dashboard not showing port numbers

Im using sts 3.9 & spring boot 2.4. I can successfully get the tomcat server up & running with my eureka server project, however the boot dashboard isn't revealing the port number, instead just saying the application name & "unknown port" when…
across
  • 21
  • 1
2
votes
1 answer

trying to install SPRING SUITE TOOL(STS) but not able to extract the jar file

I am very new to java and spring boot. I just need to understand a code in spring boot and for that I am trying to install STS.I tried downloading STS from the site https://spring.io/tools#suite-three which is for windows 64 bit, However, I am not…
radhika sharma
  • 499
  • 1
  • 9
  • 28
2
votes
0 answers

Failed to collect dependencies at com.marklogic-datahub-jar:4.3.1

Failed to read artifact descriptor for com.marklogic:marklogic-data-hub:jar:4.3.1: Could not transfer artifact com.fasterxml.jackson:jackson-bom:pom:2.9.7 from/to jcenter (http://jcenter.bintray.com) I am trying to build a project on STS and while…
Akash
  • 21
  • 1
2
votes
2 answers

Spring Tool Suite (STS) 4.8.0 RELEASE - Java disappeared after upgrading from 4.7.2

As per project requirements, I have to run STS on JDK 1.8. After upgrading Spring Tool Suite to 4.8.0, all Java perspectives, views and preferences are gone. Is there a way to rollback to 4.7.2? Here is my…
1
vote
0 answers

Error : InvalidClientTokenId and The security token included in the request is invalid in postman (sp-api)

I,m trying to connect postman with amazon seller central to request for the api. i have checked multiple time but the access key and security key is right. but i don't know why this problem is occuring? `
1
vote
0 answers

javaScript Resources are not shown in Project Expolorer in sts

To make my project I first go new select maven project web Archetype and press OK, but every folder I have got the rest of JavaScript Resources. I have added every plugin depency install eclipse JavaScript from Eclipse marketplace
vinay
  • 11
  • 1
1
vote
0 answers

getting error while installing darkest theme in sts

An error occurred while collecting items to be installed session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Result of processing steps. OK OK OK Public key not found for…
1
vote
2 answers

How do I have my sts show settings for spring boot language server?

Here is what my sts 4.18 looks like here is a screen shot from a sts issue. How do I have my sts show those settings?
JJJohn
  • 915
  • 8
  • 26
1
vote
0 answers

Eclipse/STS4: How move a View among other views but with the keyboard?

For Eclipse/STS4 IDE assume exists a window where in some section exists the following views together and sorted as: Console Javadoc Progress Search Terminal Now, if is need to move or change the position of the Search view as the second (after of…
Manuel Jordan
  • 15,253
  • 21
  • 95
  • 158
1
vote
2 answers

compiling with java17 even though compiler compliance pointed to java8 in spring tool suite 4

I have downloaded Spring Tool Suite4 IDE, Java17 Came Along with that IDE. But i want to work on Java8. I installed only java8 in my system and started working on to print just "Hello Spring Boot". When i run the sample project the code is being…
1
vote
1 answer

Slow Eclipse Spring STS plugin

Am new to Spring and installed Eclipse STS plugin and working with services seem to be dead slow with CPU spiking in usage. The laptop just heats up and literally the fan runs like a Jet engine responding directly to the start/ stop of the…
Siva
  • 598
  • 3
  • 11
1
vote
0 answers

Gradle: Build getting failed with exception: org/gradle/ api/internal/ExternalProcessStartedListener

I am new to gradle and not able to debug the following issue whenever I am trying to build any project. I am using the command (gradle clean build) FAILURE: Build failed with an exception. What went…
ram
  • 41
  • 1
  • 8
1
vote
0 answers

Bad Request with STS in minio

I am trying to get a temporary access id and access secret from minio with AssumeRole SDK in java. the problem is I could get the correct access key and access secret from minio response with aws client. but it always fails with the java sdk. here…
Bill Wu
  • 11
  • 2
1
vote
0 answers

Generate long lived access tokens for cognito users

I am trying to generate long lived access tokens to our app for our users in a cognito user pool (similar to the functionality of github/gitlab access tokens). So far i have not found a best practice on how to achieve this. I don't want to just…
Julian Dm
  • 363
  • 2
  • 17
1
vote
1 answer

Error when trying to send email with AMAZON SES using sts

I'm trying to send an email with SES V2 AMAZON , but it fails with the below error I'm interested of using WebIdentityTokenCredentialsProvider(): and this part of the error says: "To use web identity tokens, the 'sts' service module must be on the…
Hard Worker
  • 995
  • 11
  • 33
1
2
3
12 13