Questions tagged [springboot]
59 questions
1
vote
0 answers
Why does Spring-boot no longer load PKCS11-NSS certificates after update to 3.1.0?
After updating from spring-boot version 3.0.8 to 3.1.0 or 3.1.1 the application no longer loads the SSL certificates from the store.
Configuration:
FIPS compliant config as described…

Jeremy McDaniel
- 11
- 2
1
vote
1 answer
How HTTP 1.1 and HTTP 2.0 works in Spring Boot?
What are the differences in flow changes for HTTP 1.1 and HTTP 2.0 for Spring Boot applications ?

Souptik Sarkar
- 13
- 3
1
vote
0 answers
Configuring different apps in Nginx using same domain
I have an ecommerce application running 2 applications.
App 1 (example1.com) is written as react.js and built as a normal html site. Nginx is serving this on port 7000.
App 2 (my.example1.com) is a java application and nginx proxies this to tomcat…

Bobj
- 11
- 1
1
vote
0 answers
I am getting "During an aborted deployment, some instances may have deployed the new application version" error while deploying my app
I am getting Action execution failed
Deployment completed, but with errors: During an aborted deployment, some instances may have deployed the new application version. To ensure all instances are running the same version, re-deploy the appropriate…

Amimul Ehsan Rahi
- 111
- 3
1
vote
0 answers
How to diagnose a quietly dying Java server application?
We run a cluster of Java Spring server apps on AWS EC2 instances running Centos 7. We have health monitors on them, and occasionally an alarm will go off and we'll find that the Java process has quietly just disappeared. We can find nothing in any…

CryptoFool
- 121
- 4
1
vote
1 answer
maxConnections or maxThreads on tomcat
Looking for advice - I've read the other two threads about this
in my server.xml file I have two places where maxThreads are defined in two places:

RebRy
- 11
- 1
- 6
1
vote
0 answers
Easy AWS deployment of Spring Boot application with reasonable SSL costs
I am experimenting with deploying a standalone, executable Spring Boot JAR on AWS with SSL support.
I tried using Elastic Beanstalk, which created an EC instance. It uses Route 53 with an Elastic Load Balancer to get SSL. I deployed it on a URL…

Garret Wilson
- 174
- 3
- 15
1
vote
1 answer
Seeing Java Spring Boot logs from AWS Elastic Beanstalk in AWS CloudWatch
I'm reading the documentation but I'm not understanding simple Java application log access via CloudWatch from AWS Elastic Beanstalk.
I have a simple Java Spring Boot Application deployed on Elastic Beanstalk as a JAR file using the Java Corretto 11…

Garret Wilson
- 174
- 3
- 15
1
vote
0 answers
Simple site access analytics with Spring Boot on AWS Elastic Beanstalk
I have successfully set up a Spring Boot application, deployed as an executable JAR, on AWS Elastic Beanstalk. It has a load balancer with a maximum of 2 (for now) EC2 instances and uses HTTPS. It appears Elastic Beanstalk has set up the EC2…

Garret Wilson
- 174
- 3
- 15
1
vote
0 answers
Google App Engine keeps restarting Spring Boot application all the time for no apparent reason
I have a very simple Java 11 Spring Boot application running on Google's App Engine. The problem is that the instance running the app keeps restarting very very often. Sometimes as often as 70 times per day.
When I observe the instance in App…

Robert Gruber
- 11
- 1
0
votes
1 answer
Get system information Response collected by Monit into Springboot/java
I have configured Monit version 5.6 on an Ubuntu 14.04 server. There are few check like filesystem usage, remote host connectivity check and service monitoring. Now, when I check the web gui of monit, I see something like this;
enter image…
0
votes
1 answer
Google App Engine tomcat error with Spring Boot
First of all, I am a real newbie using any cloud services, and this is the first time that I have asked something here, therefore I am apologizing in advance if anything I may say is wrong.
I'm trying to deploy a Spring Boot app using Google Cloud…

Nick Fabrizzi
- 3
- 1
0
votes
1 answer
How to enable SSL for a web application and HTTP API running in AWS?
I've held off on writing this question because I'm not sure if it belongs on ServerFault or StackOverflow.
I have a React web application hosted in an AWS S3 bucket and using CloudFront. I have a REST API written as a Java Spring Boot application…

jafwatt
- 103
- 3
0
votes
1 answer
Running multiple instances of same springboot application
I've a spring-boot application which i want to deploy on OVH public cloud.
I need t achieve the goal of deploying multiple instances of the same application, and each instance has to have its own resources (such as MySQL database).
Each instance has…

Mssm
- 101
- 1
- 2
0
votes
1 answer
Deploy a spring boot application in jboss fuse
I have created a spring boot application consisting of a rest API. I want to deploy it in jboss fuse karaf so that i can call it from a remote angular application. Kindly help me how to configure this activity.