Logger cannot be created!
java.io.IOException: Couldn't get lock for OEMAPIXmlRpcLog.log
        at java.util.logging.FileHandler.openFiles(FileHandler.java:361)
        at java.util.logging.FileHandler.<init>(FileHandler.java:232)
        at com.mypublisher.oemapi.OEMAPILogger.<init>(OEMAPILogger.java:34)
        at
com.mypublisher.oemapi.OEMAPILogger.getInstance(OEMAPILogger.java:50)
        at com.mypublisher.oemapi.SubmitOrder.<init>(SubmitOrder.java:26)
        at
com.mypublisher.oemapi.xmlrpc.XmlRpcServlet.<init>(XmlRpcServlet.java:33)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcces
sorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc
torAccessorImpl.java:27)

I am using java.util.logging API to do logging in my application. For some
reason Tomcat is not able to get the log.
Can anyone help mw with this..is it a permission thing?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to