You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announcements@jakarta.apache.org by Pier Fumagalli <pi...@betaversion.org> on 2002/05/03 20:34:33 UTC

[ANN] in-house mail archive...

Thank to Daniel Rall, we finally have an in-house mail archive for
JAKARTA.APACHE.ORG, with all our history so far.

The baby is running on Tigris' EyeBrowse and can be accessed here:

    http://nagoya.apache.org/


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by Daniel Rall <dl...@finemaltcoding.com>.
petite_abeille <pe...@mac.com> writes:

> On Friday, May 3, 2002, at 08:34 PM, Pier Fumagalli wrote:
>
>> Thank to Daniel Rall, we finally have an in-house mail archive for
>> JAKARTA.APACHE.ORG, with all our history so far.
>>
>> The baby is running on Tigris' EyeBrowse and can be accessed here:
>>
>>     http://nagoya.apache.org/
>
> Great... but is it ready for prime time?

Sorry for the inconvenience, I was in the process of trying out some
new code.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by Santiago Gala <sg...@hisitech.com>.
Daniel Rall wrote:

>Santiago Gala <sg...@hisitech.com> writes:
>
>  
>
>>with my standard settings:
>>
>>
>>      Ejemplo de Cabecera de Request
>>
>>Host hisitech.com:8080
>>Accept
>>text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
>>User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+)
>>Gecko/20020425
>>Keep-Alive 300
>>Accept-Language es-es, en-us;q=0.80, es;q=0.60, en;q=0.40, ja;q=0.20
>>Accept-Encoding gzip, deflate, compress;q=0.9
>>Accept-Charset ISO-8859-1, utf-8;q=0.66, *;q=0.66
>>Referer http://hisitech.com:8080/examples/servlets/index.html
>>Connection keep-alive
>>    
>>
>
>I taught Eyebrowse to behave more politely to our international
>friends and have installed the updates on nagoya.
>  
>

The Profiler in Jetspeed picks up the first supported locale in the 
accepted list, as your current code seems to do.

This is an awfully complex problem. Yesterday I was seeing lots of 
$i18n.title strings. Today I think I see it consistenty in english.

The best approach would be to populate the $i18n tool first with the 
"preferred" locale, and then fill only the missing entries with other 
available locales (even more ideally, in the order chosen by the user), 
or the default one.

This is very robust, since typically as programs evolve you don't have 
all strings translated at the same time. I see it every day with gnome 
apps, where I see mixtures of spanish an english strings that change as 
I get new versions.

But still is friendlier that returning english when i.e., default is 
english,  I specified spanish/french, and available translations are 
french/english.

Very tricky problem, as all i18n related ones.

BTW, thanks for your effort.




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by "Geir Magnusson Jr." <ge...@adeptra.com>.
On 5/3/02 9:30 PM, "Daniel Rall" <dl...@finemaltcoding.com> wrote:

> Santiago Gala <sg...@hisitech.com> writes:
> 
>> with my standard settings:
>> 
>> 
>>       Ejemplo de Cabecera de Request
>> 
>> Host hisitech.com:8080
>> Accept
>> text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0
>> .8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
>> User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+)
>> Gecko/20020425
>> Keep-Alive 300
>> Accept-Language es-es, en-us;q=0.80, es;q=0.60, en;q=0.40, ja;q=0.20
>> Accept-Encoding gzip, deflate, compress;q=0.9
>> Accept-Charset ISO-8859-1, utf-8;q=0.66, *;q=0.66
>> Referer http://hisitech.com:8080/examples/servlets/index.html
>> Connection keep-alive
> 
> I taught Eyebrowse to behave more politely to our international
> friends and have installed the updates on nagoya.

You da' man.  Thanks!


-- 
Geir Magnusson Jr.
Research & Development, Adeptra Inc.
geirm@adeptra.com
+1-203-247-1713



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Santiago Gala <sg...@hisitech.com> writes:

> with my standard settings:
>
>
>       Ejemplo de Cabecera de Request
>
> Host hisitech.com:8080
> Accept
> text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1
> User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+)
> Gecko/20020425
> Keep-Alive 300
> Accept-Language es-es, en-us;q=0.80, es;q=0.60, en;q=0.40, ja;q=0.20
> Accept-Encoding gzip, deflate, compress;q=0.9
> Accept-Charset ISO-8859-1, utf-8;q=0.66, *;q=0.66
> Referer http://hisitech.com:8080/examples/servlets/index.html
> Connection keep-alive

I taught Eyebrowse to behave more politely to our international
friends and have installed the updates on nagoya.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by "Andrew C. Oliver" <ac...@apache.org>.
Can we get the POI mail archives on there?  

Thanks,

Andy

Santiago Gala wrote:

> Pier Fumagalli wrote:
>
>>  
>>
>> It's internet explorer not sending the correct locale... Daniel's 
>> aware of
>> that, and a fix is shortcoming... Use mozilla! :)
>>  
>>
>
> Tis is mozilla:
>
> org.apache.velocity.exception.MethodInvocationException: Invocation of 
> method 'get("PageTitle")' in  class 
> org.tigris.eyebrowse.util.LocalizationTool threw exception class 
> java.util.MissingResourceException
> org.apache.velocity.exception.MethodInvocationException: Invocation of 
> method 'get("PageTitle")' in  class 
> org.tigris.eyebrowse.util.LocalizationTool threw exception class 
> java.util.MissingResourceException
>     at 
> org.apache.velocity.runtime.parser.node.GetExecutor.execute(GetExecutor.java:116) 
>
>     at 
> org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:226) 
>
>     at 
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:207) 
>
>     at 
> org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:250) 
>
>     at 
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271) 
>
>     at org.apache.velocity.runtime.directive.Parse.render(Parse.java:232)
>     at 
> org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:153) 
>
>     at 
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271) 
>
>     at org.apache.velocity.Template.merge(Template.java:296)
>     at 
> org.apache.velocity.servlet.VelocityServlet.mergeTemplate(VelocityServlet.java:448) 
>
>     at 
> org.apache.velocity.servlet.VelocityServlet.doRequest(VelocityServlet.java:387) 
>
>     at 
> org.apache.velocity.servlet.VelocityServlet.doGet(VelocityServlet.java:333) 
>
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>     at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) 
>
>     at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) 
>
>     at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) 
>
>     at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
>     at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) 
>
>     at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
>     at 
> org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344) 
>
>     at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) 
>
>     at 
> org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564) 
>
>     at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) 
>
>     at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
>     at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566) 
>
>     at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) 
>
>     at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
>     at 
> org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011) 
>
>     at 
> org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106) 
>
>     at java.lang.Thread.run(Thread.java:484)
>
> with my standard settings:
>
>
>      Ejemplo de Cabecera de Request
>
> Host hisitech.com:8080
> Accept 
> text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1 
>
> User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+) 
> Gecko/20020425
> Keep-Alive 300
> Accept-Language es-es, en-us;q=0.80, es;q=0.60, en;q=0.40, ja;q=0.20
> Accept-Encoding gzip, deflate, compress;q=0.9
> Accept-Charset ISO-8859-1, utf-8;q=0.66, *;q=0.66
> Referer http://hisitech.com:8080/examples/servlets/index.html
> Connection keep-alive
>
>
>
> taken from tomcat request headers.
>
> P.S.) I don't speak japanese, but I have it there to test Jetspeed i18n
>
>
>
> -- 
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by Santiago Gala <sg...@hisitech.com>.
Pier Fumagalli wrote:

>  
>
>It's internet explorer not sending the correct locale... Daniel's aware of
>that, and a fix is shortcoming... Use mozilla! :)
>  
>

Tis is mozilla:

org.apache.velocity.exception.MethodInvocationException: Invocation of method 'get("PageTitle")' in  class org.tigris.eyebrowse.util.LocalizationTool threw exception class java.util.MissingResourceException
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'get("PageTitle")' in  class org.tigris.eyebrowse.util.LocalizationTool threw exception class java.util.MissingResourceException
	at org.apache.velocity.runtime.parser.node.GetExecutor.execute(GetExecutor.java:116)
	at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:226)
	at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:207)
	at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:250)
	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271)
	at org.apache.velocity.runtime.directive.Parse.render(Parse.java:232)
	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:153)
	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:271)
	at org.apache.velocity.Template.merge(Template.java:296)
	at org.apache.velocity.servlet.VelocityServlet.mergeTemplate(VelocityServlet.java:448)
	at org.apache.velocity.servlet.VelocityServlet.doRequest(VelocityServlet.java:387)
	at org.apache.velocity.servlet.VelocityServlet.doGet(VelocityServlet.java:333)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
	at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
	at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
	at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
	at java.lang.Thread.run(Thread.java:484)

with my standard settings:


      Ejemplo de Cabecera de Request

Host hisitech.com:8080
Accept 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1 

User-Agent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+) 
Gecko/20020425
Keep-Alive 300
Accept-Language es-es, en-us;q=0.80, es;q=0.60, en;q=0.40, ja;q=0.20
Accept-Encoding gzip, deflate, compress;q=0.9
Accept-Charset ISO-8859-1, utf-8;q=0.66, *;q=0.66
Referer http://hisitech.com:8080/examples/servlets/index.html
Connection keep-alive



taken from tomcat request headers.

P.S.) I don't speak japanese, but I have it there to test Jetspeed i18n



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by Pier Fumagalli <pi...@betaversion.org>.
"petite_abeille" <pe...@mac.com> wrote:

> 
> On Friday, May 3, 2002, at 08:34 PM, Pier Fumagalli wrote:
> 
>> Thank to Daniel Rall, we finally have an in-house mail archive for
>> JAKARTA.APACHE.ORG, with all our history so far.
>> 
>> The baby is running on Tigris' EyeBrowse and can be accessed here:
>> 
>>     http://nagoya.apache.org/
> 
> Great... but is it ready for prime time?
> 
> VelocityServlet : Error processing the template
> 
> org.apache.velocity.exception.VelocityException
> org.apache.velocity.exception.VelocityException
> at 
> org.tigris.eyebrowse.servlets.EyebrowseServlet.handleRequest(Unknown
> Source)
> at 
> org.apache.velocity.servlet.VelocityServlet.doRequest(VelocityServlet.java:
> 372)
> at 
> org.apache.velocity.servlet.VelocityServlet.doGet(VelocityServlet.java:333)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

It's internet explorer not sending the correct locale... Daniel's aware of
that, and a fix is shortcoming... Use mozilla! :)

    Pier

--
I think that it's extremely foolish to name a server after the current U.S.
President.                                                 B.W. Fitzpatrick



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Pier Fumagalli <pi...@betaversion.org> writes:

> petite_abeille <pe...@mac.com> wrote:
>
>> 
>> On Friday, May 3, 2002, at 08:34 PM, Pier Fumagalli wrote:
>> 
>>> Thank to Daniel Rall, we finally have an in-house mail archive for
>>> JAKARTA.APACHE.ORG, with all our history so far.
>>> 
>>> The baby is running on Tigris' EyeBrowse and can be accessed here:
>>> 
>>>     http://nagoya.apache.org/
>> 
>> Great... but is it ready for prime time?
>
> Oh, BTW, it was up for the past 4 months, didn't have the slightest problem,
> until Dan decided to upgrade to the last more stable version, right when I
> announced it :) :) :)
>
> I'm sure it's a nit, and will be fixed in 2 days....

Hehe, that's exactly it.  A comical coincidence...   :-)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by Pier Fumagalli <pi...@betaversion.org>.
petite_abeille <pe...@mac.com> wrote:

> 
> On Friday, May 3, 2002, at 08:34 PM, Pier Fumagalli wrote:
> 
>> Thank to Daniel Rall, we finally have an in-house mail archive for
>> JAKARTA.APACHE.ORG, with all our history so far.
>> 
>> The baby is running on Tigris' EyeBrowse and can be accessed here:
>> 
>>     http://nagoya.apache.org/
> 
> Great... but is it ready for prime time?

Oh, BTW, it was up for the past 4 months, didn't have the slightest problem,
until Dan decided to upgrade to the last more stable version, right when I
announced it :) :) :)

I'm sure it's a nit, and will be fixed in 2 days....

    Pier


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ANN] in-house mail archive...

Posted by petite_abeille <pe...@mac.com>.
On Friday, May 3, 2002, at 08:34 PM, Pier Fumagalli wrote:

> Thank to Daniel Rall, we finally have an in-house mail archive for
> JAKARTA.APACHE.ORG, with all our history so far.
>
> The baby is running on Tigris' EyeBrowse and can be accessed here:
>
>     http://nagoya.apache.org/

Great... but is it ready for prime time?

VelocityServlet : Error processing the template

org.apache.velocity.exception.VelocityException
org.apache.velocity.exception.VelocityException
	at 
org.tigris.eyebrowse.servlets.EyebrowseServlet.handleRequest(Unknown 
Source)
	at 
org.apache.velocity.servlet.VelocityServlet.doRequest(VelocityServlet.java:
372)
	at 
org.apache.velocity.servlet.VelocityServlet.doGet(VelocityServlet.java:333)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

PA


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>