Hi,

I've some problem with the webaccess. I explain what I do :

wget 
http://forgeftp.novell.com/ifolder/server/3.5/current/src/ifolder3-server-3.5.6349.1.tar.gz
tar xzf ifolder3-server-3.5.6349.1.tar.gz
cd ifolder3-server-3.5.6349.1/
vim configure.in

I change line 105 to put
CSCFLAGS='/d:MONO /d:MONONATIVE /warn:4 /d:TRACE'
and remove line 112-115.

# some clean
rm -rf /usr/lib/simias /etc/simias /var/lib/simias
make clean

#compile
/autogen.sh --with-runasserver --prefix=/usr
--with-simiasdatadir=/var/lib/simias --sysconfdir=/etc/
make
make install
#restart apache2
/etc/init.d/apache2 restart

then everything seems to be ok but in fact the
http://localhost/ifolder (when I try to connect myself) give that
errors :

Exception Message: Invalid URI: The format of the URI could not be determined.
Exception Type: System.Web.Services.Protocols.SoapException
Exception Site: System.Object[]
ReceiveResponse(System.Net.WebResponse,
System.Web.Services.Protocols.SoapClientMessage,
System.Web.Services.Protocols.SoapExtension[])
Exception Source: System.Web.Services

Exception Stack:

System.Web.Services.Protocols.SoapException: Invalid URI: The format
of the URI could not be determined.
 at System.Web.Services.Protocols.SoapHttpClientProtocol.ReceiveResponse
(System.Net.WebResponse response,
System.Web.Services.Protocols.SoapClientMessage message,
System.Web.Services.Protocols.SoapExtension[] extensions) [0x00000]
 at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke
(System.String method_name, System.Object[] parameters) [0x00000]
 at iFolderWeb.GetHomeServerForUser (System.String username,
System.String password) [0x00000]
 at (wrapper remoting-invoke-with-check)
iFolderWeb:GetHomeServerForUser (string,string)
 at Novell.iFolderApp.Web.Login.DoLogin (System.String username,
System.String password, Boolean check) [0x00000]

Any idea ?

Thanks,

--
Bast
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to