EL Resolver throws InvocationTargetException (char-long conversation)

2012-06-10 Thread burghard.britzke
with tomcat 7.0.27, primefaces 3.3, myfaces 2.1.17, weld 1.1.8 for the jsf-source Line 56: Line 58: and the bean public class Person implements Serializable { @Column(name = "\"geschlecht\"", nullable = false, length = 1) private char geschlecht; ... an Exception is thrown jav

Re: Removing Ref to YourKit in TC

2012-06-10 Thread André Warnier
André Warnier wrote: Jerry Malcolm wrote: Thanks, Kostantin, for the pointer. The fix was trivial. Open Regedit, search for the dll name which appeared in a Tomcat reg entry, delete the line in the reg key. On Sun, Jun 10, 2012 at 1:17 PM, Jerry Malcolm <2ndgenfi...@gmail.com>wrote: Andre

Re: Removing Ref to YourKit in TC

2012-06-10 Thread André Warnier
Jerry Malcolm wrote: Thanks, Kostantin, for the pointer. The fix was trivial. Open Regedit, search for the dll name which appeared in a Tomcat reg entry, delete the line in the reg key. On Sun, Jun 10, 2012 at 1:17 PM, Jerry Malcolm <2ndgenfi...@gmail.com>wrote: Andre, I'm not yelling. I'm

[solved] Re: connection reset errors

2012-06-10 Thread Kees Jan Koster
Dear All, Well, I managed to track this down. As it turned out, the problem was that I had a rather short TCP listen queue on the Tomcat connector port (100 elements) and that queue was overflowing. The solution was to 1) set acceptCount to a higher value in Tomcat and 2) to configure my OS to

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread Konstantin Kolinko
2012/6/10 André Warnier : > Konstantin Kolinko wrote: >> >> 2012/6/10 André Warnier : >>> >>> No tomcat 5.5 files have been copied to that system (apart from the >>> webapp). >>> Here is the complete (edited, comments removed) content of >>> tomcat6/conf/catalina.properties : >>> >>> (...) >>> >>>

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Venkata Pavan Kumar Sannisetty
Thanks a Lot. On 10 June 2012 14:29, Konstantin Kolinko wrote: > 2012/6/10 Venkata Pavan Kumar Sannisetty : > > Hi Konstantin Kolinko, > > > > Thanks for the response. > > > > Can you point out some reference where i can know about this permgen > memory > > leak. I am unable to find good article

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Konstantin Kolinko
2012/6/10 Venkata Pavan Kumar Sannisetty : > Hi Konstantin Kolinko, > > Thanks for the response. > > Can you point out some reference where i can know about this permgen memory > leak. I am unable to find good article/material on it to understand furthur. > It should be somewhere here: 1) http://

Re: Removing Ref to YourKit in TC

2012-06-10 Thread Jerry Malcolm
Thanks, Kostantin, for the pointer. The fix was trivial. Open Regedit, search for the dll name which appeared in a Tomcat reg entry, delete the line in the reg key. On Sun, Jun 10, 2012 at 1:17 PM, Jerry Malcolm <2ndgenfi...@gmail.com>wrote: > Andre, I'm not yelling. I'm looking for help. tel

Re: Removing Ref to YourKit in TC

2012-06-10 Thread Jerry Malcolm
Andre, I'm not yelling. I'm looking for help. telling me to compare every file in the entire installation after downloading and setting up a parallel environment is not exactly the type of information I hoped to get from people that know the internal structure of the program. As a last resort, I

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Venkata Pavan Kumar Sannisetty
Hi Konstantin Kolinko, Thanks for the response. Can you point out some reference where i can know about this permgen memory leak. I am unable to find good article/material on it to understand furthur. Thanks, Pavan. On 10 June 2012 06:59, Konstantin Kolinko wrote: > 2012/6/10 Venkata Pavan Ku

Re: Removing Ref to YourKit in TC

2012-06-10 Thread Konstantin Kolinko
2012/6/10 Jerry Malcolm <2ndgenfi...@gmail.com>: > StdOut:  2012-06-10 09:07:04 Commons Daemon procrun stdout initialized > Error occurred during initialization of VM > Could not find agent library in absolute path: > C:\PROGRA~2\YOURKI~1.6\bin\win64\yjpagent.dll > > Do you mean I need to download

Re: Removing Ref to YourKit in TC

2012-06-10 Thread André Warnier
Jerry Malcolm wrote: StdOut: 2012-06-10 09:07:04 Commons Daemon procrun stdout initialized Error occurred during initialization of VM Could not find agent library in absolute path: C:\PROGRA~2\YOURKI~1.6\bin\win64\yjpagent.dll Do you mean I need to download the entire zip, unzip everything, and

Re: Removing Ref to YourKit in TC

2012-06-10 Thread Jerry Malcolm
StdOut: 2012-06-10 09:07:04 Commons Daemon procrun stdout initialized Error occurred during initialization of VM Could not find agent library in absolute path: C:\PROGRA~2\YOURKI~1.6\bin\win64\yjpagent.dll Do you mean I need to download the entire zip, unzip everything, and do a file by file comp

Connection reset by peer in org.apache.tomcat.util.net.NioEndpoint setSocketOptions

2012-06-10 Thread Kees Jan Koster
Dear All, I get these errors in the logs quite frequently. About 1500 times every day. The application works nicely, strangely enough. What is happening here? How can I resolve these error messages? Should I worry? Jun 10, 2012 4:43:17 PM org.apache.tomcat.util.net.NioEndpoint setSocketOptions

Re: isHexDigit error problems and upgrading Tomcat and jdk

2012-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 6/7/12 5:51 PM, Miguel González Castaños wrote: > >> That depends upon how you have configured your access log: you >> can configure an access log to log only requests that failed and >> the details of that request like this: >> >> > cond

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread André Warnier
André Warnier wrote: Konstantin Kolinko wrote: 2012/6/10 André Warnier : No tomcat 5.5 files have been copied to that system (apart from the webapp). Here is the complete (edited, comments removed) content of tomcat6/conf/catalina.properties : (...) common.loader=${catalina.base}/lib,${catali

Re: check tomcat (6.0.32) log settings automatically

2012-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Su, On 6/8/12 4:33 PM, Su Zhang wrote: > I apologize that I didn't state my question clearly. I was asking > the tomcat log settings rather than application log settings. Any > solutions? Can you describe the kinds of things you need to be looking fo

Re: [POLL] Finer-grained "manager" user-access privileges?

2012-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 6/8/12 5:11 PM, André Warnier wrote: > The scenario is : - I do not have remote access to the Tomcat host > - there is no local sysadmin - these Users work in different > departments, they do not communicate with eachother, they are not > s

Re: [POLL] Finer-grained "manager" user-access privileges?

2012-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 6/8/12 1:54 PM, Mark Eggers wrote: > - Original Message - > >> From: Mark Thomas To: Tomcat Users List >> Cc: Sent: Friday, June 8, 2012 10:02 >> AM Subject: Re: [POLL] Finer-grained "manager" user-access >> privileges? >> >>

Re: [POLL] Finer-grained "manager" user-access privileges?

2012-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 6/8/12 7:06 AM, Konstantin Kolinko wrote: > Specifically I do not like hard-coding role names into code. I > think there could be some helper component that could help in > access checks. (To be discussed separately). It will need some

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread André Warnier
Konstantin Kolinko wrote: 2012/6/10 André Warnier : No tomcat 5.5 files have been copied to that system (apart from the webapp). Here is the complete (edited, comments removed) content of tomcat6/conf/catalina.properties : (...) common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${ca

Re: Removing Ref to YourKit in TC

2012-06-10 Thread Konstantin Kolinko
2012/6/10 Jerry Malcolm <2ndgenfi...@gmail.com>: > I am using TC 7.  A few months ago I installed YourKit profiler trial > version due to a memory leak.  The trial expired a long time ago, and last > night I uninstalled YourKit from my system.  Apparently it left references > to itself in TC.  Now

Removing Ref to YourKit in TC

2012-06-10 Thread Jerry Malcolm
I am using TC 7. A few months ago I installed YourKit profiler trial version due to a memory leak. The trial expired a long time ago, and last night I uninstalled YourKit from my system. Apparently it left references to itself in TC. Now TC will not start saying it can't find some YourKit DLL.

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread Konstantin Kolinko
2012/6/10 André Warnier : > > No tomcat 5.5 files have been copied to that system (apart from the webapp). > Here is the complete (edited, comments removed) content of > tomcat6/conf/catalina.properties : > > (...) > common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread André Warnier
Konstantin Kolinko wrote: In /var/log/tomcat6/catalina.out, at Tomcat startup, there are these lines : Jun 10, 2012 10:31:33 AM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/usr/share/tomcat6/server/classes], exists: [false], isDirectory: [false],

RE: multiple mod_jk server mappings and JSESSIONID

2012-06-10 Thread Mike Wilson
Hi folks, I've been sidetracked for a while but have everything up and running now. We use load balancing so the critical part of our resulting configuration became this: workers.properties: worker.serverB-lb.type=lb worker.serverB-lb.sticky_session=1 worker.serverB-lb.session_cookie=JSESSI

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread Konstantin Kolinko
>>> >>> In /var/log/tomcat6/catalina.out, at Tomcat startup, there are these >>> lines : >>> >>> Jun 10, 2012 10:31:33 AM org.apache.catalina.startup.ClassLoaderFactory >>> validateFile >>> WARNING: Problem with directory [/usr/share/tomcat6/server/classes], >>> exists: >>> [false], isDirectory: [f

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread André Warnier
Responding to my own post, see at end. André Warnier wrote: Konstantin Kolinko wrote: 2012/6/10 André Warnier : Hi. This is on a Linux Debian system, Tomcat 6 installed from a Debian package. /usr/share/tomcat6/bin/version.sh shows this : Using CATALINA_BASE: /usr/share/tomcat6 Using CAT

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread André Warnier
Konstantin Kolinko wrote: 2012/6/10 André Warnier : Hi. This is on a Linux Debian system, Tomcat 6 installed from a Debian package. /usr/share/tomcat6/bin/version.sh shows this : Using CATALINA_BASE: /usr/share/tomcat6 Using CATALINA_HOME: /usr/share/tomcat6 Using CATALINA_TMPDIR: /usr/sha

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Konstantin Kolinko
2012/6/10 Venkata Pavan Kumar Sannisetty : > I am having this strange issue with the tomcat 5.5 and tomcat 6.0 servers. > I have two web applications which will be installed on tomcat.When tomcat > is started these two web applications also get started simultaneously but > sometimes one web applica

Re: Tomcat 6 : Warnings at startup

2012-06-10 Thread Konstantin Kolinko
2012/6/10 André Warnier : > Hi. > > This is on a Linux Debian system, Tomcat 6 installed from a Debian package. > /usr/share/tomcat6/bin/version.sh shows this : > > Using CATALINA_BASE:   /usr/share/tomcat6 > Using CATALINA_HOME:   /usr/share/tomcat6 > Using CATALINA_TMPDIR: /usr/share/tomcat6/temp

Tomcat 6 : Warnings at startup

2012-06-10 Thread André Warnier
Hi. This is on a Linux Debian system, Tomcat 6 installed from a Debian package. /usr/share/tomcat6/bin/version.sh shows this : Using CATALINA_BASE: /usr/share/tomcat6 Using CATALINA_HOME: /usr/share/tomcat6 Using CATALINA_TMPDIR: /usr/share/tomcat6/temp Using JRE_HOME:/usr Using CLAS