Closed Bug 237652 Opened 20 years ago Closed 20 years ago

Consistent java.lang.NullPointerException when going to this page

Categories

(Core Graveyard :: Java: OJI, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: frazier, Assigned: yuanyi21)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040218
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a) Gecko/20040218

Both Safari and IE are able to access page without error.  Actual results box
below show content of error page.

Reproducible: Always
Steps to Reproduce:
1.Browse to http://eshop.macsales.com
2.
3.

Actual Results:  
 The system has attempted to use an undefined value, which usually indicates a
programming error, either in your code or some system code.

Null Pointers are another name for undefined values.
 
The error occurred in
/opt/jrun4/servers/fastermac/cfusion-ear/cfusion-war/Application.cfm: line 1

1 : <cfapplication clientmanagement="Yes" name="eShop"
sessiontimeout="#CreateTimeSpan(0, 0, 95, 0)#" setclientcookies="Yes"
sessionmanagement="Yes">
2 : 
3 : <!--- Start - For Banner Module --->

Please try the following:

    * Check the ColdFusion documentation to verify that you are using the
correct syntax.
    * Search the Knowledge Base to find a solution to your problem.

Browser   	Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7a)
Gecko/20040218
Remote Address   	129.186.145.49
Referrer   	
Date/Time   	16-Mar-04 09:26 AM
Stack Trace
at
cfApplication2ecfm1824482240.runPage(/opt/jrun4/servers/fastermac/cfusion-ear/cfusion-war/Application.cfm:1)

java.lang.NullPointerException
	at coldfusion.runtime.ClientScopeKey.hashCode(ClientScopeKey.java:29)
	at java.util.Hashtable.get(Hashtable.java:333)
	at
coldfusion.runtime.ClientScopeServiceImpl.GetClientScope(ClientScopeServiceImpl.java:168)
	at coldfusion.tagext.lang.ApplicationTag.setupClientScope(ApplicationTag.java:565)
	at coldfusion.tagext.lang.ApplicationTag.doStartTag(ApplicationTag.java:283)
	at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1871)
	at
cfApplication2ecfm1824482240.runPage(/opt/jrun4/servers/fastermac/cfusion-ear/cfusion-war/Application.cfm:1)
	at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
	at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
	at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
	at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:30)
	at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:93)
	at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
	at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
	at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
	at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
	at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
	at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
	at coldfusion.CfmServlet.service(CfmServlet.java:105)
	at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
	at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)
	at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
	at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
	at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


Expected Results:  
Display referenced page
WFM Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040315
Firefox/0.8
Assignee: blackconnect → kyle.yuan
Component: Java-Implemented Plugins → Java: OJI
You're looking at a crash on the webserver of that site, not of Mozilla. The
server just reported that Java error to the browser. The site itself doesn't
even use Java.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
I recognized this as an event on the web server when I saw it.  Although I
certainly claim no expertise.  However, noting that this is an event at the
server and not in Mozilla, per se, does not explain why the event occurs only
when the browser is Mozilla.  I would conceed that entering it as a Java Plugin
event was probably erroneous.  Figuring out how to classify an event can be
problematic for the casual user.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
This is a ColdFusion bug.  It has nothing to do with Mozilla.
-> INVALID

(see also bug 224779 and bug 196354 )
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → INVALID
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.