kansifang / moquette-mqtt

Automatically exported from code.google.com/p/moquette-mqtt
Apache License 2.0
0 stars 0 forks source link

Class Not Found when connect #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using moquette-bundle with equinox console, When a publisher/subscriber 
attempts to connect, there is an ClassNotFoundException on class 
org.eclipse.moquette.proto.messages.AbstractMessage$QOSType.

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

What version of the product are you using? On what operating system?
I'm using 0.7 version on Ubuntu 14.10

Please provide any additional information below.
I' m trying to use Moquette bundle with equinox console. I didn't have any 
problems during the compiling phase. These are the bundles that i use:

id  State       Bundle
0   ACTIVE      org.eclipse.osgi_3.10.1.v20140909-1633
1   ACTIVE      org.eclipse.equinox.console_1.1.0.v20140131-1639
2   ACTIVE      org.apache.felix.gogo.command_0.10.0.v201209301215
3   ACTIVE      org.apache.felix.gogo.runtime_0.10.0.v201209301036
4   ACTIVE      org.apache.felix.gogo.shell_0.10.0.v201212101605
5   ACTIVE      io.netty.buffer_4.0.24.Final
6   ACTIVE      io.netty.codec_4.0.24.Final
7   ACTIVE      io.netty.codec-http_4.0.24.Final
8   ACTIVE      io.netty.common_4.0.24.Final
9   ACTIVE      io.netty.handler_4.0.24.Final
10  ACTIVE      io.netty.transport_4.0.24.Final
11  ACTIVE      org.apache.felix.javax.servlet_1.0.0
12  ACTIVE      slf4j.api_1.7.10
                Fragments=13
13  RESOLVED    slf4j.log4j12_1.7.10
                Master=12
14  ACTIVE      log4j_1.2.17
15  ACTIVE      org.mapdb.mapdb_1.1.0.SNAPSHOT
16  ACTIVE      org.eclipse.moquette.bundle_0.7.0.SNAPSHOT

Original issue reported on code.google.com by paolo.gi...@gmail.com on 9 Feb 2015 at 9:24