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 146592 - V3:Sample:TravelCenter:Unable to execute
Summary: V3:Sample:TravelCenter:Unable to execute
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-09 00:00 UTC by davisn
Modified: 2013-02-13 10:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (67.23 KB, text/plain)
2008-09-09 00:03 UTC, davisn
Details
server.log (320.75 KB, text/plain)
2008-09-09 00:03 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2008-09-09 00:00:24 UTC
java.lang.IndexOutOfBoundsException occurs when execute the sample with Glassfish V3 b23 build

Steps to Reproduce
1. Install NB 6.5 Trunk 09/05/2008 build
2. Install Glassfish V3 b23 build
3. Create Sample > Java Web (Visual JSF) > Coporate Travel 
4. Change server runtime to Glassfish V3-b23
5. Execute the sample
BUG: (server.log and messages.log files attached)

   The sample was deployed successfully but failed to execute as listed in the error message below:
SEVERE: CoyoteRequest PWC4003: Exception thrown by attributes event listener
java.lang.NoClassDefFoundError: com/sun/sql/rowset/CachedRowSetX
        at com.sun.data.provider.impl.CachedRowSetDataProvider.setCachedRowSet(CachedRowSetDataProvider.java:189)
        at travelcenter.Page1._init(Page1.java:83)
        at travelcenter.Page1.init(Page1.java:162)
        at com.sun.rave.web.ui.appbase.servlet.LifecycleListener.fireInit(LifecycleListener.java:633)
        at com.sun.rave.web.ui.appbase.servlet.LifecycleListener.attributeAdded(LifecycleListener.java:483)
        at org.apache.catalina.connector.Request.setAttribute(Request.java:1792)
        at org.apache.catalina.connector.RequestFacade.setAttribute(RequestFacade.java:579)
        at com.sun.faces.context.RequestMap.put(ExternalContextImpl.java:1087)
        at com.sun.faces.mgbean.BeanManager$ScopeManager$RequestScopeHandler.handle(BeanManager.java:432)
        at com.sun.faces.mgbean.BeanManager$ScopeManager.pushToScope(BeanManager.java:417)
        at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:369)
        at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:230)
        at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:88)
        at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
        at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
        at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:86)
        at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
        at
com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:113)
        at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(ViewHandlerImpl.java:710)
        at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(ViewHandlerImpl.java:685)
        at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:284)
        at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:109)
        at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
        at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
Comment 1 davisn 2008-09-09 00:03:01 UTC
Created attachment 69361 [details]
messages.log
Comment 2 davisn 2008-09-09 00:03:57 UTC
Created attachment 69362 [details]
server.log
Comment 3 Vince Kraemer 2009-03-30 19:31:51 UTC
still exists in 6.7
Comment 4 davisn 2009-03-31 20:03:42 UTC
Since the Corporate Travel application was removed from the Sample > Java Web > Visual JSF directory, the bug becomes
invalid