Re: Malloc failed on server

2014-03-14 Thread Rod Harris
Hi John,

Not aware of any location for the last 100 filters or the max filter count
other than the good old filter log.  As far as some general information
about how high you are reaching - again the log file is the only source I
know. If you log to a form you may be able to report on it. A good log file
analyzer is probably handy too. I suppose the big issue is that the filter
logs can get very big very fast and to get a decent period of time in a
busy system you are going to get an unmanageable file. The advantage of the
log file though is that it will tell you quite a bit about why you have so
many filters in the transaction. Recent versions of the log have the filter
sequence number clearly displayed for reference.

I have seen OOB workflow maybe associated with SLM events, from memory,
loop forever. I also believe there are some tools (DMT perhaps) that may
set the filter limit extremely high, maybe because it wants to loop a lot
within a single transaction. The two issues together are a fatal
combination and after the server crashes it doesn't seem to recover
properly, often throwing malloc errors periodically and not allowing big
transactions to finish. A clean restart fixes the issue, that is until the
loop happens again.

The above I've seen on ARS 7.5 patch 7 or thereabouts running ITSM 7.6.

Rod

Always a good idea to keep the filter limits low enough that they are
breached before the server crashes.

Rod


On 14 March 2014 00:09, John Sundberg john.sundb...@kineticdata.com wrote:

 **
 Good one.

 BTW - is there a location somewhere that tells you what your max filters
 hit were?

 Or -- when you hit 500,000? And maybe a list of the last 100 filters that
 executed.

 (Both those would be very helpful in troubleshooting / avoiding the issue)

 Minimally - they should probably become RFEs ... would be pretty easy to
 implement -- value == high.



 -John





 On Thu, Mar 13, 2014 at 2:20 AM, Rod Harris r...@smapps.com.au wrote:

 **
 Hi,

 Check to make sure that the server has a reasonable value for the maximum
 number of filters in an operation (in AR System Admin-Advanced tab). No
 more than about 500,000 is preferred. Sometimes the server can get into an
 endless loop and you want the maximum filters error thrown before the
 server itself crashes. The maximum filter stack should also be reasonable.

 Rod


 On 13 March 2014 15:07, shashidhar M S shashi.catch...@gmail.com wrote:

 Hello Experts,

 We are getting the Malloc failed on server error in our production
 environment daily. Below is the log trace. I am confused as what might be
 causing this issue. Please can someone help me out on this?

 hu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014
Timestamp: 1394689922.4490
Thread Id: 29048
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1186482
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 53214782
Stack End

 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014 0xc005
 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014
Timestamp: 1394690110.8880
Thread Id: 61196
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1202227
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User POMEROY from Webservice (protocol 14) at IP address
 10.218.88.229
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 5321483E
Stack End

 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014 0xc005
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014
Timestamp: 1394690225.2890
Thread Id: 24020
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL

Re: Malloc failed on server

2014-03-14 Thread Rod Harris
Hi,

Check to make sure that the server has a reasonable value for the maximum
number of filters in an operation (in AR System Admin-Advanced tab). No
more than about 500,000 is preferred. Sometimes the server can get into an
endless loop and you want the maximum filters error thrown before the
server itself crashes. The maximum filter stack should also be reasonable.

Rod


On 13 March 2014 15:07, shashidhar M S shashi.catch...@gmail.com wrote:

 Hello Experts,

 We are getting the Malloc failed on server error in our production
 environment daily. Below is the log trace. I am confused as what might be
 causing this issue. Please can someone help me out on this?

 hu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014
Timestamp: 1394689922.4490
Thread Id: 29048
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1186482
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 53214782
Stack End

 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014 0xc005
 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014
Timestamp: 1394690110.8880
Thread Id: 61196
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1202227
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User POMEROY from Webservice (protocol 14) at IP address
 10.218.88.229
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 5321483E
Stack End

 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014 0xc005
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014
Timestamp: 1394690225.2890
Thread Id: 24020
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1213519
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 532148B1
Stack End

 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014 0xc005
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:34 2014 : Action Request System(R) Server Version 7.5.00
 Patch 007 201009161400
 (c) Copyright 1991-2009 BMC Software, Inc.


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Where the Answers Are, and have been for 20 years


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Malloc failed on server

2014-03-14 Thread Rod Harris
Hi LJ,

Yes, you are correct LJ. A malloc error is a symptom, not a cause and there
are a lot of route causes for it. The info I gave referred to one route
cause that may be fairly common. Any time you see them in the arerror.log
or similar they are cause for concern as the server may appear to keep on
working, but just be generating rollback after rollback on the biggest and
most expensive transactions. As you say with 32bit servers there may not be
a lot of memory around to play with so tuning memory use and the presence
of any memory leaks are significant. The server log files can tell you a
lot.

Rod






On 13 March 2014 21:21, LJ LongWing lj.longw...@gmail.com wrote:

 **
 Malloc literally means Memory Allocation.  Any time you get a Malloc
 error, it means that your Application server attempted to do something that
 required more memory than your OS had/was able to allocate.  We used to
 receive this error on a regular basis on our 32 Bit machines when our
 Remedy tried to allocate more than 2GB of RAM to the ARServer process.  To
 figure this out you need to likely turn on more than Thread logging, and
 see if you can capture some details about what your workflow is doing at
 the time of the malloc error, and see if you can re-architect something to
 prevent it from trying to do it 'all at once'...whatever it is.


 On Thu, Mar 13, 2014 at 1:07 AM, shashidhar M S shashi.catch...@gmail.com
  wrote:

 Hello Experts,

 We are getting the Malloc failed on server error in our production
 environment daily. Below is the log trace. I am confused as what might be
 causing this issue. Please can someone help me out on this?

 hu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014
Timestamp: 1394689922.4490
Thread Id: 29048
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1186482
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 53214782
Stack End

 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014 0xc005
 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014
Timestamp: 1394690110.8880
Thread Id: 61196
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1202227
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User POMEROY from Webservice (protocol 14) at IP address
 10.218.88.229
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 5321483E
Stack End

 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014 0xc005
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014
Timestamp: 1394690225.2890
Thread Id: 24020
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1213519
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 532148B1
Stack End

 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014 0xc005
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:34 2014 : Action Request System(R) Server Version 7.5.00
 Patch 007 201009161400
 (c) Copyright 1991-2009 BMC Software, Inc.


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Where the Answers Are, and have

Malloc failed on server

2014-03-13 Thread shashidhar M S
Hello Experts,

We are getting the Malloc failed on server error in our production environment 
daily. Below is the log trace. I am confused as what might be causing this 
issue. Please can someone help me out on this?

hu Mar 13 01:52:02 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:52:02 2014 
   Timestamp: 1394689922.4490 
   Thread Id: 29048
   Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
   ServerName: arsprod 
   Database: SQL -- Oracle
   Hardware: Intel Pentium
   OS: Windows Server 2003
   RPC Id: 1186482
   RPC Call: 121 (XMLGE)
   RPC Queue: 390620
   Client: User BMCCTRLM from Webservice (protocol 14) at IP address 
10.218.105.64
   Logging On: Thread
   Code: c005
   Operation: write
   Access Addr: 0x230
   Stack Begin: 
  Addr: 0083B692
  Addr: 00515F1F
  Addr: 00523F7B
  Addr: 53214782
   Stack End 

Thu Mar 13 01:52:02 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:52:02 2014 0xc005
Thu Mar 13 01:52:02 2014  390620 : AR System server terminated -- fatal error 
encountered (ARNOTE 21)
Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:55:10 2014 
   Timestamp: 1394690110.8880 
   Thread Id: 61196
   Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
   ServerName: arsprod 
   Database: SQL -- Oracle
   Hardware: Intel Pentium
   OS: Windows Server 2003
   RPC Id: 1202227
   RPC Call: 121 (XMLGE)
   RPC Queue: 390620
   Client: User POMEROY from Webservice (protocol 14) at IP address 
10.218.88.229
   Logging On: Thread
   Code: c005
   Operation: write
   Access Addr: 0x230
   Stack Begin: 
  Addr: 0083B692
  Addr: 00515F1F
  Addr: 00523F7B
  Addr: 5321483E
   Stack End 

Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:55:10 2014 0xc005
Thu Mar 13 01:55:10 2014  390620 : AR System server terminated -- fatal error 
encountered (ARNOTE 21)
Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:57:05 2014 
   Timestamp: 1394690225.2890 
   Thread Id: 24020
   Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
   ServerName: arsprod 
   Database: SQL -- Oracle
   Hardware: Intel Pentium
   OS: Windows Server 2003
   RPC Id: 1213519
   RPC Call: 121 (XMLGE)
   RPC Queue: 390620
   Client: User BMCCTRLM from Webservice (protocol 14) at IP address 
10.218.105.64
   Logging On: Thread
   Code: c005
   Operation: write
   Access Addr: 0x230
   Stack Begin: 
  Addr: 0083B692
  Addr: 00515F1F
  Addr: 00523F7B
  Addr: 532148B1
   Stack End 

Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:57:05 2014 0xc005
Thu Mar 13 01:57:05 2014  390620 : AR System server terminated -- fatal error 
encountered (ARNOTE 21)
Thu Mar 13 01:57:34 2014 : Action Request System(R) Server Version 7.5.00 Patch 
007 201009161400
(c) Copyright 1991-2009 BMC Software, Inc.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Malloc failed on server

2014-03-13 Thread John Sundberg
Good one.

BTW - is there a location somewhere that tells you what your max filters
hit were?

Or -- when you hit 500,000? And maybe a list of the last 100 filters that
executed.

(Both those would be very helpful in troubleshooting / avoiding the issue)

Minimally - they should probably become RFEs ... would be pretty easy to
implement -- value == high.



-John





On Thu, Mar 13, 2014 at 2:20 AM, Rod Harris r...@smapps.com.au wrote:

 **
 Hi,

 Check to make sure that the server has a reasonable value for the maximum
 number of filters in an operation (in AR System Admin-Advanced tab). No
 more than about 500,000 is preferred. Sometimes the server can get into an
 endless loop and you want the maximum filters error thrown before the
 server itself crashes. The maximum filter stack should also be reasonable.

 Rod


 On 13 March 2014 15:07, shashidhar M S shashi.catch...@gmail.com wrote:

 Hello Experts,

 We are getting the Malloc failed on server error in our production
 environment daily. Below is the log trace. I am confused as what might be
 causing this issue. Please can someone help me out on this?

 hu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014
Timestamp: 1394689922.4490
Thread Id: 29048
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1186482
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 53214782
Stack End

 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014 0xc005
 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014
Timestamp: 1394690110.8880
Thread Id: 61196
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1202227
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User POMEROY from Webservice (protocol 14) at IP address
 10.218.88.229
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 5321483E
Stack End

 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014 0xc005
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014
Timestamp: 1394690225.2890
Thread Id: 24020
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1213519
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 532148B1
Stack End

 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014 0xc005
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:34 2014 : Action Request System(R) Server Version 7.5.00
 Patch 007 201009161400
 (c) Copyright 1991-2009 BMC Software, Inc.


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Where the Answers Are, and have been for 20 years


 _ARSlist: Where the Answers Are and have been for 20 years_




-- 

*John Sundberg*
Kinetic Data, Inc.
Your Business. Your Process.

651-556-0930 I john.sundb...@kineticdata.com
www.kineticdata.com I community.kineticdata.com

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Malloc failed on server

2014-03-13 Thread LJ LongWing
Malloc literally means Memory Allocation.  Any time you get a Malloc error,
it means that your Application server attempted to do something that
required more memory than your OS had/was able to allocate.  We used to
receive this error on a regular basis on our 32 Bit machines when our
Remedy tried to allocate more than 2GB of RAM to the ARServer process.  To
figure this out you need to likely turn on more than Thread logging, and
see if you can capture some details about what your workflow is doing at
the time of the malloc error, and see if you can re-architect something to
prevent it from trying to do it 'all at once'...whatever it is.


On Thu, Mar 13, 2014 at 1:07 AM, shashidhar M S
shashi.catch...@gmail.comwrote:

 Hello Experts,

 We are getting the Malloc failed on server error in our production
 environment daily. Below is the log trace. I am confused as what might be
 causing this issue. Please can someone help me out on this?

 hu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014
Timestamp: 1394689922.4490
Thread Id: 29048
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1186482
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 53214782
Stack End

 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:52:02 2014 0xc005
 Thu Mar 13 01:52:02 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014
Timestamp: 1394690110.8880
Thread Id: 61196
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1202227
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User POMEROY from Webservice (protocol 14) at IP address
 10.218.88.229
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 5321483E
Stack End

 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:55:10 2014 0xc005
 Thu Mar 13 01:55:10 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014
Timestamp: 1394690225.2890
Thread Id: 24020
Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
ServerName: arsprod
Database: SQL -- Oracle
Hardware: Intel Pentium
OS: Windows Server 2003
RPC Id: 1213519
RPC Call: 121 (XMLGE)
RPC Queue: 390620
Client: User BMCCTRLM from Webservice (protocol 14) at IP address
 10.218.105.64
Logging On: Thread
Code: c005
Operation: write
Access Addr: 0x230
Stack Begin:
   Addr: 0083B692
   Addr: 00515F1F
   Addr: 00523F7B
   Addr: 532148B1
Stack End

 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Thu Mar 13 01:57:05 2014 0xc005
 Thu Mar 13 01:57:05 2014  390620 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)
 Thu Mar 13 01:57:34 2014 : Action Request System(R) Server Version 7.5.00
 Patch 007 201009161400
 (c) Copyright 1991-2009 BMC Software, Inc.


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Where the Answers Are, and have been for 20 years


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Malloc failed on server

2014-03-13 Thread Ben Cantatore
The error means Memory Allocation.  I had this same exact issue with 
version 7.0 patch 4.  The problem (for me at that time) was a memory leak. 
 The issue was fixed when I opened a ticket with BMC and went to patch 5 
that they provided me. 

That was me, for you the issue seems to be with a webservice.  Was that 
newly implemented?  If you stop it, does it go away?  Look at other recent 
changes and see if backing them out stops the issue.



From:   shashidhar M S shashi.catch...@gmail.com
To: arslist@ARSLIST.ORG, 
Date:   03/13/2014 03:07 AM
Subject:Malloc failed on server
Sent by:Action Request System discussion list(ARSList) 
arslist@ARSLIST.ORG



Hello Experts,

We are getting the Malloc failed on server error in our production 
environment daily. Below is the log trace. I am confused as what might be 
causing this issue. Please can someone help me out on this?

hu Mar 13 01:52:02 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:52:02 2014 
   Timestamp: 1394689922.4490 
   Thread Id: 29048
   Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
   ServerName: arsprod 
   Database: SQL -- Oracle
   Hardware: Intel Pentium
   OS: Windows Server 2003
   RPC Id: 1186482
   RPC Call: 121 (XMLGE)
   RPC Queue: 390620
   Client: User BMCCTRLM from Webservice (protocol 14) at IP address 
10.218.105.64
   Logging On: Thread
   Code: c005
   Operation: write
   Access Addr: 0x230
   Stack Begin: 
  Addr: 0083B692
  Addr: 00515F1F
  Addr: 00523F7B
  Addr: 53214782
   Stack End 

Thu Mar 13 01:52:02 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:52:02 2014 0xc005
Thu Mar 13 01:52:02 2014  390620 : AR System server terminated -- fatal 
error encountered (ARNOTE 21)
Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:55:10 2014 
   Timestamp: 1394690110.8880 
   Thread Id: 61196
   Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
   ServerName: arsprod 
   Database: SQL -- Oracle
   Hardware: Intel Pentium
   OS: Windows Server 2003
   RPC Id: 1202227
   RPC Call: 121 (XMLGE)
   RPC Queue: 390620
   Client: User POMEROY from Webservice (protocol 14) at IP address 
10.218.88.229
   Logging On: Thread
   Code: c005
   Operation: write
   Access Addr: 0x230
   Stack Begin: 
  Addr: 0083B692
  Addr: 00515F1F
  Addr: 00523F7B
  Addr: 5321483E
   Stack End 

Thu Mar 13 01:55:10 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:55:10 2014 0xc005
Thu Mar 13 01:55:10 2014  390620 : AR System server terminated -- fatal 
error encountered (ARNOTE 21)
Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:57:05 2014 
   Timestamp: 1394690225.2890 
   Thread Id: 24020
   Version: 7.5.00 Patch 007 201009161400 Sep 16 2010 16:20:23
   ServerName: arsprod 
   Database: SQL -- Oracle
   Hardware: Intel Pentium
   OS: Windows Server 2003
   RPC Id: 1213519
   RPC Call: 121 (XMLGE)
   RPC Queue: 390620
   Client: User BMCCTRLM from Webservice (protocol 14) at IP address 
10.218.105.64
   Logging On: Thread
   Code: c005
   Operation: write
   Access Addr: 0x230
   Stack Begin: 
  Addr: 0083B692
  Addr: 00515F1F
  Addr: 00523F7B
  Addr: 532148B1
   Stack End 

Thu Mar 13 01:57:05 2014  390620 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Thu Mar 13 01:57:05 2014 0xc005
Thu Mar 13 01:57:05 2014  390620 : AR System server terminated -- fatal 
error encountered (ARNOTE 21)
Thu Mar 13 01:57:34 2014 : Action Request System(R) Server Version 7.5.00 
Patch 007 201009161400
(c) Copyright 1991-2009 BMC Software, Inc. 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Longwing, LJ CTR MDA/IC
Ken,
I would agree that 1.2 on a 64Bit OS is a bit hard to explain the malloc error. 
 How did the overall system resources look at the time?

I have found at times that the memory size is a bit hard to determine.  I use a 
SysInternals tool 'Process Explorer' to look at things.  One thing that I have 
found is that the memory on my server (32 Bit) tends to crap out when the 
'Virtual Size' hits 2 GB, not necessarily when the 'Private Bytes' hits 2 
GB...and I have sometimes seen a great disparity between the two values.  I 
additionally try to look at the 'Max Memory Usage' column (that you can add) to 
see if at any point it actually spiked higher.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 3:04 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB RAM.

David, New changes transported to production over since the beginning of 
September.

LJ,  That is what I thought. When everything hit the fan yesterday the 
arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I 
think that seems pretty low to cause an out of memory issue?

Lisa,  We get the error in both the Mid Tier and WUT.

Thanks guys,

Ken.


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
Sent: Wednesday, October 24, 2012 4:52 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

What O/S are you running on?



 

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of David M. Clark
Sent: Thursday, 25 October 2012 9:43 a.m.
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

We are getting this error intermittently over the past couple of weeks

Have you recently customized anything in that area?  I've seen this happen when 
access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

** 

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread David M. Clark
I once forgot to give Public access rights (as in anyone can write to it) to a 
field on a backend form that I had written and the error only manifested itself 
as a malloc error.  Bothersome is a good word for not receiving any sort of 
error message related to access rights, but when the rights were granted... the 
malloc error vanished.  Took a while to find that one.  I suspect the loop of 
running a table to perform the write was involved in the memory usage.  Things 
just piled up until it was malloc time.  Sadly everyone who had tested the app 
was using an Admin ID for some reason.
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Jason Miller
Sent: Wednesday, October 24, 2012 4:03 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

** HI David,

Can you give us some more detail on what it means when access rights to a 
newly-created field are not properly defined?  It is a bit bothersome to think 
1) a lack of permissions can cause memory issues 2) that it is easy to not 
properly define a field which would cause memory issues.

Jason

On Wed, Oct 24, 2012 at 1:42 PM, David M. Clark 
david.m.cl...@tn.govmailto:david.m.cl...@tn.gov wrote:
We are getting this error intermittently over the past couple of weeks
Have you recently customized anything in that area?  I've seen this happen when 
access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, 
LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

**

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.



Has anybody run across something similar? (Arerr 300 when working with 
attachments)



I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.





Thanks





Ken Cecil

574-283-4248tel:574-283-4248

kce...@hubbell.commailto:kce...@hubbell.com





AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.comhttp://www.hubbell.com http://www.hubbell.com/  - Hubbell 
Incorporated


_attend WWRUG12 www.wwrug.comhttp://www.wwrug.com ARSlist: Where the Answers 
Are_

___
UNSUBSCRIBE or access ARSlist Archives at 
www.arslist.orghttp://www.arslist.org attend wwrug12 
www.wwrug12.comhttp://www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at 
www.arslist.orghttp://www.arslist.org
attend wwrug12 www.wwrug12.comhttp://www.wwrug12.com ARSList: Where the 
Answers Are

_attend WWRUG12 www.wwrug.comhttp://www.wwrug.com ARSlist: Where the Answers 
Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Cecil, Ken
Thanks,  I'll load process explorer on there and watch it.


Ken.


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Thursday, October 25, 2012 8:57 AM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
I would agree that 1.2 on a 64Bit OS is a bit hard to explain the malloc error. 
 How did the overall system resources look at the time?

I have found at times that the memory size is a bit hard to determine.  I use a 
SysInternals tool 'Process Explorer' to look at things.  One thing that I have 
found is that the memory on my server (32 Bit) tends to crap out when the 
'Virtual Size' hits 2 GB, not necessarily when the 'Private Bytes' hits 2 
GB...and I have sometimes seen a great disparity between the two values.  I 
additionally try to look at the 'Max Memory Usage' column (that you can add) to 
see if at any point it actually spiked higher.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 3:04 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB RAM.

David, New changes transported to production over since the beginning of 
September.

LJ,  That is what I thought. When everything hit the fan yesterday the 
arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I 
think that seems pretty low to cause an out of memory issue?

Lisa,  We get the error in both the Mid Tier and WUT.

Thanks guys,

Ken.


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
Sent: Wednesday, October 24, 2012 4:52 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

What O/S are you running on?



 

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of David M. Clark
Sent: Thursday, 25 October 2012 9:43 a.m.
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

We are getting this error intermittently over the past couple of weeks

Have you recently customized anything in that area?  I've seen this happen when 
access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

** 

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread itsm.support
Hi,

 

This happens because, there was a request to allocate memory by the server
and the OS could not fulfill that request.

In response to this, the AR System server shuts itself down and restarts. In
general, except for users who are currently interacting with that server
with a command, the restart would not even be noticed.

Now, why is the server running out of memory?  How much memory does the
machine have?  Could the system just be large enough that after everything
is cached and user loads come in and there are large queries that need large
spaces.

Could it be a lack of swap space - so that there was no space on disc to
write out the swap area of memory.

 

Possible solution for this issue could be:

 

Add /3gb parameter in a boot.ini file. 

The 32-bit versions of the Windows operating system can manage a maximum of
4GB of addressable memory. The 4GB is divided into 2GB for user applications
and 2GB for kernel processes. This means that any given application is
restricted to 2GB of memory. 

Adding /3GB switch which causes the operating system to divide the available
4GB of memory into 3GB for user applications and 1GB for kernel processes.
Many translations that previously failed due to memory limitations will now
run successfully when the /3GB switch is used.

HTH

 

--

Regards,

Sunil

 

Vyom Labs Pvt. Ltd.

BSM Solutions  Services || ITIL Consulting  Training

Email: [hidden email]
http://ars-action-request-system.1093659.n2.nabble.com/user/SendEmail.jtp?t
ype=nodenode=7583733i=0   || Web Site: www.vyomlabs.com Follow Vyom Labs
http://twitter.com/#!/vyomlabs http://twitter.com/#%21/vyomlabs  ||
http://www.linkedin.com/company/vyom-labs

 

On Wed, Oct 24, 2012 at 3:42 PM, Cecil, Ken kce...@hubbell.com wrote:

** 

We are getting this error intermittently over the past couple of weeks. The
most consistent time it is occurring is when trying to attach a largish
attachment (around 4MB). Some have also received it when trying to open an
attachment. Yesterday for awhile we were getting the error anytime the SDA's
were trying to attach any attachment to an Incident. I ended up restarting
the ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB
articles I found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008

 

 

  _  

This email and any files transmitted with it are confidential and intended
solely for the addressee. If you have received this email in error please
notify the system manager. Subject to local law, communications (including
traffic data) with Hubbell may be monitored by our systems [or a third
party's systems on our behalf] for the purposes of security and the
assessment of internal compliance with Hubbell policies. This footnote also
confirms that this email message has been swept for the presence of computer
viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated

 

_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Thad Esser
The Sysinternals tools are awesome!  This is the first time I've worked
with Windows servers and just a few days ago went looking for Windows
equivalents to familiar unix tools.  Process Explorer, Process Monitor,
TCPView, and Autoruns are a few of them that I've explored so far.  Process
Monitor (similar to truss) just helped me yesterday in figuring out that I
hadn't updated my PATH the way I should have.  The email engine service
wasn't starting, and there wasn't any indication why.  None of the logs
that were supposed to have been created were there.  Following the process
as it started up using process monitor showed the file that was missing.
It was probably overkill to find a pathing issue, but BMC wasn't able to
figure it out either.

These tools have quickly found a place in my quiver.

Thad
On Thu, Oct 25, 2012 at 9:54 AM, Cecil, Ken kce...@hubbell.com wrote:

 Thanks,  I'll load process explorer on there and watch it.


 Ken.


 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
  Sent: Thursday, October 25, 2012 8:57 AM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 Ken,
 I would agree that 1.2 on a 64Bit OS is a bit hard to explain the malloc
 error.  How did the overall system resources look at the time?

 I have found at times that the memory size is a bit hard to determine.  I
 use a SysInternals tool 'Process Explorer' to look at things.  One thing
 that I have found is that the memory on my server (32 Bit) tends to crap
 out when the 'Virtual Size' hits 2 GB, not necessarily when the 'Private
 Bytes' hits 2 GB...and I have sometimes seen a great disparity between the
 two values.  I additionally try to look at the 'Max Memory Usage' column
 (that you can add) to see if at any point it actually spiked higher.

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
 Sent: Wednesday, October 24, 2012 3:04 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB
 RAM.

 David, New changes transported to production over since the beginning of
 September.

 LJ,  That is what I thought. When everything hit the fan yesterday the
 arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I
 think that seems pretty low to cause an out of memory issue?

 Lisa,  We get the error in both the Mid Tier and WUT.

 Thanks guys,

 Ken.


 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
 Sent: Wednesday, October 24, 2012 4:52 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 What O/S are you running on?





 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of David M. Clark
 Sent: Thursday, 25 October 2012 9:43 a.m.
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 We are getting this error intermittently over the past couple of weeks

 Have you recently customized anything in that area?  I've seen this happen
 when access rights to a newly-created field are not properly defined.

 -D

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
 Sent: Wednesday, October 24, 2012 3:31 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 Ken,
 It sounds like your arserver was bouncing up against a upper memory limit.
  This can happen sometimes with memory leaks that don't properly release
 memory once used.  A restart of the service brings the system back down to
 initial minimums of startup.  You may want to make sure that you are on the
 most recent patch of 7.5 to ensure that any known issues are taken care of
 properly.

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
 Sent: Wednesday, October 24, 2012 1:42 PM
 To: arslist@ARSLIST.ORG
 Subject: ARERR 300 Malloc failed on server

 **

 We are getting this error intermittently over the past couple of weeks.
 The most consistent time it is occurring is when trying to attach a largish
 attachment (around 4MB). Some have also received it when trying to open an
 attachment. Yesterday for awhile we were getting the error anytime the
 SDA's were trying to attach any attachment to an Incident. I ended up
 restarting the ar server service.



 Has anybody run across something similar? (Arerr 300 when working with
 attachments)



 I have a support request in with BMC and waiting for a reply. The KB
 articles I found did not seem to apply.





 Thanks





 Ken Cecil

 574-283-4248

 kce...@hubbell.com





 AR 7.5

 ITSM 7.6

 Windows 2003

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Matt Reinfeldt
Thad,

 

You may want to check out http://sourceforge.net/projects/unxutils/ as well.
Just for command-line stuff.

 

Matt

 

From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Thad Esser
Sent: Thursday, October 25, 2012 12:41 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

 

** 

The Sysinternals tools are awesome!  This is the first time I've worked with
Windows servers and just a few days ago went looking for Windows equivalents
to familiar unix tools.  Process Explorer, Process Monitor, TCPView, and
Autoruns are a few of them that I've explored so far.  Process Monitor
(similar to truss) just helped me yesterday in figuring out that I hadn't
updated my PATH the way I should have.  The email engine service wasn't
starting, and there wasn't any indication why.  None of the logs that were
supposed to have been created were there.  Following the process as it
started up using process monitor showed the file that was missing.  It was
probably overkill to find a pathing issue, but BMC wasn't able to figure it
out either.  

 

These tools have quickly found a place in my quiver.

 

Thad

On Thu, Oct 25, 2012 at 9:54 AM, Cecil, Ken kce...@hubbell.com wrote:

Thanks,  I'll load process explorer on there and watch it.


Ken.



-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC

Sent: Thursday, October 25, 2012 8:57 AM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
I would agree that 1.2 on a 64Bit OS is a bit hard to explain the malloc
error.  How did the overall system resources look at the time?

I have found at times that the memory size is a bit hard to determine.  I
use a SysInternals tool 'Process Explorer' to look at things.  One thing
that I have found is that the memory on my server (32 Bit) tends to crap out
when the 'Virtual Size' hits 2 GB, not necessarily when the 'Private Bytes'
hits 2 GB...and I have sometimes seen a great disparity between the two
values.  I additionally try to look at the 'Max Memory Usage' column (that
you can add) to see if at any point it actually spiked higher.

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 3:04 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB RAM.

David, New changes transported to production over since the beginning of
September.

LJ,  That is what I thought. When everything hit the fan yesterday the
arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I
think that seems pretty low to cause an out of memory issue?

Lisa,  We get the error in both the Mid Tier and WUT.

Thanks guys,

Ken.


-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
Sent: Wednesday, October 24, 2012 4:52 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

What O/S are you running on?





-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of David M. Clark
Sent: Thursday, 25 October 2012 9:43 a.m.
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

We are getting this error intermittently over the past couple of weeks

Have you recently customized anything in that area?  I've seen this happen
when access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.
This can happen sometimes with memory leaks that don't properly release
memory once used.  A restart of the service brings the system back down to
initial minimums of startup.  You may want to make sure that you are on the
most recent patch of 7.5 to ensure that any known issues are taken care of
properly.

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

**

We are getting this error intermittently over the past couple of weeks. The
most consistent time it is occurring is when trying to attach a largish
attachment (around 4MB). Some have also received it when trying to open an
attachment. Yesterday for awhile we were getting the error anytime the SDA's
were trying to attach any attachment to an Incident. I ended up restarting
the ar server service.



Has anybody run

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Jason Miller
Add ..\UnixUtils\usr\local\wbin to your Windows path and things like grep,
du, ls, tail now work in Windows :)

On Thu, Oct 25, 2012 at 11:10 AM, Matt Reinfeldt
arsl...@mattreinfeldt.comwrote:

 **

 Thad,

 ** **

 You may want to check out http://sourceforge.net/projects/unxutils/ as
 well.  Just for command-line stuff.

 ** **

 Matt

 ** **

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Thad Esser
 *Sent:* Thursday, October 25, 2012 12:41 PM

 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

 ** **

 ** 

 The Sysinternals tools are awesome!  This is the first time I've worked
 with Windows servers and just a few days ago went looking for Windows
 equivalents to familiar unix tools.  Process Explorer, Process Monitor,
 TCPView, and Autoruns are a few of them that I've explored so far.  Process
 Monitor (similar to truss) just helped me yesterday in figuring out that I
 hadn't updated my PATH the way I should have.  The email engine service
 wasn't starting, and there wasn't any indication why.  None of the logs
 that were supposed to have been created were there.  Following the process
 as it started up using process monitor showed the file that was missing.
 It was probably overkill to find a pathing issue, but BMC wasn't able to
 figure it out either.  

  

 These tools have quickly found a place in my quiver.

  

 Thad

 On Thu, Oct 25, 2012 at 9:54 AM, Cecil, Ken kce...@hubbell.com wrote:***
 *

 Thanks,  I'll load process explorer on there and watch it.


 Ken.



 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC

 Sent: Thursday, October 25, 2012 8:57 AM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 Ken,
 I would agree that 1.2 on a 64Bit OS is a bit hard to explain the malloc
 error.  How did the overall system resources look at the time?

 I have found at times that the memory size is a bit hard to determine.  I
 use a SysInternals tool 'Process Explorer' to look at things.  One thing
 that I have found is that the memory on my server (32 Bit) tends to crap
 out when the 'Virtual Size' hits 2 GB, not necessarily when the 'Private
 Bytes' hits 2 GB...and I have sometimes seen a great disparity between the
 two values.  I additionally try to look at the 'Max Memory Usage' column
 (that you can add) to see if at any point it actually spiked higher.

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
 Sent: Wednesday, October 24, 2012 3:04 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB
 RAM.

 David, New changes transported to production over since the beginning of
 September.

 LJ,  That is what I thought. When everything hit the fan yesterday the
 arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I
 think that seems pretty low to cause an out of memory issue?

 Lisa,  We get the error in both the Mid Tier and WUT.

 Thanks guys,

 Ken.


 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
 Sent: Wednesday, October 24, 2012 4:52 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 What O/S are you running on?





 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of David M. Clark
 Sent: Thursday, 25 October 2012 9:43 a.m.
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 We are getting this error intermittently over the past couple of weeks

 Have you recently customized anything in that area?  I've seen this happen
 when access rights to a newly-created field are not properly defined.

 -D

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
 Sent: Wednesday, October 24, 2012 3:31 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 Ken,
 It sounds like your arserver was bouncing up against a upper memory limit.
  This can happen sometimes with memory leaks that don't properly release
 memory once used.  A restart of the service brings the system back down to
 initial minimums of startup.  You may want to make sure that you are on the
 most recent patch of 7.5 to ensure that any known issues are taken care of
 properly.

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
 Sent: Wednesday, October 24, 2012 1:42 PM
 To: arslist@ARSLIST.ORG
 Subject: ARERR 300 Malloc failed on server

 **

 We are getting this error

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Jason Miller
Just wondering.  Do you keep trying with the same file each time?  If so I
wonder if there is something goofy going on in how the AR Server compresses
and saves the file in the db?

Is it only 4.6 MB Word docs?  Would a 4.6 MB text file do the same thing?

Jason

On Thu, Oct 25, 2012 at 1:31 PM, Cecil, Ken kce...@hubbell.com wrote:

 **

 I am consistently reproducing the error by trying to attach a word doc
 that is about 4.6 MB to a Work Log entry to an Incident (also tried in a
 task and it fails there too). The error comes back in about 1 second. Here
 is the API and SQL log lines from when the error occurs.

 ** **

 CLAT /* Thu Oct 25 2012 15:37:30.6130 */+API call

 API  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */+CE ARCreateEntry -- schema
 HPD:WorkLog from Remedy User (protocol 14) at IP address 172.16.57.154

 

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */BEGIN TRANSACTION

 

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */OK

 

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
/* Thu Oct 25 2012 14:37:32.7550
 */COMMIT TRANSACTION

 

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */OK

 

 API  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */-CE   FAIL

 

 CLAT /* Thu Oct 25 2012 15:37:31.3950 */-API call

 ** **

 Here is the Performance Graph…. No increase.

 ** **

 

 ** **

 ** **

 Everything else seems to be working fine for everyone. I can even attach
 smaller files ok.

 ** **

 I triple checked the file space on all the drives on both the AR server
 and the DB server and there are at least 15GB free on all of them.

 ** **

 I just don’t know where to look next. I still haven’t received a call back
 from supt just email asking for the logs 

 ** **

 Someone suggested using the /3GB boot.ini switch. My question to that
 would be does that work on a 64bit version of Windows like we have?

 ** **

 ** **

 Ken.

 ** **

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Longwing, LJ CTR MDA/IC
 *Sent:* Thursday, October 25, 2012 2:34 PM

 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

  ** **

 ** 

 How does the performance Graph tab look at the time of trying to add the
 attachment?

 And you have verified that you aren’t out of filespace?

 ** **

 *From:* Action Request System discussion list(ARSList) [
 mailto:arslist@ARSLIST.ORG arslist@ARSLIST.ORG] *On Behalf Of *Cecil,
 Ken
 *Sent:* Thursday, October 25, 2012 12:18 PM
 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

 ** **

 ** 

 Here are screenshots of what I see for the arserver.exe process before and
 after trying to attach a file (and getting the error)

 ** **

 

 

 ** **

 ** **

 Try to attaché 1.2 Mb attachment (works)

 Try to attach 4.7 MB attachment (ARERR 300 Malloc failed)

 ** **

 

 

 ** **

 ** **

 Anybody see anything?

 ** **

 ** **

 Ken.

 ** **

 ** **

 -Original Message-
 From: Action Request System discussion list(ARSList) [
 mailto:arslist@ARSLIST.ORG arslist@ARSLIST.ORG] On Behalf Of Longwing,
 LJ CTR MDA/IC
 Sent: Thursday, October 25, 2012 8:57 AM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 ** **

 Ken,

 I would agree that 1.2 on a 64Bit OS is a bit hard to explain the malloc
 error.  How did the overall system resources look at the time?

 ** **

 I have found at times that the memory size is a bit hard to determine.  I
 use a SysInternals tool 'Process Explorer' to look at things.  One thing
 that I have found is that the memory on my server (32 Bit) tends to crap
 out when the 'Virtual Size' hits 2 GB, not necessarily when the 'Private
 Bytes' hits 2 GB...and I have sometimes seen a great disparity between the
 two values.  I additionally try to look at the 'Max Memory Usage' column
 (that you can add) to see if at any point it actually spiked higher.

 ** **

 -Original Message-

 From: Action Request System discussion list(ARSList) [
 mailto:arslist@ARSLIST.ORG arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken*
 ***

 Sent: Wednesday, October 24, 2012 3:04 PM

 To: arslist@ARSLIST.ORG

 Subject: Re: ARERR 300 Malloc failed on server

 ** **

 Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB
 RAM.

 ** **

 David, New changes

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Cecil, Ken
Just tried with a 5.9 MB pdf. No go...

10MB text file works!


Any ideas?

Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Jason Miller
Sent: Thursday, October 25, 2012 4:43 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

** Just wondering.  Do you keep trying with the same file each time?  If so I 
wonder if there is something goofy going on in how the AR Server compresses and 
saves the file in the db?

Is it only 4.6 MB Word docs?  Would a 4.6 MB text file do the same thing?

Jason
On Thu, Oct 25, 2012 at 1:31 PM, Cecil, Ken 
kce...@hubbell.commailto:kce...@hubbell.com wrote:
**
I am consistently reproducing the error by trying to attach a word doc that is 
about 4.6 MB to a Work Log entry to an Incident (also tried in a task and it 
fails there too). The error comes back in about 1 second. Here is the API and 
SQL log lines from when the error occurs.

CLAT /* Thu Oct 25 2012 15:37:30.6130 */+API call
API  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */+CE ARCreateEntry -- schema HPD:WorkLog from Remedy 
User (protocol 14) at IP address 172.16.57.154
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */BEGIN TRANSACTION
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */OK
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */COMMIT TRANSACTION
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */OK
API  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */-CE   FAIL
CLAT /* Thu Oct 25 2012 15:37:31.3950 */-API call

Here is the Performance Graph No increase.



Everything else seems to be working fine for everyone. I can even attach 
smaller files ok.

I triple checked the file space on all the drives on both the AR server and the 
DB server and there are at least 15GB free on all of them.

I just don't know where to look next. I still haven't received a call back from 
supt just email asking for the logs

Someone suggested using the /3GB boot.ini switch. My question to that would be 
does that work on a 64bit version of Windows like we have?


Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, 
LJ CTR MDA/IC
Sent: Thursday, October 25, 2012 2:34 PM

To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

**
How does the performance Graph tab look at the time of trying to add the 
attachment?
And you have verified that you aren't out of filespace?

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Thursday, October 25, 2012 12:18 PM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

**

Here are screenshots of what I see for the arserver.exe process before and 
after trying to attach a file (and getting the error)







Try to attaché 1.2 Mb attachment (works)

Try to attach 4.7 MB attachment (ARERR 300 Malloc failed)







Anybody see anything?





Ken.





-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Thursday, October 25, 2012 8:57 AM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server



Ken,

I would agree that 1.2 on a 64Bit OS is a bit hard to explain the malloc error. 
 How did the overall system resources look at the time?



I have found at times that the memory size is a bit hard to determine.  I use a 
SysInternals tool 'Process Explorer' to look at things.  One thing that I have 
found is that the memory on my server (32 Bit) tends to crap out when the 
'Virtual Size' hits 2 GB, not necessarily when the 'Private Bytes' hits 2 
GB...and I have sometimes seen a great disparity between the two values.  I 
additionally try to look at the 'Max Memory Usage' column (that you can add) to 
see if at any point it actually spiked higher.



-Original Message-

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken

Sent: Wednesday, October 24, 2012 3:04 PM

To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG

Subject: Re: ARERR 300 Malloc failed on server



Simon

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Jason Miller
Fascinating.  Does it happen if you try right after an AR Server restart;
before it's memory usage starts to get to its normal operating level?

Just to double check you don't have Db-Max-Attach-Size set in the ar.cfg
file?

Jason

On Thu, Oct 25, 2012 at 1:52 PM, Cecil, Ken kce...@hubbell.com wrote:

 **

 Just tried with a 5.9 MB pdf. No go…  

 ** **

 10MB text file works!

 ** **

 ** **

 Any ideas?

 ** **

 Ken.

 ** **

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Jason Miller
 *Sent:* Thursday, October 25, 2012 4:43 PM

 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

  ** **

 ** Just wondering.  Do you keep trying with the same file each time?  If
 so I wonder if there is something goofy going on in how the AR Server
 compresses and saves the file in the db?

 ** **

 Is it only 4.6 MB Word docs?  Would a 4.6 MB text file do the same thing?*
 ***

 ** **

 Jason

 On Thu, Oct 25, 2012 at 1:31 PM, Cecil, Ken kce...@hubbell.com wrote:***
 *

 ** 

 I am consistently reproducing the error by trying to attach a word doc
 that is about 4.6 MB to a Work Log entry to an Incident (also tried in a
 task and it fails there too). The error comes back in about 1 second. Here
 is the API and SQL log lines from when the error occurs.

  

 CLAT /* Thu Oct 25 2012 15:37:30.6130 */+API call

 API  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */+CE ARCreateEntry -- schema
 HPD:WorkLog from Remedy User (protocol 14) at IP address 172.16.57.154

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */BEGIN TRANSACTION

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */OK

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
/* Thu Oct 25 2012 14:37:32.7550
 */COMMIT TRANSACTION

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */OK

 API  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */-CE   FAIL

 CLAT /* Thu Oct 25 2012 15:37:31.3950 */-API call

  

 Here is the Performance Graph…. No increase.

  

 

  

  

 Everything else seems to be working fine for everyone. I can even attach
 smaller files ok.

  

 I triple checked the file space on all the drives on both the AR server
 and the DB server and there are at least 15GB free on all of them.

  

 I just don’t know where to look next. I still haven’t received a call back
 from supt just email asking for the logs 

  

 Someone suggested using the /3GB boot.ini switch. My question to that
 would be does that work on a 64bit version of Windows like we have?

  

  

 Ken.

  

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Longwing, LJ CTR MDA/IC
 *Sent:* Thursday, October 25, 2012 2:34 PM


 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

  

 ** 

 How does the performance Graph tab look at the time of trying to add the
 attachment?

 And you have verified that you aren’t out of filespace?

  

 *From:* Action Request System discussion list(ARSList) [
 mailto:arslist@ARSLIST.ORG arslist@ARSLIST.ORG] *On Behalf Of *Cecil,
 Ken
 *Sent:* Thursday, October 25, 2012 12:18 PM
 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

  

 ** 

 Here are screenshots of what I see for the arserver.exe process before and
 after trying to attach a file (and getting the error)

  

 

 

  

  

 Try to attaché 1.2 Mb attachment (works)

 Try to attach 4.7 MB attachment (ARERR 300 Malloc failed)

  

 

 

  

  

 Anybody see anything?

  

  

 Ken.

  

  

 -Original Message-
 From: Action Request System discussion list(ARSList) [
 mailto:arslist@ARSLIST.ORG arslist@ARSLIST.ORG] On Behalf Of Longwing,
 LJ CTR MDA/IC
 Sent: Thursday, October 25, 2012 8:57 AM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

  

 Ken,

 I would agree that 1.2 on a 64Bit OS is a bit hard to explain the malloc
 error.  How did the overall system resources look at the time?

  

 I have found at times that the memory size is a bit hard to determine.  I
 use a SysInternals tool 'Process Explorer' to look at things.  One thing
 that I have found is that the memory on my server (32 Bit) tends to crap
 out when

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Cecil, Ken
I double checked and I do not have a max attach size configured.

I just restarted arserver and tried to attach the large word doc again within a 
few minutes of starting the server and got the memory allocation error.

I also check the autogrow setting on the database and it is set to 100MB.


Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Jason Miller
Sent: Thursday, October 25, 2012 5:22 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

** Fascinating.  Does it happen if you try right after an AR Server restart; 
before it's memory usage starts to get to its normal operating level?

Just to double check you don't have Db-Max-Attach-Size set in the ar.cfg file?

Jason
On Thu, Oct 25, 2012 at 1:52 PM, Cecil, Ken 
kce...@hubbell.commailto:kce...@hubbell.com wrote:
**
Just tried with a 5.9 MB pdf. No go...

10MB text file works!


Any ideas?

Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Jason 
Miller
Sent: Thursday, October 25, 2012 4:43 PM

To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

** Just wondering.  Do you keep trying with the same file each time?  If so I 
wonder if there is something goofy going on in how the AR Server compresses and 
saves the file in the db?

Is it only 4.6 MB Word docs?  Would a 4.6 MB text file do the same thing?

Jason
On Thu, Oct 25, 2012 at 1:31 PM, Cecil, Ken 
kce...@hubbell.commailto:kce...@hubbell.com wrote:
**
I am consistently reproducing the error by trying to attach a word doc that is 
about 4.6 MB to a Work Log entry to an Incident (also tried in a task and it 
fails there too). The error comes back in about 1 second. Here is the API and 
SQL log lines from when the error occurs.

CLAT /* Thu Oct 25 2012 15:37:30.6130 */+API call
API  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */+CE ARCreateEntry -- schema HPD:WorkLog from Remedy 
User (protocol 14) at IP address 172.16.57.154
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */BEGIN TRANSACTION
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */OK
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */COMMIT TRANSACTION
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */OK
API  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */-CE   FAIL
CLAT /* Thu Oct 25 2012 15:37:31.3950 */-API call

Here is the Performance Graph No increase.



Everything else seems to be working fine for everyone. I can even attach 
smaller files ok.

I triple checked the file space on all the drives on both the AR server and the 
DB server and there are at least 15GB free on all of them.

I just don't know where to look next. I still haven't received a call back from 
supt just email asking for the logs

Someone suggested using the /3GB boot.ini switch. My question to that would be 
does that work on a 64bit version of Windows like we have?


Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, 
LJ CTR MDA/IC
Sent: Thursday, October 25, 2012 2:34 PM

To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

**
How does the performance Graph tab look at the time of trying to add the 
attachment?
And you have verified that you aren't out of filespace?

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Thursday, October 25, 2012 12:18 PM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

**

Here are screenshots of what I see for the arserver.exe process before and 
after trying to attach a file (and getting the error)







Try to attaché 1.2 Mb attachment (works)

Try to attach 4.7 MB attachment (ARERR 300 Malloc failed)







Anybody see anything?





Ken.





-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Thursday, October 25, 2012 8:57 AM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server



Ken,

I would agree that 1.2 on a 64Bit OS

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread vaibhav wadekar
Hello Ken,

Can you confirm what Patch level you are on for AR 7.5? The current Patch
for 7.5 is I believe Patch 008, Did you try running patch 008 binary for
arserver.exe and run into similar issue.

Regards/Vaibhav


On Thu, Oct 25, 2012 at 6:45 PM, Cecil, Ken kce...@hubbell.com wrote:

 **

 I double checked and I do not have a max attach size configured.

 ** **

 I just restarted arserver and tried to attach the large word doc again
 within a few minutes of starting the server and got the memory allocation
 error.

 ** **

 I also check the autogrow setting on the database and it is set to 100MB.*
 ***

 ** **

 ** **

 Ken.

 ** **

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Jason Miller
 *Sent:* Thursday, October 25, 2012 5:22 PM

 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

  ** **

 ** Fascinating.  Does it happen if you try right after an AR Server
 restart; before it's memory usage starts to get to its normal operating
 level?

 ** **

 Just to double check you don't have Db-Max-Attach-Size set in the ar.cfg
 file?

 ** **

 Jason

 On Thu, Oct 25, 2012 at 1:52 PM, Cecil, Ken kce...@hubbell.com wrote:***
 *

 ** 

 Just tried with a 5.9 MB pdf. No go…  

  

 10MB text file works!

  

  

 Any ideas?

  

 Ken.

  

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Jason Miller
 *Sent:* Thursday, October 25, 2012 4:43 PM


 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

  

 ** Just wondering.  Do you keep trying with the same file each time?  If
 so I wonder if there is something goofy going on in how the AR Server
 compresses and saves the file in the db?

  

 Is it only 4.6 MB Word docs?  Would a 4.6 MB text file do the same thing?*
 ***

  

 Jason

 On Thu, Oct 25, 2012 at 1:31 PM, Cecil, Ken kce...@hubbell.com wrote:***
 *

 ** 

 I am consistently reproducing the error by trying to attach a word doc
 that is about 4.6 MB to a Work Log entry to an Incident (also tried in a
 task and it fails there too). The error comes back in about 1 second. Here
 is the API and SQL log lines from when the error occurs.

  

 CLAT /* Thu Oct 25 2012 15:37:30.6130 */+API call

 API  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */+CE ARCreateEntry -- schema
 HPD:WorkLog from Remedy User (protocol 14) at IP address 172.16.57.154

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */BEGIN TRANSACTION

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */OK

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
/* Thu Oct 25 2012 14:37:32.7550
 */COMMIT TRANSACTION

 SQL  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */OK

 API  TID: 004088 RPC ID: 399961 Queue: Fast  
 Client-RPC: 390620USER: kcecil
  /* Thu Oct 25 2012 14:37:32.7550 */-CE   FAIL

 CLAT /* Thu Oct 25 2012 15:37:31.3950 */-API call

  

 Here is the Performance Graph…. No increase.

  

  

  

 Everything else seems to be working fine for everyone. I can even attach
 smaller files ok.

  

 I triple checked the file space on all the drives on both the AR server
 and the DB server and there are at least 15GB free on all of them.

  

 I just don’t know where to look next. I still haven’t received a call back
 from supt just email asking for the logs 

  

 Someone suggested using the /3GB boot.ini switch. My question to that
 would be does that work on a 64bit version of Windows like we have?

  

  

 Ken.

  

 *From:* Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] *On Behalf Of *Longwing, LJ CTR MDA/IC
 *Sent:* Thursday, October 25, 2012 2:34 PM


 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

  

 ** 

 How does the performance Graph tab look at the time of trying to add the
 attachment?

 And you have verified that you aren’t out of filespace?

  

 *From:* Action Request System discussion list(ARSList) [
 mailto:arslist@ARSLIST.ORG arslist@ARSLIST.ORG] *On Behalf Of *Cecil,
 Ken
 *Sent:* Thursday, October 25, 2012 12:18 PM
 *To:* arslist@ARSLIST.ORG
 *Subject:* Re: ARERR 300 Malloc failed on server

  

 ** 

 Here are screenshots of what I see for the arserver.exe process before and
 after trying to attach a file (and getting the error

Re: ARERR 300 Malloc failed on server

2012-10-25 Thread Cecil, Ken
We are on patch 007 and have been on it for a long time before this started 
happening.

It is production so I can't patch the system up to 008 without going through 
our change planning/release process which will take too long to try right now.

Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of vaibhav wadekar
Sent: Thursday, October 25, 2012 10:11 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

** Hello Ken,

Can you confirm what Patch level you are on for AR 7.5? The current Patch for 
7.5 is I believe Patch 008, Did you try running patch 008 binary for 
arserver.exe and run into similar issue.

Regards/Vaibhav

On Thu, Oct 25, 2012 at 6:45 PM, Cecil, Ken 
kce...@hubbell.commailto:kce...@hubbell.com wrote:
**
I double checked and I do not have a max attach size configured.

I just restarted arserver and tried to attach the large word doc again within a 
few minutes of starting the server and got the memory allocation error.

I also check the autogrow setting on the database and it is set to 100MB.


Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Jason 
Miller
Sent: Thursday, October 25, 2012 5:22 PM

To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

** Fascinating.  Does it happen if you try right after an AR Server restart; 
before it's memory usage starts to get to its normal operating level?

Just to double check you don't have Db-Max-Attach-Size set in the ar.cfg file?

Jason
On Thu, Oct 25, 2012 at 1:52 PM, Cecil, Ken 
kce...@hubbell.commailto:kce...@hubbell.com wrote:
**
Just tried with a 5.9 MB pdf. No go...

10MB text file works!


Any ideas?

Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Jason 
Miller
Sent: Thursday, October 25, 2012 4:43 PM

To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

** Just wondering.  Do you keep trying with the same file each time?  If so I 
wonder if there is something goofy going on in how the AR Server compresses and 
saves the file in the db?

Is it only 4.6 MB Word docs?  Would a 4.6 MB text file do the same thing?

Jason
On Thu, Oct 25, 2012 at 1:31 PM, Cecil, Ken 
kce...@hubbell.commailto:kce...@hubbell.com wrote:
**
I am consistently reproducing the error by trying to attach a word doc that is 
about 4.6 MB to a Work Log entry to an Incident (also tried in a task and it 
fails there too). The error comes back in about 1 second. Here is the API and 
SQL log lines from when the error occurs.

CLAT /* Thu Oct 25 2012 15:37:30.6130 */+API call
API  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */+CE ARCreateEntry -- schema HPD:WorkLog from Remedy 
User (protocol 14) at IP address 172.16.57.154
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */BEGIN TRANSACTION
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */OK
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */COMMIT TRANSACTION
SQL  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */OK
API  TID: 004088 RPC ID: 399961 Queue: Fast   Client-RPC: 
390620USER: kcecil/* Thu Oct 25 
2012 14:37:32.7550 */-CE   FAIL
CLAT /* Thu Oct 25 2012 15:37:31.3950 */-API call

Here is the Performance Graph No increase.



Everything else seems to be working fine for everyone. I can even attach 
smaller files ok.

I triple checked the file space on all the drives on both the AR server and the 
DB server and there are at least 15GB free on all of them.

I just don't know where to look next. I still haven't received a call back from 
supt just email asking for the logs

Someone suggested using the /3GB boot.ini switch. My question to that would be 
does that work on a 64bit version of Windows like we have?


Ken.

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, 
LJ CTR MDA/IC
Sent: Thursday, October 25, 2012 2:34 PM

To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

**
How does the performance Graph tab look at the time of trying to add the 
attachment?
And you have verified that you aren't out of filespace?

From: Action

ARERR 300 Malloc failed on server

2012-10-24 Thread Cecil, Ken
We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.


Thanks


Ken Cecil
574-283-4248
kce...@hubbell.com


AR 7.5
ITSM 7.6
Windows 2003 Enterprise 64bit
SQL 2008



**
This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.Hubbell.com - Hubbell Incorporated

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are

Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Lisa Kemes
Ken,

Malloc errors are 'Memory Allocation' errors, which means that some piece
of the system is asking the OS for memory, and is getting an OS level
response that the memory is not available.

Are you getting these errors on the User Tool or Midtier?

Lisa

On Wed, Oct 24, 2012 at 3:42 PM, Cecil, Ken kce...@hubbell.com wrote:

 **

 We are getting this error intermittently over the past couple of weeks.
 The most consistent time it is occurring is when trying to attach a largish
 attachment (around 4MB). Some have also received it when trying to open an
 attachment. Yesterday for awhile we were getting the error anytime the
 SDA’s were trying to attach any attachment to an Incident. I ended up
 restarting the ar server service.

 ** **

 Has anybody run across something similar? (Arerr 300 when working with
 attachments)

 ** **

 I have a support request in with BMC and waiting for a reply. The KB
 articles I found did not seem to apply.

 ** **

 ** **

 Thanks

 ** **

 ** **

 Ken Cecil

 574-283-4248

 kce...@hubbell.com

 ** **

 ** **

 AR 7.5

 ITSM 7.6

 Windows 2003 Enterprise 64bit

 SQL 2008



 --

 This email and any files transmitted with it are confidential and intended
 solely for the addressee. If you have received this email in error please
 notify the system manager. Subject to local law, communications (including
 traffic data) with Hubbell may be monitored by our systems [or a third
 party's systems on our behalf] for the purposes of security and the
 assessment of internal compliance with Hubbell policies. This footnote also
 confirms that this email message has been swept for the presence of
 computer viruses.
 www.hubbell.com - Hubbell Incorporated

  _attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Longwing, LJ CTR MDA/IC
Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

** 

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: ARERR 300 Malloc failed on server

2012-10-24 Thread David M. Clark
We are getting this error intermittently over the past couple of weeks

Have you recently customized anything in that area?  I've seen this happen when 
access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

** 

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Simon Ellis
What O/S are you running on?



 

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of David M. Clark
Sent: Thursday, 25 October 2012 9:43 a.m.
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

We are getting this error intermittently over the past couple of weeks

Have you recently customized anything in that area?  I've seen this happen when 
access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

** 

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Jason Miller
HI David,

Can you give us some more detail on what it means when access rights to a
newly-created field are not properly defined?  It is a bit bothersome to
think 1) a lack of permissions can cause memory issues 2) that it is easy
to not properly define a field which would cause memory issues.

Jason

On Wed, Oct 24, 2012 at 1:42 PM, David M. Clark david.m.cl...@tn.govwrote:

 We are getting this error intermittently over the past couple of weeks

 Have you recently customized anything in that area?  I've seen this happen
 when access rights to a newly-created field are not properly defined.

 -D

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
 Sent: Wednesday, October 24, 2012 3:31 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 Ken,
 It sounds like your arserver was bouncing up against a upper memory limit.
  This can happen sometimes with memory leaks that don't properly release
 memory once used.  A restart of the service brings the system back down to
 initial minimums of startup.  You may want to make sure that you are on the
 most recent patch of 7.5 to ensure that any known issues are taken care of
 properly.

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
 Sent: Wednesday, October 24, 2012 1:42 PM
 To: arslist@ARSLIST.ORG
 Subject: ARERR 300 Malloc failed on server

 **

 We are getting this error intermittently over the past couple of weeks.
 The most consistent time it is occurring is when trying to attach a largish
 attachment (around 4MB). Some have also received it when trying to open an
 attachment. Yesterday for awhile we were getting the error anytime the
 SDA's were trying to attach any attachment to an Incident. I ended up
 restarting the ar server service.



 Has anybody run across something similar? (Arerr 300 when working with
 attachments)



 I have a support request in with BMC and waiting for a reply. The KB
 articles I found did not seem to apply.





 Thanks





 Ken Cecil

 574-283-4248

 kce...@hubbell.com





 AR 7.5

 ITSM 7.6

 Windows 2003 Enterprise 64bit

 SQL 2008




 

 This email and any files transmitted with it are confidential and intended
 solely for the addressee. If you have received this email in error please
 notify the system manager. Subject to local law, communications (including
 traffic data) with Hubbell may be monitored by our systems [or a third
 party's systems on our behalf] for the purposes of security and the
 assessment of internal compliance with Hubbell policies. This footnote also
 confirms that this email message has been swept for the presence of
 computer viruses.
 www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


 _attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12
 www.wwrug12.com ARSList: Where the Answers Are


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Cecil, Ken
Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB RAM.

David, New changes transported to production over since the beginning of 
September.

LJ,  That is what I thought. When everything hit the fan yesterday the 
arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I 
think that seems pretty low to cause an out of memory issue?

Lisa,  We get the error in both the Mid Tier and WUT.

Thanks guys,

Ken.


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
Sent: Wednesday, October 24, 2012 4:52 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

What O/S are you running on?



 

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of David M. Clark
Sent: Thursday, 25 October 2012 9:43 a.m.
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

We are getting this error intermittently over the past couple of weeks

Have you recently customized anything in that area?  I've seen this happen when 
access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

** 

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are


**
This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.Hubbell.com - Hubbell Incorporated

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where

Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Randeep Atwal
If it's happening with attachments, I had this once before when the file system 
on the server was too full, since attachments go to local disk before going 
into the db I believe..

Sent from my BlackBerry device on the Rogers Wireless Network

-Original Message-
From: Cecil, Ken kce...@hubbell.com
Sender:   Action Request System discussion list(ARSList) 
arslist@ARSLIST.ORG
Date: Wed, 24 Oct 2012 21:04:15 
To: arslist@ARSLIST.ORG
Reply-To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB RAM.

David, New changes transported to production over since the beginning of 
September.

LJ,  That is what I thought. When everything hit the fan yesterday the 
arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I 
think that seems pretty low to cause an out of memory issue?

Lisa,  We get the error in both the Mid Tier and WUT.

Thanks guys,

Ken.


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
Sent: Wednesday, October 24, 2012 4:52 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

What O/S are you running on?



 

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of David M. Clark
Sent: Thursday, 25 October 2012 9:43 a.m.
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

We are getting this error intermittently over the past couple of weeks

Have you recently customized anything in that area?  I've seen this happen when 
access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

** 

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are


**
This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications

Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Jason Miller
AR 7.5 on Windows only has 32-bit binaries available.  Even though the OS
is 64-bit with 10gb arserver.exe will never take much more memory than you
are seeing it use.  It could be running out of room within its 32-bit
realm.  Although I wouldn't think a 4mb attachment should not be enough to
push it over the edge.

Jason

On Wed, Oct 24, 2012 at 2:04 PM, Cecil, Ken kce...@hubbell.com wrote:

 Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB
 RAM.

 David, New changes transported to production over since the beginning of
 September.

 LJ,  That is what I thought. When everything hit the fan yesterday the
 arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I
 think that seems pretty low to cause an out of memory issue?

 Lisa,  We get the error in both the Mid Tier and WUT.

 Thanks guys,

 Ken.


 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
 Sent: Wednesday, October 24, 2012 4:52 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 What O/S are you running on?





 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of David M. Clark
 Sent: Thursday, 25 October 2012 9:43 a.m.
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 We are getting this error intermittently over the past couple of weeks

 Have you recently customized anything in that area?  I've seen this happen
 when access rights to a newly-created field are not properly defined.

 -D

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
 Sent: Wednesday, October 24, 2012 3:31 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: ARERR 300 Malloc failed on server

 Ken,
 It sounds like your arserver was bouncing up against a upper memory limit.
  This can happen sometimes with memory leaks that don't properly release
 memory once used.  A restart of the service brings the system back down to
 initial minimums of startup.  You may want to make sure that you are on the
 most recent patch of 7.5 to ensure that any known issues are taken care of
 properly.

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
 Sent: Wednesday, October 24, 2012 1:42 PM
 To: arslist@ARSLIST.ORG
 Subject: ARERR 300 Malloc failed on server

 **

 We are getting this error intermittently over the past couple of weeks.
 The most consistent time it is occurring is when trying to attach a largish
 attachment (around 4MB). Some have also received it when trying to open an
 attachment. Yesterday for awhile we were getting the error anytime the
 SDA's were trying to attach any attachment to an Incident. I ended up
 restarting the ar server service.



 Has anybody run across something similar? (Arerr 300 when working with
 attachments)



 I have a support request in with BMC and waiting for a reply. The KB
 articles I found did not seem to apply.





 Thanks





 Ken Cecil

 574-283-4248

 kce...@hubbell.com





 AR 7.5

 ITSM 7.6

 Windows 2003 Enterprise 64bit

 SQL 2008




 

 This email and any files transmitted with it are confidential and intended
 solely for the addressee. If you have received this email in error please
 notify the system manager. Subject to local law, communications (including
 traffic data) with Hubbell may be monitored by our systems [or a third
 party's systems on our behalf] for the purposes of security and the
 assessment of internal compliance with Hubbell policies. This footnote also
 confirms that this email message has been swept for the presence of
 computer viruses.
 www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


 _attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12
 www.wwrug12.com ARSList: Where the Answers Are


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12
 www.wwrug12.com ARSList: Where the Answers Are


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12
 www.wwrug12.com ARSList: Where the Answers Are



 **
 This email and any files transmitted with it are confidential and intended
 solely for the addressee. If you have received this email in error please
 notify the system manager. Subject to local law, communications (including
 traffic data) with Hubbell may be monitored by our systems [or a third
 party's

Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Tauf Chowdhury
Ken,
If you were to make a change in Dev studio like add a field or modify a
filter, do you see this error pop up from a user perspective as well? When
you do make a change, the memory usage of the arserver process should go up
significantly. I would be curious to know if you start seeing the malloc
errors when this happens.

On Wed, Oct 24, 2012 at 3:42 PM, Cecil, Ken kce...@hubbell.com wrote:

 **

 We are getting this error intermittently over the past couple of weeks.
 The most consistent time it is occurring is when trying to attach a largish
 attachment (around 4MB). Some have also received it when trying to open an
 attachment. Yesterday for awhile we were getting the error anytime the
 SDA’s were trying to attach any attachment to an Incident. I ended up
 restarting the ar server service.

 ** **

 Has anybody run across something similar? (Arerr 300 when working with
 attachments)

 ** **

 I have a support request in with BMC and waiting for a reply. The KB
 articles I found did not seem to apply.

 ** **

 ** **

 Thanks

 ** **

 ** **

 Ken Cecil

 574-283-4248

 kce...@hubbell.com

 ** **

 ** **

 AR 7.5

 ITSM 7.6

 Windows 2003 Enterprise 64bit

 SQL 2008



 --

 This email and any files transmitted with it are confidential and intended
 solely for the addressee. If you have received this email in error please
 notify the system manager. Subject to local law, communications (including
 traffic data) with Hubbell may be monitored by our systems [or a third
 party's systems on our behalf] for the purposes of security and the
 assessment of internal compliance with Hubbell policies. This footnote also
 confirms that this email message has been swept for the presence of
 computer viruses.
 www.hubbell.com - Hubbell Incorporated

  _attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_




-- 
*Tauf Chowdhury

*

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: ARERR 300 Malloc failed on server

2012-10-24 Thread Simon Ellis
Not sure how related this is, but we were experiencing memory blowout issues 
with server reaching within what is our Redhat O/S setup.  We've had to change 
the memory manager remedy and the OS use to control this.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Thursday, 25 October 2012 10:04 a.m.
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Simon, The servers are Windows Server 2003 Enterprise 64 bit with 10 GB RAM.

David, New changes transported to production over since the beginning of 
September.

LJ,  That is what I thought. When everything hit the fan yesterday the 
arserver.exe process was only using ~1.2 GB of RAM. It is a 64 bit OS so I 
think that seems pretty low to cause an out of memory issue?

Lisa,  We get the error in both the Mid Tier and WUT.

Thanks guys,

Ken.


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Simon Ellis
Sent: Wednesday, October 24, 2012 4:52 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

What O/S are you running on?



 

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of David M. Clark
Sent: Thursday, 25 October 2012 9:43 a.m.
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

We are getting this error intermittently over the past couple of weeks

Have you recently customized anything in that area?  I've seen this happen when 
access rights to a newly-created field are not properly defined.

-D

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Longwing, LJ CTR MDA/IC
Sent: Wednesday, October 24, 2012 3:31 PM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 Malloc failed on server

Ken,
It sounds like your arserver was bouncing up against a upper memory limit.  
This can happen sometimes with memory leaks that don't properly release memory 
once used.  A restart of the service brings the system back down to initial 
minimums of startup.  You may want to make sure that you are on the most recent 
patch of 7.5 to ensure that any known issues are taken care of properly.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Cecil, Ken
Sent: Wednesday, October 24, 2012 1:42 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 Malloc failed on server

** 

We are getting this error intermittently over the past couple of weeks. The 
most consistent time it is occurring is when trying to attach a largish 
attachment (around 4MB). Some have also received it when trying to open an 
attachment. Yesterday for awhile we were getting the error anytime the SDA's 
were trying to attach any attachment to an Incident. I ended up restarting the 
ar server service.

 

Has anybody run across something similar? (Arerr 300 when working with 
attachments)

 

I have a support request in with BMC and waiting for a reply. The KB articles I 
found did not seem to apply.

 

 

Thanks

 

 

Ken Cecil

574-283-4248

kce...@hubbell.com

 

 

AR 7.5

ITSM 7.6

Windows 2003 Enterprise 64bit

SQL 2008






This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third party's 
systems on our behalf] for the purposes of security and the assessment of 
internal compliance with Hubbell policies. This footnote also confirms that 
this email message has been swept for the presence of computer viruses.
www.hubbell.com http://www.hubbell.com/  - Hubbell Incorporated


_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are


**
This email and any files transmitted with it are confidential and intended 
solely for the addressee. If you have received this email in error please 
notify the system manager. Subject to local law, communications (including 
traffic data) with Hubbell may be monitored by our systems [or a third

Re: Malloc Failed On server in User Tool

2012-08-10 Thread Suresh Loganathan
Hello Longwing,

Thanks for your swift response. Let me check with BMC. Once again, thanks
for your timely help.

Regards,

Suresh Loganathan



On Thu, Aug 9, 2012 at 8:41 AM, Longwing, LJ CTR MDA/IC 
lj.longwing@mda.mil wrote:

 Suresh,
 Malloc errors are 'Memory Allocation' errors, which means that some piece
 of the system is asking the OS for memory, and is getting an OS level
 response that the memory is not available.  In this case it is likely that
 they are running on 32 Bit OS's and in this case it is either the user
 tool, or the server that is running out of memory, a quick task manager/top
 will show you which one.  The 'fix' isn't so easy...usually it's as simple
 as close the affected application (client/server) and restart it to correct
 the problem short term, but why the process reached this 2GB limit is the
 main concern and would take effort from BMC to determine if there is some
 sort of leak that needs to be corrected.

 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
 arslist@ARSLIST.ORG] On Behalf Of Suresh Loganathan
 Sent: Thursday, August 09, 2012 4:22 AM
 To: arslist@ARSLIST.ORG
 Subject: Malloc Failed On server in User Tool

 **
  Hi Guys,

 I have a problem to use a Remedy user tool not web url. Only few (2) users
 are getting this issue. Please refer below

 ARERR[300] Malloc Failed On server.

 This issue creates the huge panic to our remedy admin team. can you please
 share the fix to resolve the issue.

 Regards,

 Suresh Loganathan
 _attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Malloc Failed On server in User Tool

2012-08-09 Thread Suresh Loganathan
Hi Guys,

I have a problem to use a Remedy user tool not web url. Only few (2) users
are getting this issue. Please refer below

*ARERR[300] Malloc Failed On server.*

This issue creates the huge panic to our remedy admin team. can you please
share the fix to resolve the issue.

Regards,

Suresh Loganathan

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Malloc Failed On server in User Tool

2012-08-09 Thread Longwing, LJ CTR MDA/IC
Suresh,
Malloc errors are 'Memory Allocation' errors, which means that some piece of 
the system is asking the OS for memory, and is getting an OS level response 
that the memory is not available.  In this case it is likely that they are 
running on 32 Bit OS's and in this case it is either the user tool, or the 
server 'arserver.exe/arserverd' that is running out of memory, a quick task 
manager/top will show you which one.  The 'fix' isn't so easy...usually it's as 
simple as close the affected application (client/server) and restart it to 
correct the problem short term, but why the process reached this 2GB limit is 
the main concern and would take effort from BMC to determine if there is some 
sort of leak that needs to be corrected.

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Suresh Loganathan
Sent: Thursday, August 09, 2012 4:22 AM
To: arslist@ARSLIST.ORG
Subject: Malloc Failed On server in User Tool

** 
Hi Guys,
 
I have a problem to use a Remedy user tool not web url. Only few (2) users are 
getting this issue. Please refer below
 
ARERR[300] Malloc Failed On server.
 
This issue creates the huge panic to our remedy admin team. can you please 
share the fix to resolve the issue.
 
Regards,
 
Suresh Loganathan
_attend WWRUG12 www.wwrug.com ARSlist: Where the Answers Are_ 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Malloc Failed on server: GetMultipleReferenceListFromDB()

2010-08-24 Thread Kinnary
Greetings,
We are getting this error when we try to login from Mid-Tier - 
   Malloc failed on server : GetMultipleReferenceListFromDB()\n 

AR Error log at this time has following entry - 
Tue Aug 24 13:45:53 2010  390600 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Tue Aug 24 13:45:53 2010 
   Timestamp: Tue Aug 24 2010 13:45:53.3890 
   Thread Id: 5396
   Version: 7.1.00 Patch 001 200711161033 Nov 16 2007 11:38:39
   ServerName: corphd 
   Database: SQL -- Oracle
   Hardware: Intel Pentium
   OS: Windows NT 5.2
   RPC Id: 25964
   RPC Call: 82 (GMAL)
   RPC Queue: 390600
   Client: User kishah from Remedy Administrator (protocol 13) at IP 
address 10.244.162.175
   Form: 
   Logging On: Escalation Filter
   Code: c005
   Operation: read
   Access Addr: 0x0
   Stack Begin: 
  Addr: 004232D0
  Addr: 175A5FF8
   Stack End 

Tue Aug 24 13:45:53 2010  390600 : AR System server terminated when a 
signal/exception was received by the server (ARNOTE 20)
Tue Aug 24 13:45:53 2010 0xc005
Tue Aug 24 13:45:53 2010  390600 : AR System server terminated -- fatal 
error encountered (ARNOTE 21)

Server config - 
ARS 7.1 patch 001; Database - SQL -- Oracle (10.2.0.4.0 - 64bi)

Did following  -- 
1. We did restart the services on the server and it was working fine for 
sometime. 
2. Checked the escalations running on the server. Nothing in the esc log 
file. 
3. Server memory usage is fairly low, and I don’t see any events noted 
regarding memory issues, in either hardware or system logs.
4. Most of the previous threads mentions about large diary fields, 
attachments or escalations. how do i know if these are creating problem? 

Let me know if you need more information. Any help would be greatly 
appreciated.

Thanks,
Kinnary Shah

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are


Re: Malloc Failed on server: GetMultipleReferenceListFromDB()

2010-08-24 Thread Axton
Start with the release notes for each patch after the patch you are running.
 See if something shows a resemblance to your problem.  Look for problems
from the reported client type and arserverd.

  Client: User kishah from *Remedy Administrator* (protocol 13) at IP

Next find out what the user was doing that is referenced in the stack trace:

  Client: User *kishah* from *Remedy Administrator* (protocol 13) at IP

If you do it again does the server crash?  If so headed down the right
track.

If you come up empty there, pull the api, filter, and sql logs up to the
point that the crash occurs.  Once you have those, you need to see what was
going on with the rpcid/queue referenced in the stack trace.

  RPC Id: *25964*
  RPC Call: 82 (GMAL)
  RPC Queue: *390600*
  Client: User kishah from Remedy Administrator (protocol 13) at IP

A core dump can be helpful as well if the above does not lead to useful
information.

I'm just guessing here, but I would bet that not buffering the log entries
may lead to more useful logs.  My thinking is that buffered log entries may
get written to disk if the server crashes.

Where do you see the malloc error?   Mid-tier logs, web browser, somewhere
else?  If on the mid-tier, I would watch the memory usage of your java
processes.  If on the Remedy server, I would watch the memory usage of the
Remedy related processes.

Axton Grams

The opinions, statements, and/or suggested courses of action expressed in
this E-mail do not necessarily reflect those of BMC Software, Inc.  My
voluntary participation in this forum is not intended to convey a role as a
spokesperson, liaison or public relations representative for BMC Software,
Inc.

On Tue, Aug 24, 2010 at 8:24 PM, Kinnary kinnary.r.s...@gmail.com wrote:

 Greetings,
 We are getting this error when we try to login from Mid-Tier -
   Malloc failed on server : GetMultipleReferenceListFromDB()\n

 AR Error log at this time has following entry -
 Tue Aug 24 13:45:53 2010  390600 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Tue Aug 24 13:45:53 2010
   Timestamp: Tue Aug 24 2010 13:45:53.3890
   Thread Id: 5396
   Version: 7.1.00 Patch 001 200711161033 Nov 16 2007 11:38:39
   ServerName: corphd
   Database: SQL -- Oracle
   Hardware: Intel Pentium
   OS: Windows NT 5.2
   RPC Id: 25964
   RPC Call: 82 (GMAL)
   RPC Queue: 390600
   Client: User kishah from Remedy Administrator (protocol 13) at IP
 address 10.244.162.175
   Form:
   Logging On: Escalation Filter
   Code: c005
   Operation: read
   Access Addr: 0x0
   Stack Begin:
  Addr: 004232D0
  Addr: 175A5FF8
   Stack End

 Tue Aug 24 13:45:53 2010  390600 : AR System server terminated when a
 signal/exception was received by the server (ARNOTE 20)
 Tue Aug 24 13:45:53 2010 0xc005
 Tue Aug 24 13:45:53 2010  390600 : AR System server terminated -- fatal
 error encountered (ARNOTE 21)

 Server config -
 ARS 7.1 patch 001; Database - SQL -- Oracle (10.2.0.4.0 - 64bi)

 Did following  --
 1. We did restart the services on the server and it was working fine for
 sometime.
 2. Checked the escalations running on the server. Nothing in the esc log
 file.
 3. Server memory usage is fairly low, and I don’t see any events noted
 regarding memory issues, in either hardware or system logs.
 4. Most of the previous threads mentions about large diary fields,
 attachments or escalations. how do i know if these are creating problem?

 Let me know if you need more information. Any help would be greatly
 appreciated.

 Thanks,
 Kinnary Shah


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug10 www.wwrug.com ARSlist: Where the Answers Are


Critical- Distrib : Malloc failed on server : PrepareEntryContext (ARERR 300)

2009-09-02 Thread Manish SINGLA
Hello List,

We are getting Distrib : Malloc failed on server : PrepareEntryContext (ARERR 
300).

Because of the above error, our DSO queue has built up and is completely 
blocked.

Please advise.


With Regards,
Manish 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Adding Attribute to CMDB Base Element creates ERROR: 300 Malloc failed on server CreateMultipleFields()

2009-08-17 Thread Guillaume Rheault
Make sure your ARS server's cache mode is in development

-Guillaume


-Original Message-
From: Action Request System discussion list(ARSList) on behalf of tina flores
Sent: Wed 08/05/09 7:19 PM
To: arslist@ARSLIST.ORG
Subject: Adding Attribute to CMDB Base Element creates ERROR: 300 Malloc failed 
on server CreateMultipleFields()
 
Hello Listers,

I'm trying to add an an attribue to the BMC_BaseElement class but it is
giving me this error: 300 Malloc failed on server CreateMultipleFields()

I tried to remove the Change Pending entry in the OBJSTR:Class and
OBJSTR:Pending forms and tried to add again but I keep getting the error.

The arerror.log doesn't provide any helpful information. The armonitor log
shows that arcmdbd.exe has started.

Has anyone encountered this recently? I'm on ARS 7.1 p5 and CMDB 2.1p4
(Windows, SQL)

Thanks in advance for your help.

Tina



-- 
View this message in context: 
http://www.nabble.com/Adding-Attribute-to-CMDB-Base-Element-creates-ERROR%3A-300-Malloc-failed-on-server-CreateMultipleFields%28%29-tp24837238p24837238.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Adding Attribute to CMDB Base Element creates ERROR: 300 Malloc failed on server CreateMultipleFields()

2009-08-06 Thread tina flores
Hello Listers,

I'm trying to add an an attribue to the BMC_BaseElement class but it is
giving me this error: 300 Malloc failed on server CreateMultipleFields()

I tried to remove the Change Pending entry in the OBJSTR:Class and
OBJSTR:Pending forms and tried to add again but I keep getting the error.

The arerror.log doesn't provide any helpful information. The armonitor log
shows that arcmdbd.exe has started.

Has anyone encountered this recently? I'm on ARS 7.1 p5 and CMDB 2.1p4
(Windows, SQL)

Thanks in advance for your help.

Tina



-- 
View this message in context: 
http://www.nabble.com/Adding-Attribute-to-CMDB-Base-Element-creates-ERROR%3A-300-Malloc-failed-on-server-CreateMultipleFields%28%29-tp24837238p24837238.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Adding Attribute to CMDB Base Element creates ERROR: 300 Malloc failed on server CreateMultipleFields()

2009-08-06 Thread Lyle Taylor
Sounds like your AR server may have approached it's memory limit.  You might 
consider restarting the AR server and then trying again.

Lyle

-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of tina flores
Sent: Wednesday, August 05, 2009 5:20 PM
To: arslist@ARSLIST.ORG
Subject: Adding Attribute to CMDB Base Element creates ERROR: 300 Malloc failed 
on server CreateMultipleFields()

Hello Listers,

I'm trying to add an an attribue to the BMC_BaseElement class but it is
giving me this error: 300 Malloc failed on server CreateMultipleFields()

I tried to remove the Change Pending entry in the OBJSTR:Class and
OBJSTR:Pending forms and tried to add again but I keep getting the error.

The arerror.log doesn't provide any helpful information. The armonitor log
shows that arcmdbd.exe has started.

Has anyone encountered this recently? I'm on ARS 7.1 p5 and CMDB 2.1p4
(Windows, SQL)

Thanks in advance for your help.

Tina



-- 
View this message in context: 
http://www.nabble.com/Adding-Attribute-to-CMDB-Base-Element-creates-ERROR%3A-300-Malloc-failed-on-server-CreateMultipleFields%28%29-tp24837238p24837238.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


 NOTICE: This email message is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information. Any unauthorized 
review, use, disclosure or distribution is prohibited. If you are not the 
intended recipient, please contact the sender by reply email and destroy all 
copies of the original message.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Critical:Urgent Malloc failed on server : PrepareEntryContext

2009-06-09 Thread Manish SINGLA
Tue Jun  9 15:43:47 2009  Distrib : Malloc failed on server : 
PrepareEntryContext (ARERR 300)
Tue Jun  9 15:44:44 2009  Distrib : Malloc failed on server : 
PrepareEntryContext (ARERR 300)
Tue Jun  9 15:45:36 2009  Distrib : Malloc failed on server : 
PrepareEntryContext (ARERR 300)
Tue Jun  9 15:46:32 2009  Distrib : Malloc failed on server : 
PrepareEntryContext (ARERR 300)
Tue Jun  9 15:47:33 2009  Distrib : Malloc failed on server : 
PrepareEntryContext (ARERR 300)
Tue Jun  9 15:48:28 2009  Distrib : Malloc failed on server : 
PrepareEntryContext (ARERR 300)
Tue Jun  9 15:49:21 2009  Distrib : Malloc failed on server : 
PrepareEntryContext (ARERR 300)

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: ARERR 300 - Malloc failed on server.

2009-02-12 Thread Muhlethaler, Laurie
Thank you, everyone who responded.  We have only rebooted which seems to
have addressed this issue, at least for now.  We will most likely be
adding the /3GB parameter in the boot.ini file (as suggested by BMC
below) and monitor logs 


We have seen such issues in the past, Malloc errors are the cause of
higher memory growth.

Per Microsoft suggestion we recommend adding /3gb parameter in a
boot.ini file.

The 32-bit versions of the Windows operating system can manage a maximum
of 4GB of addressable memory. The 4GB is divided into 2GB for user
applications and 2GB for kernel processes. This means that any given
application is restricted to 2GB of memory. 

Adding /3GB switch which causes the operating system to divide the
available 4GB of memory into 3GB for user applications and 1GB for
kernel processes. Many translations that previously failed due to memory
limitations will now run successfully when the /3GB switch is used.

Laurie Muhlethaler
First Republic Bank
Remedy Developer / Administrator
415.364.4436

-Original Message-
From: Muhlethaler, Laurie 
Sent: Thursday, February 12, 2009 8:51 AM
To: arsl...@listserv.rbugs.com
Cc: Muhlethaler, Laurie
Subject: Re: ARERR 300 - Malloc failed on server.

On Thu, 12 Feb 2009 00:23:19 -0600, Matt Reinfeldt 
arsl...@mattreinfeldt.com wrote:

Laurie,



I just re-read both your post and mine and thought I should be more
specific. the fix I suggested is one that has been implemented when
experiencing issues with the Overview Console and a few other items in 
ITSM.
If a simple restart of the services gets you back on your feet, then
cool.
I just wanted to offer a couple of suggestions for investigation for
you.



Thanks,


Matt R.



From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Matt Reinfeldt
Sent: Thursday, February 12, 2009 12:12 AM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 - Malloc failed on server.


Laurie,



One thing I would definitely look at is the ardbcQuery.dll.  Get the
one
from the ITSM 7.0.03 patch009 package and replace it everywhere you
find it
on your server (keep a backup copy of your current version, in case you

want
to back it out).



Other than that, look at the server patches between patch002 and
patch006,
which is the latest to see if any of the defects addressed match what 
you're
reporting.



Good luck!


Matt R.


From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie
Sent: Wednesday, February 11, 2009 5:20 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 - Malloc failed on server.
Importance: High

**

Listers ~ several users have encountered the ARERR 300 - Malloc failed
on
server error when trying to launch an incident.  Additionally, the
table 
in
the IM Console doesn't list any incidents even though I know there are
some
(evidenced by my being able to scroll through the table and highlight
various rows, even though nothing appears).  We don't reboot or restart
services on a regular basis and from what I can tell from the error 
messages
doc info below, this may contribute to the problem.  I'd like to
restart 
the
arserver service, but not before I've gotten suggestions from you
folks. 
Any
help is greatly appreciated.



Malloc failed on server.

The system encountered an error during a call to allocate space. The 
failure occurred on the server during processing of a call from the
client. In general, this error occurs when too many processes are
running or when some processes have grown to occupy most or all
available memory on the server. Recover the memory by shutting down
unneeded processes or by restarting processes that have been running for
a while.



Windows Server 2003
SQL Server 2005
MidTier: IIS 6 (Apache Tomcat)
Java: 1.5.0_15



AR Server / Admin / Client - 7.1.00 Patch 002


7.0.03 Patch 006

Service Desk
Asset Management



Laurie Muhlethaler
First Republic Bank
Remedy Developer / Administrator
415.364.4436




UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are


--
The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer. This message cannot be 
guaranteed to be secure or error-free.
 
First Republic Bank and its related entities do not take responsibility for, or 
accept time-sensitive instructions sent by email including orders, funds 
transfer instructions or stop payments on checks. All instructions of this 
nature must be handled by direct communication, not email

ARERR 300 - Malloc failed on server.

2009-02-11 Thread Muhlethaler, Laurie
Listers ~ several users have encountered the ARERR 300 - Malloc failed
on server error when trying to launch an incident.  Additionally, the
table in the IM Console doesn't list any incidents even though I know
there are some (evidenced by my being able to scroll through the table
and highlight various rows, even though nothing appears).  We don't
reboot or restart services on a regular basis and from what I can tell
from the error messages doc info below, this may contribute to the
problem.  I'd like to restart the arserver service, but not before I've
gotten suggestions from you folks... Any help is greatly appreciated.

 

Malloc failed on server.

The system encountered an error during a call to allocate space. The
failure occurred on the server

during processing of a call from the client. In general, this error
occurs when too many processes

are running or when some processes have grown to occupy most or all
available memory on the

server. Recover the memory by shutting down unneeded processes or by
restarting processes that

have been running for a while.

 

Windows Server 2003

SQL Server 2005

MidTier: IIS 6 (Apache Tomcat)

Java: 1.5.0_15

 

AR Server / Admin / Client - 7.1.00 Patch 002

 

7.0.03 Patch 006

Service Desk

Asset Management

 

 

Laurie Muhlethaler

First Republic Bank

Remedy Developer / Administrator

415.364.4436

 

 


--
The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer. This message cannot be 
guaranteed to be secure or error-free.
 
First Republic Bank and its related entities do not take responsibility for, or 
accept time-sensitive instructions sent by email including orders, funds 
transfer instructions or stop payments on checks. All instructions of this 
nature must be handled by direct communication, not email.
 
We reserve the right to monitor and review the content of all email 
communications sent or received. Emails sent to or from this address may be 
stored in accordance with regulatory requirements.
 
First Republic Bank is a Division of Merrill Lynch Bank  Trust Co., FSB

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are


Re: ARERR 300 - Malloc failed on server.

2009-02-11 Thread Hugo Ruesga

Unfortunately, this error doesn’t have a specific behavior and root cause
 
I recommend to you is to monitor if the server is not running out of memory and 
create dedicated queues for any process that pushes data to your ARS, also 
check if the transaction log of the DB is not having problems
 
Reconfigure your log level to “detailed” and turn on the api and sql log, also 
as preventing try to increase the number of threads (List) of the server.
 
Best Regards




Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868

P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.




 



Date: Wed, 11 Feb 2009 15:19:35 -0800
From: lmuhletha...@firstrepublic.com
Subject: ARERR 300 - Malloc failed on server.
To: arslist@ARSLIST.ORG

** 




Listers ~ several users have encountered the “ARERR 300 - Malloc failed on 
server” error when trying to launch an incident.  Additionally, the table in 
the IM Console doesn’t list any incidents even though I know there are some 
(evidenced by my being able to scroll through the table and highlight various 
rows, even though nothing appears).  We don’t reboot or restart services on a 
regular basis and from what I can tell from the error messages doc info below, 
this may contribute to the problem.  I’d like to restart the arserver service, 
but not before I’ve gotten suggestions from you folks… Any help is greatly 
appreciated.
 
Malloc failed on server.
The system encountered an error during a call to allocate space. The failure 
occurred on the server
during processing of a call from the client. In general, this error occurs when 
too many processes
are running or when some processes have grown to occupy most or all available 
memory on the
server. Recover the memory by shutting down unneeded processes or by restarting 
processes that
have been running for a while.
 
Windows Server 2003
SQL Server 2005
MidTier: IIS 6 (Apache Tomcat)
Java: 1.5.0_15
 
AR Server / Admin / Client - 7.1.00 Patch 002
 
7.0.03 Patch 006
Service Desk
Asset Management
 
 

Laurie Muhlethaler
First Republic Bank
Remedy Developer / Administrator
415.364.4436
 
 
 





The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer. This message cannot be 
guaranteed to be secure or error-free.




 
First Republic Bank and its related entities do not take responsibility for, or 
accept time-sensitive instructions sent by email including orders, funds 
transfer instructions or stop payments on checks. All instructions of this 
nature must be handled by direct communication, not email.




 
We reserve the right to monitor and review the content of all email 
communications sent or received. Emails sent to or from this address may be 
stored in accordance with regulatory requirements.




 
First Republic Bank is a Division of Merrill Lynch Bank  Trust Co., 
FSB__Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are html___
_
Realiza búsquedas en Internet y llévate hasta ¡Un Auto! 
http://www.ganabuscando.com/Default.aspx
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are


Re: ARERR 300 - Malloc failed on server.

2009-02-11 Thread Matt Reinfeldt
Laurie,

 

One thing I would definitely look at is the ardbcQuery.dll.  Get the one
from the ITSM 7.0.03 patch009 package and replace it everywhere you find it
on your server (keep a backup copy of your current version, in case you want
to back it out).  

 

Other than that, look at the server patches between patch002 and patch006,
which is the latest to see if any of the defects addressed match what you're
reporting.

 

Good luck!

 

Matt R. 

 

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie
Sent: Wednesday, February 11, 2009 5:20 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 - Malloc failed on server.
Importance: High

 

** 

Listers ~ several users have encountered the ARERR 300 - Malloc failed on
server error when trying to launch an incident.  Additionally, the table in
the IM Console doesn't list any incidents even though I know there are some
(evidenced by my being able to scroll through the table and highlight
various rows, even though nothing appears).  We don't reboot or restart
services on a regular basis and from what I can tell from the error messages
doc info below, this may contribute to the problem.  I'd like to restart the
arserver service, but not before I've gotten suggestions from you folks. Any
help is greatly appreciated.

 

Malloc failed on server.

The system encountered an error during a call to allocate space. The failure
occurred on the server

during processing of a call from the client. In general, this error occurs
when too many processes

are running or when some processes have grown to occupy most or all
available memory on the

server. Recover the memory by shutting down unneeded processes or by
restarting processes that

have been running for a while.

 

Windows Server 2003

SQL Server 2005

MidTier: IIS 6 (Apache Tomcat)

Java: 1.5.0_15

 

AR Server / Admin / Client - 7.1.00 Patch 002

 

7.0.03 Patch 006

Service Desk

Asset Management

 

 

Laurie Muhlethaler

First Republic Bank

Remedy Developer / Administrator

415.364.4436

 

 

 [First Republic Bank logo] http://logos.firstrepublic.com/FRB.jpg 

  _  

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer. This message cannot be guaranteed to be secure or error-free.

 

First Republic Bank and its related entities do not take responsibility for,
or accept time-sensitive instructions sent by email including orders, funds
transfer instructions or stop payments on checks. All instructions of this
nature must be handled by direct communication, not email.

 

We reserve the right to monitor and review the content of all email
communications sent or received. Emails sent to or from this address may be
stored in accordance with regulatory requirements.

 

First Republic Bank is a Division of Merrill Lynch Bank  Trust Co., FSB

__Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are html___


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are


Re: ARERR 300 - Malloc failed on server.

2009-02-11 Thread Matt Reinfeldt
Laurie,

 

I just re-read both your post and mine and thought I should be more
specific. the fix I suggested is one that has been implemented when
experiencing issues with the Overview Console and a few other items in ITSM.
If a simple restart of the services gets you back on your feet, then cool.
I just wanted to offer a couple of suggestions for investigation for you.

 

Thanks,

 

Matt R.

 

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Matt Reinfeldt
Sent: Thursday, February 12, 2009 12:12 AM
To: arslist@ARSLIST.ORG
Subject: Re: ARERR 300 - Malloc failed on server.

 

** 

Laurie,

 

One thing I would definitely look at is the ardbcQuery.dll.  Get the one
from the ITSM 7.0.03 patch009 package and replace it everywhere you find it
on your server (keep a backup copy of your current version, in case you want
to back it out).  

 

Other than that, look at the server patches between patch002 and patch006,
which is the latest to see if any of the defects addressed match what you're
reporting.

 

Good luck!

 

Matt R. 

 

From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie
Sent: Wednesday, February 11, 2009 5:20 PM
To: arslist@ARSLIST.ORG
Subject: ARERR 300 - Malloc failed on server.
Importance: High

 

** 

Listers ~ several users have encountered the ARERR 300 - Malloc failed on
server error when trying to launch an incident.  Additionally, the table in
the IM Console doesn't list any incidents even though I know there are some
(evidenced by my being able to scroll through the table and highlight
various rows, even though nothing appears).  We don't reboot or restart
services on a regular basis and from what I can tell from the error messages
doc info below, this may contribute to the problem.  I'd like to restart the
arserver service, but not before I've gotten suggestions from you folks. Any
help is greatly appreciated.

 

Malloc failed on server.

The system encountered an error during a call to allocate space. The failure
occurred on the server

during processing of a call from the client. In general, this error occurs
when too many processes

are running or when some processes have grown to occupy most or all
available memory on the

server. Recover the memory by shutting down unneeded processes or by
restarting processes that

have been running for a while.

 

Windows Server 2003

SQL Server 2005

MidTier: IIS 6 (Apache Tomcat)

Java: 1.5.0_15

 

AR Server / Admin / Client - 7.1.00 Patch 002

 

7.0.03 Patch 006

Service Desk

Asset Management

 

 

Laurie Muhlethaler

First Republic Bank

Remedy Developer / Administrator

415.364.4436

 

 

 [First Republic Bank logo] http://logos.firstrepublic.com/FRB.jpg 

  _  

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer. This message cannot be guaranteed to be secure or error-free.

 

First Republic Bank and its related entities do not take responsibility for,
or accept time-sensitive instructions sent by email including orders, funds
transfer instructions or stop payments on checks. All instructions of this
nature must be handled by direct communication, not email.

 

We reserve the right to monitor and review the content of all email
communications sent or received. Emails sent to or from this address may be
stored in accordance with regulatory requirements.

 

First Republic Bank is a Division of Merrill Lynch Bank  Trust Co., FSB

__Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are html___

__Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are html___ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: Where the Answers Are


Malloc failed on server CreateMultipleFields

2009-01-05 Thread bruce sisk
I am receiving this error when trying to migrate an existing form with several 
new fields.

This is a brand new installation of ars 7.1.0 patch 5 with itsm 7.0.3 patch 8.

It is a windows 2003 server connecting to a remote Oracle 10.2.0.3.0 - 64bi 
configured in a RAC.

If I try to manually copy and paste multiple fields to the form via the admin 
tool...I get an Unable to save form box.  If I click OK...and resave...I will 
get the Unable to Save box for each new field being added...then it will save 
normally.

I have never encountered this before...anybody else seen this??  Any ideas??

Bruce Sisk
BFS Enterprises


PeoplePC Online
A better way to Internet
http://www.peoplepc.com

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Malloc failed on server CreateMultipleFields

2009-01-05 Thread Shyam Attavar
Have you tried restarting the AR Server? If not, doing that would be a 
start. I have seen this happen on AR System 7.0.1 whenever the remote Oracle 
DB is unreachable for a little while but later reconnects and it is not 
possible to make changes to an Server Object via the admin tool or import 
any object via the Migrator or the Admin Tool.


HTH,
--
Shyam

- Original Message - 
From: bruce sisk siskbr...@peoplepc.com

Newsgroups: gmane.comp.crm.arsystem.general
To: arslist@ARSLIST.ORG
Sent: Monday, January 05, 2009 9:15 AM
Subject: Malloc failed on server CreateMultipleFields


I am receiving this error when trying to migrate an existing form with 
several new fields.


This is a brand new installation of ars 7.1.0 patch 5 with itsm 7.0.3 
patch 8.


It is a windows 2003 server connecting to a remote Oracle 10.2.0.3.0 - 
64bi configured in a RAC.


If I try to manually copy and paste multiple fields to the form via the 
admin tool...I get an Unable to save form box.  If I click OK...and 
resave...I will get the Unable to Save box for each new field being 
added...then it will save normally.


I have never encountered this before...anybody else seen this??  Any 
ideas??


Bruce Sisk
BFS Enterprises


PeoplePC Online
A better way to Internet
http://www.peoplepc.com



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


AW: Malloc failed on server CreateMultipleFields

2009-01-05 Thread Conny Martin
Perhaps a bug which is fixed in patch 6

SW00304771  CreateMultipleFields failed on AR System server 7.1 on a form 
that had auditing enabled. 

Kind Regards Conny

-Ursprüngliche Nachricht-
Von: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] Im Auftrag von bruce sisk
Gesendet: Montag, 5. Januar 2009 18:15
An: arslist@ARSLIST.ORG
Betreff: Malloc failed on server CreateMultipleFields

I am receiving this error when trying to migrate an existing form with several 
new fields.

This is a brand new installation of ars 7.1.0 patch 5 with itsm 7.0.3 patch 8.

It is a windows 2003 server connecting to a remote Oracle 10.2.0.3.0 - 64bi 
configured in a RAC.

If I try to manually copy and paste multiple fields to the form via the admin 
tool...I get an Unable to save form box.  If I click OK...and resave...I will 
get the Unable to Save box for each new field being added...then it will save 
normally.

I have never encountered this before...anybody else seen this??  Any ideas??

Bruce Sisk
BFS Enterprises


PeoplePC Online
A better way to Internet
http://www.peoplepc.com

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: 
www.rmsportal.com ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Question: Malloc Failed on Server (U)

2007-11-02 Thread Emad Zaky
I had the same defect. Patch 5 is the solution...

On 11/1/07, Remedy Service Desk [EMAIL PROTECTED] wrote:

 ** I think this is defect and has been fixed in AR Server patch 5
 Thanks
 Sunil


  On 11/1/07, Hennigan, Sandra H CTR OSD-CIO [EMAIL PROTECTED]
 wrote:
 
  UNCLASSIFIED
 
  On a Windows server, a MALLOC error is a memory allocation error
  Bounce the server then retry you export (or import)
 
  Sandra Hennigan
 
  OSD Enterprise Remedy Administrator
  Office # 703-602-2525 x251
 
  Apparently, there is nothing that cannot happen today.  Mark Twain
 
  -Original Message-
  From: Action Request System discussion list(ARSList)
  [mailto:[EMAIL PROTECTED] On Behalf Of T. Dee
  Sent: Thursday, November 01, 2007 11:41 AM
  To: arslist@ARSLIST.ORG
  Subject: Re: Question: Malloc Failed on Server
 
 
  Well I tried the following separately:
 
  Forms, Active Links, Filters, Escalations, Active Link Guides, Filter
  Guides and Menus.
 
  No problems, except for Forms that is where I get the Malloc Error.
 
  Suggestions?
 
  Thanks!
 
  T.
 
 
 
 
  -Original Message-
  From: Action Request System discussion list(ARSList)
  [mailto:[EMAIL PROTECTED] On Behalf Of Barber, Dave
  Sent: Thursday, November 01, 2007 8:39 AM
  To: arslist@ARSLIST.ORG
  Subject: Re: Question: Malloc Failed on Server
 
  Hi,
 
  Are you trying to export all definitions, or just selected/related
  workflow for specific forms?  Is it occurring when you select forms and
  click Add all related, or when you're actually performing the export
  of the defs?
 
  We're on the same release/server as you, and so far haven't encountered
  any such issues (although we've had issues with the importing of the
  defs to the live
  system) - could you be experiencing some issues with corruption of
  forms?
  Possibly try with subsets of the data and start building that up to see
  if you can identify a possibly corrupt form/piece of workflow?
 
  Regards
 
  Dave
 
  -Original Message-
  From: Action Request System discussion list(ARSList)
  [mailto: [EMAIL PROTECTED] On Behalf Of T. Dee
  Sent: 01 November 2007 12:31
  To: arslist@ARSLIST.ORG
  Subject: Question: Malloc Failed on Server
 
  Good morning.
 
  I was wondering if anyone has come across this error Malloc failed on
  server (ARERR 300).
 
  I get this error when I tried to export my workflow to a definition
  file.
 
  I'm running AR Admin 7.0.01 Patch 002, ARS 7.0.01 patch 002
  200704021644, SQL 2005.
 
  Any suggestions would be greatly appreciated.
 
  Thanks - have a good day.
 
  T.
 
  
  ___
  UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
  the Answers Are
 
  Please consider the environment before printing this e-mail or its
  attachments.
  
 
  This e-mail (and any attachments) contains information, which is
  confidential and intended solely for the attention and use of the named
  addressee(s). If you are not the intended recipient you must not copy,
  distribute or use it for any purpose or disclose the contents to any
  person. If you have received this e-mail in error, please notify us
  immediately at [EMAIL PROTECTED] The information contained in this e-mail 
  (and
  any attachments) is supplied in good faith, but the sender shall not be
  under any liability in damages or otherwise for any reliance that may be
  placed upon it by the recipient. Any comments or opinions expressed are
  those of the originator not of NTT Europe Ltd. unless otherwise
  expressly stated.
 
  NTT Europe Limited is a company registered in England and Wales with
  company number 2307625. Registered Address: NTT Europe Ltd. 3rd Floor,
  Devon house, 58-60 St. Katharine's Way, London, E1W 1LB, UK. Telephone
  +44-20-7977-1000.
  Facsimile +44-20-7977-1001. Website Link: http://www.ntteurope.com
 
  
  ___
  UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
  the Answers Are
 
  
 
  ___
  UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
  the Answers Are
 
  ___
 
  UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
  the Answers Are
 

 __20060125___This posting was submitted with HTML in
 it___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Question: Malloc Failed on Server

2007-11-01 Thread T. Dee
Good morning. 

I was wondering if anyone has come across this error Malloc failed on server
(ARERR 300). 

I get this error when I tried to export my workflow to a definition file. 

I'm running AR Admin 7.0.01 Patch 002, ARS 7.0.01 patch 002 200704021644, SQL
2005. 

Any suggestions would be greatly appreciated. 

Thanks - have a good day. 

T.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: Question: Malloc Failed on Server

2007-11-01 Thread T. Dee
I tried to export all definitions and received that error.  So then I tried just
exporting Forms, Active Links, Filters Menu, Active Link Guide and Filter
Guides. 

I have not used the Add all related - I click on Forms for example and click
add. 

Thanks!

T. 


-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Barber, Dave
Sent: Thursday, November 01, 2007 8:39 AM
To: arslist@ARSLIST.ORG
Subject: Re: Question: Malloc Failed on Server

Hi,

Are you trying to export all definitions, or just selected/related workflow for
specific forms?  Is it occurring when you select forms and click Add all
related, or when you're actually performing the export of the defs?

We're on the same release/server as you, and so far haven't encountered any such
issues (although we've had issues with the importing of the defs to the live
system) - could you be experiencing some issues with corruption of forms? 
Possibly try with subsets of the data and start building that up to see if you
can identify a possibly corrupt form/piece of workflow?

Regards

Dave

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of T. Dee
Sent: 01 November 2007 12:31
To: arslist@ARSLIST.ORG
Subject: Question: Malloc Failed on Server

Good morning. 

I was wondering if anyone has come across this error Malloc failed on server
(ARERR 300). 

I get this error when I tried to export my workflow to a definition file. 

I'm running AR Admin 7.0.01 Patch 002, ARS 7.0.01 patch 002 200704021644, SQL
2005. 

Any suggestions would be greatly appreciated. 

Thanks - have a good day. 

T. 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the
Answers Are

Please consider the environment before printing this e-mail or its attachments. 


This e-mail (and any attachments) contains information, which is confidential
and intended solely for the attention and use of the named addressee(s). If you
are not the intended recipient you must not copy, distribute or use it for any
purpose or disclose the contents to any person. If you have received this
e-mail in error, please notify us immediately at [EMAIL PROTECTED] The 
information
contained in this e-mail (and any attachments) is supplied in good faith, but
the sender shall not be under any liability in damages or otherwise for any
reliance that may be placed upon it by the recipient. Any comments or opinions
expressed are those of the originator not of NTT Europe Ltd. unless otherwise
expressly stated. 

NTT Europe Limited is a company registered in England and Wales with company
number 2307625. Registered Address: NTT Europe Ltd. 3rd Floor, Devon house,
58-60 St. Katharine's Way, London, E1W 1LB, UK. Telephone +44-20-7977-1000. 
Facsimile +44-20-7977-1001. Website Link: http://www.ntteurope.com

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the
Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: Question: Malloc Failed on Server

2007-11-01 Thread Barber, Dave
Hi,

Are you trying to export all definitions, or just selected/related
workflow for specific forms?  Is it occurring when you select forms and
click Add all related, or when you're actually performing the export
of the defs?

We're on the same release/server as you, and so far haven't encountered
any such issues (although we've had issues with the importing of the
defs to the live system) - could you be experiencing some issues with
corruption of forms?  Possibly try with subsets of the data and start
building that up to see if you can identify a possibly corrupt
form/piece of workflow?

Regards

Dave

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of T. Dee
Sent: 01 November 2007 12:31
To: arslist@ARSLIST.ORG
Subject: Question: Malloc Failed on Server

Good morning. 

I was wondering if anyone has come across this error Malloc failed on
server (ARERR 300). 

I get this error when I tried to export my workflow to a definition
file. 

I'm running AR Admin 7.0.01 Patch 002, ARS 7.0.01 patch 002
200704021644, SQL 2005. 

Any suggestions would be greatly appreciated. 

Thanks - have a good day. 

T.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
the Answers Are
 
Please consider the environment before printing this e-mail or its attachments.


This e-mail (and any attachments) contains information, which is confidential 
and intended solely for the attention and use of the named addressee(s). If you 
are not the intended recipient you must not copy, distribute or use it for any 
purpose or disclose the contents to any person. If you have received this 
e-mail in error, please notify us immediately at [EMAIL PROTECTED] The 
information contained in this e-mail (and any attachments) is supplied in good 
faith, but the sender shall not be under any liability in damages or otherwise 
for any reliance that may be placed upon it by the recipient. Any comments or 
opinions expressed are those of the originator not of NTT Europe Ltd. unless 
otherwise expressly stated.
 
NTT Europe Limited is a company registered in England and Wales with company 
number 2307625. Registered Address: NTT Europe Ltd. 3rd Floor, Devon house, 
58-60 St. Katharine's Way, London, E1W 1LB, UK. Telephone +44-20-7977-1000. 
Facsimile +44-20-7977-1001. Website Link: http://www.ntteurope.com

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: Question: Malloc Failed on Server

2007-11-01 Thread T. Dee
Well I tried the following separately:

Forms, Active Links, Filters, Escalations, Active Link Guides, Filter Guides and
Menus. 

No problems, except for Forms that is where I get the Malloc Error. 

Suggestions?

Thanks!

T. 




-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Barber, Dave
Sent: Thursday, November 01, 2007 8:39 AM
To: arslist@ARSLIST.ORG
Subject: Re: Question: Malloc Failed on Server

Hi,

Are you trying to export all definitions, or just selected/related workflow for
specific forms?  Is it occurring when you select forms and click Add all
related, or when you're actually performing the export of the defs?

We're on the same release/server as you, and so far haven't encountered any such
issues (although we've had issues with the importing of the defs to the live
system) - could you be experiencing some issues with corruption of forms? 
Possibly try with subsets of the data and start building that up to see if you
can identify a possibly corrupt form/piece of workflow?

Regards

Dave

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of T. Dee
Sent: 01 November 2007 12:31
To: arslist@ARSLIST.ORG
Subject: Question: Malloc Failed on Server

Good morning. 

I was wondering if anyone has come across this error Malloc failed on server
(ARERR 300). 

I get this error when I tried to export my workflow to a definition file. 

I'm running AR Admin 7.0.01 Patch 002, ARS 7.0.01 patch 002 200704021644, SQL
2005. 

Any suggestions would be greatly appreciated. 

Thanks - have a good day. 

T. 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the
Answers Are

Please consider the environment before printing this e-mail or its attachments. 


This e-mail (and any attachments) contains information, which is confidential
and intended solely for the attention and use of the named addressee(s). If you
are not the intended recipient you must not copy, distribute or use it for any
purpose or disclose the contents to any person. If you have received this
e-mail in error, please notify us immediately at [EMAIL PROTECTED] The 
information
contained in this e-mail (and any attachments) is supplied in good faith, but
the sender shall not be under any liability in damages or otherwise for any
reliance that may be placed upon it by the recipient. Any comments or opinions
expressed are those of the originator not of NTT Europe Ltd. unless otherwise
expressly stated. 

NTT Europe Limited is a company registered in England and Wales with company
number 2307625. Registered Address: NTT Europe Ltd. 3rd Floor, Devon house,
58-60 St. Katharine's Way, London, E1W 1LB, UK. Telephone +44-20-7977-1000. 
Facsimile +44-20-7977-1001. Website Link: http://www.ntteurope.com

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the
Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: Question: Malloc Failed on Server (U)

2007-11-01 Thread Hennigan, Sandra H CTR OSD-CIO
UNCLASSIFIED

On a Windows server, a MALLOC error is a memory allocation error
Bounce the server then retry you export (or import)

Sandra Hennigan

OSD Enterprise Remedy Administrator
Office # 703-602-2525 x251

Apparently, there is nothing that cannot happen today.  Mark Twain

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of T. Dee
Sent: Thursday, November 01, 2007 11:41 AM
To: arslist@ARSLIST.ORG
Subject: Re: Question: Malloc Failed on Server


Well I tried the following separately:

Forms, Active Links, Filters, Escalations, Active Link Guides, Filter
Guides and Menus. 

No problems, except for Forms that is where I get the Malloc Error. 

Suggestions?

Thanks!

T. 




-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Barber, Dave
Sent: Thursday, November 01, 2007 8:39 AM
To: arslist@ARSLIST.ORG
Subject: Re: Question: Malloc Failed on Server

Hi,

Are you trying to export all definitions, or just selected/related
workflow for specific forms?  Is it occurring when you select forms and
click Add all related, or when you're actually performing the export
of the defs?

We're on the same release/server as you, and so far haven't encountered
any such issues (although we've had issues with the importing of the
defs to the live
system) - could you be experiencing some issues with corruption of
forms? 
Possibly try with subsets of the data and start building that up to see
if you can identify a possibly corrupt form/piece of workflow?

Regards

Dave

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of T. Dee
Sent: 01 November 2007 12:31
To: arslist@ARSLIST.ORG
Subject: Question: Malloc Failed on Server

Good morning. 

I was wondering if anyone has come across this error Malloc failed on
server (ARERR 300). 

I get this error when I tried to export my workflow to a definition
file. 

I'm running AR Admin 7.0.01 Patch 002, ARS 7.0.01 patch 002
200704021644, SQL 2005. 

Any suggestions would be greatly appreciated. 

Thanks - have a good day. 

T. 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
the Answers Are

Please consider the environment before printing this e-mail or its
attachments. 


This e-mail (and any attachments) contains information, which is
confidential and intended solely for the attention and use of the named
addressee(s). If you are not the intended recipient you must not copy,
distribute or use it for any purpose or disclose the contents to any
person. If you have received this e-mail in error, please notify us
immediately at [EMAIL PROTECTED] The information contained in this e-mail (and
any attachments) is supplied in good faith, but the sender shall not be
under any liability in damages or otherwise for any reliance that may be
placed upon it by the recipient. Any comments or opinions expressed are
those of the originator not of NTT Europe Ltd. unless otherwise
expressly stated. 

NTT Europe Limited is a company registered in England and Wales with
company number 2307625. Registered Address: NTT Europe Ltd. 3rd Floor,
Devon house, 58-60 St. Katharine's Way, London, E1W 1LB, UK. Telephone
+44-20-7977-1000. 
Facsimile +44-20-7977-1001. Website Link: http://www.ntteurope.com


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: Question: Malloc Failed on Server

2007-11-01 Thread Rocky Rockwell
We had the problem with 7.0.1 no patch. there was a memory leak in BMC 
that fixed this issue. I do not know if it was fixed in patch 2, but I 
know the memory leak was fixed in patch3.


*Rocky*

Rocky Rockwell
eMA Team – Remedy Developer
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Ph#1: 214-567-8874
Ph#2: 325-884-1263



T. Dee wrote:
Good morning. 


I was wondering if anyone has come across this error Malloc failed on server
(ARERR 300). 

I get this error when I tried to export my workflow to a definition file. 


I'm running AR Admin 7.0.01 Patch 002, ARS 7.0.01 patch 002 200704021644, SQL
2005. 

Any suggestions would be greatly appreciated. 

Thanks - have a good day. 


T.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the Answers 
Are

  


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the Answers 
Are


ARERR 300- Malloc failed on server

2007-08-03 Thread Chintan Shah
Hello all,
   
  I am getting this thing on my client(and not ARERR 154 which is Malloc error 
in client library).
  Does the ARERR 300(Malloc failed on server) get registered in arerror.log 
file?
   
  If its supposed to be registered then i would tell you in advance that i am 
not seeing it in arerror.log. Is there some bug here?
   
  Please let me  know where exactly does that get registered.
  Thanks
  Chintan.
   

   
-
Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are

Re: ARERR 300- Malloc failed on server

2007-08-03 Thread Axton
How much memory is available on the server; things tend to act weird
when malloc's start to fail.  Malloc's are more than likely required
in the logging routine, so a failure c/would block the log write.

Axton Grams

On 8/3/07, Chintan Shah [EMAIL PROTECTED] wrote:
 **
 Hello all,

 I am getting this thing on my client(and not ARERR 154 which is Malloc error
 in client library).
 Does the ARERR 300(Malloc failed on server) get registered in arerror.log
 file?

 If its supposed to be registered then i would tell you in advance that i am
 not seeing it in arerror.log. Is there some bug here?

 Please let me  know where exactly does that get registered.
 Thanks
 Chintan.


  
 Moody friends. Drama queens. Your life? Nope! - their life, your story.
  Play Sims Stories at Yahoo! Games.
 __20060125___This posting was submitted
 with HTML in it___



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: ARERR 300- Malloc failed on server

2007-08-03 Thread Chintan Shah
i was running qualified searches through 7 client sessions on a certain 
form...not sure ..but arserverd recycled at 4020M by itself and restarted.
  i am sorry about my ignorance but can you please elaborate on 
  Malloc's are more than likely required
in the logging routine, so a failure c/would block the log write.
  Does it has to write to log?
   
  Appreciate your quick response.
  Thanks
  Chintan.

Axton [EMAIL PROTECTED] wrote:
  How much memory is available on the server; things tend to act weird
when malloc's start to fail. Malloc's are more than likely required
in the logging routine, so a failure c/would block the log write.

Axton Grams

On 8/3/07, Chintan Shah wrote:
 **
 Hello all,

 I am getting this thing on my client(and not ARERR 154 which is Malloc error
 in client library).
 Does the ARERR 300(Malloc failed on server) get registered in arerror.log
 file?

 If its supposed to be registered then i would tell you in advance that i am
 not seeing it in arerror.log. Is there some bug here?

 Please let me know where exactly does that get registered.
 Thanks
 Chintan.


 
 Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games.
 __20060125___This posting was submitted
 with HTML in it___



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


   
-
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are

Re: ARERR 300- Malloc failed on server

2007-08-03 Thread Axton
If you hit 4020M, you hit the limit of memory that a 32-bit process
can allocate.  This indicates a serious memory leak in the
version/patch of arserverd you are running.  There is  a known issue
with 7.0.1, pre-patch 1, if using older clients (6.3 and earlier, i
believe) against a unicode arserver.  If this is the case, patch the
system to at least patch 1 and this issue should be resolved.

Axton Grams

On 8/3/07, Chintan Shah [EMAIL PROTECTED] wrote:
 **
 i was running qualified searches through 7 client sessions on a certain
 form...not sure ..but arserverd recycled at 4020M by itself and restarted.
 i am sorry about my ignorance but can you please elaborate on
 Malloc's are more than likely required
 in the logging routine, so a failure c/would block the log write.
 Does it has to write to log?

 Appreciate your quick response.
 Thanks
 Chintan.

 Axton [EMAIL PROTECTED] wrote:
 How much memory is available on the server; things tend to act weird
 when malloc's start to fail. Malloc's are more than likely required
 in the logging routine, so a failure c/would block the log write.

 Axton Grams

 On 8/3/07, Chintan Shah wrote:
  **
  Hello all,
 
  I am getting this thing on my client(and not ARERR 154 which is Malloc
 error
  in client library).
  Does the ARERR 300(Malloc failed on server) get registered in arerror.log
  file?
 
  If its supposed to be registered then i would tell you in advance that i
 am
  not seeing it in arerror.log. Is there some bug here?
 
  Please let me know where exactly does that get registered.
  Thanks
  Chintan.
 
 
  
  Moody friends. Drama queens. Your life? Nope! - their life, your story.
  Play Sims Stories at Yahoo! Games.
  __20060125___This posting was
 submitted
  with HTML in it___
 
 

 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the
 Answers Are



  
 Park yourself in front of a world of choices in alternative vehicles.
 Visit the Yahoo! Auto Green Center.
 __20060125___This posting was submitted
 with HTML in it___



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Strange Malloc failed on server error

2006-12-19 Thread Christopher Pruitt
I have searched this entire list and have not found anyone who speaks 
about an issue of Malloc failed on server like we are seeing. 

We are getting a Malloc failed on server error when we try to open a 
Display-Only form. Here is the twist. The first time we try to open the 
form it the error appears. If you try to open it again it displays the 
form where the form is blank (no images or fields are displayed). To 
further make this strange we can close the User Tool. Clear the cache 
files (arv and arf) and then reboot the desktop and the Malloc failed on 
server error goes away for awhile. 

Anyone ever see this kind of behavior before? I am at a loss as to why it 
is happening.


Environment:
AR Server: 6.03 patch 018
DB: SQL 2000 ver 8.00.818
AR User Tool: 6.03 patch 013

Christopher Pruitt 
EDS - Bank of America
mailto:[EMAIL PROTECTED]

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: Strange Malloc failed on server error

2006-12-19 Thread Axton

From what I can gather, the malloc error is in the user tool.  My guess is

that you are using an old version of the client with new arserver features
or there is something amiss with the definition of the display only form.
If you export the form and attempt to reimport it, does it give you an
error?

Axton Grams

On 12/19/06, Christopher Pruitt [EMAIL PROTECTED] wrote:


I have searched this entire list and have not found anyone who speaks
about an issue of Malloc failed on server like we are seeing.

We are getting a Malloc failed on server error when we try to open a
Display-Only form. Here is the twist. The first time we try to open the
form it the error appears. If you try to open it again it displays the
form where the form is blank (no images or fields are displayed). To
further make this strange we can close the User Tool. Clear the cache
files (arv and arf) and then reboot the desktop and the Malloc failed on
server error goes away for awhile.

Anyone ever see this kind of behavior before? I am at a loss as to why it
is happening.


Environment:
AR Server: 6.03 patch 018
DB: SQL 2000 ver 8.00.818
AR User Tool: 6.03 patch 013

Christopher Pruitt
EDS - Bank of America
mailto:[EMAIL PROTECTED]


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
the Answers Are



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the Answers 
Are


Re: Strange Malloc failed on server error

2006-12-19 Thread Aaron Keller
Sounds like a memory leak from the client.  You probably get it the
first time you open the form because that's when it's attempting to pull
down the .arf and .arv cache files.  Subsequent times it just opens the
incomplete cache files, so no error, but you see the blank form.

You mention images on the form - make sure the images you use aren't
corrupted, or too large.  I once used a .bmp file by mistake - the file
was ~1Mb - and that caused malloc errors on the clients.  Best to use as
small an image file as possible - like JPG format.

Barring that, your best bet would be to uninstall the client, remove (or
rename) the install directory, and reinstall.

-Aaron

* Email: [EMAIL PROTECTED]


-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Christopher Pruitt
Sent: Tuesday, December 19, 2006 1:31 PM
To: arslist@ARSLIST.ORG
Subject: Strange Malloc failed on server error

I have searched this entire list and have not found anyone who speaks 
about an issue of Malloc failed on server like we are seeing. 

We are getting a Malloc failed on server error when we try to open a 
Display-Only form. Here is the twist. The first time we try to open the 
form it the error appears. If you try to open it again it displays the 
form where the form is blank (no images or fields are displayed). To 
further make this strange we can close the User Tool. Clear the cache 
files (arv and arf) and then reboot the desktop and the Malloc failed
on 
server error goes away for awhile. 

Anyone ever see this kind of behavior before? I am at a loss as to why
it 
is happening.


Environment:
AR Server: 6.03 patch 018
DB: SQL 2000 ver 8.00.818
AR User Tool: 6.03 patch 013

Christopher Pruitt 
EDS - Bank of America
mailto:[EMAIL PROTECTED]


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
the Answers Are


SunCom is the wireless company that's committed to doing things differently. 

Things we want you to know.

This e-mail and any files transmitted with it are confidential and are intended 
solely for the use of the individual or entity to whom they are addressed. This 
communication may contain material protected by the attorney-client privilege. 
If you are not the intended recipient or the person responsible for delivering 
the e-mail to the intended recipient, be advised that you have received this 
e-mail in error and that any use, dissemination, forwarding, printing or 
copying of this e-mail is strictly prohibited.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: Malloc failed on server

2006-05-12 Thread David Sanders
**



Hi 
Dave

Malloc 
errors (memory allocation) on a 5.1.1 server can be caused by several 
things. Have you tried changing the date range for your query to see 
whether it is caused by one particular record, always the 150001 record no 
matter what the record set, or something else?

Here 
are a couple of things I have seen in the past that can cause this 
error:

Attachment fields - an attachment field has been added to a form at some 
stage in its history, and some of the data pre-dates the new field. The 
old records do not therefore have corresponding entries in the B tables. 
In this case, export the data in 2 sets with the old data excluding the 
attachment field.

Currency fields - I've seen currency fields with null values cause memory 
problems (v 6)

Workflow firing on Get Entry - disable the workflow during the 
export.

Strange characters in particular records - exclude these records from the 
export.

Very 
large Audit (diary) fields - exclude the fields from the export to test if this 
is the problem.

HTH

David Sanders
Remedy Solution Architect
Enterprise Service Suite @ 
Work
==
ARS List Award 
Winner 2005
Best 3rd party 
Remedy Application

tel +44 1494 468980
mobile +44 7710 377761
email [EMAIL PROTECTED]

web http://www.westoverconsulting.co.uk


  -Original Message-From: Action Request System 
  discussion list(ARSList) [mailto:[EMAIL PROTECTED]On Behalf Of Dave 
  BarberSent: 12 May 2006 11:02To: 
  arslist@ARSLIST.ORGSubject: Malloc failed on 
  server** 
  I'm extracting data from our helpdesk form for testing migration to our 
  6.3 test system, I've selected a sample of data (tickets created before 2005, 
  about 30,000 records).
  
  Extracting via the user tool/reporting to an ARX file. Doesn't 
  matter which client I use (5/6.3/7), I get an ARERR [300] Malloc failed on 
  server. (I know, its a server error, so the client won't make much 
  difference). This is at record 15,001 that it fails. 
  
  Any suggestions? The server is running ARS 5.1.1, on Win2K. 
  1Gig of ram (its an old server).
  
  I can take on the data that I have okay, but its concerning me that with 
  this restriction, I'm going to have to take on the forms history in 15000 
  record chunks, which is a little irritating.
  
  Thanks all,
  Regards
  Dave__20060125___This posting was submitted 
  with HTML in it___ 
__20060125___This posting was submitted with HTML in it___


Re: Malloc failed on server

2006-05-12 Thread Dave Barber
**
David,

Thats a useful bunch of things to check through, have to admit that I'm a bit miffed that I didn't think of checking different date ranges first.

Just trying it, and have had my real time virus alert pop up saying that one of the files was compromised, and has been removed. That in isolation isn't really an issue, but it I'm wondering how the file is stored on the server - its running SQL server, is there something like a binary/large object field type that stores attachments?


Regards

Dave
On 12/05/06, David Sanders [EMAIL PROTECTED] wrote:

** 

Hi Dave

Malloc errors (memory allocation) on a 5.1.1 server can be caused by several things. Have you tried changing the date range for your query to see whether it is caused by one particular record, always the 150001 record no matter what the record set, or something else?


Here are a couple of things I have seen in the past that can cause this error:

Attachment fields - an attachment field has been added to a form at some stage in its history, and some of the data pre-dates the new field. The old records do not therefore have corresponding entries in the B tables. In this case, export the data in 2 sets with the old data excluding the attachment field.


Currency fields - I've seen currency fields with null values cause memory problems (v 6)

Workflow firing on Get Entry - disable the workflow during the export.

Strange characters in particular records - exclude these records from the export.

Very large Audit (diary) fields - exclude the fields from the export to test if this is the problem.

HTH

David Sanders
Remedy Solution Architect
Enterprise Service Suite @ Work
==
ARS List Award Winner 2005
Best 3rd party Remedy Application

tel +44 1494 468980
mobile +44 7710 377761
email [EMAIL PROTECTED]


web http://www.westoverconsulting.co.uk



-Original Message-From: Action Request System discussion list(ARSList) [mailto:
arslist@ARSLIST.ORG]On Behalf Of Dave Barber
Sent: 12 May 2006 11:02To: arslist@ARSLIST.ORG
Subject: Malloc failed on server

** 
I'm extracting data from our helpdesk form for testing migration to our 6.3 test system, I've selected a sample of data (tickets created before 2005, about 30,000 records).

Extracting via the user tool/reporting to an ARX file. Doesn't matter which client I use (5/6.3/7), I get an ARERR [300] Malloc failed on server. (I know, its a server error, so the client won't make much difference). This is at record 15,001 that it fails. 


Any suggestions? The server is running ARS 5.1.1, on Win2K. 1Gig of ram (its an old server).

I can take on the data that I have okay, but its concerning me that with this restriction, I'm going to have to take on the forms history in 15000 record chunks, which is a little irritating.

Thanks all,
Regards
Dave
__20060125___This posting was submitted with HTML in it___ 


__20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in it___


Re: Malloc failed on server

2006-05-12 Thread Dave Barber
**
Um, interesting.

I've looked at the ARX files (the last ticket listed, the ones before and after), and none of them have any attachments, long diary fields, or any obviously dubious fields - either strange characters, currency fields, etc.


Its been suggested that we upgrade our server from 5.1.1 to patch 1389  that'll delay our migration somewhat.

Thats life I guess!

Regards
Dave
On 12/05/06, David Sanders [EMAIL PROTECTED] wrote:

** 

Hi Dave

Malloc errors (memory allocation) on a 5.1.1 server can be caused by several things. Have you tried changing the date range for your query to see whether it is caused by one particular record, always the 150001 record no matter what the record set, or something else?


Here are a couple of things I have seen in the past that can cause this error:

Attachment fields - an attachment field has been added to a form at some stage in its history, and some of the data pre-dates the new field. The old records do not therefore have corresponding entries in the B tables. In this case, export the data in 2 sets with the old data excluding the attachment field.


Currency fields - I've seen currency fields with null values cause memory problems (v 6)

Workflow firing on Get Entry - disable the workflow during the export.

Strange characters in particular records - exclude these records from the export.

Very large Audit (diary) fields - exclude the fields from the export to test if this is the problem.

HTH

David Sanders
Remedy Solution Architect
Enterprise Service Suite @ Work
==
ARS List Award Winner 2005
Best 3rd party Remedy Application

tel +44 1494 468980
mobile +44 7710 377761
email [EMAIL PROTECTED]


web http://www.westoverconsulting.co.uk



-Original Message-From: Action Request System discussion list(ARSList) [mailto:
arslist@ARSLIST.ORG]On Behalf Of Dave Barber
Sent: 12 May 2006 11:02To: arslist@ARSLIST.ORG
Subject: Malloc failed on server

** 
I'm extracting data from our helpdesk form for testing migration to our 6.3 test system, I've selected a sample of data (tickets created before 2005, about 30,000 records).

Extracting via the user tool/reporting to an ARX file. Doesn't matter which client I use (5/6.3/7), I get an ARERR [300] Malloc failed on server. (I know, its a server error, so the client won't make much difference). This is at record 15,001 that it fails. 


Any suggestions? The server is running ARS 5.1.1, on Win2K. 1Gig of ram (its an old server).

I can take on the data that I have okay, but its concerning me that with this restriction, I'm going to have to take on the forms history in 15000 record chunks, which is a little irritating.

Thanks all,
Regards
Dave
__20060125___This posting was submitted with HTML in it___ 


__20060125___This posting was submitted with HTML in it___ 
__20060125___This posting was submitted with HTML in it___


Re: Malloc failed on server

2006-05-12 Thread Michiel Beijen

I've also had an issue in the past with the diary field of one
specific record. I could not even open the diary field in the user
tool.
Finally decided to set this field to NULL using SQL (tested it of
course first on other environment) and this resolved the issue.
Of course this is not a great solution but in this case it worked fine for me.

Regards,
Michiel

On 5/12/06, Dave Barber [EMAIL PROTECTED] wrote:

**
Um, interesting.

I've looked at the ARX files (the last ticket listed, the ones before and
after), and none of them have any attachments, long diary fields, or any
obviously dubious fields - either strange characters, currency fields, etc.

Its been suggested that we upgrade our server from 5.1.1 to patch 1389 
that'll delay our migration somewhat.

Thats life I guess!

Regards


Dave



On 12/05/06, David Sanders
[EMAIL PROTECTED] wrote:

 **

 Hi Dave

 Malloc errors (memory allocation) on a 5.1.1 server can be caused by
several things.  Have you tried changing the date range for your query to
see whether it is caused by one particular record, always the 150001 record
no matter what the record set, or something else?

 Here are a couple of things I have seen in the past that can cause this
error:

 Attachment fields - an attachment field has been added to a form at some
stage in its history, and some of the data pre-dates the new field.  The old
records do not therefore have corresponding entries in the B tables.  In
this case, export the data in 2 sets with the old data excluding the
attachment field.

 Currency fields - I've seen currency fields with null values cause memory
problems (v 6)

 Workflow firing on Get Entry - disable the workflow during the export.

 Strange characters in particular records - exclude these records from the
export.

 Very large Audit (diary) fields - exclude the fields from the export to
test if this is the problem.

 HTH

 David Sanders
 Remedy Solution Architect
 Enterprise Service Suite @ Work
 ==
 ARS List Award Winner 2005
 Best 3rd party Remedy Application

 tel +44 1494 468980
 mobile +44 7710 377761
 email [EMAIL PROTECTED]

 web http://www.westoverconsulting.co.uk



 -Original Message-
 From: Action Request System discussion list(ARSList) [mailto:
[EMAIL PROTECTED] Behalf Of Dave Barber

 Sent: 12 May 2006 11:02
 To: arslist@ARSLIST.ORG

 Subject: Malloc failed on server



 **
 I'm extracting data from our helpdesk form for testing migration to our
6.3 test system, I've selected a sample of data (tickets created before
2005, about 30,000 records).

 Extracting via the user tool/reporting to an ARX file.  Doesn't matter
which client I use (5/6.3/7), I get an ARERR [300] Malloc failed on server.
(I know, its a server error, so the client won't make much difference).
This is at record 15,001 that it fails.

 Any suggestions?  The server is running ARS 5.1.1, on Win2K.  1Gig of ram
(its an old server).

 I can take on the data that I have okay, but its concerning me that with
this restriction, I'm going to have to take on the forms history in 15000
record chunks, which is a little irritating.

 Thanks all,

 Regards

 Dave
 __20060125___This posting was
submitted with HTML in it___


 __20060125___This posting was
submitted with HTML in it___

 __20060125___This posting was
submitted with HTML in it___


___
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org