dev@glassfish.java.net

Re: quicklook fails in BaseAdminConsoleTest (15:31 PST codebase)

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Fri, 26 Sep 2008 16:26:30 -0700

Lloyd,

Did you try to start the felix shell and check which bundle requires package
"image"?

thanks,
-marina

Lloyd Chambers wrote:
> Anissa,
>
> It's not just QL, the GUI won't come up. This was not a problem
> earlier today.
>
> I've now done a 'mvn clean; svn up; mvn -U install', same problem.
>
> I'm all ears, but at this point the only other thing I can think of is
> blowing away the repository.
>
> My usual setup is unjarring distributions/web/target/web.zip into
> directory 'glassfish'. I did this all day just fine until 3pm or so.
>
> Lloyd
>
> ...............
>
> INFO: Started bundle org.glassfish.admingui.console-web-plugin [20]
> Sep 26, 2008 4:18:14 PM
> SEVERE: Exception in thread "Thread-14"
> Sep 26, 2008 4:18:14 PM
> SEVERE: com.sun.enterprise.module.ResolveError: Failed to start
> org.glassfish.admingui.console-theme-plugin(Admin Console Custom
> Plugin):10.0.0.SNAPSHOT
> Sep 26, 2008 4:18:14 PM
> SEVERE: at
> org.jvnet.hk2.osgiadapter.OSGiModuleImpl.start(OSGiModuleImpl.java:142)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at org.jvnet.hk2.osgiadapter.OSGiModuleImpl
> $1$1.loadClass(OSGiModuleImpl.java:275)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at
> com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:91)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at
> com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:106)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at com .sun
> .hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java: 60)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at com .sun .enterprise .v3 .server
> .ClassLoaderHierarchyImpl
> .createApplicationParentCL(ClassLoaderHierarchyImpl.java:155)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at org .glassfish .deployment .common
> .DeploymentContextImpl.createClassLoaders(DeploymentContextImpl.java: 153)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at com .sun .enterprise
> .v3.server.ApplicationLifecycle.prepare(ApplicationLifecycle.java:422)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at com .sun .enterprise
> .v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:180)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at com .sun .enterprise .v3 .server
> .ApplicationLoaderService
> .processApplication(ApplicationLoaderService.java:260)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at com .sun
> .enterprise.v3.admin.adapter.InstallerThread.load(InstallerThread.java:
> 288)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at com .sun
> .enterprise.v3.admin.adapter.InstallerThread.run(InstallerThread.java: 106)
> Sep 26, 2008 4:18:14 PM
> SEVERE: Caused by: org.osgi.framework.BundleException: Unresolved
> constraint in bundle 81: package; (&(package=images)
> (version>=10.0.0.SNAPSHOT))
> Sep 26, 2008 4:18:14 PM
> SEVERE: at
> org.apache.felix.framework.Felix._resolveBundle(Felix.java: 1725)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at org.apache.felix.framework.Felix._startBundle(Felix.java:
> 1588)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at org.apache.felix.framework.Felix.startBundle(Felix.java:
> 1541)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:371)
> Sep 26, 2008 4:18:14 PM
> SEVERE: at
> org.jvnet.hk2.osgiadapter.OSGiModuleImpl.start(OSGiModuleImpl.java:136)
> Sep 26, 2008 4:18:14 PM
> SEVERE: ... 11 more
> Sep 26, 2008 4:18:17 PM
> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
> Sep 26, 2008 4:18:22 PM
> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
> S
>
> Lloyd
>
> On Sep 26, 2008, at 4:08 PM, Anissa Lam wrote:
>
>>
>> I updated my current workspace, build and i can run quicklook without
>> error. I am creating a new workspace and build from scratch, will
>> let you know.
>>
>> Anissa.
>>
>>
>> Lloyd Chambers wrote:
>>
>>> The AMX failure is a Hudson issue (Harsha is aware of it, source and
>>> QL code out of sync in spite of being committed in one 'svn
>>> commit'). It's been broken that way for 2 hours.
>>>
>>> I'm talking about the build I'm doing myself, which is the
>>> unmodified current code base.
>>>
>>> Lloyd
>>>
>>> On Sep 26, 2008, at 3:49 PM, Anissa Lam wrote:
>>>
>>>>
>>>> When i look at hudson, v3-dev-builds-quicklook is failing at amx test.
>>>> compile-tests:
>>>> [echo] compiling test client to ..//classes/test
>>>> [mkdir] Created dir: /files/hudson/workspace/v3-dev-builds-
>>>> quicklook/quicklook/classes/test
>>>> [javac] Compiling 2 source files to /files/hudson/workspace/v3-
>>>> dev-builds-quicklook/quicklook/classes/test
>>>> [javac] /files/hudson/workspace/v3-dev-builds-quicklook/quicklook/
>>>> amx/src/test/amx/BasicAMXTests.java:283: cannot find symbol
>>>> [javac] symbol : method getRestartRequiredChanges()
>>>> [javac] location: interface
>>>> com.sun.appserv.management.base.SystemStatus
>>>> [javac] ss.getRestartRequiredChanges();
>>>> [javac] ^
>>>> [javac] 1 error
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [ERROR] BUILD ERROR
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] An Ant BuildException has occured: The following error
>>>> occurred while executing this line:
>>>> /files/hudson/workspace/v3-dev-builds-quicklook/quicklook/
>>>> build.xml:61: The following error occurred while executing this line:
>>>> /files/hudson/workspace/v3-dev-builds-quicklook/quicklook/
>>>> build.xml:126: The following error occurred while executing this line:
>>>> /files/hudson/workspace/v3-dev-builds-quicklook/quicklook/amx/
>>>> build.xml:51: The following error occurred while executing this line:
>>>> /files/hudson/workspace/v3-dev-builds-quicklook/quicklook/
>>>> gfproject/build-impl.xml:104: Compile failed; see the compiler
>>>> error output for details.
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] For more information, run Maven with the -e switch
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] Total time: 1 minute 35 seconds
>>>> [INFO] Finished at: Fri Sep 26 15:45:07 PDT 2008
>>>> [INFO] Final Memory: 13M/115M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> Recording fingerprints
>>>> Recording test results
>>>> Sending e-mails to: sjsas-ws-tech_at_sun.com km_at_dev.java.net
>>>> Build was marked for publishing on http://hudson.glassfish.org/
>>>> finished: FAILURE
>>>>
>>>>
>>>> Anissa.
>>>>
>>>> Lloyd Chambers wrote:
>>>>
>>>>> QL was working fine all day until perhaps 2pm. Then after I did
>>>>> an 'svn update' around 15:30 PST, it's not.
>>>>>
>>>>> Here's what I see in the server log...it emits "The Admin Console
>>>>> is loading..." forever.
>>>>>
>>>>> This is on Mac OS X 10.5.5, dual-core.
>>>>>
>>>>> java version "1.5.0_16"
>>>>> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-
>>>>> b06-284)
>>>>> Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
>>>>>
>>>>> .............
>>>>>
>>>>>
>>>>> INFO: Started bundle org.glassfish.admingui.console-web-plugin [20]
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: Exception in thread "Thread-14"
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: com.sun.enterprise.module.ResolveError: Failed to start
>>>>> org.glassfish.admingui.console-theme-plugin(Admin Console Custom
>>>>> Plugin):10.0.0.SNAPSHOT
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at org
>>>>> .jvnet.hk2.osgiadapter.OSGiModuleImpl.start(OSGiModuleImpl.java: 142)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at org.jvnet.hk2.osgiadapter.OSGiModuleImpl
>>>>> $1$1.loadClass(OSGiModuleImpl.java:275)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at
>>>>> com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:91)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at
>>>>> com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:106)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at com .sun .hk2
>>>>> .component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java: 60)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at com .sun .enterprise .v3 .server
>>>>> .ClassLoaderHierarchyImpl
>>>>> .createApplicationParentCL(ClassLoaderHierarchyImpl.java:155)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at org .glassfish .deployment .common
>>>>> .DeploymentContextImpl
>>>>> .createClassLoaders(DeploymentContextImpl.java:153)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at com .sun .enterprise
>>>>> .v3.server.ApplicationLifecycle.prepare(ApplicationLifecycle.java:
>>>>> 422)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at com .sun .enterprise
>>>>> .v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java: 180)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at com .sun .enterprise .v3 .server
>>>>> .ApplicationLoaderService
>>>>> .processApplication(ApplicationLoaderService.java:260)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at com .sun .enterprise
>>>>> .v3.admin.adapter.InstallerThread.load(InstallerThread.java:288)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at com .sun .enterprise
>>>>> .v3.admin.adapter.InstallerThread.run(InstallerThread.java:106)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: Caused by: org.osgi.framework.BundleException: Unresolved
>>>>> constraint in bundle 81: package; (&(package=images)
>>>>> (version>=10.0.0.SNAPSHOT))
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at
>>>>> org.apache.felix.framework.Felix._resolveBundle(Felix.java:1725)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at
>>>>> org.apache.felix.framework.Felix._startBundle(Felix.java:1588)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at
>>>>> org.apache.felix.framework.Felix.startBundle(Felix.java:1541)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at
>>>>> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:371)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: at org
>>>>> .jvnet.hk2.osgiadapter.OSGiModuleImpl.start(OSGiModuleImpl.java: 136)
>>>>> Sep 26, 2008 3:42:08 PM
>>>>> SEVERE: ... 11 more
>>>>> Sep 26, 2008 3:42:11 PM
>>>>> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
>>>>> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
>>>>> Sep 26, 2008 3:42:16 PM
>>>>> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
>>>>> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
>>>>> Sep 26, 2008 3:42:21 PM
>>>>> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
>>>>> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
>>>>> Sep 26, 2008 3:42:26 PM
>>>>> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
>>>>> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
>>>>> Sep 26, 2008 3:42:32 PM
>>>>> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
>>>>> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
>>>>>
>>>>> Sep 26, 2008 3:42:37 PM
>>>>> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
>>>>> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
>>>>> Sep 26, 2008 3:42:42 PM
>>>>> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
>>>>> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
>>>>> Sep 26, 2008 3:42:47 PM
>>>>> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter logRequest
>>>>> INFO: AdminConsoleAdapter's STATE IS: The Admin Console is loading...
>>>>>
>>>>>
>>>>>
>>>>> On Sep 26, 2008, at 3:32 PM, Lloyd Chambers wrote:
>>>>>
>>>>>> [testng] ===============================================
>>>>>> [testng] amx_tests
>>>>>> [testng] Tests run: 7, Failures: 0, Skips: 0
>>>>>> [testng] ===============================================
>>>>>>
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (1 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (2 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (3 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (4 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (5 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (6 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (7 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (8 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (9 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (10 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (11 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (12 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (13 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (14 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (15 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (16 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (17 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (18 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (19 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (20 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (21 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (22 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (23 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (24 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (25 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (26 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (27 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (28 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (29 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (30 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (31 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (32 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (33 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (34 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (35 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (36 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (37 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (38 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (39 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (40 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (41 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (42 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (43 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (44 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (45 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (46 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (47 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (48 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (49 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (50 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (51 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (52 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (53 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (54 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (55 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (56 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (57 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (58 of 100)...
>>>>>>
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (59 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (60 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (61 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (62 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (63 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (64 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (65 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (66 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (67 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (68 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (69 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (70 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (71 of 100)...
>>>>>>
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (72 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (73 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (74 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (75 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (76 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (77 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (78 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (79 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (80 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (81 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (82 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (83 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (84 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (85 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (86 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (87 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (88 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (89 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (90 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (91 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (92 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (93 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (94 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (95 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (96 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (97 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (98 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (99 of 100)...
>>>>>> [testng] ***** Login page not found. Sleeping to allow app to
>>>>>> deploy (100 of 100)...
>>>>>> [testng] FAILED CONFIGURATION: @BeforeTest
>>>>>> loginBeforeTest("http://localhost:4848/ ", 8686)
>>>>>> [testng] java.lang.AssertionError: The login form was not found.
>>>>>> [testng] at test .admin
>>>>>> .BaseAdminConsoleTest.loginBeforeTest(BaseAdminConsoleTest.java: 121)
>>>>>> [testng] ... Removed 20 stack frames
>>>>>> [testng] FAILED: testFrameSet
>>>>>> [testng] java.lang.AssertionError: The main frameset does not
>>>>>> appear to have been rendered. expected:<true> but was:<false>
>>>>>> [testng] at
>>>>>> test.admin.AdminConsoleTests.testFrameSet(AdminConsoleTests.java: 42)
>>>>>> [testng] ... Removed 25 stack frames
>>>>>> [testng] FAILED: testDeployedWebAppPage
>>>>>> [testng] java.lang.AssertionError: The Deployed Web Applications
>>>>>> table does not appear to have been rendered. expected:<true> but
>>>>>> was:<false>
>>>>>> [testng] at test .admin
>>>>>> .AdminConsoleTests.testDeployedWebAppPage(AdminConsoleTests.java: 86)
>>>>>> [testng] ... Removed 25 stack frames
>>>>>> [testng] FAILED: testCommonTasks
>>>>>> [testng] java.lang.AssertionError: The Common Task page does not
>>>>>> appear to have been rendered. expected:<true> but was:<false>
>>>>>> [testng] at test
>>>>>> .admin.AdminConsoleTests.testCommonTasks(AdminConsoleTests.java: 75)
>>>>>> [testng] ... Removed 25 stack frames
>>>>>> [testng] FAILED: testNavTree
>>>>>> [testng] java.lang.AssertionError: The navigation tree does not
>>>>>> appear to have been rendererd. expected:<true> but was:<false>
>>>>>> [testng] at
>>>>>> test.admin.AdminConsoleTests.testNavTree(AdminConsoleTests.java: 53)
>>>>>> [testng] ... Removed 25 stack frames
>>>>>> [testng] FAILED: testHeader
>>>>>> [testng] java.lang.AssertionError: The header does not appear to
>>>>>> have been rendered. expected:<true> but was:<false>
>>>>>> [testng] at
>>>>>> test.admin.AdminConsoleTests.testHeader(AdminConsoleTests.java:64)
>>>>>> [testng] ... Removed 25 stack frames
>>>>>> [testng] FAILED: testHelpPage
>>>>>> [testng] java.lang.AssertionError: expected:<true> but was:<false>
>>>>>> [testng] at
>>>>>> test.admin.AdminConsoleTests.testHelpPage(AdminConsoleTests.java: 93)
>>>>>> [testng] ... Removed 26 stack frames
>>>>>>
>>>>>> [testng] ===============================================
>>>>>> [testng] adminconsole_tests
>>>>>> [testng] Tests run: 6, Failures: 6, Skips: 0
>>>>>> [testng] Configuration Failures: 1, Skips: 0
>>>>>> [testng] ===============================================
>>>>>>
>>>>>> [testng] Running TestMethod webtest
>>>>>> [testng] URL is: http://localhost:8080/hellojsf/index.jsp
>>>>>> [testng] Connecting to: http://localhost:8080/hellojsf/index.jsp
>>>>>> [testng] PASSED: jsfAppDeployedFirstPagetest
>>>>>>
>>>>>> [testng] ===============================================
>>>>>> [testng] classloader_jsf
>>>>>> [testng] Tests run: 1, Failures: 0, Skips: 0
>>>>>> [testng] ===============================================
>>>>>>
>>>>>> [testng] URL is: http://localhost:8080/hellojsp/simpleservlet
>>>>>> [testng] Connecting to: http://localhost:8080/hellojsp/simpleservlet
>>>>>> [testng] <title>Sample Application Servlet Page</title>
>>>>>> [testng] <h1>Sample Application Servlet</h1>
>>>>>> [testng] URL is: http://localhost:8080/hellojsp/hello.jsp
>>>>>> [testng] Connecting to: http://localhost:8080/hellojsp/hello.jsp
>>>>>> [testng] <h1>JSP Test Page</h1>
>>>>>> [testng] URL is: http://localhost:8080
>>>>>> [testng] Connecting to: http://localhost:8080
>>>>>> [testng] </table> <h1>Your Server is now running</h1> <p>To
>>>>>> replace this page, overwrite the file <code>index.html</code> in
>>>>>> the default document root folder of this server. The default
>>>>>> document root folder is located at <var>as-install</var><code>/
>>>>>> domains/domain1/docroot</code>,
>>>>>> [testng] URL is: http://localhost:8080/hellojsp/first.html
>>>>>> [testng] Connecting to: http://localhost:8080/hellojsp/first.html
>>>>>> [testng] Welcome to HTML Test Program. This tests following thing
>>>>>> [testng] PASSED: simpleServletTest
>>>>>> [testng] PASSED: simpleJSPTestPage
>>>>>> [testng] PASSED: testServerRunning
>>>>>> [testng] PASSED: staticHTMLPageTest
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>