Error while Bootstapping & Config error http://dev.libresource.org/home/community/forum/097a392ec0a8001e01251ce3436c841c RE : Error while Bootstapping & Config error http://dev.libresource.org/home/community/forum/097a392ec0a8001e01251ce3436c841c/a9e7e43dc0a8001e005b72e4e203ca32 Sebastien Jourdain 2006-07-26T10:16:22+02:00 In fact the problem was about the file management in LibreSource, due to the invalide path set to store tmp files. The system was unable to store and retreive the uploaded file that was the bootstrap.xml file.

artenum Team]]> RE : Error while Bootstapping & Config error http://dev.libresource.org/home/community/forum/097a392ec0a8001e01251ce3436c841c/a687f176c0a8001e0127f43a7874c35f Guest 2006-07-25T18:32:42+02:00 I changed the file C:\LibreSource\LibreSource\ls-config-windows.properties

to:

kernel.indexation.data.dir=C:/LibreSource/work/index libresource.distributedFilesystem=C:/LibreSource/work/files

(Using the forward slashes.)

Then I ran the config.bat located in the libresource install directory.

This fixed the issue with not loading the bootstrap file.

Thanks for your prompt attention to this issue.]]> RE : Error while Bootstapping & Config error http://dev.libresource.org/home/community/forum/097a392ec0a8001e01251ce3436c841c/a6789735c0a8001e01fab6d1c2953d53 Guest 2006-07-25T18:15:56+02:00 That answers most of my questions.

I do, however, have one last issue and it is the most critical. I described the problem in the posting below. I have tried to load the bootstrap file from multiple machines running windows xp and I get an error that it fails to find the file (the bootstrap.xml file). What can I do to load the bootstrap file? Is there a way to manually load the file. It appears that this is an issue with the way that the file, and directory are being being selected; the path isn't found. ]]> RE : Error while Bootstapping & Config error http://dev.libresource.org/home/community/forum/097a392ec0a8001e01251ce3436c841c/a4ed0f26c0a8001e0152d10ab6e0a8d2 Sebastien Jourdain 2006-07-25T11:03:54+02:00


First the file ls-config.properties should be updated in order to specify the right working path for the search engine and the tmp files.

When you have set the right properties, you have to update the ear file. For that ant will do it for you. There is 2 ways.

  • If you are using libresource from the installer, this should have been done by the installer but if you change your mind, you can but you will have to call the configure script available in your libresource installation directory.
  • If you are using LibreSource from the source package, just call ant or ant deploy . Don't forget that your $JONAS_ROOT system property must be set...
Otherwise to explain a bite why you should put twice back-slash instead of one, this is because the back-slash character is the java escape character. A simpler way is to use on any OS the / as path separator.

For example: C:/LibreSource/tmp/file


> Also, is there somewhere that I can set the $dburl, $dbuser and $dbpassword other than in the C:\LibreSource\JOnAS\conf\libresourceDS.properties?

I don't realy get your question, but those informations are needed for jonas in order to access to the LibreSource database.

This database should run over Postgres and must be available first.


And one last question; does libresource run on jboss?

Not yet, but it could run on JBoss if some XDocklet comment where added for JBoss in the source code so the application descriptor could be generated for JBoss.


I hope that I answer at your questions...

Artenum Team]]> RE : Error while Bootstapping & Config error http://dev.libresource.org/home/community/forum/097a392ec0a8001e01251ce3436c841c/a4dcc857c0a8001e00d545962debec6d Sebastien Jourdain 2006-07-25T10:46:07+02:00 I am having an issue with the bootstrap after installation on windows xp. This is the path that I am trying to upload the bootstrap:

C:\LibreSource\LibreSource\Resources\Bootstrap.xml

and this is the error message I am getting:

Unexpected error - Go Back The system cannot find the path specified The system cannot find the path specified

This is the log from the server log:

Mon Jul 24 14:53:24 MDT 2006 : ERROR : The system cannot find the path specified

Is there a setup issue I need, or how can I get it to recognize the file in windows?

Do I need to change the file ls-config-windows.properties?

It says:

# WARNING, if the following properties contains path with '\' character, change them to '\\'
#Example : C:\\LibreSource\\work\\index >> C:\\LibreSource\\work\\index
#kernel.indexation.data.dir=C:\LibreSource\\work\\index
#libresource.distributedFilesystem=C:\LibreSource\\work\\files
kernel.indexation.data.dir=C:\\LibreSource\\work\\index
libresource.distributedFilesystem=C:\\LibreSource\\work\\files

I don't know if I should change it to c:\\LibreSource\\work\\index or leave it as it was as c:\LibreSource\\work\\index

Also, is there somewhere that I can set the $dburl, $dbuser and $dbpassword other than in the C:\LibreSource\JOnAS\conf\libresourceDS.properties?

And one last question; does libresource run on jboss?


This question was posted by mail by Robert Young.]]> RE : Error while Bootstapping & Config error http://dev.libresource.org/home/community/forum/097a392ec0a8001e01251ce3436c841c/09950aa2c0a8001e00c0705074b4dd17 Sebastien Jourdain 2006-01-11T12:22:50+01:00 ant in order to package a new EAR file with the rights properties. You don't need to recompile the whole application, it's just the intergration of your properties inside the XML descriptor of the EJB application.

Moreover, as you are working on Windows, you should take care of the security of your shared filesystem between Jonas and postgres in order to allow each other to write and read on that area.

Regards,

Artenum Team…]]> Error while Bootstapping & Config error http://dev.libresource.org/home/community/forum/097a392ec0a8001e01251ce3436c841c/097a3b2cc0a8001e007f2a800c11b700 Guest 2006-01-11T12:22:50+01:00 I've just finish to install LibreSource on a Win2K system. I've successfull started the Jonas server with LibreSource. But when I try to bootstrap the ressource file, I get this error :

java.io.IOException: Le volume ne contient pas de système de fichiers connu. Vérifiez si tous les pilotes de système de fichiers nécessaires sont chargés et si le volume n'est pas endommagé

I think it's a problem related with the configuration files that specify some directories. I've set it (ls-config;properties), but I don't know where should I put this configuration file in the filedir of Jonas ?

Thx]]>