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 102567

Summary: cannot run ee1.4 webapp - IllegalArgumentException
Product: obsolete Reporter: _ hlu <hlu>
Component: visualwebAssignee: _ potingwu <potingwu>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 100628    
Attachments: server log file

Description _ hlu 2007-04-26 03:41:14 UTC
Build20070425 nbi installed:
Cannot run ee1.4 webapp.
Steps:
1.create webapp ee1.4 level project.
2. Run on application server.
Got 404 error and the following exception thrown in server log(see attachment
for server log file):
Caused by: java.lang.IllegalStateException: ContainerBase.addChild: start:
LifecycleException:  java.lang.IllegalArgumentException: Cant create Lifecycle
for id: com.sun.faces.lifecycle.PARTIAL.
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:963)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:944)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:671)
        at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1575)
        at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1216)
        at
com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:169)
        ... 61 more
Comment 1 _ hlu 2007-04-26 03:42:53 UTC
Created attachment 41686 [details]
server log file
Comment 2 _ potingwu 2007-04-26 03:50:37 UTC
This is fixed last night. Please also see issue#102412.

krystyna:
> Verified fixed in 0704251200.
Comment 3 _ hlu 2007-06-26 22:17:59 UTC
verified in build200706242201. mark it as verified.