-
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/147439?tab=1
```log
STDOUT:
Regression test for bug 4127826
EchoServer: creating remote object
EchoServer: binding in registry
STDERR:
…
-
linux与本地连接成功,只关联了jar包,更新服务器jar包时,异常
![image](https://github.com/Liubsyy/HotSecondsIDEA/assets/153061817/96aa139f-acb3-45b4-a34e-c5c774452d38)
[14:10:20] [172.18.10.65:12024] Initialized hot-se…
-
2019-07-31 14:10:52,311 - [ERROR] k.m.j.KafkaJMX$ - Failed to connect to service:jmx:rmi:///jndi/rmi://10.1.10.121:9999/jmxrmi
java.rmi.UnknownHostException: Unknown host: vl010001137165; nested exce…
-
```
java.lang.SecurityException: attempt to add a Permission to a readonly Permissions object
at java.security.Permissions.add(Permissions.java:126)
at java.security.Policy$Unsupported…
-
GF supports starting secured RMI Registry for JMX. In that case EMBEDDED broker can reuse it instead of starting its own to avoid opening extra port.
-
ScenicView launches and can find and apparently connect to the running JavaFx-application:
```
Platform running
Launching ScenicView v11.0.2
Startup done
Creating server
Server done
Number of…
-
When tryin gto start the voice browser via
```
cd main
../gradlew run
```
the voice browser start up properly but demo programs report issues like
```
1263 [main ] INFO …
-
After upgrading to Android Studio Hedgehog | 2023.1, AGP to 8.2.0, kotlin to 1.9.21 and ksp to 1.9.21-1.0.16 I started to experience following behaviour of IDE:
1. Change kotlin code
2. Run the app
…
-
Hi,
thanks alot for your [blogpost](https://mogwailabs.de/blog/2019/03/attacking-java-rmi-services-after-jep-290/) that I just discovered. I tried to follow along with the examples in this repository…
-
This is the problematic code on Dagger 2.51.1 with KSP.
```kotlin
class Class1 @AssistedInject constructor() {
class Class2 {
inner class Class3
}
// This function causes…