Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] Problem opening a PApyrus model
[CDO] Problem opening a PApyrus model [message #1696597] Wed, 27 May 2015 13:00 Go to next message
Lola Masson is currently offline Lola MassonFriend
Messages: 27
Registered: March 2015
Junior Member
Hello,

I'm following the tutorial on this youtube video :
https://www.youtube.com/watch?v=HzxxXGYcrhg

I created a model, and a class diagram ; and I tried to open a historical checkout. Till now it works, but when I try to open the model in the historical checkout or reopen it in the basic checkout, I have this :

index.php/fa/21990/0/

And I can't access the diagram in any way. Any idea ?
Re: [CDO] Problem opening a PApyrus model [message #1696601 is a reply to message #1696597] Wed, 27 May 2015 13:12 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 27.05.2015 um 15:00 schrieb Lola Masson:
> Hello,
>
> I'm following the tutorial on this youtube video :
> https://www.youtube.com/watch?v=HzxxXGYcrhg
>
> I created a model, and a class diagram ; and I tried to open a historical checkout. Till now it works, but when I try to open the model in the historical checkout or reopen it in the basic checkout, I have this :
>
>
>
> And I can't access the diagram in any way. Any idea ?
You must open the model.di file with the Papyrus editor.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: [CDO] Problem opening a PApyrus model [message #1696613 is a reply to message #1696601] Wed, 27 May 2015 13:32 Go to previous messageGo to next message
Lola Masson is currently offline Lola MassonFriend
Messages: 27
Registered: March 2015
Junior Member
I don't have this option...

index.php/fa/21991/0/
Re: [CDO] Problem opening a PApyrus model [message #1696729 is a reply to message #1696613] Thu, 28 May 2015 09:29 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 27.05.2015 um 15:32 schrieb Lola Masson:
> I don't have this option...
Did you install the Papyrus/CDO extension?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: [CDO] Problem opening a PApyrus model [message #1696753 is a reply to message #1696729] Thu, 28 May 2015 11:56 Go to previous messageGo to next message
Lola Masson is currently offline Lola MassonFriend
Messages: 27
Registered: March 2015
Junior Member
I am working on Eclipse Mars, with Papyrus, and I installed "CDO Model Repository" in "Papyrus additional components". Is there anything else ?

Lola
Re: [CDO] Problem opening a PApyrus model [message #1696756 is a reply to message #1696753] Thu, 28 May 2015 12:22 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 28.05.2015 um 13:56 schrieb Lola Masson:
> I am working on Eclipse Mars, with Papyrus, and I installed "CDO Model Repository" in "Papyrus additional components".
> Is there anything else ?
No, I think that should do the trick. Is the "New Papyrus Model" item in the New menu?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: [CDO] Problem opening a PApyrus model [message #1696762 is a reply to message #1696613] Thu, 28 May 2015 12:57 Go to previous messageGo to next message
Christian Damus is currently offline Christian DamusFriend
Messages: 1270
Registered: July 2009
Location: Canada
Senior Member

Hi, Lola,

What menu options do you see for editors if you select the parent node,
the one that has the *.di, *.notation, and *.uml resources as children?

Christian


On 2015-05-27 13:32:41 +0000, Lola Masson said:

> I don't have this option...
>
>
> <image>
Re: [CDO] Problem opening a PApyrus model [message #1696876 is a reply to message #1696762] Fri, 29 May 2015 08:15 Go to previous messageGo to next message
Lola Masson is currently offline Lola MassonFriend
Messages: 27
Registered: March 2015
Junior Member
Yes I had "New Papyrus Model".
I tried to reinstall everything (eclipse mars, papyrus and CDO), but now it doesn't want to establish the connexion at all...
Error message :
An internal error occurred during: "Connect".
org/h2/jdbcx/JdbcDataSource

Really sorry to bother you but this is driving me crazy !!
Thank you,
Lola
Re: [CDO] Problem opening a PApyrus model [message #1696879 is a reply to message #1696876] Fri, 29 May 2015 08:16 Go to previous messageGo to next message
Lola Masson is currently offline Lola MassonFriend
Messages: 27
Registered: March 2015
Junior Member
MAybe it could be a problem if I have two versions of eclipse on my computer (mars & luna) ?
Re: [CDO] Problem opening a PApyrus model [message #1696905 is a reply to message #1696876] Fri, 29 May 2015 10:12 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 29.05.2015 um 10:15 schrieb Lola Masson:
> Yes I had "New Papyrus Model".
> I tried to reinstall everything (eclipse mars, papyrus and CDO), but now it doesn't want to establish the connexion at
> all... Error message :
> An internal error occurred during: "Connect".
> org/h2/jdbcx/JdbcDataSource
I see. Please try to install the "org.h2" plugin from http://download.eclipse.org/modeling/emf/cdo/updates/integration

If that works I can try to make the optional dependency from org.eclipse.net4j.db.h2 to org.h2 greedy...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: [CDO] Problem opening a PApyrus model [message #1696927 is a reply to message #1696905] Fri, 29 May 2015 12:18 Go to previous message
Lola Masson is currently offline Lola MassonFriend
Messages: 27
Registered: March 2015
Junior Member
Ok now it connects, but I have the same problem than at the beginning. Hope I installed the right plugin (with the number of the CDO version, not the eclipse build Id ?)
Previous Topic:An Ecore file whose instances are other Ecore files
Next Topic:[CDO] Audit view on branch before base timestamp
Goto Forum:
  


Current Time: Fri Apr 19 13:09:01 GMT 2024

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

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

Back to the top