Errno::ENOENT: No such file or directory @ rb_sysopen
Hi,
I running Arachni with proxy plugin and executing my automation test(using selenium webdriver for UI and REST API).
Note: My UI test involves image upload etc.
when I shutdown the proxy to run Arachni scan, it is erroring with Errno::ENOENT: No such file or directory @ rb_sysopen .
can you please help me on this ?
Arachni Version: 1.5.1-0.5.12
- Arachni-log.txt 32.1 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on Jul 08, 2017 @ 12:33 PM
Does the file
/opt/jenkins/workspace/tests_RunSecurityScan/arachni-1.5.1-0.5.12/system/gems/gems/arachni-1.5.1/components/plugins/proxy/panel/panel.html.erb
actually exist?It should be there, I don't know what might have happened on your system.
Can you try re-extracting the file at a different location and trying again?
2 Posted by KingRules on Jul 10, 2017 @ 10:13 AM
thanks for your reply Tasos Laskos
panel.html.erb does exists.
[jenkins@ip-XX-XX-XX-XX workspace]$ ls -lrt tests_RunSecurityScan/arachni-1.5.1-0.5.12/system/gems/gems/arachni-1.5.1/components/plugins/proxy/panel/panel.html.erb -rw-rw-r-- 1 jenkins jenkins 2208 Mar 29 10:06 tests_RunSecurityScan/arachni-1.5.1-0.5.12/system/gems/gems/arachni-1.5.1/components/plugins/proxy/panel/panel.html.erb
my automated scenarios use upload of image file in the application being tested. is this causing the issue ?
Support Staff 3 Posted by Tasos Laskos on Jul 11, 2017 @ 11:59 AM
I'm sorry I can't know that, I do know that this is working fine for me and everyone else though.
And it doesn't appear to be an issue just with the proxy plugin, files look like they've disappeared before and/or during runtime.