I have no clue of what is happening ...

Hi All,

ENIVRONMENT:

OS: Windows NT 4.0

Apache Web Server, Macromedia Cold Fusion Server 5,

Java JDK 1.3.2, JAXP 1.1

PROBLEM:

I have a Java class in which i am parsing an XML string

(using SAX parser) and doing some other stuff. All is fine when I run at the command prompt. But it doesnt work when used from CFML page. The control doesnt even go to the startDocument handler. If anybody has any sort of clue please help me. I am going nuts over this for past two days.

Thanks

Kiran Kumar Bandela.

[588 byte] By [kbandela] at [2007-9-26 2:03:13]
# 1
what is CFML
shirish_wagh at 2007-6-29 8:45:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Probably this is a jar related problem. You didn't really give a lot of info here but it sounds like your web server is not able to find the class you are using. I've found that in our web applications we have to include the jars not only on the objects that use them but also on the object that the web server initially loads.

Good luck.

dubwai at 2007-6-29 8:45:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
yes thats right ,some times you have to include jar files in your servers classpath aswell.and by the way there is a faq's site on allaiere.you might wanna try that( if you already haven't tried it).
me_elf at 2007-6-29 8:45:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...