Re: CFobject issue in CFMX

2003-05-30 Thread ramesh d
ramesh d <[EMAIL PROTECTED]> wrote: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 ?



class="#defaults.class_budget#" 
name="budget_info">



title_message="The cfobject tag failed to create an instance of the JAVA Budget class."
module="do_create_budget"
message="#CFCATCH.Message#"> 







title_message="Error occurred in Java program"
module="do_create_budget"
message="#CFCATCH.Message#">




--




"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.(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




-
Do you Yahoo!?
Yahoo! News - Today's headlines

~|
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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

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



CFobject issue in CFMX

2003-05-30 Thread ramesh d
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 ?


 
 
 
 
   
   
  
 





  




--

 


"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.(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




-
Do you Yahoo!?
Yahoo! News - Today's headlines
~|
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

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



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.(Unknown Source) 
at 
siteworks.siteminder.Phase_IIId.util.PropertiesFileManager.loadData(PropertiesFileManager.java:178)
 
at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject$Database.(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.(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: 
http://www.houseoffusion.com/cf_lists/index.cfm?meth

cfobject is not working in CFMX --- urgent issue

2003-05-29 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  

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.(Unknown Source)
 at 
siteworks.siteminder.Phase_IIId.util.PropertiesFileManager.loadData(PropertiesFileManager.java:178)
 at 
siteworks.siteminder.Phase_IIId.dataobject.AbstractSqlDataObject$Database.(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.(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


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

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



wddx to cfml problem

2000-12-17 Thread ramesh d

Hi everybody, 

We are facing a problem with coldfusion server and the
log entries of the application log files have been
attached. We are using CFX_J parse for transforming
the XML to WDDX format and then using CFWDDX to
convert the WDDX to CFML. We are also using CFObject
to create an instance of Microsoft.XMLDOM object to
parse the XML document and check for its validity
against a DTD. This problem is occuring sometimes only
and we are not able to simulate this problem. I have
clearly implemented all the CFLOCK guidelines to this
file. We are running on CF4.5.1 SP1 with IIS 4.0 and
WINNT service pack 5. We have also installed MDAC2.5
to be on the safer side. Shall we install SP2 and will
it rectify this problem. 

Any input regarding this problem will be highly
appreciated. Can somebody from allaire please provide
me some info regarding this TIDs. 

Regards,
Ramesh deva
Application.log
"Error","TID=172","12/14/00","12:10:29","192.151.15.76","Mozilla/4.0
(compatible; MSIE 4.01; Windows NT)","unknown
exception condition 

CFMLInterpreterImp::writeEmergencyMessage 


Date/Time: 12/14/00 12:10:29
Browser: Mozilla/4.0 (compatible; MSIE 4.01; Windows
NT)
Remote Address: 192.151.15.76 

"
"Error","TID=172","12/14/00","12:13:19","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:23","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:25","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:30","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:33","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:38","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:52","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:58","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:14:07","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)","unknown
exception condition 

CFMLInterpreterImp::writeEmergencyMessage 


Date/Time: 12/14/00 12:14:07
Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows
NT 5.0)
Remote Address: 128.88.255.34 

" 

server.log
"Error","TID=258","12/14/00","12:14:42","Unknown
exception in NTWorkerThread. Request terminated."
"Error","TID=252","12/14/00","12:14:42","Unknown
exception in NTWorkerThread. Request terminated."
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



wddx to cfml problem

2000-12-17 Thread ramesh d

Hi everybody, 

We are facing a problem with coldfusion server and the
log entries of the application log files have been
attached. We are using CFX_J parse for transforming
the XML to WDDX format and then using CFWDDX to
convert the WDDX to CFML. We are also using CFObject
to create an instance of Microsoft.XMLDOM object to
parse the XML document and check for its validity
against a DTD. This problem is occuring sometimes only
and we are not able to simulate this problem. I have
clearly implemented all the CFLOCK guidelines to this
file. We are running on CF4.5.1 SP1 with IIS 4.0 and
WINNT service pack 5. We have also installed MDAC2.5
to be on the safer side. Shall we install SP2 and will
it rectify this problem. 

Any input regarding this problem will be highly
appreciated. Can somebody from allaire please provide
me some info regarding this TIDs. 

Regards, Rajiv Dama 

Application.log
"Error","TID=172","12/14/00","12:10:29","192.151.15.76","Mozilla/4.0
(compatible; MSIE 4.01; Windows NT)","unknown
exception condition 

CFMLInterpreterImp::writeEmergencyMessage 


Date/Time: 12/14/00 12:10:29
Browser: Mozilla/4.0 (compatible; MSIE 4.01; Windows
NT)
Remote Address: 192.151.15.76 

"
"Error","TID=172","12/14/00","12:13:19","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:23","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:25","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:30","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:33","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:38","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:52","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:13:58","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)",""
"Error","TID=172","12/14/00","12:14:07","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)","unknown
exception condition 

CFMLInterpreterImp::writeEmergencyMessage 


Date/Time: 12/14/00 12:14:07
Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows
NT 5.0)
Remote Address: 128.88.255.34 

" 

server.log
"Error","TID=258","12/14/00","12:14:42","Unknown
exception in NTWorkerThread. Request terminated."
"Error","TID=252","12/14/00","12:14:42","Unknown
exception in NTWorkerThread. Request terminated."
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfwddx problem

2000-12-17 Thread ramesh d

hi 

We r moved from sp1 to sp2 updation. Actually in sp1
also we got the problem in cfwddx. After installing
sp2 patch then it is giving description of problem.
Here I am pasting here. Is there any code problem or
any resources problem.. 


--code—



---code –
https://www.ordernet.asiapac.hp.com/ordernet/send_orderrequest/ezb_send_po_x
ml.cfm
 


And also facing the problem while installing sp2 patch
and saying error message –632 and –623 (error occurred
while moving the data ..)

Any body got these errors..


I would be appreciate if any suggestions..
Thanx  in advance.
Ramesh
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Server problem

2000-12-13 Thread ramesh d

Hi

Thanx for yr mail.
But u r given only discriptions of errorcodes.
And i would be appreciate if any yr valuable
suggestions to resolve the problem.
if u know any ideas pls feel free to mail me, that
might be solve my problem.
And if u want to know more detail , then let me know.
Thanx in advance
Ramesh


--- Percy E Perez <[EMAIL PROTECTED]> wrote:
> Ramesh,
> 
> I lookup these error messages with net helpmsg 232
> and 1450 and these what I get:
> 
> H:\>net helpmsg 232
> 
> The pipe is being closed.
> 
> 
> H:\>net helpmsg 1450
> 
> Insufficient system resources exist to complete the
> requested service.
> 
> Unfortunately I am not familiar with TIDs.  I hope
> this helps,
> 
> Percy E Perez
> 
> 
> 
> > -Original Message-
> > From: ramesh d [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, December 13, 2000 3:45 AM
> > To: CF-Talk
> > Subject: Server problem
> > 
> > 
> > Hi
> > 
> > I created one file which generates 200 Purchase
> orders
> > and sends to database. 
> > these purchase orders actually Xml Packets(after
> > parsing only we r sending data to db)
> > 
> > So when i execute related to this file i am
> getting
> > below errors.
> > 
> > Any body ware abot TID s or Window NT 232 errors.
> > 
> > Is there any problem in server configurations or
> need
> > to change resources of server?
> > 
> > We are using 256MB ram only in testing server.
> > Is there any cause of this problem.
> > i would be appreciate if any suggestions.
> > 
> > Thanx in advance
> > Ramesh
> > 
> > 
> > "Error","TID=149","12/13/00","12:25:05","Error
> number
> > 232 occurred while attempting to write the reply
> to
> > the web server."
> > "Error","TID=149","12/13/00","12:25:05","Windows
> NT
> > error number 232 occurred."
> > 
> > 
> > 
> > "Error","TID=256","12/13/00","13:57:14","Error
> number
> > 1450 occurred while attempting to write the reply
> to
> > the web server."
> > "Error","TID=256","12/13/00","13:57:14","Windows
> NT
> > error number 1450 occurred."
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Server problem

2000-12-13 Thread ramesh d

Hi

I created one file which generates 200 Purchase orders
and sends to database. 
these purchase orders actually Xml Packets(after
parsing only we r sending data to db)

So when i execute related to this file i am getting
below errors.

Any body ware abot TID s or Window NT 232 errors.

Is there any problem in server configurations or need
to change resources of server?

We are using 256MB ram only in testing server.
Is there any cause of this problem.
i would be appreciate if any suggestions.

Thanx in advance
Ramesh


"Error","TID=149","12/13/00","12:25:05","Error number
232 occurred while attempting to write the reply to
the web server."
"Error","TID=149","12/13/00","12:25:05","Windows NT
error number 232 occurred."



"Error","TID=256","12/13/00","13:57:14","Error number
1450 occurred while attempting to write the reply to
the web server."
"Error","TID=256","12/13/00","13:57:14","Windows NT
error number 1450 occurred."
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Server problem

2000-12-13 Thread ramesh d

Hi

I created one file which generates 200 Purchase orders
and sends to database. 
these purchase orders actually Xml Packets(after
parsing only we r sending data to db)

So when i execute related to this file i am getting
below errors.

Any body ware abot TID s or Window NT 232 errors.

Is there any problem in server configurations or need
to change resources of server?

i would be appreciate if any suggestions.

Thanx in advance
Ramesh


"Error","TID=149","12/13/00","12:25:05","Error number
232 occurred while attempting to write the reply to
the web server."
"Error","TID=149","12/13/00","12:25:05","Windows NT
error number 232 occurred."



"Error","TID=256","12/13/00","13:57:14","Error number
1450 occurred while attempting to write the reply to
the web server."
"Error","TID=256","12/13/00","13:57:14","Windows NT
error number 1450 occurred."
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Urgent (can any one help me out)

2000-12-12 Thread ramesh d

Hi Michael 


Thanx for yr suggestion.
But i gone thru code. i feel its ok. i donno why its
happening like this.
Here i will be attaching that file. Pls can u spend yr
valuable time on over it.
I think u must understand that code.
If any suggestion pls let me know.


Thanx
Ramesh

--- Michael Dinowitz <[EMAIL PROTECTED]>
wrote:
> Looks like you've got some bad code in one or more
> of the templates. It
> could be an outside resource that has to be
> CFLOCKed, could be a resource
> that's crashing. Whatever it is, the cause isn't
> CFSCHEDULE. Note the agent
> for each error. CFSCHEDULE uses an agent of
> CFSCHEDULE. This is something
> else (your own scheduler?)
> Here's what I'd do:
> 1. Check out any code that touched 'outside
> resources' like CFFILE,
> CFDIRECTORY, CFREGISTRY, etc. Lock all these
> exclusively.
> 2. Review the code for bugs and logic errors.
> 3. make sure the page runs outside of the scheduled
> event.
> 4. If worst comes to worst, call in an expert to
> look the code over.
> 
> > Hi everybody
> >
> > Here we have been facing the problem with
> scheduler
> > tasks. Actually we r running 5 schedular tasks per
> day
> > in different timings.
> > One schedular task it generates 2 MB text file for
> > report.
> > We donno exactly what happend internally, but
> often
> > system was crashing and giving the below message.
> > Pls can any body help me out.
> > Its very urgent. Pls let me know if u require any
> info
> > in detail regarding this one.
> >
> >
>
"Error","TID=330","12/08/00","19:02:08","128.88.255.122","Mozilla/4.0
> > (compatible; MSIE 5.0; Windows NT; Aim Package
> version
> > 1.07.8)","unknown exception condition
> >
>
CFMLInterpreterImp::writeEmergencyMessageDate/Time:
> > 12/08/00 19:02:08Browser: Mozilla/4.0
> (compatible;
> > MSIE 5.0; Windows NT; Aim Package version
> > 1.07.8)Remote Address: 128.88.255.122HTTP
> > Referer:
> >
>
http://www.ordernet.asiapac.hp.com/ordernet/index.cfm"
> >
> >
> > And often we used to get this below error occurs.
> >
> >
>
"Error","TID=160","12/11/00","10:06:28","128.88.255.34","Mozilla/4.0
> > (compatible; MSIE 5.01; Windows NT 5.0)","unknown
> > exception condition
> >
>
CFMLInterpreterImp::writeEmergencyMessageDate/Time:
> > 12/11/00 10:06:28Browser: Mozilla/4.0
> (compatible;
> > MSIE 5.01; Windows NT 5.0)Remote Address:
> > 128.88.255.34HTTP Referer:
> >
>
https://www.ordernet.asiapac.hp.com/ordernet/send_orderrequest/ezb_send_po_x
> ml.cfm"
> >
> >
> >
> >
> > Any body knows about regarding these TID nums. and
> > have u guys faced such a kind of problems.
> > IS there any changes do i need to do in coldfusion
> > administrator..
> > Pls help me out asap..
> >
> >
> > Thanx in advance
> > Ramesh
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Urgent (can any one help me out)

2000-12-11 Thread ramesh d

Hi everybody

Here we have been facing the problem with scheduler
tasks. Actually we r running 5 schedular tasks per day
in different timings.
One schedular task it generates 2 MB text file for
report.
We donno exactly what happend internally, but often
system was crashing and giving the below message.
Pls can any body help me out.
Its very urgent. Pls let me know if u require any info
in detail regarding this one.

"Error","TID=330","12/08/00","19:02:08","128.88.255.122","Mozilla/4.0
(compatible; MSIE 5.0; Windows NT; Aim Package version
1.07.8)","unknown exception condition
CFMLInterpreterImp::writeEmergencyMessageDate/Time:
12/08/00 19:02:08Browser: Mozilla/4.0 (compatible;
MSIE 5.0; Windows NT; Aim Package version
1.07.8)Remote Address: 128.88.255.122HTTP
Referer:
http://www.ordernet.asiapac.hp.com/ordernet/index.cfm"


And often we used to get this below error occurs.

"Error","TID=160","12/11/00","10:06:28","128.88.255.34","Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)","unknown
exception condition
CFMLInterpreterImp::writeEmergencyMessageDate/Time:
12/11/00 10:06:28Browser: Mozilla/4.0 (compatible;
MSIE 5.01; Windows NT 5.0)Remote Address:
128.88.255.34HTTP Referer:
https://www.ordernet.asiapac.hp.com/ordernet/send_orderrequest/ezb_send_po_xml.cfm"




Any body knows about regarding these TID nums. and
have u guys faced such a kind of problems.
IS there any changes do i need to do in coldfusion
administrator..
Pls help me out asap..


Thanx in advance
Ramesh
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists