The Point of the Bug Collection
This kind of stuff shouldn't happen. It often does.
Everybody's expectation of the internet is low.
That's just plain wrong!
These are examples of the kinds of issues you get with commonly accepted web application development environments.
From Perl-Open Web Mail
Software error:
ndbm store returned -1, errno 122, key
"<200411232011.iANKAxNd005398@milliways.osl.iu.edu>" at
/home/openwebmail/cgi-bin/openwebmail/maildb.pl line 180,
chunk 12684.
For help, please send mail to the webmaster (admin), giving this error message
and the time and date of the error.
Apparently they're using ndbm of all things!
Error page exception
The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.
Original Exception:
Error Message: File not found: equipment.html:NOSSLError Code: 404
Target Servlet: SimpleFileServlet
Error Stack:
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: File not found: equipment.html:NOSSL
at com.ibm.ws.webcontainer.srt.SRTServletResponseContext.sendError(SRTServletResponseContext.java:152)
at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:626)
at com.ibm.ws.webcontainer.servlet.SimpleFileServlet.doGet(SimpleFileServlet.java:319)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
Error Page Exception:
Error Message: Unable to compile class for JSP An error occurred at line: 10 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:69: Undefined variable or class name: error out.print( error.getMessage() ); ^ An error occurred at line: 11 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:76: Undefined variable or class name: a out.print(a.getStyleSheetURI()); ^ An error occurred at line: 16 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:83: Undefined variable or class name: error out.print( error.getErrorCode() ); ^ An error occurred at line: 19 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:97: Undefined variable or class name: error out.print( error.getMessage() ); ^ An error occurred at line: 20 in the jsp file: /error.jsp Generated servlet error: /usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:104: Undefined variable or class name: error out.print( error.getStackTrace() ); ^ 5 errorsError Code: 0
Target Servlet: null
Error Stack:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 10 in the jsp file: /error.jsp
Generated servlet error:
/usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:69: Undefined variable or class name: error
out.print( error.getMessage() );
^
An error occurred at line: 11 in the jsp file: /error.jsp
Generated servlet error:
/usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:76: Undefined variable or class name: a
out.print(a.getStyleSheetURI());
^
An error occurred at line: 16 in the jsp file: /error.jsp
Generated servlet error:
/usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:83: Undefined variable or class name: error
out.print( error.getErrorCode() );
^
An error occurred at line: 19 in the jsp file: /error.jsp
Generated servlet error:
/usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:97: Undefined variable or class name: error
out.print( error.getMessage() );
^
An error occurred at line: 20 in the jsp file: /error.jsp
Generated servlet error:
/usr/local/WebSphere/AppServer/temp/webprd4/Steelroads_Server2/Steelroads/Steelroads.war/_error.java:104: Undefined variable or class name: error
out.print( error.getStackTrace() );
^
5 errors
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:369)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:129)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.loadJSP(JspServlet.java:939)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$1.run(JspServlet.java:273)
at java.security.AccessController.doPrivileged(Native Method)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:270)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:321)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet.java:675)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java:773)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
at com.ibm.ws.webcontainer.webapp.WebApp.handleError(WebApp.java:1029)
at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:891)
at com.ibm.ws.webcontainer.srt.SRTServletResponseContext.sendError(SRTServletResponseContext.java:160)
at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:626)
at com.ibm.ws.webcontainer.servlet.SimpleFileServlet.doGet(SimpleFileServlet.java:319)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
From Demo of PHP CMS system at>
Shopping cart at www.product-catalog.com - Cold Fusion
Try AgainWe've had a problem fulfilling your request. Please hit the grey button and return to the storefront entrance.
Thank you for your patience.
MAIN SITE DALTON.Net (My DSL ISP) PHP Errors
Warning: main(): open_basedir restriction in effect. File(/home/.sites/28/site1/geeklog/config.php) is not within the allowed path(s): (/home/httpd/vhosts/dalton.net/httpdocs:/tmp) in /home/httpd/vhosts/dalton.net/httpdocs/portal/lib-common.php on line 69
Warning: main(/home/.sites/28/site1/geeklog/config.php): failed to open stream: Operation not permitted in /home/httpd/vhosts/dalton.net/httpdocs/portal/lib-common.php on line 69
Fatal error: main(): Failed opening required '/home/.sites/28/site1/geeklog/config.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/dalton.net/httpdocs/portal/lib-common.php on line 69
http://nist.time.gov/timezone.cgi?Eastern/d/-5/java/java
Server Error
This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.http://www.codesaw.com: login.php
On trying to login I got:Cannot connect.
http://named.dalton.net/webmail/
Software error:
ndbm store returned -1, errno 122, key "<154611290459.XAA13898Long_Bond_ethylenediaminetetraacetic@gmail.com>" at /home/openwebmail/cgi-bin/openwebmail/maildb.pl line 180,chunk 88939.
For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error.
http://www.artandartist.org/ Plone and python
Site ErrorAn error was encountered while publishing this resource. AttributeError Sorry, a site error occurred.Traceback (innermost last):
Troubleshooting Suggestions
For more detailed information about the error, please refer to error log. If the error persists please contact the site maintainer. Thank you for your patience. |
From Nature.Com
VelocityViewServlet : Error processing the template
Unable to find resource '/news/not_found.vm'org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource '/news/not_found.vm'
at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java(Compiled Code))
at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java(Compiled Code))
at nature.news.velocity.NPGVelocityViewServlet.handleRequest(Unknown Source)
at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(VelocityViewServlet.java(Compiled Code))
at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doGet(VelocityViewServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
...
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java(Compiled Code))
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java(Compiled Code))
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java(Compiled Code))
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java(Compiled Code))
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java(Compiled Code))
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java(Compiled Code))
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java(Compiled Code))
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:786)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
at java.lang.Thread.run(Thread.java:568)
Grok that?!
BrandX Pictures ASP
( OLEDB to ODBC to SQL Server? These were just bad design choices.)
Microsoft OLE DB Provider for ODBC Drivers error '80040e31'
[Microsoft][ODBC SQL Server Driver]Timeout expired
C:INETPUBBRANDXPICTURES.COMLOGIN../RegisterInclude.asp, line 219
From DUTIL.com Bill pay registration
This
is actually an ASP page replacement for Linux C++ code (I wrote) that never had
problems! |
|
| There is a problem with the page you are trying to reach and it cannot be displayed. | |
|
Please try the following:
HTTP 500.100 - Internal Server
Error - ASP error
| |
