Hi everybody! I'm using OpenMeetings SOAP services to integrate it with an existing application in my company.
When I try to get all existing rooms using methods GetRooms or GetRoomWithCurrentUsers i get a FaultException. In the red5.log file I could find the stack trace of the orginal exception: Caused by: java.lang.NullPointerException: null at org.apache.openmeetings.db.dto.room.RoomSearchResult.<init>(RoomSearchResult.java:34) ~[openmeetings-db-3.0.2-RELEASE.jar:na] at org.apache.openmeetings.axis.services.RoomWebService.getRooms(RoomWebService.java:537) ~[openmeetings-axis-3.0.2-RELEASE.jar:na] at org.apache.openmeetings.axis.services.RoomWebServiceFacade.getRooms(RoomWebServiceFacade.java:99) ~[openmeetings-axis-3.0.2-RELEASE.jar:na] ... 40 common frames omitted I'm using the default installation of openmeetings with derby database. I hope you can help me. Thanks in advance, I'm sorry for my bad english. César.