Try this.

Stop and restart the node.
Then look in your freenet.log - has it RE-ADDED the message "could not load
data store from store_0" to the end of the log?  If not, then the node is
probably running properly (i.e. the port is correctly set).
So, maybe you don't have fproxy running.  If this is true it would explain
why you cannot access the fproxy port (8081).
To check this, look for a line "services.fproxy.port=8081" and
"services.fproxy.class=Freenet.contrib.fproxy.HttpHandlerServlet"
If they aren't there then Fproxy isn't running, so you cannot access the
fproxy port!

It's easy to enable fproxy by running the gui java configurator like so:

java Freenet.node.gui.Config .freenetrc

Click on "FProxy" on the left, and tick "Enable FProxy".  Also confirm that
the FProxy port is 8081.  You will only need to change this if some other
software is using port 8081 - and this will require that you go to
http://localhost:nnnn where nnnn is the port number you chose instead of
8081

Hope this helps

Dave

----- Original Message -----
From: "Chad Phillips" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, June 16, 2001 5:55 PM
Subject: Re: [freenet-support] Need help with "Couldn't load DataStore"
error


> My sample_freenetrc  says port 16737.  When I connect to it with a browser
I
> get
> �Y.fbf��y"�,s"b�� �Qȥ>�^?7�|�?����f�-"zD �
> 3e.1���Bp�P���QŸ���pf?���v��zP"����ĤtS���,���DQŬz)�Bu~���+u�>]
�O
>
> Does this mean its working?  This quickstart guide says: "You can now
visit
> http://localhost:8081/ in your web browser to insert and request stuff
from
> Freenet. "  But I still can't connect to port 8081.
>
> So, do I have a working node?
>
> thanks
> chad
> ----- Original Message -----
> From: Rob Cakebread <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 15, 2001 11:04 PM
> Subject: Re: [freenet-support] Need help with "Couldn't load DataStore"
> error
>
>
> > On Friday 15 June 2001 07:36 pm, you wrote:
> > > Hi,
> > >
> > > I have a Intel box with Redhat 6.2 and Suns jdk 1.3.1.  I just
installed
> > > freenet.  After I start the server I get:
> > > [root@mysite Freenet]# ./freenet_server
> > > + java Freenet.node.Node
> > >
> > > Seems fine, but when I connect to localhost:8081 I get an error.  The
> > > freenet.log gives:
> > >
> > > Jun 15, 2001 9:24:36 PM:Normal:Couldn't load DataStore from
> > > .freenet/store_0 Jun 15, 2001 9:24:37
> PM:Freenet.node.Node:Normal:Freenet
> > > Core running on 1349 (build 391)
> > >
> > > Any ideas?
> > >
> >
> > The store_0 tells me that it didn't find which port to use. Do you have
> this
> > line set in your .freenetrc and is .freenetrc in that same directory you
> ran
> > ./freenet_server from?
> >
> > listenPort=19114
> >
> >
> > > thanks
> > > chad
> > >
> > >
> > > _______________________________________________
> > > Support mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.freenetproject.org/mailman/listinfo/support
> >
> > _______________________________________________
> > Support mailing list
> > [EMAIL PROTECTED]
> > http://lists.freenetproject.org/mailman/listinfo/support
>
>
> _______________________________________________
> Support mailing list
> [EMAIL PROTECTED]
> http://lists.freenetproject.org/mailman/listinfo/support
>


_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support

Reply via email to