[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] Connection problems



Hi Eduardo,
It seems that your client is coming up ok and I don't know what is wrong. I really don't know what you are expecting. I would suggest to :


use jdk 1.5
make the trial with socket connections
start your xmlBlaster with jmx enabled:

java -Dcom.sun.management.jmxremote.port=1099
     -Dcom.sun.management.jmxremote.ssl=false
     -Dcom.sun.management.jmxremote.authenticate=false org.xmlBlaster.Main

and then you start jconsole:
jconsole service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi


as described in: http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.jmx.html

Then it is much easier to see what is going on internally.

Regards
Michele




Eduardo Catarino wrote:
Hi,



The application that I’m developing has the following problem: when it starts a connection the processes only reports the next lines, and after that it stays alive but not going anywhere.



Property: Loading xmlBlaster.properties from CLASSPATH file:/C:/xmlBlaster/lib/xmlBlaster.jar!/xmlBlaster.properties

Property: No args array given.

Property: Added 1 property pairs

[27/Set/2005 14:51:30 INFO main XmlBlasterAccess] Loaded security plugin=htpasswd version=1.0

[27/Set/2005 14:51:30 INFO main JmxWrapper] No 'java -Dcom.sun.management.jmxremote' specified, JMX is switched off

writeScript

[27/Set/2005 14:51:32 INFO main JdbcConnectionPool-jdbc:hsqldb:C:\Documents and Settings\eduardo.catarino\tmp\clientEd12] Successfully reconnected to database

[27/Set/2005 14:51:32 INFO main JdbcConnectionPool-jdbc:hsqldb:C:\Documents and Settings\eduardo.catarino\tmp\clientEd12] Connections to DB 'jdbc:hsqldb:C:\Documents and Settings\eduardo.catarino\tmp\clientEd12' successfully established.

[27/Set/2005 14:51:32 INFO main ClientEntryFactory] successfully initialized

[27/Set/2005 14:51:32 INFO main JdbcManagerCommonTable] The maximum SQL statement length is not defined in JDBC meta data, we set it to 2048

[27/Set/2005 14:51:32 INFO main XmlRpcConnection] Created 'XMLRPC' protocol plugin to connect to xmlBlaster server

[27/Set/2005 14:51:32 INFO main XmlRpcConnection] Created XmlRpc client to http://localhost:8081/





            What should I check to find out what’s wrong?



Best regards,

Eduardo Catarino