facebook

launching maven from eclipse [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #224312 Reply

    – 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

    #224319 Reply

    Riyad Kalla
    Member

    Tom,
    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.

    #224324 Reply

    Thank 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

    #224326 Reply

    Riyad Kalla
    Member

    Glad to hear you got it sorted out.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: launching maven from eclipse [Closed]

You must be logged in to post in the forum log in