I posted a question at STS stack overflow https://stackoverflow.com/questions/26307312/sts-3-6-1-not-able-to-upgrade-m2e-to-1-6
-D On Fri, Oct 10, 2014 at 1:47 PM, Dan Tran <[email protected]> wrote: > the maven development tools ( mavendev) is not hte issue, the issue is m2e > 1.6 chokes STS with the following exception > > !ENTRY org.eclipse.jface 4 2 2014-10-10 09:28:16.566 > !MESSAGE Problems occurred when invoking code from plug-in: > "org.eclipse.jface". > !STACK 0 > java.lang.NullPointerException > at org.eclipse.jface.viewers.ViewerCell.getStyleRanges(ViewerCell.java:195) > .... > > !ENTRY org.eclipse.core.jobs 4 2 2014-10-10 09:28:38.971 > !MESSAGE An internal error occurred during: "Updating Maven Project". > !STACK 0 > java.lang.NoClassDefFoundError: org/apache/maven/project/MavenProject > at > org.springframework.ide.eclipse.maven.internal.core.SpringProjectConfigurator.doConfigure(SpringProjectConfigurator.java:42) > at > org.springframework.ide.eclipse.maven.AbstractSpringProjectConfigurator.configure(AbstractSpringProjectConfigurator.java:43) > at > org.eclipse.m2e.core.project.configurator.AbstractLifecycleMapping.configure(AbstractLifecycleMapping.java:120) > at > org.eclipse.m2e.core.internal.project.ProjectConfigurationManager$3.call(ProjectConfigurationManager.java:477) > at > org.eclipse.m2e.core.internal.project.ProjectConfigurationManager$3.call(ProjectConfigurationManager.java:1) > at > org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:176) > at > org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:151) > at > org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:470) > at > org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.updateProjectConfiguration0(ProjectConfigurationManager.java:408) > at > org.eclipse.m2e.core.internal.project.ProjectConfigurationManager$2.call(ProjectConfigurationManager.java:321) > at > org.eclipse.m2e.core.internal.project.ProjectConfigurationManager$2.call(ProjectConfigurationManager.java:1) > at > org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:176) > at > org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:151) > at > org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:99) > at > org.eclipse.m2e.core.internal.embedder.MavenImpl.execute(MavenImpl.java:1349) > at > org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:318) > at > org.eclipse.m2e.core.ui.internal.UpdateMavenProjectJob.runInWorkspace(UpdateMavenProjectJob.java:77) > at > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) > Caused by: java.lang.ClassNotFoundException: > org.apache.maven.project.MavenProject cannot be found by > org.springframework.ide.eclipse.maven_3.6.1.201408250730-RELEASE > at > org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:432) > at > org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345) > at > org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337) > at > org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 19 more > > > My question here is it a STS issue or a hidden m2e issue? > > Thanks > > -D > > On Fri, Oct 10, 2014 at 1:41 PM, Igor Fedorenko <[email protected]> > wrote: > >> Hmm. What is the problem, exactly? Apart from that error message you >> sent to maven user list, which I don't have explanation for, what else >> does not work as you expect? >> >> >> From what I can tell, you have Maven Development Tools installed >> >> com.ifedorenko.m2e.binaryproject (1.1.0.201409160038) "m2e binary maven >> project" [Starting] >> com.ifedorenko.m2e.binaryproject.ui (1.1.0.201409160038) "m2e binary >> maven project ui" [Starting] >> com.ifedorenko.m2e.mavendev (0.3.0.201409160039) "Maven Development >> Tools" [Starting] >> com.ifedorenko.m2e.mavendev.junit.runtime (0.3.0.201408251122) "Maven >> Development Tools JUnit Launcher" [Resolved] >> com.ifedorenko.m2e.sourcelookup (1.1.0.201409160038) "m2e dynamic source >> code lookup" [Starting] >> com.ifedorenko.m2e.sourcelookup.pde (1.1.0.201409160038) "pde dynamic >> source code lookup" [Resolved] >> com.ifedorenko.m2e.sourcelookup.ui (1.1.0.201409160038) "m2e dynamic >> source code lookup ui" [Starting] >> >> >> -- >> Regards, >> Igor >> >> >> On 2014-10-10, 16:35, Dan Tran wrote: >> >>> I am sending the zip directly to yr account >>> >>> Thanks >>> >>> -D >>> >>> On Fri, Oct 10, 2014 at 1:15 PM, Igor Fedorenko <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> http://screencast.com/t/__4bX2vbRTMlK >>> <http://screencast.com/t/4bX2vbRTMlK> >>> >>> -- >>> Regards, >>> Igor >>> >>> On 2014-10-10, 16:11, Dan Tran wrote: >>> >>> Hi Igor, how do I get the installation details? is there a >>> directory I >>> can zip up, or it is the screen shots >>> >>> -D >>> >>> On Fri, Oct 10, 2014 at 12:56 PM, Igor Fedorenko >>> <[email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>>> >>> wrote: >>> >>> Can you attach your installation configuration details? You >>> probably >>> want to gzip them to keep email size reasonably small. >>> >>> -- >>> Regards, >>> Igor >>> >>> On 2014-10-10, 15:53, Dan Tran wrote: >>> >>> btw, The maven link at the end, I did mention >>> installation of >>> m2e 1.6 >>> toasted my workspace >>> >>> On Fri, Oct 10, 2014 at 12:52 PM, Dan Tran >>> <[email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> <mailto:[email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>>>> wrote: >>> >>> yes, I do see m2e 1.6 shows up in my installation >>> details >>> >>> This is update site >>> >>> http://repository.takari.io:____8081/nexus/content/sites/ >>> m2e.____extras/m2e/1.6.0/N/LATEST >>> >>> <http://repository.takari.io:__8081/nexus/content/sites/m2e. >>> __extras/m2e/1.6.0/N/LATEST >>> <http://repository.takari.io:8081/nexus/content/sites/m2e. >>> extras/m2e/1.6.0/N/LATEST>> >>> >>> Note I see the same issue using the above link and >>> the one at >>> eclipse download milestone update for 1.6 ( august >>> build) >>> >>> >>> -D >>> >>> On Fri, Oct 10, 2014 at 12:23 PM, Matthew Piggott >>> <[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> <mailto:[email protected]>>__>__> >>> wrote: >>> >>> To add more information from what Igor said... >>> from the >>> error >>> message you posted on the maven list: you are >>> missing a >>> dependency for what you are trying to >>> install. (I >>> think Igor >>> is suggesting it is part of m2e 1.6 but not >>> earlier >>> versions) >>> >>> On 10 October 2014 14:57, Igor Fedorenko >>> <[email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] >>> <mailto:[email protected]>>>> wrote: >>> >>> Does not look like you have m2e 1.6 >>> installed. I >>> don't know >>> how much STS >>> changes Eclipse UI, but standard >>> distributions have >>> Help->Installation_Details, where you can >>> see all >>> installed >>> features and >>> plugins. Make sure you have m2e 1.6 listed >>> there. >>> Also note >>> that STS >>> could "lock" m2e to specific version, >>> which would >>> prevent >>> you from being >>> able to upgrade to 1.6. >>> >>> -- >>> Regards, >>> Igor >>> >>> On 2014-10-10, 14:42, Dan Tran wrote: >>> >>> more details are at >>> http://maven.40175.n5.nabble.______com/Eclipse-Luna-and-__ >>> M2Extra-____td5808354.html >>> >>> >>> <http://maven.40175.n5.nabble.____com/Eclipse-Luna-and-__ >>> M2Extra-__td5808354.html >>> >>> >>> <http://maven.40175.n5.nabble.__com/Eclipse-Luna-and- >>> M2Extra-__td5808354.html >>> <http://maven.40175.n5.nabble.com/Eclipse-Luna-and-M2Extra- >>> td5808354.html>>> >>> >>> More likely is STS issue. Before >>> filing this >>> issue with >>> STS, is there >>> any chance this is really really m2e >>> issue. I >>> hate to >>> get sent back and >>> forth between 2 dev team on this >>> journey >>> >>> Thanks >>> >>> -D >>> >>> On Fri, Oct 10, 2014 at 3:54 AM, Igor >>> Fedorenko >>> <[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] >>> <mailto:[email protected]>> <mailto:[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected] >>> >>> >>> <mailto:[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected] >>> >> >>> <mailto:[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] >>> <mailto:[email protected]>>>>__> wrote: >>> >>> I don't know anything about STS, >>> but normally >>> eclipse keeps its log in >>> .metadata/.log file under >>> workspace root >>> and m2e in >>> >>> >>> >>> .metadata/.plugins/org.________eclipse.m2e.logback.________ >>> configuration/*.log >>> >>> -- >>> Regards, >>> Igor >>> >>> >>> On 2014-10-10, 3:41, Dan Tran >>> wrote: >>> >>> >>> Hi >>> >>> Today, I re-install Spring >>> STS 3.6.1 >>> (Luna R) >>> plus m2e 1.6 >>> latest from >>> Takari. >>> >>> This toasted my project work >>> space >>> with very >>> crypted error. Is >>> there a >>> log some where under eclipse >>> i can >>> take a look? >>> >>> Thanks >>> >>> -D >>> >>> >>> >>> ______________________________ >>> _________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> <mailto:[email protected]>>__> >>> <mailto:[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] >>> <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] >>> <mailto:[email protected]>>__>__> >>> To change your delivery >>> options, >>> retrieve your >>> password, or >>> unsubscribe from this list, >>> visit >>> https://dev.eclipse.org/________mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/______mailman/listinfo/m2e-users> >>> >>> <https://dev.eclipse.org/______mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users>> >>> >>> >>> <https://dev.eclipse.org/______mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users>>> >>> >>> >>> >>> <https://dev.eclipse.org/______mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users>> >>> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users>>>> >>> >>> >>> ______________________________ >>> _________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> <mailto:[email protected]>>__> >>> <mailto:[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] >>> <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> >>> <mailto:[email protected] >>> <mailto:[email protected]>>__>__> >>> To change your delivery options, >>> retrieve your >>> password, or >>> unsubscribe from this list, visit >>> https://dev.eclipse.org/________mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/______mailman/listinfo/m2e-users> >>> >>> >>> <https://dev.eclipse.org/______mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users>> >>> >>> >>> >>> <https://dev.eclipse.org/______mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users>>> >>> >>> >>> >>> >>> <https://dev.eclipse.org/______mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users>> >>> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users>>>> >>> >>> >>> >>> >>> >>> _____________________________________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> <mailto:[email protected]>>__> >>> To change your delivery options, >>> retrieve your >>> password, >>> or unsubscribe from this list, visit >>> https://dev.eclipse.org/______mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users>> >>> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users>>> >>> >>> >>> _____________________________________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> <mailto:[email protected]>>__> >>> To change your delivery options, retrieve >>> your >>> password, or >>> unsubscribe from this list, visit >>> https://dev.eclipse.org/______mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users>> >>> >>> <https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users>>> >>> >>> >>> >>> >>> ___________________________________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> <mailto:[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> <mailto:[email protected]>>__> >>> To change your delivery options, retrieve your >>> password, or >>> unsubscribe from this list, visit >>> https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users>> >>> >>> >>> >>> >>> >>> ___________________________________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> To change your delivery options, retrieve your >>> password, or >>> unsubscribe from this list, visit >>> https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users>> >>> >>> ___________________________________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>> >>> To change your delivery options, retrieve your password, or >>> unsubscribe from this list, visit >>> https://dev.eclipse.org/____mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users> >>> <https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users>> >>> >>> >>> >>> >>> _________________________________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> To change your delivery options, retrieve your password, or >>> unsubscribe from this list, visit >>> https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users> >>> >>> _________________________________________________ >>> m2e-users mailing list >>> [email protected] <mailto:[email protected]> >>> To change your delivery options, retrieve your password, or >>> unsubscribe from this list, visit >>> https://dev.eclipse.org/__mailman/listinfo/m2e-users >>> <https://dev.eclipse.org/mailman/listinfo/m2e-users> >>> >>> >>> _______________________________________________ >> m2e-users mailing list >> [email protected] >> To change your delivery options, retrieve your password, or unsubscribe >> from this list, visit >> https://dev.eclipse.org/mailman/listinfo/m2e-users >> > >
_______________________________________________ m2e-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
