In the JBoss Getting Started Guide, things work up until page 23. Then pressing the invoke button for the startDatabaseManager() method returns a blank screen with the message "Operation completed successfully without a return value."
I did modify the hsqldb-ds.xml file as directed on page 21, uncommenting the "connection-url and the "mbean" section plus uncommented the "depends" line that said it was needed for the tcp connection method. (I tried that line both ways since it was not shown in the guide, only in comments in the file). I do understand the significance of the different server deploy directories, using the default directory, and running the default server. The "ant -f jboss-build.xml db-list" command displays valid data to the screen that was inserted by a previous insert command, and the data is persistent when the jboss server is stopped and started, so the database must be using the data from default.script since the /usr/local/jboss/server/default/data/hypersonic/default.data file has no contents. /usr/local/jboss is a link to /usr/local/jboss-3.2.3 Telnet to port 1701 will allow a connection. The server.log shows the database starting and listening. It does note that "server.properties not found, using command line or default properties". Those lines are as follows: 2004-04-07 19:36:21,386 INFO [STDOUT] server.properties not found, using command line or default properties 2004-04-07 19:36:21,426 INFO [STDOUT] Opening database: /usr/local/jboss-3.2.3/server/default/data/hypersonic/default 2004-04-07 19:36:21,426 INFO [STDOUT] HSQLDB server 1.7.1 is running 2004-04-07 21:47:59,040 INFO [org.jboss.jdbc.HypersonicDatabase] Started jboss:service=Hypersonic ... 2004-04-07 19:36:22,090 INFO [STDOUT] Wed Apr 07 19:36:22 MDT 2004 Listening for connections ... The error thrown in the log at the problem point is as follows: 19:59:47,069 ERROR [STDERR] java.lang.NoClassDefFoundError 19:59:47,080 ERROR [STDERR] at java.lang.Class.forName0(Native Method) 19:59:47,081 ERROR [STDERR] at java.lang.Class.forName(Class.java:141) 19:59:47,081 ERROR [STDERR] at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62) 19:59:47,082 ERROR [STDERR] at sun.awt.motif.MToolkit.(MToolkit.java:81) 19:59:47,082 ERROR [STDERR] at java.lang.Class.forName0(Native Method) 19:59:47,083 ERROR [STDERR] at java.lang.Class.forName(Class.java:141) 19:59:47,083 ERROR [STDERR] at java.awt.Toolkit$2.run(Toolkit.java:748) 19:59:47,084 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method) 19:59:47,084 ERROR [STDERR] at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:739) 19:59:47,085 ERROR [STDERR] at java.awt.SystemColor.updateSystemColors(SystemColor.java:417) 19:59:47,085 ERROR [STDERR] at java.awt.SystemColor.(SystemColor.java:409) 19:59:47,086 ERROR [STDERR] at org.hsqldb.util.CommonSwing.setDefaultColor(Unknown Source) 19:59:47,086 ERROR [STDERR] at org.hsqldb.util.DatabaseManagerSwing.main(Unknown Source) 19:59:47,087 ERROR [STDERR] at org.hsqldb.util.DatabaseManagerSwing.main(Unknown Source) 19:59:47,087 ERROR [STDERR] at org.jboss.jdbc.HypersonicDatabase$1.run(HypersonicDatabase.java:207) If I proceed to page 24 and deploy then I generate serious errors at all times after the login page, although the page after the login seems to still be able to show some data despite the errors. The first error thrown in the log is java.lang.NoClassDefFoundError. Is that some kind of environment variable or path problem? My environment includes JAVA_HOME=/usr/local/java (java is a link to j2sdk1.4.2_04) JBOSS_DIST=/usr/local/jboss (jboss is a link to jboss-3.2.3) JBOSS_HOME=/usr/local/jboss ANT_HOME=/usr/local/ant (ant is a link to apache-ant-1.6.1) PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/bin/X11:/usr/games:/usr/local/ant/bin:/usr/local/java/bin The jboss server on startup reports classpath as follows: CLASSPATH: /usr/local/jboss/bin/run.jar:/usr/local/java/lib/tools.jar My system is a Linux setup, with a 2.4.18 kernel. I would like to get past this problem and actually have a working system. JBoss looks like a nice tool if it will work. Any help is appreciated. Thanks, Dave View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829729#3829729 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829729 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
