Re: Http post crash

2017-01-26 Thread Bruno LEGAY
Hi,

Are you using HTTP Request  * parameter to use keep-alive connexions ?

If not, maybe you should…

HTH



**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Http post crash

2017-01-26 Thread Dennis, Neil
> I am running it now on the 64 bit client. Been up for half an hour and no 
> crashes. Hopefully that has sorted it.

I too hope this helps you, but remember the 64 bit 4D client is currently a 
"preview" and not supported at this time. But I say, "if it works keep doing 
it".

Neil








--

Privacy Disclaimer: This message contains confidential information and is 
intended only for the named addressee. If you are not the named addressee you 
should not disseminate, distribute or copy this email. Please delete this email 
from your system and notify the sender immediately by replying to this email.  
If you are not the intended recipient you are notified that disclosing, 
copying, distributing or taking any action in reliance on the contents of this 
information is strictly prohibited.

The Alternative Investments division of UMB Fund Services provides a full range 
of services to hedge funds, funds of funds and private equity funds.  Any tax 
advice in this communication is not intended to be used, and cannot be used, by 
a client or any other person or entity for the purpose of (a) avoiding 
penalties that may be imposed on any taxpayer or (b) promoting, marketing, or 
recommending to another party any matter addressed herein.
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Http post crash

2017-01-26 Thread dov uhrmasher
It is the 4D 32 bit client that is crashing.

So you are running the job from a 4D Client on a Windows Server 2012 R2
operating system?

Try running the web process on the 4D 64 bit Server instead of the 4D 32 bit
 client. As 32 bit applications are not fully supported on Windows Server
2012 R2. Alternatively try running from a supported 4D 32 bitclient version
of windows

I am running it now on the 64 bit client. Been up for half an hour and no
crashes. Hopefully that has sorted it.

Thanks Neil for all your help.

On Thu, 26 Jan 2017 at 14:06 dov uhrmasher  wrote:

> > Faulting application path: C:\Program Files (x86)\4D\4D v16.0\4D\4D.exe
> > Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
>
> Looks like you are running the 32Bit version of 4D. The 32Bit version of
> 4D and 4D Server isn’t certified for your operating system, try running the
> 64 bit version of 4D Server.
>
> I am running the 64 bit Server, but 32 bit client.
>
>
> On Thu, 26 Jan 2017 at 13:54 dov uhrmasher  wrote:
>
> > The only thing I can ascertain is that the crash will happen
> > just after a http post.
>
> > Does anyone have any ideas as to why this might be happening?
>
> 1 - Are you running Windows Server 2012 or Windows Server 2012 R2?
> Windows Server R2
> 2 - Are you running for a 4D Server or a 4D Client
> I tried both, but same problem.
> 3 - Are you using a worker process or a normal process
> Normal
> 4 - Are there any plugins involved
> No
> 5 - Are you parsing XML or using Object or Text or what?
> As part of that download I am using just text. There is a second api call
> that does using objects.
> 6 - What do the crash logs have in them for the system and application
>
> Faulting application name: 4D.exe, version: 16.0.0.0, time stamp:
> 0x585d2c4c
> Faulting module name: ntdll.dll, version: 6.3.9600.18233, time stamp:
> 0x56bb4e1d
> Exception code: 0xc374
> Fault offset: 0x000e6054
> Faulting process id: 0x60f8
> Faulting application start time: 0x01d27769d6db89f2
> Faulting application path: C:\Program Files (x86)\4D\4D v16.0\4D\4D.exe
> Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
> Report Id: 1e2c7255-e361-11e6-80f1-44a842093a83
> Faulting package full name:
> Faulting package-relative application ID:
>
> On Thu, 26 Jan 2017 at 13:21 dov uhrmasher  wrote:
>
> Hi
>
> I have a routine that runs constantly in the background. It sends http
> posts to an api, gets information back and then processes it.
>
> Through each run, the http post will get called around 100 times. Then the
> process is delayed for 10 minutes and then starts again.
>
> The api can accept a request every second. so I put in a delay in between
> each call of 1.25 seconds.
>
> The process runs fine and will complete running once, but on most
> occasions 4D will crash during the second run. No actual error is
> generated, just 4D will crash.
>
> At first I was using pointers to pass arrays from one method to another
> and thought that might be causing the issue. But I stripped them out and it
> still crashes. The only thing I can ascertain is that the crash will happen
> just after a http post.
>
> Running v16 on Windows Server 2012.
>
> Does anyone have any ideas as to why this might be happening?
>
> TIA
>
> Dov
>
> --
>
> --
> Dov Uhrmasher
> +972 542 88 3612
>
> --
>
> --
> Dov Uhrmasher
> +972 542 88 3612
>
> --
>
> --
> Dov Uhrmasher
> +972 542 88 3612
>
-- 

--
Dov Uhrmasher
+972 542 88 3612
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Http post crash

2017-01-26 Thread npdennis
>> Faulting application path: C:\Program Files (x86)\4D\4D v16.0\4D\4D.exe
>> Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
> 

> I am running the 64 bit Server, but 32 bit client.


It is the 4D 32 bit client that is crashing.

So you are running the job from a 4D Client on a Windows Server 2012 R2 
operating system?

Try running the web process on the 4D 64 bit Server instead of the 4D 32 bit 
client. As 32 bit applications are not fully supported on Windows Server 2012 
R2. Alternatively try running from a supported 4D 32 bit client version of 
windows

http://download.4d.com/Documents/Products_Documentation/LastVersions/Line_16/VIntl/4D_v16_0_CertificationMatrix_EN.pdf
 



--
Neil Dennis
4D Developer since 1990

GreaText - Designing Software for the Way You Work
716 East 1850 N
North Ogden, UT 84414

mailto:npden...@greatext.com
http://www.greatext.com/



**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Http post crash

2017-01-26 Thread dov uhrmasher
> Faulting application path: C:\Program Files (x86)\4D\4D v16.0\4D\4D.exe
> Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll

Looks like you are running the 32Bit version of 4D. The 32Bit version of 4D
and 4D Server isn’t certified for your operating system, try running the 64
bit version of 4D Server.

I am running the 64 bit Server, but 32 bit client.


On Thu, 26 Jan 2017 at 13:54 dov uhrmasher  wrote:

> > The only thing I can ascertain is that the crash will happen
> > just after a http post.
>
> > Does anyone have any ideas as to why this might be happening?
>
> 1 - Are you running Windows Server 2012 or Windows Server 2012 R2?
> Windows Server R2
> 2 - Are you running for a 4D Server or a 4D Client
> I tried both, but same problem.
> 3 - Are you using a worker process or a normal process
> Normal
> 4 - Are there any plugins involved
> No
> 5 - Are you parsing XML or using Object or Text or what?
> As part of that download I am using just text. There is a second api call
> that does using objects.
> 6 - What do the crash logs have in them for the system and application
>
> Faulting application name: 4D.exe, version: 16.0.0.0, time stamp:
> 0x585d2c4c
> Faulting module name: ntdll.dll, version: 6.3.9600.18233, time stamp:
> 0x56bb4e1d
> Exception code: 0xc374
> Fault offset: 0x000e6054
> Faulting process id: 0x60f8
> Faulting application start time: 0x01d27769d6db89f2
> Faulting application path: C:\Program Files (x86)\4D\4D v16.0\4D\4D.exe
> Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
> Report Id: 1e2c7255-e361-11e6-80f1-44a842093a83
> Faulting package full name:
> Faulting package-relative application ID:
>
> On Thu, 26 Jan 2017 at 13:21 dov uhrmasher  wrote:
>
> Hi
>
> I have a routine that runs constantly in the background. It sends http
> posts to an api, gets information back and then processes it.
>
> Through each run, the http post will get called around 100 times. Then the
> process is delayed for 10 minutes and then starts again.
>
> The api can accept a request every second. so I put in a delay in between
> each call of 1.25 seconds.
>
> The process runs fine and will complete running once, but on most
> occasions 4D will crash during the second run. No actual error is
> generated, just 4D will crash.
>
> At first I was using pointers to pass arrays from one method to another
> and thought that might be causing the issue. But I stripped them out and it
> still crashes. The only thing I can ascertain is that the crash will happen
> just after a http post.
>
> Running v16 on Windows Server 2012.
>
> Does anyone have any ideas as to why this might be happening?
>
> TIA
>
> Dov
>
> --
>
> --
> Dov Uhrmasher
> +972 542 88 3612
>
> --
>
> --
> Dov Uhrmasher
> +972 542 88 3612
>
-- 

--
Dov Uhrmasher
+972 542 88 3612
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Http post crash

2017-01-26 Thread npdennis

> Faulting application path: C:\Program Files (x86)\4D\4D v16.0\4D\4D.exe
> Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll

Looks like you are running the 32Bit version of 4D. The 32Bit version of 4D and 
4D Server isn’t certified for your operating system, try running the 64 bit 
version of 4D Server.

Neil

--
Neil Dennis
4D Developer since 1990

GreaText - Designing Software for the Way You Work
716 East 1850 N
North Ogden, UT 84414

mailto:npden...@greatext.com
http://www.greatext.com/

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Http post crash

2017-01-26 Thread dov uhrmasher
> The only thing I can ascertain is that the crash will happen
> just after a http post.

> Does anyone have any ideas as to why this might be happening?

1 - Are you running Windows Server 2012 or Windows Server 2012 R2?
Windows Server R2
2 - Are you running for a 4D Server or a 4D Client
I tried both, but same problem.
3 - Are you using a worker process or a normal process
Normal
4 - Are there any plugins involved
No
5 - Are you parsing XML or using Object or Text or what?
As part of that download I am using just text. There is a second api call
that does using objects.
6 - What do the crash logs have in them for the system and application

Faulting application name: 4D.exe, version: 16.0.0.0, time stamp: 0x585d2c4c
Faulting module name: ntdll.dll, version: 6.3.9600.18233, time stamp:
0x56bb4e1d
Exception code: 0xc374
Fault offset: 0x000e6054
Faulting process id: 0x60f8
Faulting application start time: 0x01d27769d6db89f2
Faulting application path: C:\Program Files (x86)\4D\4D v16.0\4D\4D.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 1e2c7255-e361-11e6-80f1-44a842093a83
Faulting package full name:
Faulting package-relative application ID:

On Thu, 26 Jan 2017 at 13:21 dov uhrmasher  wrote:

> Hi
>
> I have a routine that runs constantly in the background. It sends http
> posts to an api, gets information back and then processes it.
>
> Through each run, the http post will get called around 100 times. Then the
> process is delayed for 10 minutes and then starts again.
>
> The api can accept a request every second. so I put in a delay in between
> each call of 1.25 seconds.
>
> The process runs fine and will complete running once, but on most
> occasions 4D will crash during the second run. No actual error is
> generated, just 4D will crash.
>
> At first I was using pointers to pass arrays from one method to another
> and thought that might be causing the issue. But I stripped them out and it
> still crashes. The only thing I can ascertain is that the crash will happen
> just after a http post.
>
> Running v16 on Windows Server 2012.
>
> Does anyone have any ideas as to why this might be happening?
>
> TIA
>
> Dov
>
> --
>
> --
> Dov Uhrmasher
> +972 542 88 3612
>
-- 

--
Dov Uhrmasher
+972 542 88 3612
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Http post crash

2017-01-26 Thread npdennis
> The only thing I can ascertain is that the crash will happen
> just after a http post.

> Does anyone have any ideas as to why this might be happening?

1 - Are you running Windows Server 2012 or Windows Server 2012 R2?
2 - Are you running for a 4D Server or a 4D Client
3 - Are you using a worker process or a normal process
4 - Are there any plugins involved
5 - Are you parsing XML or using Object or Text or what?
6 - What do the crash logs have in them for the system and application

Neil

--
Neil Dennis
4D Developer since 1990

GreaText - Designing Software for the Way You Work
716 East 1850 N
North Ogden, UT 84414

mailto:npden...@greatext.com
http://www.greatext.com/



**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**