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 my compilation is moving ahead. Thanks :-) Anant On Tuesday, 25 August 2015 13:35:35 UTC+5:30, Jochen Schalanda wrote: > > 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 failure, that might be a problem or bug on Windows. We > don't explicitly test (or advertise the use of) Graylog on Windows, but > pull requests fixing those incompatibilities are certainly welcome. > > > Cheers, > Jochen > > > On Tuesday, 25 August 2015 09:04:53 UTC+2, Anant Sawant wrote: >> >> 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 getting >> >> Failed to execute goal on project graylog2-bootstrap: Could not resolve >> dependencies for project org.graylog2:graylog2- >> bootstrap:jar:1.2.0-SNAPSHOT: Failed to collect dependencies at >> org.graylog2:graylog2-plugin:jar:1.2.0-SNAPSHOT -> >> org.kie:kie-api:jar:6.2.0.Final: Failed to read artifact descriptor for >> org.kie:kie-api:jar:6.2.0.Final: Could not transfer artifact >> org.jboss.dashboard-builder:dashboard-builder-bom:pom:6.2.0.Final from/to >> jboss-public-repository-group ( >> https://repository.jboss.org/nexus/content/groups/public/): >> java.lang.RuntimeException: Could not generate DH keypair: Prime size must >> be multiple of 64, and can only range from 512 to 1024 (inclusive) -> [Help >> 1] >> >> Any Ideas on the same. >> Please find the attachments. >> >> Thanks in Advance. >> Anant. >> >> On Mon, Aug 24, 2015 at 1:49 PM, Jochen Schalanda wrote: >> >>> 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 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 project >>>> org.graylog2:graylog2-bootstrap:jar:1.2.0-SNAPSHOT: Failed to collect >>>> dependencies at org.graylog2:graylog2-plugin:jar:1.2.0-SNAPSHOT -> >>>> org.kie:kie-api:jar:6.2.0.Final: Failed to read artifact descriptor for >>>> org.kie:kie-api:jar:6.2.0.Final: Could not transfer artifact >>>> org.jboss.dashboard-builder:dashboard-builder-bom:pom:6.2.0.Final from/to >>>> jboss-public-repository-group ( >>>> https://repository.jboss.org/nexus/content/groups/public/): >>>> java.lang.RuntimeException: Could not generate DH keypair: Prime size must >>>> be multiple of 64, and can only range from 512 to 1024 (inclusive) -> >>>> [Help >>>> 1] >>>> >>>> Not able to figure out how to resolve this. >>>> >>>> Do you have any ideas. >>>> >>>> Thanks in Advance. : -) >>>> >>> -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/918c4774-e99a-47b0-a928-835e67e2f24b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
