Merhaba Cigdem,

 

Tabiki turkce biliyorum, biraz bozulmusta olsa. 1990 yilindan beri isvecte isveclilerle birlikte yasiyorum (ne yazik ki ne okulda, ne de calistigim isyerlerinde bir tanede olsa bir turke rastlamadigim icin), haliyle insan ana dili de olsa unutuyor.

 

Sorununun kendiliginden cözuldugune sevindim.  XML dokumentini parsarken bu turden problemle karsilasan bir tek sen degilsin - baskalarida var (ekledigim dokumente gözat).

 

Eger FtpLoginException dedikleri gibi JVM tarafindan tahmin ettikleri sebepten dolayi atiliyorsa, bu da neden onun IOExceptionu olararak tutuldugunu aciklar: FtpLoginException hierarkide IOExceptionundan asagida yeralaliyor, oyuzden kullandigin parser JVM’nin tutup gönderdigi FtpLoginExceptionunu bir yukaridaki IOExceptionu olarak tutuyor.

 

Icten basari dilekleriyle, /Saban

 

PS.

Turkiyedemisin yada benim gibi disardamisin?

 



Cigdem Savaseri-Brackmann <[EMAIL PROTECTED]> wrote:
First of all thanks for replying. I made no change in the code but
the pb was solved when i tired again the next day..But i still cant
get what happened. Even if i entered my password wrong, i repeated it
several times,so it is impossible to try to log in with wrong username
or passwort each time..If i am not bothering, can you pls explain me
what is this Exception exactly,why instead of FileNotFound exception i
got that one? I ve taken a look in internet about this exception but
couldnt find anything interesting

PS: Buarada türkce bilmiyor musun?


On Thu, 17 Mar 2005 16:15:12 +0100 (CET), Saban Turkmenoglu
<[EMAIL PROTECTED]>wrote:
> it seems as if the parser can not find the XML file to parse by some reason.
> Are you sure the file on desk?
> /S.
>
> Cigdem Savaseri-Brackmann <[EMAIL PROTECTED]>wrote:
> Hello i am trying to parse an XML file using parcer xerces . But I got
> the IO exception when i am trying to parse the file
>
> Directory0: \\wkdis3\ROOT\home
> Canonicalpath-Directory4: \\wkdis3\ROOT\home\bwe\
> You selected the file named AAA.XML
> getXmlAlgorithmDocument(): IOException Not logged in
>
> sun.net.ftp.FtpLoginException: Not logged in
> at sun.net.ftp.FtpClient.readReply(Unknown Source)
> at sun.net.ftp.FtpClient.issueCommand(Unknown Source)
> at sun.net.ftp.FtpClient.login(Unknown Source)
> at sun.net.www.protocol.ftp.FtpURLConnection.connect(Unknown Source)
> at sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(Unknown Source)
> at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
> Source)
> at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown
> Source)
> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
> at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
> at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
> at ParseTest.(ParseTest.java:91)
> at ParseTest.main(ParseTest.java:200)
>
> I have to use the code below in order to validate the parser,I guess
> that is the reason of the exception. Has anybody any idea how to solve
> that?
> y {
> factory.setAttribute("http://xml.org/sax/features/validation", new
> Boolean(true));
> factory.setAttribute("http://apache.org/xml/features/validation/schema",
> new Boolean(true));
> // factory.setNamespaceAware(true);
> factory.setValidating(true);
>
>
>
>
> --
> Cigdem Savaseri-Brackmann
>


--
Cigdem Savaseri-Brackmann

Attachment: FtpLoginException.doc
Description: FtpLoginException.doc

Reply via email to