HI everybody

 

My goal is putting jetspeed PSML files into a database mysql.

I'm using Jetspeed version  1.5

 

According to  the documentation:

1) I've changed  project.properties commenting the hypersonic-relatde
statements and adding the following:

 

database = mysql

 

torque.database.default.adapter=mysql

torque.dsfactory.default.connection.driver = org.gjt.mm.mysql.Driver 

torque.dsfactory.default.connection.url =
jdbc:mysql://localhost:3306/jetspeed

torque.dsfactory.default.connection.user =  root 

torque.dsfactory.default.connection.password = root

 

2) As I'm working behind a proxy (with password) I've created as well
the followinng file:

    $HOME/build.properties

with proper proxy informations (such as user name & password)

 

3) At last I've tried to build war file with command

    maven war

 

Maven  successfully downloads all required jar files, but unfortunately
compilation fails with the following error:

 

 

BUILD FAILED

File...... /root/.maven/cache/maven-torque-plugin-3.2/plugin.jelly

Element... torque-data-model

Line...... 228

Column.... 49

org.apache.torque.engine.EngineException: Connection timed out Total
time: 9 minutes 35 seconds

 

Message suggests some kind of problem with proxy, even though previous
downloads seemed to be OK.

 

Can anybody give me some hint?

 

Regards

Andrea Paventi

 

 

Reply via email to