Community
Participate
Working Groups
Following the demise of org.eclipse.equinox.ds we now seem to get the trace below. It looks like something in org.apache.felix.scr has not been initialized / registered properly. Thread [pipe-gosh --login --nointeractive] (Suspended (exception UnsupportedOperationException)) ComponentCommands.convert(Class<?>, Object) line: 236 ComponentConverterFactory$1.convert(Class<?>, Object) line: 44 CommandProcessorImpl.doConvert(Class<?>, Object) line: 325 CommandSessionImpl.doConvert(Class<?>, Object) line: 493 Reflective.coerce(CommandSession, Class<?>, Object, int[]) line: 489 Reflective.docoerce(CommandSession, Object, Method, Class<?>[], Object[], List<Object>) line: 363 Reflective.coerce(CommandSession, Object, Method, Class<?>[], Object[], List<Object>) line: 302 Reflective.invoke(CommandSession, Object, String, List<Object>) line: 112 CommandProxy.execute(CommandSession, List<Object>) line: 91 Closure.executeCmd(String, List<Object>) line: 599 Closure.executeStatement(Parser$Statement) line: 526 Closure.execute(Parser$Executable) line: 415 Pipe.doCall() line: 416 Pipe.call() line: 229 Pipe.call() line: 59 FutureTask<V>.run() line: 266 [local variables unavailable] ThreadPoolExecutor.runWorker(ThreadPoolExecutor$Worker) line: 1149 ThreadPoolExecutor$Worker.run() line: 624 Thread.run() line: 748
steps to reproduce?
I get it every time I start a nested Eclipse in Debug with my usual breakpoint on UOE.
ok, to be clear this has no observable effect on the runtime and no error/warning of any kind to be logged. It can only be observed by using the debugger or other tools to capture thrown exceptions. The gogo runtime ignores the exception here. At any rate, I already fixed this in felix with https://issues.apache.org/jira/browse/FELIX-6041 Marking for 4.12, I'm in the middle of calling for a release of felix SCR that we can then consume into orbit for the next eclipse release.
(In reply to Thomas Watson from comment #3) > At any rate, I already fixed this in felix with Thanks.
Nobody, namely me, did not get the latest SCR release into orbit and reconsumed for this. Lets try for 4.13.
No time for M1.
Tom, is 2.1.16 the version you aim at?
(In reply to Alexander Kurtakov from comment #7) > Tom, is 2.1.16 the version you aim at? Yes, that is the latest release we should pick up.
Re target for 4.15 M1. There is not enough time to do it now.
Filed https://dev.eclipse.org/ipzilla/show_bug.cgi?id=21362
(In reply to Alexander Kurtakov from comment #10) > Filed https://dev.eclipse.org/ipzilla/show_bug.cgi?id=21362 Approved.
New Gerrit change created: https://git.eclipse.org/r/155647
New Gerrit change created: https://git.eclipse.org/r/155662
Gerrit change https://git.eclipse.org/r/155647 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/commit/?id=13a784576e4959fbaeecb73f21dc65ce94f2ed96
Gerrit change https://git.eclipse.org/r/155662 was merged to [master]. Commit: http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/commit/?id=65edfab1a87379e91608dc1bcde4474586eb337e
*** Bug 559084 has been marked as a duplicate of this bug. ***
(In reply to Alexander Kurtakov from comment #16) > *** Bug 559084 has been marked as a duplicate of this bug. *** More features need touching.
New Gerrit change created: https://git.eclipse.org/r/155673
Gerrit change https://git.eclipse.org/r/155673 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=8d44b0da46ae388ec018e4943ba74fe46d3be1d8
I no longer see the UnsupportedOperationException when launching with the latest SCR bundle.