113 questions
0
votes
1
answer
32
views
Installing Spring Tools 4 into an existing Eclipse Instance in 2024
I am trying to install Spring Tools 4 into an existing Eclipse Install (2024-12). I can not use the packaged Spring Tools 4 for Eclipse that is available for download from here due to organizational ...
0
votes
2
answers
45
views
Create spring project doesn't show java 8 like java type
I try to create a new Spring starter project( I use only jdk 8) and when I must select java type version java 8 doesn't appear in the list:
I use Sping tool suite 4.16.1 and I modify the jdk in path:
...
0
votes
1
answer
22
views
STS 4.24.0: JMX actuator beans show in jconsole but not in STS
With 4.24.0: I can't access the actuator jmx beans within STS where the error message is " application must be running with JMX and actuator endpoint enabled"
by JMX(jconsole): I can scrape ...
0
votes
1
answer
99
views
Windows->Preferences-> Validation missing in Spring Tool Suite 4
Screenshot
Can you help me how to show the Validation under Windows->Preferences in Spring Tool Suite 4? I tried copy org.eclipse.wst.validation_1.3.0.v202308161955.jar and org.eclipse.wst....
0
votes
1
answer
116
views
SQL Validation Errors in Spring Tools 4.23.0
I've upgraded to Spring Tools for Eclipse 4.23.0 today and I have a quite annoying problem:
In my Spring Data Repository's SQL/HQL Queries I get errors for every named parameter (:parameterName Syntax)...
0
votes
1
answer
241
views
STS 4.22.1 - EclEmma Code Coverage not showing
JaCoCo / EclEmma is not showing when I click on a project.
Previous STS4 version:
Version: 4.21.1.RELEASE
My current STS4 version:
Version: 4.22.1.RELEASE
Build Id: 202405011620
Revision: ...
0
votes
0
answers
39
views
STS 4.22.1 - Maven Remote Catalogue is not working
STS 4.22.1 release remote catalogue configuration gives "Archetype Catalog is empty" error, but the same catalog url is working in STS 4.8.1 release. Is there any open issue with latest sts ...
0
votes
1
answer
270
views
SpringToolSuite4 Crashing every now and then on ubuntu 22.04
For past 2 days, I am trying to create very simple spring boot programs. And when I copy some code from other tutorials and put it in the editor and then click on save button then it crashes. I am not ...
0
votes
1
answer
35
views
Build failed with spring tool suite 4.16.1
I am new to Spring Tool Suite and I am trying to build version 4.16.1 of sts4 on LoongArch[1], but I encountered an error. I am using the build command local-build.sh. Is there any problem with what I ...
0
votes
0
answers
22
views
How to enable again the download approach about "Attach Source"?
For a Spring project, developed through Spring Tool Suite 4 (based on Eclipse), for any Java file and for any part of its code, such as:
@Configuration
public class AppConfig {
...
}
When the ...
0
votes
2
answers
2k
views
Download STS old version
I need to download an old STS version.
Specifically I need to download STS 3.9.2.
I had this url saved where I could found all versions:
https://dist.springsource.com/
I tried it today but it doesn't ...
-1
votes
1
answer
842
views
Does STS support java 8?
I wonder if STS support Java 8 project. Because when I download the demo project, it says Java 17 and 21.
I am trying to use JDK 8 but getting compiling errors. It says fatal error compiling invalid ...
0
votes
1
answer
269
views
Error on initializing Spring boot project with Gradle: java.lang.NoClassDefFoundError: groovy/lang/GroovyObject
Environment:
STS 4.8.1
JDK 17
Gradle 8.5
Windows 10
I am facing following error message when I try to create a Spring Boot project in the Eclipse(+Spring Tools) IDE with Gradle as the build system:
...
0
votes
1
answer
311
views
What are the correct update sites for Spring Tools Suite 4.18.1 Release?
It seems I'm not the only one experiencing STS update problems:
Spring Tool Suite 4
Version: 4.18.1.RELEASE
Build Id: 202305021758
Updates are impossible given the original update sites:
Item
...
2
votes
1
answer
3k
views
Eclipse with Spring Tools 4 gives a warning on public @Bean methods
I have just upgraded Eclipse to version 2023-09 and installed Spring Tools 4 from the marketplace. Now, in projects using Spring Boot 2.7.18, I get a lot of warnings because I have the public ...
16
votes
8
answers
22k
views
NoSuchMethodError: 'java.util.Set org.junit.platform.engine.TestDescriptor.getAncestors()
I get this error while running a JUnit test in Spring Tool Suite (4.20.0).
Test runs fine, but this error is thrown at the end -
java.lang.NoSuchMethodError: 'java.util.Set org.junit.platform.engine....
0
votes
1
answer
31
views
Is there any way to attach Appscan source plugin in STS 4?
Is there any way to attach Appscan source plugin in STS 4?
Is it possible to integrate the AppScan Source plugin into STS 4? I've checked the STS marketplace, but it doesn't seem to be available. Is ...
0
votes
1
answer
329
views
My Eclipse with Spring Boot has been running "Spring Boot Validations Builder" on one project for hours now
I'm using Eclipse 2023-06 on Windows 11.
I have the Spring Boot plugin set installed, with v4.19.1, the latest available at this time.
In the last few days, I've been severely hampered with either the ...
0
votes
0
answers
78
views
Any way to build a Maven-built SpringBoot jar where two artifacts are in a specific order in the classpath.idx file?
I maintain a large number of SpringBoot services, built with Maven. There are two transient artifacts where one of them breaks some common rules about jar contents, as it has some fully-qualified ...
1
vote
1
answer
2k
views
How to Stop "Spring Boot Language Server"?
For STS 4
Spring Tool Suite 4
Version: 4.19.1.RELEASE
Build Id: 202308011926
Revision: 0b848aa029fb3bb6bbcbc20e22469ed4dc0241f0
In the IDE itself Spring Boot Language Server is always running or ...
0
votes
1
answer
824
views
Spring tool suite 4.17.2 has "CHKJ3000E: WAR Validation Failed" error for web.xml file
I upgraded to STS 4.17.2 and for my WAR project the "Validation" selection from Window-->Preferences and also from the right click project context menu is no longer available. How can ...
1
vote
0
answers
3k
views
while installing spring tools for eclipse error occuured
I try to install Spring Tools from Eclipse marketplace.It is giving an error message at the end
There are no licenses to review. Either the software does not specify a license, or the license has ...
0
votes
0
answers
82
views
Spring Tools 4, Java 11, Tomcat 9, Spring 5 app - runs in regular mode but hangs indefinitely when trying to debug
No breakpoint sets, fresh install (yesterday) of Spring Tools 4, using MS Open JDK 11, Tomcat 9 and Spring 5. My webapp starts up fine on Tomcat if I run it regular but when I try to run in debug mode ...
2
votes
1
answer
344
views
STS/Eclipse does not render the javadoc preview at Javadoc view
Having in 2 Laptops Linux Ubuntu Desktop 22.04 the following:
Spring Tool Suite 4
Version: 4.17.2.RELEASE
Build Id: 202301310704
Revision: 4c43862ec9482cb5c289960e5514998e59d2f1fe
Eclipse Platform
...
1
vote
2
answers
6k
views
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&...
0
votes
1
answer
691
views
I can't install lombok in Spring Tool Suite 4 ide on Ubuntu
I'm trying to install lombok in the Spring Tool Suite 4 ide which is in the /opt folder on Ubuntu. The command: java -jar lombok.jar does not work because the opt folder requires privileges.
I tried ...
0
votes
1
answer
357
views
Spring Tools Suite4
Iam unable to install a software[ Web, XML, Java EE and OSGi Enterprise Development] in Spring Tools Suite4. Any help is appreciated.enter image description here
I clicked on help->Install New ...
0
votes
0
answers
181
views
Spring Tool Suite 4 auto closes on certain key press
I am on Mac OS Ventura and using STS installed from binary spring-tool-suite-4-4.16.1.RELEASE-e4.25.0-macosx.cocoa.x86_64.dmg. I see an issue when editing the pom.xml file. Whenever I try to comment ...
0
votes
1
answer
613
views
Missing Option to Create Spring Starter Project in Spring Tools 4
All,
I'm sure this used to work but anyway despite repeated re-downloads and unpacking etc. I'm seeing the following behavior in Spring Tools 4:
Unable to create a Spring Starter Project - The option ...
1
vote
1
answer
1k
views
How do I resolve an expired x509 certificate issue while installing STS4 from Eclipse Marketplace?
I've just downloaded a fresh copy of Eclipse Version: 2022-09 (4.25.0) Build id: 20220908-1902 and fired up the Marketplace client to install Spring Tools 4 (4.16.0.RELEASE).
Edit: I should add that I ...
0
votes
1
answer
514
views
Tomcat Jasper Dependen
I am trying to find out the Tomcat version for the sts 4 but could not find as there are no maven dependency folder unlike the previous versions of the spring boot. so can anyone please tell me the ...
0
votes
1
answer
693
views
Eclipse. Installing STS4 causes Eclipse update error on Wild Web Developer XML Tools
I did a clean install of Eclipse. After installing the Spring Tools Suite 4 I get an error when checking for Eclipse updates. Any suggestions?
Deleted ~/{.eclipse,.p2,.sts4,eclipse,eclipse-workspace}
...
0
votes
1
answer
622
views
VSCode unable to use "Spring Boot: Manage Live Spring Boot Process Connections"
I started debugging my Spring Boot 2.7.3 app in my VSCode and try to use "Spring Boot: Manage Live Spring Boot Process Connections" feature.
I believe I choose the right Process ID:
The ...
22
votes
2
answers
21k
views
Spring plugin in Eclipse cannot open pom.xml
I've installed the most popular plugin in Eclipse (Spring Tools 4.14.1) and i tried to create a new project and open the pom.xml and then it shows error and comes like
Failed to create the part's ...
0
votes
1
answer
581
views
Adding jsp to spring boot project
I am starting a new project and I am trying to configure spring boot as a web project to use jsp's. I am using Spring Tools Suite 4.
I have added the spring web option while setting up.
I have added ...
0
votes
1
answer
126
views
Did Spring4Shell exploit vulnerability affect the "Spring Tools 4 for Eclipse"?
I cannot find whether Spring4Shell exploit vulnerability affects the "Spring Tools 4 for Eclipse 4.14.0". Would you mind advising whether it affected or not?
0
votes
1
answer
323
views
Problem installing Spring Boot or running any .jar file
I'm trying to install Spring Boot STS but unfortunately I always get the same error (sorry for the blacked up part in path in pictures, my name is shown)
Error I get when I try to run Spring Boot ...
0
votes
1
answer
1k
views
Autocomplete in Spring tool suite 4 is not working
I am using STS4 and I am new to it. I did all possible ways to make work auto-complete but it's not working.
Below are the preferences setting screenshots
Instead of getting autocomplete suggestions, ...
0
votes
0
answers
178
views
Spring Tool Suite @Value completion not work
According to the Smart code editing feature in https://spring.io/tools, @Value("${serv}") should trigger the properties completion popup.
But when I use a fresh STS (spring-tool-suite-4-4....
0
votes
1
answer
963
views
Cannot satisfy dependency in STS4 org.springframework.boot.ide.branding.sts4 4.12.0
It is not possible to install org.springframework.boot.ide.branding.sts4 4.12.0 in eclipse 2021-09.
The only message in the logs is "no remedy found".
Cannot complete the install because of ...
0
votes
0
answers
104
views
Could not able to checkout code from github in spring tools suite 4.11.1
I tried to checkout code from github through spring tool suite, it does not connect to github. Keep asking user name and password.
0
votes
0
answers
460
views
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) https://download.springsource.com/release/STS4/4.11.0....
0
votes
1
answer
4k
views
Spring Tools Suite 4 for aarch64 macOS 11 M1, where?
According the blog post "Spring Tools 4.11.0 released" by @Martin Lippert on June 21st there are
"early-access builds for Apple Silicon platform (ARM M1) available"
for this 4.11 ...
0
votes
0
answers
171
views
How to start "Spring Tool Suite 4" IDE from macOS terminal
Is there any command to launch a program using Spring Tool Suite 4 IDE without leaving the terminal (macOS)? For example, "code" for VS Code. You can type " code name_of_file "on ...
0
votes
1
answer
411
views
In STS Boot dashboard arrange projects
In STS, boot dashboard, i have list of projects is there a way to arrange it in some order, for me configs-server, zuul, registry, oauth project needs to be started first and then rest of the projects ...
0
votes
1
answer
223
views
Spring Tools broke Maven in Eclipse
I have Eclipse 2019-12 (4.14.0) and installed STS 3.9.13.RELEASE from the marketplace. Since then I've not been able to import Maven projects (This is an issue.) Additinoally I don't have the ability ...
0
votes
1
answer
65
views
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 ...
0
votes
1
answer
47
views
SpringToolsSuite says Column 'Nombre' cannot be null
I'm using retrofit with gson in android, i'm following a tutorial so the guy on the tutorial make it work but i can't
it looks like my json data is lost when i call the retrofit method here are my ...
0
votes
1
answer
4k
views
Issue setting Java Compliance level to newest JDK (16)
I successfully installed and verified JDK 16 yesterday, but was unable to set Compiler Compliance Level to 16 (from Preferences/Java/Compiler). 15 is as high as it goes. I did install new updates ...
0
votes
0
answers
374
views
Error while connecting mongodb with springboot restful webservice
while connecting to mongodb database through springboot i'm getting following exception:
com.mongodb.mongoexception:java.lang.NoClassDefFoundError:jdk/net/ExtendedSocketOptions
which is caused by : ...