Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
1570
|
Version |
tigase-server-5.2.0
|
Spent time |
3h
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
1570
|
Version |
tigase-server-5.2.0
|
Spent time |
3h
|
There's error while I launch the tigase server which configured the tigase-http-api comp from Idea dev.
Error messages:
groovy.lang.MissingMethodException: No signature of method: static tigase.http.HttpServer.setService() is applicable for argument types: (tigase.http.rest.RestMessageReceiver) values: [tigase.http.rest.RestMessageReceiver@68e84a9e]
In my maven project there're dependencies like :
After I investigate the tigase server source code, found there're two empty class:
tigase/http/HttpRegistrator
tigase/http/HttpServer
those also exist in source of component tigase-http-api.
Will they conflict or should be removed from the tigase server source?