Issue on webservice call (after full gc?)

2013-01-15 Thread Gualtiero Sappa
Hi all, we found a strange issue on webservice call. Scenario: - Windows Server 2003 R2 Enterprise Edition SP2 - IIS 6 - CF multiserver 9,0,0,251028 + chf901.jar - java arguments in jvm.config: java.args=-Xmx4096M -server -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=

Re: Creating a variable to store information on the fly

2009-02-23 Thread Gualtiero Sappa
try this: Fawzi Amadu ha scritto: > I am trying to code an application to capture the name of multiple images > that are being upload at once. I have created session variables to hold the > values, but because I am using a loop to do the process I want to create the > set the session variabl

Issue with cfpop & lotus notes

2008-05-15 Thread Gualtiero Sappa
Hi all, i'm using cfpop tag to retrieve e-mail messages from a Lotus Notes mail server (Lotus Domino Release 6.5.4). First of all I use CFPOP to retrieve messages header informations (action="GETHEADERONLY"), then I loop on message headers query to retrieve each message body (action="GETALL"

Re: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Gualtiero Sappa
I already read this blog entry but my performance issues are only on a server with both CF7 and CF8 running... on servers with only CF8 it works fine! So I don't know if the problem is that we have both CF7 and CF8 running or not (the server is a virtual machine with few RAM) Gualtiero Dawson,

Re: Any 'gotchas' with two versions of CF on one machine?

2007-12-11 Thread Gualtiero Sappa
Mike Kear ha scritto: > Excellent Mike. So to save on RAM (since that's my major issue with > this machine) i can write a little batch file in dos (remember DOS > anyone?) to net stop the version i'm finished with and net start the > version i want to switch to.Sounds pretty simple. that way

Re: java.lang.OutOfMemoryError: PermGen space on CF 8

2007-11-13 Thread Gualtiero Sappa
Thank you for your suggestion, I restored -XX:MaxPermSize and it works fine! I removed this args because of other problems on CF 7 on a version of the same application with a lot of call to COM object (Macromedia suggested me to do it). The strange thing was that without this args the current ve

java.lang.OutOfMemoryError: PermGen space on CF 8

2007-11-12 Thread Gualtiero Sappa
ou in advance. -- Gualtiero SAPPA L.O. B2b ___ [EMAIL PROTECTED] - www.gruppotesi.com TESI S.p.A. Sede Legale: Via Mendicita' Istruita, 24 - 12042 Bra (CN) Sede Centrale: Via Savigliano, 48 - Incrocio Variante di Bra - 12060 L

Re: Branch target offset too large for short null

2007-08-06 Thread Gualtiero Sappa
Ok, thank you! we proceed to modify the code... :-( - Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, August 06, 2007 11:32 AM Subject: Re: Branch target offset too large for short null > On Monday 06 Aug 2007, [EMAIL PROTECTED] wrote: >> The s

Re: Branch target offset too large for short null

2007-08-06 Thread Gualtiero Sappa
The same code run correctly on CF7, do you know if in CF8 the size of allowed chunks is smaller? There is a configuration to set that? Thank you Gualtiero - Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, August 06, 2007 10:51 AM Subject: Re: B

Branch target offset too large for short null

2007-08-03 Thread Gualtiero Sappa
Running our application with CF 8 we have "Branch target offset too large for short null" error. Do you know if something is changed in comparison to CF 7? Thank you in advance Gualtiero ~| Create robust enterprise, web RIAs.

Re: Using Borland OptimizeIt 6.0 Profiler with CF 7

2007-08-02 Thread Gualtiero Sappa
can someone help me? Thanks Gualtiero - Original Message - From: "Gualtiero Sappa" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, July 27, 2007 5:38 PM Subject: Using Borland OptimizeIt 6.0 Profiler with CF 7 > Hi, > someone can help me to configure

Re: CFC defining vars

2007-07-30 Thread Gualtiero Sappa
If you use "var" keyword you declare the variable as local, so when the execution exit from the function the variable can be destroyed by garbage collector. If you don't use "var" keyword the variable is stored in variables scope and can be destroyed only at the end of caller page execution. So

Re: Query of Queries date comparison

2007-07-30 Thread Gualtiero Sappa
You can try using data object instead of a string formatted as a date. I think the column in your query is of type string. Bye Gualtiero - Original Message - From: "Mark Lewis" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, July 30, 2007 1:43 PM Subject: Query of Queries date comparis

Using Borland OptimizeIt 6.0 Profiler with CF 7

2007-07-27 Thread Gualtiero Sappa
Hi, someone can help me to configure Borland OptimizeIt 6.0 Profiler with ColdFusion 7.0.2. I configured OptimizeIt but I don't see my application pages and cfcs in class name list (I see only classes as char, Object, jva.lang.char, ...). To configure OptimizeIt I followed the steps described o