Could you provide the relevant sections of the logs pertaining to this error?
On Tue, Jul 26, 2011 at 12:13 PM, Xue-Feng Yang <just4l...@yahoo.com> wrote: > 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