Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347375

Summary: Helios RCP/RAP bundle won't export JNLP
Product: [Technology] EPP Reporter: MrCompiler Mising name <gene>
Component: rcp-packageAssignee: Project Inbox <epp.packager-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: mknauer
Version: 1.3.2   
Target Milestone: 1.4.0 RC3   
Hardware: PC   
OS: Linux   
Whiteboard:

Description MrCompiler Mising name CLA 2011-05-26 17:02:39 EDT
This morning I download 32 bit Helios for RCP/RAP developers which I am using under Ubuntu/Linux. I installed and got the updates. I created a simple RCP program with a view and an associated feature project. When I attempt to use the Export Wizard it gets an error and does not produce the JNLP file:

The error is:

home/gene/workspace/com.simple.rcp.feature/assemble.com.simple.rcp.feature.p2.xml:34: The following error occurred while executing this line:
/home/gene/workspace/com.simple.rcp.feature/assemble.com.simple.rcp.feature.p2.xml:519: jarsigner returned: 1

The output isn't useful but the console displays the following.

java.io.FileNotFoundException: /opt/public/technology/epp/epp_build/36/eclipse.R-3.6.1-201009090800/artifacts.xml (No such file or directory)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
	at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.save(SimpleArtifactRepository.java:961)
	at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.save(SimpleArtifactRepository.java:942)


/opt/public/technology/epp/epp_build/36/eclipse.R-3.6.1-201009090800/artifacts.xml
Comment 1 Markus Knauer CLA 2011-05-27 02:17:35 EDT
The FileNotFoundException should be fixed in the Indigo RC2 build of the package, maybe you could try a download of this RC build (or you wait for the RC3 that will be available within the next few hours). Do you have a valid certificate that you are using in the jarsigner?
I will try to reproduce this later today.
Comment 2 MrCompiler Mising name CLA 2011-06-10 16:05:03 EDT
Do I need to uninstall my existing Eclispe and do a clean install or will update pick up the changes?
Comment 3 Markus Knauer CLA 2011-06-15 17:33:21 EDT
(In reply to comment #2)
> Do I need to uninstall my existing Eclispe and do a clean install or will
> update pick up the changes?

Note that this problem (FileNotFoundException) has nothing to do with this bug report. (But referring to your question: You need to download a new Indigo package since this was a packaging problem and cannot be fixed with a simple update.)