Friday, January 04, 2013

Graph DB on Azure - unable to access jarfile windows-service-wrapper-*.jar

Recently I tried to publish neo4j into Azure cloud.
Fortunately, There is brilliant readify guy has started this and did all the hard work.

I need fix problem related to windows power shell support error "Unable to access jar file windows-service-wrapper-*.jar" which seems doesn't recognise the wildcard command properly.

Thanks to "Valsaul", which provide me with a solution to edit bin\base.bat file and replace the line with
windows-service-wrapper-*.jar 
and changed it to
windows-service-wrapper-4.jar , which was the name of the file that came with M1.8.1.


If you need to use the latest Neo4j blob, clone my fork at
https://github.com/kkurni/Neo4j.Server.AzureWorkerHost

and you can put your latest Neo4j into neo4j-install.zip

No comments: