Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2123818 | 5.0u3 | Stanley Ho | P4 | Resolved | Fixed | b05 |
This issue is with an application logging a print error every time the application performs a print, even though the print is successful. This causes a roundtrip back to the server to log a message that needs to be eliminated. This is shown, it seems, as a bug but no fix is being provided.
Servlet Error: File not found: META-INF/services/javax.print.PrintServiceLookup: javax.servlet.ServletException: File not found: META-INF/services/javax.print.PrintServiceLookup
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:227)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:106)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:154)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:332)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:251)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:144)
Customer is requesting a mechanism to stop this from being logged without having to do any additional work or setup such as the workaround that was proposed.
test case is attached
###@###.### 2005-1-10 18:08:32 GMT
Servlet Error: File not found: META-INF/services/javax.print.PrintServiceLookup: javax.servlet.ServletException: File not found: META-INF/services/javax.print.PrintServiceLookup
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:227)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:106)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:154)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:332)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:251)
at com.ibm.ws.util.CachedThread.run(ThreadPool.java:144)
Customer is requesting a mechanism to stop this from being logged without having to do any additional work or setup such as the workaround that was proposed.
test case is attached
###@###.### 2005-1-10 18:08:32 GMT
- backported by
-
JDK-2123818 Disable META-INF/* lookup from codebase in applet/plugin classloader
- Resolved
- duplicates
-
JDK-6238729 Unnecessary request for service provider on the webserver
- Closed
-
JDK-4889311 javax.sound SPI extensions from applet's JAR don't work with plugin
- Closed
- relates to
-
JDK-6212262 Printing from an applet throws an exception the first time it is tried.
- Closed