Thursday 22 April 2010

browser freeze with IE7

I was getting a problem in IE7 where it would freeze everytime a grid was about to be loaded. The solution was easy to find with Google, not with metalink search. I'm losing faith in that search.

You can create a reg file with the following contents and that should fix things:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32]
@="c:\\windows\\system32\\ieframe.dll"

Note that at the cleint that had this, seibel was installed and the reg setting about was pointing to a seibel installed DLL.

Seach metalink for 654767.1

Wednesday 21 April 2010

size of linux process


pmap –x <pid>

This shows the modules that are loaded too.  We were having problems with XMLP crashing with error 13.  The following setting in the JDE.INI needed to be changed:

[JDE JVM]

InProcessJVMHome=

RemoteDebugPort=-1

VMTrace=0

DefaultOptions=

XMLPVMOptions=-Djava.compiler=NONE –Xmx256M

Kill the XMLP process after you’ve saved the change above.  A new one will be started and you will be away.