Bug 56001 - Cannot open .xlsx data for use by selenium when selenium is started from the command line
Summary: Cannot open .xlsx data for use by selenium when selenium is started from the ...
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 3.10-dev
Hardware: PC All
: P2 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 15:10 UTC by autotest6564
Modified: 2015-09-13 19:22 UTC (History)
0 users



Attachments
Groovy script which is attempted to run (10.05 KB, text/plain)
2014-01-13 15:10 UTC, autotest6564
Details

Note You need to log in before you can comment on or make changes to this bug.
Description autotest6564 2014-01-13 15:10:39 UTC
Created attachment 31202 [details]
Groovy script which is attempted to run

Command prompts sent to trigger test script which includes setting the classpath

set CLASSPATH=Q:\Automation\Eclipse\workspace\Resources\ooxml-lib\dom4j-1.6.1.jar;Q:\Automation\Eclipse\workspace\Resources\ooxml-lib\xmlbeans-2.3.0.jar;Q:\Automation\Eclipse\workspace\Resources\ooxml-lib\stax-api-1.0.1.jar;Q:\Automation\Eclipse\workspace\Resources\selenium-server-standalone-2.39.0.jar;Q:\Automation\Eclipse\workspace\Resources\testng-6.8.7.jar;Q:\Automation\Eclipse\workspace\Resources\poi-scratchpad-3.10-beta2-20130904.jar;Q:\Automation\Eclipse\workspace\Resources\poi-ooxml-schemas-3.10-beta2-20130904.jar;Q:\Automation\Eclipse\workspace\Resources\poi-ooxml-3.10-beta2-20130904.jar;Q:\Automation\Eclipse\workspace\Resources\poi-excelant-3.10-beta2-20121203.jar;Q:\Automation\Eclipse\workspace\Resources\poi-3.10-beta2-20130904.jar;Q:\Automation\Eclipse\workspace\Resources\poi-examples-3.10-beta2-20121203.jar;Q:\Automation\Eclipse\workspace\Resources\guice-2.0.jar;.
groovy Check\Eighth.groovy
Comment 1 Dominik Stadler 2014-02-01 17:01:39 UTC
Can you provide a bit more info? Like what the actual failure is for you? Output/Logs, ...? 

And can you please reproduce the problem without having Selenium in the mix? Because having that large dependency greatly reduces the chance that people will actually try to reproduce and analyze your problem, especially as you seem to point Selenium at a local page that is not even available for everyone...

Ideally you would provide a unit test which only uses poi together with some Excel file that you attach as well.
Comment 2 Dominik Stadler 2015-09-13 19:22:33 UTC
No response for over a year, therefore closing this as INVALID for now until we get more information about the actual problem.