Thanks Gil and Jacques,

strange, I'll investigate further.

Regards,

Michael


Am 15.08.17 um 22:11 schrieb Jacques Le Roux:
Hi Michael,

Also this is not related with Buildbot, it's OK there

https://ci.apache.org/builders/ofbiz-trunk-framework-plugins

The ofbiz-trunk-framework-plugins test all

https://ci.apache.org/builders/ofbiz-trunk-framework

The ofbiz-trunk-framework test only the framework

HTH

Jacques


Le 15/08/2017 à 21:50, gil portenseigne a écrit :
Hello Michael,

I just did try the given build *./gradlew cleanAll loadAll testIntegration eclipse*, with success :

2017-08-15 21:37:54,529 |main |ContainerLoader |I| Stopping container component-container 2017-08-15 21:37:54,529 |main |ContainerLoader |I| Stopped container component-container
Trying to override old definition of datatype junitreport
:testIntegration
:eclipseClasspath
:eclipseJdt
:eclipseProject
:eclipse

BUILD SUCCESSFUL

Total time: 7 mins 52.896 secs

You might have something wrong on your side...

Gil


On 15/08/2017 20:29, Michael Brohl wrote:
Hi devs,

Is anyone else experiencing build failures with the latest trunk version?

The build ./gradlew cleanAll loadAll testIntegration eclipse

fails with the following messages:

org.apache.ofbiz.base.start.StartupException: Cannot start() org.apache.ofbiz.testtools.TestRunContainer (Test run was unsuccessful) at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:150) at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:73) at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:222) at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:72)
        at org.apache.ofbiz.base.start.Start.main(Start.java:84)
Caused by: org.apache.ofbiz.base.container.ContainerException: Test run was unsuccessful at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:199) at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:148)
        ... 4 more
:ofbiz --test FAILED
Trying to override old definition of datatype junitreport

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ofbiz --test'.
> Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED


The failed tests are

failure:

servicetests service-xml-rpc-local-engine Failure HTTP server returned unexpected status: Invalid password/token for user: admin

junit.framework.AssertionFailedError: HTTP server returned unexpected status: Invalid password/token for user: admin
at org.apache.ofbiz.testtools.ServiceTest.run(ServiceTest.java:677)
at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:152) at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainnerLoader.java:148) at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:73) at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupConttrolPanel.java:222) at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:72)
at org.apache.ofbiz.base.staart.Start.main(Start.java:84)

error:

servicetests testSOAPSimpleService Error Service did not return expected result

org.apache.ofbiz.service.GenericServiceException: Service did not return expected result at org.apache.ofbiz.service.engine.SOAPClientEngine.runSync(SOAPClientEngine.java:77) at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:396) at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:227) at org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88) at org.apache.ofbiz.service.test.ServiceSOAPTests.testSOAPSimpleService(SerrviceSOAPTests.java:43) at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:152) at org.apache.ofbiz.base.container.ContainerLoadeer.startLoadedContainers(ContainerLoader.java:148) at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:73) at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.javva:222) at org.apache.ofbiz.bbase.start.StartupControlPanel.start(StartupControlPanel.java:72)
at org.apache.ofbiz.base.staart.Start.main(Start.java:84)
    0.596
servicetests testSOAPService Error Service did not return expected result

org.apache.ofbiz.service.GenericServiceException: Service did not return expected result at org.apache.ofbiz.service.engine.SOAPClientEngine.runSync(SOAPClientEngine.java:77) at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:396) at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:227) at org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:88) at org.apache.ofbiz.service.test.ServiceSOAPTests.testSOAPService(ServicceSOAPTests.java:54) at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:152) at org.apache.ofbiz.base.container.ContainerLoadeer.startLoadedContainers(ContainerLoader.java:148) at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:73) at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.javva:222) at org.apache.ofbiz.bbase.start.StartupControlPanel.start(StartupControlPanel.java:72)
at org.apache.ofbiz.base.staart.Start.main(Start.java:84)
    0.046
servicetests testXmlRpcRequest Error HTTP server returned unexpected status: Invalid password/token for user: admin

org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Invalid password/token for user: admin at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.getInputStream(XmlRpcSuunHttpTransport.java:94) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:152) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:115) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.javva:69) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClienntWorker.java:56)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167)

at org.apache.xmlrpc.client.XmlRppcClient.execute(XmlRpcClient.java:137)
at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:126)
at org.apache.ofbiz.service.test.XmlRpcTests.testXmlRpcRequest(XmlRpcTests.java:58) at org.apaache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:152) at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:148) at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:73) at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupConttrolPanel.java:222) at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:72)
at org.apache.ofbiz.base.staart.Start.main(Start.java:84)
    0.130


It seems that the user login data for admin is not correct.

If anyone can confirm this, I'll file a Jira for this. Just want to be sure that the fault is not on my side.

Thanks and regards,

Michael


Am 15.08.17 um 19:41 schrieb build...@apache.org:
The Buildbot has detected a restored build on builder ofbiz-trunk-framework-plugins while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework-plugins/builds/341

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: silvanus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz-framework-commit' triggered this build
Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1805107
Blamelist: jleroux

Build succeeded!

Sincerely,
  -The Buildbot










Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to