Ole8700 / openhab

Automatically exported from code.google.com/p/openhab
GNU General Public License v3.0
1 stars 0 forks source link

Model resources fail to load #247

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Too short file reload values
2. Items/rules split into multiple files

What is the expected output? What do you see instead?

Output looks typically something like this, but can vary from time to time. The 
next startup attempt can be successful.

16:08:16.918 INFO  o.o.m.c.i.f.FolderObserver[:163]- Loaded file 
'default.sitemap'
16:08:16.954 ERROR o.e.x.r.i.DefaultResourceDescription[:75]- default.sitemap 
(No such file or directory)
java.io.FileNotFoundException: default.sitemap (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:138)
        at org.eclipse.emf.ecore.resource.impl.FileURIHandlerImpl.createInputStream(FileURIHandlerImpl.java:99)
        at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:354)
        at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1256)
        at org.eclipse.xtext.resource.impl.DefaultResourceDescription.computeExportedObjects(DefaultResourceDescription.java:73)

What version of the product are you using? On what operating system?
1.3.0-snapshot, Linux

Original issue reported on code.google.com by kristian...@gmail.com on 22 Apr 2013 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 24 Apr 2013 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 22 May 2013 at 8:16

GoogleCodeExporter commented 9 years ago
There were some fixes around that issue. Could you please retest and reopen if 
it still applies?

Original comment by teichsta on 13 Aug 2013 at 3:52