Eclipse Product Export error - export

Hi I have an Eclipse RCP application. I have a plugin and an associated feature. In order to create an executable file for the RCP application, I am running Eclipse product export wizard. When I run the wizard I am getting the following error:
Processing inclusion from feature org.eclipse.e4.rcp: Unable to find plug-in: org.eclipse.e4.ui.workbench.renderers.swt_0.13.0.v20150603-0857. Please check the error log for more details.
How can I solve this issue?

Related

Error while trying to debug demandware pipeline code using eclipse

After setting up the configuration for pipeline and clicking on debug in eclipse, I get this error.
Errors occurred during the build.
Errors running builder 'Digital Server Upload' on project 'DigitalServer'.
Tree element '/' not found.
If you don’t need to edit Pipelines, I recommend VS Code with the Prophet plugin. Check it out on the VS Code plugin marketplace.
https://marketplace.visualstudio.com/items?itemName=SqrTT.prophet
Check the project references (right click > Properties > Project References) of your connection to the instance. You likely have a closed or missing cartridge project referenced there. Once you remove this reference, the error will be gone.

How to upload swift project by xcode 7.3 using application loader

When i upload app using application loader i got bellow error. In error show add distribution profie but i already added distribution profile then also give error. please help me for upload swift project using xcode 7.3 on iTunes
Make a archive with your distribution profile and export a IPA file in your system.After that open a application loader and drag and drop that IPA file.

Missing launchfile after exporting E(fx)clipse RCP product application

I'm trying to export a Eclipse FX application as an product. So far I did the tutorial from here to create an example application. The application can be started via the Launch an Eclipse application button which shows up in the product file editor. When the applicaion is lanuched it works as supposed.
The problem now is the export as a product. When I hit the Eclipse Product export wizard another dialogue opens which asks me for the location for storing the product export. Afterwards I hit the Finish button and the export completes without any warnings. The result is a eclipse folder which contains some files and folders (which look correct so far) but there is no executable / launch file.
I have no clue what is going wrong here. I also tried the delta package (the one released especially for the eclipse version. I downloaded both the Eclipse an the delta package from here to avoid incompatibilities.
Im using
Ubuntu 12.04 LTS
Eclipse SDK Luna SR1 (4.4.1) Bild id: M20140813-0800
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
I'm thankful for any help :-)
Finally I found a solution the stated problem. It is unfortuneatley not intuitive. You need to add the eclipse installation directory to the target platform and afterwards to the 'pom.xml' in your product folder. Now I describe the solution step by step. Go to 'Preference > Plug-in development' select the JavaFX target platform and edit it. In the Tab 'Locations' you select 'Add... > Directory > next' and select the root folder of you eclipse installation. In my case it was '~/eclipse'. After a 'Project > Clean ... > clean all projects' and the export works perfectly.

AppEngine: Unable to update app: Failed to compile jsp files

I just update my AppEngine SDK from 1.7.0 to 1.7.5 because of the problem related to adding document in Full Text Search API.
But now, I can not upload the application.
Here are the errors:
Deploying to Google' has encountered a problem
Unable to update app: Failed to compile jsp files.
In the log file:
Unable to update:
com.google.appengine.tools.admin.JspCompilationException: Failed to compile jsp files.
at com.google.appengine.tools.admin.Application.compileJsps(Application.java:756)
at com.google.appengine.tools.admin.Application.createStagingDirectory(Application.java:592)
at com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:370)
at com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:53)
at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:433)
at com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Any help? Thanks
Well you need to have the JDK pointing in your build path of eclipse.
Click on Installed JREs and point it upto your JDK installed location.
If that even didn't work go to eclipse.ini file in your eclipse directory. Add the following argument.
-vm
C:\Program Files\Java\jdk_1.6.30\bin\javaw.exe
Then restart your eclipse and things will start working.
Run the app on your local development server, you will discover the JSP files have errors that you need to sort out before compiling.

Unable to deploy a Roo/GWT application on Google AppEngine from Springsource Tool Suite

I followed this excellent tutorial but, as it doensn't cover the deployment part, I tried to do it by myself.
So, I installed Springsource Tool Suite in Ubuntu.
Then, I create a "demo1" Roo project.
Next, with the built-in Roo Shell, I taped the following commands:
persistence setup --provider DATANUCLEUS --database HYPERSONIC_IN_MEMORY
entity --class ~.server.domain.Employee
field string --fieldName firstName --sizeMin 3 --sizeMax 20
field string --fieldName lastName --sizeMin 3 --sizeMax 20
gwt setup
After I checked "Use Google Webkit" in "Webkit Options", the project ran perfectly!
Then, to deploy the application to the App Engine, I taped the following command:
persistence setup –database GOOGLE_APP_ENGINE –provider DATANUCLEUS
which runs without any problem.
Then, i setup the AppEngine options (Application name and version ...) and clicked on the "Deploy App Engine Project" icon.
A popup shows and asks for the project name, email and password.
I gave all these information and clicked on "Deploy".
Unhopefully, an error occured and a popup showed with the following error message:
GWT compilation failed
And in the console, I got the following error:
Compiling module com.springsource.demo1.gwt.ApplicationCommon
[ERROR] Module has no entry points defined
I think that the problem is that GWT can't find the war file ...
Anyone succeded in deploying a GWT/Roo application by clicking on the "Deploy" icon?
Thank you very much,
Regards.
What you need to do is go to the Google -> Webtool Kit Settings... and remove ApplicationCommon from the Entry Point Modules list, and you probably need to remove some more, so only the configuration file with the Entry point remains.
Some background: The error is generated by the GWT compiler. When deploying GWT compiles the Java source to JavaScript. GWT uses module files with the extension: .gwt.xml which contain configuration information for the compiler. In at least one of these configuration files an entry point must be specified. By default the Webtool Kit Settings contain all those gwt.xml files from your project (there are probably 4), while only those with an entry point should be specified.
What version of STS were you using? I think this may be fixed with STS 2.3.3.M2...

Resources