Re: Axis Fault, Xerces sees the webapp as stopped although it is running

2025-04-25 Thread Simon Arame
Mark, Piotr, thanks a lot for your answers. I tested both fixes proposed by Piotr: 1) adding to catalina.properties works. 2) adding to JreMemoryLeakPreventionListener.classesToInitialize did not work. Simon On Fri, Apr 25, 2025 at 10:12 AM Piotr P. Karwasz wrote: > Hi, > > On 25.04.2025 15:

Re: Axis Fault, Xerces sees the webapp as stopped although it is running

2025-04-24 Thread Simon Arame
dd a Class.forName(javax.xml.bind.DatatypeConverter) in my JSP or perhaps try to explicitly load that class differently? At this point, I do not know what to do next! Simon On Thu, Apr 24, 2025 at 5:40 AM Mark Thomas wrote: > On 23/04/2025 16:10, Simon Arame wrote: > > > > > Wha

Re: Axis Fault, Xerces sees the webapp as stopped although it is running

2025-04-23 Thread Simon Arame
t; On 22/04/2025 16:44, Simon Arame wrote: > > > > > What is strange is that although it says "this web application instance > has > > been stopped already", the web application is still running, end users > are > > still receiving 200 OKs from the web appli

Axis Fault, Xerces sees the webapp as stopped although it is running

2025-04-22 Thread Simon Arame
Hi, I'm running tomcat 9.0.98 with jvm 1.8.0_432 on a Rocky LInux. I've encountered this problem with Axis Soap library: the server throws an exception, in the application log, a simple AxisFault: ( hostname and class name changed for privacy reasons ) > ERROR - axisfaultexception > AxisFault >

Re: Documentation doubt

2024-11-16 Thread Simon Arame
Thanks a lot, those answer cleared the doubt I had. Now I understand. Le sam. 16 nov. 2024, 10 h 11, Christopher Schultz < ch...@christopherschultz.net> a écrit : > Simon, > > On 11/14/24 3:08 PM, Simon Arame wrote: > > Hi, simple question to confirm a doubt about > >

Documentation doubt

2024-11-14 Thread Simon Arame
Hi, simple question to confirm a doubt about https://tomcat.apache.org/tomcat-9.0-doc/config/context.html#Naming the first paragraph states > When autoDeploy or deployOnStartup operations are performed by a Host, the name and context path of the web application are derived from the name(s) of th

Intermittent Missing Content-Type

2024-07-18 Thread Simon Arame
tion call result we are either sending a redirect or calling FilterChain.doFilter Please note that we tried the following without success: - declaring a default-content-type inside a jsp-property-group as prescribed by the JavaServer Pages™ Specification v2.3 #JSP.3.3.9 Thank you, Sim

NoClassDefFoundError for SSL operations

2024-02-22 Thread Simon Arame
We have Tomcat 9.0.81 running under OpenJDK 1.8.0_402-b06 Since the latest OpenJDK upgrade we get some errors when trying to perform SSL Operations like obtaining the bytes of an HTTPS url or sending an email through SMTP with TLS on. Note that with the same jdk, those operations succeed when run