Re: Karaf 2.0.1-SNAPSHOT and webconsole, cannot login

2010-09-13 Thread Bengt Rodehav
Hi Guillaume,

I wasn't sure that it was an issue. Was it a missing JAAS configuration?

/Bengt

2010/9/13 Guillaume Nodet gno...@gmail.com

 I've just fixed the issue. Thx for reporting!

 On Sun, Sep 12, 2010 at 22:18, Bengt Rodehav be...@rodehav.com wrote:
  I looked at the log a bit more carefully and found:
  javax.security.auth.login.LoginException: Inga inloggningsmoduler har
  konfigurerats för karaf
  The above has been translated to Swedish but in English it says that no
  login modules have been configured for karaf.
  I know I should probably know how to do this but if anyone can give me
 some
  assistance I would really appreciate it. I also think that it is a good
 idea
  to have an easy login configured from scratch when installing Karaf -
 it's a
  lot easier to customize an existing configuration than creating a
  configuration.
  /Bengt
 
  2010/9/12 Bengt Rodehav be...@rodehav.com
 
  I've installed Karaf 2.0.1-SNAPSHOT and installed the Webconsole
 feature.
  However, I cannot login to the web console. I've always logged in (on
 Karaf
  1.6.0 and also Karaf 2.0.0) with user=karaf and pwd=karaf. If I enter
 those
  credentials the login dialog just pops up again, and again, and again...
  I've found someone with similar problems that recommended that a file
 with
  the name org.apache.karaf.webconsole.cfg should be placed in the etc
  directory. The contents should be:
  config name=org.apache.karaf.webconsole
realm=karaf
  /config
  I've tried that but the problem remains.
  Can anyone help me out here?
  /Bengt
 



 --
 Cheers,
 Guillaume Nodet
 
 Blog: http://gnodet.blogspot.com/
 
 Open Source SOA
 http://fusesource.com



Re: Karaf 2.0.1-SNAPSHOT and webconsole, cannot login

2010-09-13 Thread Guillaume Nodet
Jean-Baptiste is working on the JAAS side to add new features (the
ability to have encrypted passwords for better security).  The problem
was a small regression caused by the ongoing work, that's all

On Mon, Sep 13, 2010 at 08:56, Bengt Rodehav be...@rodehav.com wrote:
 Hi Guillaume,
 I wasn't sure that it was an issue. Was it a missing JAAS configuration?
 /Bengt

 2010/9/13 Guillaume Nodet gno...@gmail.com

 I've just fixed the issue. Thx for reporting!

 On Sun, Sep 12, 2010 at 22:18, Bengt Rodehav be...@rodehav.com wrote:
  I looked at the log a bit more carefully and found:
  javax.security.auth.login.LoginException: Inga inloggningsmoduler har
  konfigurerats för karaf
  The above has been translated to Swedish but in English it says that no
  login modules have been configured for karaf.
  I know I should probably know how to do this but if anyone can give me
  some
  assistance I would really appreciate it. I also think that it is a good
  idea
  to have an easy login configured from scratch when installing Karaf -
  it's a
  lot easier to customize an existing configuration than creating a
  configuration.
  /Bengt
 
  2010/9/12 Bengt Rodehav be...@rodehav.com
 
  I've installed Karaf 2.0.1-SNAPSHOT and installed the Webconsole
  feature.
  However, I cannot login to the web console. I've always logged in (on
  Karaf
  1.6.0 and also Karaf 2.0.0) with user=karaf and pwd=karaf. If I enter
  those
  credentials the login dialog just pops up again, and again, and
  again...
  I've found someone with similar problems that recommended that a file
  with
  the name org.apache.karaf.webconsole.cfg should be placed in the etc
  directory. The contents should be:
  config name=org.apache.karaf.webconsole
    realm=karaf
  /config
  I've tried that but the problem remains.
  Can anyone help me out here?
  /Bengt
 



 --
 Cheers,
 Guillaume Nodet
 
 Blog: http://gnodet.blogspot.com/
 
 Open Source SOA
 http://fusesource.com





-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/

Open Source SOA
http://fusesource.com


Re: Karaf 2.0.1-SNAPSHOT and webconsole, cannot login

2010-09-13 Thread Jean-Baptiste Onofré
My apologies for that guys. Guillaume fixed it and I should complete my 
work today.


Regards
JB

On 09/13/2010 09:42 AM, Guillaume Nodet wrote:

Jean-Baptiste is working on the JAAS side to add new features (the
ability to have encrypted passwords for better security).  The problem
was a small regression caused by the ongoing work, that's all

On Mon, Sep 13, 2010 at 08:56, Bengt Rodehavbe...@rodehav.com  wrote:

Hi Guillaume,
I wasn't sure that it was an issue. Was it a missing JAAS configuration?
/Bengt

2010/9/13 Guillaume Nodetgno...@gmail.com


I've just fixed the issue. Thx for reporting!

On Sun, Sep 12, 2010 at 22:18, Bengt Rodehavbe...@rodehav.com  wrote:

I looked at the log a bit more carefully and found:
javax.security.auth.login.LoginException: Inga inloggningsmoduler har
konfigurerats för karaf
The above has been translated to Swedish but in English it says that no
login modules have been configured for karaf.
I know I should probably know how to do this but if anyone can give me
some
assistance I would really appreciate it. I also think that it is a good
idea
to have an easy login configured from scratch when installing Karaf -
it's a
lot easier to customize an existing configuration than creating a
configuration.
/Bengt

2010/9/12 Bengt Rodehavbe...@rodehav.com


I've installed Karaf 2.0.1-SNAPSHOT and installed the Webconsole
feature.
However, I cannot login to the web console. I've always logged in (on
Karaf
1.6.0 and also Karaf 2.0.0) with user=karaf and pwd=karaf. If I enter
those
credentials the login dialog just pops up again, and again, and
again...
I've found someone with similar problems that recommended that a file
with
the name org.apache.karaf.webconsole.cfg should be placed in the etc
directory. The contents should be:
config name=org.apache.karaf.webconsole
   realm=karaf
/config
I've tried that but the problem remains.
Can anyone help me out here?
/Bengt






--
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/

Open Source SOA
http://fusesource.com









Re: Karaf 2.0.1-SNAPSHOT and webconsole, cannot login

2010-09-12 Thread Bengt Rodehav
I looked at the log a bit more carefully and found:

*javax.security.auth.login.LoginException: Inga inloggningsmoduler har
konfigurerats för karaf*

The above has been translated to Swedish but in English it says that no
login modules have been configured for karaf.

I know I should probably know how to do this but if anyone can give me some
assistance I would really appreciate it. I also think that it is a good idea
to have an easy login configured from scratch when installing Karaf - it's a
lot easier to customize an existing configuration than creating a
configuration.

/Bengt


2010/9/12 Bengt Rodehav be...@rodehav.com

 I've installed Karaf 2.0.1-SNAPSHOT and installed the Webconsole feature.
 However, I cannot login to the web console. I've always logged in (on Karaf
 1.6.0 and also Karaf 2.0.0) with user=karaf and pwd=karaf. If I enter those
 credentials the login dialog just pops up again, and again, and again...

 I've found someone with similar problems that recommended that a file with
 the name org.apache.karaf.webconsole.cfg should be placed in the etc
 directory. The contents should be:

 config name=org.apache.karaf.webconsole
   realm=karaf
 /config

 I've tried that but the problem remains.

 Can anyone help me out here?

 /Bengt