[tahoe-dev] tahoe connection error

Brian Warner warner at allmydata.com
Fri Jan 1 10:54:01 PST 2010


Jody Harris wrote:


> 2009-12-31 08:52:56-0700 [-] nevow.appserver.NevowSite starting on 3456
> 2009-12-31 08:52:56-0700 [-] Starting factory
<nevow.appserver.NevowSite instance at 0xb745132c>

This is the webapi server starting.

> 2009-12-31 08:52:56-0700 [-] Starting protocol
> <twisted.internet.protocol.DatagramProtocol instance at 0xb745176c>
> 2009-12-31 08:52:56-0700 [-] (Port 35447 Closed)
> 2009-12-31 08:52:56-0700 [-] Stopping protocol
> <twisted.internet.protocol.DatagramProtocol instance at 0xb745176c>
>
>
> Does that mean that twisted is just shutting down immediately?

Nope, that particular starting/stopping pair is for a UDP socket that's
used for DNS purposes.

What you'd be looking for is an exception traceback followed by "reactor
stopped". But if you're able to upload files through the WUI, then the
port must be listening.

Perhaps your CLI commands are connecting to the wrong URL? They should
be reading ~/.tahoe/node.url and connecting to whatever's in that.. I've
messed myself up a couple of times when running multiple nodes and
forgetting to modify that node.url when switching between grids and stuff.

happy new year!
 -Brian



More information about the tahoe-dev mailing list