A Curious little bug in my CF Admin...

2005-10-12 Thread Jeff Small
I have a datasource in my CF Admin (CFMX). Let's say it's called jmh. When 
I view it in my CFAdmin Datasource view, I see Not Specified in the Driver 
column. Whenever I go to delete it, I get the following error:

Error Occurred While Processing Request
Please try the following:
Check the CFML Reference Manual 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.7.8) 
Gecko/20050511 Firefox/1.0.4
Remote Address  192.168.1.188
Referrer  http://XXX/CFIDE/administrator/datasources/index.cfm
Date/Time  12-Oct-05 03:27 PM

Stack Trace

 java.lang.NoClassDefFoundError
 at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
 at coldfusion.compiler.TemplateReader.decrypt(Unknown Source)
 at coldfusion.compiler.TemplateReader.init(Unknown Source)
 at coldfusion.compiler.NeoTranslationContext.getPageReader(Unknown Source)
 at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)
 at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)
 at coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown Source)
 at coldfusion.util.LruCache.get(Unknown Source)
 at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown 
Source)
 at coldfusion.util.AbstractCache.fetch(Unknown Source)
 at coldfusion.util.SoftCache.get(Unknown Source)
 at coldfusion.runtime.TemplateClassLoader.findClass(Unknown Source)
 at coldfusion.filter.PathFilter.invoke(Unknown Source)
 at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
 at coldfusion.filter.BrowserDebugFilter.invoke(Unknown Source)
 at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source)
 at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
 at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
 at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
 at coldfusion.CfmServlet.service(Unknown Source)
 at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
 at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
 at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226)
 at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
 at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:198)
 at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
 at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
 at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Any ideas? Any ideas on what could be causing the error in the CFAdmin, and 
how I might go about removing the datasource?

--
Jeff Small
LHWH Advertising
Myrtle Beach, SC 29577
843-448-1123 Ext 254 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220853
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: A Curious little bug in my CF Admin...

2005-10-12 Thread Burns, John D
You could go directly into the XML file and delete the datasource that
way. Perhaps while you're in there you'd see the issue. [CFMX
PATH]\lib\neo-query.xml

Try doing a find for your datasource name.


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Jeff Small [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 12, 2005 3:29 PM
To: CF-Talk
Subject: A Curious little bug in my CF Admin...

I have a datasource in my CF Admin (CFMX). Let's say it's called jmh.
When I view it in my CFAdmin Datasource view, I see Not Specified in
the Driver column. Whenever I go to delete it, I get the following
error:

Error Occurred While Processing Request
Please try the following:
Check the CFML Reference Manual 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.7.8)
Gecko/20050511 Firefox/1.0.4
Remote Address  192.168.1.188
Referrer  http://XXX/CFIDE/administrator/datasources/index.cfm
Date/Time  12-Oct-05 03:27 PM

Stack Trace

 java.lang.NoClassDefFoundError
 at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
 at coldfusion.compiler.TemplateReader.decrypt(Unknown Source)  at
coldfusion.compiler.TemplateReader.init(Unknown Source)  at
coldfusion.compiler.NeoTranslationContext.getPageReader(Unknown Source)
at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)  at
coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)  at
coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown Source)  at
coldfusion.util.LruCache.get(Unknown Source)  at
coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown
Source)
 at coldfusion.util.AbstractCache.fetch(Unknown Source)  at
coldfusion.util.SoftCache.get(Unknown Source)  at
coldfusion.runtime.TemplateClassLoader.findClass(Unknown Source)  at
coldfusion.filter.PathFilter.invoke(Unknown Source)  at
coldfusion.filter.ExceptionFilter.invoke(Unknown Source)  at
coldfusion.filter.BrowserDebugFilter.invoke(Unknown Source)  at
coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source)
at coldfusion.filter.BrowserFilter.invoke(Unknown Source)  at
coldfusion.filter.GlobalsFilter.invoke(Unknown Source)  at
coldfusion.filter.DatasourceFilter.invoke(Unknown Source)  at
coldfusion.CfmServlet.service(Unknown Source)  at
jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
 at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
 at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226
)
 at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527
)
 at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:
198)
 at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.j
ava:348)
 at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java
:451)
 at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.jav
a:294)
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Any ideas? Any ideas on what could be causing the error in the CFAdmin,
and how I might go about removing the datasource?

--
Jeff Small
LHWH Advertising
Myrtle Beach, SC 29577
843-448-1123 Ext 254 





~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220855
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