Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Error After Install
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Shane  
View profile  
 More options Mar 26, 10:39 am
From: Shane <shanesti...@gmail.com>
Date: Thu, 26 Mar 2009 07:39:50 -0700 (PDT)
Local: Thurs, Mar 26 2009 10:39 am
Subject: Error After Install
I unzipped onTap in my webroot and went to fire it up and got this
error: I am running CF 8 on Ubuntu 8.04.

onTap: unable to locate file for library function getObject


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Dealey  
View profile  
 More options Mar 26, 8:20 pm
From: Isaac Dealey <i...@tapogee.com>
Date: Thu, 26 Mar 2009 19:20:26 -0500
Local: Thurs, Mar 26 2009 8:20 pm
Subject: Re: [onTap] Error After Install

> I unzipped onTap in my webroot and went to fire it up and got this
> error: I am running CF 8 on Ubuntu 8.04.

> onTap: unable to locate file for library function getObject

Hi Shane, thanks a lot for helping us out with this. :)

I don't have a copy of Ubuntu that I can test on. Do you know if there's
a way that I can run Ubuntu perhaps as a virtual machine within either
a 64bit Vista Ultimate or Win XP Pro (32bit) environment? If so then I
might be able to have a look at this issue myself.

Otherwise, I'd be grateful for any help you can offer in debugging and
fixing the issue. :) Library functions are loaded on-demand in a CF8
environment within the /_tap/lazylib.cfc . You'll want to look first at
onMissingMethod() - it's possible that the component might not be
applying an lcase() to the function name when it builds the path to the
target file it needs to load the function. I thought I had made sure of
that when I designed it originally, but it's a good place to
double-check as a starting point for finding this issue, particularly
since I haven't had the ability to test on *nix personally. :)

Thanks again Shane.

--
[ ike ] founder - onTap framework

phone: 781.769.0723

http://on.tapogee.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shane  
View profile  
 More options Mar 27, 9:41 am
From: Shane <shanesti...@gmail.com>
Date: Fri, 27 Mar 2009 06:41:28 -0700 (PDT)
Local: Fri, Mar 27 2009 9:41 am
Subject: Re: Error After Install
I looked into it a bit and found that it was looking for
resource.tapi.getobject. tapi is named tap.cfc, unless I am missing a
file. I changed the code in fileman to this:
        <cffunction name="getObject" access="private" output="false">
                <cfargument name="path" type="string" required="true">
                <cfreturn request.tap.getObject(arguments.path)>
        </cffunction>
which brought me to the next error:
Could not find the ColdFusion Component or Interface
fileformat.resourcebundle. The error occurred in tap.cfc.

resourcebundle extends fileformat, so there would be no need to call
fileformat.resourcebundle.

Do I have the right onTap build. I downloaded the latest from your
site.

-Shane

On Mar 26, 7:20 pm, Isaac Dealey <i...@tapogee.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Dealey  
View profile  
 More options Mar 28, 4:45 am
From: Isaac Dealey <i...@tapogee.com>
Date: Sat, 28 Mar 2009 03:45:05 -0500
Local: Sat, Mar 28 2009 4:45 am
Subject: Re: [onTap] Re: Error After Install
Hey Shane, sorry for the delay... I had this blog that I really wanted
to get off my chest, so I spent a good part of this afternoon writing
that. http://ontap.riaforge.org/blog/index.cfm/2009/3/28/growth

> I looked into it a bit and found that it was looking for
> resource.tapi.getobject. tapi is named tap.cfc, unless I am missing a
> file. I changed the code in fileman to this:
>    <cffunction name="getObject" access="private" output="false">
>            <cfargument name="path" type="string" required="true">
>            <cfreturn request.tap.getObject(arguments.path)>
>    </cffunction>

Oh yeah... getObject() is kind of a long story -- it's really a holdover
from the days before we had application-specific mappings, but there's
not been any really compelling reason (yet) to get in there and remove
all the references to it. Anyway I think i did modify it not too long
ago when I was moving some other even older code (think cf5) so that
getObject requests would go through the tap object instead of through
the library. The long-story short is that it's a still working piece of
code that was designed to compensate for pre CF8 features and it looks
like you got ahold of a transitional copy that wasn't in good shape. I'm
thinking... not entirely sure, but I'm leaning that way.

> which brought me to the next error:
> Could not find the ColdFusion Component or Interface
> fileformat.resourcebundle. The error occurred in tap.cfc.

> resourcebundle extends fileformat, so there would be no need to call
> fileformat.resourcebundle.

Well all of the CFCs in that directory extend fileformat.fileformat,
which is the root component for that feature set. So
fileformat.resourcebundle gets all the core behaviors that don't change
from one format to another (i.e. file paths) from the root
fileformat/fileformat.cfc - fileformat/resourcebundle.cfc then
overwrites the methods for reading and writing files using that format.

> Do I have the right onTap build. I downloaded the latest from your
> site.

The copy that's on tapogee.com is probably outdated. The one that's kept
up to date is on riaforge.org -- I uploaded the copy to the tapogee domain
because someone was asking for it on a day that riaforge was down for a
while, so they were having trouble getting it. But that's not the main copy
so I don't usually update it when I push new versions to riaforge.

If you did get this copy from riaforge, or if you download the latest
from riaforge and are still having this issue, then we must have some
issues with Ubuntu that we'll need to address.

Thanks for the help, Shane. :)

--
[ ike ] founder - onTap framework

phone: 781.769.0723

http://on.tapogee.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shane  
View profile  
 More options Mar 31, 8:30 am
From: Shane <shanesti...@gmail.com>
Date: Tue, 31 Mar 2009 05:30:11 -0700 (PDT)
Local: Tues, Mar 31 2009 8:30 am
Subject: Re: Error After Install
I picked up the latest form riaforge, still the same problem. I will
look into it a bit more later.
thanks,
Shane

On Mar 28, 3:45 am, Isaac Dealey <i...@tapogee.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Dealey  
View profile  
 More options Mar 31, 12:59 pm
From: Isaac Dealey <i...@tapogee.com>
Date: Tue, 31 Mar 2009 11:59:36 -0500
Local: Tues, Mar 31 2009 12:59 pm
Subject: Re: [onTap] Re: Error After Install
Thanks Shane. :)

I just realized that the comment I made about where to download might be
a little confusing. There's a download link on the left site of the
framework site http://on.tapogee.com -- that download link targets the
download on riaforge. (And I imagine that's probably where you were
downloading from, so you probably had the right one -- I forgot about
that link actually.) The other copy that I uploaded to the tapogee
domain I had posted a link to in the google group here a while ago when
someone was having trouble accessing riaforge.

--
[ ike ] founder - onTap framework

phone: 781.769.0723

http://on.tapogee.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shane  
View profile  
 More options Mar 31, 2:28 pm
From: Shane <shanesti...@gmail.com>
Date: Tue, 31 Mar 2009 11:28:35 -0700 (PDT)
Local: Tues, Mar 31 2009 2:28 pm
Subject: Re: Error After Install
Yep, that is where I got it from. It's to bad, I was really looking
forward to trying this out. We are in the process of looking for a new
framework for coldfusion. Most of our development has been done in
fusebox 3 and 4. I just recently wrote and app in fusebox 5.5 using
xml. I am now trying out coldbox, which is pretty good, but what I am
really after is something like ruby on rails, rapid application
development with everything built in. Coldbox has a lot, but I still
have to use other frameworks like transfer and lightwire to get more
functionality out of it. I was excited to try yours. I am new to the
coldfusion world, so I have a lot of learning to do and trying to
learn all these frameworks is tough. I really enjoyed ruby on rails. I
picked up a book and had a working app in no time flat, no pouring
over endless blogs and internet docs to find solutions. I wish I could
help you out more but time and experience are not on my side.

Thanks,
Shane

On Mar 31, 11:59 am, Isaac Dealey <i...@tapogee.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Dealey  
View profile  
 More options Apr 7, 1:24 am
From: Isaac Dealey <i...@tapogee.com>
Date: Tue, 07 Apr 2009 00:24:56 -0500
Local: Tues, Apr 7 2009 1:24 am
Subject: Re: [onTap] Re: Error After Install

> Yep, that is where I got it from. It's to bad, I was really looking
> forward to trying this out. We are in the process of looking for a new
> framework for coldfusion. Most of our development has been done in
> fusebox 3 and 4. I just recently wrote and app in fusebox 5.5 using
> xml. I am now trying out coldbox, which is pretty good, but what I am
> really after is something like ruby on rails, rapid application
> development with everything built in. Coldbox has a lot, but I still
> have to use other frameworks like transfer and lightwire to get more
> functionality out of it. I was excited to try yours. I am new to the
> coldfusion world, so I have a lot of learning to do and trying to
> learn all these frameworks is tough. I really enjoyed ruby on rails. I
> picked up a book and had a working app in no time flat, no pouring
> over endless blogs and internet docs to find solutions. I wish I could
> help you out more but time and experience are not on my side.

Thanks Shane. Sorry for the delay replying to this... been kinda busy
this past week. That is our hope with the onTap framework is that it
will become a kind of "snap in" solution for a lot of things with
plugins that can be downloaded from the webservice (or purchased). It's
just going to take getting people writing plugins to make that a reality.
I know it can be done -- I think more people are likely to get involved
once we have another plugin or two, the forum (onTopic) and a CMS plugin
being on our short list right now. :)

No worries re: not having more time to contribute. It happens. :) Maybe
some time down the road.

Actually according to our survey more people were interested in a
published book for the framework than in commercial support contracts,
so I'm hoping we may do that soon as well. Maybe with a release date to
coincide with the release of the forum and/or a CMS plugin.

--
[ ike ] founder - onTap framework

phone: 781.769.0723

http://on.tapogee.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google