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 take effect (mysql-config is in my.cnf).
Postgres for example does also not listen by default on TCP/IP but
uses by default UTF8 (since postgres 7 or 8). To change Postgres
listening on TCP/IP check postgresql.conf and add your host to the
pg_hba.conf. In Postgres you need to create a database using template1
cause template1 create automatically a scheme called public which is
needed (and since postgres 8 you can use several schemes inside one
database public is the default one Postgres-Docs).

On Apr 5, 5:53 pm, lfloyd  wrote:
> 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 acq
> uires. While trying to acquire a needed new resource, we failed to
> succeed more
> than the maximum number of allowed acquisition attempts (30). Last
> acquisition a
> ttempt exception:
> com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:
> Could not
> create connection to database server. Attempted reconnect 3 times.
> Giving up.
>         at
> sun.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source
> ) [na:na]
>         at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
> rce) [na:1.6.0_05]
>         at java.lang.reflect.Constructor.newInstance(Unknown Source)
> [na:1.6.0_0
> 5]
>         at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) [mysql-
> connector
> -java-5.1.7-bin.jar:na]
>         at com.mysql.jdbc.Util.getInstance(Util.java:381) [mysql-
> connector-java-
> 5.1.7-bin.jar:na]
>         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:
> 984) [mysql-
> connector-java-5.1.7-bin.jar:na]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.



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 acq
uires. While trying to acquire a needed new resource, we failed to
succeed more
than the maximum number of allowed acquisition attempts (30). Last
acquisition a
ttempt exception:
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:
Could not
create connection to database server. Attempted reconnect 3 times.
Giving up.
at
sun.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source
) [na:na]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) [na:1.6.0_05]
at java.lang.reflect.Constructor.newInstance(Unknown Source)
[na:1.6.0_0
5]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) [mysql-
connector
-java-5.1.7-bin.jar:na]
at com.mysql.jdbc.Util.getInstance(Util.java:381) [mysql-
connector-java-
5.1.7-bin.jar:na]
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:
984) [mysql-
connector-java-5.1.7-bin.jar:na]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.



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 Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.



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 interrupt().


On Apr 5, 3:47 pm, lfloyd  wrote:
> 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 server is now running, but I can no longer
> reach the install page:http://localhost:5080/openmeetings/install.  I
> receive error:  The requested resource (/openmeetings/install) is not
> available.  In the coomand window the following error appears:
> [ERROR] [main] org.red5.server.tomcat.TomcatLoader - Error loading
> tomcat, unabl
> e to bind connector. You may not have permission to use the selected
> port
> org.apache.catalina.LifecycleException: Protocol handler
> initialization failed:
> java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:5080
>         at
> org.apache.catalina.connector.Connector.initialize(Connector.java:100
> 9) [catalina-6.0.24.jar:na]
>         at org.apache.catalina.startup.Embedded.start(Embedded.java:
> 830) [catali
> na-6.0.24.jar:na]
>         at org.red5.server.tomcat.TomcatLoader.init(TomcatLoader.java:
> 504) [red5
> .jar:na].  As I am writing this I see the conflict I will remove the
> other server and attempt to install again.  When the other server is
> not running I am still unable to install for some reason.  But I can
> reach the install page.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.



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 server is now running, but I can no longer
reach the install page:http://localhost:5080/openmeetings/install.  I
receive error:  The requested resource (/openmeetings/install) is not
available.  In the coomand window the following error appears:
[ERROR] [main] org.red5.server.tomcat.TomcatLoader - Error loading
tomcat, unabl
e to bind connector. You may not have permission to use the selected
port
org.apache.catalina.LifecycleException: Protocol handler
initialization failed:
java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:5080
at
org.apache.catalina.connector.Connector.initialize(Connector.java:100
9) [catalina-6.0.24.jar:na]
at org.apache.catalina.startup.Embedded.start(Embedded.java:
830) [catali
na-6.0.24.jar:na]
at org.red5.server.tomcat.TomcatLoader.init(TomcatLoader.java:
504) [red5
.jar:na].  As I am writing this I see the conflict I will remove the
other server and attempt to install again.  When the other server is
not running I am still unable to install for some reason.  But I can
reach the install page.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.



$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 because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.



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:

TCP 127.0.0.1:8100 0.0.0.0:0 LISTENING


On Apr 1, 1:06 am, bizpsych experimenter 
wrote:
> Hi,
>
> I've installed openmeetings r3087 on a korean windows 7 installation.
>
> I'm trying to upload documents, but I get an error...
>
> 
>
> Name: exitValue
> Value: 0
> Name: command
> Value: [java, -cp, "C:\openmeetings\red5\webapps\openmeetings\jod
> \commons-cli-1.2.jar" -cp "C:\openmeetings\red5\webapps\openmeetings
> \jod\commons-io-1.4.jar" -cp "C:\openmeetings\red5\webapps\openmeetings
> \jod\jodconverter-2.2.2.jar" -cp "C:\openmeetings\red5\webapps
> \openmeetings\jod\jodconverter-cli-2.2.2.jar" -cp "C:\openmeetings
> \red5\webapps\openmeetings\jod\juh-3.0.1.jar" -cp "C:\openmeetings
> \red5\webapps\openmeetings\jod\jurt-3.0.1.jar" -cp "C:\openmeetings
> \red5\webapps\openmeetings\jod\ridl-3.0.1.jar" -cp "C:\openmeetings
> \red5\webapps\openmeetings\jod\slf4j-api-1.5.6.jar" -cp "C:
> \openmeetings\red5\webapps\openmeetings\jod\slf4j-jdk14-1.5.6.jar" -cp
> "C:\openmeetings\red5\webapps\openmeetings\jod\unoil-3.0.1.jar" -cp "C:
> \openmeetings\red5\webapps\openmeetings\jod\xstream-1.3.1.jar", -jar,
> C:\openmeetings\red5\webapps\openmeetings\jod\jodconverter-
> cli-2.2.2.jar, C:\openmeetings\red5\webapps\openmeetings\uploadtemp
> \3\new.txt, C:\openmeetings\red5\webapps\openmeetings\upload\3\new
> \new.pdf]
> Name: error
> Value: 2010. 4. 1 오후 1:59:17
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConne­ction
> connect정보: connected2010. 4. 1 오후 1:59:17
> com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConne­ction
> disposing정보: disconnected
> Name: process
> Value: doJodConvert
> Name: exitValue
> Value: 0
> Name: process
> Value: generateXMLDocument
> Name: exitValue
> Value: 0
> Name: command
> Value: [C:\Program Files\ImageMagick-6.6.0-Q8\convert.exe, -thumbnail,
> 80, C:\openmeetings\red5\webapps\openmeetings\upload\3\new\new.pdf, C:
> \openmeetings\red5\webapps\openmeetings\upload\3\new\_thumb_page-
> %04d.jpg]
> Name: error
> Value:
> Name: process
> Value: generateBatchThumb
> Name: exitValue
> Value: 0
> Name: process
> Value: processPDF
> Name: exitValue
> Value: -1
> Name: command
> Value: [C:\Program Files\SWFTools\gpdf2swf\pdf2swf.exe, -s,
> insertstop, C:\openmeetings\red5\webapps\openmeetings\upload\3\new
> \new.pdf, C:\openmeetings\red5\webapps\openmeetings\upload\3\new
> \new.swf]
> Name: error
> Value: Cannot run program "C:\Program Files\SWFTools\gpdf2swf
> \pdf2swf.exe": CreateProcess error=2, ÁödµÈ ÆÄÀÏ; ã; ¼ö ¾ø
> Name: process
> Value: generateSwf
>
> 
>
> I've installed all of the conversion tools, but for some reason, while
> a document can be uploaded, it always fails with an error like this
> one.
>
> Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@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.