Re: how to start daemon
Helge Hess <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
Davide Corio wrote: > I'm trying to start xmlrpcd, but If I launch daemon only with ./xmlrpcd > I'm unable to connect on port 20000 (access denied). Yes, because the port is probably already taken by your OGo WebUI daemon. Try another port: -WOPort '"*:24024"' > If I try with -WOHttpAllowHost localhost, I get the following error: This is unrelated. > $ xmlrpc_call http://localhost:20000/RPC2 > Uncatched Objective-C exception: > exceptionClass <class NGCouldNotConnectException> > Reason: Could not connect to address <0x080CB2DC[NGLocalSocketAddress]: > http//localhost:20000/RPC2>: No such file or directory > UserInfo: no userinfo No, you did *not* type "http://" but "http//". Add the colon and it should be properly recognized as an IP address. You may need to quote the argument on your shell, eg: xmlrpc_call "http://localhost:24024/RPC2" Helge -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc