Re: File upload issue

2010-04-05 Thread RickkciR
Is port 8100 listening? Windows Run OpenOffice in headless Modus with this command: soffice.exe -headless -nologo -norestore - accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager Check if its running(in the command window) by typing: netstat -anp tcp you should find a line:

$verification_url contains wrong port #

2010-04-05 Thread tokosk16
Hi all. I am using openmeetings on port 8080. i have a little problem - if users request registration, the received email contains URL with usual port 5080 and ignores my setting 8080. is it possible to change also this so the URL is valid? thanks. TOMAS KOVACIK -- You received this message

Returns 404 Page upon attempted install.

2010-04-05 Thread lfloyd
I believe I have resolved the database connection errors no sql exceptions are generated--could not use format in the mysql config file to connect to database. I had to use a custom connection url specific to my hoster. set Java_Home to jre 1.6. I do not see any java exception errors. The

Re: Returns 404 Page upon attempted install.

2010-04-05 Thread lfloyd
Install is Hung and sql exceptions generated upon attempted install [WARN] [Timer-2] com.mchange.v2.async.ThreadPoolAsynchronousRunner - Task com.mc hange.v2.resourcepool.basicresourcepool$acquiret...@1589d3d (in deadlocked PoolT hread) failed to complete in maximum time 6ms. Trying

SugarCRM connector - ERROR to login user..

2010-04-05 Thread ste sca
sorry but i don't succeed to conect SugarCRM to Openmeetings in localhost. This is the error message: wsdl error: HTTP ERROR: cURL ERROR: 7: Failed to connect to 127.0.0.1: Permission denied .. Can you help me?? Stefano -- You received this message because you are subscribed to the Google

Installation help? Installation Hangs Waiting for SQL Resource

2010-04-05 Thread lfloyd
Not sure if this is a JAVA error or sql connection error? [WARN] [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread- #2] com.mch ange.v2.resourcepool.BasicResourcePool - com.mchange.v2.resourcepool.BasicResour cepool$acquiret...@1a81bd5 -- Acquisition Attempt Failed!!! Clearing pending

Re: Installation help? Installation Hangs Waiting for SQL Resource

2010-04-05 Thread RickkciR
Database MUST listen and allow TCP/IP connections! And the default character-set/scheme must be UTF8! For example a fresh MySQL does not listen on TCP/IP by default and has not utf8 as default-character-set defined. You have to change these settings and restart your database server so that changes