Lucee admin error Remote > Security Key

146 views
Skip to first unread message

Brad Wood

unread,
Feb 13, 2015, 6:06:03 PM2/13/15
to lu...@googlegroups.com
On Lucee 4.5.1.000 final (Lucee Express) when I click Remote > Security Key I get the following error:

Are others seeing this and should I enter a ticket?

MessageNo matching function [GETID] found
StacktraceThe Error Occurred in
/context/admin/remote.securityKey.cfm: line 34 
called from /context/admin/web.cfm: line 389 
called from /context/admin/server.cfm: line 2 
Java StacktraceNo matching function [GETID] found 
  at lucee.runtime.type.scope.UndefinedImpl.call(Unknown Source):-1 
  at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(Unknown Source):-1 
  at lucee.runtime.PageContextImpl.getFunction(Unknown Source):-1 
  at admin.remote_securitykey_cfm322$cf.call(/context/admin/remote.securityKey.cfm:34):34 
  at lucee.runtime.PageContextImpl.doInclude(Unknown Source):-1 
  at lucee.runtime.PageContextImpl.doInclude(Unknown Source):-1 
  at admin.web_cfm$cf.call(/context/admin/web.cfm:389):389 
  at lucee.runtime.PageContextImpl.doInclude(Unknown Source):-1 
  at lucee.runtime.PageContextImpl.doInclude(Unknown Source):-1 
  at admin.server_cfm$cf.call(/context/admin/server.cfm:2):2 
  at lucee.runtime.PageContextImpl.doInclude(Unknown Source):-1 
  at lucee.runtime.PageContextImpl.doInclude(Unknown Source):-1 
  at lucee.runtime.listener.ModernAppListener._onRequest(Unknown Source):-1 
  at lucee.runtime.listener.ModernAppListener.onRequest(Unknown Source):-1 
  at lucee.runtime.PageContextImpl.execute(Unknown Source):-1 
  at lucee.runtime.PageContextImpl.execute(Unknown Source):-1 
  at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown Source):-1 
  at lucee.loader.servlet.CFMLServlet.service(Unknown Source):-1 
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:725):725 

Thanks!

~Brad

Michael van Leest

unread,
Feb 13, 2015, 7:13:20 PM2/13/15
to lu...@googlegroups.com
I reported this and was fixed yesterday.
--
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/59517cad-8c6f-4142-9727-b7c64cbda94a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Sent from Gmail Mobile

Brad Wood

unread,
Feb 13, 2015, 7:16:45 PM2/13/15
to lu...@googlegroups.com
Excellent, I'll look forward to a fix on the development branch soon.

Does anyone know what that menu item is for?


Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp 

ColdBox Platform: http://www.coldbox.org 



--
You received this message because you are subscribed to a topic in the Google Groups "Lucee" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lucee/IemHZwv66VI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lucee+un...@googlegroups.com.

To post to this group, send email to lu...@googlegroups.com.

Michael van Leest

unread,
Feb 13, 2015, 7:27:06 PM2/13/15
to lu...@googlegroups.com
To create a admin "API key" or "Admin token" so you can manage lucee remotely with another Lucee admin I believe.


For more options, visit https://groups.google.com/d/optout.



--
Michael van Leest

Michael Offner

unread,
Feb 14, 2015, 7:57:54 AM2/14/15
to lu...@googlegroups.com
Solved
--

Adam Cameron

unread,
Feb 14, 2015, 6:20:14 PM2/14/15
to lu...@googlegroups.com

On Saturday, 14 February 2015 12:06:03 UTC+13, Brad Wood wrote:
On Lucee 4.5.1.000 final (Lucee Express) when I click Remote > Security Key I get the following error:

Are others seeing this and should I enter a ticket?

Where is this on the UI? Can't find it :-/

I have no "Remote" in the LHS menus..?

-- 
Adam 

Chris Blackwell

unread,
Feb 16, 2015, 3:50:48 AM2/16/15
to lu...@googlegroups.com

tis only in server admin iirc

--
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.

Brad Wood

unread,
Feb 16, 2015, 4:43:48 PM2/16/15
to lu...@googlegroups.com
Looking at the source code in the admin, the menu item is hidden based on a request variable that is set here:

<cfadmin 
        action="hasRemoteClientUsage"
        type="#request.adminType#"
        password="#session["password"&request.adminType]#"
        returnVariable="request.hasRemoteClientUsage">

I traced that back through the java code and dead-ended in a config method that checks an in-memory struct called remoteClientUsage for size, but I'm unclear on what that struct is or what populates it.  At first, I didn't have the menu item, then I did.  Today I don't have it again.  I'm really not sure what makes it appear.

I'd like to try the new patch release, so please share if you know how to get the menu item back, and what the remoteClientUsage stuff means.

Thanks!

~Brad

Brad Wood

unread,
Feb 16, 2015, 4:47:49 PM2/16/15
to lu...@googlegroups.com
No sooner do I hit send and....

I went through and clicked every menu item, logged out and back in, and restarted Lucee to no effect.  Then I logged into the web admin and the setting was there.  Clicking back to the server admin shows the "remote" menu item there as well. I think that's a little confusing-- but whatever.  I can now confirm Lucee 4.5.1.003 final fixed the error.

Thanks!

~Brad
Reply all
Reply to author
Forward
0 new messages