This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 95523 - Gavotte : Wrong error message is displayed saying Portletcontainer is not installed properly
Summary: Gavotte : Wrong error message is displayed saying Portletcontainer is not ins...
Status: VERIFIED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 5.x
Hardware: Other Other
: P2 blocker (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-14 10:27 UTC by uchithra
Modified: 2009-03-17 07:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description uchithra 2007-02-14 10:27:04 UTC
Build 6 - Gavotte.

OS- Ubuntu 6.10

Steps to reproduce:

1.Install java-tools-bundle-gavotte-070206-linux 
Installation is successfull.Could create a portlet application.
2.Now add a Open Source Portlet Container.
It adds the server but doesnt start the server.
3.Now manually start the server.

It displays a error saying "Portletcontainer is not properly installed in
GlasFish.Please install it using command ...."

However after the error message the server gets started and could deploy the
portlet.

I could not find the  portlet-container-configurator.jar file  under \lib\addons.
Comment 1 Satyaranjan D 2007-02-15 15:50:51 UTC
Proper warning message shown when first time server is started. 

Portlet Container may not have been installed properly on GlassFish.
It may take several seconds to install portlet container during first time
server start up.
Wait for some time and check the url {0} to verify portlet container installation. 
If not installed then install it using command 
"java -jar portlet-container-configurator.jar <AppServerInstallRoot>  <DomainDir>" 
Comment 2 uchithra 2007-08-02 11:55:37 UTC
works fine