Questions tagged [sts]

194 questions
0
votes
1 answer

sun misc.Base64 encoder cannot be resolved to a type in ecllipse

sun misc.Base64 encoder cannot be resolved to a type in eclipse. I have tried few solutions like changing Windows->Preferences->java->compiler->forbidden rule error To Warning But nothing worked!! Is there any way to fix this?.Instead of…
0
votes
1 answer

Debugging Errors In STS

I'm unable to debug in Spring Tool Suite (STS 3.9.6) due to the below error message. Can someone tell me what the problem is? so that I can resolve it. Error Message: Unable to install breakpoint in [Module name in…
Chay
  • 1
0
votes
1 answer

Lombok doesn't generate getters and setters in STS

I have followed all the steps to install Lombok and I can see Lombok is installed in my IDE (STS) from help -> eclipse marketplace. But in my model class the getters and setters are not generated.
0
votes
2 answers

WIF Based Authentication Does Not Contact STS Issuer

I am attempting to build an asp.net 4.7 (v4.5 WIF) using claims based authentication against our internal STS server. We have older working .Net apps (< 4.5) that can successfully get claims. The issue is that the new app never contacts the STS…
ΩmegaMan
  • 29,542
  • 12
  • 100
  • 122
0
votes
0 answers

SunCertPathBuilderException : unable to find valid certification path to requested target but different issue

I am trying to import a gradle project and when I try to create a Spring starter project in Spring tool suite (STS 4), I see this error. I looked online and have added the certs for both start.spring.io and services.gradle.org but I still see the…
neil
  • 149
  • 1
  • 12
0
votes
0 answers

Error while creating docker image from STS 4

While creating image from STS4 with maven goal spring-boot:build-image -DskipTests ,I am getting error "Execution default-cli of goal org.springframework.boot:spring-boot-maven-plugin:2.4.2:build-image failed: Connection to the Docker daemon at…
0
votes
0 answers

Unable to download STS Windows x64 version

I'm trying to download the STS 4.11.0 at the official Spring website for 2 last days but getting this error: --2021-07-22 17:50:09-- (try:20) …
Aiton DMT
  • 1
  • 1
0
votes
1 answer

can you help me fix my STS? as it is not working

I am new to STS and trying to run my first project in it. But it is not showing me run on server option. I have tried "clean install" but still, it is not working. When I checked targeted runtimes it is not showing any server in it. Kindly help me…
varun
  • 33
  • 1
  • 7
0
votes
0 answers

Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Could not parse as expression

I need to parse value from map into HTML template using Thymeleaf in Spring Boot. This is my controller : public class GraphController { @GetMapping("/displayBarGraph") public String barGraph(Model model) { Map
0
votes
0 answers

How can you give an array a unique ID (to limit access to the array) in Java?

Essentially, is it possible to rename an array after it has been created to associate it with a unique ID (so only users with the ID can access that specific array).. This is for a restaurant owner and refrigerator program. The array is for a…
Tajmal
  • 11
  • 1
0
votes
1 answer

debugging in STS and Eclipse?

Is debugging an application in STS and eclipse similar? If different can U mention those parts. I have tried to learn about debugging in STS but the resources are limited.
Sai Varun
  • 1
  • 1
  • 1
0
votes
1 answer

Spring STS 'Spring boot cli script'/'Spring boot cli service' External tool configuration

Tried to create 'Spring boot cli script' and 'Spring boot cli service' under eclipse external tool configuration. They both ended up with an error (Pic link below). Any suggestions on how this can resolved? External tool configuration image with…
0
votes
0 answers

eclipse sts gradle multimodule project problem

Using Eclipse STS 4.10 / linux . I have a multimodule project like : -rootFolder -web (web app) -dataservice (services, domain logic) -datadef (model,repositories) web has dataservice as a dependency build.gradle shows: dependencies { compile…
fwdMonkee
  • 1
  • 1
0
votes
1 answer

Uncaught ReferenceError: ajaxPost is not defined at HTMLButtonElement.onclick

i am getting this error in my console whick running ajax method this is my ajax class' $(document).ready( function() { $("#dndform").submit(function(event) { event.preventDefault(); …