Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » Problems by installation Papyrus IDE
Problems by installation Papyrus IDE [message #1831978] Fri, 04 September 2020 07:49 Go to next message
Yasin Gül is currently offline Yasin GülFriend
Messages: 10
Registered: September 2020
Junior Member
I want to install the papyrus ide with the following guide:
https://wiki.eclipse.org/Papyrus/Papyrus_Developer_Guide

and i used the oomph installation guide:
https://wiki.eclipse.org/Papyrus/Papyrus_Developer_Guide/Papyrus_With_Oomph

During the installation process the following error occured:
No repository found at https://download.eclipse.org/tools/orbit/downloads/drops/S20190709113129/repository

What can i do to solve the problem?
Re: Problems by installation Papyrus IDE [message #1832001 is a reply to message #1831978] Fri, 04 September 2020 12:10 Go to previous messageGo to next message
Quentin Le Menez is currently offline Quentin Le MenezFriend
Messages: 83
Registered: September 2014
Location: Paris Saclay, France
Member
Ah!
AFAIK this will not allow you to proceed on your installation as this repository is now removed from the servers. I'll patch the oomph installer as soon as I can and provide the latest releases available.
In the meantime you can do what the installer does manually, by getting your IDE here [1], I like the committer one, and get the latest Papyrus release from there [2] and installing it through the "install new software" p2 installer.

HTH,
/Quentin

[1] https://www.eclipse.org/downloads/packages/
[2] https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/latest/

[Updated on: Fri, 04 September 2020 12:11]

Report message to a moderator

Re: Problems by installation Papyrus IDE [message #1832064 is a reply to message #1832001] Mon, 07 September 2020 15:57 Go to previous messageGo to next message
Yasin Gül is currently offline Yasin GülFriend
Messages: 10
Registered: September 2020
Junior Member
Thank you for the quickly reply!
I could install papyrus without problems.
Re: Problems by installation Papyrus IDE [message #1832071 is a reply to message #1832064] Tue, 08 September 2020 06:15 Go to previous messageGo to next message
Yasin Gül is currently offline Yasin GülFriend
Messages: 10
Registered: September 2020
Junior Member
Now I have another issue.
When I want to run papyrus.product the console displays the following error:

!SESSION 2020-09-08 07:57:35.995 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_251
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments: -product org.eclipse.papyrus.rcp.product --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile
Command-line arguments: -product org.eclipse.papyrus.rcp.product -data C:\Entwicklung\Repositories\org.eclipse.papyrus\releng\rcp\org.eclipse.papyrus.rcp.product -dev file:C:/Entwicklung/Workspaces/papyrusdev/.metadata/.plugins/org.eclipse.pde.core/papyrus.product/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile

!ENTRY org.eclipse.equinox.app 0 0 2020-09-08 07:57:45.579
!MESSAGE Product org.eclipse.papyrus.rcp.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2020-09-08 07:57:56.710
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:246)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:33)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
An error has occurred. See the log file
C:\Entwicklung\Repositories\org.eclipse.papyrus\releng\rcp\org.eclipse.papyrus.rcp.product\.metadata\.log.


In the attachments you can see also a warning about the product name.

Thanks for your help,
Yasin

[Updated on: Wed, 09 September 2020 08:37]

Report message to a moderator

Problems by installation Papyrus IDE [message #1832109 is a reply to message #1832071] Wed, 09 September 2020 08:37 Go to previous messageGo to next message
Yasin Gül is currently offline Yasin GülFriend
Messages: 10
Registered: September 2020
Junior Member
No Message Body

[Updated on: Wed, 09 September 2020 08:39]

Report message to a moderator

Re: Problems by installation Papyrus IDE [message #1832118 is a reply to message #1832071] Wed, 09 September 2020 11:38 Go to previous messageGo to next message
Carsten Pitz is currently offline Carsten PitzFriend
Messages: 479
Registered: May 2015
Location: Germany
Senior Member
Hi Yasin,
What do you want to achieve?
What I see in the PDF attached is, that you try to run Papyrus using an Eclipse run configuration. Do want to alter the source code of Papyrus?
/Carsten
Re: Problems by installation Papyrus IDE [message #1832120 is a reply to message #1832118] Wed, 09 September 2020 12:15 Go to previous messageGo to next message
Yasin Gül is currently offline Yasin GülFriend
Messages: 10
Registered: September 2020
Junior Member
Hi Carsten,
I want to add a Plug-In to Papyrus, so I have to alter the Source Code. Thats a projekt that I have to happen.
Before I will do that, I want to run Papyrus with Eclipse.
Re: Problems by installation Papyrus IDE [message #1832126 is a reply to message #1832120] Wed, 09 September 2020 14:23 Go to previous messageGo to next message
Carsten Pitz is currently offline Carsten PitzFriend
Messages: 479
Registered: May 2015
Location: Germany
Senior Member
Hi Yasin,
why not run it directly from the OS. Just to get a first impression.
Maybe you should study
https://www.vogella.com/tutorials/EclipseRCP/article.html
before start to develop.
/Carsten

[Updated on: Wed, 09 September 2020 14:57]

Report message to a moderator

Re: Problems by installation Papyrus IDE [message #1832147 is a reply to message #1832126] Thu, 10 September 2020 07:35 Go to previous messageGo to next message
Sebastian Thiem is currently offline Sebastian ThiemFriend
Messages: 3
Registered: September 2018
Junior Member
As I understand he wants to add/develop a new plugin for papyrus. He tries to get a properly working development environment and the installer does not work as expected. Furthermore the documentation is not helpful for him.

Now he stucks in creating a working run configuration.

[Updated on: Thu, 10 September 2020 07:36]

Report message to a moderator

Re: Problems by installation Papyrus IDE [message #1832160 is a reply to message #1831978] Thu, 10 September 2020 13:01 Go to previous messageGo to next message
Quentin Le Menez is currently offline Quentin Le MenezFriend
Messages: 83
Registered: September 2014
Location: Paris Saclay, France
Member
Hi Again,

From the posted pdf it seems that you are trying to launch a non compiled product as a product (i.e. you are trying to launch the plugin containing what builds the products from the git you have imported in your workspace).
if you really want to have a RCP you will need to, either check it out from the published releases or archives, or build it yourself locally.

A good baseline if you are looking for pointers on what and where you can get it is the Papyrus website [1].
If you want to build your own, the compilation is meant to be done via maven from the poms located in the releng folder. The intended order is Main> Toolsmiths> RCP.

HTH,
/Quentin

[1] https://www.eclipse.org/papyrus/download.html

[edit] sorry for the delay I forgot to subscribe to the post and was not notified upon your new post.

[Updated on: Thu, 10 September 2020 13:05]

Report message to a moderator

Re: Problems by installation Papyrus IDE [message #1832283 is a reply to message #1832160] Tue, 15 September 2020 09:13 Go to previous message
Yasin Gül is currently offline Yasin GülFriend
Messages: 10
Registered: September 2020
Junior Member
Hi Quentin,

thank you for your answer.
I imported the published release and can run the application.
Previous Topic:Existing InstanceSpecification as value
Next Topic:Adding a new plugin to Papyrus
Goto Forum:
  


Current Time: Sat Apr 20 03:50:44 GMT 2024

Powered by FUDForum. Page generated in 0.04098 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top