Closed
Bug 290140
Opened 20 years ago
Closed 19 years ago
Java exception dropped when accessing Oracle Internet Filesystem (9iFS)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: jozsefke, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Firefox displays a java expection instead of the Login Window of Oracle IFS. Reproducible: Always Steps to Reproduce: Because of security reasons the mentioned web page cannot be accessed from the anywhere, so it cannot be reproduced by anybody. Actual Results: The following Java exception is dropped: 500 Internal Server Error java.lang.NullPointerException at java.util.StringTokenizer.<init>(StringTokenizer.java:122) at java.util.StringTokenizer.<init>(StringTokenizer.java:138) at oracle.ifs.clients.webui.HTTPServletUtil.getLocales(HTTPServletUtil.java:95) at oracle.ifs.clients.webui.HTTPServletUtil.getLocale(HTTPServletUtil.java:81) at oracle.ifs.clients.webui.WebUILogin.getWebUILogin(WebUILogin.java:125) at _files._ifs._webui._jsps._login._jspService(_login.java:69) [SRC:/files/ifs/webui/jsps/login.jsp:17] at com.orionserver[Oracle9iAS (9.0.2.3) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407) at oracle.ifs.protocols.dav.impl.IfsDavServlet.processJsp(IfsDavServlet.java:2879) at oracle.ifs.protocols.dav.impl.IfsDavServlet.doGet(IfsDavServlet.java:932) at oracle.ifs.protocols.dav.DavServlet.processRequest(DavServlet.java:2384) at oracle.ifs.protocols.dav.DavServlet.service(DavServlet.java:2177) at oracle.ifs.protocols.dav.impl.IfsDavServlet.service(IfsDavServlet.java:548) at javax.servlet.http.HttpServlet.service(HttpServlet.java:336) at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:284) at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539) at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285) at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771) at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:170) at com.evermind[Oracle9iAS (9.0.2.3) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802) at java.lang.Thread.run(Thread.java:484) Expected Results: The login window of Oracle Internet File System should appear. The same page works just fine with IE 5.5.
Comment 1•20 years ago
|
||
INVALID This looks like an issue with Oracle IFS not Firefox... Firefox is not returning part of the HTTP Header that Oracle expects. It's trying to split a NULL, expecting a string. Unable to identify the part of HTTP header the application is attemping to access. Server Applications should NEVER really on Header information!
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 3•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•