admin@glassfish.java.net

Re: Error building Admin Console

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Tue, 28 Apr 2009 10:24:42 -0700

Kim Haase wrote:
> Thanks, Ken -- that worked. Sorry, I should always remember to do a
> general update first.
>
> I have another question, though -- I checked with Paul, and it seems
> as if none of the Grizzly-related CLI commands are going to make it
> into Preview -- the ones relating to network listeners, protocols, and
> thread pools. Does that mean that the Grizzly-related screens will
> have to be backed out of the Admin Console also?
No. GUI and CLI are independent.
> Will anything be put back to take their place -- HTTP listener
> screens, for example?
Yes.
> The screens currently have a note saying they aren't working yet and
> to use the CLI -- but the CLI doesn't work either.
I thought CLI is working for all the grizzly commands when Justin
integrate the grizzly-config to GF, and GUI will 'catch up' when all the
GUI dependencies is available. Thats why the 'note'. Apparently,
thats not the case.
Lloyd and Justin just committed the code that GUI depends on this
morning. I am working on that.

thanks
Anissa.
>
>
> Thanks again,
> Kim
>
> On 04/27/09 18:39, Ken Paulsen wrote:
>>
>> Hi Kim,
>>
>> Try updating your v3/pom.xml file also. The version # for
>> jsftemplating.jar has changed in that file. The new version is
>> needed in order for you to compile. Please let me know if this does
>> not solve your problem.
>>
>> Thanks!
>>
>> Ken
>>
>>
>> Kim Haase wrote:
>>> I just did an svn update and then a mvn install in the admingui
>>> directory. One of the files that came in with the svn update seems
>>> to have caused the mvn install command to fail:
>>>
>>> /home/chaase/gfws/trunk/v3/admingui/common/src/main/java/org/glassfish/admingui/common/tree/MBeanTreeAdaptor.java:455:
>>> cannot find symbol
>>> symbol : method getInstance(javax.faces.context.FacesContext)
>>> location: class com.sun.jsftemplating.component.ComponentUtil
>>> ComponentUtil compUtil = ComponentUtil.getInstance(ctx);
>>> ^
>>> Note:
>>> /home/chaase/gfws/trunk/v3/admingui/common/src/main/java/org/glassfish/admingui/common/tree/MBeanTreeAdaptor.java
>>> uses unchecked or unsafe operations.
>>> Note: Recompile with -Xlint:unchecked for details.
>>> 1 error
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>> [INFO] Fatal error compiling
>>>
>>> Hope someone can fix this.
>>>
>>> Thanks,
>>> Kim
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>