This is perhaps  not an orion fault but it is very strange..
I am using o4j 1.0.2.2; my client is an applet using ie 5.5 and jre 1.3.0.
Sometimes happens that the client (applet) can't retriveve a file from the
o4j server, but the file in fact is always there, the url is correct and
this behaviour is sporadic..
>From my jre console:
Opening http://172.22.8.83:8888/TitoliPers/communications.properties with
cookie "JSESSIONID=FJMHEGHCCCJF".
java.io.FileNotFoundException:
http://172.22.8.83:8888/TitoliPers/communications.properties
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at
sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown
Source)
        at
messaggi.CommunicationParameters.<init>(CommunicationParameters.java:30)
        at ambvis.AmbJApplet.init(AmbJApplet.java)
        at applet.AppletTitoliPersonale.init(AppletTitoliPersonale.java:210)
        at sun.applet.AppletPanel.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Looking in the log/default-web-app.log in o4j i have corresponding to this
exception a bad request like this:
172.22.12.235 - - [30/Jan/2002:11:17:31 +0100] "ET
/TitoliPers/communications.properties HTTP/1.1" 405 138

that is, instead of a "GET" request i have a "ET" request in the log, and so
naturally the "405" error code.
I dont know what to whink about this, especially because the error is
sporadic..
p.s. applet is using the standard java.util.URLConnection to open the file..



Reply via email to