Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 32985 invoked from network); 14 Jul 2009 21:35:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jul 2009 21:35:34 -0000 Received: (qmail 50555 invoked by uid 500); 14 Jul 2009 21:35:43 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 50498 invoked by uid 500); 14 Jul 2009 21:35:43 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 50490 invoked by uid 99); 14 Jul 2009 21:35:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jul 2009 21:35:43 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.60] (HELO smtp105.prem.mail.sp1.yahoo.com) (98.136.44.60) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 14 Jul 2009 21:35:34 +0000 Received: (qmail 95068 invoked from network); 14 Jul 2009 21:35:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=R84C7Foqeqhxb91vPsYRRtS46RYgKWkXUVKBCn6sR02qGxFk7oIR9uQt9AsRZ0cRjy1GTBUR7FU7O6znye9snJDPvfeL5T6Iq4buORSyjlK4NjTxxaq4LkL0VXn1pMUaJwcpjLYysrjJ6CIV+7523rqlkjzJvz8YAEGQ0rjsMxk= ; Received: from 076-076-148-215.pdx.net (david_jencks@76.76.148.215 with plain) by smtp105.prem.mail.sp1.yahoo.com with SMTP; 14 Jul 2009 14:35:13 -0700 PDT X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-YMail-OSG: 5yH2rBAVM1m87Tn3986vFG46hY4r9ta3m_Eza046DXpUQma1TrH3DICS_CL8CWe3yHZKzcrKQ8c3gghXD6AqeydTuvj8DpzaFpUZoY0Lh9EMgaWhr8mlKv_5hzjNsooWGGJN8F9V.ekr2EutUC.4QchGpcrHSmU3hYZMiDh4O9C25yYg6AsGD6wVJLYx3ogHSfSh0Fqe7nJ45OPAGUp7fgiBQs6VfOMatPrPcy7.9mYs1pq0SF6tnSWFvZ6yMJvgChqaIFDp1n0BApIjaMODV8qpTtXzW596xGsEpotKbdaEL32xWTwbnv1O_DgoJm4WplnpxWQcqQpjct5cDEd9 X-Yahoo-Newman-Property: ymail-3 Message-Id: <3203679B-8142-4BB8-A767-B8AF8BBF3F16@yahoo.com> From: David Jencks To: user@geronimo.apache.org In-Reply-To: <24487458.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: EJB & Web App losing Subject Date: Tue, 14 Jul 2009 14:35:12 -0700 References: <24485373.post@talk.nabble.com> <24487458.post@talk.nabble.com> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 14, 2009, at 1:50 PM, Kory Markevich wrote: > > > djencks wrote: >> What creates the new non-working thread? In geronimo we generally >> don't assume anything about the relationship between threads so if >> you >> want the new thread to get a particular security context you'll have >> to install it youself. > Just to clarify, we aren't trying to create new threads. I just > assumed > that geronimo/tomcat was doing it to service multiple connections or > something. Looking at the bottom of the stack dump for the > exception, it > looks like a tomcat worker thread: > > > at > org > .apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java: > 286) > at > org > .apache.coyote.http11.Http11Processor.process(Http11Processor.java: > 845) > at > org.apache.coyote.http11.Http11Protocol > $Http11ConnectionHandler.process(Http11Protocol.java:583) > at org.apache.tomcat.util.net.JIoEndpoint > $Worker.run(JIoEndpoint.java:447) > at java.lang.Thread.run(Thread.java:619) > > The snipped part is all the valve, filter, controller and openejb > stuff, > pretty standard. > > Oh, and I forgot to mention in the original post that we're using > 2.1.4. good choice :-) OK, this is weird, I've never seen a bug in this area. What kind of authentication does the web app use? Can you show the entire stack trace to the ejb security exception? thanks david jencks > > -- > View this message in context: http://www.nabble.com/EJB---Web-App-losing-Subject-tp24485373s134p24487458.html > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >