Java on ubuntu 8.10 very very slow

Asked by pdeville

I installed ubuntu on a new Dell Precision M4300
uname -a
Linux gisel2690 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux

cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz
stepping : 6
cpu MHz : 1200.000
cache size : 3072 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm ida
bogomips : 4188.07
clflush size : 64
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz
stepping : 6
cpu MHz : 1200.000
cache size : 3072 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm ida
bogomips : 4188.84
clflush size : 64
power management:

When I launch the a java application it was very slow (1 Hour to startup) the same application was working just fine on a dell D600 also with Ubuntu 8.10

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
pdeville
Solved:
Last query:
Last reply:
Revision history for this message
jscc88 (jscc88-deactivatedaccount) said :
#1

is better install all java suport via sudo apt-get install sun-java6-jre

Revision history for this message
pdeville (pascalm-deville) said :
#2

This is what i did

Revision history for this message
jscc88 (jscc88-deactivatedaccount) said :
#3

download the envy and select after install all controlators

Revision history for this message
pdeville (pascalm-deville) said :
#4

This does not solved the problem. The problem is not related to the graphical user interface.
The application is running an oracle query and the fetch of result take more time.

Revision history for this message
pdeville (pascalm-deville) said :
#5

I changed the version of oracle jdbc driver to version 11g (the only one compile for java 5 and 6) and my problem was solved

Revision history for this message
Noiano (noiano) said :
#6

in my experience java goes perfectly with all non-web applications. When I open a web page containing a applet it takes ages to load...sometimes it just freezes firefox...in that case the cpu is quite busy (strangely gnome system monitor reports heavy use by system, not user)

Any ideas?

PS: I do not use the «ubuntu» version on sun's java....I directly download the jdk+jre from sun.com

Revision history for this message
pdeville (pascalm-deville) said :
#7

My problem is the access to oracle only I don't have th problem with web Application