Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [Eugenia] Unable to generate GMF files
[Eugenia] Unable to generate GMF files [message #18867] Wed, 27 May 2009 18:58 Go to next message
Ivo(sh) Musil is currently offline Ivo(sh) MusilFriend
Messages: 17
Registered: July 2009
Junior Member
Hi all Eclipse fans!

I installed actual Eugenia (0.8.5) from repository into Eclipse Galileo
Modeling Bundle (RC1, Linux 64-bit).

When I try to generate GMF files from Ecore then I received this error:

Internal error:
java.io.FileNotFoundException: /px/model/juni1.ecore [No such file or
directory]
at java.io.FileInputStream.open[Native Method]
at java.io.FileInputStream.<init>[FileInputStream.java:137]
at
org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl.creat eInputStream[FileURIHandlerImpl.java:105]
at
org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterIm pl.createInputStream[ExtensibleURIConverterImpl.java:301]
at
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load[Resour ceImpl.java:1254]
at org.eclipse.epsilon.emc.emf.EmfModel.loadModel[EmfModel.java :216]
...


This error is probably caused because Eclipse try to open Ecore file with
relative filename (and miss workspace prefix - something like
$HOME/workmodel/...).

My dirty workaround is linking project directory (.../px) to filesystem
root (fortunatelly I'm on Linux) and then GMF generation works ok.

Thanks for fixing this small bugs and happy modeling

Ivo(sh)
Re: [Eugenia] Unable to generate GMF files [message #18891 is a reply to message #18867] Thu, 28 May 2009 09:16 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Ivo(sh),

Thanks for reporting this regression. Could you please open a new bug
while we are looking into this?

Cheers,
Dimitris

Ivo(sh) Musil wrote:
> Hi all Eclipse fans!
>
> I installed actual Eugenia (0.8.5) from repository into Eclipse Galileo
> Modeling Bundle (RC1, Linux 64-bit).
>
> When I try to generate GMF files from Ecore then I received this error:
>
> Internal error: java.io.FileNotFoundException: /px/model/juni1.ecore [No
> such file or directory]
> at java.io.FileInputStream.open[Native Method]
> at java.io.FileInputStream.<init>[FileInputStream.java:137]
> at
> org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl.creat eInputStream[FileURIHandlerImpl.java:105]
>
> at
> org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterIm pl.createInputStream[ExtensibleURIConverterImpl.java:301]
>
> at
> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load[Resour ceImpl.java:1254]
>
> at org.eclipse.epsilon.emc.emf.EmfModel.loadModel[EmfModel.java :216]
> ..
>
>
> This error is probably caused because Eclipse try to open Ecore file
> with relative filename (and miss workspace prefix - something like
> $HOME/workmodel/...).
>
> My dirty workaround is linking project directory (.../px) to filesystem
> root (fortunatelly I'm on Linux) and then GMF generation works ok.
>
> Thanks for fixing this small bugs and happy modeling
>
> Ivo(sh)
>
Re: [Eugenia] Unable to generate GMF files [message #18935 is a reply to message #18891] Thu, 28 May 2009 11:40 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Ivo(sh),

I've entered the bug myself so please ignore my previous request

https://bugs.eclipse.org/bugs/show_bug.cgi?id=278190

It's now been fixed and the changes have been committed to the SVN. A
new interim version will follow soon under

http://download.eclipse.org/modeling/gmt/epsilon/interim/

Cheers,
Dimitris

Dimitris Kolovos wrote:
> Hi Ivo(sh),
>
> Thanks for reporting this regression. Could you please open a new bug
> while we are looking into this?
>
> Cheers,
> Dimitris
>
> Ivo(sh) Musil wrote:
>> Hi all Eclipse fans!
>>
>> I installed actual Eugenia (0.8.5) from repository into Eclipse
>> Galileo Modeling Bundle (RC1, Linux 64-bit).
>>
>> When I try to generate GMF files from Ecore then I received this error:
>>
>> Internal error: java.io.FileNotFoundException: /px/model/juni1.ecore
>> [No such file or directory]
>> at java.io.FileInputStream.open[Native Method]
>> at java.io.FileInputStream.<init>[FileInputStream.java:137]
>> at
>> org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl.creat eInputStream[FileURIHandlerImpl.java:105]
>>
>> at
>> org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterIm pl.createInputStream[ExtensibleURIConverterImpl.java:301]
>>
>> at
>> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load[Resour ceImpl.java:1254]
>>
>> at org.eclipse.epsilon.emc.emf.EmfModel.loadModel[EmfModel.java :216]
>> ..
>>
>>
>> This error is probably caused because Eclipse try to open Ecore file
>> with relative filename (and miss workspace prefix - something like
>> $HOME/workmodel/...).
>>
>> My dirty workaround is linking project directory (.../px) to
>> filesystem root (fortunatelly I'm on Linux) and then GMF generation
>> works ok.
>>
>> Thanks for fixing this small bugs and happy modeling
>>
>> Ivo(sh)
>>
Re: [Eugenia] Unable to generate GMF files [message #18957 is a reply to message #18935] Thu, 28 May 2009 12:45 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
On an update to this, the interim version 0.8.5.200905281248 that fixes
this is now available in
http://download.eclipse.org/modeling/gmt/epsilon/interim/

Cheers,
Dimitris

Dimitris Kolovos wrote:
> Hi Ivo(sh),
>
> I've entered the bug myself so please ignore my previous request
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=278190
>
> It's now been fixed and the changes have been committed to the SVN. A
> new interim version will follow soon under
>
> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>
> Cheers,
> Dimitris
>
> Dimitris Kolovos wrote:
>> Hi Ivo(sh),
>>
>> Thanks for reporting this regression. Could you please open a new bug
>> while we are looking into this?
>>
>> Cheers,
>> Dimitris
>>
>> Ivo(sh) Musil wrote:
>>> Hi all Eclipse fans!
>>>
>>> I installed actual Eugenia (0.8.5) from repository into Eclipse
>>> Galileo Modeling Bundle (RC1, Linux 64-bit).
>>>
>>> When I try to generate GMF files from Ecore then I received this error:
>>>
>>> Internal error: java.io.FileNotFoundException: /px/model/juni1.ecore
>>> [No such file or directory]
>>> at java.io.FileInputStream.open[Native Method]
>>> at java.io.FileInputStream.<init>[FileInputStream.java:137]
>>> at
>>> org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl.creat eInputStream[FileURIHandlerImpl.java:105]
>>>
>>> at
>>> org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterIm pl.createInputStream[ExtensibleURIConverterImpl.java:301]
>>>
>>> at
>>> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load[Resour ceImpl.java:1254]
>>>
>>> at org.eclipse.epsilon.emc.emf.EmfModel.loadModel[EmfModel.java :216]
>>> ..
>>>
>>>
>>> This error is probably caused because Eclipse try to open Ecore file
>>> with relative filename (and miss workspace prefix - something like
>>> $HOME/workmodel/...).
>>>
>>> My dirty workaround is linking project directory (.../px) to
>>> filesystem root (fortunatelly I'm on Linux) and then GMF generation
>>> works ok.
>>>
>>> Thanks for fixing this small bugs and happy modeling
>>>
>>> Ivo(sh)
>>>
Re: [Eugenia] Unable to generate GMF files [message #20275 is a reply to message #18957] Mon, 08 June 2009 22:39 Go to previous messageGo to next message
Ivo(sh) Musil is currently offline Ivo(sh) MusilFriend
Messages: 17
Registered: July 2009
Junior Member
Hi Dimitros,

> On an update to this, the interim version 0.8.5.200905281248 that fixes
> this is now available in
> http://download.eclipse.org/modeling/gmt/epsilon/interim/

I forget to thank You for quick fixing ... I'm sure that lightning is your
only slower brother :-).

Last days I investigate Epsilon step-by-step and I'm finding a lot of
great ideas here, great work

Ivo(sh)
Re: [Eugenia] Unable to generate GMF files [message #20303 is a reply to message #20275] Tue, 09 June 2009 08:43 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Thanks Ivosh. Looking forward to hearing more from you as your
investigation progresses.

Cheers,
Dimitris

Ivosh Musil wrote:
> Hi Dimitros,
>
>> On an update to this, the interim version 0.8.5.200905281248 that
>> fixes this is now available in
>> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>
> I forget to thank You for quick fixing ... I'm sure that lightning is
> your only slower brother :-).
>
> Last days I investigate Epsilon step-by-step and I'm finding a lot of
> great ideas here, great work
>
> Ivo(sh)
>
>
>
>
>
>
>
Re: [Eugenia] Unable to generate GMF files [message #568539 is a reply to message #18867] Thu, 28 May 2009 09:16 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Ivo(sh),

Thanks for reporting this regression. Could you please open a new bug
while we are looking into this?

Cheers,
Dimitris

Ivo(sh) Musil wrote:
> Hi all Eclipse fans!
>
> I installed actual Eugenia (0.8.5) from repository into Eclipse Galileo
> Modeling Bundle (RC1, Linux 64-bit).
>
> When I try to generate GMF files from Ecore then I received this error:
>
> Internal error: java.io.FileNotFoundException: /px/model/juni1.ecore [No
> such file or directory]
> at java.io.FileInputStream.open[Native Method]
> at java.io.FileInputStream.<init>[FileInputStream.java:137]
> at
> org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl.creat eInputStream[FileURIHandlerImpl.java:105]
>
> at
> org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterIm pl.createInputStream[ExtensibleURIConverterImpl.java:301]
>
> at
> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load[Resour ceImpl.java:1254]
>
> at org.eclipse.epsilon.emc.emf.EmfModel.loadModel[EmfModel.java :216]
> ..
>
>
> This error is probably caused because Eclipse try to open Ecore file
> with relative filename (and miss workspace prefix - something like
> $HOME/workmodel/...).
>
> My dirty workaround is linking project directory (.../px) to filesystem
> root (fortunatelly I'm on Linux) and then GMF generation works ok.
>
> Thanks for fixing this small bugs and happy modeling
>
> Ivo(sh)
>
Re: [Eugenia] Unable to generate GMF files [message #568562 is a reply to message #18891] Thu, 28 May 2009 11:40 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Ivo(sh),

I've entered the bug myself so please ignore my previous request

https://bugs.eclipse.org/bugs/show_bug.cgi?id=278190

It's now been fixed and the changes have been committed to the SVN. A
new interim version will follow soon under

http://download.eclipse.org/modeling/gmt/epsilon/interim/

Cheers,
Dimitris

Dimitris Kolovos wrote:
> Hi Ivo(sh),
>
> Thanks for reporting this regression. Could you please open a new bug
> while we are looking into this?
>
> Cheers,
> Dimitris
>
> Ivo(sh) Musil wrote:
>> Hi all Eclipse fans!
>>
>> I installed actual Eugenia (0.8.5) from repository into Eclipse
>> Galileo Modeling Bundle (RC1, Linux 64-bit).
>>
>> When I try to generate GMF files from Ecore then I received this error:
>>
>> Internal error: java.io.FileNotFoundException: /px/model/juni1.ecore
>> [No such file or directory]
>> at java.io.FileInputStream.open[Native Method]
>> at java.io.FileInputStream.<init>[FileInputStream.java:137]
>> at
>> org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl.creat eInputStream[FileURIHandlerImpl.java:105]
>>
>> at
>> org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterIm pl.createInputStream[ExtensibleURIConverterImpl.java:301]
>>
>> at
>> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load[Resour ceImpl.java:1254]
>>
>> at org.eclipse.epsilon.emc.emf.EmfModel.loadModel[EmfModel.java :216]
>> ..
>>
>>
>> This error is probably caused because Eclipse try to open Ecore file
>> with relative filename (and miss workspace prefix - something like
>> $HOME/workmodel/...).
>>
>> My dirty workaround is linking project directory (.../px) to
>> filesystem root (fortunatelly I'm on Linux) and then GMF generation
>> works ok.
>>
>> Thanks for fixing this small bugs and happy modeling
>>
>> Ivo(sh)
>>
Re: [Eugenia] Unable to generate GMF files [message #568582 is a reply to message #18935] Thu, 28 May 2009 12:45 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
On an update to this, the interim version 0.8.5.200905281248 that fixes
this is now available in
http://download.eclipse.org/modeling/gmt/epsilon/interim/

Cheers,
Dimitris

Dimitris Kolovos wrote:
> Hi Ivo(sh),
>
> I've entered the bug myself so please ignore my previous request
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=278190
>
> It's now been fixed and the changes have been committed to the SVN. A
> new interim version will follow soon under
>
> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>
> Cheers,
> Dimitris
>
> Dimitris Kolovos wrote:
>> Hi Ivo(sh),
>>
>> Thanks for reporting this regression. Could you please open a new bug
>> while we are looking into this?
>>
>> Cheers,
>> Dimitris
>>
>> Ivo(sh) Musil wrote:
>>> Hi all Eclipse fans!
>>>
>>> I installed actual Eugenia (0.8.5) from repository into Eclipse
>>> Galileo Modeling Bundle (RC1, Linux 64-bit).
>>>
>>> When I try to generate GMF files from Ecore then I received this error:
>>>
>>> Internal error: java.io.FileNotFoundException: /px/model/juni1.ecore
>>> [No such file or directory]
>>> at java.io.FileInputStream.open[Native Method]
>>> at java.io.FileInputStream.<init>[FileInputStream.java:137]
>>> at
>>> org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl.creat eInputStream[FileURIHandlerImpl.java:105]
>>>
>>> at
>>> org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterIm pl.createInputStream[ExtensibleURIConverterImpl.java:301]
>>>
>>> at
>>> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load[Resour ceImpl.java:1254]
>>>
>>> at org.eclipse.epsilon.emc.emf.EmfModel.loadModel[EmfModel.java :216]
>>> ..
>>>
>>>
>>> This error is probably caused because Eclipse try to open Ecore file
>>> with relative filename (and miss workspace prefix - something like
>>> $HOME/workmodel/...).
>>>
>>> My dirty workaround is linking project directory (.../px) to
>>> filesystem root (fortunatelly I'm on Linux) and then GMF generation
>>> works ok.
>>>
>>> Thanks for fixing this small bugs and happy modeling
>>>
>>> Ivo(sh)
>>>
Re: [Eugenia] Unable to generate GMF files [message #569169 is a reply to message #18957] Mon, 08 June 2009 22:39 Go to previous message
Ivo(sh) Musil is currently offline Ivo(sh) MusilFriend
Messages: 17
Registered: July 2009
Junior Member
Hi Dimitros,

> On an update to this, the interim version 0.8.5.200905281248 that fixes
> this is now available in
> http://download.eclipse.org/modeling/gmt/epsilon/interim/

I forget to thank You for quick fixing ... I'm sure that lightning is your
only slower brother :-).

Last days I investigate Epsilon step-by-step and I'm finding a lot of
great ideas here, great work

Ivo(sh)
Re: [Eugenia] Unable to generate GMF files [message #569265 is a reply to message #20275] Tue, 09 June 2009 08:43 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Thanks Ivosh. Looking forward to hearing more from you as your
investigation progresses.

Cheers,
Dimitris

Ivosh Musil wrote:
> Hi Dimitros,
>
>> On an update to this, the interim version 0.8.5.200905281248 that
>> fixes this is now available in
>> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>
> I forget to thank You for quick fixing ... I'm sure that lightning is
> your only slower brother :-).
>
> Last days I investigate Epsilon step-by-step and I'm finding a lot of
> great ideas here, great work
>
> Ivo(sh)
>
>
>
>
>
>
>
Previous Topic:Problem with Operation self.libraries complains
Next Topic:Problem with Operation self.libraries complains
Goto Forum:
  


Current Time: Fri Apr 26 18:22:31 GMT 2024

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

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

Back to the top