[rabbitmq-discuss] ERROR: generation of boot script file
Emile Joubert
emile at rabbitmq.com
Fri Feb 17 16:16:22 GMT 2012
Hi,
On 16/02/12 21:21, jaksky wrote:
> I am a rookie to RabbitMQ. When installing rabbitmq_management plugin on Win
> XP I am getting following error:
>
> Activating RabbitMQ plugins ...
> ERROR: generation of boot script file C:/Documents and Settings/Jakub/Data
> aplik
> acÝ/RabbitMQ/db/rabbit at JAKUB-HOME-plugins-expand/rabbit.script failed:
> {error,xref_base,
> {invalid_filename,"c:/Documents and Settings/Jakub/Data
> aplikacÝ/RabbitMQ
> /db/rabbit at JAKUB-HOME-plugins-expand/amqp_client-2.7.1/ebin"}}
Do you have any non-ASCII characters in your paths? This seems to cause
problems for Erlang on Windows.
A possible workaround is to use the "short" paths as returned by "dir
/x". In your case it should help if you set %RABBITMQ_BASE% to a folder
name that does not contain non-ASCII characters, either elsewhere on
your filesystem or by using "dir /x".
-Emile
More information about the rabbitmq-discuss
mailing list