Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Neon.1 RC2 packages

> On 02 Sep 2016, at 12:14, Dennis Hübner <dennis.huebner@xxxxxxxxx> wrote:
> 
> P.S.: I noticed an error dialog during start up regarding the UUID. Is that a known issue?
> 
> java.lang.IllegalArgumentException: Invalid UUID string: 0
> 	at java.util.UUID.fromString(UUID.java:194)
> 	at org.eclipse.epp.internal.logging.aeri.ide.utils.AnonymousId.readOrCreateUUID(AnonymousId.java:43)


My guess is that you manually edited the user-scoped file  “USER_HOME.eclipse/org.eclipse.epp.logging.aeri/anonymousId” and put “0” in there. There might be a confusion with the eclipse-wide UUID as introduced on behalf of Ian. Putting 0 in AERI’s file, however, was never supported to suppress sending an uuid along with your error reports.

FWIW, we use UUIDs to relate error reports from the same reporters so that we can investigate which other error reports were send shortly after or shortly before another error report AND error reporting is an opt-in.


Having said this, you may find bug 496288 relevant.


Cheers,
Marcel


https://bugs.eclipse.org/bugs/show_bug.cgi?id=496288

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top