Replies: 2 comments 1 reply
-
Make sure that there are no other applications or processes using the same port (8888). You can use tools like netstat to check for open ports and identify any conflicts. Open a command prompt and run: netstat -an | find "8888" |
Beta Was this translation helpful? Give feedback.
-
Automate Java application Create Ginger Solution: Include the Java target application and the Java agent.
Attach Java Agent:
Run the Action: Click the "Run Action" button and wait for the Java application to launch.
Create POM: You can now create a Page Object Model (POM) of the Java application and begin automation.
for more detail refer below image |
Beta Was this translation helpful? Give feedback.
-
I am currently working on a PoC on a Java application. When I try to start the java agent, 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
Agent Configuration: JavaAgentHost : 127.0.0.1, JavaAgentPort : 8888
Please could you someone help me with this issue.
Beta Was this translation helpful? Give feedback.
All reactions