Hi ,
I am trying to run jasper-report server in a docker and trying to add phoenix jdbc driver to the same. Whil I am doing so, i see the below exception.
Kindly Suggest something for the same.
2016-11-15 13:14:43,997 ERROR JNDIResourceProvider,localhost-startStop-1:75 - error closing context
javax.naming.OperationNotSupportedException: Context is read only
at org.apache.naming.NamingContext.checkWritable(NamingContext.java:967)
at org.apache.naming.NamingContext.close(NamingContext.java:767)
at com.tonbeller.tbutils.res.JNDIResourceProvider.close(JNDIResourceProvider.java:72)
| at com.tonbeller.tbutils.res.CompositeResourceProvider.close(CompositeResourceProvider.java:56)
| at com.tonbeller.tbutils.res.ResourcesFactory.initialize(ResourcesFactory.java:163)
| at com.tonbeller.tbutils.res.ResourcesFactory.<init>(ResourcesFactory.java:92)
| at com.tonbeller.tbutils.res.ResourcesFactory.<clinit>(ResourcesFactory.java:89)
| at com.tonbeller.tbutils.res.ResourcesFactoryContextListener.contextInitialized(ResourcesFactoryContextListener.java:23)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
| at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)
| at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
| at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899)
| at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875)
| at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
| at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1260)
| at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:2002)
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
| at java.util.concurrent.FutureTask.run(FutureTask.java:262)
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
| at java.lang.Thread.run(Thread.java:745)
I'm having the same issue. I'm not sure what this affects but I'd like to resolve this.