Assuming cfmx is installed into c:\cfusionmx Put classes into C:\cfusionmx\wwwroot\WEB-INF\classes Put the jars into C:\CFusionMX\wwwroot\WEB-INF\lib
that will get you up quickly. but you should readup on the java/cfmx stuff, http://www.macromedia.com/devnet/mx/coldfusion/articles/java.html WG -----Original Message----- From: ramesh d [mailto:[EMAIL PROTECTED] Sent: 28 May 2003 20:13 To: CF-Talk Subject: cfobject is not working in CFMX --- urgent issue Hi Cfobject (type is Java ) is not working after upgradation from cf4.5 to CFMX (the same cfobject code works fine in cf4.5 but not in CFMX version. Pls could you suggest me these my following setting are correct or not. And if you have any suggestion that would be great also.) do you guys any idea where all class files and jar files and related files need to set up.. Here we are giving the path in CFMX admin page like this, Java Virtual Machine Path C:\CFusionMX\runtime\jre Class Path C:\CFusionMX\wwwroot\WEB-INF\siteminder_P3d1.jar,C:\CFusionMX\wwwroot\WEB-IN F\classes12.zip,C:\CFusionMX\wwwroot\WEB-INF\classes, i can see following directories and classes or jar files in i windows explorer. C:\CFusionMX\wwwroot\WEB-INF\siteminder_P3d1.jar C:\CFusionMX\wwwroot\WEB-INF\classes12.zip C:\CFusionMX\wwwroot\WEB-INF\classes - > siteworks ->siteminider ->phase_IIId --> businessobject dataobject utilities when i execute my application i am getting the error is like this. siteminder.properties (The system cannot find the file specified) (this will be coming from java object only.) 13:51:02.002 - java.io.FileNotFoundException - in C:\Inetpub\wwwroot\sw\do_create_budget.cfm : line 206 And when i go into log files it showing me detailed following error. pls see following error report. "Error","jrpp-1","05/28/03","11:20:16","study_startup","siteminder.propertie s (The system cannot find the file specified) The specific sequence of files included or processed is: C:\Inetpub\wwwroot\sw\do_create_budget.cfm " java.io.FileNotFoundException: siteminder.properties (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at siteworks.siteminder.Phase_IIId.util.PropertiesFileManager.loadData(Properti esFileManager.java:178) at siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject$Database.<i nit>(AbstractSqlDataObject.java:1961) at siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject$Database.ge tDatabase(AbstractSqlDataObject.java:1834) at siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject.generatePri maryKey(AbstractSqlDataObject.java:216) at siteworks.siteminder.Phase_IIId.dataobject.BudgetDataObject.<init>(BudgetDat aObject.java:562) at siteworks.siteminder.Phase_IIId.businessobject.Budget.create(Budget.java:102 ) at java.lang.reflect.Method.invoke(Native Method) at coldfusion.runtime.java.JavaProxy.invoke(Unknown Source) at coldfusion.runtime.CfJspPage._invoke(Unknown Source) at cfdo_create_budget2ecfm986965308.runPage(C:\Inetpub\wwwroot\sw\do_create_bud get.cfm:206) at coldfusion.runtime.CfJspPage.invoke(Unknown Source) at coldfusion.tagext.lang.IncludeTag.doStartTag(Unknown Source) at coldfusion.filter.CfincludeFilter.invoke(Unknown Source) at coldfusion.filter.ApplicationFilter.invoke(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:29 4) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) (NOTE : Any suggestions will be greatful.) Thanks in Advance Best regards ramesh Thanks & regards Ramesh Deva 205-985-0439 (H) 617-290-0849 (C) --------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

