In the last weeks I needed to install a new server, with MOODLE 1.9.15 and
Openmeetings build 4707, plugin for Moodle is 0.9 version .
After testing, all works (need some tests for screen sharing).
Thanks for great project.

On Mon, Nov 28, 2011 at 8:25 AM, Christian Nasulea <
christian.nasu...@gmail.com> wrote:

> I've done some more tests and found the same behaviour.
>
> I've installed an entirely new moodle site with
>
> Moodle 1.9.15
> Openmeetings Moodle mod 0.9
>
> Same behaviour.
>
> Thank you!
>
> Christian Nasulea
>
> On Nov 27, 10:56 pm, Christian Nasulea <christian.nasu...@gmail.com>
> wrote:
> > Hello,
> >
> > I'd like to report having the same problem.
> >
> > Openmeetings server is 1.8.8 r4555
> > Moodle is 2.0.5 (Build: 20111010)
> > Openmeetings Moodle mod is 1.3 (Build: 20111019)
> >
> > Any information is highly appreciated.
> >
> > Thank you!
> >
> > Christian Nasulea
> >
> > On Nov 10, 4:48 pm, Constantin Sclifos <sclif...@gmail.com> wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Thanks a lot.
> >
> > > 2011/11/10 seba.wag...@gmail.com <seba.wag...@gmail.com>
> >
> > > > Everything that you report is okay,
> > > > you have 3 sessions because you will generate 2 using the SOAP login
> > > > method.
> >
> > > > I will try to debug that issue again and come back to you. Adding an
> > > > empty contructor is no big deal, however we never had one and there
> > > > was no issue so it must have some reasons not really to our code
> > > > related.
> >
> > > > Sebastina
> >
> > > > 2011/11/10 Constantin Sclifos <sclif...@gmail.com>:
> > > > > When entering directly I have this (SQl export from table
> sessiondata,
> > > > using
> > > > > phpmyadmin):
> > > > > INSERT INTO `sessiondata` (`id`, `language_id`, `organization_id`,
> > > > > `refresh_time`, `sessionXml`, `session_id`, `starttermin_time`,
> > > > > `storePermanent`, `user_id`) VALUES
> > > > > (12, 1, 1, '2011-11-10 16:10:39', NULL,
> > > > '553d006b91f794bbfe9fc981ff69fb6e',
> > > > > '2011-11-10 16:09:38', NULL, 1);
> >
> > > > > And this code is when trying to enter from Moodle (same export to
> SQL
> > > > with
> > > > > phpmyadmin):
> > > > > INSERT INTO `sessiondata` (`id`, `language_id`, `organization_id`,
> > > > > `refresh_time`, `sessionXml`, `session_id`, `starttermin_time`,
> > > > > `storePermanent`, `user_id`) VALUES
> > > > > (12, 1, 1, '2011-11-10 16:13:48', NULL,
> > > > '553d006b91f794bbfe9fc981ff69fb6e',
> > > > > '2011-11-10 16:09:38', NULL, 1),
> > > > > (13, 1, NULL, '2011-11-10 16:13:34',
> > > > >
> '<org.openmeetings.app.persistence.beans.basic.RemoteSessionObject>\n
> > > > >  <username>admin</username>\n  <firstname>Constantin</firstname>\n
> > > > >  <lastname>Sclifos</lastname>\n  <pictureUrl>1</pictureUrl>\n
> > > > >  <email>sclif...@gmail.com</email>\n
> > > >  <externalUserId>2</externalUserId>\n
> >
> > > >
>  <externalUserType>moodle21sandbox</externalUserType>\n</org.openmeetings.ap
> p.persistence.beans.basic.RemoteSessionObject>',
> > > > > '054625850d4f9c52b4d0e74a6f1e9d15', '2011-11-10 16:13:21', NULL,
> 4),
> > > > > (14, NULL, NULL, '2011-11-10 16:13:33', NULL,
> > > > > '65bf21a292ac64bd3a05781e7490c2fd', '2011-11-10 16:13:27', NULL,
> -1);
> > > > > In this test I have just two real connection to this conference
> system:
> > > > one
> > > > > is directly and the second is from Moodle, but in database I have
> three
> > > > > sessions.
> > > > > The best regards,
> > > > > Constantin Sclifos
> >
> > > > > 2011/11/10 seba.wag...@gmail.com <seba.wag...@gmail.com>
> >
> > > > >> Strange behaviour, I will need to set up some instances to verify
> that.
> > > > >> We havn't change that part for some time and it is new to me that
> you
> > > > >> need an empty constructor.
> >
> > > > >> When you look in the table sessiondata in the column sessionXML
> can
> > > > >> you have a look if there are rows that really contain XML or is
> > > > >> everything empty?
> >
> > > > >> Sebastian
> >
> > > > >> 2011/11/10 Constantin Sclifos <sclif...@gmail.com>:
> > > > >> > In the browser is: Unknown error. (screenshot is here )
> > > > >> > in the log I have:
> > > > >> > ERROR 11-10 15:13:41.657 MainService.java 3426865 680
> > > > >> > org.openmeetings.app.remote.MainService [NioProcessor-1] -
> > > > >> > [loginUserByRemote]
> > > > >> > com.thoughtworks.xstream.converters.ConversionException: Cannot
> > > > >> > construct
> > > > >> >
> org.openmeetings.app.persistence.beans.basic.RemoteSessionObject as it
> > > > >> > does
> > > > >> > not have a no-args constructor
> > > > >> > ---- Debugging information ----
> > > > >> > message             : Cannot construct
> > > > >> >
> org.openmeetings.app.persistence.beans.basic.RemoteSessionObject as it
> > > > >> > does
> > > > >> > not have a no-args constructor
> > > > >> > cause-exception     :
> > > > >> >
> com.thoughtworks.xstream.converters.reflection.ObjectAccessException
> > > > >> > cause-message       : Cannot construct
> > > > >> >
> org.openmeetings.app.persistence.beans.basic.RemoteSessionObject as it
> > > > >> > does
> > > > >> > not have a no-args constructor
> > > > >> > class               :
> > > > >> > org.openmeetings.app.persistence.beans.basic.RemoteSessionObject
> > > > >> > required-type       :
> > > > >> > org.openmeetings.app.persistence.beans.basic.RemoteSessionObject
> > > > >> > -------------------------------
> > > > >> > More form this error is in attachment. But result is this:
> direct
> > > > using
> > > > >> > of
> > > > >> > Openmeetings is possible without problems, but from Moodle
> plugin
> > > > (ver.
> > > > >> > 0.9
> > > > >> > for Moodel 1.9 or 1.3 for Moodle 2.1) is not possible, we have
> error
> > > > >> > like in
> > > > >> > screenshot .
> > > > >> > The best regards,
> > > > >> > Constantin Sclifos
> > > > >> > 2011/11/10 seba.wag...@gmail.com <seba.wag...@gmail.com>
> >
> > > > >> >> What is the exact error message that is shown when you click
> on a
> > > > >> >> conference room in the moodle course page?
> >
> > > > >> >> We cannot duplicate your issue.
> > > > >> >> And we have a lot of users and customers using it without
> problems
> > > > so I
> > > > >> >> wonder what makes your situation that special.
> >
> > > > >> >> Sebastian
> >
> > > > >> >> 2011/11/10 Constantin Sclifos <sclif...@gmail.com>
> >
> > > > >> >>> Yes, it is connected to organization. I've checked once again,
> > > > >> >>> reinstalled openmeetings and plugins. I verified
> configuration.
> > > > Error
> > > > >> >>> is the
> > > > >> >>> same.
> >
> > > > >> >>> 2011/11/10 seba.wag...@gmail.com <seba.wag...@gmail.com>
> >
> > > > >> >>>> Has the openmeetings SOAP/Web-Server Only user you're using
> in
> > > > >> >>>> Openmeetings have an organization assigned in his
> user-profile?
> >
> > > > >> >>>> Sebastian
> >
> > > > >> >>>> 2011/11/9 Constantin Sclifos <sclif...@gmail.com>
> >
> > > > >> >>>>> Yes, I've checked in  ...>>Conferencerooms that room are
> there(and
> > > > >> >>>>> created after adding activity "Openmeetings" in the Moodle
> > > > course).
> > > > >> >>>>> Verification was quite simple,  just deleted all of the
> rooms
> > > > >> >>>>> created by the
> > > > >> >>>>> Moodle, and added activity once again at the course in
> Moodle
> > > > >> >>>>> course.
> >
> > > > >> >>>>> 2011/11/9 seba.wag...@gmail.com <seba.wag...@gmail.com>
> >
> > > > >> >>>>>> I have also verified both and I can asure you that it is
> working
> > > > :)
> >
> > > > >> >>>>>> Are you really sure the conference room is created at all?
> Have
> > > > you
> > > > >> >>>>>> loggedin into OpenMeetings > Administration >
> Conferencerooms and
> > > > >> >>>>>> checked if
> > > > >> >>>>>> the rooms are there?
> >
> > > > >> >>>>>> Sebastian
> >
> > > > >> >>>>>> 2011/11/9 Constantin Sclifos <sclif...@gmail.com>
> >
> > > > >> >>>>>>> The same situation is on my case, same error. Verified on
> new
> > > > >> >>>>>>> installation of the openmeetings (release 4518). Verified
> on
> > > > >> >>>>>>> Moodle 1.9.12
> > > > >> >>>>>>> with plugin ver. 0.9 and on Moodle 2.1 with plugin
> version 1.3.
> > > > >> >>>>>>> Room is
> > > > >> >>>>>>> created but no access to it from Moodle.
> > > > >> >>>>>>> P.S.:  Thanks for the project.
> > > > >> >>>>>>> P.P.S: and for answer/idea too 8-)
> > > > >> >>>>>>> --
> > > > >> >>>>>>> You received this message because you are subscribed to
> the
> > > > Google
> > > > >> >>>>>>> Groups "OpenMeetings User" group.
> > > > >> >>>>>>> To view this discussion on the web visit
> >
> > > >https://groups.google.com/d/msg/openmeetings-user/-/W58cVKBNyfEJ.
> > > > >> >>>>>>> To post to this group, send email to
> > > > >> >>>>>>> openmeetings-user@googlegroups.com.
> > > > >> >>>>>>> To unsubscribe from this group, send email to
> > > > >> >>>>>>> openmeetings-user+unsubscr...@googlegroups.com.
> > > > >> >>>>>>> For more options, visit this group at
> > > > >> >>>>>>>http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > >> >>>>>> --
> > > > >> >>>>>> Sebastian Wagner
> > > > >> >>>>>>http://www.openmeetings.de
> > > > >> >>>>>>http://www.webbase-design.de
> > > > >> >>>>>>http://www.wagner-sebastian.com
> > > > >> >>>>>> seba.wag...@gmail.com
> > > > >> >>>>>> --
> > > > >> >>>>>> You received this message because you are subscribed to the
> > > > Google
> > > > >> >>>>>> Groups "OpenMeetings User" group.
> > > > >> >>>>>> To post to this group, send email to
> > > > >> >>>>>> openmeetings-user@googlegroups.com.
> > > > >> >>>>>> To unsubscribe from this group, send email to
> > > > >> >>>>>> openmeetings-user+unsubscr...@googlegroups.com.
> > > > >> >>>>>> For more options, visit this group at
> > > > >> >>>>>>http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > >> >>>>> --
> > > > >> >>>>> With best regards,
> > > > >> >>>>> Constantin Sclifos
> > > > >> >>>>> --
> > > > >> >>>>> You received this message because you are subscribed to the
> Google
> > > > >> >>>>> Groups "OpenMeetings User" group.
> > > > >> >>>>> To post to this group, send email to
> > > > >> >>>>> openmeetings-user@googlegroups.com.
> > > > >> >>>>> To unsubscribe from this group, send email to
> > > > >> >>>>> openmeetings-user+unsubscr...@googlegroups.com.
> > > > >> >>>>> For more options, visit this group at
> > > > >> >>>>>http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > >> >>>> --
> > > > >> >>>> Sebastian Wagner
> > > > >> >>>>http://www.openmeetings.de
> > > > >> >>>>http://www.webbase-design.de
> > > > >> >>>>http://www.wagner-sebastian.com
> > > > >> >>>> seba.wag...@gmail.com
> > > > >> >>>> --
> > > > >> >>>> You received this message because you are subscribed to the
> Google
> > > > >> >>>> Groups "OpenMeetings User" group.
> > > > >> >>>> To post to this group, send email to
> > > > >> >>>> openmeetings-user@googlegroups.com.
> > > > >> >>>> To unsubscribe from this group, send email to
> > > > >> >>>> openmeetings-user+unsubscr...@googlegroups.com.
> > > > >> >>>> For more options, visit this group at
> > > > >> >>>>http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > >> >>> --
> > > > >> >>> With best regards,
> > > > >> >>> Constantin Sclifos
> >
> > > > >> >>> --
> > > > >> >>> You received this message because you are subscribed to the
> Google
> > > > >> >>> Groups
> > > > >> >>> "OpenMeetings User" group.
> > > > >> >>> To post to this group, send email to
> > > > >> >>> openmeetings-user@googlegroups.com.
> > > > >> >>> To unsubscribe from this group, send email to
> > > > >> >>> openmeetings-user+unsubscr...@googlegroups.com.
> >
> > ...
> >
> > read more ยป
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-user@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
With best regards,
Constantin Sclifos

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to