As far as I know those are errors which occur outside of Prosody, they
are logged as debug because they are checked for and handled internally.
You should only worry about those messages which are actually logged as
error, and not debug.
--
Dwayne Bent
All of those have the log level "debug" (second column), so you can
ignore them. Real problems have levels "warn" and "error", as
described at http://prosody.im/doc/logging .
As for ports, you need 5222 open if you want clients to connect, and
5269 if you want to send/receive messages to people on others servers.
I've never used Wippien (yet), so unfortunately can't help with that
part of the configuration.
Matthew
2009/11/29 wdragon <ultimate...@gmail.com>:
>
> so, i got this error when registering a new account in wippien on a
> another client via internet
>
> http://farm3.static.flickr.com/2783/4141593669_f69527f8c6_o.png
>
> In C:\Documents and Settings\<My user>\Application Data\Prosody\data,
> i got only a folder named "localhost" and i tried to create a new
> folder named the same as my no-ip domain, but debug still log "Failed
> to load persisdent storage ('cannot open C:\Documents and Settings\<My
> user>\Application Data\Prosody\data/wiphoenix%2eno%2dip%2einfo/
> persistent.dat: No such file or directory') for user: n...@wiphoenix.no-
> ip.info"
As I said in my previous email, this is not an error, it is normal, trust me :)
> I think wippien cannot register because prosody can't save new user
> info into hdd, if i register wippien on my localhost, and using
> "localhost" as wippien account's domain, "C:\Documents and Settings
> \<My user>\Application Data\Prosody\data\localhost\accounts\" will
> containt a new file which named as my new user account
>
> how can i fix this?
>
Well, from the message you paste above it looks like you have
configured the main host as a MUC component.
For the host you are trying to create *accounts* on, such as
myjabber.no-ip.org you need to have a line in your config file like
this:
Host "myjabber.no-ip.org"
To create a host for *chatrooms*, you would add a line like this:
Component "mychatrooms.no-ip.org" "muc"
You can't (easily) mix the two.
Try fixing this in your config file, and see if it works. If this
isn't the problem then I'm not sure what is... so please post logs or
config for your server.
Hope this helps,
Matthew