Error Running Extension against CF9 MultiServer Locally installed

I am running CF9 Multiserver locally and the Coldbox Extension
installed fine, but when I try to actually use it I get the following
error. Any thoughts? Thanks

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.

Resources:
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 Jakarta Commons-HttpClient/3.1
Remote Address 127.0.0.1
Referrer
Date/Time 19-Aug-10 01:00 PM

Stack Trace

java.lang.NullPointerException

Hmm, never seen that before anything else?

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Ok launched Server Monitor and this is what is shows for the error
This is the error from the exception log

"Error","web-0","08/18/10","15:30:20","ColdBoxCFBuilderExtension_B44F9C649EFCE69DE12CF5099E5F3137","''
The specific sequence of files included or processed is: C:
\JRun4\servers\cf9\cfusion.ear\cfusion.war\ColdBox Platform Utilities
\handlers\AppSkeleton.cfm'' "
2 java.lang.NullPointerException
3 at coldfusion.util.CaseInsensitiveMap.get(CaseInsensitiveMap.java:
61)
4 at coldfusion.util.IPAddressUtils.isLocalHost(IPAddressUtils.java:
91)
5 at coldfusion.runtime.AppHelper.getDomain(AppHelper.java:118)
6 at coldfusion.runtime.AppHelper.getClientIDs(AppHelper.java:250)
7 at
coldfusion.runtime.AppHelper.ValidateClientAndSession(AppHelper.java:
692)
8 at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273)
9 at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:
48)
10 at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:
40)
11 at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)
12 at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
13 at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:
70)
14 at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:
28)
15 at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
16 at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
17 at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
18 at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
22)
19 at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
20 at
coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:
126)
21 at coldfusion.CfmServlet.service(CfmServlet.java:200)
22 at
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:
89)
23 at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
24 at
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:
42)
25 at
coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
26 at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
27 at jrun.servlet.FilterChain.service(FilterChain.java:101)
28 at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
29 at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:
42)
30 at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
286)
31 at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
543)
32 at jrun.servlet.http.WebService.invokeRunnable(WebService.java:
172)
33 at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
34 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

still no clue, might be a cf thing.
Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Personally would not surprise me as my work pc does some odd things (probably should reimage )

So right now doing a standard standalone install. I’ll post if that works.

Kevin