Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-2 votes
0 answers
23 views

Frontend does not show working correctly when uploading to a server from visual studio code in Java [closed]

It works locally perfectly, when I upload it to the server it loads fine but it has no functionality, the APIs are in status 200 and I don't get any errors Dockerfile of the frontend FROM maven:3.8.4-...
Juan Muñoz's user avatar
0 votes
0 answers
18 views

Issue with Connecting to ArangoDB in AWS EC2 Setup Using Docker and CloudFormation

I have an AWS setup where I use an Infrastructure as Code (IAC) template (YAML) to deploy a stack using CloudFormation. My deployment creates two AWS EC2 instances: Main-service and Data-service. Both ...
slow_learner's user avatar
1 vote
5 answers
338 views

Issue Adding User in Docker with Eclipse Temurin 17-jre Image

I am facing an issue when adding a user to a Docker container based on the Eclipse Temurin 17-jre image. The command I am using in my Dockerfile is: RUN adduser --disabled-login -u 1000 spring-boot ...
Vivek Buddhadev's user avatar
-1 votes
1 answer
59 views

PostgreSQL database not connecting to spring-boot application

I am currently setting up postgreSQL db for my spring-boot project. However, when I try to launch the tomcat server I get exception saying that the repository beans could not be created due to this: ...
learningProgrammer's user avatar
-4 votes
0 answers
32 views

Docker Client api [closed]

javax.ws.rs.core.Response$Status$Family javax.ws.rs.core.Response$Status$Family.familyOf(int) I am geting above exception while reading log of docker container using below config @Bean public ...
Pintu Kumar's user avatar
-1 votes
0 answers
31 views

Integration Test Using Single Wiremock Server vs Separate TestContainers

I have a Containerized application which uses other containerized apps in environment to consume REST apis.After performing the business logic, it creates file and send it to a remote server using ...
Manish's user avatar
  • 1,429
2 votes
1 answer
75 views

Is JVM isolated from Kernal of Operating System?

I am new in learning docker, I have read some articles about differences between virtual machine and containers and I understand that the VM isolated from kernel of OS, but a question popped in my ...
Exact Perfect's user avatar
0 votes
0 answers
38 views

java.lang.UnsatisfiedLinkError: could not load FFI provider jnr.ffi.provider.jffi.Provider

I am using docker and colima setup to run automation tests locally and encountering this error, that does not seem to start docker. Error message: java.lang.UnsatisfiedLinkError: could not load FFI ...
Syed Hussain's user avatar
0 votes
0 answers
15 views

Epson java adk unable to claim acces to printer inside docker container

this is fragment of my code: try { ptr.open("WIFI"); log.info("printer status open {}", ptr.getState()); } catch (JposException e) { ...
mflorczak's user avatar
  • 323
-1 votes
0 answers
22 views

Unable to access mysql container [duplicate]

I have a java-container and mysql-container when I run docker run -d --network java-network --name java-container -p 8080:8080 java-image I see the error Access denied for user 'root'@'172.18.0.3' ...
ram's user avatar
  • 275
-1 votes
0 answers
61 views

Docker image has java error on one machine but not another

I have a docker image (java tomcat app) that I built and pushed to a private registry. When pulling it onto a remote server and running it I keep getting error 500 and: jakarta.servlet....
Dr. Bright's user avatar
0 votes
0 answers
53 views

invalid_token_response -An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: PKIX path building failed

I am trying to run spring-security-azuread from spring tutorials, i am able to run this in windows system as its spring boot application, but when i am trying to run in docker container from redhat ...
Nishu's user avatar
  • 105
-1 votes
1 answer
51 views

When i run my app in a docker container file pathes get messed up

public File convert(MultipartFile multipartFile) { byte[] bytes; try { bytes = multipartFile.getBytes(); try (FileOutputStream fos = new FileOutputStream("...
Onurjan's user avatar
0 votes
1 answer
39 views

AWS ECS SpringBoot API with RDS PostgreSQL - all tables dissapear 3-4 minutes AFTER a succesful start up

MY ECS task connects over RDS's DB endpoint. I even ran my container locally to the RDS PostgreSQL DB and it worked without a problem. As you can see all the tables are properly created an populated ...
Alfredo Dominguez's user avatar
-1 votes
1 answer
38 views

Cannot run program "docker-credential-desktop": error=2, No such file or directory

I am using MAC OS. I am getting following error, while running mvn clean package docker:build Error getting the credentials for localhost:8082 from the configured credential helper[m: Failed to start '...
xenthik's user avatar

15 30 50 per page
1
2 3 4 5
326