Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 11/24/15 11:56:00 AM EET
- # Eclipse Compiler for Java(TM) v20150902-1521, 3.11.1, Copyright IBM Corp 2000, 2015. All rights reserved.
- ----------
- 1. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 23)
- import org.eclipse.kura.KuraException;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The import org.eclipse.kura.KuraException cannot be resolved
- ----------
- 2. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 24)
- import org.eclipse.kura.cloud.CloudClient;
- ^^^^^^^^^^^^^^^^^^^^^^
- The import org.eclipse.kura.cloud cannot be resolved
- ----------
- 3. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 25)
- import org.eclipse.kura.cloud.CloudClientListener;
- ^^^^^^^^^^^^^^^^^^^^^^
- The import org.eclipse.kura.cloud cannot be resolved
- ----------
- 4. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 26)
- import org.eclipse.kura.cloud.CloudService;
- ^^^^^^^^^^^^^^^^^^^^^^
- The import org.eclipse.kura.cloud cannot be resolved
- ----------
- 5. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 27)
- import org.eclipse.kura.comm.CommConnection;
- ^^^^^^^^^^^^^^^^^^^^^
- The import org.eclipse.kura.comm cannot be resolved
- ----------
- 6. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 28)
- import org.eclipse.kura.comm.CommURI;
- ^^^^^^^^^^^^^^^^^^^^^
- The import org.eclipse.kura.comm cannot be resolved
- ----------
- 7. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 29)
- import org.eclipse.kura.configuration.ConfigurableComponent;
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The import org.eclipse.kura.configuration cannot be resolved
- ----------
- 8. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 30)
- import org.eclipse.kura.message.KuraPayload;
- ^^^^^^^^^^^^^^^^^^^^^^^^
- The import org.eclipse.kura.message cannot be resolved
- ----------
- 9. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 37)
- public class ExampleSerialPublisher implements ConfigurableComponent, CloudClientListener
- ^^^^^^^^^^^^^^^^^^^^^
- ConfigurableComponent cannot be resolved to a type
- ----------
- 10. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 37)
- public class ExampleSerialPublisher implements ConfigurableComponent, CloudClientListener
- ^^^^^^^^^^^^^^^^^^^
- CloudClientListener cannot be resolved to a type
- ----------
- 11. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 58)
- private CloudService m_cloudService;
- ^^^^^^^^^^^^
- CloudService cannot be resolved to a type
- ----------
- 12. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 59)
- private CloudClient m_cloudClient;
- ^^^^^^^^^^^
- CloudClient cannot be resolved to a type
- ----------
- 13. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 63)
- private CommConnection m_commConnection;
- ^^^^^^^^^^^^^^
- CommConnection cannot be resolved to a type
- ----------
- 14. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 87)
- public void setCloudService(CloudService cloudService) {
- ^^^^^^^^^^^^
- CloudService cannot be resolved to a type
- ----------
- 15. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 88)
- m_cloudService = cloudService;
- ^^^^^^^^^^^^^^
- CloudService cannot be resolved to a type
- ----------
- 16. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 91)
- public void unsetCloudService(CloudService cloudService) {
- ^^^^^^^^^^^^
- CloudService cannot be resolved to a type
- ----------
- 17. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 92)
- m_cloudService = null;
- ^^^^^^^^^^^^^^
- CloudService cannot be resolved to a type
- ----------
- 18. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 120)
- m_cloudClient = m_cloudService.newCloudClient(APP_ID);
- ^^^^^^^^^^^^^
- CloudClient cannot be resolved to a type
- ----------
- 19. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 120)
- m_cloudClient = m_cloudService.newCloudClient(APP_ID);
- ^^^^^^^^^^^^^^
- CloudService cannot be resolved to a type
- ----------
- 20. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 121)
- m_cloudClient.addCloudClientListener(this);
- ^^^^^^^^^^^^^
- CloudClient cannot be resolved to a type
- ----------
- 21. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 145)
- m_cloudClient.release();
- ^^^^^^^^^^^^^
- CloudClient cannot be resolved to a type
- ----------
- 22. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 170)
- KuraPayload msg, int qos, boolean retain) {
- ^^^^^^^^^^^
- KuraPayload cannot be resolved to a type
- ----------
- 23. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 177)
- KuraPayload msg, int qos, boolean retain) {
- ^^^^^^^^^^^
- KuraPayload cannot be resolved to a type
- ----------
- 24. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 183)
- public void onConnectionLost() {
- ^^^^^^^^^^^^^^^^^^
- The method onConnectionLost() of type ExampleSerialPublisher must override or implement a supertype method
- ----------
- 25. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 189)
- public void onConnectionEstablished() {
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- The method onConnectionEstablished() of type ExampleSerialPublisher must override or implement a supertype method
- ----------
- 26. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 195)
- public void onMessageConfirmed(int messageId, String appTopic) {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The method onMessageConfirmed(int, String) of type ExampleSerialPublisher must override or implement a supertype method
- ----------
- 27. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 201)
- public void onMessagePublished(int messageId, String appTopic) {
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The method onMessagePublished(int, String) of type ExampleSerialPublisher must override or implement a supertype method
- ----------
- 28. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 231)
- m_cloudClient.unsubscribe(topic);
- ^^^^^^^^^^^^^
- CloudClient cannot be resolved to a type
- ----------
- 29. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 232)
- } catch (KuraException e) {
- ^^^^^^^^^^^^^
- KuraException cannot be resolved to a type
- ----------
- 30. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 247)
- m_cloudClient.subscribe(topic, 0);
- ^^^^^^^^^^^^^
- CloudClient cannot be resolved to a type
- ----------
- 31. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 248)
- } catch (KuraException e) {
- ^^^^^^^^^^^^^
- KuraException cannot be resolved to a type
- ----------
- 32. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 279)
- int parity = CommURI.PARITY_NONE;
- ^^^^^^^
- CommURI cannot be resolved to a variable
- ----------
- 33. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 281)
- parity = CommURI.PARITY_NONE;
- ^^^^^^^
- CommURI cannot be resolved to a variable
- ----------
- 34. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 283)
- parity = CommURI.PARITY_ODD;
- ^^^^^^^
- CommURI cannot be resolved to a variable
- ----------
- 35. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 285)
- parity = CommURI.PARITY_EVEN;
- ^^^^^^^
- CommURI cannot be resolved to a variable
- ----------
- 36. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 288)
- String uri = new CommURI.Builder(port)
- ^^^^^^^
- CommURI cannot be resolved to a type
- ----------
- 37. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 297)
- m_commConnection = (CommConnection) m_connectionFactory.createConnection(uri, 1, false);
- ^^^^^^^^^^^^^^^^
- CommConnection cannot be resolved to a type
- ----------
- 38. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 297)
- m_commConnection = (CommConnection) m_connectionFactory.createConnection(uri, 1, false);
- ^^^^^^^^^^^^^^
- CommConnection cannot be resolved to a type
- ----------
- 39. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 297)
- m_commConnection = (CommConnection) m_connectionFactory.createConnection(uri, 1, false);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The type javax.microedition.io.Connection cannot be resolved. It is indirectly referenced from required .class files
- ----------
- 40. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 297)
- m_commConnection = (CommConnection) m_connectionFactory.createConnection(uri, 1, false);
- ^^^^^^^^^^^^^^^^
- The method createConnection(String, int, boolean) from the type ConnectionFactory refers to the missing type Connection
- ----------
- 41. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 298)
- m_commIs = m_commConnection.openInputStream();
- ^^^^^^^^^^^^^^^^
- CommConnection cannot be resolved to a type
- ----------
- 42. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 299)
- m_commOs = m_commConnection.openOutputStream();
- ^^^^^^^^^^^^^^^^
- CommConnection cannot be resolved to a type
- ----------
- 43. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 349)
- if (m_commConnection != null) {
- ^^^^^^^^^^^^^^^^
- CommConnection cannot be resolved to a type
- ----------
- 44. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 352)
- m_commConnection.close();
- ^^^^^^^^^^^^^^^^
- CommConnection cannot be resolved to a type
- ----------
- 45. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 357)
- m_commConnection = null;
- ^^^^^^^^^^^^^^^^
- CommConnection cannot be resolved to a type
- ----------
- 46. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 402)
- KuraPayload payload = new KuraPayload();
- ^^^^^^^^^^^
- KuraPayload cannot be resolved to a type
- ----------
- 47. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 402)
- KuraPayload payload = new KuraPayload();
- ^^^^^^^^^^^
- KuraPayload cannot be resolved to a type
- ----------
- 48. ERROR in C:\Users\Gohm\git\kura\kura\examples\org.eclipse.kura.example.serial.publisher\src\main\java\org\eclipse\kura\example\serial\publisher\ExampleSerialPublisher.java (at line 411)
- m_cloudClient.publish(topic, payload, qos, retain);
- ^^^^^^^^^^^^^
- CloudClient cannot be resolved to a type
- ----------
- 48 problems (48 errors)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement