I've installed SXDE (snv_89) and found that the web console only listens on
https://localhost:6789/ now, and the module for ZFS admin doesn't work.
When I open the link, the left frame lists a stacktrace (below) and the right
frame is plain empty. Any suggestions?
I tried substituting different SUNWzfsgr and SUNWzfsgu packages from older
Solarises (x86/sparc, snv_77/84/89, sol10u3/u4), and directly substituting the
zfs.jar file, but these actions resulted in either the same error or
crash-and-restart of SMC Webserver.
I didn't yet try installing an older SUNWmco* packages (a 10u4 system with SMC
3.0.2 works ok), I'm not sure it's a good idea ;)
The system has JDK 1.6.0_06 per default, maybe that's the culprit? I tried
setting it to JDL 1.5.0_15 and web-module zfs refused to start and register
itself...
===
Application Error
com.iplanet.jato.NavigationException: Exception encountered during forward
Root cause = [java.lang.IllegalArgumentException: No enum const class
com.sun.zfs.common.model.AclInheritProperty$AclInherit.restricted]
Notes for application developers:
* To prevent users from seeing this error message, override the
onUncaughtException() method in the module servlet and take action specific to
the application
* To see a stack trace from this error, see the source for this page
Generated Thu May 29 17:39:50 MSD 2008
===
In fact, the traces in the logs are quite long (several screenfulls) and nearly
the same; this one starts as:
===
com.iplanet.jato.NavigationException: Exception encountered during forward
Root cause = [java.lang.IllegalArgumentException: No enum const class
com.sun.zfs.common.model.AclInheritProperty$AclInherit.restricted]
at com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:380)
at com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:261)
at
com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:981)
at
com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
at
com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
...
===
This message posted from opensolaris.org