Hi guys I am trying mvn install in the correct path and what I get is the
following error, I have to mention that the realm dippst exists in a BEA
DBmanager and is set to true.

com.meterware.httpunit.AuthorizationRequiredException: Basic authentication
req
ired: realm="dippst"
        at
com.meterware.httpunit.WebClient.validateHeaders(WebClient.java:571)
        at com.meterware.httpunit.WebClient.updateClient(WebClient.java:464)
        at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:139)
        at
com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:
30)
        at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:121)
        at com.meterware.httpunit.WebWindow.updateWindow(WebWindow.java:144)
        at
com.meterware.httpunit.WebWindow.getSubframeResponse(WebWindow.java:
30)
        at com.meterware.httpunit.WebWindow.getResponse(WebWindow.java:121)
        at com.meterware.httpunit.WebClient.getResponse(WebClient.java:113)
        at
eu.ohim.dip.tests.FunctionalTest.testDecisionCrud(FunctionalTest.jav
:77)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:552)
        at org.testng.internal.Invoker.invokeMethod(Invoker.java:411)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:785)
        at
org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:114)
        at org.testng.TestRunner.privateRun(TestRunner.java:693)
        at org.testng.TestRunner.run(TestRunner.java:574)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:241)
        at org.testng.SuiteRunner.run(SuiteRunner.java:145)
        at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:901)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:863)
        at
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeTes
NG(TestNGDirectoryTestSuite.java:195)
        at
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(Te
tNGDirectoryTestSuite.java:133)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(S
refireBooter.java:290)
        at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.
ava:818)
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.64 sec <<<
FA
LURE!

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] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Fri Sep 07 15:26:55 EEST 2007
[INFO] Final Memory: 8M/15M
[INFO]
------------------------------------------------------------------------

-- 
View this message in context: 
http://www.nabble.com/Realm-Basic-Authentication-required-tf4401161s177.html#a12554689
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to