[cfaussie] Re: jmap heap dump not working

2011-10-04 Thread BarryC
| grep hsdbd // if it is running - kill it; sudo kill -9 pid // Get the PID of JRUN sudo ps-ef | grep jrun // Map the heap. sudo jmap -dump:format=b,file=heap.bin pid Hope this helps. Gavin. On Sep 16, 7:53 am, BarryC barrychester...@gmail.com wrote

[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

[cfaussie] Coldfusion Builder 2 aptana scripting console window appears on save

2011-08-30 Thread BarryC
Hello, I've just started using Coldfusion Builder 2 and every time I save a cfc or cfm file the Aptana scripting console window pops up. Is there a way to make the console not pop up on save? Thanks Barry -- You received this message because you are subscribed to the Google Groups cfaussie

[cfaussie] empty HTML emails in Gmail sent from coldfusion

2011-08-24 Thread BarryC
Hi, I have a problem where my HTML e-mails are empty when sent to Gmail, but fine when sent to my standard e-mail viewed through outlook. The coldfusion code i'm using to send my e-mail is: cfmail from=#arguments.sFrom# to=#arguments.sRecipients# subject=#arguments.sSubject#

[cfaussie] web services and application.cfc

2011-05-05 Thread BarryC
Hi, We have an application.cfc at the root of our website, it contains a function OnRequestEnd() that does some stuff at the end of page generation, but this seems to get called for our web service files. I have a web service in a cfc file in a sub-folder within the site, but in our logs we get

[cfaussie] Re: web services and application.cfc

2011-05-05 Thread BarryC
all the other methods you want. Or make use of the IsSOAPRequest() function and use it to ignore the code you are not wanting to run for your web services. Phil On 6/05/11 7:02 AM, BarryC wrote: Hi, We have an application.cfc at the root of our website, it contains a function

[cfaussie] Re: web services and application.cfc

2011-05-05 Thread BarryC
that the FORM scope doesn't exist when a web service is called, but checking against that seems a bit of an odd way to go about it - there must be a better way? On May 6, 10:46 am, BarryC barrychester...@gmail.com wrote: excellent I never thought of doing that, thanks, I'll have a go and see if it works out

[cfaussie] Re: web services and application.cfc

2011-05-05 Thread BarryC
yet though, but should be fine) Barry. On May 6, 2:18 pm, Phil Haeusler philhaeus...@gmail.com wrote: That's a little odd. Are you doing real webservices or is it actually an Ajax/rest call to your cfc? On 06/05/2011, at 11:35, BarryC barrychester...@gmail.com wrote: hmmm, It would be ideal

[cfaussie] using Solr in a multi instance configuration

2011-04-04 Thread BarryC
Hi, Has anyone used, or does anyone know how to get Solr going properly in a multi instance configuration? We have two instances on a single server installed; cfusion uat the solr directory sits buried inside the cfusion instance directory, but the uat instance does not have a solr directory.

[cfaussie] Re: How big is your jrun.exe?

2011-03-24 Thread BarryC
Have you compared the JRun parameters (in jvm.config in the JRun bin folder) to see what the differences are between CF8 and CF6? CF8 may start JRun with 350MB allocated already (but may not have actually filled that 350MB allocated). I would say 350 - 400MB on idle is normal for JRun on CF8. I

[cfaussie] Re: Windows 7 CFEclipse / CFBuilder maxed out TCP connections

2011-03-16 Thread BarryC
It would appear this issue is due to Symantec Endpoint Protection's firewall, which is blocking some outgoing TCP traffic. :) On Mar 16, 5:43 pm, BarryC barrychester...@gmail.com wrote: My issue only happens on Windows 7, it used to work fine on Windows XP (same coldfusionbuilder / eclipse

[cfaussie] Windows 7 CFEclipse / CFBuilder maxed out TCP connections

2011-03-15 Thread BarryC
Hi, I have my files on a mapped network drive (NFS in my case), I'm running windows 7 enterprise and am having problems with CFEclipse hanging (CFBuilder does exactly the same thing) when opening lots of files ( 10) or refreshing folders. If I look at the resource monitor, I can see the TCP

[cfaussie] Re: Windows 7 CFEclipse / CFBuilder maxed out TCP connections

2011-03-15 Thread BarryC
the same thing but it makes me think that the limit might be on the NFS side of things, not Win7 per se or Eclipse... HTH Kym On 16/03/2011 14:18, BarryC wrote: Hi, I have my files on a mapped network drive (NFS in my case), I'm running windows 7 enterprise and am having

[cfaussie] Re: IIS7 CF9 CFLOCATION problems?

2011-02-20 Thread BarryC
I came across this last week, and according to Ben Nadel functionality has changed in coldfusion 9 (9.0.1 at least anyway) where onRequestEnd is now called at the end of every request, even a cflocation one.

[cfaussie] Re: IIS7 Verify if file exists | Don't want to log files in CF application.log

2011-02-20 Thread BarryC
If you are running Coldfusion 9.0.1 then they added 404 logging to a seperate file in the coldfusion logs folder, I hadn't seen 404's being logged into the application.log before though, so maybe there is a setting in the CFIDE for that? in 9.0.1 you can also disable the logging in the 404 log

[cfaussie] Coldfusion Solr search using query filter

2011-02-09 Thread BarryC
Hi, Has anyone used Solr's query filter with success here? I'm finding it impossible to get the results I need, and the query filter parameter doesn't seem to be behaving as the docs state: http://wiki.apache.org/solr/CommonQueryParameters#fq The filter query I'm using is: title:information*

[cfaussie] Re: Microsoft SQL server CPU very high, close to 100% a lot of the time

2010-12-16 Thread BarryC
it was in our overall VM configuration). So now our CPU activity on the server is fine, so it seems it was a combination of things server wise that fixed it, we also had a good look into all our queries and didn't find any problems there. Barry. On Nov 24, 10:13 am, BarryC barrychester...@gmail.com

[cfaussie] Microsoft SQL server CPU very high, close to 100% a lot of the time

2010-11-23 Thread BarryC
Hi, We have an issue currently where our Microsoft SQL server runs close to 100% CPU for a lot of the time. There also seems to be a lack of memory cache hits (we would expect a reasonable amount given the traffic for our site). Our website generates a lot of small queries (approximately 200odd

[cfaussie] Re: Serving of large files over the web - performance impact, issues?

2010-10-31 Thread BarryC
. /charlie arehart char...@carehart.org Providing CF and CFBuilder troubleshooting services athttp://www.carehart.org/consulting -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of BarryC Sent: Thursday, October 28, 2010 5

[cfaussie] Serving of large files over the web - performance impact, issues?

2010-10-28 Thread BarryC
Hi all, This isn't really a coldfusion specific question, but I thought some people here might have dealt with this sort of thing. We are looking at serving of large files (e.g. 4GB) from our web servers. We run Apache web servers, but I haven't been able to find any useful general information

[cfaussie] Coldfusion Administrator CFIDE error; Java and JVM section in settings summary

2010-08-25 Thread BarryC
Hi, I'm not sure when it started happening, but on one of our servers in the CFIDE we have an odd error coming up in settings summary; --- Variable VMARGS is undefined. The error occurred in E:\cf9_final\cfusion\wwwroot\CFIDE\adminapi \runtime.cfc: line 1849 Called from

[cfaussie] Re: XML Parser and xml parsing problems in Coldfusion

2010-08-17 Thread BarryC
I have worked out what the issue is (YAY), It appears that it is a case of un-vared variables, the variable that the parsed XML is being read into is not scoped in a cfc function, causing any reads for from that variable to fail if another process is writing to it - seeings it becomes a global

[cfaussie] XML Parser and xml parsing problems in Coldfusion

2010-08-16 Thread BarryC
Hi, Does anyone here have experience in the field of XML Parsers, and more specifically, the one that Coldfusion uses. We have XML parsing problems frequently occuring on our site, the XML Parser that is being used is the xerces one (org.apache.xerces) - at least that's what shows up in the stack

[cfaussie] Re: XML Parser and xml parsing problems in Coldfusion

2010-08-16 Thread BarryC
Frequent Illegal Argument Exceptions where coldfusion will try and access a value from the parsed result but that value will not exist (and this isn't from dynamic XML stuff, it's from static XML files that never change, so the values should always be there) which makes me think that the parser is

[cfaussie] getting server name of server

2010-08-12 Thread BarryC
Hi, We have several servers in a cluster, but I am wondering how to get the name of the server that a script happens to be running on, there is nothing in the cgi variable, are there any system level functions coldfusion has (I couldn't find any), or is there a way to call native functions to get

[cfaussie] Re: getting server name of server

2010-08-12 Thread BarryC
No matter! I have found the answer; Createobject('java','java.net.InetAddress').getLocalHost().getHostName() I knew I'd find it as soon as I posted on here :) On Aug 13, 3:21 pm, BarryC barrychester...@gmail.com wrote: Hi, We have several servers in a cluster, but I am wondering how to get

[cfaussie] Re: Recursive function giving me 500 null error

2010-08-11 Thread BarryC
It sounds like your recursive function is either not ending or collecting so many query results it can't handle the amount. Try passing a counter along with your downTree() function e.g. downTree(result,counter), then put a cfabort in downTree() when that counter reaches say 10 (increment the

[cfaussie] Coldfusion 9, MSSQL and random java.lang.nullpointerexception errors

2010-07-18 Thread BarryC
Hello, We have some nul null (java.lang.nullpointerexception) errors randomly occuring on our servers, I've googled a bit and most of the posts refer to CF 8 and MySQL, but they all seem to point to database connection related things as being the issue. You can request the same page multiple

[cfaussie] Re: Coldfusion 9, MSSQL and random java.lang.nullpointerexception errors

2010-07-18 Thread BarryC
...@googlegroups.com] On Behalf Of BarryC Sent: Sunday, July 18, 2010 9:56 PM To: cfaussie Subject: [cfaussie] Coldfusion 9, MSSQL and random java.lang.nullpointerexception errors Hello, We have some nul null (java.lang.nullpointerexception) errors randomly occuring on our servers, I've

[cfaussie] Apache, JRun and cfNTauthenticate domain issue

2010-07-13 Thread BarryC
Hi all, We have an issue where our cfNTauthenticate tag is not working, it simply returns an empty string when trying to use it, it worked on our old windows server but not on our Linux server (running Apache). the cfNTauthenticate docs show that the 'Coldfusion J2EE server' needs to be running

[cfaussie] Coldfusion 8 or 9 getting configuration from one server to another

2010-07-06 Thread BarryC
Hi, We have a server cluster which is being set up at the moment, but we need to get the coldfusion configuration settings (which one sets via CFIDE administrator) on to the other servers. What is the best way to do this? Idealy it would be nice to just copy configuration files at a system level

[cfaussie] Coldfusion 8/9 Verity index issue on Linux

2010-06-24 Thread BarryC
Hi, We have an issue at the moment where our collections are not indexing when we try to index them. The indexing of the collection hangs, and in the thread dump it looks like the K2 service is trying to read/write to the collection. Does anyone have any ideas about what the issue might be, or

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-27 Thread BarryC
: On 28/05/2010 06:59, BarryC wrote: Yes, that's correct Charlie. Kym, the NFS is a proper NFS. and I've been googling and it seems in a lot of contexts NFS on 2008 is faster than most linux versions. It used to run like a dog and MS brought a new stack in 2008 that goes like a train. So

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-26 Thread BarryC
...@googlegroups.com] On Behalf Of BarryC Sent: Wednesday, May 26, 2010 11:23 PM To: cfaussie Subject: [cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit Hi, After some more testing, thread dumps and operating system process monitoring, we have found that there seems

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-19 Thread BarryC
@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of BarryC Sent: Tuesday, May 18, 2010 10:25 PM To: cfaussie Subject: [cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit I measure the performance with a load test using 'Paessler web stress tool 7' and note the average

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-19 Thread BarryC
...@googlegroups.com] On Behalf Of BarryC Sent: Wednesday, May 19, 2010 6:45 PM To: cfaussie Subject: [cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit I've done some debugging on this now, and each request is checking for roughly 21 files to see if they exist (which they don't

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-18 Thread BarryC
: [cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit Hi BarryC, I note from your thread dump that you are running BOTH FusionReactor and Adobe ColdFusion Server Monitoring. As you have the luxury of both, I would advise disabling the CF Monitoring. It just seems to cause problems

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-18 Thread BarryC
ultimately is. /charlie -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of BarryC Sent: Tuesday, May 18, 2010 5:10 PM To: cfaussie Subject: [cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit Thanks for the info, though

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-17 Thread BarryC
Hi Kym or Kai, or anyone with a successfully working CF9 64bit install... What is the JRE version that is actually on the server? the one we are using is 1.6.0_14 Also, some info, the kind of things showing in the thread dumps a lot are native methods like these: java.lang.Thread.State: RUNNABLE

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-17 Thread BarryC
I have ensured logging is not on, I'm not 100% sure if it was on or off, but my subsequent tests are all the same response times. What do you mean by a file with a funny opr two in the middle? Barry On May 18, 12:11 pm, Kym Kovan dev-li...@mbcomms.net.au wrote: On 18/05/2010 09:40, BarryC

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-17 Thread BarryC
  wrote: On 18/05/2010 09:40, BarryC wrote: Hi Kym or Kai, or anyone with a successfully working CF9 64bit install... What is the JRE version that is actually on the server? the one we are using is 1.6.0_14 Same here. Also, some info, the kind of things showing in the thread

[cfaussie] Coldfusion 9 and Windows server 2008 64bit

2010-05-16 Thread BarryC
Hi, Does anyone on here run coldfusion 9 on windows server 2008, 64 bit? We are running in to some performance issues which seem to be at an OS level and I'm wondering if anyone else has used this configuration with success. Thanks Barry Chesterman -- You received this message because you are

[cfaussie] Re: Coldfusion 9 and Windows server 2008 64bit

2010-05-16 Thread BarryC
Hi Kym, your setup sounds rather similar to ours, What is your version (including updater if any) of CF if you don't mind me asking? Thanks Barry On May 17, 2:26 pm, Kym Kovan dev-li...@mbcomms.net.au wrote: On 17/05/2010 11:00, BarryC wrote: Hi, Does anyone on here run coldfusion 9

[cfaussie] Garbage Collection viewers

2010-05-11 Thread BarryC
Hi, Does anyone have any recommendations for garbage collection viewers? GCViewer doesn't work well with JVM 1.6 GC logs, and I've had trouble getting visualgc under jvmstat working. I have an existing gc log file I need to view visually :) Barry. -- You received this message because you are

[cfaussie] Re: CF IDE

2010-05-04 Thread BarryC
I was using CFEclipse, but now use CFBuilder, If you don't have the money to spare to get CFBuilder, then CFEclipse is still pretty good, it has pretty much all you need to get by developing in ColdFusion. ColdFusion Builder as mentioned already has more features, is more streamlined and allows

[cfaussie] Re: Performance Tuning Again

2010-04-24 Thread BarryC
To eliminate the possibility of any network related issues, you could simply remote in to the server itself and request a page off it (if your setup allows) and see how it goes? Also, have you set up a basic page that only outputs a hello world type message to make sure there is not something else

[cfaussie] Total server ram for high load websites

2010-04-14 Thread BarryC
Hi, Does anyone run coldfusion with high load websites? If so, how much total ram does your server have, and what version of coldfusion do you run, and is it 64bit or not? :) Thanks Barry. -- You received this message because you are subscribed to the Google Groups cfaussie group. To post to

[cfaussie] Coldfusion 9 and verity in multiserver configuration

2010-04-13 Thread BarryC
Hi, Has anyone tried to use Coldfusion 9 and verity set up in multiserver configuration with success? We have a couple of front end servers, with a backend server, but we want those two front end servers to connect to the verity server on the backend server. Apparently this is just a simple case

[cfaussie] Re: Coldfusion 9 and verity in multiserver configuration

2010-04-13 Thread BarryC
… not the verity side..) is something you would want to do.  If you are interested in the add-on, I can forward your info onto my contact at Autonomy to have someone contact you. Cheers. On 14 April 2010 06:51, BarryC barrychester...@gmail.com wrote: Hi, Has anyone tried to use

[cfaussie] Re: Coldfusion JRun Max handler threads setting

2010-04-12 Thread BarryC
Thanks Charlie, Your point about other things such as datasources creating threads is a good one, and yes our environment does generate a lot of database connections. I don't believe it's limited, and I'll find out what the timeouts etc are. We are on Coldfusion version 7.03 with JRun 4 updater 6,

[cfaussie] Coldfusion JRun Max handler threads setting

2010-04-11 Thread BarryC
Hi all, Can anyone provide any advice on settings for the Max handler threads? As far as I know this is just the queue that threads sit in before being moved to the 'active handler threads' pool where they are actually executed. So new requests to the web server will sit in this queue until the

[cfaussie] Re: Slow Server Startup Time

2010-03-26 Thread BarryC
Is there anything else running on the server, what is the CPU grunt like on the server? The best bet would be to monitor the server and see what resource usage is like on it when you start Coldfusion and then your script. Also, you could set a custom timeout value in your script with the

[cfaussie] Re: Coldfusion XML, adding an XML node from another XML document object

2010-03-04 Thread BarryC
, BarryC wrote: Hi, I've hunted around for a solution to this but haven't found a simple or clean one (maybe there isn't one) but maybe someone here has some suggestions. I have two XML objects and I want to take an XML node from one and insert it into the other Ben Nadel has some nice

[cfaussie] Re: CFBuilder

2010-02-19 Thread BarryC
You can easily import projects into CF Builder (there is an import option somewhere through the right mouse menu in the project/navigator panel). I've tried the CFBuilder plugin in Eclipse and in Flash Builder (Eclipse also) In normal eclipse it didn't work at all (but I think that was to do with

[cfaussie] Coldfusion7 to Coldfusion8, JVM config

2010-02-18 Thread BarryC
Hi, We are migrating from Coldfusion7 to Coldfusion8 and I wondered if anyone was up to date on the config parameters for the JVM for Coldfusion 8 (JRE 1.6.X) and has some recommendations. What by the way (if somebody knows) is Dsun.io.useCanonCaches or DJINTEGRA_NATIVE_MODE or

[cfaussie] Re: Coldfusion7 to Coldfusion8, JVM config

2010-02-18 Thread BarryC
Thanks. We are in the process of running it in a test environment :) On Feb 19, 3:01 pm, Kai Koenig k...@koeni.de wrote: Barry, I wouldn't get religious when it comes to JVM config for such a move. As the only thing you seem to have changed in the CF 7 JVM args are memory sizes, I would

[cfaussie] FusionReactor vs built in Coldfusion 8 monitor

2010-02-08 Thread BarryC
Hi All we are looking at getting FusionReactor, but will be upgrading from Coldfusion 7 to Coldfusion 8 in several months. How does FusionReactor compare to the Coldfusion 8 monitor tool built in to the CF Administrator, does it provide much on top of the Coldfusion 8 monitor, or is it worth

[cfaussie] Re: FusionReactor vs built in Coldfusion 8 monitor

2010-02-08 Thread BarryC
...@googlegroups.com] On Behalf Of BarryC Sent: Monday, February 08, 2010 5:25 PM To: cfaussie Subject: [cfaussie] FusionReactor vs built in Coldfusion 8 monitor Hi All we are looking at getting FusionReactor, but will be upgrading from Coldfusion 7 to Coldfusion 8  in several months

[cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-02-03 Thread BarryC
GCViewer as Kai mentioned is a good one, I have used that and it gives you a good graphical view of when collections are happening. http://www.tagtraum.com/gcviewer.html Makes it really easy to see when major GC's are happening :) It does have a real time view where you can watch it as it logs

[cfaussie] Coldfusion, Taking a thread dump when response times increase?

2010-02-01 Thread BarryC
Hi, Does anyone know if there is a way to generate a thread dump automatically when server response times increase? I know how to do one manually, but that's no good if I'm not around when the response times increase. Does FusionReactor do this by any chance? Thanks Barry -- You received this

[cfaussie] Re: Coldfusion, Taking a thread dump when response times increase?

2010-02-01 Thread BarryC
call's Crash Protection, the CF 8/9 Monitor calls Alerts, and it too can send you an email with the thread dump (in what it calls a snapshot). /charlie -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of BarryC Sent: Monday

[cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-02-01 Thread BarryC
If you're stumped for optimisation of a long running task, then having a scheduled task is a great idea, but even when the scheduled task runs, unless it's optimised it could still cause a performance hit. An idea might be to put a 'thread wait ()' in your loop to allow other things to run

[cfaussie] Re: CF7 (and 8) High CPU usage on production box

2010-01-24 Thread BarryC
There are many ways to go about finding what's going on in Coldfusion. Elaborating on what Kai was mentioning about metrics/garbage collection/memory.. Have you had a look in the logs from the JVM and ColdFusion to see if there are any error messages that might be related? The first thing you

[cfaussie] Coldfusion 7 with JVM 1.6 and Verity

2010-01-18 Thread BarryC
Hi, I was wondering if anyone here has managed to get Verity search to run without error using JVM 1.6 (or anything over 1.5) on Coldfusion 7. It is not officially supported to work with JVM 1.6 but i'm wondering if there is a work around. For the most part verity is actually working, but you

[cfaussie] Re: Session timeout errors.

2009-12-08 Thread BarryC
I'm not sure what web server software you are running on, but if it's IIS, could it be the session time in that? (not that I've had any issues with IIS session times) Also, just on the off chance, you haven't put the timeout numbers in the wrong boxes, or the wrong values in the session input

[cfaussie] Re: Weird Problem Element is Undefined problem

2009-11-25 Thread BarryC
Make sure you specify the scope (not sure if it will help, but it might) e.g. request.myStruct On Nov 25, 8:00 pm, MrBuzzy mrbu...@gmail.com wrote: Hi Chong, I'd ckeck for null by using IsDefined and dot notation. While the key may exist, the value could be null. Something like; cfif

[cfaussie] Calculate variable size in bytes

2009-11-17 Thread BarryC
Hi, Does anybody know if there is a way in coldfusion (or the underlying java language) to calculate the size of a variable in bytes? I want to calculate the size of a struct in bytes, but I cannot find a way to calculate it and there doesn't look to be any function that does it? Thanks :)

[cfaussie] Re: Persistent Scopes and Memory

2009-11-17 Thread BarryC
Just in case anyone is interested, Today I did a test to answer my original question; Does data in the application and server scopes get stored in the tenured generation memory, or the permanent generation memory? I found that Application, Session and Server scopes all stored their 'data' in the

[cfaussie] Re: Calculate variable size in bytes

2009-11-17 Thread BarryC
Mandel mark.man...@gmail.com wrote: I use Eclipse Memory Analyser for things like that:http://wiki.eclipse.org/index.php/MemoryAnalyzer You could also look at visualVM as well. Mark On Wed, Nov 18, 2009 at 3:57 PM, BarryC barrychester...@gmail.com wrote: for tracking down a memory issue

[cfaussie] Re: Trying to consume .Net Webservice

2009-11-17 Thread BarryC
Is there any directory authentication going on such as .htaccess or IIS NTLM authentication? Can you paste a copy of the error you get when you request the web service? a .Net web service should be just like consuming any other web service, as web services are supposed to be a standard protocol.

[cfaussie] Re: Problems with webservice

2009-11-15 Thread BarryC
Care to post the actual web service function you are actually calling? Normally that error means that the function you are calling does not have its 'access' set to remote (in the case of coldfusion anyway), or that function does not have those parameters available that you passed to it. Barry.

[cfaussie] Re: OT : HTML page load tool

2009-11-10 Thread BarryC
As Gavin mentioned, firebug should do what you need. Look in the 'Net' tab and it will give you a 'waterfall' view of all the elements loading in the page and will tell you what bits take the longest. http://getfirebug.com/ Barry On Nov 11, 5:32 pm, Brett Payne-Rhodes bret...@gmail.com wrote:

[cfaussie] Re: cfthread - can I see if a thread is still running

2009-11-01 Thread BarryC
You could just store a value in a persistent scope such as the application scope. When your ZIP thread completes, have it write a value to the application scope (such as a date/time stamp). The FTP thread can just check that value is set, if it is, then it knows the ZIP thread has completed.

[cfaussie] Coldfusion and JRun server loads

2009-09-22 Thread BarryC
Hi, I'm not sure what most people have as a Coldfusion configuration, but we run Coldfusion on windows servers using JRun4, we use IIS as the web server and Jrun4 is set up as a connector. I'm currently load testing and trying different values for the maximum simultaneous threads, thread pool

[cfaussie] Coldfusion FORM scope randomly missing variables

2009-09-07 Thread BarryC
Hi, I have a form scope issue that has me stumped. I have a non coldfusion script on a 'server A' which posts data to a coldfusion script on 'server B'. The form scope on server B sometimes does not pick up that something has been posted to it and is therefore empty. This seems totally random