You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Varga Balázs <jo...@gmail.com> on 2014/04/23 08:23:44 UTC

Om 3.1.0 REST fault

Hello!

I try this: 
apache-openmeetings-3.1.0.r1588840-20-04-2014_2352-src.tar.gz 
<https://builds.apache.org/job/openmeetings/801/artifact/singlewebapp/dist/apache-openmeetings-3.1.0.r1588840-20-04-2014_2352-src.tar.gz>

The REST is not working fine (UserWebService response 500)!

I build and start this version. I not use standard backup/install 
procedure, succesfull build red5 copy a mayor_id folder, set as default 
red5 and copy config.xml, persistence.xml, uploads into new major dir 
and run server. This is good and speedy chnage up/down in testing.

This version is show 4 warning in db table structure type (varchar size 
different, i use this, change varchars size 255 to 20, recheck, no this 
warns).

In log have many webservice warnings:

/opt/red5/log# cat jvm.stdout | grep WARN
[WARN] [0.0.0.0-startStop-1] 
org.springframework.aop.framework.CglibAopProxy - Unable to proxy method 
[public final long 
org.apache.openmeetings.db.dao.basic.ConfigurationDao.getMaxUploadSize()] because 
it is final: All calls to this method via a proxy will be routed 
directly to the proxy.
[WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - 
No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.RoomWebService
[WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - 
No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.FileWebService
[WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - 
No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.CalendarWebService
[WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - 
No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.JabberWebService
[WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - 
No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.ServerWebService
  WARN 04-23 08:01:45.925 ConfigurationDao.java 11520 122 
org.apache.openmeetings.db.dao.basic.ConfigurationDao 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] 
- Could not find key in configuration CONF_KEY: application.base.url
  WARN 04-23 08:01:45.975 AppointmentLogic.java 11570 199 
org.apache.openmeetings.core.data.calendar.management.AppointmentLogic 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] 
- minutesReminderSend is 0, disabling reminder scheduler
[WARN] [Launcher:/] org.red5.server.scope.Scope - Invalid scope 
rejected: Scope [name=, path=/default, type=APPLICATION, autoStart=true, 
creationTime=1398232907028, depth=1, enabled=true, running=false]
[WARN] [Launcher:/] org.red5.server.scope.Scope - Scope not added to parent
[WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils 
- No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.RoomWebService
[WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils 
- No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.FileWebService
[WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils 
- No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.CalendarWebService
[WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils 
- No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.JabberWebService
[WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils 
- No resource methods have been found for resource class 
org.apache.openmeetings.axis.services.ServerWebService
  WARN 04-23 08:01:54.015 ConfigurationDao.java 19610 122 
org.apache.openmeetings.db.dao.basic.ConfigurationDao 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] 
- Could not find key in configuration CONF_KEY: application.base.url
  WARN 04-23 08:01:54.022 AppointmentLogic.java 19617 199 
org.apache.openmeetings.core.data.calendar.management.AppointmentLogic 
[org.springframework.scheduling

The REST is not working, response 500

The room starting from portal is not working.

Full logs hier: http://195.56.44.167:8080/openmeetings/log/

Balazs

Re: Om 3.1.0 REST fault

Posted by Maxim Solodovnik <so...@gmail.com>.
WebServices are currently in the middle of refactoring
(short description)You can
1) wait
2) update with less copy (you actually copy unnecessary files) and use SOAP

Long description:
After removing Axis and adding CXF all SOAP methods should work as
expected. But none of them are currently accessible using browser.
REST services (accessible from the browser) are currently being implemented
(to provide access using xml and json)
Please be patient :)


On Wed, Apr 23, 2014 at 1:23 PM, Varga Balázs <jo...@gmail.com> wrote:

>  Hello!
>
> I try this: apache-openmeetings-3.1.0.r1588840-20-04-2014_2352-src.tar.gz<https://builds.apache.org/job/openmeetings/801/artifact/singlewebapp/dist/apache-openmeetings-3.1.0.r1588840-20-04-2014_2352-src.tar.gz>
>
> The REST is not working fine (UserWebService response 500)!
>
> I build and start this version. I not use standard backup/install
> procedure, succesfull build red5 copy a mayor_id folder, set as default
> red5 and copy config.xml, persistence.xml, uploads into new major dir and
> run server. This is good and speedy chnage up/down in testing.
>
> This version is show 4 warning in db table structure type (varchar size
> different, i use this, change varchars size 255 to 20, recheck, no this
> warns).
>
> In log have many webservice warnings:
>
> /opt/red5/log# cat jvm.stdout | grep WARN
> [WARN] [0.0.0.0-startStop-1]
> org.springframework.aop.framework.CglibAopProxy - Unable to proxy method
> [public final long
> org.apache.openmeetings.db.dao.basic.ConfigurationDao.getMaxUploadSize()]
> because it is final: All calls to this method via a proxy will be routed
> directly to the proxy.
> [WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - No
> resource methods have been found for resource class
> org.apache.openmeetings.axis.services.RoomWebService
> [WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - No
> resource methods have been found for resource class
> org.apache.openmeetings.axis.services.FileWebService
> [WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - No
> resource methods have been found for resource class
> org.apache.openmeetings.axis.services.CalendarWebService
> [WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - No
> resource methods have been found for resource class
> org.apache.openmeetings.axis.services.JabberWebService
> [WARN] [0.0.0.0-startStop-1] org.apache.cxf.jaxrs.utils.ResourceUtils - No
> resource methods have been found for resource class
> org.apache.openmeetings.axis.services.ServerWebService
>  WARN 04-23 08:01:45.925 ConfigurationDao.java 11520 122
> org.apache.openmeetings.db.dao.basic.ConfigurationDao
> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] -
> Could not find key in configuration CONF_KEY: application.base.url
>  WARN 04-23 08:01:45.975 AppointmentLogic.java 11570 199
> org.apache.openmeetings.core.data.calendar.management.AppointmentLogic
> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] -
> minutesReminderSend is 0, disabling reminder scheduler
> [WARN] [Launcher:/] org.red5.server.scope.Scope - Invalid scope rejected:
> Scope [name=, path=/default, type=APPLICATION, autoStart=true,
> creationTime=1398232907028, depth=1, enabled=true, running=false]
> [WARN] [Launcher:/] org.red5.server.scope.Scope - Scope not added to parent
> [WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils -
> No resource methods have been found for resource class
> org.apache.openmeetings.axis.services.RoomWebService
> [WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils -
> No resource methods have been found for resource class
> org.apache.openmeetings.axis.services.FileWebService
> [WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils -
> No resource methods have been found for resource class
> org.apache.openmeetings.axis.services.CalendarWebService
> [WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils -
> No resource methods have been found for resource class
> org.apache.openmeetings.axis.services.JabberWebService
> [WARN] [Launcher:/openmeetings] org.apache.cxf.jaxrs.utils.ResourceUtils -
> No resource methods have been found for resource class
> org.apache.openmeetings.axis.services.ServerWebService
>  WARN 04-23 08:01:54.015 ConfigurationDao.java 19610 122
> org.apache.openmeetings.db.dao.basic.ConfigurationDao
> [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-2] -
> Could not find key in configuration CONF_KEY: application.base.url
>  WARN 04-23 08:01:54.022 AppointmentLogic.java 19617 199
> org.apache.openmeetings.core.data.calendar.management.AppointmentLogic
> [org.springframework.scheduling
>
> The REST is not working, response 500
>
> The room starting from portal is not working.
>
> Full logs hier: http://195.56.44.167:8080/openmeetings/log/
>
> Balazs
>



-- 
WBR
Maxim aka solomax