lucky
Newbie
Joined: 05/12/09
Posts: 9 |
sessionstorage issue
03/17/10 1:28 PM
Dear All,
I developed a web portal using coldbox. I think it is great!!! :) I tested our application on different development environments and on a test server and everything was ok.
Now we deployed the application on a test server with load balancing configuration and we have the following problem:
Could not find the ColdFusion Component or Interface coldbox.system.plugins.SessionStorage.
coldbox/system/services/PluginService.cfc (45)
the /coldbox mapping has been done on the cfadmin pointing the right phisic path.
Any idea on how to solve the problem?
Thanks in advance Luca
|
|
Link | Top | Bottom
|
lucky
Newbie
Joined: 05/12/09
Posts: 9 |
sessionstorage issue
03/18/10 3:25 AM
Another note: I also put the coldbox helloworld sample application on the server and I've got the same error, so I think could be something related to coldbox - coldfusion - server settings. The coldbox version is 2.6.3 with coldfusion 8.
Thanks for you help Luca
|
|
Link | Top | Bottom
|
lmajano
Veteran Master
Joined: 01/29/05
Posts: 1209 |
RE: sessionstorage issue
03/18/10 11:10 AM
Luca,
That seems really strange. Check that the files have the right permissions?
Also, try seeing if the path is valid, maybe:
FileExists("/coldbox/system/plugins/SessionStorage.cfc") Luis Majano
|
|
Link | Top | Bottom
|
lucky
Newbie
Joined: 05/12/09
Posts: 9 |
RE: sessionstorage issue
03/18/10 12:01 PM
Permissions are the same than in others environments where I have tested the application. The results of command you suggested is NO, but if I execute FileExists(ExpandPath("/coldbox/system/plugins/sessionstorage.cfc")) is YES. So I think that the problem shouldn't be here.
Correct? Any other suggestion?
Thanks, Luca
|
|
Link | Top | Bottom
|
lmajano
Veteran Master
Joined: 01/29/05
Posts: 1209 |
RE: sessionstorage issue
03/18/10 3:19 PM
Ahh ok, Luca,
You are on version 2.6.3 right? Are you on a Unix OS?
If so, then the case sensitivity is biting you. Luis Majano
|
|
Link | Top | Bottom
|
lucky
Newbie
Joined: 05/12/09
Posts: 9 |
RE: sessionstorage issue
03/18/10 5:50 PM
Yes, I'm on 2.6.3 version and on a Unix OS. Have you already experienced this error? What I have to do? Because I've tried to do some changes, but without success...
Thank you very much for your help, Luca
|
|
Link | Top | Bottom
|
lucky
Newbie
Joined: 05/12/09
Posts: 9 |
RE: sessionstorage issue
03/18/10 5:59 PM
Another thing that sounds strange: I haven't got the problem on other environments with same coldbox version and with the same OS... can it be some settings on coldfusion?
Luca
|
|
Link | Top | Bottom
|
lucky
Newbie
Joined: 05/12/09
Posts: 9 |
RE: sessionstorage issue
03/22/10 5:24 AM
Luis, you're right: the problem was case sensitivity. Thank you very much for your help!
Now I'm trying to move application to coldbox 3.0. I think I've found a bug: components
-system/plugins/ClusterStorage.cfc -system/plugins/FeedGenerator.cfc -system/plugins/FeedReader.cfc
extend coldbox.system.plugin instead of coldbox.system.Plugin, and this causes problems on Unix systems. Can you please verify?
Thanks again,
Luca
|
|
Link | Top | Bottom
|
lmajano
Veteran Master
Joined: 01/29/05
Posts: 1209 |
RE: sessionstorage issue
03/22/10 1:29 PM
Thanks,
That was absolutely right. I have updated it on SVN. Luis Majano
|
|
Link | Top | Bottom
|