<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.jakarta.tomcat.user">
    <title>gmane.comp.jakarta.tomcat.user</title>
    <link>http://blog.gmane.org/gmane.comp.jakarta.tomcat.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221961"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221958"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221935"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221910"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221903"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221893"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221892"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221885"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221884"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221876"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221868"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221858"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221850"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221845"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221843"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221840"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221818"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221817"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221807"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221792"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221961">
    <title>After going to Tomcat 6 I get log4j problems. Why? (RE:)</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221961</link>
    <description>&lt;pre&gt;Creating a new Thread as Pid recommended:
Concerning the questions posed by Konstantin Kolinko:
I am not sure I follow: you mean the version? I have log4j in the WEB-INF\xml, and commons-logging and commons-logging-api as well
No problem up to Tomcat 5.5. Does this answer your question?


The custom jar provides an SSLImplementation to be "hooked" in the connectors. When it tries to log I get exception. No problem in Tomcat 5.5.
This exception goes away if I move commons-logging in %TOMCAT_HOME%\lib BUT then I have exceptions in my web application (even if I delete the commons-logging from WEB-INF\lib)

Has something changed in the logging in Tomcat 6?
How can I resolve this problems?

Thank you!




I'd suspect that one of them is the culprit.
2012/5/25 Hermes Flying &amp;lt;flyinghermes&amp;lt; at &amp;gt;yahoo.com&amp;gt;:

Your description is too generic to say.

You do not say what jars are exactly where and what actual
configuration (server.xml and logging) you have.

See
1) "Class Loading" page in documentation.

Placing custom jars into %TOMCAT_HOME%\lib is usually a bad idea.

I'd suspect that one of them is the culprit.

2) "Logging" page in documentation.

Compare it with your configuration.  It might be that you config
matches some of the steps for "enabling log4j" described there, but
not all of them. Note that using log4j in Tomcat is not the default
configuration.

3) Apache Commons Logging documentation
http://commons.apache.org/logging/guide.html

Especially how commons-logging switches between java.util.logging and
log4j (preferring the latter if it is available).

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe&amp;lt; at &amp;gt;tomcat.apache.org
For additional commands, e-mail: users-help&amp;lt; at &amp;gt;tomcat.apache.org
&lt;/pre&gt;</description>
    <dc:creator>Hermes Flying</dc:creator>
    <dc:date>2012-05-25T20:40:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221958">
    <title>CATALINA_BASE and CATALINA_HOME deployment</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221958</link>
    <description>&lt;pre&gt;I'm trying to convert my app to use the preferred catalina base and home deployment.  I understand that this allows for easier migration between tomcat versions, etc.  As a point of reference, I'm reading about how to do this in Tomcat: The Definitive Guide.  Also, I'm dealing with 5.5.35, if that matters.

I have one question.  I understand that the separation of the core tomcat stuff from my instance stuff is good.  But the book says to copy the entire conf folder over to my instance folder ( CATALINA_BASE/myapp/conf ).  Isn't this copying a bunch of tomcat version specific stuff that I'll have to sift through when it's time to migrate?  Will I be able to just upgrade CATALINA_HOME and not upgrade all of that copied conf stuff as well?

Thanks,
Chad
&lt;/pre&gt;</description>
    <dc:creator>Chad.Davis&lt; at &gt;emc.com</dc:creator>
    <dc:date>2012-05-25T19:31:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221935">
    <title>mod_jk not working !!</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221935</link>
    <description>&lt;pre&gt; m trying to do a setup of tomcat clustering in which one tomcat is on port
8080 and other one is on 8081.
i have downloaded the tomcat-connector in the modules folder of my apache.i
built it using build-unix.sh by downloading the script from net as it was
nt already there in the downloaded tomcat-connector. it buit mod_jk.so
which i have placed inside modules folder as
/usr/local/apache2/modules/mod_jk.so
then i created workers.properties file and gave the description of workers
there .and included it in httpd.cong file .
still when i type http://localhost/jsp-pages which are in my webapps / it
is not passing requast to tomcat which is holding the js pages.
you may hav a look at the conf files to get a better fel of the problem !
the link is
http://www.coderanch.com/t/581294/Tomcat/Tomcat-Clustering#2648034
&lt;/pre&gt;</description>
    <dc:creator>Aman Arora</dc:creator>
    <dc:date>2012-05-25T05:25:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221910">
    <title>memory leak in tomcat</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221910</link>
    <description>&lt;pre&gt;Hi,

I have a leaking Tomcat App
I checked the heap with the Eclipse Memory Analyser
and it says

The classloader/component *"org.apache.catalina.loader.WebappClassLoader &amp;lt; at &amp;gt;
0x94532f50"*
occupies *376.421.152 (79,51%)* bytes. The memory is accumulated in one
instance of
*"java.util.HashMap$Entry[]"* loaded by *"&amp;lt;system class loader&amp;gt;"*.

and the data that is in the entries of the gigantic Map is
org.hibernate.impl.SessionFactoryObjectFactory

Does anyone know why this?

Christian




**
  Class Name Shallow Heap Retained Heap

   - java.util.HashMap$Entry[64] &amp;lt; at &amp;gt; 0xaa9314c0 &amp;lt;mat://object/0xaa9314c0&amp;gt;

272 339.906.832 [image: \]

   - *table* java.util.HashMap &amp;lt; at &amp;gt; 0xaa931498 &amp;lt;mat://object/0xaa931498&amp;gt;

40 339.906.872 [image: .][image: \]

   - *map* org.hibernate.util.FastHashMap &amp;lt; at &amp;gt; 0x94e4bc98&amp;lt;mat://object/0x94e4bc98&amp;gt;

16 339.906.888 [image: .][image: .][image: \]

   - *INSTANCES* class org.hibernate.impl.SessionFactoryObjectFactory &amp;lt; at &amp;gt;
   0x759319f8 &amp;lt;mat://object/0x759319f8&amp;gt;

24 339.907.088 [image: .][image: .][image: .][image: \]

   - *[1788]* java.lang.Object[5120] &amp;lt; at &amp;gt; 0x95148470 &amp;lt;mat://object/0x95148470&amp;gt;

20.496 375.206.992 [image: .][image: .][image: .][image: .][image: \]

   - *elementData* java.util.Vector &amp;lt; at &amp;gt; 0x94538998 &amp;lt;mat://object/0x94538998&amp;gt;

24 375.207.016 [image: .][image: .][image: .][image: .][image: .][image: \]

   - *classes* org.apache.catalina.loader.WebappClassLoader &amp;lt; at &amp;gt;
0x94532f50&amp;lt;mat://object/0x94532f50&amp;gt;

176 376.421.152 [image: .][image: .][image: .][image: .][image:
.][image: .][image:
+]

   - *contextClassLoader* java.lang.Thread &amp;lt; at &amp;gt; 0x94e1ac60
Thread-10&amp;lt;mat://object/0x94e1ac60&amp;gt;
   *Thread*

112 7.112 [image: .][image: .][image: .][image: .][image: .][image: .][image:
+]

   - *contextClassLoader* de.bfd.tools.ConnectionPool$ConnPoolMultiCaster &amp;lt; at &amp;gt;
   0x94e1ad00 Thread-9 &amp;lt;mat://object/0x94e1ad00&amp;gt; »

136 592 [image: .][image: .][image: .][image: .][image: .][image: .][image:
+]

   - *contextClassLoader* java.lang.Thread &amp;lt; at &amp;gt; 0x9bb7b548
Keep-Alive-Timer&amp;lt;mat://object/0x9bb7b548&amp;gt;»

112 168 [image: .][image: .][image: .][image: .][image: .][image: .][image:
+]

   - *classloader* java.security.ProtectionDomain &amp;lt; at &amp;gt;
0x9453a160&amp;lt;mat://object/0x9453a160&amp;gt;»
&lt;/pre&gt;</description>
    <dc:creator>Christian Kaufhold</dc:creator>
    <dc:date>2012-05-24T12:21:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221903">
    <title>encrypt the database password</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221903</link>
    <description>&lt;pre&gt;Hi All,

There is a tomcat server with some database setup.

cd apache-tomcat-6.0.29/conf
cat server.xml

  &amp;lt;Resource auth="Container"
driverClassName="oracle.jdbc.driver.OracleDriver"

              factory="oracle.jdbc.pool.OracleDataSourceFactory"
maxActive="20"
              maxIdle="10" maxWait="-1" name="jdbc/abc" password="abcADMIN"
              type="oracle.jdbc.pool.OracleDataSource"

url="jdbc:oracle:thin:&amp;lt; at &amp;gt;localhost:1521:mydb" user="abc" /&amp;gt;


So which the plain password, end user may get the password directly.


How can create encrypted password within server.xml
&lt;/pre&gt;</description>
    <dc:creator>Bill Wang</dc:creator>
    <dc:date>2012-05-24T05:34:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221893">
    <title>user switching or application interacting with container based authentication</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221893</link>
    <description>&lt;pre&gt;Hello,

we are running a web application with form based authentication. we now
have a requirement to switch between users (for subsets of users) with a
minimum of user interaction (log out and log in providing username &amp;amp;
password is way too much work for the user). so i was thinking of
providing each user with a badge with a unique barcode (a hash of
username&amp;amp;password?) which they can scan into a dedicated field in the
webpage and which will trigger the user switch. note that this barcode
field will only be available once a person has logged in in the normal
way (form based), so the user switch request is received within an
authenticated session.

the difficult part of the story is how can i tell the 'container based
authentication' that the current session is transferred to another user
with possibly other roles OR how can i create a new session for the new
user (so applying the correct authorization and providing a
HttpServletRequest returning the correct values of getUserPrincipal()
and isUserInRole()). the application is able to retrieve the user and
its roles, but how can the application inform the container about this.

i've been googling and reading for hours now and i'm a bit lost
(understatement) on how to proceed with this. it could also be the case
that there are much better scenario's than the one i have in mind.

any hint on fast-user-switching or
applications-interacting-with-container-based-authentication are very
welcome.

cheers,
dirk
&lt;/pre&gt;</description>
    <dc:creator>dirk ooms</dc:creator>
    <dc:date>2012-05-23T23:01:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221892">
    <title>jk 1.2.36 throwing 503/sendfull/cping errors</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221892</link>
    <description>&lt;pre&gt;Centos 5.8, x86_64, apache 2.2.22, java 1.6.0_32, tomcat 7.0.27, apr
1.4.6 (also happens on another machine with apache 2.2.21 and java
1.6.0_29, rest of the versions are the same)

Connecting apache to tomcat ajp, same machine.
Once I upgraded to 1.2.36 I started receiving 503 errors when trying to
access my webapps.
1.2.32 and 1.2.35 work fine.

Tomcat catalina.out and access logs show nothing

Jk log shows:
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
ajp_get_endpoint::jk_ajp_common.c (3154): acquired connection pool
slot=0 after 0 retries
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
ajp_marshal_into_msgb::jk_ajp_common.c (626): ajp marshaling done
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
ajp_service::jk_ajp_common.c (2449): processing app-03 with 2 retries
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
ajp_send_request::jk_ajp_common.c (1623): (app-03) all endpoints are
disconnected.
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
jk_open_socket::jk_connect.c (485): socket TCP_NODELAY set to On
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
jk_open_socket::jk_connect.c (574): timeout 20 set for socket=22
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
jk_open_socket::jk_connect.c (609): trying to connect socket 22 to
0.0.0.0:0
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
jk_open_socket::jk_connect.c (635): socket 22 [errno=107] connected
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
ajp_connection_tcp_send_message::jk_ajp_common.c (1183): sending to
ajp13 pos=4 len=5 max=16
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
ajp_connection_tcp_send_message::jk_ajp_common.c (1183): 0000    12 34
00 01 0A 00 00 00 00 00 00 00 00 00 00 00  - .4..............
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
jk_shutdown_socket::jk_connect.c (732): About to shutdown socket 22
[errno=107]
[Wed May 23 15:56:32 2012] [32504:1138178368] [debug]
jk_shutdown_socket::jk_connect.c (741): Failed sending SHUT_WR for
socket 22 [errno=107]
[Wed May 23 15:56:32 2012] [32504:1138178368] [info]
ajp_connection_tcp_send_message::jk_ajp_common.c (1215): sendfull for
socket 22 returned -32 (errno=32)
[Wed May 23 15:56:32 2012] [32504:1138178368] [info]
ajp_handle_cping_cpong::jk_ajp_common.c (902): can't send cping query
[Wed May 23 15:56:32 2012] [32504:1138178368] [error]
ajp_connect_to_endpoint::jk_ajp_common.c (1026): (app-03) cping/cpong
after connecting to the backend server failed (errno=32)
[Wed May 23 15:56:32 2012] [32504:1138178368] [error]
ajp_send_request::jk_ajp_common.c (1629): (app-03) connecting to backend
failed. Tomcat is probably not started or is listening on the wrong port
(errno=32)
[Wed May 23 15:56:32 2012] [32504:1138178368] [info]
ajp_service::jk_ajp_common.c (2622): (app-03) sending request to tomcat
failed (recoverable), because of error during request sending
(attempt=1)

I also noticed that a tcpdump shows 0 packets to and from on the lo
interface

httpd.conf settings are:

JkWorkersFile /path/to/workers.properties
JkWatchdogInterval 60
JkLogFile     /path/to/GLOBAL-mod_jk.log
JkLogLevel    debug
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkOptions +ForwardKeySize +ForwardURIProxy -ForwardDirectories
JkRequestLogFormat "%w %R %V %B %T %m %U %s"
JkShmFile logs/jk-runtime-status
JkMount /webapp/* loadbalancer

workers.properties settings are:

worker.list=jkstatus,app-03,loadbalancer
worker.template.port=8009
worker.template.type=ajp13
worker.template.lbfactor=1
worker.template.connection_pool_timeout=30
worker.template.connect_timeout=30000
worker.template.recovery_options=4
worker.template.reply_timeout=31000
worker.template.socket_timeout=20
worker.template.socket_connect_timeout=5000
worker.template.ping_mode=A
worker.template.ping_timeout=20000
worker.app-03.host=127.0.0.1
worker.app-03.reference=worker.template
worker.jkstatus.type=status
worker.loadbalancer.sticky_session=1
worker.loadbalancer.type=lb
worker.loadbalancer.balance_workers=app-03

server.xml settings are:

        &amp;lt;Connector port="8009" protocol="AJP/1.3"
                        maxThreads="1000" backlog="25"
maxPostSize="4194304"
                        enableLookups="false" connectionTimeout="30000"
keepAliveTimeout="10000"
                        redirectPort="8443" /&amp;gt;

# netstat -anop | grep 8009
tcp        0      0 0.0.0.0:8009                0.0.0.0:*
LISTEN      30151/jsvc.exec     off (0.00/0/0)

-Tony
---------------------------
Manager, IT Operations
Format Dynamics, Inc.
P: 303-228-7327
F: 303-228-7305
abiacco&amp;lt; at &amp;gt;formatdynamics.com
http://www.formatdynamics.com
&lt;/pre&gt;</description>
    <dc:creator>Anthony J. Biacco</dc:creator>
    <dc:date>2012-05-23T22:12:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221885">
    <title>JRE Access violation</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221885</link>
    <description>&lt;pre&gt;Any suggestions as to where to start looking for this error?

This is TC 7.0.22 32-bit running on Windows Server 2008R2, on a Dell 
Dual-processor 4-core hyperthreaded (total 16 cores according to the OS) 
box with 16GB RAM.  Overall memory usage is approx 26% according to task 
Manager.

There are 5 instances of Tomcat running, each on a different TCP port, 
and each running from its own doc base.  They are all running the same 
application, though with slightly different settings for different 
customers.  I have allocated 512MB to each instance, and the biggest one 
is using approx 260MB according to task manager.  Only the single 
instance of TC has had this problem, and it has died each of the last 
two days, after running perfectly for over two months.  All other 
instances continue to run with no trouble, including one which has much 
more activity than the one with the trouble.

This is the only unexpected entry in any of the TC logs.

2012-05-23 08:12:04 Commons Daemon procrun stdout initialized
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7729e39e, pid=4432, 
tid=4588
#
# JRE version: 6.0_27-b07
# Java VM: Java HotSpot(TM) Server VM (20.2-b06 mixed mode windows-x86 )
# Problematic frame:
# C  [ntdll.dll+0x2e39e]
#
# An error report file with more information is saved as:
# C:\Windows\system32\hs_err_pid4432.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#


According to C:\Windows\system32\hs_err_pid4432.log, the problem appears 
to be in the sun database access stuff, but I'm not sure if the "thread 
blocked" messages in the below listing mean anything.

And here is C:\Windows\system32\hs_err_pid4432.log.  Unfortunately, 
pasting it into the e-mail hosed the line wrapping:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000770e32d0, 
pid=1400, tid=5028
#
# JRE version: 6.0_27-b07
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.2-b06 mixed mode 
windows-amd64 compressed oops)
# Problematic frame:
# C  [ntdll.dll+0x532d0]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x000000000cf7b800):  JavaThread 
"http-apr-55001-exec-570" daemon [_thread_in_vm, id=5028, 
stack(0x000000000cb00000,0x000000000cc00000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000e6779be1a38

Registers:
RAX=0x0000000007b28890, RBX=0x00000e6779be1a30, RCX=0x000000ffffffffff, 
RDX=0x00000000082f11e0
RSP=0x000000000cbfea10, RBP=0x0000000000000000, RSI=0x0000000000470000, 
RDI=0x00000000082f11f0
R8 =0x00000000082f11f0, R9 =0x0000000000000001, R10=0x000000000000000c, 
R11=0x00000000fd3b1748
R12=0x0000000000000000, R13=0x00000000e3773cb0, R14=0x000000000cbfebf0, 
R15=0x000000000cf7b800
RIP=0x00000000770e32d0, EFLAGS=0x0000000000010206

Top of Stack: (sp=0x000000000cbfea10)
0x000000000cbfea10:   0000000000000000 00000000014e1897
0x000000000cbfea20:   0000000000000001 0000000000000001
0x000000000cbfea30:   00000000078f29c8 000000006d908410
0x000000000cbfea40:   0000000000000004 0000000000000001
0x000000000cbfea50:   000000000cf7b800 000000000cbfebf0
0x000000000cbfea60:   00000000e3773cb0 0000000000000000
0x000000000cbfea70:   0000000000000000 00000000082f11f0
0x000000000cbfea80:   000000000cbfebb8 000007fefde510c4
0x000000000cbfea90:   00000000e3772f90 000000000cf7b800
0x000000000cbfeaa0:   000000000cbfeac8 000000000cbfeb28
0x000000000cbfeab0:   000000000cf7b800 000000006d927949
0x000000000cbfeac0:   000000000cbfeb28 00000000014d58fa
0x000000000cbfead0:   0000000007f08120 00000000014d58fa
0x000000000cbfeae0:   00000000e81708c0 000000006d409fc4
0x000000000cbfeaf0:   000000000cf7b9d0 000000000cbfebb8
0x000000000cbfeb00:   0000000000000001 0000000007855268

Instructions: (pc=0x00000000770e32d0)
0x00000000770e32b0:   ff ff 00 00 00 48 33 de 48 23 c1 48 c1 eb 04 48
0x00000000770e32c0:   33 d8 48 33 1d ff f0 0d 00 48 c1 e3 04 0f 0d 0b
0x00000000770e32d0:   4c 8b 63 08 49 bd 01 00 00 00 01 00 00 00 49 be
0x00000000770e32e0:   ff 7f 00 00 ff ff ff ff c6 42 0f 80 c6 42 0e 00


Register to memory mapping:

RAX=0x0000000007b28890 is an unknown value
RBX=0x00000e6779be1a30 is an unknown value
RCX=0x000000ffffffffff is an unknown value
RDX=0x00000000082f11e0 is an unknown value
RSP=0x000000000cbfea10 is pointing into the stack for thread: 
0x000000000cf7b800
RBP=0x0000000000000000 is an unknown value
RSI=0x0000000000470000 is an unknown value
RDI=0x00000000082f11f0 is an unknown value
R8 =0x00000000082f11f0 is an unknown value
R9 =0x0000000000000001 is an unknown value
R10=0x000000000000000c is an unknown value
R11=0x00000000fd3b1748 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x00000000e3773cb0 is an oop
{method}
  - klass: {other class}
R14=0x000000000cbfebf0 is pointing into the stack for thread: 
0x000000000cf7b800
R15=0x000000000cf7b800 is a thread


Stack: [0x000000000cb00000,0x000000000cc00000],  sp=0x000000000cbfea10, 
  free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, 
C=native code)
C  [ntdll.dll+0x532d0]  RtlFreeHeap+0xd0

[error occurred during error reporting (printing native stack), id 
0xc0000005]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.jdbc.odbc.JdbcOdbc.ReleaseStoredIntegers(JJ)V+0
J 
sun.jdbc.odbc.JdbcOdbcResultSet.initialize(Lsun/jdbc/odbc/JdbcOdbc;JJZLsun/jdbc/odbc/JdbcOdbcStatement;)V
j  sun.jdbc.odbc.JdbcOdbcStatement.getResultSet(Z)Ljava/sql/ResultSet;+71
j 
sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(Ljava/lang/String;)Ljava/sql/ResultSet;+59
j 
com.wra.osp.ospconfig.OspConfig.openResultSet(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;II)Ljava/sql/ResultSet;+47
j 
com.wra.osp.ospconfig.OspConfig.loadATypeList(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)[Lcom/wra/osp/ospconfig/TypeList;+73
j 
com.wra.osp.ospconfig.OspConfig.loadTypeLists(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+189
j 
com.wra.osp.ospconfig.TCfgRecord.getSiteConfigFromDb(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I+75
j 
com.wra.osp.ospconfig.TCfgRecord.getSiteConfigFromDb(IILcom/wra/websira/WraAdmin;)I+15
j 
com.wra.osp.ospconfig.TCfgRecord.getSiteConfigFromDb(Ljava/lang/String;Ljava/lang/String;ILcom/wra/websira/WraAdmin;)I+31
j 
eddsrv.EddSrvConfig.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+732
j 
javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
J 
javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V
J 
org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
J 
org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
J 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
J 
org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
J 
org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
J 
org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V
J 
org.apache.coyote.http11.Http11AprProcessor.process(Lorg/apache/tomcat/util/net/SocketWrapper;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;
J 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V
J  java.util.concurrent.ThreadPoolExecutor$Worker.run()V
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( =&amp;gt; current thread )
   0x00000000078ed800 JavaThread "http-apr-55001-exec-581" daemon 
[_thread_blocked, id=5376, stack(0x000000000e5d0000,0x000000000e6d0000)]
   0x00000000078ed000 JavaThread "http-apr-55001-exec-580" daemon 
[_thread_blocked, id=5696, stack(0x000000000e4d0000,0x000000000e5d0000)]
   0x00000000078ec800 JavaThread "http-apr-55001-exec-579" daemon 
[_thread_blocked, id=1116, stack(0x000000000e3d0000,0x000000000e4d0000)]
   0x00000000078eb800 JavaThread "http-apr-55001-exec-578" daemon 
[_thread_blocked, id=3656, stack(0x000000000e2d0000,0x000000000e3d0000)]
   0x00000000078eb000 JavaThread "http-apr-55001-exec-577" daemon 
[_thread_in_native, id=1836, stack(0x000000000e1d0000,0x000000000e2d0000)]
   0x000000000cf80000 JavaThread "http-apr-55001-exec-576" daemon 
[_thread_in_native, id=3968, stack(0x000000000e0d0000,0x000000000e1d0000)]
   0x000000000cf7f800 JavaThread "http-apr-55001-exec-575" daemon 
[_thread_blocked, id=3532, stack(0x000000000dfd0000,0x000000000e0d0000)]
   0x000000000cf7e800 JavaThread "http-apr-55001-exec-574" daemon 
[_thread_blocked, id=684, stack(0x000000000ded0000,0x000000000dfd0000)]
   0x000000000cf7e000 JavaThread "http-apr-55001-exec-573" daemon 
[_thread_blocked, id=6448, stack(0x000000000ddd0000,0x000000000ded0000)]
   0x000000000cf7d000 JavaThread "http-apr-55001-exec-572" daemon 
[_thread_blocked, id=5308, stack(0x000000000dcd0000,0x000000000ddd0000)]
   0x000000000cf7c800 JavaThread "http-apr-55001-exec-571" daemon 
[_thread_blocked, id=4840, stack(0x000000000cc00000,0x000000000cd00000)]
=&amp;gt;0x000000000cf7b800 JavaThread "http-apr-55001-exec-570" daemon 
[_thread_in_vm, id=5028, stack(0x000000000cb00000,0x000000000cc00000)]
   0x000000000cf7b000 JavaThread "http-apr-55001-exec-569" daemon 
[_thread_blocked, id=5864, stack(0x000000000ca00000,0x000000000cb00000)]
   0x000000000cf7a000 JavaThread "http-apr-55001-exec-568" daemon 
[_thread_blocked, id=7736, stack(0x000000000c900000,0x000000000ca00000)]
   0x000000000cf79800 JavaThread "http-apr-55001-exec-567" daemon 
[_thread_blocked, id=3944, stack(0x000000000c800000,0x000000000c900000)]
   0x000000000cf79000 JavaThread "http-apr-55001-exec-566" daemon 
[_thread_blocked, id=4484, stack(0x000000000c700000,0x000000000c800000)]
   0x000000000707d800 JavaThread "http-apr-55001-exec-565" daemon 
[_thread_blocked, id=3664, stack(0x000000000c600000,0x000000000c700000)]
   0x000000000707c800 JavaThread "http-apr-55001-exec-564" daemon 
[_thread_blocked, id=4848, stack(0x000000000c500000,0x000000000c600000)]
   0x000000000707c000 JavaThread "http-apr-55001-exec-563" daemon 
[_thread_blocked, id=7552, stack(0x000000000c400000,0x000000000c500000)]
   0x000000000707b800 JavaThread "http-apr-55001-exec-562" daemon 
[_thread_in_native, id=6460, stack(0x000000000c300000,0x000000000c400000)]
   0x000000000707a800 JavaThread "http-apr-55001-exec-561" daemon 
[_thread_blocked, id=3988, stack(0x000000000c200000,0x000000000c300000)]
   0x000000000707a000 JavaThread "http-apr-55001-exec-560" daemon 
[_thread_blocked, id=3848, stack(0x000000000c100000,0x000000000c200000)]
   0x0000000007079000 JavaThread "http-apr-55001-exec-559" daemon 
[_thread_blocked, id=7744, stack(0x000000000c000000,0x000000000c100000)]
   0x0000000007078800 JavaThread "http-apr-55001-exec-558" daemon 
[_thread_blocked, id=6240, stack(0x000000000bf00000,0x000000000c000000)]
   0x0000000007077800 JavaThread "http-apr-55001-exec-557" daemon 
[_thread_blocked, id=6880, stack(0x000000000be00000,0x000000000bf00000)]
   0x0000000007077000 JavaThread "http-apr-55001-exec-556" daemon 
[_thread_blocked, id=3736, stack(0x000000000bc00000,0x000000000bd00000)]
   0x0000000007076000 JavaThread "http-apr-55001-exec-555" daemon 
[_thread_blocked, id=2948, stack(0x000000000bb00000,0x000000000bc00000)]
   0x000000000752a000 JavaThread "http-apr-55001-exec-554" daemon 
[_thread_in_native, id=4004, stack(0x000000000ba00000,0x000000000bb00000)]
   0x0000000007529000 JavaThread "http-apr-55001-exec-553" daemon 
[_thread_in_native, id=4764, stack(0x000000000b900000,0x000000000ba00000)]
   0x0000000007528800 JavaThread "http-apr-55001-exec-552" daemon 
[_thread_blocked, id=5788, stack(0x000000000b800000,0x000000000b900000)]
   0x0000000007527800 JavaThread "http-apr-55001-exec-551" daemon 
[_thread_blocked, id=7008, stack(0x000000000b700000,0x000000000b800000)]
   0x0000000007527000 JavaThread "http-apr-55001-exec-550" daemon 
[_thread_blocked, id=2800, stack(0x000000000b600000,0x000000000b700000)]
   0x0000000007526800 JavaThread "http-apr-55001-exec-549" daemon 
[_thread_blocked, id=6236, stack(0x000000000b500000,0x000000000b600000)]
   0x0000000007525800 JavaThread "http-apr-55001-exec-548" daemon 
[_thread_blocked, id=5284, stack(0x000000000b400000,0x000000000b500000)]
   0x0000000007525000 JavaThread "http-apr-55001-exec-547" daemon 
[_thread_blocked, id=4904, stack(0x000000000b300000,0x000000000b400000)]
   0x0000000007524000 JavaThread "http-apr-55001-exec-546" daemon 
[_thread_blocked, id=2032, stack(0x000000000b200000,0x000000000b300000)]
   0x0000000007523800 JavaThread "http-apr-55001-exec-545" daemon 
[_thread_blocked, id=5580, stack(0x000000000b100000,0x000000000b200000)]
   0x0000000007522800 JavaThread "http-apr-55001-exec-544" daemon 
[_thread_blocked, id=3716, stack(0x000000000b000000,0x000000000b100000)]
   0x00000000079b2800 JavaThread "http-apr-55001-exec-543" daemon 
[_thread_blocked, id=5432, stack(0x000000000af00000,0x000000000b000000)]
   0x00000000079b3000 JavaThread "http-apr-55001-exec-542" daemon 
[_thread_blocked, id=7892, stack(0x000000000ae00000,0x000000000af00000)]
   0x00000000079ac800 JavaThread "http-apr-55001-exec-541" daemon 
[_thread_blocked, id=7856, stack(0x000000000ad00000,0x000000000ae00000)]
   0x00000000079b4800 JavaThread "http-apr-55001-exec-540" daemon 
[_thread_blocked, id=2804, stack(0x000000000ac00000,0x000000000ad00000)]
   0x00000000079b3800 JavaThread "http-apr-55001-exec-539" daemon 
[_thread_blocked, id=4872, stack(0x000000000ab00000,0x000000000ac00000)]
   0x00000000079ae800 JavaThread "http-apr-55001-exec-538" daemon 
[_thread_blocked, id=3540, stack(0x000000000aa00000,0x000000000ab00000)]
   0x00000000079af800 JavaThread "http-apr-55001-exec-537" daemon 
[_thread_blocked, id=1292, stack(0x000000000a900000,0x000000000aa00000)]
   0x00000000079b0000 JavaThread "http-apr-55001-exec-536" daemon 
[_thread_blocked, id=6064, stack(0x000000000a800000,0x000000000a900000)]
   0x00000000079b1800 JavaThread "http-apr-55001-exec-535" daemon 
[_thread_blocked, id=5152, stack(0x000000000a700000,0x000000000a800000)]
   0x00000000079ad000 JavaThread "http-apr-55001-exec-534" daemon 
[_thread_blocked, id=3488, stack(0x000000000a600000,0x000000000a700000)]
   0x00000000079b1000 JavaThread "http-apr-55001-exec-533" daemon 
[_thread_blocked, id=3924, stack(0x0000000000cf0000,0x0000000000df0000)]
   0x00000000079ae000 JavaThread "http-apr-55001-exec-532" daemon 
[_thread_blocked, id=4616, stack(0x0000000000bf0000,0x0000000000cf0000)]
   0x00000000079ac000 JavaThread "http-apr-55001-AsyncTimeout" daemon 
[_thread_blocked, id=3420, stack(0x000000000a500000,0x000000000a600000)]
   0x00000000079ab000 JavaThread "http-apr-55001-Acceptor-0" daemon 
[_thread_in_native, id=3416, stack(0x000000000a400000,0x000000000a500000)]
   0x00000000079aa800 JavaThread "http-apr-55001-Sendfile-0" daemon 
[_thread_blocked, id=3400, stack(0x000000000a300000,0x000000000a400000)]
   0x00000000079a9800 JavaThread "http-apr-55001-CometPoller-7" daemon 
[_thread_blocked, id=3392, stack(0x000000000a200000,0x000000000a300000)]
   0x00000000079a9000 JavaThread "http-apr-55001-CometPoller-6" daemon 
[_thread_blocked, id=3380, stack(0x000000000a100000,0x000000000a200000)]
   0x00000000079a8000 JavaThread "http-apr-55001-CometPoller-5" daemon 
[_thread_blocked, id=3376, stack(0x000000000a000000,0x000000000a100000)]
   0x00000000079a7800 JavaThread "http-apr-55001-CometPoller-4" daemon 
[_thread_blocked, id=3368, stack(0x0000000009f00000,0x000000000a000000)]
   0x00000000079a6800 JavaThread "http-apr-55001-CometPoller-3" daemon 
[_thread_blocked, id=3360, stack(0x0000000009e00000,0x0000000009f00000)]
   0x00000000079a6000 JavaThread "http-apr-55001-CometPoller-2" daemon 
[_thread_blocked, id=3352, stack(0x0000000009d00000,0x0000000009e00000)]
   0x00000000079a5800 JavaThread "http-apr-55001-CometPoller-1" daemon 
[_thread_blocked, id=3344, stack(0x0000000009c00000,0x0000000009d00000)]
   0x0000000007c18000 JavaThread "http-apr-55001-CometPoller-0" daemon 
[_thread_blocked, id=3336, stack(0x0000000009b00000,0x0000000009c00000)]
   0x0000000007d58800 JavaThread "http-apr-55001-Poller-7" daemon 
[_thread_in_native, id=3324, stack(0x0000000009a00000,0x0000000009b00000)]
   0x0000000007a88000 JavaThread "http-apr-55001-Poller-6" daemon 
[_thread_in_native, id=2932, stack(0x0000000009900000,0x0000000009a00000)]
   0x0000000007cee800 JavaThread "http-apr-55001-Poller-5" daemon 
[_thread_in_native, id=2944, stack(0x0000000009800000,0x0000000009900000)]
   0x0000000007148000 JavaThread "http-apr-55001-Poller-4" daemon 
[_thread_in_native, id=2888, stack(0x0000000009700000,0x0000000009800000)]
   0x00000000074b9800 JavaThread "http-apr-55001-Poller-3" daemon 
[_thread_in_native, id=576, stack(0x0000000009600000,0x0000000009700000)]
   0x0000000006eb6000 JavaThread "http-apr-55001-Poller-2" daemon 
[_thread_in_native, id=2756, stack(0x0000000009500000,0x0000000009600000)]
   0x0000000007b29000 JavaThread "http-apr-55001-Poller-1" daemon 
[_thread_in_native, id=2764, stack(0x0000000009400000,0x0000000009500000)]
   0x0000000007ddc000 JavaThread "http-apr-55001-Poller-0" daemon 
[_thread_in_native, id=2768, stack(0x00000000091a0000,0x00000000092a0000)]
   0x0000000007a4b800 JavaThread 
"ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon 
[_thread_blocked, id=3052, stack(0x0000000008da0000,0x0000000008ea0000)]
   0x00000000076d4800 JavaThread "GC Daemon" daemon [_thread_blocked, 
id=2852, stack(0x0000000008a30000,0x0000000008b30000)]
   0x0000000005485800 JavaThread "Low Memory Detector" daemon 
[_thread_blocked, id=2168, stack(0x0000000006c60000,0x0000000006d60000)]
   0x0000000005482000 JavaThread "C2 CompilerThread1" daemon 
[_thread_blocked, id=2136, stack(0x0000000006b60000,0x0000000006c60000)]
   0x000000000547a800 JavaThread "C2 CompilerThread0" daemon 
[_thread_blocked, id=2124, stack(0x0000000006a60000,0x0000000006b60000)]
   0x000000000547a000 JavaThread "Attach Listener" daemon 
[_thread_blocked, id=2112, stack(0x0000000006960000,0x0000000006a60000)]
   0x0000000005479000 JavaThread "Signal Dispatcher" daemon 
[_thread_blocked, id=2104, stack(0x0000000006860000,0x0000000006960000)]
   0x000000000541f800 JavaThread "Finalizer" daemon [_thread_blocked, 
id=1956, stack(0x0000000006660000,0x0000000006760000)]
   0x000000000541f000 JavaThread "Reference Handler" daemon 
[_thread_blocked, id=1952, stack(0x0000000006560000,0x0000000006660000)]
   0x000000000047c800 JavaThread "main" [_thread_in_native, id=1480, 
stack(0x0000000000ff0000,0x00000000010f0000)]

Other Threads:
   0x0000000005413800 VMThread [stack: 
0x0000000006460000,0x0000000006560000] [id=1912]
   0x000000000549c000 WatcherThread [stack: 
0x0000000006d60000,0x0000000006e60000] [id=2216]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
  PSYoungGen      total 130752K, used 92061K [0x00000000f8000000, 
0x0000000100000000, 0x0000000100000000)
   eden space 130432K, 70% used 
[0x00000000f8000000,0x00000000fd9b7480,0x00000000fff60000)
   from space 320K, 60% used 
[0x00000000fffb0000,0x00000000fffe0000,0x0000000100000000)
   to   space 320K, 0% used 
[0x00000000fff60000,0x00000000fff60000,0x00000000fffb0000)
  PSOldGen        total 262144K, used 14763K [0x00000000e8000000, 
0x00000000f8000000, 0x00000000f8000000)
   object space 262144K, 5% used 
[0x00000000e8000000,0x00000000e8e6aed8,0x00000000f8000000)
  PSPermGen       total 27136K, used 27074K [0x00000000e2e00000, 
0x00000000e4880000, 0x00000000e8000000)
   object space 27136K, 99% used 
[0x00000000e2e00000,0x00000000e4870a78,0x00000000e4880000)

Code Cache  [0x00000000014d0000, 0x0000000001870000, 0x00000000044d0000)
  total_blobs=1368 nmethods=967 adapters=353 free_code_cache=46601600 
largest_free_block=12288

Dynamic libraries:
0x0000000140000000 - 0x000000014001c000 C:\Program Files\Apache 
Software Foundation\Tomcat 7.0\bin\tomcat7.exe
0x0000000077090000 - 0x0000000077239000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076e70000 - 0x0000000076f8f000 C:\Windows\system32\kernel32.dll
0x000007fefd340000 - 0x000007fefd3ac000 C:\Windows\system32\KERNELBASE.dll
0x000007fefd810000 - 0x000007fefd8eb000 C:\Windows\system32\ADVAPI32.dll
0x000007fefde50000 - 0x000007fefdeef000 C:\Windows\system32\msvcrt.dll
0x000007fefe3e0000 - 0x000007fefe3ff000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefe400000 - 0x000007fefe52d000 C:\Windows\system32\RPCRT4.dll
0x000007fefe530000 - 0x000007feff2b8000 C:\Windows\system32\SHELL32.dll
0x000007feff2c0000 - 0x000007feff331000 C:\Windows\system32\SHLWAPI.dll
0x000007fefe210000 - 0x000007fefe277000 C:\Windows\system32\GDI32.dll
0x0000000076f90000 - 0x000000007708a000 C:\Windows\system32\USER32.dll
0x000007fefe200000 - 0x000007fefe20e000 C:\Windows\system32\LPK.dll
0x000007fefdb70000 - 0x000007fefdc39000 C:\Windows\system32\USP10.dll
0x000007fefde20000 - 0x000007fefde4e000 C:\Windows\system32\IMM32.DLL
0x000007fefd3b0000 - 0x000007fefd4b9000 C:\Windows\system32\MSCTF.dll
0x000000006d7f0000 - 0x000000006dfa8000 C:\Program 
Files\Java\jre6\bin\server\jvm.dll
0x000007fef9ce0000 - 0x000007fef9d1b000 C:\Windows\system32\WINMM.dll
0x000000006d760000 - 0x000000006d76e000 C:\Program 
Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 C:\Program 
Files\Java\jre6\bin\java.dll
0x000000006d7b0000 - 0x000000006d7c2000 C:\Program 
Files\Java\jre6\bin\zip.dll
0x000007fefdff0000 - 0x000007fefe1f3000 C:\Windows\system32\ole32.dll
0x000000006d540000 - 0x000000006d54a000 C:\Program 
Files\Java\jre6\bin\management.dll
0x0000000010000000 - 0x0000000010125000 C:\Program Files\Apache 
Software Foundation\Tomcat 7.0\bin\tcnative-1.dll
0x0000000077250000 - 0x0000000077257000 C:\Windows\system32\PSAPI.DLL
0x000007fefdf00000 - 0x000007fefdf4d000 C:\Windows\system32\WS2_32.dll
0x000007fefdef0000 - 0x000007fefdef8000 C:\Windows\system32\NSI.dll
0x000007fefc7a0000 - 0x000007fefc7f5000 C:\Windows\system32\MSWSOCK.dll
0x000007fefc860000 - 0x000007fefc877000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc5d0000 - 0x000007fefc617000 C:\Windows\system32\rsaenh.dll
0x000007fefced0000 - 0x000007fefcedf000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefc1f0000 - 0x000007fefc1f7000 C:\Windows\System32\wshtcpip.dll
0x000007fefcfe0000 - 0x000007fefcfef000 C:\Windows\system32\profapi.dll
0x000000006d600000 - 0x000000006d617000 C:\Program 
Files\Java\jre6\bin\net.dll
0x000007fefca00000 - 0x000007fefca07000 C:\Windows\System32\wship6.dll
0x000007fefbd50000 - 0x000007fefbd65000 C:\Windows\system32\NLAapi.dll
0x000007fefa210000 - 0x000007fefa225000 C:\Windows\system32\napinsp.dll
0x000007fefc690000 - 0x000007fefc6eb000 C:\Windows\system32\DNSAPI.dll
0x000007fefa240000 - 0x000007fefa24b000 C:\Windows\System32\winrnr.dll
0x000007fefa830000 - 0x000007fefa857000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefa820000 - 0x000007fefa82b000 C:\Windows\system32\WINNSI.DLL
0x000007fefa280000 - 0x000007fefa288000 C:\Windows\system32\rasadhlp.dll
0x000007fefa710000 - 0x000007fefa763000 C:\Windows\System32\fwpuclnt.dll
0x0000000066700000 - 0x000000006675c000 C:\Windows\System32\dbjodbc9.dll
0x000007fef5ad0000 - 0x000007fef5b81000 C:\Windows\system32\ODBC32.dll
0x00000000747b0000 - 0x00000000747e8000 C:\Windows\system32\odbcint.dll
0x000000006d400000 - 0x000000006d412000 C:\Program 
Files\Java\jre6\bin\JdbcOdbc.dll
0x000007fefca10000 - 0x000007fefca32000 C:\Windows\system32\bcrypt.dll
0x000007fefc510000 - 0x000007fefc55c000 
C:\Windows\system32\bcryptprimitives.dll
0x000000000f020000 - 0x000000000f101000 C:\Windows\System32\dbodbc9.dll
0x000007fef9210000 - 0x000007fef9219000 C:\Windows\System32\WSOCK32.dll
0x000007fef3350000 - 0x000007fef3378000 C:\Windows\system32\odbccp32.dll
0x000007fefc120000 - 0x000007fefc12c000 C:\Windows\system32\VERSION.dll
0x0000000065000000 - 0x00000000650a6000 C:\Windows\System32\dblgen9.dll
0x000007fefb680000 - 0x000007fefb7a5000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Dcatalina.base=d:\RtData\Pilot2\EddSrv 
-Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 7.0 
-Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 
7.0\endorsed -Djava.io.tmpdir=d:\RtData\Pilot2\EddSrv\temp 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
-Djava.util.logging.config.file=d:\RtData\Pilot2\EddSrv\conf\logging.properties 
-DEddSrv.configFileName=D:\RtData\Pilot2\EddSrv\EddSrvServer.properties 
-DRealTime.configFileName=D:\RtData\Pilot2\EddSrv\RealTimeServer.properties 
-XX:+UseCompressedOops -Xms384m -Xmx384m
java_command: &amp;lt;unknown&amp;gt;
Launcher Type: generic

Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;
USERNAME=SM3$
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows NT 6.1 , 64 bit Build 7601 Service Pack 1

CPU:total 16 (4 cores per cpu, 2 threads per core) family 6 model 44 
stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, 
sse4.2, popcnt, ht

Memory: 4k page, physical 16763992k(13666632k free), swap 
33526136k(29133308k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (20.2-b06) for windows-amd64 
JRE (1.6.0_27-b07), built on Jul 19 2011 01:08:22 by "java_re" with MS 
VC++ 8.0 (VS2005)

time: Mon Nov 07 10:22:49 2011
elapsed time: 1623266 seconds
&lt;/pre&gt;</description>
    <dc:creator>David kerber</dc:creator>
    <dc:date>2012-05-23T20:53:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221884">
    <title>Shared data source (Bug 49543)</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221884</link>
    <description>&lt;pre&gt;Hi,

I'm testing this functionality (versions 6.0.35 and 7.0.27) but it's not
working for me (https://issues.apache.org/bugzilla/show_bug.cgi?id=49543 ,
http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Resource_Links).


--&amp;gt;server.xml


  &amp;lt;GlobalNamingResources&amp;gt;

    &amp;lt;Resource name="jdbc/globalpg" auth="Container"
type="javax.sql.DataSource" removeAbandoned="true"
removeAbandonedTimeout="300"
                                   maxActive="400" maxIdle="30"
maxWait="10000"
                                   validationQuery="select 1"
                                   testOnBorrow="true"

factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
                                   driverClassName="org.postgresql.Driver"
                                   url="jdbc:postgresql://
172.17.1.5:5432/tjse"
                                   username="user1"
                                   password="validpassword"
                                   /&amp;gt;

  &amp;lt;/GlobalNamingResources&amp;gt;


--&amp;gt;conf/Catalina/localhost/app1.xml


&amp;lt;Context&amp;gt;

    &amp;lt;ResourceLink name="jdbc/localpg"
    global="jdbc/globalpg"
    type="javax.sql.DataSource"
    factory="org.apache.naming.factory.DataSourceLinkFactory"
    username="user2"
    password="invalidpassword"
    /&amp;gt;

&amp;lt;/Context&amp;gt;


--&amp;gt;webapps/app1/index.jsp

&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;
&amp;lt;%&amp;lt; at &amp;gt; page session="false" import="javax.naming.*, java.sql.*, javax.sql.*" %&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&amp;gt;
    &amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;Test shared data source&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;%
    Context ctx = new InitialContext();
    DataSource ds = (DataSource)ctx.lookup("java:comp/env/jdbc/localpg");
    Connection c = ds.getConnection();
    Statement stm = c.createStatement();

    ResultSet rs = stm.executeQuery("select 'this should fail because the
password of localpg is invalid but it is working.'");

    rs.next();

%&amp;gt;
    &amp;lt;%= rs.getString(1) %&amp;gt;&amp;lt;br/&amp;gt;
&amp;lt;%

    c.close();
%&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;


Am I doing some wrong?


Thanks in advance,


Robert
&lt;/pre&gt;</description>
    <dc:creator>Robert Anderson</dc:creator>
    <dc:date>2012-05-23T20:31:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221876">
    <title>Tomcat 7. MX4J</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221876</link>
    <description>&lt;pre&gt;Hello,

We are going to migrate our application from tomcat 6 to tomcat 7. But
during migration we've faced with the following issue:
we have the following configuration to have possbility to manage JMX Bean
using browser (through http):
...
&amp;lt;Connector port="8009"
                 handler.list="mx"
                 mx.enabled="true"
                 mx.httpHost="10.30.244.40"
                 mx.authMode="basic"
                 mx.authUser="someUser"
                 mx.authPassword="pass"
                 mx.httpPort="9012"
                 enableLookups="false" redirectPort="8443"
protocol="AJP/1.3"/&amp;gt;
...

as described at the following page:
http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html
But when we use this configuration we have the following warnings: WARNING:
[SetAllPropertiesRule]{Server/Service/Connector} Setting property
'handler.list' to 'mx' did not find a matching property.
However
http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html#Monitoring_your_Cluster_with_JMX
.
Also I've noticed that some classes where removed from catalina.jar (such
as JkMX, JkMain and others).

Could you please point me how should tomcat  be configured / what libraries
should be added?

Thanks in advance!
Vadim.
&lt;/pre&gt;</description>
    <dc:creator>Vadzim Mikhalenak</dc:creator>
    <dc:date>2012-05-22T14:49:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221868">
    <title>connection reset errors</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221868</link>
    <description>&lt;pre&gt;Dear Tomcat community,

I am trying to resolve the problem where some client code in Java frequently gets the following error in the logs:

java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:652)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1000)
...

The client code performs a simple HTTP POST request to a Tomcat server (FreeBSD 9.0-STABLE, Java 1.6.0_03, Tomcat 6.0.26). Below is the HTTP connector from server.xml:

    &amp;lt;Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="10000" enableLookups="false" compression="on"
               maxThreads="256" bufferSize="9000" /&amp;gt;

Tracing the servlet in Tomcat shows that the servlet's doPost() method returns normally and does not show any exceptions (I catch and log Throwable and nothing related is logged). Tracing on an application level shows the posted data to be in the database, as would be for a normal POST. The data is correct.

Of note is that the response time of the post is the same as for a successful post. Under normal circumstances Tomcat processes a post in about 25ms, measured in the client. When I get this exception, the response time is also about that time. I think therefore that I am not timing out anywhere (or the response time would be a lot longer).

First question: It says "Connection reset" and not "Connection reset by peer". What is the difference between the two? I am told that one means a local reset and the other means a remote reset. Where can I find more about this difference?

Second question: how do I analyze such resets? How do I find out who reset the connection and why? How can I replay this in such a way that I can see that?
--
Kees Jan

http://java-monitor.com/
kjkoster&amp;lt; at &amp;gt;kjkoster.org
+31651838192

Change is good. Granted, it is good in retrospect, but change is good.
&lt;/pre&gt;</description>
    <dc:creator>Kees Jan Koster</dc:creator>
    <dc:date>2012-05-22T09:11:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221858">
    <title>TC7: trigger seeding of SecureRandom</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221858</link>
    <description>&lt;pre&gt;Hi There

We've just upgraded out web app to TC7. It seems the following is being 
outputted repeatedly on the console for each page load:

trigger seeding of SecureRandom
done seeding SecureRandom

Closer inspection reveals, the Tomcat class SessionIdGenerator using 
SecureRandom.

Is this normal? Why would SecureRandom have to be seeded so often? I am 
also worried about the Tomcat console log filling up over time.

Thanks

Jamie
&lt;/pre&gt;</description>
    <dc:creator>Jamie</dc:creator>
    <dc:date>2012-05-21T07:18:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221850">
    <title>Tomcat SPDY Connector</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221850</link>
    <description>&lt;pre&gt;Hi!

I'm currently experimenting with developing a .Net SPDY Client / IIS SPDY Redirector (written in C#) that could be used as a possible replacement over AJP, to forward HTTP requests from IIS to Tomcat (some time ago I mentioned that I might look into writing such a client when I had some spare time [1] - which is the case now ;) ).
It is based on Draft3 of the SPDY specification [2], which names the protocol "spdy/3".

Currently I'm testing the client with Google servers which support both "spdy/2" and "spdy/3". I'd also like to test it with Tomcat. I don't know much about Tomcat's code/architecture, but from looking at the SPDY code from Tomcat trunk [3], it seems that Tomcat is currently only supporting spdy/2, but not spdy/3. Is this correct?

If yes, are there already plans to implement spdy/3? (The main difference between SPDY v2 and v3 is the addition of flow control, which I think is important when using SPDY as server-to-server protocol, to prevent flooding the intermediate server with messages if it has a slow connection to the actual client.)

Thanks!

Regards,
Konstantin Preißer


[1] http://markmail.org/message/jvaztqpl7vba7jn7
[2] http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3
[3] http://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/tomcat/spdy
&lt;/pre&gt;</description>
    <dc:creator>Konstantin Preißer</dc:creator>
    <dc:date>2012-05-19T00:04:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221845">
    <title>WebApp on Tomcat recognize automaticely uploaded file</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221845</link>
    <description>&lt;pre&gt;Hello,

can anyone help me, if  there is a configuration parameter in tomcat, which
permit to the web application to auto-recognize when I put an image from
filesystem into the webapp?

I put images in the path of my application: appBase/webAppA/uploads through
another webAppB, but seems that webAppA recognizes the images only after
Tomcat restart.
Working until now with tomcat integrated into eclipse, I didn't noticed
this event because eclipse was publishing automatically after each upload.

Thank you to anyone for any kind of help.

Ermal
&lt;/pre&gt;</description>
    <dc:creator>Ermal Aliraj</dc:creator>
    <dc:date>2012-05-18T20:53:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221843">
    <title>I have /subapp/a and /subapp/b. Can i have different sessions for them?</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221843</link>
    <description>&lt;pre&gt;Hi,

first time posting on a mailing list, hope i'm not breaking any rules of
some sort. My problem is pretty simple but it seems a lot of people have
trouble understanding it in other forums. Let's say i have 2 main entry
points into my application: /subapp/a and /subapp/b. They are part of the
same webapp but they are somehow different and i want to distinguish
between them. Having a separate session for each of them would be the
greatest thing but is this possible for Tomcat? The path of the session
cookie (JSESSIONID) is automatically put at the root context path (so
/subapp in this example). And i don't want to have multiple wars or
multiple Tomcats... I would like this in Tomcat 7 btw... I'm trying to
avoid changing Tomcat itself so i tried to extend/wrap the usual response
classes/interfaces but no luck because Tomcat writes the Set-Cookie header
directly into the coyote response header...

Any help would be appreciated, been wrestling with this for some days...

Thanks,
Teo
&lt;/pre&gt;</description>
    <dc:creator>Teo</dc:creator>
    <dc:date>2012-05-18T19:37:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221840">
    <title>Threads in Tomcat</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221840</link>
    <description>&lt;pre&gt;I'm maintaining a Web application for searching multiple wikis, this app
runs under Tomcat 6. I need to modify a servlet so it instantiates a
'Thread' subclass to perform a wiki availability check every so often, say
every 30 minutes. Given that I'm no expert on the use of threads, a
co-worker suggested the following questions to look into:

·         Does the spawned thread have a time limit imposed by Tomcat?

·         Does it take up worker thread space from other Tomcat threads?


I'd appreciate any help anyone could give w.r.t. these questions.
&lt;/pre&gt;</description>
    <dc:creator>Vance -</dc:creator>
    <dc:date>2012-05-18T16:14:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221818">
    <title>How to get debug output from JNDIRealm.java?</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221818</link>
    <description>&lt;pre&gt;Hi,

I'm trying to debug some problems while enabling JNDIRealm in Tomcat 6.0.33.

I've gotten Tomcat itself to output debug logging, but looking at the JNDIRealm.java code, e.g.:

http://www.docjar.com/html/api/org/apache/catalina/realm/JNDIRealm.java.html

It looks like there's a bunch of debug output that the Java code *can* output.

The problem is that I don't know how to enable that debug output/logging?

I'm assuming that something needs to be added to the Tomcat logging.properties, but can anyone tell me what that should be to get the messages such as would be output by the following code in JNDIRealm.java:

1044           if (username == null || username.equals("")
 1045               || credentials == null || credentials.equals("")) {
 1046               if (containerLog.isDebugEnabled())
 1047                   containerLog.debug("username null or empty: returning null principal.");
 1048               return (null);

??

Thanks,
Jim
&lt;/pre&gt;</description>
    <dc:creator>ohaya&lt; at &gt;cox.net</dc:creator>
    <dc:date>2012-05-17T16:10:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221817">
    <title>Tomcat 4.0 &amp;  Tomcat 6.0 AuthenticatorBase</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221817</link>
    <description>&lt;pre&gt;Hello-
We have a custom form authenticator that runs on tomcat 4.0. Now, we
have a need to migrate that into tomcat 6.0. There are compilation
errors with the following.

import org.apache.catalina.HttpRequest;
import org.apache.catalina.HttpResponse;

I looked at the tomcat 6.0 API and found that these classes are not
there anymore. I believe these are replaced by 

import org.apache.catalina.connector.Request;
import org.apache.catalina.connector.Response;

However, it still shows error on getSession and when I looked at the
authenticatorbase API it is not present in 6.0
associate(ssoId, getSession(request, true));

Could someone shed some light on how to go about this?

Thank you,
Regards,
Vasanth Sekar
&lt;/pre&gt;</description>
    <dc:creator>Sekar, Vasanth</dc:creator>
    <dc:date>2012-05-17T15:31:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221807">
    <title>aliases attribute tomcat7</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221807</link>
    <description>&lt;pre&gt;Hi Everybody,

I just can't get this to work.
Installed Tomcat 7.0.21 on ubuntu 11 using apt-get.
I deployed ROOT.war and then went on to configure aliases.
Tried adding the attribute in:

$CATALINA_BASE/conf/Catalina/localhost/ROOT.xml
$CATALINA_BASE/conf/Catalina/localhost/context.xml
$CATALINA_BASE/conf/Catalina/localhost/context.xml.default
$CATALINA_BASE/conf//context.xml

But nothing seems to work..

In the mean while I've resorted to adding:

$CATALINA_BASE/conf/Catalina/localhost/img.xml

With docBase attribute pointing at the right place and it works.
But it seems to me that aliases is more appropriate.

Does anyone know what I'm doing wrong?
How should I debug this?

Thanks,
Michael
&lt;/pre&gt;</description>
    <dc:creator>Michael Ravits</dc:creator>
    <dc:date>2012-05-17T05:41:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221792">
    <title>Tomcat 7.0.27 websocket cluster</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221792</link>
    <description>&lt;pre&gt;Hello all,
I've a little question about the websocket implementation available in
Apache Tomcat 7.0.27.
There is a way to cluster an websocket application working with a session
replication feature?

Thanks
[]'s,
Ronaldo Rigoni
&lt;/pre&gt;</description>
    <dc:creator>Ronaldo Rigoni ...</dc:creator>
    <dc:date>2012-05-16T17:31:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221774">
    <title>tomcat slowing down</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.tomcat.user/221774</link>
    <description>&lt;pre&gt;Hi,

I made a thread dump off the slow server.
btw how to put this post in the mail-thread?



 thanx







Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode):



"http-8080-103" daemon prio=10 tid=0x00007f8f70ca6000 nid=0xfd8 in
Object.wait() [0x00007f8f7faf9000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b32a5d28&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b32a5d28&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-102" daemon prio=10 tid=0x00007f8f7055f800 nid=0xfd7 in
Object.wait() [0x00007f8f7fbfa000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b32a5ed8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b32a5ed8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-101" daemon prio=10 tid=0x00007f8f704a3000 nid=0xfd6 in
Object.wait() [0x00007f8f7fcfb000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b32ab1b0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b32ab1b0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-100" daemon prio=10 tid=0x00007f8f74739800 nid=0xdf2 in
Object.wait() [0x00007f8f7fefd000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31aa5b0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31aa5b0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-99" daemon prio=10 tid=0x00007f8f74637800 nid=0xdf1 in
Object.wait() [0x00007f8f7fffe000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31aad30&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31aad30&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-98" daemon prio=10 tid=0x00007f8f74635800 nid=0xdf0 runnable
[0x00007f8f881b8000]

   java.lang.Thread.State: RUNNABLE

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:387)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-97" daemon prio=10 tid=0x00007f8f74298000 nid=0xdef in
Object.wait() [0x00007f8f882ba000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31abde8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31abde8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-96" daemon prio=10 tid=0x00007f8f74297000 nid=0xdee in
Object.wait() [0x00007f8f883bb000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31ac568&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31ac568&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-95" daemon prio=10 tid=0x00007f8f743f2800 nid=0xded in
Object.wait() [0x00007f8f884bc000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31acce8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31acce8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-94" daemon prio=10 tid=0x00007f8f743f1800 nid=0xdec runnable
[0x00007f8f885bd000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-93" daemon prio=10 tid=0x00007f8f742a9000 nid=0xdeb in
Object.wait() [0x00007f8f886be000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31add80&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31add80&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-92" daemon prio=10 tid=0x00007f8f7483e000 nid=0xdea runnable
[0x00007f8f887bf000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-91" daemon prio=10 tid=0x00007f8f7483d000 nid=0xde9 in
Object.wait() [0x00007f8f88ac2000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31ae688&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31ae688&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-90" daemon prio=10 tid=0x00007f8f7483c800 nid=0xde8 in
Object.wait() [0x00007f8f889c1000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31ae830&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31ae830&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-89" daemon prio=10 tid=0x000000004070c800 nid=0xde7 runnable
[0x00007f8f888bf000]

   java.lang.Thread.State: RUNNABLE

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:387)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-88" daemon prio=10 tid=0x000000004070c000 nid=0xde6 in
Object.wait() [0x00007f8f88c12000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007b31af780&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007b31af780&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-87" daemon prio=10 tid=0x0000000041301800 nid=0x2ccc in
Object.wait() [0x00007f8f88d13000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ae241b88&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ae241b88&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-86" daemon prio=10 tid=0x0000000040661000 nid=0x2ccb in
Object.wait() [0x00007f8f88e14000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ae241dd0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ae241dd0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-85" daemon prio=10 tid=0x0000000040660000 nid=0x2cca in
Object.wait() [0x00007f8f89016000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ae241f78&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ae241f78&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-84" daemon prio=10 tid=0x000000004065f800 nid=0x2cc9 runnable
[0x00007f8f88f15000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-83" daemon prio=10 tid=0x0000000041c33000 nid=0xf02 in
Object.wait() [0x00007f8f89117000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad411a08&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad411a08&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-82" daemon prio=10 tid=0x0000000041627000 nid=0xf01 in
Object.wait() [0x00007f8f89218000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad411c58&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad411c58&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-81" daemon prio=10 tid=0x0000000040bcd800 nid=0xf00 in
Object.wait() [0x00007f8f89319000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad411e40&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad411e40&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-80" daemon prio=10 tid=0x0000000041734000 nid=0xefe in
Object.wait() [0x00007f8f8941a000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad3e8a00&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad3e8a00&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-79" daemon prio=10 tid=0x00007f8f950ec800 nid=0xefd in
Object.wait() [0x00007f8f8951b000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad3e91a0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad3e91a0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-78" daemon prio=10 tid=0x00007f8f960f8000 nid=0xefc in
Object.wait() [0x00007f8f8961c000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad35c418&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad35c418&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-77" daemon prio=10 tid=0x00007f8f94cb8800 nid=0xefb in
Object.wait() [0x00007f8f8991f000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad361ea8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad361ea8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-76" daemon prio=10 tid=0x00007f8f94cb8000 nid=0xefa in
Object.wait() [0x00007f8f8a52b000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad362648&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad362648&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-75" daemon prio=10 tid=0x00007f8f955f4000 nid=0xef9 in
Object.wait() [0x00007f8f89c22000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad362de8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad362de8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-74" daemon prio=10 tid=0x00007f8f957fe000 nid=0xef8 in
Object.wait() [0x00007f8f8a329000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad363050&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad363050&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-73" daemon prio=10 tid=0x00007f8f950e5800 nid=0xef7 in
Object.wait() [0x00007f8f8971d000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ad3632b8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ad3632b8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-72" daemon prio=10 tid=0x00007f8f94cb6000 nid=0x7e8b in
Object.wait() [0x00007f8f8981e000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007abaa1818&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007abaa1818&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-71" daemon prio=10 tid=0x00007f8f955f3000 nid=0x7e89 in
Object.wait() [0x00007f8f89a20000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007abaa1a00&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007abaa1a00&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-70" daemon prio=10 tid=0x00007f8f955f2000 nid=0x7e88 runnable
[0x00007f8f89b1f000]

   java.lang.Thread.State: RUNNABLE

            at java.lang.Object.&amp;lt;init&amp;gt;(Object.java:20)

            at java.io.InputStream.&amp;lt;init&amp;gt;(InputStream.java:28)

            at java.io.FilterInputStream.&amp;lt;init&amp;gt;(FilterInputStream.java:44)

            at sun.net.www.MeteredStream.&amp;lt;init&amp;gt;(MeteredStream.java:32)

            at
sun.net.www.http.KeepAliveStream.&amp;lt;init&amp;gt;(KeepAliveStream.java:44)

            at
sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:874)

            at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632)

            at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1200)

            - locked &amp;lt;0x00000007decbd2c0&amp;gt; (a
sun.net.www.protocol.http.HttpURLConnection)

            at
de.bfd.tools.FunktionsSammlung.postDataToURLAndReturnInputStream(FunktionsSammlung.java:518)

            at
de.lvg.blfd.geom.DenkmalGeometry.getMetaInfoViaURL(DenkmalGeometry.java:245)

            at
de.lvg.blfd.geom.DenkmalGeometry.getMetaInfo(DenkmalGeometry.java:167)

            at
de.lvg.blfd.geom.DenkmalGeometry.setGeometry(DenkmalGeometry.java:141)

            at
de.lvg.blfd.geom.DenkmalGeometry.setEWKT(DenkmalGeometry.java:434)

            at
de.lvg.blfd.geom.DenkmalGeometry.setEWKT(DenkmalGeometry.java:405)

            at de.lvg.blfd.boden.Kerndaten.loadGeometry(Kerndaten.java:698)

            at de.lvg.blfd.boden.Massnahme.loadByID(Massnahme.java:1683)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:132)

            at
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:61)

            at javax.faces.component.UICommand.broadcast(UICommand.java:109)

            at javax.faces.component.UIData.broadcast(UIData.java:517)

            at
org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180)

            at
org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158)

            at
org.ajax4jsf.framework.ajax.AjaxViewRoot.processDecodes(AjaxViewRoot.java:274)

            at
org.apache.myfaces.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:32)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-69" daemon prio=10 tid=0x00007f8f955a9000 nid=0x7e7e in
Object.wait() [0x00007f8f89d23000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007abaa4218&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007abaa4218&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-68" daemon prio=10 tid=0x00007f8f955f0000 nid=0x7e7d in
Object.wait() [0x00007f8f89e24000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007abaa43c0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007abaa43c0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-67" daemon prio=10 tid=0x00007f8f95663800 nid=0x7e7c runnable
[0x00007f8f89f23000]

   java.lang.Thread.State: RUNNABLE

            at java.lang.Throwable.fillInStackTrace(Native Method)

            - locked &amp;lt;0x00000007decd9978&amp;gt; (a
java.util.MissingResourceException)

            at java.lang.Throwable.&amp;lt;init&amp;gt;(Throwable.java:218)

            at java.lang.Exception.&amp;lt;init&amp;gt;(Exception.java:59)

            at java.lang.RuntimeException.&amp;lt;init&amp;gt;(RuntimeException.java:61)

            at
java.util.MissingResourceException.&amp;lt;init&amp;gt;(MissingResourceException.java:68)

            at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)

            at
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)

            at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)

            at
org.hibernate.validator.ClassValidator.getDefaultResourceBundle(ClassValidator.java:160)

            at
org.hibernate.validator.ClassValidator.&amp;lt;init&amp;gt;(ClassValidator.java:125)

            at
sun.reflect.GeneratedConstructorAccessor4207.newInstance(Unknown Source)

            at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

            at
java.lang.reflect.Constructor.newInstance(Constructor.java:513)

            at
org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:382)

            at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1319)

            at
org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867)

            at

de.lvg.corefoundation.hibernate.provider.ConfigurationSessionProvider.&amp;lt;init&amp;gt;(ConfigurationSessionProvider.java:18)

            at

de.lvg.corefoundation.hibernate.logging.InterceptedSessionProvider.&amp;lt;init&amp;gt;(InterceptedSessionProvider.java:23)

            at
de.lvg.corefoundation.hibernate.logging.Session.&amp;lt;init&amp;gt;(Session.java:32)

            at
de.blfd.bau.scenario.wi.PageContext.&amp;lt;init&amp;gt;(PageContext.java:62)

            at
de.blfd.bau.scenario.wi.PageContext.create(PageContext.java:173)

            at
de.blfd.bau.wicket.datenblatt.pages.DatenblattPage.&amp;lt;init&amp;gt;(DatenblattPage.java:29)

            at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

            at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

            at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

            at
java.lang.reflect.Constructor.newInstance(Constructor.java:513)

            at
org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:192)

            at
org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:57)

            at

org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.jav

a:298)

            at

org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.jav

a:320)

            at

org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarg

et.java:234)

            at

org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)

            at
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)

            at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)

            at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428)

            at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)

            at
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:479)

            at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:312)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-66" daemon prio=10 tid=0x00007f8f955f5000 nid=0x7e79 runnable
[0x00007f8f8a026000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-65" daemon prio=10 tid=0x00007f8f84153800 nid=0x7ab8 runnable
[0x00007f8f8a127000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-64" daemon prio=10 tid=0x00007f8f8414e800 nid=0x7ab7 runnable
[0x00007f8f8a227000]

   java.lang.Thread.State: RUNNABLE

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:387)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-63" daemon prio=10 tid=0x00007f8f84920000 nid=0x7ab4 in
Object.wait() [0x00007f8f8a42a000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007ab2483c0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007ab2483c0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-62" daemon prio=10 tid=0x00007f8f942da800 nid=0x1fe7 in
Object.wait() [0x00007f8f8a62c000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007a4eb2660&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007a4eb2660&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-61" daemon prio=10 tid=0x00007f8f9566f000 nid=0x1fe6 runnable
[0x00007f8f8a72d000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-60" daemon prio=10 tid=0x00007f8f9566e000 nid=0x1fe5 runnable
[0x00007f8f8a82e000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-59" daemon prio=10 tid=0x00007f8f947f5000 nid=0x1fe4 in
Object.wait() [0x00007f8f8a92f000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007a4eb3708&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007a4eb3708&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-58" daemon prio=10 tid=0x00007f8f94204000 nid=0x1fe3 in
Object.wait() [0x00007f8f8b08f000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007a4eb3ea8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007a4eb3ea8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-57" daemon prio=10 tid=0x00007f8f94fb4000 nid=0x1fe1 in
Object.wait() [0x00007f8f8aa30000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007a4e762a8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007a4e762a8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-56" daemon prio=10 tid=0x00007f8f944bf000 nid=0x1fe0 in
Object.wait() [0x00007f8f8ac8b000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007a4e76510&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007a4e76510&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-55" daemon prio=10 tid=0x00007f8f9424e000 nid=0x1fdf in
Object.wait() [0x00007f8f8ad8c000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007a4e8a030&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007a4e8a030&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-54" daemon prio=10 tid=0x00007f8f9510a000 nid=0x1fde in
Object.wait() [0x00007f8f8b5f4000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007a4e9da90&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007a4e9da90&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-53" daemon prio=10 tid=0x00007f8f94a23800 nid=0x1fdd runnable
[0x00007f8f8ae8d000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-52" daemon prio=10 tid=0x00007f8f94df3000 nid=0x1fdc in
Object.wait() [0x00007f8f8af8e000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007a4e51e08&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007a4e51e08&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-51" daemon prio=10 tid=0x00007f8f94b36000 nid=0x4bf6 in
Object.wait() [0x00007f8f8b3f2000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x000000079a590328&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x000000079a590328&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"File Reaper" daemon prio=10 tid=0x00007f8f78005000 nid=0x246 in
Object.wait() [0x00007f8f8b6f5000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000797c14a20&amp;gt; (a
java.lang.ref.ReferenceQueue$Lock)

            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)

            - locked &amp;lt;0x0000000797c14a20&amp;gt; (a
java.lang.ref.ReferenceQueue$Lock)

            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)

            at
org.apache.commons.io.FileCleaningTracker$Reaper.run(FileCleaningTracker.java:205)



"File Reaper" daemon prio=10 tid=0x0000000040e0c800 nid=0x659f in
Object.wait() [0x00007f8f8b4f3000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x000000078c79be20&amp;gt; (a
java.lang.ref.ReferenceQueue$Lock)

            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)

            - locked &amp;lt;0x000000078c79be20&amp;gt; (a
java.lang.ref.ReferenceQueue$Lock)

            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)

            at
org.apache.wicket.util.file.FileCleaner$1.run(FileCleaner.java:64)



"PageSavingThread-WicketApplication" daemon prio=10 tid=0x0000000040748800
nid=0x770 waiting on condition

[0x00007f8f8b7f6000]

   java.lang.Thread.State: TIMED_WAITING (sleeping)

            at java.lang.Thread.sleep(Native Method)

            at
org.apache.wicket.protocol.http.pagestore.DiskPageStore$PageSavingThread.run(DiskPageStore.java:977)

            at java.lang.Thread.run(Thread.java:662)



"Thread-59" daemon prio=10 tid=0x00007f8f80036000 nid=0x1b6 runnable
[0x00007f8f8b8f7000]

   java.lang.Thread.State: RUNNABLE

            at java.net.PlainDatagramSocketImpl.receive0(Native Method)

            - locked &amp;lt;0x0000000781957518&amp;gt; (a
java.net.PlainDatagramSocketImpl)

            at
java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)

            - locked &amp;lt;0x0000000781957518&amp;gt; (a
java.net.PlainDatagramSocketImpl)

            at java.net.DatagramSocket.receive(DatagramSocket.java:725)

            - locked &amp;lt;0x0000000781b6de78&amp;gt; (a java.net.DatagramPacket)

            - locked &amp;lt;0x00000007819574d8&amp;gt; (a java.net.MulticastSocket)

            at
de.bfd.tools.ConnectionPool$ConnPoolMultiCaster.run(ConnectionPool.java:1057)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-50" daemon prio=10 tid=0x00007f8f949fb000 nid=0x7cbd in
Object.wait() [0x00007f8f8b9f8000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780ffcec8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780ffcec8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-49" daemon prio=10 tid=0x00007f8f949fa000 nid=0x7cbc runnable
[0x00007f8f8baf9000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-48" daemon prio=10 tid=0x00007f8f94846800 nid=0x7cbb in
Object.wait() [0x00007f8f8bbfa000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780ffdde8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780ffdde8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-47" daemon prio=10 tid=0x00007f8f94845800 nid=0x7cba in
Object.wait() [0x00007f8f90bd9000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007810030b8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007810030b8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-46" daemon prio=10 tid=0x00007f8f944a7000 nid=0x7aee in
Object.wait() [0x00007f8f8bcfb000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780fd1ff8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780fd1ff8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-45" daemon prio=10 tid=0x00007f8f944a6000 nid=0x7aed in
Object.wait() [0x00007f8f8bdfc000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780fd14a0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780fd14a0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-44" daemon prio=10 tid=0x00007f8f9483c800 nid=0x7aeb in
Object.wait() [0x00007f8f8befd000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780f266c0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780f266c0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-43" daemon prio=10 tid=0x00007f8f9511a800 nid=0x7aea in
Object.wait() [0x00007f8f8bffe000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780ea4af0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780ea4af0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-42" daemon prio=10 tid=0x00007f8f95119000 nid=0x7ae9 in
Object.wait() [0x00007f8f901cf000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780e9eba0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780e9eba0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-41" daemon prio=10 tid=0x00007f8f956bb000 nid=0x7ae5 in
Object.wait() [0x00007f8f902d0000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780dca9d8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780dca9d8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-40" daemon prio=10 tid=0x00007f8f956ba000 nid=0x7ae4 runnable
[0x00007f8f903d1000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-39" daemon prio=10 tid=0x00007f8f9597c800 nid=0x7ae3 in
Object.wait() [0x00007f8f904d2000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780ddb610&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780ddb610&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-38" daemon prio=10 tid=0x00007f8f9721b800 nid=0x7ae2 in
Object.wait() [0x00007f8f905d3000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780ddbf18&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780ddbf18&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-37" daemon prio=10 tid=0x00007f8f97cb3800 nid=0x7ae1 in
Object.wait() [0x00007f8f906d4000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780ddc0c0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780ddc0c0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-36" daemon prio=10 tid=0x00007f8f95086000 nid=0x7ae0 runnable
[0x00007f8f907d5000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-35" daemon prio=10 tid=0x00007f8f960bd000 nid=0x7ade in
Object.wait() [0x00007f8f908d6000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x000000078088cae0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x000000078088cae0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-34" daemon prio=10 tid=0x00007f8f94cdd800 nid=0x7add in
Object.wait() [0x00007f8f909d7000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780884d58&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780884d58&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-33" daemon prio=10 tid=0x00007f8f95165000 nid=0x7adc in
Object.wait() [0x00007f8f90ad8000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780886f10&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780886f10&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-32" daemon prio=10 tid=0x00007f8f95747000 nid=0x7adb runnable
[0x00007f8f93cfd000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-31" daemon prio=10 tid=0x00007f8f95117800 nid=0x7ad6 runnable
[0x00007f8f90cd9000]

   java.lang.Thread.State: RUNNABLE

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:387)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-30" daemon prio=10 tid=0x00007f8f944df000 nid=0x7ad5 in
Object.wait() [0x00007f8f90ddb000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780890e50&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780890e50&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-29" daemon prio=10 tid=0x00007f8f94ceb800 nid=0x7ad4 in
Object.wait() [0x00007f8f90edc000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007808c9488&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007808c9488&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-28" daemon prio=10 tid=0x00007f8f944d9000 nid=0x7ad3 in
Object.wait() [0x00007f8f90fdd000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007808d3168&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007808d3168&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-27" daemon prio=10 tid=0x00007f8f948e9800 nid=0x7ad2 runnable
[0x00007f8f910dd000]

   java.lang.Thread.State: RUNNABLE

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:387)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-26" daemon prio=10 tid=0x00007f8f9511d000 nid=0x7ad0 in
Object.wait() [0x00007f8f911df000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780922ac8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780922ac8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-25" daemon prio=10 tid=0x00007f8f9511c800 nid=0x7acf runnable
[0x00007f8f912e0000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-24" daemon prio=10 tid=0x00007f8f949ff800 nid=0x7ace runnable
[0x00007f8f913e1000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-23" daemon prio=10 tid=0x00007f8f94687000 nid=0x7acb in
Object.wait() [0x00007f8f914e2000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780966b68&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780966b68&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-22" daemon prio=10 tid=0x00007f8f9521b800 nid=0x7ac9 in
Object.wait() [0x00007f8f915e3000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x000000078098d280&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x000000078098d280&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-21" daemon prio=10 tid=0x00007f8f9449f800 nid=0x7ac8 in
Object.wait() [0x00007f8f916e4000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007809baa90&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007809baa90&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-20" daemon prio=10 tid=0x00007f8f94512800 nid=0x7ac7 in
Object.wait() [0x00007f8f917e5000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007809f7bc0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x00000007809f7bc0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-19" daemon prio=10 tid=0x00007f8f94511800 nid=0x7ac6 runnable
[0x00007f8f918e2000]

   java.lang.Thread.State: RUNNABLE

            at sun.misc.Unsafe.defineClass(Native Method)

            at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:45)

            at
sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:381)

            at java.security.AccessController.doPrivileged(Native Method)

            at
sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:377)

            at
sun.reflect.MethodAccessorGenerator.generateSerializationConstructor(MethodAccessorGenerator.java:95)

            at
sun.reflect.ReflectionFactory.newConstructorForSerialization(ReflectionFactory.java:313)

            at
java.io.ObjectStreamClass.getSerializableConstructor(ObjectStreamClass.java:1327)

            at
java.io.ObjectStreamClass.access$1500(ObjectStreamClass.java:52)

            at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:437)

            at java.security.AccessController.doPrivileged(Native Method)

            at java.io.ObjectStreamClass.&amp;lt;init&amp;gt;(ObjectStreamClass.java:413)

            at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:310)

            at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:547)

            at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)

            at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)

            at
java.io.ObjectInputStream.readClass(ObjectInputStream.java:1461)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1311)

            at
java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)

            at
java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)

            at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)

            at
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)

            at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)

            at
java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)

            at
java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)

            at
java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)

            at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)

            at java.util.ArrayList.readObject(ArrayList.java:593)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)

            at
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)

            at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)

            at
java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)

            at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)

            at java.util.ArrayList.readObject(ArrayList.java:593)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)

            at
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)

            at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)

            at
java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)

            at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)

            at java.util.ArrayList.readObject(ArrayList.java:593)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)

            at
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)

            at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)

            at
java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)

            at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)

            at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)

            at
org.apache.myfaces.application.jsp.JspStateManagerImpl.deserializeView(JspStateManagerImpl.java:579)

            at

org.apache.myfaces.application.jsp.JspStateManagerImpl.getSerializedViewFromServletSession(JspStateManagerImpl.jav

a:480)

            at

org.apache.myfaces.application.jsp.JspStateManagerImpl.restoreTreeStructure(JspStateManagerImpl.java:232)

            at
org.apache.myfaces.application.jsp.JspStateManagerImpl.restoreView(JspStateManagerImpl.java:267)

            at
org.ajax4jsf.framework.ajax.AjaxStateManager.restoreView(AjaxStateManager.java:83)

            at
org.apache.myfaces.application.jsp.JspViewHandlerImpl.restoreView(JspViewHandlerImpl.java:231)

            at
org.ajax4jsf.framework.ViewHandlerWrapper.restoreView(ViewHandlerWrapper.java:116)

            at
org.ajax4jsf.framework.ajax.AjaxViewHandler.restoreView(AjaxViewHandler.java:150)

            at
org.jenia.faces.template.handler.ViewHandler.restoreView(ViewHandler.java:263)

            at
org.ajax4jsf.framework.ViewHandlerWrapper.restoreView(ViewHandlerWrapper.java:116)

            at
org.ajax4jsf.framework.ajax.AjaxViewHandler.restoreView(AjaxViewHandler.java:150)

            at
org.apache.myfaces.lifecycle.RestoreViewExecutor.execute(RestoreViewExecutor.java:81)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"Java2D Disposer" daemon prio=10 tid=0x00007f8f8c656800 nid=0x7ac3 in
Object.wait() [0x00007f8f91aef000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007804838f0&amp;gt; (a
java.lang.ref.ReferenceQueue$Lock)

            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)

            - locked &amp;lt;0x00000007804838f0&amp;gt; (a
java.lang.ref.ReferenceQueue$Lock)

            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)

            at sun.java2d.Disposer.run(Disposer.java:127)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-18" daemon prio=10 tid=0x00007f8f94665800 nid=0x7ac2 runnable
[0x00007f8f91d8e000]

   java.lang.Thread.State: RUNNABLE

            at java.net.SocketInputStream.socketRead0(Native Method)

            at java.net.SocketInputStream.read(SocketInputStream.java:129)

            at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:735)

            at
org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:366)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:814)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-17" daemon prio=10 tid=0x00007f8f9569e000 nid=0x7ac1 runnable
[0x00007f8f92163000]

   java.lang.Thread.State: RUNNABLE

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:387)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-16" daemon prio=10 tid=0x00007f8f955bd000 nid=0x7ac0 in
Object.wait() [0x00007f8f92265000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780a4d690&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780a4d690&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-15" daemon prio=10 tid=0x00007f8f9511b800 nid=0x78f4 in
Object.wait() [0x00007f8f92366000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780a72478&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780a72478&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-14" daemon prio=10 tid=0x00007f8f94cc2000 nid=0x78f3 runnable
[0x00007f8f92466000]

   java.lang.Thread.State: RUNNABLE

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:387)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-13" daemon prio=10 tid=0x00007f8f94cc1800 nid=0x78f2 in
Object.wait() [0x00007f8f92568000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780a8f658&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780a8f658&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-12" daemon prio=10 tid=0x00007f8f948fe000 nid=0x78f1 in
Object.wait() [0x00007f8f92669000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780ab9e68&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780ab9e68&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-11" daemon prio=10 tid=0x00007f8f948fd800 nid=0x78ee runnable
[0x00007f8f92769000]

   java.lang.Thread.State: RUNNABLE

            at javax.faces.FacesException.&amp;lt;init&amp;gt;(FacesException.java:50)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:392)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-10" daemon prio=10 tid=0x00007f8f94cf9800 nid=0x78ed in
Object.wait() [0x00007f8f928cd000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780af5f38&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780af5f38&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-9" daemon prio=10 tid=0x00007f8f94d7c000 nid=0x78ea runnable
[0x00007f8f929cd000]

   java.lang.Thread.State: RUNNABLE

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:387)

            at
javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:235)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:230)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printComponent(DebugUtils.java:316)

            at
org.apache.myfaces.util.DebugUtils.printView(DebugUtils.java:150)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:142)

            at
org.apache.myfaces.util.DebugUtils.traceView(DebugUtils.java:122)

            at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)

            at
javax.faces.webapp.FacesServlet.service(FacesServlet.java:140)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)

            at
org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:44)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
de.lvg.blfd.filter.CustomCharacterEncodingFilter.doFilter(CustomCharacterEncodingFilter.java:22)

            at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

            at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

            at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

            at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

            at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563)

            at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

            at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

            at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

            at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

            at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)

            at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-8" daemon prio=10 tid=0x00007f8f94d7b800 nid=0x78e9 in
Object.wait() [0x00007f8f92acf000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780b485b8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780b485b8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"TP-Monitor" daemon prio=10 tid=0x00007f8f8c21b800 nid=0x78e8 in
Object.wait() [0x00007f8f92bd0000]

   java.lang.Thread.State: TIMED_WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007806c5fb8&amp;gt; (a
org.apache.tomcat.util.threads.ThreadPool$MonitorRunnable)

            at
org.apache.tomcat.util.threads.ThreadPool$MonitorRunnable.run(ThreadPool.java:565)

            - locked &amp;lt;0x00000007806c5fb8&amp;gt; (a
org.apache.tomcat.util.threads.ThreadPool$MonitorRunnable)

            at java.lang.Thread.run(Thread.java:662)



"TP-Processor4" daemon prio=10 tid=0x00007f8f8c219800 nid=0x78e7 runnable
[0x00007f8f92cd1000]

   java.lang.Thread.State: RUNNABLE

            at java.net.PlainSocketImpl.socketAccept(Native Method)

            at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)

            - locked &amp;lt;0x00000007806c6608&amp;gt; (a java.net.SocksSocketImpl)

            at java.net.ServerSocket.implAccept(ServerSocket.java:462)

            at java.net.ServerSocket.accept(ServerSocket.java:430)

            at
org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:312)

            at
org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:666)

            at
org.apache.jk.common.ChannelSocket$SocketAcceptor.runIt(ChannelSocket.java:877)

            at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)

            at java.lang.Thread.run(Thread.java:662)



"TP-Processor3" daemon prio=10 tid=0x00007f8f8c5e8800 nid=0x78e6 in
Object.wait() [0x00007f8f92dd2000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007806c5868&amp;gt; (a
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:662)

            - locked &amp;lt;0x00000007806c5868&amp;gt; (a
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

            at java.lang.Thread.run(Thread.java:662)



"TP-Processor2" daemon prio=10 tid=0x00007f8f8c5e7000 nid=0x78e5 in
Object.wait() [0x00007f8f93026000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007806c5ad8&amp;gt; (a
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:662)

            - locked &amp;lt;0x00000007806c5ad8&amp;gt; (a
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

            at java.lang.Thread.run(Thread.java:662)



"TP-Processor1" daemon prio=10 tid=0x00007f8f8c5e5800 nid=0x78e4 in
Object.wait() [0x00007f8f93127000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x00000007806c5d48&amp;gt; (a
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:662)

            - locked &amp;lt;0x00000007806c5d48&amp;gt; (a
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)

            at java.lang.Thread.run(Thread.java:662)



"http-8443-Acceptor-0" daemon prio=10 tid=0x00000000408e1000 nid=0x78e3
runnable [0x00007f8f92ed3000]

   java.lang.Thread.State: RUNNABLE

            at java.net.PlainSocketImpl.socketAccept(Native Method)

            at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)

            - locked &amp;lt;0x00000007806c71c0&amp;gt; (a java.net.SocksSocketImpl)

            at java.net.ServerSocket.implAccept(ServerSocket.java:462)

            at
com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:261)

            at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:152)

            at
org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:352)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-7" daemon prio=10 tid=0x00007f8f955fc800 nid=0x78e2 in
Object.wait() [0x00007f8f93228000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780b5fef8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780b5fef8&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-6" daemon prio=10 tid=0x00007f8f955fb000 nid=0x78e1 in
Object.wait() [0x00007f8f93329000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780b551a0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780b551a0&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-5" daemon prio=10 tid=0x00007f8f954ca800 nid=0x78e0 in
Object.wait() [0x00007f8f9342a000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780b57358&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780b57358&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-4" daemon prio=10 tid=0x000000004077c800 nid=0x78df in
Object.wait() [0x00007f8f9352b000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780b9d538&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780b9d538&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-3" daemon prio=10 tid=0x0000000040e3b800 nid=0x78de in
Object.wait() [0x00007f8f9362c000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780bb1848&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780bb1848&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-2" daemon prio=10 tid=0x000000004092c800 nid=0x78dd in
Object.wait() [0x00007f8f9372d000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780b93a20&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780b93a20&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-1" daemon prio=10 tid=0x00000000408c0000 nid=0x78dc in
Object.wait() [0x00007f8f9382e000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780bfaf18&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at java.lang.Object.wait(Object.java:485)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.await(JIoEndpoint.java:458)

            - locked &amp;lt;0x0000000780bfaf18&amp;gt; (a
org.apache.tomcat.util.net.JIoEndpoint$Worker)

            at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:484)

            at java.lang.Thread.run(Thread.java:662)



"http-8080-Acceptor-0" daemon prio=10 tid=0x0000000040966800 nid=0x78db
runnable [0x00007f8f9392f000]

   java.lang.Thread.State: RUNNABLE

            at java.net.PlainSocketImpl.socketAccept(Native Method)

            at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)

            - locked &amp;lt;0x0000000780c05c48&amp;gt; (a java.net.SocksSocketImpl)

            at java.net.ServerSocket.implAccept(ServerSocket.java:462)

            at java.net.ServerSocket.accept(ServerSocket.java:430)

            at
org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:61)

            at
org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:352)

            at java.lang.Thread.run(Thread.java:662)



"ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon prio=10
tid=0x0000000040973000 nid=0x78da waiting

on condition [0x00007f8f93a30000]

   java.lang.Thread.State: TIMED_WAITING (sleeping)

            at java.lang.Thread.sleep(Native Method)

            at
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1579)

            at java.lang.Thread.run(Thread.java:662)



"PageSavingThread-WicketApplication" daemon prio=10 tid=0x0000000040550000
nid=0x78d8 waiting on condition

[0x00007f8f93b31000]

   java.lang.Thread.State: TIMED_WAITING (sleeping)

            at java.lang.Thread.sleep(Native Method)

            at
org.apache.wicket.protocol.http.pagestore.DiskPageStore$PageSavingThread.run(DiskPageStore.java:977)

            at java.lang.Thread.run(Thread.java:662)



"PageSavingThread-WicketApplication" daemon prio=10 tid=0x0000000040771800
nid=0x78d4 waiting on condition

[0x00007f8f9816c000]

   java.lang.Thread.State: TIMED_WAITING (sleeping)

            at java.lang.Thread.sleep(Native Method)

            at
org.apache.wicket.protocol.http.pagestore.DiskPageStore$PageSavingThread.run(DiskPageStore.java:977)

            at java.lang.Thread.run(Thread.java:662)



"GC Daemon" daemon prio=10 tid=0x00007f8f94b1d800 nid=0x78cd in
Object.wait() [0x00007f8f985ee000]

   java.lang.Thread.State: TIMED_WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780000140&amp;gt; (a sun.misc.GC$LatencyLock)

            at sun.misc.GC$Daemon.run(GC.java:100)

            - locked &amp;lt;0x0000000780000140&amp;gt; (a sun.misc.GC$LatencyLock)



"Low Memory Detector" daemon prio=10 tid=0x00007f8f94003800 nid=0x78cb
runnable [0x0000000000000000]

   java.lang.Thread.State: RUNNABLE



"CompilerThread1" daemon prio=10 tid=0x00007f8f94001000 nid=0x78ca waiting
on condition [0x0000000000000000]

   java.lang.Thread.State: RUNNABLE



"CompilerThread0" daemon prio=10 tid=0x00000000401ae800 nid=0x78c9 waiting
on condition [0x0000000000000000]

   java.lang.Thread.State: RUNNABLE



"Signal Dispatcher" daemon prio=10 tid=0x00000000401ac800 nid=0x78c8
waiting on condition [0x0000000000000000]

   java.lang.Thread.State: RUNNABLE



"Finalizer" daemon prio=10 tid=0x000000004018e000 nid=0x78c7 runnable
[0x00007f8f98d81000]

   java.lang.Thread.State: RUNNABLE

            at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)

            at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83)

            at java.lang.ref.Finalizer.access$100(Finalizer.java:14)

            at
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160)



"Reference Handler" daemon prio=10 tid=0x0000000040186800 nid=0x78c6 in
Object.wait() [0x00007f8f98e82000]

   java.lang.Thread.State: WAITING (on object monitor)

            at java.lang.Object.wait(Native Method)

            - waiting on &amp;lt;0x0000000780000120&amp;gt; (a
java.lang.ref.Reference$Lock)

            at java.lang.Object.wait(Object.java:485)

            at
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)

            - locked &amp;lt;0x0000000780000120&amp;gt; (a java.lang.ref.Reference$Lock)



"main" prio=10 tid=0x0000000040113800 nid=0x78b7 runnable
[0x00007f8f9f4dc000]

   java.lang.Thread.State: RUNNABLE

            at java.net.PlainSocketImpl.socketAccept(Native Method)

            at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)

            - locked &amp;lt;0x0000000780c2c1d0&amp;gt; (a java.net.SocksSocketImpl)

            at java.net.ServerSocket.implAccept(ServerSocket.java:462)

            at java.net.ServerSocket.accept(ServerSocket.java:430)

            at
org.apache.catalina.core.StandardServer.await(StandardServer.java:389)

            at org.apache.catalina.startup.Catalina.await(Catalina.java:662)

            at org.apache.catalina.startup.Catalina.start(Catalina.java:614)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at java.lang.reflect.Method.invoke(Method.java:597)

            at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)

            at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)



"VM Thread" prio=10 tid=0x0000000040182800 nid=0x78c5 runnable



"GC task thread#0 (ParallelGC)" prio=10 tid=0x0000000040126800 nid=0x78b8
runnable



"GC task thread#1 (ParallelGC)" prio=10 tid=0x0000000040128000 nid=0x78b9
runnable



"GC task thread#2 (ParallelGC)" prio=10 tid=0x000000004012a000 nid=0x78ba
runnable



"GC task thread#3 (ParallelGC)" prio=10 tid=0x000000004012c000 nid=0x78bb
runnable



"GC task thread#4 (ParallelGC)" prio=10 tid=0x000000004012d800 nid=0x78bc
runnable



"GC task thread#5 (ParallelGC)" prio=10 tid=0x000000004012f800 nid=0x78bd
runnable



"GC task thread#6 (ParallelGC)" prio=10 tid=0x0000000040131800 nid=0x78be
runnable



"GC task thread#7 (ParallelGC)" prio=10 tid=0x0000000040133800 nid=0x78bf
runnable



"GC task thread#8 (ParallelGC)" prio=10 tid=0x0000000040135000 nid=0x78c0
runnable



"GC task thread#9 (ParallelGC)" prio=10 tid=0x0000000040137000 nid=0x78c1
runnable



"GC task thread#10 (ParallelGC)" prio=10 tid=0x0000000040139000 nid=0x78c2
runnable



"GC task thread#11 (ParallelGC)" prio=10 tid=0x000000004013a800 nid=0x78c3
runnable



"GC task thread#12 (ParallelGC)" prio=10 tid=0x000000004013c800 nid=0x78c4
runnable



"VM Periodic Task Thread" prio=10 tid=0x00007f8f94016000 nid=0x78cc waiting
on condition



JNI global references: 1710



Heap

 PSYoungGen      total 674496K, used 156558K [0x00000007d5560000,
0x0000000800000000, 0x0000000800000000)

  eden space 654720K, 23% used
[0x00000007d5560000,0x00000007dee43af0,0x00000007fd4c0000)

  from space 19776K, 0% used
[0x00000007fecb0000,0x00000007fecb0000,0x0000000800000000)

  to   space 22144K, 0% used
[0x00000007fd4c0000,0x00000007fd4c0000,0x00000007fea60000)

 PSOldGen        total 1398144K, used 1398143K [0x0000000780000000,
0x00000007d5560000, 0x00000007d5560000)

  object space 1398144K, 99% used
[0x0000000780000000,0x00000007d555fff0,0x00000007d5560000)

 PSPermGen       total 524288K, used 142585K [0x0000000760000000,
0x0000000780000000, 0x0000000780000000)

  object space 524288K, 27% used
[0x0000000760000000,0x0000000768b3e730,0x0000000780000000)
&lt;/pre&gt;</description>
    <dc:creator>Christian Kaufhold</dc:creator>
    <dc:date>2012-05-16T14:46:38</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.tomcat.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.tomcat.user</link>
  </textinput>
</rdf:RDF>

