[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-07-28 Thread Thierry Carrez
Yes, to match upstream behavior we disabled security by default in Lucid (10.04), which basically avoids the problem altogether. I still think we should strive for a better security configuration shipped in the package though (for those trying to enable it), so I will test and add your suggested

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-07-28 Thread Bob Kerns
Great! It would be even better if someone (you or I or an interested bystander) figured out just what permissions it really needs. I tried guessing, but that didn't work. Since (as is typical of classloader issues) it doesn't really tell you what went wrong, this probably needs either seriously

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-07-27 Thread Bob Kerns
** Changed in: tomcat6 (Ubuntu) Status: Invalid = New -- tomcat6 with spring throws org/springframework/core/NestedExceptionUtils https://bugs.launchpad.net/bugs/374567 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat6 in

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-07-27 Thread Bob Kerns
Reopening, with added information and a better workaround... The problem here is that insufficient privileges are given to tomcat- juli.jar in /etc/tomcat6/policy.d/03catalina.policy. i haven't determined yet the specific missing permissions, but giving this jar file all permissions does resolve

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-07-27 Thread Bob Kerns
BTW, this was originally reported in Jaunty -- I'm encountering it in Karmic Koala. -- tomcat6 with spring throws org/springframework/core/NestedExceptionUtils https://bugs.launchpad.net/bugs/374567 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2010-01-25 Thread Chuck Short
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-12-14 Thread Thierry Carrez
We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks! -- tomcat6 with spring throws org/springframework/core/NestedExceptionUtils https://bugs.launchpad.net/bugs/374567 You received this

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-10-14 Thread Thierry Carrez
We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks! ** Changed in: tomcat6 (Ubuntu) Importance: Undecided = Low -- tomcat6 with spring throws

Re: [Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-10-14 Thread Calum
I'm just at work now, so I'll have a look when I'm back at home. On Wed, Oct 14, 2009 at 2:57 PM, Thierry Carrez thierry.car...@ubuntu.com wrote: We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-08-31 Thread Thierry Carrez
This bug was closed because it's assumed to be a Spring / Tomcat6 SecurityManager incompatibility (then it's not a bug in our Tomcat6 packaging). Do you manage to run it with a SecurityManager with the stock Tomcat6 from Apache, and the same JDK ? If yes, then it's a valid Ubuntu bug, and please

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-08-31 Thread Calum
I'd just like to say that I'm getting this too, and the big problem here is that there is nothing in any logs I can see that actually says what the permission not being granted is. Usually, the error includes something like... java.security.AccessControlException: access denied

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-08-31 Thread Calum
Can we have another look at this one, please? ** Changed in: tomcat6 (Ubuntu) Status: Invalid = New -- tomcat6 with spring throws org/springframework/core/NestedExceptionUtils https://bugs.launchpad.net/bugs/374567 You received this bug notification because you are a member of Ubuntu

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-08-31 Thread Calum
Also, I don't want to just disable the security manager which is mentioned as a workaround above. -- tomcat6 with spring throws org/springframework/core/NestedExceptionUtils https://bugs.launchpad.net/bugs/374567 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-05-12 Thread Thierry Carrez
Yes, by default we run Tomcat with a security manager, which means you need to configure rights for your application in the policy files. See instructions at: http://tomcat.apache.org/tomcat-6.0-doc/security-manager-howto.html Given the complexity of getting security policy files right,

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-05-10 Thread Thag
Forgot platform details: This is an up to data jaunty 64 bit system. It's running without an X server, if that matters. I know some java apps barf because of this. # update-java-alternatives -l java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk java-gcj 1042 /usr/lib/jvm/java-gcj It's set to

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-05-10 Thread Thag
** Attachment added: This is the web service that exhibits the problem on tomcat6 http://launchpadlibrarian.net/26540236/service-war.war -- tomcat6 with spring throws org/springframework/core/NestedExceptionUtils https://bugs.launchpad.net/bugs/374567 You received this bug notification

[Bug 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-05-10 Thread Thag
Found a workaround, disabling TOMCAT_SECURITY in /etc/init.d/tomcat6 allows this app to run. -Bruce -- tomcat6 with spring throws org/springframework/core/NestedExceptionUtils https://bugs.launchpad.net/bugs/374567 You received this bug notification because you are a member of Ubuntu Server