On Sun, Jan 28, 2018 at 11:04 AM, Felix Schumacher < [email protected]> wrote:
> Am 27.01.2018 um 23:03 schrieb Antonio Gomes Rodrigues: > >> Yes I have tested with a 32bit jvm in virtual box >> > Ok, it seems, that the 32-bit JRE for windows does not include the server > compiler and thus does not work with the command line parameter -server. > > You either have to install a 64-bit JRE, or a full JDK (does not matter if > 32-bit or 64-bit). > > Now the question (options) remains: > > * Should we document this, or > comment it in the bat/.sh and document in it > * Should we remove the parameter for windows, or > Yes > * Should we add JAVA_HOME/JRE_HOME handling in the windows batch file and > add -server only when JAVA_HOME is set, or > We're too short of time for this. > * Should we parse java -version and add -server only when 64-Bit is > detected? > Too much work for rather simple things that can be added in setenv.sh/setenv.bat > > Could we add this in the next two hours, before a RC2? > I don't think so. > > My preference at the moment is to remove "-server" for windows, as it is > the default for 64-Bit JVMs which are probably the ones, we are targetting. > +1 for me > > Felix, who still has no access to a windows system and can't test such a > change > > > >> 2018-01-27 22:55 GMT+01:00 Felix Schumacher < >> [email protected]>: >> >> >>> Am 27. Januar 2018 21:58:17 MEZ schrieb Antonio Gomes Rodrigues < >>> [email protected]>: >>> >>>> Hi, >>>> >>>> There is a problem to fix before >>>> >>>> In Windows (not tested in Linux yet), if you have a JRE Java, the >>>> "-server" >>>> option failed >>>> >>> Is this a 32 bit jvm? >>> >>> I think it is no problem to remove the flag, as server should be the >>> default for most modern systems. >>> >>> Greetings >>> Felix >>> >>>> >>>> apache-jmeter-r1822431\bin>jmeter.bat >>>> Error: missing `server' JVM at `C:\Program >>>> Files\Java\jre1.8.0_161\bin\server\jvm.dll'. >>>> Please install or use the JRE or JDK that contains these missing >>>> components. >>>> errorlevel=4 >>>> Press any key to continue . . . >>>> >>>> >>>> java -version >>>> java version "1.8.0_161" >>>> Java(TM) SE Runtime Environment (build 1.8.0_161-b12) >>>> Java HotSpot(TM) Client VM (build 25.161-b12, mixed mode) >>>> >>>> No problem wirh JDK version of Java >>>> >>>> A quick fix bould be to remove -server parameter >>>> A beter fix will be to use it only with JDK >>>> >>>> I don't know if I will have time to test it in Linux and fix it in >>>> Windows >>>> tomorrow >>>> >>>> Antonio >>>> >>>> 2018-01-27 21:36 GMT+01:00 Philippe Mouawad >>>> <[email protected]>: >>>> >>>> ok for me. >>>>> >>>>> >>>>> On Saturday, January 27, 2018, Milamber <[email protected]> wrote: >>>>> >>>>> >>>>>> On 27/01/2018 16:15, Philippe Mouawad wrote: >>>>>> >>>>>> Hello Milamber, >>>>>>> Are you still ok to start process today ? >>>>>>> >>>>>>> I can start the process tomorrow morning, are you ok? >>>>>> >>>>>> >>>>>> >>>>>> Thanks >>>>>>> >>>>>>> On Mon, Jan 22, 2018 at 10:23 AM, Milamber <[email protected]> >>>>>>> >>>>>> wrote: >>>> >>>>> >>>>>>> On 21/01/2018 14:39, Philippe Mouawad wrote: >>>>>>>> >>>>>>>> Hello, >>>>>>>> >>>>>>>>> I think it is now time to release a 4.0 >>>>>>>>> >>>>>>>>> +1 >>>>>>>>> >>>>>>>> >>>>>>>> We have a rich version which seems stable enough for a release: >>>>>>>> >>>>>>>>> - 73 Enhancements >>>>>>>>> - 25 bug fixes >>>>>>>>> >>>>>>>>> Our last release 3.3 is 4 months old. >>>>>>>>> >>>>>>>>> I have filled the new and noteworthy section, let me know if I >>>>>>>>> >>>>>>>> missed >>>> >>>>> something. >>>>>>>>> >>>>>>>>> I think remaining work is just about: >>>>>>>>> >>>>>>>>> - Making screenshots for new and noteworthy section >>>>>>>>> - Updating screenshots of modified components >>>>>>>>> >>>>>>>>> Are there volunteers for RM ? >>>>>>>>> >>>>>>>>> I can act as the RM, and start the process next Saturday (27th) >>>>>>>>> >>>>>>>> >>>>>>>> Milamber >>>>>>>> >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>>> Regards >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>> Cordialement. >>>>> Philippe Mouawad. >>>>> >>>>> > -- Cordialement. Philippe Mouawad.
