Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
JSP - A mailing list about Java Server Pages specification and reference
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
Cloudscape question

Cloudscape question

2004-12-10       - By Edward King

 Back
Reply:     1     2  

I want to use Cloudscape of J2EE1.3.1,so I set classpath=.;F:\j2sdkee1.3.1\lib
\system\cloudscape.jar then I enter into directory of F:\j2sdkee1.3.1\lib
\cloudscape, and start Cloudview like follow command:
F:\j2sdkee1.3.1\lib\cloudscape>java -classpath cloudview.jar COM.cloudscape
.tools.cview

I found I can start Cloudview GUI,then I want to create a new database,so I
choose File->New Database,then I name a new Name,and press OK button,but I got
following errors:

java.lang.ClassNotFoundException Source code of java.lang.ClassNotFoundException: COM.cloudscape.core.JDBCDriver
at java.net.URLClassLoader Source code of java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController Source code of java.security.AccessController(Native Method)
at java.net.URLClassLoader Source code of java.net.URLClassLoader(URLClassLoader.java:186)
at java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:299)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
at java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:255)
at java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:315)
at java.lang.Class Source code of java.lang.Class(Native Method)
at java.lang.Class Source code of java.lang.Class(Class.java:140)
at c8e.eb.ab.setSelectedDatabase(Unknown Source)
at c8e.dx.bs.connect(Unknown Source)
at COM.cloudscape.ui.panel.NewDatabasePanel.newDatabase(Unknown Source)
at COM.cloudscape.ui.panel.NewDatabasePanel.ok(Unknown Source)
at COM.cloudscape.ui.panel.URLPanel.keyPressed(Unknown Source)
at java.awt.Component Source code of java.awt.Component(Component.java:5092)
at javax.swing.JComponent Source code of javax.swing.JComponent(JComponent.java:2385)
at java.awt.Component Source code of java.awt.Component(Component.java:4943)
at java.awt.Container Source code of java.awt.Container(Container.java:1566)
at java.awt.Component Source code of java.awt.Component(Component.java:3639)
at java.awt.Container Source code of java.awt.Container(Container.java:1623)
at java.awt.Component Source code of java.awt.Component(Component.java:3480)
at java.awt.KeyboardFocusManager Source code of java.awt.KeyboardFocusManager(KeyboardFocusManager.java
:1688)
at java.awt.DefaultKeyboardFocusManager Source code of java.awt.DefaultKeyboardFocusManager
(DefaultKeyboardFocusManager.java:593)
at java.awt.DefaultKeyboardFocusManager Source code of java.awt.DefaultKeyboardFocusManager
(DefaultKeyboardFocusManager.java:765)
at java.awt.DefaultKeyboardFocusManager Source code of java.awt.DefaultKeyboardFocusManager
(DefaultKeyboardFocusManager.java:698)
at java.awt.DefaultKeyboardFocusManager Source code of java.awt.DefaultKeyboardFocusManager
(DefaultKeyboardFocusManager.java:559)
at java.awt.Component Source code of java.awt.Component(Component.java:3509)
at java.awt.Container Source code of java.awt.Container(Container.java:1623)
at java.awt.Window Source code of java.awt.Window(Window.java:1590)
at java.awt.Component Source code of java.awt.Component(Component.java:3480)
at java.awt.EventQueue Source code of java.awt.EventQueue(EventQueue.java:450)
at java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread
.java:197)
at java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread
.java:150)
at java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread.java:144)
at java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread.java:136)
at java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread.java:99)


I know COM.cloudscape.core.JDBCDriver in the cloudscape.jar,and I have put it
into classpath,why I still get above errors?
How to run cloudview for creating a new database?

Any idea will appreciated!
Best regards,
Edward

===========================================================================
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff J2EE-INTEREST".  For general help, send email to
listserv@(protected) and include in the body of the message "help".


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I want to use Cloudscape of J2EE1.3.1,so I set
classpath=.;F:\j2sdkee1.3.1\lib\system\cloudscape.jar then I enter into
directory of F:\j2sdkee1.3.1\lib\cloudscape, and start Cloudview like follow
command:<BR>F:\j2sdkee1.3.1\lib\cloudscape&gt;java -classpath cloudview.jar
COM.cloudscape.tools.cview</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>I found I can start Cloudview GUI,then I want to create a new
database,so I choose File-&gt;New Database,then I name a new Name,and press OK
button,but I got following errors:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>java.lang.ClassNotFoundException Source code of java.lang.ClassNotFoundException:
COM.cloudscape.core.JDBCDriver</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.net.URLClassLoader Source code of java.net.URLClassLoader$1.run(URLClassLoader.java:198)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at java.security.AccessController Source code of java.security.AccessController(Native
Method)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.net.URLClassLoader Source code of java.net.URLClassLoader(URLClassLoader.java:186)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:299)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:255)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.lang.ClassLoader Source code of java.lang.ClassLoader(ClassLoader.java:315)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at java.lang.Class Source code of java.lang.Class(Native Method)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at java.lang.Class Source code of java.lang.Class(Class.java:140)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at c8e.eb.ab.setSelectedDatabase(Unknown
Source)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at c8e.dx.bs.connect(Unknown Source)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
COM.cloudscape.ui.panel.NewDatabasePanel.newDatabase(Unknown
Source)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at COM.cloudscape.ui.panel.NewDatabasePanel.ok(Unknown
Source)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at COM.cloudscape.ui.panel.URLPanel.keyPressed(Unknown
Source)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Component Source code of java.awt.Component(Component.java:5092)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
javax.swing.JComponent Source code of javax.swing.JComponent(JComponent.java:2385)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Component Source code of java.awt.Component(Component.java:4943)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Container Source code of java.awt.Container(Container.java:1566)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Component Source code of java.awt.Component(Component.java:3639)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Container Source code of java.awt.Container(Container.java:1623)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Component Source code of java.awt.Component(Component.java:3480)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.KeyboardFocusManager Source code of java.awt.KeyboardFocusManager(KeyboardFocusManager.java:1688)<
/FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.DefaultKeyboardFocusManager Source code of java.awt.DefaultKeyboardFocusManager
(DefaultKeyboardFocusManager.java:593)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.DefaultKeyboardFocusManager Source code of java.awt.DefaultKeyboardFocusManager
(DefaultKeyboardFocusManager.java:765)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.DefaultKeyboardFocusManager Source code of java.awt.DefaultKeyboardFocusManager
(DefaultKeyboardFocusManager.java:698)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.DefaultKeyboardFocusManager Source code of java.awt.DefaultKeyboardFocusManager(DefaultKeyboardFocusManager
.java:559)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Component Source code of java.awt.Component(Component.java:3509)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Container Source code of java.awt.Container(Container.java:1623)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Window Source code of java.awt.Window(Window.java:1590)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.Component Source code of java.awt.Component(Component.java:3480)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.EventQueue Source code of java.awt.EventQueue(EventQueue.java:450)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread.java
:197)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread.java
:150)</FONT></DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread.java:144)</FONT><
/DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread.java:136)</FONT><
/DIV>
<DIV><FONT size=2>&nbsp;at
java.awt.EventDispatchThread Source code of java.awt.EventDispatchThread(EventDispatchThread.java:99)</FONT></DIV>
<DIV>&nbsp;</DIV><FONT size=2>
<DIV><BR>I know COM.cloudscape.core.JDBCDriver in the cloudscape.jar,and I have
put it into classpath,why I still get above errors?<BR>How to run cloudview for
creating a new database?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any idea will appreciated!<BR>Best regards,<BR>Edward</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></BODY></HTML>
===========================================================================
To unsubscribe, send email to listserv@(protected) and include in the body
of the message "signoff J2EE-INTEREST".  For general help, send email to
listserv@(protected) and include in the body of the message "help".
<p>

©2008 junlu.com - Jax Systems, LLC, U.S.A.