NoClassDefFound : org.jnode.driver.smbus.SMBusController

devlinux root # lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 02)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 02)
00:04.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:04.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:04.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:04.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:07.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 05)
01:00.0 VGA compatible controller: Intel Corp. i740 (rev 21)

When i launch jnode on this machine, i have java.lang.NoClassDefFoundException : org.jnode.driver.smbus.SMBusController
for pci(0,4,3).

What's wrong ?

Fabien.

fixed on CVS, but revealed another bug !

I added a line in full-plugin-list.

But this revealed another bug at line 55 in DIMMDriver. Here is the lines :
spdTable = new byte[spdTableLength];
spdTable[0] = (byte) spdTableLength; here we have an ArrayIndexOutBoundException: 0

spdTableLength is the total length or the total length +1 because the next line is iterating from 1 to spdTableLength (exclusive) ?
Adding 1 to the size of the array remove this exception but I think there is another (hidden) bug with the loop.

Full stacktrace?

Please send the stacktrace.
Ewout

Same error on armada m300 (co

Same error on armada m300 (compaq portable 600Mhz 386Mb).

NoClassDefFound SMBusControler
.VmType!doPrepare (1379)
.VmType!prepare (1296)

sorry, but i can't read more beacause the message stay on screen only 1 second Eye-wink

and i have an others error :

ERROR [PS2PointerDriver] Cannot initalize pointer
DeviceException: InitBuffer full
org.jnode.ps2.PS2BUS (182)
org.jnode.ps2.PS2BUS!WriteMouveCommand (257 #writeData 165)
org.jnode.ps2.PS2PointerDriver!setRate (78 [org.jnode.driver.ps2.PS2Bus#writeMouseCommands 293])
...
ERROR [PS2PointerDriver]: Cannot set default rate
org.jnode.driver.DeviceException:InitBuffer full
org.jnode.driver.ps2.PS2Bus!waitWrite (182)

after JNODE is running, but when i touch the touch-pad JNODE keyborad frezz.
I have one touch-pad and one ps2-mouse logitch with 3 buttons

ps:
cd/dvd reader read CD fine.

Full stack with my camera ;-)

Full stack with my camera Eye-wink

NoClassDefFoundError driver.smbus.SMBusControler
vm.classmgr.VmType!doPrepare (1369)
vm.classmgr.VmType!prepare (1296)
vm.classmgr.VmType!link(1272)
vm.VmJavaClassLoader!loadClass (97)
vm.classmgr.VmConstClass!doResolve (43)
vm.classmgr.VmConstObject!resolve (29)
l1.X86ByteCodeVisitore!writeResolveAndLoadClassToEAX (2158
l1.X86ByteCodeVisitore!visit_new (1868)