Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.14.1:package-feature failed. NullPointerException

Did a little more investigation and found more logs above the reactor summary (pasted below). It looks like it's a problem with a missing file in the /TMP/org.eclipse.sdk.epp directory. The contents of the TMP directory in the aggregator repo is still a bit of a mystery to me. Does some of the items in this directory need to be updated?

Thanh


Installing org.eclipse.sdk.epp 3.8.0.201203220043.
Installation failed.
An error occurred while installing the items
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.sdk.epp.executable.cocoa.macosx.x86_64 3.8.0.201203220043, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ChmodAction). The action chmod failed - file /home/zxiiro/Downloads/eclipse2/R3_platform-aggregator/TMP/org.eclipse.sdk.epp/target/products/org.eclipse.sdk.epp/macosx/cocoa/x86_64/eclipse/p2bug352457.app/Contents/MacOS/p2bug352457 does not exist Application failed, log file location: /tmp/config1882367779514868113equinox/1332376902410.log


On 03/21/2012 04:49 PM, Thanh Ha wrote:
Actually spoke too soon. Strangely I just reran the build and it didn't get the same error this time. I got a little further, now it's failing with the following error instead.


Thanh


[INFO] org.eclipse.sdk ................................... SUCCESS [0.125s] [INFO] org.eclipse.test .................................. SUCCESS [0.109s] [INFO] org.eclipse.sdk.tests ............................. SUCCESS [0.729s] [INFO] org.eclipse.sdk.epp ............................... FAILURE [50.749s]
[INFO] eclipse-junit-tests ............................... SKIPPED
[INFO] platform-aggregator ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:11.920s
[INFO] Finished at: Wed Mar 21 16:42:07 EDT 2012
[INFO] Final Memory: 266M/1001M
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.14.1:materialize-products (materialize-products) on project org.eclipse.sdk.epp: P2 director return code was 13 -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.sdk.epp



On 03/21/2012 04:40 PM, Thanh Ha wrote:
Hi Everyone,

I got further with the build and now my build is failing with "Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.14.1:package-feature failed. NullPointerException". Any ideas on what's causing this?


Thanks,


Thanh


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.14.1:package-feature (default-package-feature) on project org.eclipse.sdk: Execution default-package-feature of goal org.eclipse.tycho:tycho-packaging-plugin:0.14.1:package-feature failed. NullPointerException -> [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/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.sdk

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev




Back to the top