Hi, thanks for the info but I am running server from the test directory and I am specifying index.aspx, I also tried some other aspx files I moved there with the same result.
It just loops on the GC Warning: Finalization cycle involving xxxxxxxx until I kill the process. -----Original Message----- From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED]] Sent: 13 December 2002 05:07 PM To: '[EMAIL PROTECTED]' Subject: RE: [Mono-list] xsp error El vie, 13-12-2002 a las 12:29, Armand Du Plessis escribi�: > hi, > > upon running mono server.exe i get the following output messages : > > > ** (server.exe:2676): WARNING **: Failed to load library libkernel32.dll.so > (kernel32.dll): libkernel32.dll.so: cannot open shared object file: No such > file or directory > > ** (server.exe:2676): WARNING **: Failed to load library libkernel32.dll.so > (kernel32.dll): libkernel32.dll.so: cannot open shared object file: No such > file or directory > GC Warning: Finalization cycle involving 8158c40 Don't worry about those warnings. > �ɨ[��Listening on port: 8080 Mmmm, those strange characters... I think that you have a encoding that is ASCII or not supported. In the first case, the fix is already in CVS. > GC Warning: Finalization cycle involving 8158c40 > > After requesting page from a browser the GC warnings keep on appearing, I > have tried GC_DONT_GC=1 with the same results. > > I know I'm missing something obvious here put can someone please point me > in the right direction. btw, it's running on RH8. > Assuming you are running the server in the test directory, the URL should be: http://127.0.0.1:8080/index.aspx Right now, it does not pick a default index file when you do http://127.0.0.1/, though it will search Default.aspx, default.aspx, index.aspx and index.html in this order. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
