Closed (duplicate)
Project:
Sheetnode
Version:
6.x-1.5-beta3
Component:
Core
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Nov 2009 at 10:04 UTC
Updated:
22 Nov 2010 at 10:26 UTC
Hi,
When I'm trying to create Sheetnode import from Excel I'm getting this error:
Fatal error: Class 'java_io_FileInputStream' not found in …\modules\sheetnode\sheetnode_xls.import.inc on line 58
Comments
Comment #1
shaynl commentedComment #2
infojunkieCan you please check this issue: #617922: Fatal Error: Java class not found using java_autoload() and see if it's related to your case? If it is, please mark this one as duplicate and follow up one the other one.
Comment #3
shaynl commentedI don't think it's related… It's about export to excel.
My case is about import from excel files…
Comment #4
infojunkieCan you please give the versions of the following:
* PHP
* Apache POI
* PHP/Java Bridge
as well as how you installed PHP/Java Bridge.
Comment #5
shaynl commentedPHP – 5.2.11
Apache POI - 3.5-FINAL-20090928
PHP/Java Bridge – 5.5.4
It's installed locally with WampServer & Apache Tomcat 6.0.20
I installed PHP/Java Bridge exactly like it say on their website: I copied JavaBridge.war to tomcat webapps folder.
I test it with the examples and it works fine.
Comment #6
infojunkieIt's a problem with PHP/Java Bridge 5.5.4, as described here: http://sourceforge.net/mailarchive/forum.php?thread_name=72543f000911061...
I'm marking this as duplicate of #617922: Fatal Error: Java class not found using java_autoload() because they have the same root cause.
Comment #7
infojunkieThe latest 1.5-beta3 version has removed the Java dependencies and replaced them with PHPExcel library. Please delete your sheetnode folder and install the latest version as per the instructions on the module page.