Re: Error HTTP: 500 when uploading/sharing file

2012-03-31 Thread Alexei Fedotov
I believe that may be Derby which actually serves as a database. -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 On Sat, Mar 31, 2012 at 8:04 AM, Maxim Solodovnik wrote: > I'm not sure the problem is in import since you repo

Re: Error HTTP: 500 when uploading/sharing file

2012-03-30 Thread Maxim Solodovnik
I'm not sure the problem is in import since you reporting your DB is empty. I'm surprised you able to login On Mar 31, 2012 3:27 AM, "Hamdi Thabet" wrote: > I repeated all the procedure without any rename and with a clean copy but > always the same problem when importing a file (any type and any

Re: Error HTTP: 500 when uploading/sharing file

2012-03-30 Thread Hamdi Thabet
I repeated all the procedure without any rename and with a clean copy but always the same problem when importing a file (any type and any size) with OM 1.9.1 precompiled upload work fine even without OpenOffice.org service. <>

Re: Error HTTP: 500 when uploading/sharing file

2012-03-30 Thread Maxim Solodovnik
Just set up Postgres 9.1.3 (postgresql-9.1.3-1-windows-x64.exe) build fresh sources install was able to login (no warnings or errors) Database is full of Data On Fri, Mar 30, 2012 at 14:29, Hamdi Thabet wrote: > I think that the problem is related to the DB because it's still always > empty even

Re: Error HTTP: 500 when uploading/sharing file

2012-03-30 Thread Hamdi Thabet
I think that the problem is related to the DB because it's still always empty even after subscription. I will try the compiled version of OM 1.9.1. I've to solve this problem too (from log) : ClassNotFoundException: org.apache.axis2.transport.http.AxisServlet ClassNotFoundException: org.apache.co

Re: Error HTTP: 500 when uploading/sharing file

2012-03-30 Thread greenes
Hi Hamdi, Here is a way to make OpenOffice as service in Windows. Attention! read the first and the last posts: http://groups.google.com/group/openmeetings-user/browse_thread/thread/f0e3646fed5004b9/950a9bbf2463c111?lnk=gst&q=chaossepp#950a9bbf2463c111 Permit me say the best way to be sure whe

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
the are created on application start I have asked you do not perform any renames, but according to the log you have renamed your context to collabme. According to the log your classpath is incomplete: ClassNotFoundException: org.apache.axis2.transport.http.AxisServlet ClassNotFoundException: org.

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
No, openmeeting_persistense is not required. I'll try to setup postgres and verify the steps. Can you send the recent logs? On Mar 30, 2012 12:23 PM, "Hamdi Thabet" wrote: > I think it's necessary to have a file named: "openmeetings_ > persistence.xml". > I still have 0 table in my DB. The proble

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
I think it's necessary to have a file named: "openmeetings_ persistence.xml". I still have 0 table in my DB. The problem become more complicated.

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
The postgres DB is now have data? On Fri, Mar 30, 2012 at 11:37, Hamdi Thabet wrote: > The only change that I have made in "postgres_persistence.xml" was : > > > 0102 my password to access to posgresql server. Is it the right place ? > > After that I compiled with : "ant -DB=postgres" > and it

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
The only change that I have made in "postgres_persistence.xml" was : 0102 my password to access to posgresql server. Is it the right place ? After that I compiled with : "ant -DB=postgres" and it was successfully done.

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
I will try now your suggestion.

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
In the installation I configured all paths : C:\ffmpeg\bin C:\ImageMagick-6.6.4 C:\SWFTools C:\sox-14.4.0 I changed also the JOD Path, is this a mistake ? because it was already filled with : ./jodconverter-core-3.0-beta-4/lib AND I changed it to: C:\jodconverter-core-3.0-beta-4\lib

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
OK please do the following 1) delete dist folder 2) modify src\META-INF\postgres_persistence.xml to have your DB settings 3) run "ant -DB=postgres" 4) do not change anything (no folder renaming or file editing) 5) go to dist/red5 6) run red5.bat 7) go to http://localhost:5080/openmeetings/install 8

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
Also in my "*dist\red5\webapps\collabmee\config.xml"* I have changed : *openmeetings* TO* collabmee* + /*openmeetings*/ TO /* collabmee*/ and I installed with: http://localhost:5080/collabmee/install

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
My persistence.xml is fine. I have made a mistake in writing: the command ant with -Ddb option make migration between openmeetings_persistence.xml -> persistence.xml I joined my xml file to confirm it. http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
1) yes. 2) ant -Ddb=openmeetings prepare-eclipse (I restored the original name). -> this command migrate the config from "postgresql_persistance.xml" to "openmeetings_persistance.xml" 3) I renamed before step 2) "postgresql_persistance.xml" to "openmeetings_persistance.xml". in these two files the

Re: Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
It seems like you have derby DB at the end. Lets find it out: 1) check if you have "openmeetings" folder in dist/red5 ? 2) please tell me how have you build the sources? (have you used and -DB=postgres) 3) can you check dist\red5\webapps\openmeetings\WEB-INF\classes\META-INF\persistence.xml (the *o

Réf. : Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi THABET
I have some remarks : 1) I have already done all these steps (video conference and recording work well). 2) I have changed the name of my database to: "collabmee" in postgresql and in "config.XML" (I tested first with the name "openmeetings"). 3) UTF8 is done and 46 are created automatically when

Re: Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
t; *A :* openmeetings-user@incubator.apache.org > *Sujet :* Re: Error HTTP: 500 when uploading/sharing file > > JUnit tests might fail. We need some time to make it work. > > I'm I right thinking you unable to install OM compiled from the sources? > > > On Fri, M

Réf. : Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi THABET
tings-user@incubator.apache.org Sujet : Re: Error HTTP: 500 when uploading/sharing file JUnit tests might fail. We need some time to make it work. I'm I right thinking you unable to install OM compiled from the sources? On Fri, Mar 30, 2012 at 06:07, Hamdi Thabet wrote: Some JUnit t

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Maxim Solodovnik
JUnit tests might fail. We need some time to make it work. I'm I right thinking you unable to install OM compiled from the sources? On Fri, Mar 30, 2012 at 06:07, Hamdi Thabet wrote: > Some JUnit tests don't pass. I'm using the last version of openmmetings in > repository from : > > > https://s

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
I'm testing this method: (adding start= auto) soffice.exe -headless -nofirststartwizard -accept="socket,host=localhost,port=8100;urp;StarOffice.Service" start= auto

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
Greenes, can I do something so that this command line ( soffice.exe -headless -nofirststartwizard -accept="socket,host=localhost,port=8100;urp;StarOffice.Service") will be executed every windows boot automatically ? I'm always searching a solution for the HTTP_ERROR:500

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread greenes
...to see where is the problem would be good install OpenMeetings 1.9.1 version and check if can upload and share... is 15 minutes and you'll get sure about. .. El jue, 29-03-2012 a las 18:05 +0100, Hamdi Thabet escribió: > It's listening on port 8100. I joined a screen shot. > > Le 29 ma

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread greenes
...what version is your svn compilation? El jue, 29-03-2012 a las 18:05 +0100, Hamdi Thabet escribió: > It's listening on port 8100. I joined a screen shot. > > Le 29 mars 2012 11:54, greenes a écrit : > ...download this program, if you have not > any other similar, to see

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
It's listening on port 8100. I joined a screen shot. Le 29 mars 2012 11:54, greenes a écrit : > ...download this program, if you have not > any other similar, to see if OpenOffice > is listen on 8100 port: > > http://www.portablefreeware.com/?id=83 > > ...no need installation and is a 64-bit ver

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread greenes
...download this program, if you have not any other similar, to see if OpenOffice is listen on 8100 port: http://www.portablefreeware.com/?id=83 ...no need installation and is a 64-bit version. If there is the number 8100 then OpenOffice is working, if not...please tell it. . El j

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread greenes
...please, could you write the path to your OpenOffice installation? El jue, 29-03-2012 a las 17:25 +0100, Hamdi Thabet escribió: > I have done this command line but the problem isn't solved yet. >

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
I have done this command line but the problem isn't solved yet.

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread greenes
...no, you must write the path to your OpenOffice. For exemple: cd D:\Archivos de programa\OpenOffice 3\program ...and then: soffice.exe -headless -nofirststartwizard -accept="socket,host=localhost,port=8100;urp;StarOffice.Service" ...all in one line with a space. Try it! You said about 808

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
LibreOffice 3 ? I have OpenOffice.org 3.3 ? So do you mean that I have to uninstall OpenOffice.org and replace it with LibreOffice ? I will try your command line.

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
I use jdk1.6.0_24 and jre6. The Webapp is successfully compiled with ant in eclipse JEE (with 125 external libraries and generates the dist folder with red5 and openmeetings with zero error) Le 29 mars 2012 14:01, Alexei Fedotov a écrit : > Hamdi, > Which java do you use? > > > On Thu, Mar 29, 2

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread greenes
...in my XP i run OpenOffice so: 1) Open a shell 2) cd D:\Archivos de programa\LibreOffice 3\program (you in your path) 3) soffice.exe -headless -nofirststartwizard -accept="socket,host=localhost,port=8100;urp;StarOffice.Service" ...and it works, upload and convert in OpenMeetings. .

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Alexei Fedotov
Hamdi, Which java do you use? On Thu, Mar 29, 2012 at 4:53 PM, Hamdi Thabet wrote: > all tables in postgresql are automatically created but they still empty even > after manual inscription and I can't make work an smtp server on localhost > and also the smtp.googlemail.com:465 too. Is there a re

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
all tables in postgresql are automatically created but they still empty even after manual inscription and I can't make work an smtp server on localhost and also the smtp.googlemail.com:465 too. Is there a relationship with the HTTP_ERROR:500 ?

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
I have already tried but always the same error: HTTP_ERROR: 500

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread greenes
Hi all, Hamdi try install swftools in C: C:\swftools Regard! .. El jue, 29-03-2012 a las 13:22 +0100, Hamdi Thabet escribió: > It's happens with all files with all sizes. All commands works fine in > CMD (all paths are configured in system path). > Is there a problem with 64 bits

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
It's happens with all files with all sizes. All commands works fine in CMD (all paths are configured in system path). Is there a problem with 64 bits architecture ? I installed Ghostscript 64x and 32x and OpenOffice.org 3.3 32 bits. I extracted only errors from openmeetings.log :

Re: Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Alexei Fedotov
the only way to answer is to look at openmeetings.log (or some other log) does this happen for any file of any type and size? -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 On Thu, Mar 29, 2012 at 2:50 PM, Hamdi Thabet wrot

Error HTTP: 500 when uploading/sharing file

2012-03-29 Thread Hamdi Thabet
I have error HTTP: 500 when I try to upload a file or to share one in the white board. I install openmeetings on windows 7 64 bits and I configured all things perfectly with compatible versions: C:\ffmpeg\bin C:\ImageMagick-6.6.4 C:\Program Files (x86)\SWFTools C:\sox-14.4.0 C:\jodconverter-core-3.