Hi,
the user list is more appropriate for this kind of questions.
Your build is failing during the test phase, so deployment hasn't even
started. The failing tests are:
> Failed tests:
> testDecisionCrud(eu.ohim.dip.tests.FunctionalTest)
> testDecisionSearch(eu.ohim.dip.tests.FunctionalTest)
The causing exception is:
> Caused by: java.net.ConnectException: Connection timed out: connect
So judging from that, it seems that there is something wrong with your
network connection, remote server or connection settings.
-Tim
theozaf schrieb:
Hello guys, I am facing a problem when trying to test my files in the maven
server. Every clean and install command works perfect in other faces ex.
when installing plug ins, but I got a headache bug when I am testing the
deployment. bellow I am reporting some parts of the error since it is too
long.
T E S T S
-------------------------------------------------------
Running eu.ohim.dip.tests.FunctionalTest
java.net.ConnectException: Connection timed out: connect
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
**************************************************************************
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.Socket.connect(Socket.java:519)
at java.net.Socket.connect(Socket.java:469)
at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:382)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:509)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
at sun.net.www.http.HttpClient.New(HttpClient.java:304)
******************************************************************************
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 45.922 sec
<<< F
AILURE!
Results :
Failed tests:
testDecisionCrud(eu.ohim.dip.tests.FunctionalTest)
testDecisionSearch(eu.ohim.dip.tests.FunctionalTest)
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:555)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:475)
*************************************************************************
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 49 seconds
[INFO] Finished at: Mon Sep 03 17:47:28 EEST 2007
[INFO] Final Memory: 8M/16M
[INFO]
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]