  | 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
|
|
|
  | | | Cloudscape question | Cloudscape question 2004-12-10 - By Laconia Data Systems
Back Edward:
You need to make sure your Cloudscape jars are in $J2EE_HOME/lib/cloudscape folder take a look at http://dev.systinet.com/doc/wasp_uddi-46 (See http://ddi-46.ora-code.com)/uddi/jdbcdriverinstallation.html
Let me know how you make out, Martin-
-- -- Original Message -- -- From: Edward King To: J2EE-INTEREST@(protected) Sent: Friday, December 10, 2004 8:02 AM Subject: [Spam] Cloudscape question
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 : COM.cloudscape.core.JDBCDriver at java.net.URLClassLoader $1.run(URLClassLoader.java:198) at java.security.AccessController (Native Method) at java.net.URLClassLoader (URLClassLoader.java:186) at java.lang.ClassLoader (ClassLoader.java:299) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265) at java.lang.ClassLoader (ClassLoader.java:255) at java.lang.ClassLoader (ClassLoader.java:315) at java.lang.Class (Native Method) at 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 (Component.java:5092) at javax.swing.JComponent (JComponent.java:2385) at java.awt.Component (Component.java:4943) at java.awt.Container (Container.java:1566) at java.awt.Component (Component.java:3639) at java.awt.Container (Container.java:1623) at java.awt.Component (Component.java:3480) at java.awt.KeyboardFocusManager (KeyboardFocusManager.java :1688) at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:593) at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:765) at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:698) at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:559) at java.awt.Component (Component.java:3509) at java.awt.Container (Container.java:1623) at java.awt.Window (Window.java:1590) at java.awt.Component (Component.java:3480) at java.awt.EventQueue (EventQueue.java:450) at java.awt.EventDispatchThread (EventDispatchThread .java:197) at java.awt.EventDispatchThread (EventDispatchThread .java:150) at java.awt.EventDispatchThread (EventDispatchThread.java:144) at java.awt.EventDispatchThread (EventDispatchThread.java:136) at 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".
=========================================================================== 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.1476" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Edward:<BR><BR>You need to make sure your Cloudscape jars are in $J2EE_HOME/lib/cloudscape folder<BR>take a look at</FONT></DIV> <DIV><FONT face=Arial size=2><A href="http://dev.systinet.com/doc/wasp_uddi-46 (See http://ddi-46.ora-code.com)/uddi/jdbcdriverinstallation.html ">http://dev.systinet.com/doc/wasp_uddi-46 (See http://ddi-46.ora-code.com)/uddi/jdbcdriverinstallation.html</A> <BR><BR>Let me know how you make out,<BR>Martin-<BR></DIV></FONT> <BLOCKQUOTE dir=ltr style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"> <DIV style="FONT: 10pt arial">-- -- Original Message -- -- </DIV> <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> <A title=zhangsc@(protected) href="mailto:zhangsc@(protected)">Edward King</A > </DIV> <DIV style="FONT: 10pt arial"><B>To:</B> <A title=J2EE-INTEREST@(protected) href="mailto:J2EE-INTEREST@(protected)">J2EE-INTEREST@(protected)</A> </DIV> <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, December 10, 2004 8:02 AM</DIV> <DIV style="FONT: 10pt arial"><B>Subject:</B> [Spam] Cloudscape question</DIV> <DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT><BR></DIV> <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>java -classpath cloudview.jar COM.cloudscape.tools.cview</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT size=2>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:</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT size=2>java.lang.ClassNotFoundException : COM.cloudscape.core.JDBCDriver</FONT></DIV> <DIV><FONT size=2> at java.net.URLClassLoader $1.run(URLClassLoader.java:198)</FONT></DIV> <DIV><FONT size=2> at java.security.AccessController (Native Method)</FONT></DIV> <DIV><FONT size=2> at java.net.URLClassLoader (URLClassLoader.java:186)</FONT></DIV> <DIV><FONT size=2> at java.lang.ClassLoader (ClassLoader.java:299)</FONT></DIV> <DIV><FONT size=2> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)</FONT></DIV> <DIV><FONT size=2> at java.lang.ClassLoader (ClassLoader.java:255)</FONT></DIV> <DIV><FONT size=2> at java.lang.ClassLoader (ClassLoader.java:315)</FONT></DIV> <DIV><FONT size=2> at java.lang.Class (Native Method)</FONT></DIV> <DIV><FONT size=2> at java.lang.Class (Class.java:140)</FONT></DIV> <DIV><FONT size=2> at c8e.eb.ab.setSelectedDatabase(Unknown Source)</FONT></DIV> <DIV><FONT size=2> at c8e.dx.bs.connect(Unknown Source)</FONT></DIV> <DIV><FONT size=2> at COM.cloudscape.ui.panel.NewDatabasePanel.newDatabase(Unknown Source)</FONT></DIV> <DIV><FONT size=2> at COM.cloudscape.ui.panel.NewDatabasePanel.ok (Unknown Source)</FONT></DIV> <DIV><FONT size=2> at COM.cloudscape.ui.panel.URLPanel.keyPressed (Unknown Source)</FONT></DIV> <DIV><FONT size=2> at java.awt.Component (Component.java:5092)</FONT></DIV> <DIV><FONT size=2> at javax.swing.JComponent (JComponent.java:2385)</FONT></DIV> <DIV><FONT size=2> at java.awt.Component (Component.java:4943)</FONT></DIV> <DIV><FONT size=2> at java.awt.Container (Container.java:1566)</FONT></DIV> <DIV><FONT size=2> at java.awt.Component (Component.java:3639)</FONT></DIV> <DIV><FONT size=2> at java.awt.Container (Container.java:1623)</FONT></DIV> <DIV><FONT size=2> at java.awt.Component (Component.java:3480)</FONT></DIV> <DIV><FONT size=2> at java.awt.KeyboardFocusManager (KeyboardFocusManager.java:1688) </FONT></DIV> <DIV><FONT size=2> at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:593)</FONT></DIV> <DIV><FONT size=2> at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:765)</FONT></DIV> <DIV><FONT size=2> at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:698)</FONT></DIV> <DIV><FONT size=2> at java.awt.DefaultKeyboardFocusManager  (DefaultKeyboardFocusManager.java:559)</FONT></DIV> <DIV><FONT size=2> at java.awt.Component (Component.java:3509)</FONT></DIV> <DIV><FONT size=2> at java.awt.Container (Container.java:1623)</FONT></DIV> <DIV><FONT size=2> at java.awt.Window (Window.java:1590)</FONT></DIV> <DIV><FONT size=2> at java.awt.Component (Component.java:3480)</FONT></DIV> <DIV><FONT size=2> at java.awt.EventQueue (EventQueue.java:450)</FONT></DIV> <DIV><FONT size=2> at java.awt.EventDispatchThread (EventDispatchThread .java:197)</FONT></DIV> <DIV><FONT size=2> at java.awt.EventDispatchThread (EventDispatchThread.java :150)</FONT></DIV> <DIV><FONT size=2> at java.awt.EventDispatchThread (EventDispatchThread.java:144)</FONT>< /DIV> <DIV><FONT size=2> at java.awt.EventDispatchThread (EventDispatchThread.java:136)</FONT>< /DIV> <DIV><FONT size=2> at java.awt.EventDispatchThread (EventDispatchThread.java:99)</FONT></DIV> <DIV> </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> </DIV> <DIV>Any idea will appreciated!<BR>Best regards,<BR>Edward</FONT></DIV> <DIV><FONT size=2></FONT> </DIV>=================================================== ======================== 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></P></BLOCKQUOTE></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>
|
|
 |