RE: File upload troubles also

2012-08-04 Thread Patrick CARLE
orked fine with old openmeetings version openmeetings_1_8_6_r4488 -Message d'origine- De : greenes [mailto:zurca...@gmail.com] Envoyé : vendredi 3 août 2012 20:55 À : openmeetings-user@incubator.apache.org Objet : RE: File upload troubles also Patrick, For now i find nothing stran

RE: File upload troubles also

2012-08-03 Thread greenes
up : > /usr/lib/jvm/jdk1.6.0_32/bin/java. > Nothing to configure > > > > -Message d'origine- > De : greenes [mailto:zurca...@gmail.com] > Envoyé : jeudi 2 août 2012 21:26 > À : openmeetings-user@incubator.apache.org > Objet : RE: File upload troubles a

RE: File upload troubles also

2012-08-03 Thread Patrick CARLE
re is only one alternative in java link group : /usr/lib/jvm/jdk1.6.0_32/bin/java. Nothing to configure -Message d'origine- De : greenes [mailto:zurca...@gmail.com] Envoyé : jeudi 2 août 2012 21:26 À : openmeetings-user@incubator.apache.org Objet : RE: File upload troubles also Pa

RE: File upload troubles also

2012-08-02 Thread greenes
ed my server with this excellent Stephen Cottham Guide > Installing OM2.x On Ubuntu64 - Headless.pdf (Unbuntu 12.04) - Updated > 22/7/2012 > > > > > > > > -Message d'origine- > De : greenes [mailto:zurca...@gmail.com] > Envoyé : jeudi 2 août

RE: File upload troubles also

2012-08-02 Thread Patrick CARLE
ca...@gmail.com] Envoyé : jeudi 2 août 2012 12:12 À : openmeetings-user@incubator.apache.org Objet : Re: File upload troubles also Hi Patrick, Could you please type in the shell: java -version or java --version Thanks . El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE es

Antw: Re: File upload troubles also

2012-08-02 Thread eLearning
Hello, tried installation according to Stephen Cottham Guide Installing OM2.x On Ubuntu64 - Headless.pdf (Unbuntu 12.04) - Updated 22/7/2012 (https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=9&modificationDate=1342975689000), wh

Re: File upload troubles also

2012-08-02 Thread greenes
Hi Patrick, Could you please type in the shell: java -version or java --version Thanks . El mié, 01-08-2012 a las 22:28 +0200, Patrick CARLE escribió: > Hello, > > Have ubuntu server, and have problem with ppt files. I dont know what i can > do to solve it. > It's ok when i upl

Re: File upload troubles

2012-08-01 Thread Dimitri Yioulos
I sent some updated information yesterday regarding this issue. Does anyone have any more ideas on how I can resolve this? Your continued help would be appreciated. Many thanks. Dimitri On Tuesday 31 July 2012 9:00:53 am Dimitri Yioulos wrote: > Apologies for the drips-and-drabs of informat

Re: File upload troubles

2012-07-31 Thread Dimitri Yioulos
Apologies for the drips-and-drabs of information. I just ran "java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar faxcover.doc faxcover.pdf" at the command line (obviously, I guess), and it worked successfully. So, why is file upload still failing? Dimitri On Tuesday 31 J

Re: File upload troubles

2012-07-31 Thread Dimitri Yioulos
I ran yum groupinstall "Office Suite and Productivity", feeling there was nothing to lose. Still no joy. When I try to upload a file, I get the following errors: Name: error Value: convert: unable to open image `/usr/local/openmeetings/webapps/openmeetings/upload/files/4367df46dd27b8bdc964575

Re: {Disarmed} Re: File upload troubles

2012-07-31 Thread Dimitri Yioulos
Maxim, Output of yum groupinstall "Office Suite and Productivity" is: Installing: libreoffice-calc libreoffice-draw libreoffice-graphicfilter libreoffice-impress libreoffice-langpack-en libreoffice-math libreoffice-writer libreoffice-xsltfilter Installing for dependencies: libreoffice-pd

Re: File upload troubles

2012-07-30 Thread Dimitri Yioulos
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

Re: File upload troubles

2012-07-30 Thread Maxim Solodovnik
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'. >

Re: File upload troubles

2012-07-30 Thread Dimitri Yioulos
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

Re: File upload troubles

2012-07-30 Thread Maxim Solodovnik
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-

Re: File upload troubles

2012-07-30 Thread Stephen Cottham
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

Re: File upload troubles

2012-07-30 Thread Dimitri Yioulos
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

Re: {Disarmed} Re: File upload troubles

2012-07-30 Thread Maxim Solodovnik
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

Re: {Disarmed} Re: File upload troubles

2012-07-30 Thread Dimitri Yioulos
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

Re: File upload troubles

2012-07-30 Thread Maxim Solodovnik
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

Re: File upload troubles

2012-07-30 Thread Dimitri Yioulos
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:*

Re: File upload troubles

2012-07-30 Thread Alexei Fedotov
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

Re: File upload troubles

2012-07-30 Thread Maxim Solodovnik
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

RE: RE: File Upload not working under SSL

2012-06-04 Thread Gary Franklin
. Cheers! From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: Monday, June 04, 2012 4:27 PM To: openmeetings-user@incubator.apache.org Subject: RE: RE: File Upload not working under SSL Hey Gary, We found this issue with Chrome too, seems to be an issue with the sandbox they

RE: RE: File Upload not working under SSL

2012-06-04 Thread Stephen Cottham
...@tapestrysolutions.com] Sent: 04 June 2012 22:22 To: openmeetings-user@incubator.apache.org Subject: RE: RE: File Upload not working under SSL Just discovered that the error occurs in Chrome, but not IE. This is workable… Thanks for your speedy replies Stephen – it’s really

RE: RE: File Upload not working under SSL

2012-06-04 Thread Gary Franklin
Subject: RE: File Upload not working under SSL Hey Gary, If its self-signed did you import the certificate thru IE and put it into the trusted Root folder? Cheers From: Stephen Cottham Sent: 04 June 2012 17:54 To: openmeetings-user@incubator.apache.org<mailto:openmeetings-u

RE: RE: File Upload not working under SSL

2012-06-04 Thread Gary Franklin
I’m in Ubuntu 10.04 so I imported the cert into the red5 conf keystore only. From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: Monday, June 04, 2012 12:44 PM To: openmeetings-user@incubator.apache.org Subject: RE: File Upload not working under SSL Hey Gary, If its self

RE: RE: File Upload not working under SSL

2012-06-04 Thread Gary Franklin
creen post back your findings. Best Regards From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: 04 June 2012 17:08 To: openmeetings-user@incubator.apache.org<mailto:openmeetings-user@incubator.apache.org> Cc: openmeetings-user@incubator.apache.org<mailto:openmeetin

RE: File Upload not working under SSL

2012-06-04 Thread Stephen Cottham
Hey Gary, If its self-signed did you import the certificate thru IE and put it into the trusted Root folder? Cheers From: Stephen Cottham Sent: 04 June 2012 17:54 To: openmeetings-user@incubator.apache.org Subject: RE: File Upload not working under SSL Try this Gary, Start

RE: Re: File Upload not working under SSL

2012-06-04 Thread Gary Franklin
Yes, it is. From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: Monday, June 04, 2012 11:08 AM To: openmeetings-user@incubator.apache.org Cc: openmeetings-user@incubator.apache.org Subject: Re: File Upload not working under SSL Is it a self signed certificate? Sent from my

RE: File Upload not working under SSL

2012-06-04 Thread Stephen Cottham
Subject: Re: File Upload not working under SSL Is it a self signed certificate? Sent from my iPhone On 4 Jun 2012, at 16:55, "Gary Franklin" wrote: This is similar to another posting (“file upload not work under SSL” on 27 Feb 2012), but no resolution was posted.

Re: file upload

2012-02-16 Thread Hasan Gharehasanloo
Thanks greenes this happen even when I upload a pdf, or video, and this happen when I am connected to internet, but when I installed it on a local network (that is not connected to internet), It uploaded and converted rapidly. Best Regards Hasan Gharehasanloo On Thu, Feb 16, 2012 at 8:18 AM, gr

Re: file upload

2012-02-16 Thread greenes
Hi Hasan, That happens to me both in the iso image as a fresh installation OpenMeetings in Squeeze when am not connected to the internet. If I'm connected to the conversion is fast. I think it is a matter of OpenOffice, need to go out and connect to any internet site. The same is true if LibreOff

Re: File upload

2011-12-20 Thread Nick Nudell
In a conference room I successfully uploaded a picture to the whiteboard without any problems. I am still unable to upload a picture for the user, there is no error message and the import window appears to be functional until it disappears (close event?). Thanks, Nick __ ___ ___ ___ ___ ___ __

Re: File upload

2011-12-20 Thread seba.wag...@gmail.com
goto a conference room and upload the picture to the File-Explorer. Sebastian 2011/12/20 Nick Nudell > Hi Sebastian - no pop-up warning or error is indicated. The screen > refreshes with the (default ?) user graphic. What log should I use to > investigate? > > Thanks, > Nick > > > > > > On Tue,

Re: File upload

2011-12-20 Thread Nick Nudell
Hi Sebastian - no pop-up warning or error is indicated. The screen refreshes with the (default ?) user graphic. What log should I use to investigate? Thanks, Nick On Tue, Dec 20, 2011 at 01:58, seba.wag...@gmail.com wrote: > When you upload a file and there is a conversion error you should g

Re: File upload

2011-12-20 Thread seba.wag...@gmail.com
When you upload a file and there is a conversion error you should get a PopUp with the error log in the OpenMeetings UI. That Log you should use / post to start analyzing the issue. Sebastian 2011/12/20 Nick Nudell > Greetings, > I've seen a couple hints that file upload problems are common but