On Feb 15, 2008 3:27 PM, John Cabral <[EMAIL PROTECTED]> wrote: > I'm trying this with a plain old text file. This is throwing an error > with this report: > > [java] Feb 15, 2008 2:43:19 PM > org.apache.uima.internal.JmxMBeanAgent.registerMBean > [java] WARNING: JMX failiure: Failed to register > MBean.java.lang.reflect.InvocationTargetException > > .... > > [java] Caused by: java.security.AccessControlException: access denied > (javax.management.MBeanTrustPermission register) >
This is just a Warning, not an Error, and I don't believe it's related to your use of setSofaDataURI. I think if you try using setDocumentText() instead of setSofaDataURI you'll still see this warning. I haven't seen this partciular MBeanTrustPermission problem before - probably it's related to some security setting in Tomcat that prevents servlets from registering MBeans? -Adam
