Search found 41 matches

by henryb
Wed Jun 08, 2022 1:03 pm
Forum: Bug Reports
Topic: McIDAS-V on Ubuntu 22.04
Replies: 3
Views: 8161

Re: McIDAS-V on Ubuntu 22.04

Hi Bob,
Many thanks for your assistance.
It turns out that I was using the generic open source Ubuntu driver - xserver-xorg-video-nouveau for my Nvidia 1060 card.
I switched over to the proprietary nvidia -510 and now McIDAS-V works fine
Regards Henry
by henryb
Tue Jun 07, 2022 1:51 pm
Forum: Bug Reports
Topic: McIDAS-V on Ubuntu 22.04
Replies: 3
Views: 8161

McIDAS-V on Ubuntu 22.04

HI there, Have recently upgraded Ubuntu on my machine from 17.04 -> 22.04. and now MCIDAS-V 1.8 is not working properly. It starts up but doesn't display any of the default maps nor display a basic contour map from netCDF data. I had a look at some of the programs in adde/bin and notice that some of...
by henryb
Thu Jun 19, 2014 12:03 pm
Forum: Bug Reports
Topic: java Memory leak /Threads
Replies: 10
Views: 4558

Re: java Memory leak /Threads

Hi Jon, thank you for picking up on this. If you are changing the size of the active display only a couple of times then it is not a problem But if you are changing it say 10 or more times then the thread count goes up and the program slows down greatly My workaround is to to keep the size of the ac...
by henryb
Thu May 15, 2014 11:23 am
Forum: Scripting
Topic: number of Threads
Replies: 3
Views: 2698

Re: number of Threads

HI Jon, did you manage to replicate the problem ? I have seen the problem on my local machine and on our sever ...Henry import os import logging import sys import time homeDir=os.getenv("HOME") print homeDir def numThreads(): numT=java.lang.management.ManagementFactory.getThreadMXBean().ge...
by henryb
Mon Apr 28, 2014 10:29 am
Forum: Bug Reports
Topic: java Memory leak /Threads
Replies: 10
Views: 4558

Re: java Memory leak /Threads

Hi Jon, I think I have found the problem. In my script I resize the the active display a multiple number of times with the command setDimensions() and doing this create multiple dormant threads (nb the program is being run in script mode) runMcV -userpath -debug -nogui -script /home/hmb/Documents/SU...
by henryb
Fri Apr 25, 2014 4:00 pm
Forum: Scripting
Topic: number of Threads
Replies: 3
Views: 2698

number of Threads

Hi there, I have script which loads a country and then and then zooms in on an area (defined by a boundingbox) and If necessary changes the size of the display using the command: activeDisplay().setDimensions(0,0, iWidth, IHeight); The problem is that after I have called the above method a few times...
by henryb
Thu Jan 30, 2014 11:41 am
Forum: General Questions
Topic: Default Background Maps
Replies: 5
Views: 3501

Re: Default Background Maps

Hi Rick,
Am running McIDAS v 1.4 linux 64bit
The problem seems to happen in script mode , even when I remove the "Default Background Maps" from the bundle
?

... Henry
by henryb
Fri Jan 24, 2014 3:27 pm
Forum: General Questions
Topic: Default Background Maps
Replies: 5
Views: 3501

Default Background Maps

Hi There, I'm trying to get rid of the the 'Default Background Maps' from my bundle but whatever I do they seem to reappear with the padlock locked . I've checked the xml in the bundle and the maps are not present This happens in interactive mode and script mode. I have checked the xml I just want u...
by henryb
Fri Jan 17, 2014 9:49 pm
Forum: Bug Reports
Topic: java Memory leak /Threads
Replies: 10
Views: 4558

Re: java Memory leak /Threads

Hi Jon, I tried the new JOGJ stuff and I still get the same problem. So I guess the problem is further down the software stack - The thing is the server is not to hand - its in Amsterdam When we requested to add a Graphics card - the hosting company made a whole song and dance about it and then even...
by henryb
Fri Jan 03, 2014 3:19 pm
Forum: Bug Reports
Topic: java Memory leak /Threads
Replies: 10
Views: 4558

Re: java Memory leak /Threads

Hi Bob,
did you manage to pass the stack log to a programmer ?
.. thanks Henry