You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Report portal gives the exception
2024-09-26 16:08:17,483 [main] INFO c.epam.reportportal.service.Launch - Rerun: false
2024-09-26 16:08:18,346 [rp-io-1] ERROR c.epam.reportportal.service.Launch - [21] ReportPortal execution error
retrofit2.adapter.rxjava2.HttpException: HTTP 405
at retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext(BodyObservable.java:57)
at retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext(BodyObservable.java:38)
at retrofit2.adapter.rxjava2.CallExecuteObservable.subscribeActual(CallExecuteObservable.java:48)
at io.reactivex.Observable.subscribe(Observable.java:12267)
at retrofit2.adapter.rxjava2.BodyObservable.subscribeActual(BodyObservable.java:35)
at io.reactivex.Observable.subscribe(Observable.java:12267)
at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96) Steps to Reproduce
Set the cucumber options as below @listeners(CucumberTestNGListener.class)
@CucumberOptions(
features = {"src/test/resources/features/some_feature_name.feature"},
glue = {"com.xxxx.stepdefinitions","com.xxxxx.xxxxx.runners.cucumber"},
plugin = {"pretty", "com.epam.reportportal.cucumber.StepReporter","com.epam.reportportal.cucumber.ScenarioReporter"}
) Expected behavior
Report portal should generate the necessary output
Actual behavior
It is giving the exception as above
Dependency versions
Include version info of the following libraries: client-java, agent-java-cucumber
java version : openjdk version 18.0.1
testng version : 7.1.0
cucumber version : 7.18.0
report portal maven pom dependency used
Report portal gives the exception
2024-09-26 16:08:17,483 [main] INFO c.epam.reportportal.service.Launch - Rerun: false
2024-09-26 16:08:18,346 [rp-io-1] ERROR c.epam.reportportal.service.Launch - [21] ReportPortal execution error
retrofit2.adapter.rxjava2.HttpException: HTTP 405
at retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext(BodyObservable.java:57)
at retrofit2.adapter.rxjava2.BodyObservable$BodyObserver.onNext(BodyObservable.java:38)
at retrofit2.adapter.rxjava2.CallExecuteObservable.subscribeActual(CallExecuteObservable.java:48)
at io.reactivex.Observable.subscribe(Observable.java:12267)
at retrofit2.adapter.rxjava2.BodyObservable.subscribeActual(BodyObservable.java:35)
at io.reactivex.Observable.subscribe(Observable.java:12267)
at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
Steps to Reproduce
@listeners(CucumberTestNGListener.class)
@CucumberOptions(
features = {"src/test/resources/features/some_feature_name.feature"},
glue = {"com.xxxx.stepdefinitions","com.xxxxx.xxxxx.runners.cucumber"},
plugin = {"pretty", "com.epam.reportportal.cucumber.StepReporter","com.epam.reportportal.cucumber.ScenarioReporter"}
)
Expected behavior
Report portal should generate the necessary output
Actual behavior
It is giving the exception as above
Dependency versions
Include version info of the following libraries: client-java, agent-java-cucumber
java version : openjdk version 18.0.1
testng version : 7.1.0
cucumber version : 7.18.0
report portal maven pom dependency used
Additional context
used all the reportportal properties from the report portal user profile.
The text was updated successfully, but these errors were encountered: