Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Java EPP created with "mvn verify -P"epp.package.java" fails to start due to missing server JVM

The problem here is max cmd line length varies from one machine to another machine. This somewhat tricky issue to solve.

Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, C Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India


Inactive hide details for "Brian de Alwis" ---02-09-2021 18:28:40---> Silly me. Thanks for the advice. That doesn’t seem silly"Brian de Alwis" ---02-09-2021 18:28:40---> Silly me. Thanks for the advice. That doesn’t seem silly — it sounds like a baffling and hard to d

From: "Brian de Alwis" <briandealwis@xxxxxxxxx>
To: "Eclipse Packaging Project" <epp-dev@xxxxxxxxxxx>
Date: 02-09-2021 18:28
Subject: [EXTERNAL] Re: [epp-dev] Java EPP created with "mvn verify -P"epp.package.java" fails to start due to missing server JVM
Sent by: "epp-dev" <epp-dev-bounces@xxxxxxxxxxx>





> Silly me. Thanks for the advice.


That doesn’t seem silly — it sounds like a baffling and hard to diagnose situation that the launcher could detect and warn about.  Namely check if the length of CWD + VM is greater than a certain length.

Brian.

> On Sep 2, 2021, at 7:21 AM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
>
> Thanks Alexander, that was indeed the problem. After copying the build
> result into a folder higher in the hierarchy the EPP works fine.
>
> Silly me. Thanks for the advice.
>
>> On Thu, Sep 2, 2021 at 12:56 PM Alexander Fedorov
>> <alexander.fedorov@xxxxxxxxxx> wrote:
>>
>> Could it be the problem of path length?
>> What if you move the build result to another folder with shorter path?
>>
>> Regards,
>> AF
>>
>>
>> 9/2/2021 1:22 PM, Lars Vogel пишет:
>>> The current developer version of the Java EPP starts fine and the  -vm
>>> is the same:
>>>
>>> -vm
>>> plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.2.v20210721-1149/jre/bin
>>>
>>> Any idea what is wrong with the EPP build  result on windows? Is this a bug?
>>>
>>> On Thu, Sep 2, 2021 at 12:15 PM Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
>>>> Friends of EPP,
>>>>
>>>> If I build the Java EPP from current master and try to start it, I
>>>> receive an error that the Java version has issues.
>>>>
>>>> Screenshots attached.
>>>>
>>>> Best regards, Lars
>>>>
>>>>
>>>> --
>>>> Eclipse Platform project co-lead
>>>> CEO vogella GmbH
>>>>
>>>> Haindaalwisch 17a, 22395 Hamburg
>>>> Amtsgericht Hamburg: HRB 127058
>>>> Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
>>>> USt-IdNr.: DE284122352
>>>> Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web:
http://www.vogella.com 
>>>
>>>
>>
>> _______________________________________________
>> epp-dev mailing list
>> epp-dev@xxxxxxxxxxx
>> To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/epp-dev
>
>
>
> --
> Eclipse Platform project co-lead
> CEO vogella GmbH
>
> Haindaalwisch 17a, 22395 Hamburg
> Amtsgericht Hamburg: HRB 127058
> Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
> USt-IdNr.: DE284122352
> Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web:
http://www.vogella.com 
> _______________________________________________
> epp-dev mailing list
> epp-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/epp-dev
_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/epp-dev




GIF image


Back to the top