Ken Paulsen wrote:
>
> Hi Kedar,
>
> Anissa and I looked into this together late last night. Basically the
> change was in the AdminConsoleAdapter.java file. You have a method
> (handleInstalledButNotLoadedState) which did not return a response.
> This caused a blank page.
>
> Our "work-a-round" was simply to call sendStatusPage(res), however, this
> causes a trip back to the browser and another 5 second delay. This is a
> total of 10 extra seconds that is not needed... room for improvement. We
> tried to do a redirect, however, anissa's testing showed that redirect
> via the Grizzly request was not working. :)
>
Oh OK. No problem. We can check this in, if approved by Jerome.
Regards,
Kedar
> Ken
>
>
> Kedar Mhaswade wrote:
>> Anissa Lam wrote:
>>> Hi,
>>> There is a bug in today's promoted build
>>> http://download.java.net/glassfish/v3-tp2/promoted/glassfish-v3-preview2-b10a.zip
>>> when trying to refresh the status page during the download of Admin
>>> Console.
>>>
>>> You will see that the URL in the browser changed to
>>> http://localhost8080/status.html and get a 404 Error.
>>> To workaround the problem, change the URL to how you start it, eg
>>> http://localhost:8080/admin and press return.
>>> Repeat this till you see the login page.
>>>
>>> Also, the 'admin' user no longer exists, you will have to login
>>> as 'anonymous' without any password.
>>>
>>> I already have a fix and tested out. Will check in today to the tp2
>>> branch after approval.
>>>
>>
>> Anissa,
>>
>> What is the fix?
>> Is it in status.html or admin GUI app?
>>
>> Thanks,
>> Kedar
>>
>>> thanks
>>> Anissa.
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>