Webadmin.nsf / IE55 / "Type mismatch"

Hi!

Webadmin performs fine until i click on the “Files” tab. The browser displays the first level of file structure on the left as follows:

/local/notesdata

Catalog (6)

After this a window comes up telling me “Type mismatch” (maybe a JavaScript related error) - i click OK and webadmin stops responding (til i restart IE and try again).

I got this under 6.0 so i upgraded my server to 6.0.1 - but the problem still remains.

Also tried to do this under IE 6 or Netscape 4.7 - still happens.

Maybe there’s someone around who has experienced the same error… or somebody who’s able to help me.

Thanks in advance,

Philipp

Subject: Webadmin.nsf / IE55 / “Type mismatch”

Sounds like a domino server error bubbled up to the browser UI. Are you seeing a more detailed callstack on the server console? If so, please post it here.

Thomas - IBM

Subject: RE: Webadmin.nsf / IE55 / “Type mismatch”

You have been right… the problem also occurs in the console log as follows:

2003/03/13 12:18:04 AM Agent message: Webadmin: Started by Admin/MUVIS [192.168.0.2] using Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)

!show server -xml >/local/notesdata/rem72158.con

!show stat disk -xml >/local/notesdata/rem89542.con

2003/03/13 12:19:02 AM Agent message: -------------------------------

2003/03/13 12:19:02 AM Agent message: Domino Web Administrator Error:

2003/03/13 12:19:02 AM Agent message: (Please report the error below

2003/03/13 12:19:02 AM Agent message: to IBM Lotus software support)

2003/03/13 12:19:02 AM Agent message: -------------------------------

2003/03/13 12:19:02 AM Agent message: Type mismatch in:

2003/03/13 12:19:02 AM Agent message: -->lsClassDominoDisks:cDominoDiskCollection:GETDISKSUNIX (278)<–

2003/03/13 12:19:02 AM Agent message: lsClassDominoDisks:cDominoDiskCollection:NEW (76)

2003/03/13 12:19:02 AM Agent message: agReadTreeData$UserL3:cSingleTree:CREATETREEFROMDISKDRIVES (1246)

2003/03/13 12:19:02 AM Agent message: agReadTreeData$UserL3:cSingleTree:CREATETREEENTRIES (350)

2003/03/13 12:19:02 AM Agent message: agReadTreeData$UserL3:cSingleTree:CREATETREEFROMGENERICENTRY (1846)

2003/03/13 12:19:02 AM Agent message: agReadTreeData$UserL3:cSingleTree:CREATETREEENTRIES (332)

2003/03/13 12:19:02 AM Agent message: agReadTreeData$UserL3:cSingleTree:NEW (218)

2003/03/13 12:19:02 AM Agent message: agReadTreeData$UserL3:cTreeData:CREATEJSTREE (108)

2003/03/13 12:19:02 AM Agent message: agReadTreeData$UserL3:cTreeData:NEW (47)

2003/03/13 12:19:02 AM Agent message: -------------------------------

[root@domino notesdata]#

Subject: Need one more…

Please also post the output of the console command show stat disk here.

thanks

Thomas - IBM

Subject: RE: Need one more…

No problem at all… output of ‘show stat disk’:

show stat disk

Disk.Fixed = 5

Disk.Remote = 0

Disk./boot.Free = 88,645,632

Disk./boot.Size = 103,515,136

Disk./boot.Type = ext3

Disk./dev/shm.Free = 97,669,120

Disk./dev/shm.Size = 97,669,120

Disk./dev/shm.Type = tmpfs

Disk./local.Free = 10,359,980,032

Disk./local.Size = 12,403,109,888

Disk./local.Type = ext3

Disk./opt.Free = 3,812,712,448

Disk./opt.Size = 4,234,104,832

Disk./opt.Type = ext3

Disk./.Free = 558,907,392

Disk./.Size = 5,853,360,128

Disk./.Type = ext3

17 statistics found

Subject: Can’t reproduce this problem here

Couple of things:- It’s a server side issue, so it doesn’t matter what browser client you’re using.

  • The error is thrown when attempting to read the stat value of the free space for a disk and the value is probably empty, which in theory should never happen. However, the disk stats you posted look fine at the time you took them and posted them.

So, does this happen all the time no matter what or only sometimes?

We should probably take this offline, please respond to tgumz at notesdev.ibm.com

thanks

Thomas - IBM