kartik0000 / iotsys

Automatically exported from code.google.com/p/iotsys
0 stars 0 forks source link

IoTSyS - startup errors #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Ans: I followed all the steps given in the gettingstarted guide. On running the 
last command "java -jar bin/felix.jar", I am getting certain errors which I've 
attached over here. The key errors seems to be:
5 Jun, 2013 1:55:20 PM 
at.ac.tuwien.auto.iotsys.gateway.connectors.bacnet.BACnetBundleActivator start
SEVERE: Could not find a running object broker to register devices!

2013-06-05 13:55:20 [at.ac.tuwien.auto.iotsys.gateway.Log] INFO - ==[ START-UP 
]========================================
================
2013-06-05 13:55:20 [at.ac.tuwien.auto.iotsys.gateway.IoTSySGateway] INFO - 
Server starting.
2013-06-05 13:55:21 [at.ac.tuwien.auto.iotsys.gateway.DeviceLoaderImpl] INFO - 
Found device loader: at.ac.tuwien.auto.io
tsys.gateway.connectors.knx.KNXDeviceLoaderImpl
2013-06-05 13:55:21 [at.ac.tuwien.auto.iotsys.gateway.DeviceLoaderImpl] SEVERE 
- Could not instantiate device loader at.
ac.tuwien.auto.iotsys.gateway.connectors.knx.KNXDeviceLoaderImpl - not found on 
classpath!

What is the expected output? What do you see instead?
When I try the command: http://localhost:8080/obix, I expected to see the 
HTTPInteraction page. Instead, I see the error in the cmd line:
g! 2013-06-05 13:57:44 [at.ac.tuwien.auto.iotsys.gateway.obix.server.NanoHTTPD] 
INFO - Serving: /obix for 0:0:0:0:0:0:0:
1
Exception in thread "Thread-5" java.lang.NoClassDefFoundError: 
at/ac/tuwien/auto/iotsys/xacml/pdp/PDPInterceptorSettings

        at at.ac.tuwien.auto.iotsys.gateway.obix.server.NanoHTTPD.serve(NanoHTTPD.java:179)
        at at.ac.tuwien.auto.iotsys.gateway.obix.server.NanoHTTPD$HTTPSession.run(NanoHTTPD.java:847)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: 
at.ac.tuwien.auto.iotsys.xacml.pdp.PDPInterceptorSettings not found by at.a

What version of the product are you using? On what operating system?
I'm using the latest IoTSyS distribution cloned from the source tree on 05 June 
2013. 

Java = java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)

Windows 7 64-bit.

Original issue reported on code.google.com by RSutaria on 5 Jun 2013 at 8:30

Attachments:

GoogleCodeExporter commented 8 years ago
Pretty much same here. See issue 11 - 
https://code.google.com/p/iotsys/issues/detail?id=11

Original comment by mishoboss on 31 Jul 2013 at 10:19