dev@glassfish.java.net

Re: Quicklook: Login page not found

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Thu, 18 Sep 2008 17:12:31 -0700

Hi Lloyd,
Couple things you can look at:

1. Where do you unzip your distribution/web/target/web.zip ?
You said before that your installation is not using the name 'glassfish'.
It is a requirement now that your web.zip be of the name glassfish,
because this is what the distribution and the download of ips packages,
'glassfish-gui', looking for.
The directory structure should be:

glassfishv3-prelude/bin
glassfishv3-prelude/glassfish
glassfishv3-prelude/glassfish/bin
glassfishv3-prelude/glassfish/lib
glassfishv3-prelude/glassfish/modules
glassfishv3-prelude/javadb
...
...
so, even though you only have web.zip and not building the ips
distribution, you need to name it glassfish.

2. do not put your glassfish installation under 'quicklook' directory.
Otherwise when quicklook 'clean', it will remove every .war file under
it, including admingui.war

3. check that your file
glassfish/lib/install/applications/admingui.war exists.

thanks.
Anissa.

Lloyd Chambers wrote:
> Anyone else seeing this Quicklook failure? Is it related to the other
> JSF problems?
>
>
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (1 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (2 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (3 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (4 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (5 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (6 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (7 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (8 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (9 of 10)...
> [testng] ***** Login page not found. Sleeping to allow app to
> deploy (10 of 10)...
> [testng] FAILED CONFIGURATION: @BeforeTest
> loginBeforeTest("http://localhost:4848/")
> [testng] java.lang.AssertionError: expected:<true> but was:<false>
> [testng] at
> test.admin.BaseAdminConsoleTest.loginBeforeTest(BaseAdminConsoleTest.java:76)
>
> [testng] ... Removed 23 stack frames
> [testng] FAILED: testFrameSet
> [testng] java.lang.AssertionError: expected:<true> but was:<false>
> [testng] at
> test.admin.AdminConsoleTests.testFrameSet(AdminConsoleTests.java:42)
> [testng] ... Removed 26 stack frames
> [testng] FAILED: testDeployedWebAppPage
> [testng] java.lang.AssertionError: expected:<true> but was:<false>
> [testng] at
> test.admin.AdminConsoleTests.testDeployedWebAppPage(AdminConsoleTests.java:78)
>
> [testng] ... Removed 26 stack frames
> [testng] FAILED: testCommonTasks
> [testng] java.lang.AssertionError: expected:<true> but was:<false>
> [testng] at
> test.admin.AdminConsoleTests.testCommonTasks(AdminConsoleTests.java:69)
> [testng] ... Removed 26 stack frames
> [testng] FAILED: testNavTree
> [testng] java.lang.AssertionError: expected:<true> but was:<false>
> [testng] at
> test.admin.AdminConsoleTests.testNavTree(AdminConsoleTests.java:51)
> [testng] ... Removed 26 stack frames
> [testng] FAILED: testHeader
> [testng] java.lang.AssertionError: expected:<true> but was:<false>
> [testng] at
> test.admin.AdminConsoleTests.testHeader(AdminConsoleTests.java:60)
> [testng] ... Removed 26 stack frames
>
>
>
> ..............................................
> Lloyd Chambers
> lloyd.chambers_at_sun.com
> GlassFish team, LSARC member
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>