[Stackoverflow] [Progress OpenEdge ABL] Plugin with appserver connection inside not working on sonarqube

Status
Not open for further replies.
M

Mahdi lengliz

Guest
Lately i developed a sonaraqube plugin with an appserver connection inside:

Code:
 this.oao = OpenEdgeAPSConnector.getOpenAppObjectInstance("AppServerDC://localhost:3090");

when i install this plugin it shows a connection problem:

Code:
jvm 1    | 2020.08.13 20:48:25 INFO  app[][o.s.a.p.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [C:\sonarqube-7.3]: C:\Program Files\Java\jdk1.8.0_261\jre\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=C:\sonarqube-7.3\temp -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -cp ./lib/common/*;C:\sonarqube-7.3\lib\jdbc\h2\h2-1.3.176.jar org.sonar.server.app.WebServer C:\sonarqube-7.3\temp\sq-process2497102236075814669properties
jvm 1    | 2020.08.13 20:48:26 INFO  app[][o.s.a.SchedulerImpl] Process [web] is stopped
jvm 1    | 2020.08.13 20:48:26 INFO  app[][o.s.a.SchedulerImpl] Process [es] is stopped
jvm 1    | 2020.08.13 20:48:26 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
jvm 1    | 2020.08.13 20:48:26 WARN  app[][o.e.t.n.Netty4Transport] exception caught on transport layer [[id: 0x066f5f28, L:/127.0.0.1:53117 - R:/127.0.0.1:9009]], closing connection
jvm 1    | java.io.IOException: Une connexion existante a d¹ Ûtre fermÚe par lÆh¶te distant

Does anyone knows why this is happening? I am blocked since weeks on this please help . I start thinking that sonarqube doesn't accept connections inside plugins :(

Continue reading...
 
Status
Not open for further replies.
Top