Re: Geronimo Console

2009-01-11 Thread Jack Cai
Yes the admin console should honor the priority of user agent's language
setting. I've created a JIRA to track this:
https://issues.apache.org/jira/browse/GERONIMO-4507

Thanks for reporting this!

-Jack

2009/1/10 cbkihong 

>
>
>
> Donald Woods-2 wrote:
> >
> > What level of Geronimo are you using - 2.1.3, 2.1.4-SNAPSHOT or
> > 2.2-SNAPSHOT?
> >
> > Also, what OS locale are you trying to use for your server and console?
> >
> > I'm running the server and console on a English MacOSX and WinXP without
> > problems
> >
>
> Thanks for all your replies.
>
> Latest release, presumably 2.1.3, if this matters. I started with the
> locale
> to "C" in Linux, which should be English.
>
> As for the other reply, I don't have zh_CN in the list but I do have zh_HK
> (after en_US). Even though I haven't tried it yet, I think removing zh_HK
> from the list altogether will do the trick. I just found it strange with
> the
> implementation that it does not seem to honour the priority given nor does
> it have any easy way to switch the UI language. Because fiddling with the
> browser language list is tedious and would alter browsing habit for other
> sites, I was just asking if some easier and less global means is possible;
> otherwise I'll just leave it as it is and avoid changing the browser
> language priorities altogether.
> --
> View this message in context:
> http://www.nabble.com/Geronimo-Console-tp21369352s134p21383628.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>


Re: Geronimo Console

2009-01-09 Thread cbkihong



Donald Woods-2 wrote:
> 
> What level of Geronimo are you using - 2.1.3, 2.1.4-SNAPSHOT or 
> 2.2-SNAPSHOT?
> 
> Also, what OS locale are you trying to use for your server and console?
> 
> I'm running the server and console on a English MacOSX and WinXP without 
> problems
> 

Thanks for all your replies.

Latest release, presumably 2.1.3, if this matters. I started with the locale
to "C" in Linux, which should be English.

As for the other reply, I don't have zh_CN in the list but I do have zh_HK
(after en_US). Even though I haven't tried it yet, I think removing zh_HK
from the list altogether will do the trick. I just found it strange with the
implementation that it does not seem to honour the priority given nor does
it have any easy way to switch the UI language. Because fiddling with the
browser language list is tedious and would alter browsing habit for other
sites, I was just asking if some easier and less global means is possible;
otherwise I'll just leave it as it is and avoid changing the browser
language priorities altogether.
-- 
View this message in context: 
http://www.nabble.com/Geronimo-Console-tp21369352s134p21383628.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: Geronimo Console

2009-01-09 Thread chi runhua
Here is an alternative for your reference.

Remove zh_CN from your language preference of your explorer(IE or
firefox) and keep en_us as the only one.

Take IE7 as an example, do the following:

Tools->Internet Options->on General tab, click languages--> remove
zh_CN from language preferences.

Jeff C

On 1/9/09, Donald Woods  wrote:
> What level of Geronimo are you using - 2.1.3, 2.1.4-SNAPSHOT or
> 2.2-SNAPSHOT?
>
> Also, what OS locale are you trying to use for your server and console?
>
> I'm running the server and console on a English MacOSX and WinXP without
> problems
>
>
> -Donald
>
>
> cbkihong wrote:
>> A really quick and probably rather easy question. It seems quite dumb of
>> mine
>> that I cannot figure out how to change the user interface language of the
>> Geronimo console. With all my browsers it always returns some sort of
>> Chinese user interface no matter how I fiddle with browser language
>> priorities or the locale I started Geronimo in. So, how can I access the
>> console in English?
>>
>> Thanks.
>


Re: Geronimo Console

2009-01-09 Thread Donald Woods
What level of Geronimo are you using - 2.1.3, 2.1.4-SNAPSHOT or 
2.2-SNAPSHOT?


Also, what OS locale are you trying to use for your server and console?

I'm running the server and console on a English MacOSX and WinXP without 
problems



-Donald


cbkihong wrote:

A really quick and probably rather easy question. It seems quite dumb of mine
that I cannot figure out how to change the user interface language of the
Geronimo console. With all my browsers it always returns some sort of
Chinese user interface no matter how I fiddle with browser language
priorities or the locale I started Geronimo in. So, how can I access the
console in English?

Thanks.


Re: Geronimo console hangs on failed installation of pluto-portal

2007-08-09 Thread Paul McMahan
I think it would be a good idea to create a JIRA and if possible  
attach a minimal WAR that demonstrates the problem.  The console  
should not hang when an app fails to deploy.While that is looked  
into you may want to consider using the command line for deploying  
since it provides better diagnostic feedback in this case.  bin/ 
depoy.sh deploy pluto.war


Best wishes,
Paul


On Aug 9, 2007, at 5:33 AM, Beelen, M. - SPLXL wrote:


Hello all,

I'm trying to get the pluto-portal (1.1.4) running on geronimo
(geronimo-tomcat6-jee5-2.0-M6).
I installed all the dependancies to the common libs of geronimo,  
written

a geronimo-deployment plan and try to upload my war-file.

The browser just hangs.

In the console of the geronimo-server (and the geronimo.log) I see  
that

the problem is being caused by some problem in a tld-file nested in a
jar-file being loaded from the WEB-INF\lib of the portal-webapp. (See
logging attached below)
This problem isn't the concern of geronimo, but it causes a
NoClassDefFoundError for org/saxpath/SAXPathException.

To my knowledge the class has been moved to
org.jaxen.saxpath.SAXPathException.
Somehow some component still references the old class-file.

I think it is weird that geronimo hangs on such a problem, instead of
properly reporting the nature of faillure of the deployment.

I'm forgetting something?
Does anybody know if I'm doing something wrong or is the problem
somewhere within geronimo and should I file a jira-issue for this?


With kind regards,
Marco Beelen