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 98873 - A java.lang.RuntimeException exception has occurred
Summary: A java.lang.RuntimeException exception has occurred
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 10:37 UTC by qaiser
Modified: 2007-03-26 09:22 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
log file for th error (250.92 KB, text/plain)
2007-03-24 10:39 UTC, qaiser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qaiser 2007-03-24 10:37:03 UTC
ava.lang.RuntimeException: java.sql.SQLException: JdbcRowSetXImpl (connect):
(JNDI) Unable to connect: java:comp/env/jdbc/dataSource_1174728751047
	at
com.sun.data.provider.impl.CachedRowSetDataProvider.getMetaData(CachedRowSetDataProvider.java:1374)
	at
com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKeys(CachedRowSetDataProvider.java:494)
	at
com.sun.webui.jsf.design.AbstractDesignInfo.linkDataProviderToListSelector(AbstractDesignInfo.java:537)
	at
com.sun.webui.jsf.design.AbstractDesignInfo.linkBeans(AbstractDesignInfo.java:471)
	at com.sun.rave.insync.models.FacesModel.linkBeans(FacesModel.java:1143)
	at com.sun.rave.insync.FacesDnDSupport.processLinks(FacesDnDSupport.java:940)
	at com.sun.rave.insync.FacesDnDSupport.importBean(FacesDnDSupport.java:510)
	at com.sun.rave.insync.FacesDnDSupport.importData(FacesDnDSupport.java:308)
	at com.sun.rave.designer.jsf.JsfForm.importData(JsfForm.java:602)
	at com.sun.rave.designer.WebForm.importData(WebForm.java:1628)
	at com.sun.rave.designer.DndHandler.doImportDataDelayed(DndHandler.java:582)
	at com.sun.rave.designer.DndHandler.importDataDelayed(DndHandler.java:425)
	at com.sun.rave.designer.DndHandler.access$000(DndHandler.java:117)
[catch] at com.sun.rave.designer.DndHandler$1.run(DndHandler.java:350)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: java.sql.SQLException: JdbcRowSetXImpl (connect): (JNDI) Unable to
connect: java:comp/env/jdbc/dataSource_1174728751047
	at com.sun.sql.rowset.CachedRowSetXImpl.getConnection(CachedRowSetXImpl.java:4181)
	at com.sun.sql.rowset.CachedRowSetXImpl.getMetaData(CachedRowSetXImpl.java:2357)
	at
com.sun.data.provider.impl.CachedRowSetDataProvider.getMetaData(CachedRowSetDataProvider.java:1372)
	... 20 more
Comment 1 qaiser 2007-03-24 10:39:13 UTC
Created attachment 39910 [details]
log file for th error
Comment 2 Tomas Zezula 2007-03-26 09:22:50 UTC
Wrong component, the JNDI modules is not used for years, reassigning to web.