My customer is has Enterprise 3.01 installed on Mandrake 7.2.
The java console on a Windows workstation running IE 5 gives the errors
below. Can you advise on what is wrong and how to turn it off?
Thanks.
Robert Sio
Yutivo Corporation
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/TransportResources_en_US.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/TransportResources_en.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/TransportResources_en_US.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/TransportResources_en.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/GeneralResources_en_US.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/GeneralResources_en.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/GeneralResources_en_US.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/GeneralResources_en.class
>
> Tarantella 3.01.905: Commencing Bootstrap
> Tarantella 3.01.905: Connecting to Tarantella server...
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/netscape/security/PrivilegeManager.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/netscape/security/PrivilegeManager.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/netscape/security/PrivilegeManager.class
>
> Tarantella 3.01.905: Successfully connected to tta.iremit.com.ph:3144
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/netscape/security/PrivilegeManager.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/AuthenticateResources_en_US.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/AuthenticateResources_en.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/AuthenticateResources_en_US.class
>
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/com/sco/tta/client/i18nstr/AuthenticateResources_en.class
>
> Tarantella 3.01.905: Login Applet started
> java.io.FileNotFoundException:
>
203.177.14.211:80//tarantella/java/netscape/security/PrivilegeManager.class
>
1. Netscape priviledgemanager.class - This is seen when IE connects to
Tarantella. It can be ignored.
2. file_countrycode.class and file_countrycode.properties. These files
*can* be created and added to Tarantella to allow messages in
Tarantella's Java applets (such as incorrect username/password) to be
delivered in a particular language based on the country code that the
Java returns from a routine. We haven't written any of these localised
message files yet. With these errors, what you're seeing is Tarantella's
Java querying the system for its locale, and then searching for files
based on that locale. Eventually it defaults to the English messages
built into the Java archives themselves. It too can be ignored.
Regards
Matt
There is nothing wrong. I don't think you can turn them off - you
can turn the java console off of course. These files do not need
to be present, the java console is simply logging the fact that
they were looked for and not found.
-Barrie
--
----------------------------------------------
Barrie Cooper | bar...@tarantella.com
Tarantella Escalations | +44 113 251 2103
----------------------------------------------
I too encountered these errors and while everything does work eventually a side affect is that it
takes a lot longer to connect, which is very bad. I've tried setting the locale on the browser to
match the Tarantella default locale, but it didn't make any difference.
Also is there any way for the printer capabilities process to kick off after the webtop icons are
loaded ? It would make more sense to me to get the icons loaded first before trying to find the users
default print settings as it looks like extra delay from the users prespective.
I'm looking at ways that this can be improved. The locale setting
originates from a Java API call and not the browser locale, hence your
observations. I'd imagine that this API call queries the OS, so maybe
playing with OS settings might do the trick, probably at the detriment
of having to view dates the wrong way round ;-) (mm/dd/yy).
> Also is there any way for the printer capabilities process to kick off after the webtop icons are
> loaded ? It would make more sense to me to get the icons loaded first before trying to find the users
> default print settings as it looks like extra delay from the users prespective.
Good question. Maybe one of my colleagues can help.
Regards
Matt