-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uploadRobotFile returns Action Error : java.lang.NullPointerException #26
Comments
Can you confirm that the robot extention runs on a windows system ? |
It does run on windows system, is this action limited to linux hosts? |
There are no reason that this shouls not work on windows. |
Thanks for the log. I will try to reproduce that. |
A couple of question that may help to identify the issue:
|
From your logs, I see that -a (--authorisedFolderScope) has been feed with null. |
I'm not being able to launch a node with the argument -a, an exception is raised, can you please advise on how to use it? Below is one example of the command I tried to use with the -a: java -cp "selenium-server-standalone-3.141.59.jar;cerberus-robot-extension-1.8-SNAPSHOT-full.jar" org.openqa.grid.selenium.GridLauncherV3 -role node -hub http://127.0.0.1:4444/grid/register -port 4445 -a "C:\selenium" -servlets org.sikuliserver.ExecuteSikuliAction -servlets org.cerberus.robot.extension.sikuli.ExecuteSikuliAction -servlets org.cerberus.robot.extension.filemanagement.ExecuteFilemanagementAction -servlets org.cerberus.robot.extension.management.ExecuteManagementAction |
Hello, while trying to use the uploadRobotFile action a java.lang.NullPointerException occurs.

the action is configured like this:

Can you please advise?
The text was updated successfully, but these errors were encountered: