facebook

Problem during build

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #318546 Reply

    shanr5
    Member

    While running an automatic build on an EJB project, I am getting an error that states:

    ‘Errors occurred during the build. Errors running builder ‘Integrated External Tool Builder’ on project ‘myproject’. The builder launch configuration could not be found.’

    The build works fine when building any of the other non-EJB projects.

    Any ideas?

    Shane

    [/list]

    #318566 Reply

    support-swapna
    Moderator

    shanr5 ,

    Sorry that you are seeing this issue with MyEclipse.

    1) Can you paste the Build Id here from Help > About MyEclipse Blue Edition > Build Id?

    2) Have you renamed the external tool builder? If you rename an existing external tool builder that is configured to run during auto-builds, you will get the following error: Errors during build. Errors running builder “Integrated External Tool Builder” on project <PROJECT_NAME>. The builder launch configuration could not be found. The workaround is to first disable the builder for auto-builds and then rename the builder.

    3) Can you do a clean on the project and check if the build runs fine ?

    4) Go to Project->Properties->Builders to see which builder your project is using.

    5) Clear the contents of the .log which is located at <workspace dir>/.metadata/.log. Now replicate the issue and paste the contents of the .log file here for me.

    Let me know how this works for you.

    #318576 Reply

    shanr5
    Member

    1) Version: 9.1 Blue – Build id: 9.1-Blue-20110701

    2) I have not renamed the builder.

    3) I get the same error when I clean and build

    4) In my project properties, I have 3 builders listed: Faceted Project Validation Builder, Java Builder, and Validation

    5) .log contents:

    !ENTRY org.eclipse.core.resources 4 2 2011-08-01 07:36:19.579
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.resources”.
    !STACK 1
    org.eclipse.core.runtime.CoreException: The builder launch configuration could not be found.
    at org.eclipse.core.externaltools.internal.ExternalToolsCore.newError(ExternalToolsCore.java:114)
    at org.eclipse.core.externaltools.internal.model.ExternalToolBuilder.build(ExternalToolBuilder.java:76)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:629)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:172)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:203)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:255)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:258)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:311)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:343)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    !SUBENTRY 1 org.eclipse.core.externaltools 4 0 2011-08-01 07:36:19.579
    !MESSAGE The builder launch configuration could not be found.
    !SUBENTRY 1 org.eclipse.core.externaltools 4 0 2011-08-01 07:36:19.579
    !MESSAGE The builder launch configuration could not be found.

    !ENTRY org.eclipse.core.resources 4 75 2011-08-01 07:36:19.595
    !MESSAGE Errors occurred during the build.
    !SUBENTRY 1 org.eclipse.core.externaltools 4 75 2011-08-01 07:36:19.595
    !MESSAGE Errors running builder ‘Integrated External Tool Builder’ on project ‘claims_persistence_ejb’.
    !STACK 1
    org.eclipse.core.runtime.CoreException: The builder launch configuration could not be found.
    at org.eclipse.core.externaltools.internal.ExternalToolsCore.newError(ExternalToolsCore.java:114)
    at org.eclipse.core.externaltools.internal.model.ExternalToolBuilder.build(ExternalToolBuilder.java:76)
    at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:629)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:172)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:203)
    at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:255)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:258)
    at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:311)
    at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:343)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    !SUBENTRY 2 org.eclipse.core.externaltools 4 0 2011-08-01 07:36:19.595
    !MESSAGE The builder launch configuration could not be found.
    !SUBENTRY 1 org.eclipse.core.externaltools 4 0 2011-08-01 07:36:19.595
    !MESSAGE The builder launch configuration could not be found.

    #318598 Reply

    support-swapna
    Moderator

    shanr5,

    Thank you for the details. I could not replicate the issue at my end.

    1) Can you please create a dummy EJB project of the same spec level using the ejb wizard and check if you see the same issue ?

    2) It appears that your project is associated with external builders. Can you paste the .project file here for us ?

    #318602 Reply

    shanr5
    Member

    1) I’m working on it.

    2) The contents of the .project file for the ejb project follows:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <projectDescription>
    <name>claims_persistence_ejb</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
    <buildCommand>
    <name>org.eclipse.jdt.core.javabuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>org.eclipse.wst.common.project.facet.core.builder</name>
    <arguments>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
    <triggers>full,incremental,</triggers>
    <arguments>
    <dictionary>
    <key>LaunchConfigHandle</key>
    <value><project>/.externalToolBuilders/org.eclipse.wst.validation.validationbuilder.launch</value>
    </dictionary>
    </arguments>
    </buildCommand>
    <buildCommand>
    <name>org.eclipse.wst.validation.validationbuilder</name>
    <arguments>
    </arguments>
    </buildCommand>
    </buildSpec>
    <natures>
    <nature>com.genuitec.eclipse.j2eedt.core.ejbnature</nature>
    <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
    <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
    <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
    <nature>org.eclipse.jdt.core.javanature</nature>
    </natures>
    </projectDescription>

    #318603 Reply

    shanr5
    Member

    I removed the ExternalToolsBuilder from my .project and it builds fine now. I believe it was associated with an external builder like you said, and I’m not sure why. This was converted from a RAD project.

    Thanks for your help.

    Shane

    #318626 Reply

    support-swapna
    Moderator

    shanr5 ,

    Glad that it is working.
    Do let us know if you have any other issues.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Problem during build

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