-
1. Re: Administration guide for novices
acoliver Nov 17, 2006 12:26 PM (in response to cyberskunk)Did you read the wiki pages on this?
The Admin GUI is on my plate right after I finish the present work on IMAP. (For some reason my brain hasn't been able to twist to do the proper tree transformation) -
2. Re: Administration guide for novices
cyberskunk Nov 19, 2006 4:32 PM (in response to cyberskunk)Well, if you mean wiki pages available at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMailServer, then I've found a bit useful "Installing/Configuring M5 Release" only. But there's info only about how to create mailboxes and so on if account was added during setup.
Actually, I want to understand, if there's possibility to administer JBMS if I'm real dummy in java. As I understand, it's impossible now, because of absence of Administrative GUI.
So, I should dig in JBAS, should I? Or there're another ways? -
3. Re: Administration guide for novices
gohip Nov 22, 2006 2:35 AM (in response to cyberskunk)Were using mySQL stored procedures, ASP, and the like to add mailboxes. It is not that difficult after the install.
Or you can do it the old fashioned way...
you just browse to http://localhost:8080/jmxconsole. Search the page for mailboxmanager, in that page, create a mailbox, then get the users mailboxid, then create an alias for said mailbox id. -
4. Re: Administration guide for novices
cyberskunk Dec 5, 2006 4:19 AM (in response to cyberskunk)Well, the problem is I'm getting
exception javax.management.RuntimeMBeanException org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:176) org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163) org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) org.jboss.mx.server.Invocation.invoke(Invocation.java:88) org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) org.jboss.mx.server.Invocation.invoke(Invocation.java:88) org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260) org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:258) org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:223) org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:262) org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:100) org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:82) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
when I'm trying to execute createMailbox. The only useful thing I've found in server logs iscaused by: java.lang.nullPointerException at org.jboss.mail.mailbox.MailboxServiceImpl.org$jboss$mail$mailbox$MailboxServiceImpl$GetMailboxByAlias$aop(MailboxServiceImpl.java:108)
And I really have no ideas what does it mean.