[Mono-list] xsp error
Gonzalo Paniagua Javier
gonzalo@ximian.com
13 Dec 2002 16:06:36 +0100
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