Romiko,
is this on Windows or Linux?

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 5:22 PM, Romiko Derbynew
<[email protected]> wrote:
> Hi Peter,
>
> I tried that as well, but to no avail, here is how to reproduce it.
>
> #********************************************************************
> # JVM Parameters
> #********************************************************************
>
> wrapper.java.additional.1=-Dorg.neo4j.server.properties=conf/neo4j-server.properties
> wrapper.java.additional.2=-Djava.util.logging.config.file=conf/logging.properties
>
> # Uncomment the following line to enable garbage collection logging
> #wrapper.java.additional.3=-Xloggc:data/log/neo4j-gc.log
>
> #These three lines are behaving badly.
> wrapper.java.additional.4=-d64
> wrapper.java.additional.5=-server
> wrapper.java.additional.6=-Xss2048k
>
>
> # Initial Java Heap Size (in MB)
> wrapper.java.initmemory=512
>
> # Maximum Java Heap Size (in MB)
> wrapper.java.maxmemory=1024
>
> #********************************************************************
> # Wrapper settings
> #********************************************************************
>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On 
> Behalf Of Peter Neubauer
> Sent: Friday, 4 November 2011 10:48 AM
> To: Neo4j user discussions
> Cc: Tatham Oddie
> Subject: Re: [Neo4j] 1.5.M02 - JVM BootStrapper Issues
>
> Romiko,
> could you give the parameters different numbers, like in
> https://github.com/neo4j/packaging/blob/master/standalone/src/main/distribution/text/community/conf/neo4j-wrapper.conf#L5
> and try again?
>
> 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 <[email protected]> 
> 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
>> [email protected]
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
>
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to