Re: [cfaussie] dot net 3.5 and CF9 dont play together on II7.5

2011-09-15 Thread MrBuzzy
Well if CF is working and .net isn't this could be considered OT ;) Have you tried any of the solutions found on the web? http://stackoverflow.com/questions/2654514/getting-the-webresource-axd-handler-must-be-registered-in-the-configuration-to-p http://labs.episerver.com/en/Blogs/Per/Archive/20

RE: [cfaussie] dot net 3.5 and CF9 dont play together on II7.5

2011-09-15 Thread Andrew Scott
There are a number of things that could be causing this, but the number one thing is usually 32bit/64 compatibility. Can you double check if the App Pool is in 32bit or 64bit mode, I had a similar issue when installing CF9.01 onto a Plesk Panel system and found that the App Pool needs IIS6 compati

[cfaussie] dot net 3.5 and CF9 dont play together on II7.5

2011-09-15 Thread Stephen M
I have been running Kentico CMS which is dot net based CMS system on my local workstation for ages yesterday I installed CF9.01 the CF sites run OK but when I tried to launch my asp dot net site (Kentico CMS) I get this error The WebResource.axd handler must be registered in the configuration to

[cfaussie] Re: jmap heap dump not working

2011-09-15 Thread Gavin Baumanis
Hi Barry, Yeah sorry, slight omission on my part. I did download the "current" JDK. I have no idea about library versions / mismatches - as I simply used the "whole"JDK. The process that is killed... That might be specific to Mac - I don't exactly remember. But it came about after some Googling

Re: [cfaussie] Re: jmap heap dump not working

2011-09-15 Thread Barry Chesterman
Those commands are similar to what I'm running (except I don't run the kill command on anything first) did you have the JDK on your mac? The jmap I'm running is a jmap I've put onto the Linux box specifically (the libjli.so was already there). Jmap wasn't on the box from the standard install, it i

[cfaussie] Re: jmap heap dump not working

2011-09-15 Thread Gavin Baumanis
Hi Barry, I have these notes for running jmap on my mac. // Check for this ps -ef | grep hsdbd // if it is running - kill it; sudo kill -9 // Get the PID of JRUN sudo ps-ef | grep jrun // Map the heap. sudo jmap -dump:format=b,file=heap.bin Hope this helps. Gavin. On Sep 16, 7:53 am, Ba

[cfaussie] jmap heap dump not working

2011-09-15 Thread BarryC
Hi, I'm trying to do a heap dump on Linux, it's running Coldfusion 9 with JRun4, the JRE is 1.6.0_17 and it's all 64 bit. When I run the command ./jmap -dump:format=b,file=./memdump.bin 4001 it says "error while loading shared libraries: libjli.so: cannot open shared object file: No such file or