-
retrofit2.adapter.rxjava.HttpException: HTTP 404 Not Found
saanl updated
5 years ago
-
> FATAL
FATAL EXCEPTION: RxNewThreadScheduler-7
java.lang.IllegalStateException: Fatal Exception thrown on Scheduler.Worker thread.
at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.…
-
Just had a spark application that connects to some streaming service and consumes data, but the sparkapplication is stuck without sate for a too long time?
```sh
NAME STATUS ATTEMPTS …
-
I have 2 issues when using this plugin on some dependencies.
The first is it gives a warning that the specified version is not the latest version and I should update. When I check this for retrofit…
-
**Query/Question**
https://github.com/Azure/azure-libraries-for-java/blob/master/azure-mgmt-resources/src/test/java/com/microsoft/azure/management/resources/GenericResourcesTests.java
Run test as ab…
-
**Describe the bug**
For RP version 5.11.1, i was trying junit agent
![image](https://github.com/reportportal/agent-java-junit/assets/27341455/d1f2e324-4b2d-4f5d-bdf4-eee6dfa7ce9b)
**Steps to …
-
`com.sun.tools.javac.code.Symbol$CompletionFailure: 找不到java.lang.invoke.MethodType的类文件
Error:Execution failed for task ':app:compileDebugUnitTestJavaWithJavac'.`
> Compilation failed; see the compile…
-
**Describe the bug**
After creating the app for functions I can't get the master key, as an unexpected exception is raised.
***Exception or Stack Trace***
```
Exception in thread "main" java.lan…
-
Hi there,
There is an strange crash in our android car application due to UndeliverableException.
we are using kotlin with rxjava
retrofit2/retrofit2:adapter-rxjava3 version: 2.9.0
rxjava/rxk…
-
I have the following code that tries to list existing app service certificates (3rd party) via the REST API:
`Optional existingAppCert = azure.appServices().certificates().list().stream().filter(c …