https://bz.apache.org/bugzilla/show_bug.cgi?id=58151
--- Comment #18 from gregh ---
Mark,
I do not think I will be able to debug the run() {..} Trying to check whether
the odd/bad state when I really have no idea what it is supposed to do.
if (((desc[n*2] & Poll.APR_POLLHUP) == Poll.APR_POLLH
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151
--- Comment #19 from gregh ---
if you check the private void add{..}
what did the ok do?
boolean ok = false;
synchronized (this) {
// Add socket to the list. Newly added sockets will wait
// at most for pollTime before being polled. D
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151
--- Comment #20 from Mark Thomas ---
Don't worry too much about why the loop is happening. Once we know the route
execution is taking we'll probably be able to figure out the why. As a starting
point, would it be possible for you to find out th
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151
--- Comment #21 from Milo ---
Mark, is it helpfull if I try to setup desktop sharing while the bug is
happening? Then you could debug whatever you like :)
But I'll also add the stacktraces as soon as I'm able to grap them.
--
You are receivi
https://bz.apache.org/bugzilla/show_bug.cgi?id=58157
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Mark Thomas
Author: markt
Date: Tue Aug 4 13:20:35 2015
New Revision: 1694058
URL: http://svn.apache.org/r1694058
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58166
Allow applications to send application specific close codes.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/Util.java
Author: markt
Date: Tue Aug 4 13:23:00 2015
New Revision: 1694060
URL: http://svn.apache.org/r1694060
Log:
Allow applications to send application specific close codes.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/Util.java
(co
Author: markt
Date: Tue Aug 4 13:24:11 2015
New Revision: 1694061
URL: http://svn.apache.org/r1694061
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58166
Allow applications to send application specific close codes.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58166
Mark Thomas changed:
What|Removed |Added
OS||All
Status|NEW
-commons/daemon/dist/bin/commons-daemon-20150804-native-src.tar.gz
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150804-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
The Buildbot has detected a build exception on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/39
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Hello! I'm Vadim - jee developer from russian IT company. We're using
Tomcat 7.0.61 servlet container in production.
I'm struggling with multipart configuring troubles. I've recently added
multipart configuration to web.xml:
10485760
10485760
10485760
Accordingly to https://do
https://bz.apache.org/bugzilla/show_bug.cgi?id=58208
Bug ID: 58208
Summary: WebappClassLoaderBase fails to load sealed jar
Product: Tomcat 8
Version: 8.0.24
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178
--- Comment #1 from Mark Thomas ---
There is also a similar issue with EL and imports.
The page context issue should be fixable by wrapping the root ELContext. I'm
not sure that the imports issue is as easy to fix. It might end up needed a new
https://bz.apache.org/bugzilla/show_bug.cgi?id=58208
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
OS|
https://bz.apache.org/bugzilla/show_bug.cgi?id=58199
kencosgr...@live.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58199
kencosgr...@live.com changed:
What|Removed |Added
Resolution|INVALID |---
Status|RESOLVED
https://bz.apache.org/bugzilla/show_bug.cgi?id=58208
--- Comment #2 from Jörg Hohwiller ---
Maybe we can create a sample out of here:
https://github.com/spring-projects/spring-boot/blob/master/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
by switching to oracle driver and chaning to W
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
Mark Thomas changed:
What|Removed |Added
CC||joerg.hohwiller@googlemail.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58208
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
--- Comment #5 from Mark Thomas ---
This is a regression in the fix for bug 58023. I'm looking at a fix now.
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
--- Comment #6 from Andrea Aime ---
Btw, we did try to generate a simple self contained example, but failed so far.
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58195
--- Comment #3 from Christopher Schultz ---
I believe RESOLVED INVALID is appropriate, but it might be nice to fail in
another way in this case. NPE makes it look like Tomcat has a problem, when in
fact the configuration is not sane.
--
You a
Author: markt
Date: Tue Aug 4 21:46:13 2015
New Revision: 1694111
URL: http://svn.apache.org/r1694111
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
Fix a regression in the fix for
https://bz.apache.org/bugzilla/show_bug.cgi?id=58023. Ensure that classes are
associated with their
Author: markt
Date: Tue Aug 4 21:48:29 2015
New Revision: 1694115
URL: http://svn.apache.org/r1694115
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
Fix a regression in the fix for
https://bz.apache.org/bugzilla/show_bug.cgi?id=58023. Ensure that classes are
associated with their
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
Mark Thomas changed:
What|Removed |Added
Product|Tomcat 8|Tomcat 7
Target Milestone|
Author: markt
Date: Tue Aug 4 22:15:20 2015
New Revision: 1694117
URL: http://svn.apache.org/r1694117
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
Fix a regression in the fix for
https://bz.apache.org/bugzilla/show_bug.cgi?id=58023. Ensure that classes are
associated with their
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=58151
--- Comment #22 from Milo ---
Breakpoint 1:
AprEndpoint$Poller.add(139982580808944, -1, 1) line: 1485
AprEndpoint$Poller.access$500(AprEndpoint$Poller, long, int, int) line: 1251
AprEndpoint$AprSocketWrapper.registerforEvent(int, boolea
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/40
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchS
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192
--- Comment #9 from Andrea Aime ---
That's great, are there nightly builds that we can test?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To u
31 matches
Mail list logo