Hallo Jaime,
the SOAP/REST parameters did not change between 1.9 and 2.0.
Old integrations should still work.
Sebastian
2012/7/30 Jaime Balbino :
> Hi,
>
> I test this. But the new Moodle plugin is only 2.0 version. Don't run in 1.9.
>
> I think the SOAP paraments change in OM 2.0.
>
> 2012/7/30
Hi guys,
have you solved this problem? I encountred the same trouble on CentOS 6
64-bit:
# ls -la /usr/lib64/libreoffice/program/soffice.bin
-rwxr-xr-x 1 root root 37488 Jun 23 01:18
/usr/lib64/libreoffice/program/soffice.bin
# java -Doffice.home=/usr/lib64/libreoffice/program -jar
/usr/lo
Hi George,
thanks for summing up,
I will check those issues in detail!
Sebastian
2012/7/25 George Kirkham :
> Hi,
>
>
>
> When testing the Calendar for Event creation I discovered some issues and so
> I have raised Jira records for these.
>
>
>
> If you have time to check, I would appreciate it
Thanks Sebastian. Please let me know if you need further information.
Thanks,
George Kirkham
-Original Message-
From: seba.wag...@gmail.com [mailto:seba.wag...@gmail.com]
Sent: Monday, 30 July 2012 6:44 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Calendar issues
Hi
There is a config variable in Administration > Configuration
"office.home" in the OpenMeetings UI.
Set that path to your value and you should be fine.
Sebastian
2012/7/30 Dušan Stloukal :
> Hi guys,
>
> have you solved this problem? I encountred the same trouble on CentOS 6
> 64-bit:
>
> # ls -la
Sorry,
name of the config key in Administration > Configuration is
"office.path" not "office.home".
Sebastian
2012/7/30 seba.wag...@gmail.com :
> There is a config variable in Administration > Configuration
> "office.home" in the OpenMeetings UI.
> Set that path to your value and you should be f
Hello to all.
I'm not new to Openmeetings, having originally installed and tried it at least
a
couple of years ago. Thanks to Sabastian Wgner for having created it, and to
Apache for taking the project forward.
I've installed version 2.0.0 on a CentOS 6.2 server. All of the prerequisites
ar
Hello Dimitri,
I saw this error on CentOS.
I guess you have no openoffice.org-headless installed on you system
Please let me know if its not an issue, I'll try to remember how i handle it
On Tue, Jul 31, 2012 at 12:53 AM, Dimitri Yioulos wrote:
> Hello to all.
>
> I'm not new to Openmeetings, ha
It says, URL seems to be unsupported.
The class which produces it is under com.sun, so the problem may be in the
old OpenOffice version
30.07.2012 21:54 пользователь "Dimitri Yioulos"
написал:
> Hello to all.
>
> I'm not new to Openmeetings, having originally installed and tried it at
> least a
Thanks to both Maxim and Alexsei for your responses. CentOS 6.x (and, by
extension, I'd guess, RHEL 6.x) no longer use openoffice but, rather,
libreoffice. libreoffice-headless is installed, and is running as a service:
tcp0 0 127.0.0.1:8100 0.0.0.0:*
Please try to stop it and run jod converter via commandline (jod converter
will start libreoffice automatically)
also please check your java version?
java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar
-cp /usr/local/jodconverter/lib/jurt-3.2.1.jar
-cp /usr/local/jodconverter/lib/ridl-3.2.1.jar
-c
Let me take the easy part first:
[root@openmeetings ~]# java -version
java version "1.7.0_05-icedtea"
OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386)
OpenJDK Client VM (build 23.0-b21, mixed mode)
Now, the thing of it is, even though I installed the Sun/Oracle version, when I
installed some
Greetings,
First of all, kudos to OM devs for getting 2.0 out the door. I'm really
liking the improvements so far and look forward to how things progress.
I can't wait to replace my production Connect server with OM.
I've been testing 1.9 on Windows Server 2003, using the NT Wrapper to
ins
Yes you could :)
According to this:
http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoffice-issue-on-debian
can you ensure you have writer/calc/impress installed (by opening your doc
for example)
were you install your libreoffice via yum groupinstall?
I would recommend you to
Alexey told me there is an option in windows to create service out of any
.bat file. (Not sure use Windows only for development from time to time)
Did set up wrapper for 1.5+ long time ago, sorry :(
On Tue, Jul 31, 2012 at 1:45 AM, Seth Galitzer wrote:
> Greetings,
>
> First of all, kudos to OM
Maxim,
I'm not quite sure how to proceed. First, I just installed parts of
libreoffice:
libreoffice-headless-3.4.5.2-16.el6.i686
libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch
libreoffice-ure-3.4.5.2-16.el6.i686
libreoffice-core-3.4.5.2-16.el6.i686
Should I do a "yum groupinstall libreoffi
For java try
update-java-alternatives
Or
alternatives --config java
Should show you all java's installed and allow you to change the default.
Sent from my iPhone
On 30 Jul 2012, at 19:58, "Dimitri Yioulos" wrote:
> Maxim,
>
> I'm not quite sure how to proceed. First, I just installed part
to install office you need to do
*yum groupinstall* "*Office* Suite and Productivity"
yum install openoffice.org-headless
as root
to set up Sun java as default you should do
1) install Oracle java as default using alternatives (
http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-
Thanks, Stephen. Here's what I get:
[root@openmeetings ~]# alternatives --config java
There is 1 program that provides 'java'.
SelectionCommand
---
*+ 1 /usr/lib/jvm/jre-1.7.0-openjdk/bin/java
Enter to keep the current selection[+], o
please follow the link I have sent you
you need to install alternative _before_ you can configure it
On Tue, Jul 31, 2012 at 2:13 AM, Dimitri Yioulos wrote:
> Thanks, Stephen. Here's what I get:
>
> [root@openmeetings ~]# alternatives --config java
>
> There is 1 program that provides 'java'.
>
Maxim,
Followed the instructions in the link you provided, and now:
[root@openmeetings ~]# java -version
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)
As you can see, I just upgraded the Java installa
I tried using instsrv and servany (per
http://support.microsoft.com/kb/137890), but it didn't work. I end up
seeing "Error Missing" in the browser window. It also doesn't kill the
java process correctly when stopping the service. I'm not usually a
windows guy, but I've been testing OM on the
I should mention that this is what I used to get 1.9 to run as a service:
http://code.google.com/p/openmeetings/wiki/Red5WindowsService
What version of Red5 is shipped with OM 2.0?
Seth
On 07/30/2012 02:45 PM, Seth Galitzer wrote:
I tried using instsrv and servany (per
http://support.microsof
MS Article you have mention states:
The Windows NT Resource Kit provides two utilities that allow you to create
a Windows NT user-defined service for Windows NT applications and some
16-bit applications *(but not for batch files). *
So I'm afraid it is not suitable.
My only try on windows was base
Hello everybody!
During testing a quality of the network the question appeared: "What is
an average size of the RTMP packet?"
I searched a little on the internet and not found an answer, after this
I decided to make a simple measurement.
For measuring I run two video windows in OpenMeetings.
I
Dear All,
I just changed Import/Export routine of OM (rev 1367412)
Can you please try it to check if it works as expected or not?
If it is not working I would really appreciate if you can send me backup
which failed (without recordings/files)
I promise not to look into it and delete right after t
I have added examples to Admin usage section.
On Sun, Jul 29, 2012 at 2:50 PM, Tharindu Mathew wrote:
> Hi Maxim,
>
> I guess I was using the 1st option as a completely new user. How about
> including some usage exampled in the install section's description[1] and
> marking file argument descript
27 matches
Mail list logo