Re: [graylog2] Re: How to setup Graylog code on eclipse.

2015-08-25 Thread Jochen Schalanda
Hi Anant, the build process is working in our development and CI environments (which consist of Linux and Mac OS X machines). Maybe the version of Maven you're using is too old or there's some intercepting proxy between your computer and the Internet which messes things up. Regarding the test

Re: [graylog2] Re: How to setup Graylog code on eclipse.

2015-08-25 Thread Anant Sawant
HI Jochen, Well I have moved to java 8 now. Thanks for the advice. But the error still persist. Just for details I am trying to build[clean install] graylog on windows 7 machine using eclipse luna. I have attached the log and also the reports generated for the same. Following is the error I am

Re: [graylog2] Re: How to setup Graylog code on eclipse.

2015-08-25 Thread Anant Sawant
Hi Jochen, First of all Thanks for the prompt reply. Regarding the error mentioned by me, it is now resolved. All I did was changed[increased] the await time for transportReceivesDataExactlyRecvBufferSize() from the graylog2-inputs project which throw the error I was getting and so far

[graylog2] Re: How to setup Graylog code on eclipse.

2015-08-24 Thread Anant Sawant
Hi Ganagadhar, I a new to Graylog and was on the same page, but did imported the project into eclipse. Now when I am trying to build the project using clean install I am geeting the following error. Failed to execute goal on project graylog2-bootstrap: Could not resolve dependencies for

[graylog2] Re: How to setup Graylog code on eclipse.

2015-08-24 Thread Jochen Schalanda
Hi Anant, your version of Java is too old. Please upgrade to a recent version of Java 8 (as Java 7 has reached EOL). Cheers, Jochen On Monday, 24 August 2015 10:10:51 UTC+2, Anant Sawant wrote: Hi Ganagadhar, I a new to Graylog and was on the same page, but did imported the project into