Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2eclipse + jrockit jdk fail

BTW - any guidance on when to use an external vs. embedded runtime
would be helpful.  I'm fuzzy on this option.

Thanks,

Alejandro

On Thu, Jan 13, 2011 at 10:36 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> Does everything work with SUN JDK?
>
> There was a number of HTTP transport fixes in soon to be released
> 0.12.1, which is currently available from staging repository [1]. Can
> you check if this version behaves better?
>
> [1]
> https://repository.sonatype.org/content/sites/forge-sites/m2e/0.12.1/S/0.12.1.20110112-1712/
>
>
> --
> Regards,
> Igor
>
> On 11-01-13 10:06 PM, Alejandro Calbazana wrote:
>>
>> Hi,
>>
>> I'm trying to understand some odd behavior with m2eclipse running
>> under a JRockit JDK.  The problem is that when I start up eclipse,
>> m2eclipse tries to update indexes.  I have a local, private,
>> repository that my settings.xml points to.  When I start eclipse,
>> m2eclipse tries to perform the index update but never completes.
>> There is no progress indicator or anything in the console.  What is
>> strange, apart from this never ending update, is that this works
>> perfectly when running eclipse under the sun jdk.  Here is my setup:
>>
>> eclipse helios
>> Maven Integration for Eclipse
>> (Required)      0.12.0.20101115-1102
>>  org.maven.ide.eclipse.feature.feature.group
>> Subclipse (Required)    1.6.16
>>  org.tigris.subversion.subclipse.feature.group
>> Win XP
>> jrockit_160_05
>>
>> eclipse.ini:
>> ....
>> -vm
>> C:\bea\jrockit_160_05\bin\javaw.exe
>> -vmargs
>> -Dosgi.requiredJavaVersion=1.5
>> -Xms256m
>> -Xmx512m
>>
>> If anyone has any information on this behavior, please let me know...
>> It's a head scratcher and has cost me some time trying to isolate the
>> problem.
>>
>> Thanks,
>>
>> Alejandro
>> _______________________________________________
>> m2e-users mailing list
>> m2e-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users
>


Back to the top