Ole8700 / openhab

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

flux of error messages when Openhab starts #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Often when I start Openhab, console screen gets flooded with exeptions like 
below (Windows 7 32 bit). When I kill console and restart Openhab - usually it 
starts normally

18:12:05.232 ERROR o.e.x.l.l.LazyLinkingResource[:214]- resolution of 
uriFragment 'xtextLink_::0::1::/16' failed.
org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException: index=0, 
size=0
    at org.eclipse.emf.common.util.BasicEList.get(BasicEList.java:346)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.resolveShortFragment(LazyURIEncoder.java:101)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.decode(LazyURIEncoder.java:89)
    at org.eclipse.xtext.linking.lazy.LazyLinkingResource.getEObject(LazyLinkingResource.java:166)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getEObject(ResourceSetImpl.java:223)
    at org.eclipse.emf.ecore.util.EcoreUtil.resolve(EcoreUtil.java:201)
18:12:05.254 ERROR o.e.x.l.l.LazyLinkingResource[:214]- resolution of 
uriFragment 'xtextLink_::0::1::/16' failed.
org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException: index=0, 
size=0
    at org.eclipse.emf.common.util.BasicEList.get(BasicEList.java:346)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.resolveShortFragment(LazyURIEncoder.java:101)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.decode(LazyURIEncoder.java:89)
    at org.eclipse.xtext.linking.lazy.LazyLinkingResource.getEObject(LazyLinkingResource.java:166)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getEObject(ResourceSetImpl.java:223)
    at org.eclipse.emf.ecore.util.EcoreUtil.resolve(EcoreUtil.java:197)
18:12:05.282 ERROR o.e.x.l.l.LazyLinkingResource[:214]- resolution of 
uriFragment 'xtextLink_::0::1::/16' failed.
org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException: index=0, 
size=0
    at org.eclipse.emf.common.util.BasicEList.get(BasicEList.java:346)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.resolveShortFragment(LazyURIEncoder.java:101)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.decode(LazyURIEncoder.java:89)
    at org.eclipse.xtext.linking.lazy.LazyLinkingResource.getEObject(LazyLinkingResource.java:166)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getEObject(ResourceSetImpl.java:223)
    at org.eclipse.emf.ecore.util.EcoreUtil.resolve(EcoreUtil.java:201)
18:12:05.304 ERROR o.e.x.l.l.LazyLinkingResource[:214]- resolution of 
uriFragment 'xtextLink_::0::1::/16' failed.
org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException: index=0, 
size=0
    at org.eclipse.emf.common.util.BasicEList.get(BasicEList.java:346)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.resolveShortFragment(LazyURIEncoder.java:101)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.decode(LazyURIEncoder.java:89)
    at org.eclipse.xtext.linking.lazy.LazyLinkingResource.getEObject(LazyLinkingResource.java:166)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getEObject(ResourceSetImpl.java:223)
    at org.eclipse.emf.ecore.util.EcoreUtil.resolve(EcoreUtil.java:197)
18:12:05.325 ERROR o.e.x.l.l.LazyLinkingResource[:214]- resolution of 
uriFragment 'xtextLink_::0::1::/16' failed.
org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException: index=0, 
size=0
    at org.eclipse.emf.common.util.BasicEList.get(BasicEList.java:346)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.resolveShortFragment(LazyURIEncoder.java:101)
    at org.eclipse.xtext.linking.lazy.LazyURIEncoder.decode(LazyURIEncoder.java:89)
    at org.eclipse.xtext.linking.lazy.LazyLinkingResource.getEObject(LazyLinkingResource.java:166)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getEObject(ResourceSetImpl.java:223)
    at org.eclipse.emf.ecore.util.EcoreUtil.resolve(EcoreUtil.java:201)

Original issue reported on code.google.com by dbkr...@gmail.com on 13 Mar 2013 at 4:32

GoogleCodeExporter commented 9 years ago
I've got a similar problem when I enabled logging bundle.
It seems related to the fact that the system has not completed start-up when 
PersistenceManager is going to persist something.

Enabling logging after start-up (placing logging.persist file after start-up) 
and touching *.items file everything works without any ERROR message like the 
above described.

Original comment by andrea.g...@gmail.com on 13 Mar 2013 at 10:01

GoogleCodeExporter commented 9 years ago
current snapshot:

i get this. sometimes it works / sometimes not.
http binding is for Yahoo Weather.

Erros direct after starting:

12:14:51.356 WARN  o.o.c.t.TransformationHelper[:58] - Cannot get service 
reference for transformation service of type XSLT
12:14:51.358 WARN  o.o.b.h.internal.HttpBinding[:173] - couldn't transform 
response because transformationService of type 'XSLT' is unavailable
12:14:51.544 INFO  o.o.m.c.i.f.FolderObserver[:163] - Loaded file 'db4o.persist'
12:14:51.558 WARN  o.o.m.c.i.ModelRepositoryImpl[:82] - Configuration model 
'db4o.persist.persist' can not be found

when i touch the persist config files:

12:15:42.060 INFO  o.o.m.c.i.f.FolderObserver[:163] - Loaded file 'db4o.persist'
12:15:52.077 INFO  o.o.m.c.i.f.FolderObserver[:163] - Loaded file 
'rrd4j.persist'

they are loading fine.

Original comment by kleina.i...@gmail.com on 31 Mar 2013 at 10:18

GoogleCodeExporter commented 9 years ago
current snapshot works fine

Original comment by kleina.i...@gmail.com on 15 Apr 2013 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 5 May 2013 at 6:52