cfspreadsheet-railo icon indicating copy to clipboard operation
cfspreadsheet-railo copied to clipboard

Installation didn't work?

Open CarolineE-J opened this issue 11 years ago • 7 comments

Hello, I just added cfspreadsheet to my Railo Web Admin using the steps stated in: http://www.andyjarrett.co.uk/blog/index.cfm/2011/1/4/cfspreadsheet-for-Railo-update

It all installed correctly and there were no errors.

However, when trying to actually use cfspreadsheet, I get this error:

Railo 4.0.4.001 Error (template) Message undefined tag [cfspreadsheet] Stacktrace The Error Occurred in /blah/file/location/ 25 23: /> ---> 24: 25: 26: 27:

cfspreadsheet would really help me what I'm trying to do (read in a xls file, go through it and take out certain informations in columns).

Thanks! Caroline

CarolineE-J avatar May 16 '13 09:05 CarolineE-J

Silly question, but did you restart Railo after installing? (It is required). Also, did you check the log files?

Also, the web site is a few versions behind unfortunately. The latest version is here: https://github.com/andyj/RailoExtensionProvider/blob/master/cfspreadsheetInstaller.zip

Leigh- avatar May 16 '13 15:05 Leigh-

CarolineE-J and Leigh,

have you figured out more about this issue or find an alternative solution? I have just installed that extension on railo 4.2.0 but I get the same error "undefined tag"

thanks

strangersliver avatar May 28 '14 17:05 strangersliver

Hi @strangersliver - I have not actively worked on this project in a while, but from what I recall, failing to restart was a common cause of that error.  So I would try that, if you have not already.  Sorry I could not be of more help.

On Wednesday, May 28, 2014 1:06 PM, strangersliver [email protected] wrote:

CarolineE-J and Leigh, have you figured out more about this issue or find an alternative solution? I have just installed that extension on railo 4.2.0 but I get the same error "undefined tag" thanks — Reply to this email directly or view it on GitHub.

Leigh- avatar Jun 02 '14 19:06 Leigh-

@strangersliver what steps did you take to get this to install on Railo 4.2. For the life of me, I can't even get it to install. Which of the many .zip files did you use? I have added the Provider, but I get the same error every time that the config file does not contain the necessary [info] section tag. Any input would be greatly appreciated as I really need to get this tag working.

Thanks....

cfielding avatar Jun 24 '14 22:06 cfielding

@cfielding how do you set up "Null Support"? My experience is the extension won't get installed unless it's set to "Partial Support (CFML Default)".

myleslee avatar Jun 25 '14 05:06 myleslee

Installing Via Admin Interface

I installed the extension in Railo 4.2.1.000 final, according to the README instructions.

log in to your Web Administrator and add http://www.andyjarrett.co.uk/RailoExtensionProvider/ExtensionProvider.cfc to your Providers (under Extension)
Then go to Applications (still under Extension) and install "CFPOI, a wrapper for the Apache POI Project."
Once done you will need to restart your Railo server.
With your server restarted you should be able to use the cfspreadsheet functions and tags.

Restarting Railo is the last step of the instructions, and I did indeed restart Tomcat afterwards.

Although "<cfspreadhsheet/> tag & functions" [sic] shows in the "Installed" section of "Extension > Applications," I still get "undefined tag [cfspreadsheet]" in the browser.

Note, I am running with default null support, which is "Partial Support (CFML Default)."

Installing Via Zip File

Leigh- commented on May 16, 2013

Also, the web site is a few versions behind unfortunately. The latest version is here: https://github.com/andyj/RailoExtensionProvider/blob/master/cfspreadsheetInstaller.zip

BTW, it wasn't apparent how to download the zip, but when I click "View Raw" in Chrome, it seems to initiate the zip download.

Additionally, when installing the zip via the "Extension > Applications > Upload new extension", it fails with "There is no config.xml file available in the extension!"

jamiejackson avatar Jul 14 '14 20:07 jamiejackson

I've submitted a pull request, which documents workarounds that I hope work for everyone.

Here are the rendered instructions.

jamiejackson avatar Sep 17 '14 22:09 jamiejackson