From continuum-users-return-4897-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Mon Oct 08 11:31:36 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 36845 invoked from network); 8 Oct 2007 11:31:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 11:31:35 -0000 Received: (qmail 85918 invoked by uid 500); 8 Oct 2007 11:31:22 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 85896 invoked by uid 500); 8 Oct 2007 11:31:22 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 85885 invoked by uid 99); 8 Oct 2007 11:31:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 04:31:22 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.168.101.19] (HELO relay01-mail.uk.clara.net) (80.168.101.19) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 11:31:23 +0000 Received: from chb28-2-88-163-39-128.fbx.proxad.net ([88.163.39.128]:3713 helo=[127.0.0.1]) by relay01-mail.uk.clara.net (smtp-vh.amenworld.com [195.8.80.31]:251) with esmtpa (authdaemon_plain:emmanuel@venisse.net) id 1IeqpC-0007Me-46 (Exim 4.60) for continuum-users@maven.apache.org (return-path ); Mon, 08 Oct 2007 11:31:02 +0000 Message-ID: <470A14D9.3080307@venisse.net> Date: Mon, 08 Oct 2007 13:30:33 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Weird behavior in browsers not Firefox References: <13030511.post@talk.nabble.com> <47050596.2080407@venisse.net> <13043930.post@talk.nabble.com> <470518AA.30205@venisse.net> <470532E0.8090402@venisse.net> <13050396.post@talk.nabble.com> <4705C5E2.4010409@venisse.net> <13060654.post@talk.nabble.com> <47064C6B.5070807@venisse.net> <13067854.post@talk.nabble.com> In-Reply-To: <13067854.post@talk.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org What is the output of 'java -version' without $JAVA_HOME/bin before? Emmanuel fherrerav a écrit : > > echo $PATH > /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/ciuser/bin:/home/ciuser/maven-2/bin:/home/ciuser/apache-ant-1.7.0/bin: > > > > > This is the env for the user > > > $ env > TOMCAT_HOME=/usr/local/tomcat > SHELL=/bin/bash > TERM=vt100 > HISTSIZE=1000 > USER=ciuser > LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35: > KDEDIR=/usr > MAVEN_OPTS=-Xmx1024M > MAIL=/var/spool/mail/ciuser > PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/ciuser/bin:/home/ciuser/maven-2/bin:/home/ciuser/apache-ant-1.7.0/bin: > INPUTRC=/etc/inputrc > PWD=/home/ciuser > JAVA_HOME=/usr/java/jdk1.5.0_12 > LANG=en_US.UTF-8 > SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass > SHLVL=1 > HOME=/home/ciuser > LOGNAME=ciuser > LESSOPEN=|/usr/bin/lesspipe.sh %s > G_BROKEN_FILENAMES=1 > _=/bin/env > > > > > > > Emmanuel Venisse wrote: >> Do you have something else in your PATH? >> >> Emmanuel >> >> fherrerav a écrit : >>> I did and got same result >>> >>> $JAVA_HOME/bin/java -version >>> java version "1.5.0_12" >>> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) >>> Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode) >>> >>> >>> >>> >>> >>> Emmanuel Venisse wrote: >>>> Can you try with a java 5? >>>> >>>> Emmanuel >>>> >>>> fherrerav a écrit : >>>>> Sun >>>>> >>>>> ./java -version >>>>> java version "1.6.0" >>>>> Java(TM) SE Runtime Environment (build 1.6.0-b105) >>>>> Java HotSpot(TM) Server VM (build 1.6.0-b105, mixed mode) >>>>> >>>>> >>>>> >>>>> Emmanuel Venisse wrote: >>>>>> What is the jdk on your redhat? Sun JDK, gcj, other? >>>>>> >>>>>> Emmanuel >>>>>> >>>>>> Emmanuel Venisse a écrit : >>>>>>> I don't have a redhat to try but it is weird. >>>>>>> >>>>>>> Emmanuel >>>>>>> >>>>>>> fherrerav a écrit : >>>>>>>> Standalone. I reinstalled in the same server with no luck (red >>>>>>>> hat). >>>>>>>> I tried >>>>>>>> installing another copy in windows and it works fine there. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Emmanuel Venisse wrote: >>>>>>>>> Tested with Safari 2.0.4 and IE6, it works fine for me. >>>>>>>>> >>>>>>>>> Do you use the standalone version or the webapp? >>>>>>>>> >>>>>>>>> Emmanuel >>>>>>>>> >>>>>>>>> fherrerav a écrit : >>>>>>>>>> Ok, this is very very weird, i'm using beta-3 and i'm able to >>>>>>>>>> login >>>>>>>>>> only >>>>>>>>>> using firefox. I've tried IE6, Opera9 and safari beta and i only >>>>>>>>>> get >>>>>>>>>> to >>>>>>>>>> the >>>>>>>>>> login page. I try to login, i see the post to the server in the >>>>>>>>>> status >>>>>>>>>> bar >>>>>>>>>> but the app return to the empty group list with no user logged in. >>>>>>>>>> In >>>>>>>>>> firefox works well. I check the server log and i see no activity >>>>>>>>>> unless >>>>>>>>>> using firefox. I have cleaned cookies, cache, etc but the strange >>>>>>>>>> behavior >>>>>>>>>> remains. I tried installling beta-2 and i get the same. Any ideas >>>>>>>>>> what >>>>>>>>>> should i look for? It used to work fine on those browsers and >>>>>>>>>> suddenly >>>>>>>>>> it >>>>>>>>>> broke. Must be something on the server i guess. >>>> >> >> >