Uploaded image for project: 'Talend Unified Platform'
  1. Talend Unified Platform
  2. TUP-20981

Build job will pop up LifecyclePhaseNotFoundException using installer on windows 10

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • Bug
    • Status: closed
    • Critical
    • Resolution: Fixed
    • None
    • 7.1.1
    • None
    • None
    • All
    • Talend-Studio-20181016_1933-V7.1.1SNAPSHOT
    • 7.1.1-Sprint_9 UP
    • Small

    Description

      1 install the talend studio using installer,what I use is TalendStudio-20181016_1933-V7.1.1SNAPSHOT-windows-installer.exe
      2 start the studio and create a job,then build it

      Expected Result
      the job can be built successfully
      Actual Result
      Build job failed and studio pop up an error messager about LifecyclePhaseNotFoundException

      java.lang.Exception: Job was not built successfully, please check the logs for more details available on the workspace/.Java/lastGenerated.log
      [ERROR] Unknown lifecycle phase "Files". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-site, site, post-site, site-deploy, pre-clean, clean, post-clean. -> [Help 1]
      [ERROR] 
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException
      
      
      	at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:369)
      
      	at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:210)
      
      	at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJobs(BuildJobManager.java:125)
      
      	at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage.buildJobWithMaven(JobScriptsExportWizardPage.java:1491)
      
      	at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage$8.run(JobScriptsExportWizardPage.java:1394)
      
      	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)
      
      	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)
      
      	at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1059)
      
      	at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizardPage.finish(JobScriptsExportWizardPage.java:1399)
      
      	at org.talend.repository.ui.wizards.exportjob.JavaJobScriptsExportWSWizardPage.finish(JavaJobScriptsExportWSWizardPage.java:1643)
      
      	at org.talend.repository.ui.wizards.exportjob.JobScriptsExportWizard.performFinish(JobScriptsExportWizard.java:126)
      
      	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:853)
      
      	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:438)
      
      	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619)
      
      	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
      
      	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      
      	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
      
      	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
      
      	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)
      
      	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
      
      	at org.eclipse.jface.window.Window.runEventLoop(Window.java:832)
      
      	at org.eclipse.jface.window.Window.open(Window.java:808)
      
      	at org.talend.repository.ui.actions.ExportJobScriptAction.doRun(ExportJobScriptAction.java:122)
      
      	at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:673)
      
      	at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:99)
      
      	at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:258)
      
      	at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3495)
      
      	at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:2265)
      
      	at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:686)
      
      	at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)
      
      	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
      
      	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
      
      	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
      
      	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      
      	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
      
      	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
      
      	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)
      
      	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
      
      	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
      
      	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      
      	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
      
      	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
      
      	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
      
      	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      
      	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
      
      	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
      
      	at org.talend.rcp.intro.Application.start(Application.java:265)
      
      	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
      
      	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
      
      	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
      
      	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
      
      	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
      
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      
      	at java.lang.reflect.Method.invoke(Method.java:498)
      
      	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
      
      	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
      
      	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
      
      Caused by: java.lang.Throwable: Job was not built successfully, please check the logs for more details available on the workspace/.Java/lastGenerated.log
      
      	at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:370)
      
      	... 58 more
      
      
      

      Attachments

        Activity

          People

            nrousseau Nicolas Rousseau
            yllu Yao Lu
            Kaijiang Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 4 hours
                4h
                Remaining:
                Time Spent - 30 minutes Remaining Estimate - 3 hours, 30 minutes
                3h 30m
                Logged:
                Time Spent - 30 minutes Remaining Estimate - 3 hours, 30 minutes
                30m