No, I don't have any info to setup this for solr with glassfish. If anyone has such a doc for any other application server, such as tomcat, that would be a great help.
________________________________ From: Andrea Gazzarini <andrea.gazzar...@atcult.it> To: solr-user@lucene.apache.org; Xue-Feng Yang <just4l...@yahoo.com> Sent: Tuesday, July 26, 2011 2:24:48 PM Subject: Re: Severe errors in solr configuration I don't know glassfish; the error you're reporting is a low-level security exception (method access) and doesn't seem to be related with web application (JAAS) security. Did you change the web.xml of solr war for including security constraints, security collections, login-config, roles and so on? But again...I don't know -----Original Message----- From: Xue-Feng Yang <just4l...@yahoo.com> Date: Tue, 26 Jul 2011 10:13:41 To: solr-user@lucene.apache.org<solr-user@lucene.apache.org> Reply-To: solr-user@lucene.apache.org Subject: Severe errors in solr configuration Hi all, I'm new to solr. I installed solr 3.3 with glassfish 3.1 in ubuntu 10.4. It works fine until I set security manager in glassfish since I don't want to everyone can reach the solr's admin page. The error message was as follows. Severe errors in solr configuration. Check your log files for more detailed information on what may be wrong. If you want solr to continue after configuration errors, change: <abortOnConfigurationError>false</abortOnConfigurationError> in solr.xml ------------------------------------------------------------- java.security.AccessControlException: access denied (javax.management.MBeanServerPermission findMBeanServer) ......... Any help is welcome. Thanks