You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by PAVENTI ANDREA <ap...@sogei.it> on 2005/05/12 09:07:33 UTC

I: BUILD FAILED .....Connection time out ? problem nomore

About connection time out I realized that is definitively a random problem actually depending on proxy as sometime compilation goes on till the end....

So my suggestion is try and try it again until it works.

 

But now I'm coping with a different problem:

In spite of all reassuring

 

BUILD SUCCESSFUL

 

I didn't find my 

Dbpsml-schema.sql

Under <jetspeed-source-directory>/target/classes/sql

 

Where is the mistake? I'm investigating

 

Andrea Paventi

 

 

  _____  

Da: PAVENTI ANDREA 
Inviato: mercoledì 11 maggio 2005 11.57
A: 'jetspeed-dev@portals.apache.org'
Oggetto: BUILD FAILED .....Connection time out ?

 

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