This issue was unintentionally introduced along with some changes
needed for better control and output from the windows wrapper. It was
a regression that has now been fixed. I would suggest either

- waiting for the next release, or

- if you are feeling adventurous, download a snapshot windows build
(http://neo4j.org/download/), extract
bin/windows-service-wrapper-3-SNAPSHOT.jar, rename that to
windows-service-wrapper-2.jar and replace the existing jar under bin/
in your current installation - the important thing is for the new jar
to have the same filename as the old one. That should fix all issues
that you have.

As a side note, i would really appreciate if you confirmed that your
configuration runs with a SNAPSHOT build.

thanks,
CG

On Sat, Nov 5, 2011 at 8:33 AM, Peter Neubauer
<peter.neuba...@neotechnology.com> wrote:
> Romiko,
> this is probably linked to the same issue,
> https://github.com/neo4j/packaging/issues/2
>
> Cheers,
>
> /peter neubauer
>
> GTalk:      neubauer.peter
> Skype       peter.neubauer
> Phone       +46 704 106975
> LinkedIn   http://www.linkedin.com/in/neubauer
> Twitter      http://twitter.com/peterneubauer
>
> http://www.neo4j.org              - NOSQL for the Enterprise.
> http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
>
>
>
> On Thu, Nov 3, 2011 at 4:07 PM, Romiko Derbynew
> <romiko.derby...@readify.net> wrote:
>> Hi Guys,
>>
>> I have downloaded the latest Community edition and notice these three custom 
>> lines of code causing the Neo4J server not to start up:
>>
>> wrapper.java.additional.1=-d64
>> wrapper.java.additional.1=-server
>> wrapper.java.additional.1=-Xss2048k
>>
>> With the previous version, they worked fine. They live at the bottom of the 
>> neo4j-wrapper.conf
>>
>> Error I get is.
>> java.lang.IllegalArgumentException
>>        at java.lang.ProcessImpl.<init>(Unknown Source)
>>        at java.lang.ProcessImpl.start(Unknown Source)
>>        at java.lang.ProcessBuilder.start(Unknown Source)
>>        at java.lang.Runtime.exec(Unknown Source)
>>        at 
>> org.neo4j.wrapper.ServerProcessConsole.doStart(ServerProcessConsole.j
>> ava:39)
>>        at org.neo4j.wrapper.ServerProcess.<init>(ServerProcess.java:116)
>>        at 
>> org.neo4j.wrapper.ServerProcessConsole.<init>(ServerProcessConsole.ja
>> va:29)
>>        at 
>> org.neo4j.wrapper.NeoServiceWrapper.launchAsConsoleApp(NeoServiceWrap
>> per.java:48)
>>        at org.neo4j.wrapper.NeoServiceWrapper.main(NeoServiceWrapper.java:35)
>>
>> Is this expected, since I am sure the JVM should support adding these 
>> additional parameters?
>>
>> I want these in here, so I can always ensure it is 64bit, server mode with a 
>> stack size of 2048k
>>
>>
>> _______________________________________________
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to