- This topic has 3 replies, 2 voices, and was last updated 20 years ago by Riyad Kalla.
-
AuthorPosts
-
[email protected]Member– System Setup ——————————-
Operating System and version: xp professional version 2002 sp1
Eclipse version: 3.0.1
Eclipse build id: eclipse.buildId=M200409161125
Fresh Eclipse install (y/n): n
If not, was it upgraded to its current version using the update manager? n
Other installed external plugins: mevenide, maven
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.8.2
Eclipse JDK version: j2sdk1.4.2_03
Application Server JDK version: j2sdk1.4.2_03
Are there any exceptions in the Eclipse log file? npe, follwed by NoSuchMethodError in org.eclipse.debug.internal.ui.DebugUIPlugin.getProcessConsoleManager()Lorg/eclipse/debug/internal/ui/views/console/ProcessConsoleManager;
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchDelegate.launch(MavenLaunchDelegate.java:144)If this is a DB related question please answer the following:
RDBMS vendor and version:
JDBC driver vendor and version, and access type (thin, type-2, etc):
Connection URL:
Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:– Message Body ——————————-
I’m launching Maven, from Mevenide, in Eclipse. An error dialog pops up that there was an error Launching, but Maven completes anyway. The NPE is caught in com.genuitec.eclipse.j2eedt.taglib.AbstractTaglibRegistry.Äif the whole stacktrace would be helpful let me know.
I know this is crossing products, but since the npe is in genuitec, I’ve got to start there. The error box happens with every Maven launch and is really enoying.
Any help is greatly appreciated.
Thanks, Tom
Riyad KallaMemberTom,
Please post the entire stack trace, from what you posted above:NoSuchMethodError in org.eclipse.debug.internal.ui.DebugUIPlugin.getProcessConsoleManager()Lorg/eclipse/debug/internal/ui/views/console/ProcessConsoleManager;
at org.mevenide.ui.eclipse.launch.configuration.MavenLaunchDelegate.launch(MavenLaunchDelegate.java:144)It looks like your version of Maven is trying to call a method on the Eclipse API that doesn’t exist, most likely because the version of MavenIDE you are using was made for a different version of Eclipse.
[email protected]MemberThank you Riyad, I just came back here to delete this post. In fact it is exactly what you suggested, I had the wrong (or bad) version of mevenide. Thanks for your quick response. Tom
Riyad KallaMemberGlad to hear you got it sorted out.
-
AuthorPosts