tomcat Questions

1

I'm looking to catch IOExceptions caused by a broken pipe before the async threads dispatch the result to Tomcat. Essentially the client disconnects and the error bubbles up to Tomcat before I can ...
Sandry asked 10/3, 2023 at 20:30

5

I use Spring-Boot and want to connect it to Hive by spring-data-hadoop 2.3.0.M1-hdp23. The problem is that my application doesn't start if I add hive-jdbc to my pom.xml. The errorlog (partly) is: ...
Forehand asked 11/8, 2015 at 13:18

2

I run a sample Spring Security (hello world) web application in Apache Tomcat 8. What I'm trying to see is the user information in Tomcat Access Logs, but it looks that this information is no...
Urbannal asked 6/11, 2019 at 7:52

3

Solved

Looking at https://tomcat.apache.org/tomcat-9.0-doc/config/http.html I see that 8KB is the default limit of Header Size in Tomcat Apache. The log shows the following when I make a request with hea...
Overblouse asked 30/12, 2019 at 14:49

7

Solved

i'm working on spring boot project and all works fine , now i want to build and run the app. in the application.properties file i set the property server.port = 8090 after building the project usin...
Afghanistan asked 26/6, 2017 at 11:29

4

I woke up for work and started receiving this error, but I can't find this specific error anywhere. I tried using netstat -ano to find any instances running on the aformentioned port, and also the...
Chambermaid asked 21/4, 2020 at 13:19

15

Solved

I am running spring-boot on an embedded tomcat server through maven with mvn clean install spring-boot:run. But every time I run it I get this error: Caused by: java.lang.IllegalArgumentException:...
Staples asked 8/1, 2018 at 21:22

8

I'm developing a servlet that receives a multipart request with content of multiple files, and I'm using apache commons file upload libraries. When I call parseRequest(request); method servlet thr...
Yorgen asked 23/5, 2010 at 16:16

6

I am getting following stacktrace error while running web application on tomcat, unable to find root cause of this exception. Eclipse 32 bit Luna Release (4.4.0) Tomcat 32 bit 8.0.30 jdk1.8.0_66 ...
Errant asked 1/1, 2016 at 4:40

4

Solved

I have a Java JSF2 web based application deployed on a Tomcat server, and since we moved to Java 8 / Tomcat 8 this error appears a lot in the tomcat output: déc. 05, 2016 10:51:07 AM com.sun.face...
Gagne asked 5/12, 2016 at 10:2

4

I have developed a Java web application using Tomcat 7 and Oracle JDK 1.7 with NeatBeans 7.3. My application runs on my local pc without any errors. But after i hosted my application, I can't acce...
Beatnik asked 4/10, 2013 at 4:49

1

Solved

(See important edit notes near the end.) We have been researching about CAC/PIV cards for our web application for a few days now, and have found some great information, but we are still lacking som...
Operation asked 25/4 at 23:23

1

Using Spring boot 3.0.10 application with third party libraries like opwnws, opensaml which use javax packages. These libraries haven't releases their jakarta versions so runtime transformation fro...
Elfland asked 29/5 at 13:55

1

Solved

I am working on a java web app, that I will deploy on a tomcat 10 server, which requests a (smart card) certificate from a user to authenticate them (after having entered their regular user credent...

5

Solved

On my openSUSE Leap 42.3 server during Spring Boot 2.0.0.M6 application startup on Embedded Tomcat server I'm seeing the following error in the logs: ERROR 30471 --- [main] o.a.catalina.core.AprLi...
Demerit asked 4/2, 2018 at 18:41

5

Solved

Below is a stacktrace I get when my rest service tries to fetch a large data set (database and tomcat are on my local machine, so everything is local). It works on smaller ones, but in some cases u...
Chair asked 15/9, 2014 at 15:58

5

I'm trying to work in Eclipse as much as possible without a mouse. I cannot find a key binding for starting and stopping servers quickly in Eclipse WTP (Web Tools Platform). One way to start a ser...
Antipathetic asked 17/12, 2009 at 13:51

9

Solved

I'm working on a webapp in Spring using Spring Tool Suite. If I build and deploy the application there using the IDE onto the provided Pivotal tc Server, it works just fine. However, if I do a manu...
Davis asked 23/8, 2017 at 13:42

3

Solved

I have an application which is not starting up after I added/upgraded some dependencies. It logs an error saying SEVERE: One or more listeners failed to start. Full details will be found in the ap...
Katinakatine asked 6/2, 2018 at 9:40

8

Solved

Every once in a while our catalina.out file gets very very large (yes, I will be implementing slf4j and logback in my applications to prevent this in the future). But for now, when I go to cycle th...
Agrology asked 8/5, 2016 at 0:0

11

Solved

I have this big issue. My current session is gone every time I made a new request to Server. I have checked in a lot of places. I can't find what's the problem. I also have included session-config...
Zeller asked 26/1, 2010 at 8:39

6

I'm trying to configure Oracle Apex 5 and ORDS to work with Tomcat. I managed to complete all steps as per the Oracle docs instruction, however when I try to access ORDS using http://localhost:8080...
Garretson asked 24/5, 2016 at 6:34

3

I use windows 10 so I try to kill the port this command netstat -ano | findstr :8006 taskkill /PID 3984 /F but I didn't kill the process. But it comes ERROR: The process with PID 3984 could ...
Pardo asked 4/10, 2018 at 8:2

17

Solved

My Eclipse project is suddenly no longer deploying properly. I can't trace it to any particular change I've made to the environment. I have tested with multiple source-controlled projects and they...

2

Solved

I am using Eclipse 2022-06 and Tomcat 10.0.10. Often, when shutting down Tomcat running inside Eclipse, I get WARNUNG: Failed to clear soft references from ObjectStreamClass$Caches for web applicat...
Attendance asked 23/8, 2022 at 11:19

© 2022 - 2024 — McMap. All rights reserved.