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
Originally posted by kk088635 December 19, 2023
I am currently working on a PoC on a Java application. When I try to start the java agent in Amdocs Ginger, I get an error message " Failed to load agent, Error Details: 'Please confirm Agent configurations are valid'.
My application is running in the same machine as Amdocs ginger.
Error Logs :
Amdocs.Ginger.CoreNET.log4netLib.GingerLog |:
Method - b__45_0, Error - No connection could be made because the target machine actively refused it. [::ffff:127.0.0.1]:8888
System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (10061): No connection could be made because the target machine actively refused it. [::ffff:127.0.0.1]:8888
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
at GingerCore.Drivers.JavaDriverLib.JavaDriver.b__45_0() in D:\BuildConfigs\tfsagent_work\4\s\Ginger\GingerCore\Drivers\JavaDriverLib\JavaDriver.cs:line 239
Platform: WINDOWS JAVA
Amdocs Ginger version : 2023.4
Agent Configuration: JavaAgentHost : 127.0.0.1, JavaAgentPort : 8888
Please could you someone help me with this issue.
The text was updated successfully, but these errors were encountered:
Discussed in #3393
Originally posted by kk088635 December 19, 2023
I am currently working on a PoC on a Java application. When I try to start the java agent in Amdocs Ginger, I get an error message " Failed to load agent, Error Details: 'Please confirm Agent configurations are valid'.
My application is running in the same machine as Amdocs ginger.
Error Logs :
Amdocs.Ginger.CoreNET.log4netLib.GingerLog |:
Method - b__45_0, Error - No connection could be made because the target machine actively refused it. [::ffff:127.0.0.1]:8888
System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (10061): No connection could be made because the target machine actively refused it. [::ffff:127.0.0.1]:8888
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Net.Sockets.TcpClient.Connect(IPEndPoint remoteEP)
at GingerCore.Drivers.JavaDriverLib.JavaDriver.b__45_0() in D:\BuildConfigs\tfsagent_work\4\s\Ginger\GingerCore\Drivers\JavaDriverLib\JavaDriver.cs:line 239
Platform: WINDOWS JAVA
Amdocs Ginger version : 2023.4
Agent Configuration: JavaAgentHost : 127.0.0.1, JavaAgentPort : 8888
Please could you someone help me with this issue.
The text was updated successfully, but these errors were encountered: