Thanks again. I've been restarting with the example files so as not accumulate errors. I missed this in the current iteration, but, as you say, it doesn't seem to be related. As I mentioned in an earlier posting, opensrf is not finding any value in $host in the following code in the PeerConnection.pm module and aborting. The other entries are ok.

OpenSRF::EX::Config->throw( "JPeer could not load all necesarry values from config" )
        unless ( $username and $password and $resource and $host and $port );

Do you know from where it picks up the $host value?

Thanks,

-dale


Dan Scott wrote:
2009/2/10 Dale Arntson <[email protected]>:
Could someone take a look at this? I read through the code, and it seems
like my config files are messed up, in particular the opensrf_core.xml. I am
attaching these files so that someone more knowledgeable than I can take a
look at them.

Also, in opensrf.xml you still have:

            <dbfile>/different/path/to/dbfile/persist.db</dbfile>

in the application setting override section. This shouldn't cause the
problem you're reporting, but it will prevent the opensrf.persist
application from working (except in the unlikely case that
/different/path/to/dbfile/persist.db is a real path on your system).

Reply via email to