Re: Problems whith admin application and users management

2004-12-13 Thread fmancini
Thank you so much. Your're right! Perhaps the minimal
configuration was too much minimal...
Thanks to anyone who has looked for this problem too.

Enjoy your life,

--- Hassan Schroeder [EMAIL PROTECTED] wrote:

 Shapira, Yoav wrote:
 
 I'm using the minimal server config xml file and
 sha
 for users' password encryption.
 
  This is probably the cause: a misconfiguration
 somewhere along the way.
 
 The minimal caught my eye this morning and I
 realized that I'd
 also used it as the basis for my server.xml -- it's
 missing these
 two lines found in the full-figured example
 server.xml file :-)
 
 Listener

className=org.apache.catalina.mbeans.ServerLifecycleListener/
 Listener

className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener/
 
 Add, restart, admin app is now happy...
 
 -- 
 Hassan Schroeder -
 [EMAIL PROTECTED]
 Webtuitive Design ===  (+1) 408-938-0567   ===
 http://webtuitive.com
 
dream.  code.
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 


=
[--~~
fmancini
   ~~--]



__ 
Do you Yahoo!? 
Dress up your holiday email, Hollywood style. Learn more. 
http://celebrity.mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problems whith admin application and users management

2004-12-12 Thread fmancini
No. I've just downloaded it and placed the files under
the appropriate directories in tomcat installation
dir.

[--~~
fmancini
   ~~--]

--- Kelly, Steve [EMAIL PROTECTED]
wrote:

 Did you have to do anything in particular to get the
 'admin' application
 to work. I and a number of other subscribers to this
 forum cannot even
 get into 'admin'. Even after downloading the
 separate admin webapp when
 I click on it I simply get a message saying I need
 to download and
 install it. 
 
 Steve.  
 
 -Original Message-
 From: fmancini [mailto:[EMAIL PROTECTED] 
 Sent: 12 December 2004 18:58
 To: [EMAIL PROTECTED]
 Subject: Problems whith admin application and users
 management
 
 Hi everybody,
 I'm running admin webapp using Tomcat5.5.4 [both
 downloaded yesterday].
 Everything seems to work except the users
 configuration in admin webapp:
 if I click on any element under Users definition
 in the tree on the
 left pane I got this error message:
 
 Error retrieving attribute users.
 [Exception shown at bottom]
 
 I'm using the minimal server config xml file and sha
 for users' password
 encryption.
 
 Has anyone the same problem?
 Thank you in advance,
 Enjoy your life.
 
 fstmncn
 
  exception 
 SEVERE: action: Error retrieving attribute users
 javax.management.InstanceNotFoundException:
 Users:type=UserDatabase,database=Use
 rDatabase
 at

com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(Defaul
 tMBeanServerInterceptor.java:1010)
 at

com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(De
 faultMBeanServerInterceptor.java:627)
 at

com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.ja
 va:659)
 at

org.apache.webapp.admin.users.UserUtils.getUsersForm(UserUtils.java:1
 12)
 at

org.apache.webapp.admin.users.ListUsersAction.execute(ListUsersAction
 .java:105)
 at

org.apache.struts.action.RequestProcessor.processActionPerform(Reques
 tProcessor.java:421)
 at

org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
 va:226)
 at

org.apache.struts.action.ActionServlet.process(ActionServlet.java:116
 4)
 at

org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
 at

javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
 at

javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
 icationFilterChain.java:237)
 at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
 ilterChain.java:157)
 at

org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
 alve.java:214)
 at

org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
 alve.java:178)
 at

org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
 torBase.java:482)
 at

org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
 ava:126)
 at

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
 ava:105)
 at

org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
 ve.java:107)
 at

org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
 a:148)
 at

org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
 :825)
 at

org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
 ssConnection(Http11Protocol.java:731)
 at

org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
 int.java:526)
 at

org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
 lowerWorkerThread.java:80)
 at

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
 ool.java:684)
 at java.lang.Thread.run(Thread.java:595)
 
 
   
 __
 Do you Yahoo!? 
 Send a seasonal email greeting and help others. Do
 good. 
 http://celebrity.mail.yahoo.com
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problems whith admin application and users management

2004-12-12 Thread fmancini
Hi everybody,
I'm running admin webapp using Tomcat5.5.4 [both
downloaded yesterday].
Everything seems to work except the users
configuration in admin webapp: if I click on any
element under Users definition in the tree on the
left pane I got this error message:

Error retrieving attribute users.
[Exception shown at bottom]

I'm using the minimal server config xml file and sha
for users' password encryption.

Has anyone the same problem?
Thank you in advance,
Enjoy your life.

fstmncn

 exception 
SEVERE: action: Error retrieving attribute users
javax.management.InstanceNotFoundException:
Users:type=UserDatabase,database=Use
rDatabase
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(Defaul
tMBeanServerInterceptor.java:1010)
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(De
faultMBeanServerInterceptor.java:627)
at
com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.ja
va:659)
at
org.apache.webapp.admin.users.UserUtils.getUsersForm(UserUtils.java:1
12)
at
org.apache.webapp.admin.users.ListUsersAction.execute(ListUsersAction
.java:105)
at
org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:116
4)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
torBase.java:482)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:825)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:731)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:526)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
at java.lang.Thread.run(Thread.java:595)



__ 
Do you Yahoo!? 
Send a seasonal email greeting and help others. Do good. 
http://celebrity.mail.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]