cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread ramesh d
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-INF\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 
 
my application directory is under c:/inetpub/wwwroot/app1. 
we are using IIS server here.. 
my application is not under cfusionmx root. 
is there any problem if i do like this.. 

now i given class path in CFMX like this 
C:\CFusionMX\wwwroot\WEB-INF\lib 
And 
Java Virtual Machine Path 
C:\CFusionMX\runtime\jre 
But still i am getting error.. 
actually this is very urgent issue.. but i donno small configuration problem getting.. 
really it is working fine in CF4.5 but not in CFMX. is there any ideas would be 
greatly appreciated.. 
 
 

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.properties (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(PropertiesFileManager.java:178)
 
at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject$Database.init(AbstractSqlDataObject.java:1961)
 
at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject$Database.getDatabase(AbstractSqlDataObject.java:1834)
 
at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject.generatePrimaryKey(AbstractSqlDataObject.java:216)
 
at 
siteworks.siteminder.Phase_IIId.dataobject.BudgetDataObject.init(BudgetDataObject.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_budget.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:294) 
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) 
 
 

(NOTE : Any suggestions will be greatful.) 
Thanks in Advance 
Best regards 
ramesh 



-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 

RE: cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread webguy
Is your webroot in cfmx pointing to c:/inetpub/wwwroot/??
Put your jars and classes in c:/inetpub/wwwroot/WEB-INF/classes etc...

-Original Message-
From: ramesh d [mailto:[EMAIL PROTECTED]
Sent: 29 May 2003 15:20
To: CF-Talk
Subject: cfobject problem in CFMX --Need urgent help.


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

my application directory is under c:/inetpub/wwwroot/app1.
we are using IIS server here..
my application is not under cfusionmx root.
is there any problem if i do like this..

now i given class path in CFMX like this
C:\CFusionMX\wwwroot\WEB-INF\lib
And
Java Virtual Machine Path
C:\CFusionMX\runtime\jre
But still i am getting error..
actually this is very urgent issue.. but i donno small configuration problem
getting.. really it is working fine in CF4.5 but not in CFMX. is there any
ideas would be greatly appreciated..



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



-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM

Re: cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread Joe Eugene
Can we see you Java Object call? Are you calling a Java Class/JavaBean?

 C:\CFusionMX\wwwroot\WEB-INF\siteminder_P3d1.jar
 C:\CFusionMX\wwwroot\WEB-INF\classes12.zip

classes12.zip looks like Oracle DB Driver Classes... What is
siteminder_P3d1.jar?

What exactly are you doing with Java Classes?
What JVM version did you have in your OLD CF4.5 Install?

Joe Eugene



- Original Message - 
From: ramesh d [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 10:20 AM
Subject: cfobject problem in CFMX --Need urgent help.


 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

 my application directory is under c:/inetpub/wwwroot/app1.
 we are using IIS server here..
 my application is not under cfusionmx root.
 is there any problem if i do like this..

 now i given class path in CFMX like this
 C:\CFusionMX\wwwroot\WEB-INF\lib
 And
 Java Virtual Machine Path
 C:\CFusionMX\runtime\jre
 But still i am getting error..
 actually this is very urgent issue.. but i donno small configuration
problem getting.. really it is working fine in CF4.5 but not in CFMX. is
there any ideas would be greatly appreciated..



 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

cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread sapdeva sapdeva
Hi,

when i execute following code i am getting below java error.. do u have 
any idea why it is getting.. but this is working in CF4.5 not in CFMx. 
any ideas greatly appreciated. Is there any mistake which i did here ?

cftry
 cfoutput
 cfobject action=CREATE type=JAVA 
   class=#defaults.class_budget# 
   name=budget_info
 /cfoutput
 
 cfcatch type=Any  
  cf_t_msg_screen 
   title_message=The cfobject tag failed to create an instance of the 
JAVA Budget class.
   module=do_create_budget
   message=#CFCATCH.Message# 
  cfexit
 /cfcatch
/cftry

cftry
cfset a_budget = budget_info.create(103, 2, 13, N, 
c:\winnt\system32\siteminder)
cfcatch type=any
  cf_t_msg_screen 
   title_message=Error occurred in Java program
   module=do_create_budget
   message=#CFCATCH.Message#
  cfexit  
/cfcatch
/cftry

--

 


Error,jrpp-23,05/29/03,11:58:53,study_startup,null The 
specific sequence of files included or processed is: 
C:\Inetpub\wwwroot\sw\test.cfm 
java.lang.NoClassDefFoundError
 at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractDataObject.manuallyAddToRepository(AbstractDataObject.java:1434)
 at 
siteworks.siteminder.Phase_IIId.dataobject.BudgetDataObject.init(BudgetDataObject.java:595)
 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 cftest2ecfm294062309.runPage(C:\Inetpub\wwwroot\sw\test.cfm:19)
 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:294)
 at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


Thanks  regards
ramesh

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread Adam Wayne Lehman
Make sure you have applied updater 3.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: ramesh d [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 29, 2003 10:20 AM
To: CF-Talk
Subject: cfobject problem in CFMX --Need urgent help.

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\WE
B-INF\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 
 
my application directory is under c:/inetpub/wwwroot/app1. 
we are using IIS server here.. 
my application is not under cfusionmx root. 
is there any problem if i do like this.. 

now i given class path in CFMX like this 
C:\CFusionMX\wwwroot\WEB-INF\lib 
And 
Java Virtual Machine Path 
C:\CFusionMX\runtime\jre 
But still i am getting error.. 
actually this is very urgent issue.. but i donno small configuration
problem getting.. really it is working fine in CF4.5 but not in CFMX. is
there any ideas would be greatly appreciated.. 
 
 

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.prope
rties (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(Prop
ertiesFileManager.java:178) 
at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject$Databas
e.init(AbstractSqlDataObject.java:1961) 
at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject$Databas
e.getDatabase(AbstractSqlDataObject.java:1834) 
at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject.generat
ePrimaryKey(AbstractSqlDataObject.java:216) 
at
siteworks.siteminder.Phase_IIId.dataobject.BudgetDataObject.init(Budge
tDataObject.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
_budget.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.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) 
 
 

(NOTE : Any suggestions will be greatful.) 
Thanks in Advance 
Best

Re: cfobject problem in CFMX --Need urgent help.

2003-05-30 Thread Joe Eugene
 cftry
  cfoutput
  cfobject action=CREATE type=JAVA
class=#defaults.class_budget#
name=budget_info

Where is your class (defaults.class_budget) located(Directory) in CFMX?
All your Java classes used as Objects/JavaBeans need to be in

E:\CFusionMX\wwwroot\WEB-INF\classes

You native driver class files/*.jar DONT need to be in the above, you
can put your classes12.zip in
E:\CFusionMX\wwwroot\WEB-INF\lib

and make sure you configure your classpath settings in CF Admin

ie Java and JVM link  --- ClassPath =
E:\CFusionMX\wwwroot\WEB-INF\lib\classes12.zip

Joe Eugene


- Original Message - 
From: sapdeva sapdeva [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 1:10 PM
Subject: cfobject problem in CFMX --Need urgent help.


 Hi,

 when i execute following code i am getting below java error.. do u have
 any idea why it is getting.. but this is working in CF4.5 not in CFMx.
 any ideas greatly appreciated. Is there any mistake which i did here ?

 cftry
  cfoutput
  cfobject action=CREATE type=JAVA
class=#defaults.class_budget#
name=budget_info
  /cfoutput

  cfcatch type=Any
   cf_t_msg_screen
title_message=The cfobject tag failed to create an instance of the
 JAVA Budget class.
module=do_create_budget
message=#CFCATCH.Message#
   cfexit
  /cfcatch
 /cftry

 cftry
 cfset a_budget = budget_info.create(103, 2, 13, N,
 c:\winnt\system32\siteminder)
 cfcatch type=any
   cf_t_msg_screen
title_message=Error occurred in Java program
module=do_create_budget
message=#CFCATCH.Message#
   cfexit
 /cfcatch
 /cftry

 --




 Error,jrpp-23,05/29/03,11:58:53,study_startup,null The
 specific sequence of files included or processed is:
 C:\Inetpub\wwwroot\sw\test.cfm 
 java.lang.NoClassDefFoundError
  at

siteworks.siteminder.Phase_IIId.dataobject.AbstractDataObject.manuallyAddToR
epository(AbstractDataObject.java:1434)
  at

siteworks.siteminder.Phase_IIId.dataobject.BudgetDataObject.init(BudgetDat
aObject.java:595)
  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 cftest2ecfm294062309.runPage(C:\Inetpub\wwwroot\sw\test.cfm:19)
  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)


 Thanks  regards
 ramesh

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4