can't access cf admin page after Flex conn update

2006-03-16 Thread j s
After installing cf_flexconnect_b1_0123_en.exe (coldfusion connector for flex). 
 I can nolonger access the admin page from dreamweaver or directly from a web 
browser. 

http://localhost:8500/cfide/administrator/datasources/index.cfm. The file is 
located in the wwwroot/cfide directory

I have jre1.5.0_06. In jvm.config I tried java.home=C:\Program 
Files\Java\jre1.5.0_06 and java.home=D:\CFusionMX7\runtime\jre (D is the 
installation drive).

If I access the file directly for firefox I get this error message:

The selected method getAdminHash was not found.
Either there are no methods with the specified method name and argument types, 
or the method getAdminHash is overloaded with arguments types that ColdFusion 
can't decipher reliably. If this is a Java object and you verified that the 
method exists, you may need to use the javacast function to reduce ambiguity.

The error occurred in Application.cfm: line 128

-1 : Unable to display error's location in a CFML template.

Please try the following:

* Check the ColdFusion documentation to verify that you are using the correct 
syntax.
* Search the Knowledge Base to find a solution to your problem.

Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) 
Gecko/20060111 Firefox/1.5.0.1
Remote Address 127.0.0.1
Referrer
Date/Time 16-Mar-06 03:02 PM
Stack Trace
at 
cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\Application.cfm:128)
 at 
cfApplication2ecfm427330086.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\datasources\Application.cfm:8)

coldfusion.runtime.java.MethodSelectionException: The selected method 
getAdminHash was not found.
at 
coldfusion.runtime.java.ObjectHandler.findMethodUsingCFMLRules(ObjectHandler.java:176)
at coldfusion.runtime.StructBean.invoke(StructBean.java:401)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1662)
at 
cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\Application.cfm:128)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
at 
cfApplication2ecfm427330086.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\datasources\Application.cfm:8)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:156)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at 
coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
at coldfusion.CfmServlet.service(CfmServlet.java:107)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


Any suggestions?

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235570
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: can't access cf admin page after Flex conn update

2006-03-16 Thread Aaron Rouse
I got this and since it was my test box I just uninstalled it then
redownloaded the developer version, installed that, then re-installed the
connector.  I can now access the CFadmin, no idea if the connector is
working right since not had time to write something to test it.

On 3/16/06, j s [EMAIL PROTECTED] wrote:

 After installing cf_flexconnect_b1_0123_en.exe (coldfusion connector for
 flex).  I can nolonger access the admin page from dreamweaver or directly
 from a web browser.

 http://localhost:8500/cfide/administrator/datasources/index.cfm. The file
 is located in the wwwroot/cfide directory

 I have jre1.5.0_06. In jvm.config I tried 
 java.home=C:\ProgramFiles\Java\jre1.5.0_06 and
 java.home=D:\CFusionMX7\runtime\jre (D is the installation drive).

 If I access the file directly for firefox I get this error message:

 The selected method getAdminHash was not found.
 Either there are no methods with the specified method name and argument
 types, or the method getAdminHash is overloaded with arguments types that
 ColdFusion can't decipher reliably. If this is a Java object and you
 verified that the method exists, you may need to use the javacast function
 to reduce ambiguity.

 The error occurred in Application.cfm: line 128

 -1 : Unable to display error's location in a CFML template.

 Please try the following:

 * Check the ColdFusion documentation to verify that you are using the
 correct syntax.
 * Search the Knowledge Base to find a solution to your problem.

 Browser Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1)
 Gecko/20060111 Firefox/1.5.0.1
 Remote Address 127.0.0.1
 Referrer
 Date/Time 16-Mar-06 03:02 PM
 Stack Trace
 at 
 cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\Application.cfm:128)
 at cfApplication2ecfm427330086.runPage
 (C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\datasources\Application.cfm:8)

 coldfusion.runtime.java.MethodSelectionException: The selected method
 getAdminHash was not found.
 at coldfusion.runtime.java.ObjectHandler.findMethodUsingCFMLRules(
 ObjectHandler.java:176)
 at coldfusion.runtime.StructBean.invoke(StructBean.java:401)
 at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1662)
 at cfApplication2ecfm105811000.runPage
 (C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\Application.cfm:128)
 at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
 at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
 at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
 at cfApplication2ecfm427330086.runPage
 (C:\blackstone_final\cfusion\wwwroot\CFIDE\administrator\datasources\Application.cfm:8)
 at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
 at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
 at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
 at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
 at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:156)
 at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
 at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
 at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
 at coldfusion.filter.ClientScopePersistenceFilter.invoke(
 ClientScopePersistenceFilter.java:28)
 at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
 at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
 at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
 at coldfusion.filter.RequestThrottleFilter.invoke(
 RequestThrottleFilter.java:115)
 at coldfusion.CfmServlet.service(CfmServlet.java:107)
 at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
 at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
 at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
 at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java
 :257)
 at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java
 :527)
 at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
 at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(
 ThreadPool.java:349)
 at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(
 ThreadPool.java:457)
 at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(
 ThreadPool.java:295)
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


 Any suggestions?

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235571
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: can't access cf admin page after Flex conn update

2006-03-16 Thread Dave Carabetta
On 3/16/06, j s [EMAIL PROTECTED] wrote:
 After installing cf_flexconnect_b1_0123_en.exe (coldfusion connector for 
 flex).  I can nolonger access the admin page from dreamweaver or directly 
 from a web browser.

 http://localhost:8500/cfide/administrator/datasources/index.cfm. The file is 
 located in the wwwroot/cfide directory

 I have jre1.5.0_06. In jvm.config I tried java.home=C:\Program 
 Files\Java\jre1.5.0_06 and java.home=D:\CFusionMX7\runtime\jre (D is the 
 installation drive).

 If I access the file directly for firefox I get this error message:

 The selected method getAdminHash was not found.
 Either there are no methods with the specified method name and argument 
 types, or the method getAdminHash is overloaded with arguments types that 
 ColdFusion can't decipher reliably. If this is a Java object and you verified 
 that the method exists, you may need to use the javacast function to reduce 
 ambiguity.

 The error occurred in Application.cfm: line 128

 -1 : Unable to display error's location in a CFML template.


snip

A couple of things

1) Certain key features of ColdFusion MX 7 won't work with the 1.5
JVM. In particular, the Axis engine for webservices doesn't work.
Seeing as interaction between Flex and ColdFusion is likely going to
happen via web services, you're best bet is to downgrade to the latest
1.4.2_11 JVM.

2) Check out the comments in this blog entry. The third one down
should help you:

http://www.horwith.com/index.cfm?mode=entryentry=9CD55578-E081-0478-47B1AE93DE51D620

Regards,
Dave.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235574
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: can't access cf admin page after Flex conn update

2006-03-16 Thread j s
It didn't work with 1.4 so I installed 1.5.  I will downgrade and reinstall cf7 
later.
+
On 3/16/06, j s [EMAIL PROTECTED] wrote:

snip

A couple of things

1) Certain key features of ColdFusion MX 7 won't work with the 1.5
JVM. In particular, the Axis engine for webservices doesn't work.
Seeing as interaction between Flex and ColdFusion is likely going to
happen via web services, you're best bet is to downgrade to the latest
1.4.2_11 JVM.

2) Check out the comments in this blog entry. The third one down
should help you:

http://www.horwith.com/index.cfm?mode=entryentry=9CD55578-E081-0478-47B1AE93DE51D620

Regards,
Dave.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235577
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: can't access cf admin page after Flex conn update

2006-03-16 Thread Dave Carabetta
On 3/16/06, j s [EMAIL PROTECTED] wrote:
 It didn't work with 1.4 so I installed 1.5.  I will downgrade and reinstall 
 cf7 later.
 +

Hmmm, well I (finally) got up and running with the updater on the
1.4.2_11 JVM, so I know it works. Hopefully just a re-install of CF 7
will get you on your way.

Good luck. The new Remoting stuff is cool!

Regards,
Dave.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235578
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: can't access cf admin page after Flex conn update

2006-03-16 Thread j s
I just uninstalled 1.5.  Do I need to download 1.4.2 for firefox?  I can't find 
the download and tried to verify under ff with no luck.  Does verify under IE.

 On 3/16/06, j s [EMAIL PROTECTED] wrote:
  It didn't work with 1.4 so I installed 1.5.  I will downgrade and 
 reinstall cf7 later.
  +
 
 Hmmm, well I (finally) got up and running with the updater on the
 1.4.2_11 JVM, so I know it works. Hopefully just a re-install of CF 7
 will get you on your way.
 
 Good luck. The new Remoting stuff is cool!
 
 Regards,
 Dave.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235585
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: can't access cf admin page after Flex conn update

2006-03-16 Thread Dave Carabetta
On 3/16/06, j s [EMAIL PROTECTED] wrote:
 I just uninstalled 1.5.  Do I need to download 1.4.2 for firefox?  I can't 
 find the download and tried to verify under ff with no luck.  Does verify 
 under IE.


Not sure what you're talking about. You just need to download the
1.4.2_11 J2SDK from Sun's site:

http://java.sun.com/j2se/1.4.2/download.html

Installing that has nothing to do with your browser. Once you install
that on your system, make sure your jvm.config file points to that
install directory so that it uses the 1.4.2 JRE. For example, my
jvm.config file has this path in it:

java.home=C:/j2sdk1.4.2_11

and then

java.args=-server -Xms256m -Xmx256m -Dsun.io.useCanonCaches=false

That's really all you need. Like I said, it has nothing to do with the browser.

Hope this helps?

Regards,
Dave.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235587
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: can't access cf admin page after Flex conn update

2006-03-16 Thread Dave Watts
 1) Certain key features of ColdFusion MX 7 won't work with 
 the 1.5 JVM. In particular, the Axis engine for webservices 
 doesn't work. Seeing as interaction between Flex and ColdFusion 
 is likely going to happen via web services, you're best bet is 
 to downgrade to the latest 1.4.2_11 JVM.

Are you getting good results with 1.4.2_11? It's been my experience that any
JVM after 1.4.2_05 breaks a few things in CF, such as LDAP. I'm very
interested in any feedback you can give me.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235591
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: can't access cf admin page after Flex conn update

2006-03-16 Thread Dave Carabetta
On 3/16/06, Dave Watts [EMAIL PROTECTED] wrote:
  1) Certain key features of ColdFusion MX 7 won't work with
  the 1.5 JVM. In particular, the Axis engine for webservices
  doesn't work. Seeing as interaction between Flex and ColdFusion
  is likely going to happen via web services, you're best bet is
  to downgrade to the latest 1.4.2_11 JVM.

 Are you getting good results with 1.4.2_11? It's been my experience that any
 JVM after 1.4.2_05 breaks a few things in CF, such as LDAP. I'm very
 interested in any feedback you can give me.


We're having great results, though with the caveat that we don't use
cfldap for anything. I've noted you have posted the cfldap breakage
several times, and I'm careful to make sure that when we upgrade, our
site gets a good workover in our staging area. I've only had 1.4.2_11
on for about a week now, but it's been as solid as previous versions
for our needs. We deploy to Solaris and Linux, but I have been using
Windows locally to do FES testing, so I do get to test across a
variety of platforms. Specifically for us, 1.4.2_10 fixed the
unbelievably annoying HotSpot compiler bug on Linux that had been
around in versions previous (see
http://www.talkingtree.com/blog/index.cfm?mode=entryentry=25AA65E0-45A6-2844-7CCF931D89B0133E
for more info). I'll see if I can run some tests in the next few days
against an LDAP server to see if this issue specifically was fixed.
Also, if there's anything else that you specifically know has issues,
I'll set up some test cases and run them through if you'd like.

Regards,
Dave.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235602
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: can't access cf admin page after Flex conn update

2006-03-16 Thread Dave Watts
 We're having great results, though with the caveat that we 
 don't use cfldap for anything. I've noted you have posted the 
 cfldap breakage several times, and I'm careful to make sure 
 that when we upgrade, our site gets a good workover in our 
 staging area. ... Also, if there's anything else that you 
 specifically know has issues, I'll set up some test cases 
 and run them through if you'd like.

Yeah, I know I've been a broken record about the CFLDAP stuff. I've heard
vague things about problems with various external libraries, but no one has
been able to give me anything more than that. So, I guess if you don't mind
being a guinea pig ...

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235607
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54