[GitHub] [tomcat] redgeek01 closed pull request #168: Create php3.php

2019-06-13 Thread GitBox
redgeek01 closed pull request #168: Create php3.php URL: https://github.com/apache/tomcat/pull/168 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [tomcat] redgeek01 opened a new pull request #168: Create php3.php

2019-06-13 Thread GitBox
redgeek01 opened a new pull request #168: Create php3.php URL: https://github.com/apache/tomcat/pull/168 Create php3.php This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: CDI support improvements

2019-06-13 Thread Romain Manni-Bucau
can you drop johnzon-jsonb (+-core + -mapper + jsonp and jsonb specs jars) too? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

[Bug 63500] New: Core dump using APR tomcat native with certificateRevocationListFile

2019-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63500 Bug ID: 63500 Summary: Core dump using APR tomcat native with certificateRevocationListFile Product: Tomcat 9 Version: 9.0.21 Hardware: PC OS: Linux

Re: CDI support improvements

2019-06-13 Thread Rémy Maucherat
On Wed, Jun 12, 2019 at 8:32 AM Romain Manni-Bucau wrote: > Joke apart, and assuming you grabbed the spec yourself (geronimo, javax or > jakarta jars) you just need: > > org.apache.cxf:cxf-core:3.3.2 > org.apache.cxf:cxf-rt-security:3.3.2 > org.apache.cxf:cxf-rt-transports-http:3.3.2 >

[jira] [Created] (MTOMCAT-317) `additionalClasspathDirs` has null value even when initialized with "mvn tomcat7:run"

2019-06-13 Thread Abel Salgado Romero (JIRA)
Abel Salgado Romero created MTOMCAT-317: --- Summary: `additionalClasspathDirs` has null value even when initialized with "mvn tomcat7:run" Key: MTOMCAT-317 URL:

Re: CDI support improvements

2019-06-13 Thread Rémy Maucherat
On Thu, Jun 13, 2019 at 6:52 PM Romain Manni-Bucau wrote: > > https://github.com/apache/cxf/blob/master/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java#L1412 > is likely the one but looks like johnzon was not scanned nor registered > programmatically > > Maybe code

Re: CDI support improvements

2019-06-13 Thread Romain Manni-Bucau
https://github.com/apache/cxf/blob/master/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java#L1412 is likely the one but looks like johnzon was not scanned nor registered programmatically Maybe code this bean: @Produces("application/json") // jaxrs import @Provider

[Bug 63500] Core dump using APR tomcat native with certificateRevocationListFile

2019-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63500 --- Comment #1 from Christopher Schultz --- Looks like this fails on startup. Can you enable core dumps, re-try, and get a native stack trace of the error? -- You are receiving this mail because: You are the assignee for the bug.

Re: CDI support improvements

2019-06-13 Thread Rémy Maucherat
On Thu, Jun 13, 2019 at 5:31 PM Romain Manni-Bucau wrote: > can you drop johnzon-jsonb (+-core + -mapper + jsonp and jsonb specs jars) > too? > Ok, thanks. Still not working though, and this part of the code doesn't have debug logs of any kind, so I'll now have to trace the whole thing. It

[Bug 63500] Core dump using APR tomcat native with certificateRevocationListFile

2019-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63500 --- Comment #4 from Bruno --- It does fail right at the beginning. Attached the traces. -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 63500] Core dump using APR tomcat native with certificateRevocationListFile

2019-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63500 --- Comment #3 from Bruno --- Created attachment 36624 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36624=edit Native stack trace from core dump of same process gdb java core where bt full -- You are receiving this mail because:

[Bug 63500] Core dump using APR tomcat native with certificateRevocationListFile

2019-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63500 --- Comment #2 from Bruno --- Created attachment 36623 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36623=edit Error report generated by the JVM -- You are receiving this mail because: You are the assignee for the bug.

[Bug 63500] Core dump using APR tomcat native with certificateRevocationListFile

2019-06-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63500 --- Comment #5 from Bruno --- Created attachment 36625 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36625=edit Native stack trace from core dump of same process with debuginfo Installed the debug info and retrieved new native trace.