Hi. Our CortonaWrapper seems to be running out of resources very quickly, resulting in excessive garbage collection and dramatic slowdown. We had the...
Hello ... Do you mean java threads or native threads( native thread count from process list) ? ... All what i can see is the names of threads ( second column )...
Hello Hermann We do mean Java Threads. The log snippet is showing the name of the thread in the second column. The code snippet provided shows how we organize...
Hello Henrik, ... I'm not sure but possible if we attach a native thread to the java VM, deattach and attach it again - we have a new name for the same native...
We're still getting exception (see referenced message below) when doing JOLEDocument.useRegistry(false, null); This thread explained how we can use it with...
Thanks. It is working now. ... handlers. ... http://tech.groups.yahoo.com/group/jacoZoom/files/stefan/jacoZoom.msi ... a ... window ... <S.Zschocke@> ... ...
I have a project that uses the Windows Media Player ActiveX control and when releasing the control and adding another instance to a window I am getting an...
Hello Scott, i've downloaded , compile and run your example with both JDK 1.6 and jre 1.5.0_09 as in your log file. Both cases not Access violation but a Java...
Thanks for the quick response Hermann. The version of Window Media Player that I have is 11.0.5721.5145. So if you run the sample code and release the control...
Yes, here are my specs: Dell OptiPlex GX620 Pentium D 2.8 Ghz 2 GB RAM Are there any known issue with JacoZoom in a multi-core scenario? Thanks Hermann -S ... ...
We are working on this prb and will publish a solution today or tomorrow. Thanks, Stefan ... JOLEDocument ... Excel ... Method) ... (IUnknownJCW.java:75) ... ...
... I can only tell you what I experienced about a year ago on a HT machine. It looked similar to your problem. Maybe you should try on a single core, non-HT...
Hello again. Tried the same experiment with Calendar. No noticeable slowdown here :-) However, we still see a new JAVA thread being generated for each staCall....
Hi. Please, is there anything suspect in the below code-snippet? /** Helper called from inside a STA thread */ private IFieldObject getField(final INodeObject...
Arrgh, we also get these. It smells of something we neglect to call release() on... Any easy way to locate such buggers? # # An unexpected error has been...
I will be out of the office starting 04/11/2007 and will not return until 04/30/2007. I will respond to your message when I return. Please contact Mark...
Somehow related to this topic: ResultSetMetaData.getColumnType(i+1) throws a jdbcado.UnsupportedException, if the data type on the oledb side is a variant...
Hi, the method _getFields returns a COM object. You must assign it to a local variable and call release on it after calling the _getItem method. Otherwise the...
Nice. Very well spotted :-) Thank you very much. Unfortunately, the first thing that hit me was another of the below, which indicates I might have some more of...
Uploaded to hdohlmann/TestCal.zip JCal modified to use staCall. See the Java Thread creation byh launching jconsole (from sun JDK6) and attach to the process. ...
Stefan, We are getting same error as before. Should we regenerate wrapper classes? I unregister my IzmJniComAx.dll with "regsvr32 /u" before trying it to ...