Hi,
I got a ClassCastException in Tomcat 7. Please refer to the stack below
:
javax.management.MalformedObjectNameException: Cannot create object name for
org.apache.catalina.connector.connec...@591a591ajava.lang.classcastexception:
java.net.Inet4Address incompatible with java.lang.String
Author: kkolinko
Date: Thu Dec 17 08:32:22 2009
New Revision: 891580
URL: http://svn.apache.org/viewvc?rev=891580&view=rev
Log:
vote
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomc
Author: kkolinko
Date: Thu Dec 17 08:43:25 2009
New Revision: 891583
URL: http://svn.apache.org/viewvc?rev=891583&view=rev
Log:
Followup to rev.883362, fixing
https://issues.apache.org/bugzilla/show_bug.cgi?id=48113
Rename method argument.
The method prints bytes as unsigned values, not as "int"s
Author: kkolinko
Date: Thu Dec 17 09:37:21 2009
New Revision: 891602
URL: http://svn.apache.org/viewvc?rev=891602&view=rev
Log:
votes
Also corrected the bug numbers for the French translations patch.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
ht
Author: kkolinko
Date: Thu Dec 17 10:01:38 2009
New Revision: 891615
URL: http://svn.apache.org/viewvc?rev=891615&view=rev
Log:
votes
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=891
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462
--- Comment #3 from Keiichi Fujino 2009-12-17
02:08:29 UTC ---
Created an attachment (id=24721)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24721)
new patch.
Oops!
My patch was a mistake.
However, even if this patch is rev
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714
--- Comment #6 from Rainer Jung 2009-12-17 02:23:29
UTC ---
(In reply to comment #5)
Which platform?
Are you using tcnative aka the APR connector? What happens if you disable it?
--
Configure bugmail: https://issues.apache.org/bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48400
Rainer Jung changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 12/16/2009 07:37 PM, Konstantin Kolinko wrote:
I think, that in JNDI there is no such way
ok, maybe we can add in a namespace for that, such as
InitialContext.lookup("global:");
and then have a config attribute allowGlobalLookup="true|false" to be
backwards compatible
Filip
On 16/12/2009 21:31, sebb wrote:
> Eclipse generates many thousands of warnings for the Tomcat6 code.
>
> For example, over 2000 missing @Override markers, over 3000 "raw type"
> warnings.
>
> Is it the intention to fix these (eventually)?
Speaking personally, I have no intention of spending an
Author: markt
Date: Thu Dec 17 16:06:54 2009
New Revision: 891784
URL: http://svn.apache.org/viewvc?rev=891784&view=rev
Log:
Withdraw patch that does not apply
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462
--- Comment #4 from Mark Thomas 2009-12-17 08:16:39 GMT ---
(In reply to comment #2)
> SRV.14.5 of Servlet 2.5 says that if “metadata-complete” attribute is absent,
> it must be treated the same way as having the value of "false".
>
> Thus
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462
--- Comment #5 from Mark Thomas 2009-12-17 08:17:37 GMT ---
(In reply to comment #3)
> Created an attachment (id=24721)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24721) [details]
> new patch.
I can't see why null needs to
Author: markt
Date: Thu Dec 17 16:21:29 2009
New Revision: 891787
URL: http://svn.apache.org/viewvc?rev=891787&view=rev
Log:
Respond to -1
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re
Hello, all
I'm building native library for:
Tomcat 6.0.20
JNI 1.1.18
APR 1.4.1
OS: Solaris 5.10
compiler: gcc -m64
Library was built ok. When I begin starting tomcat I have such logs:
INFO: Loaded APR based Apache Tomcat Native library 1.1.18.
Dec 17, 2009 7:08:19 PM org.apache.catalina.core.Ap
On 12/17/2009 05:23 PM, Semyon wrote:
Hello, all
I'm building native library for:
Tomcat 6.0.20
JNI 1.1.18
APR 1.4.1
OS: Solaris 5.10
compiler: gcc -m64
Library was built ok. When I begin starting tomcat I have such logs:
Does anybody know about such problem?
Probably because you are usin
On 17/12/2009, Mark Thomas wrote:
> On 16/12/2009 21:31, sebb wrote:
> > Eclipse generates many thousands of warnings for the Tomcat6 code.
> >
> > For example, over 2000 missing @Override markers, over 3000 "raw type"
> warnings.
> >
> > Is it the intention to fix these (eventually)?
>
>
>
Hi Mark, Thanks for the reply.
In your opinion should we be using local memory to store any session
data? The discussion right now is to store everything to cache+db and
nothing in local memory.
On Sat, Dec 12, 2009 at 5:06 AM, Mark Woodward wrote:
> About 12 years ago, I wrote a system called m
> Hi Mark, Thanks for the reply.
>
> In your opinion should we be using local memory to store any session
> data? The discussion right now is to store everything to cache+db and
> nothing in local memory.
The problem with any cache system is cache coherency. Tomcat takes the
easy way out by requir
> Hi Mark, Thanks for the reply.
>
> In your opinion should we be using local memory to store any session
data? The discussion right now is to store everything to cache+db and
nothing in local memory.
(Sorry, hit enter before complete)
The "right" answer, for an arbitrary definition of "right," i
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462
--- Comment #6 from Konstantin Kolinko 2009-12-17
12:21:14 UTC ---
>From second thought:
- The spec authors had to specify how to interpret the missing value. Leaving
that unspecified would be much worse.
- The default content of global co
Author: kkolinko
Date: Thu Dec 17 20:24:22 2009
New Revision: 891868
URL: http://svn.apache.org/viewvc?rev=891868&view=rev
Log:
Reconsider my vote.
Answered in the BZ.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=48409
Summary: Cookie information is stripped after colon
Product: Tomcat 6
Version: 6.0.20
Platform: All
OS/Version: Linux
Status: NEW
Severity: blocker
Priority:
https://issues.apache.org/bugzilla/show_bug.cgi?id=48409
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 17/12/2009 20:24, ma...@mohawksoft.com wrote:
>> Hi Mark, Thanks for the reply.
>>
>> In your opinion should we be using local memory to store any session
>> data? The discussion right now is to store everything to cache+db and
>> nothing in local memory.
>
> The problem with any cache system i
> On 17/12/2009 20:24, ma...@mohawksoft.com wrote:
>>> Hi Mark, Thanks for the reply.
>>>
>>> In your opinion should we be using local memory to store any session
>>> data? The discussion right now is to store everything to cache+db and
>>> nothing in local memory.
>>
>> The problem with any cache
https://issues.apache.org/bugzilla/show_bug.cgi?id=47936
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47963
--- Comment #1 from Mark Thomas 2009-12-17 14:40:32 GMT ---
As a work-around you should be able to set USE_CUSTOM_STATUS_MSG_IN_HEADER to
false (the default).
That said, Tomcat shouldn't be putting anything other than ISO-8859-1 in the
hea
On 12/17/2009 08:38 AM, Mark Thomas wrote:
On 16/12/2009 21:31, sebb wrote:
Eclipse generates many thousands of warnings for the Tomcat6 code.
For example, over 2000 missing @Override markers, over 3000 "raw type" warnings.
Is it the intention to fix these (eventually)?
Speaking per
https://issues.apache.org/bugzilla/show_bug.cgi?id=47462
--- Comment #7 from Keiichi Fujino 2009-12-17
16:42:58 UTC ---
(In reply to comment #5)
> (In reply to comment #3)
> > Created an attachment (id=24721)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24721) [details]
[details]
>
Hi all
We're experiencing issues with the Tomcat Connector log in some IIS production
sites where the log file grows to a very large size (8GB on one site).
This is almost entirely due to connection errors between the front end and back
end produced when the back-end Tomcat is restarted after
Author: kkolinko
Date: Fri Dec 18 03:43:42 2009
New Revision: 892120
URL: http://svn.apache.org/viewvc?rev=892120&view=rev
Log:
votes
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=892
Author: kkolinko
Date: Fri Dec 18 04:38:28 2009
New Revision: 892129
URL: http://svn.apache.org/viewvc?rev=892129&view=rev
Log:
votes
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=892
(reviewing http://svn.apache.org/viewvc?view=revision&revision=883165)
In http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html
there are several examples of byte array values, such as
{216,123,12,3}
My understanding of the helper function that is used to parse those
values (tr
34 matches
Mail list logo