Re: [Ursus-developers] now its my turn :)
Status: Alpha
Brought to you by:
agsjr
|
From: Anthony S. <dem...@ho...> - 2005-08-19 11:09:58
|
Thanks Oleg! I guess I was misinformed about where to place system wide jars, from what I just read, it is my understanding that they should be placed in. jre/lib NOT jre/lib/ext. Additionally, Yassine may have downloaded the debug driver, you may be able to fix the problem by downloading the smaller driver without debug options. This driver thing has become a serious issue and I'm trying to design a more eloquent method of handling the problem. Suggestions are welcome.. :) -Anthony >From: "Oleg Ponomaryov" <ol...@ya...> >To: <urs...@li...> >Subject: Re: [Ursus-developers] now its my turn :) >Date: Thu, 18 Aug 2005 13:08:09 -0600 > >Yassine, >Google usually rules. Please, follow the thread. The problem is location or >consistence of your mysql_xxx.jar file. > >http://forum.java.sun.com/thread.jspa?threadID=617814&messageID=3584032 > > >----- Original Message ----- From: "yassine Elassad" ><El...@di...> >To: <urs...@li...> >Sent: Thursday, August 18, 2005 12:13 PM >Subject: [Ursus-developers] now its my turn :) > > >>hi team, >> >>if some one of you guys can get me some help with the following error ill >>be glad >> >>these are the steps í did to get ursus build : >> >> >> >>Microsoft Windows XP [Version 5.1.2600] >> >>C:\Dokumente und Einstellungen\yel>mysql -u root >>Welcome to the MySQL monitor. Commands end with ; or \g. >>Your MySQL connection id is 19 to server version: 4.1.12 >> >>Type 'help;' or '\h' for help. Type '\c' to clear the buffer. >> >>mysql> show databases; >>+------------+ >>| Database | >>+------------+ >>| cdcol | >>| mysql | >>| phpmyadmin | >>| test | >>| ursus | >>| webauth | >>+------------+ >>6 rows in set (0.00 sec) >> >>mysql> create database ursus; >>Query OK, 0 rows affected (0.11 sec) >>mysql> use ursus; >>Database changed >>mysql> show tables; >>Empty set (0.00 sec) >> >>mysql> create table groups(name varchar(32)); >>Query OK, 0 rows affected (0.11 sec) >> >>mysql> create table personas(id varchar(36),user varchar(32),password >>varchar(32 >>),groups text); >>Query OK, 0 rows affected (0.06 sec) >> >>mysql> show tables; >>+-----------------+ >>| Tables_in_ursus | >>+-----------------+ >>| groups | >>| personas | >>+-----------------+ >>2 rows in set (0.01 sec) >> >>mysql> describe personas; >>+----------+-------------+------+-----+---------+-------+ >>| Field | Type | Null | Key | Default | Extra | >>+----------+-------------+------+-----+---------+-------+ >>| id | varchar(36) | YES | | NULL | | >>| user | varchar(32) | YES | | NULL | | >>| password | varchar(32) | YES | | NULL | | >>| groups | text | YES | | NULL | | >>+----------+-------------+------+-----+---------+-------+ >>4 rows in set (0.00 sec) >> >>mysql> grant all on ursus.* to ursus@'localhost' identified by 'pass'; >>Query OK, 0 rows affected (0.05 sec) >> >>mysql> quit >>Bye >> >>C:\Dokumente und Einstellungen\yel>mysql -u ursus -p >>Enter password: **** >>Welcome to the MySQL monitor. Commands end with ; or \g. >>Your MySQL connection id is 20 to server version: 4.1.12 >> >>Type 'help;' or '\h' for help. Type '\c' to clear the buffer. >> >>mysql> quit >>Bye >> >>C:\Dokumente und Einstellungen\yel>d: >>D:\ >>D:\>cd newtech >> >>D:\newtech>cd wspace >> >>D:\newtech\wspace>cd ursus >> >>D:\newtech\wspace\ursus>dir >>Datenträger in Laufwerk D: ist biggy >>Volumeseriennummer: F45E-3745 >> >>Verzeichnis von D:\newtech\wspace\ursus >> >>16.08.2005 22:03 <DIR> . >>16.08.2005 22:03 <DIR> .. >>13.08.2005 15:52 6.148 .DS_Store >>16.08.2005 22:00 209 .project >>16.08.2005 22:03 <DIR> build >>14.08.2005 13:47 6.142 build.xml >>16.08.2005 22:01 <DIR> CVS >>17.08.2005 21:12 <DIR> dist >>13.08.2005 15:52 2.508 LEGAL >>16.08.2005 22:01 <DIR> lib >>13.08.2005 15:52 1.518 License >>14.08.2005 13:55 2.747 README >>16.08.2005 22:01 <DIR> src >>16.08.2005 22:01 <DIR> test >>13.08.2005 15:52 318 Test.java >> 7 Datei(en) 19.590 Bytes >> 8 Verzeichnis(se), 87.806.767.104 Bytes frei >> >>D:\newtech\wspace\ursus>ant jar-server >>Buildfile: build.xml >> >>init: >> >>compile: >> >>jar-server: >> [copy] Copying 1 file to >>D:\newtech\wspace\ursus\dist\ursus-server\conf >> >>BUILD SUCCESSFUL >>Total time: 5 seconds >>D:\newtech\wspace\ursus>ant jar-client >>Buildfile: build.xml >> >>init: >> >>compile: >> >>jar-client: >> >>BUILD SUCCESSFUL >>Total time: 2 seconds >>D:\newtech\wspace\ursus>cd dist >> >>D:\newtech\wspace\ursus\dist>cd ursus-server >> >>D:\newtech\wspace\ursus\dist\ursus-server>cd conf >> >>D:\newtech\wspace\ursus\dist\ursus-server\conf>dir >>Datenträger in Laufwerk D: ist biggy >>Volumeseriennummer: F45E-376B >> >>Verzeichnis von D:\newtech\wspace\ursus\dist\ursus-server\conf >> >>18.08.2005 19:15 <DIR> . >>18.08.2005 19:15 <DIR> .. >>18.08.2005 19:15 543 conf.xml >> 1 Datei(en) 543 Bytes >> 2 Verzeichnis(se), 87.806.763.008 Bytes frei >> >>D:\newtech\wspace\ursus\dist\ursus-server\conf>cd .. >> >>D:\newtech\wspace\ursus\dist\ursus-server>java -jar Server.jar >>conf/conf.xml >>Configuring Ursus Server with file: conf/conf.xml >>Configuration successful! >>Exception in thread "main" java.lang.NoClassDefFoundError: >>org/aspectj/lang/Sign >>ature >> at java.lang.Class.forName0(Native Method) >> at java.lang.Class.forName(Class.java:164) >> at ursus.server.persistence.ConnectionPool_impl.init(Unknown >>Source) >> at ursus.server.persistence.PersistenceManager.init(Unknown >>Source) >> at ursus.server.Server.init(Unknown Source) >> at ursus.server.Server.main(Unknown Source) >> >>D:\newtech\wspace\ursus\dist\ursus-server>help :) >>ps: anthony please dont forget to update my mail adress to >>ye...@di... >>thanks @ all >>yassine >> >> >> >> >> >> >> >> >>Yassine ELassad >> >>Fon 0221 800 8961 >>Mobile 0160 9223 9000 >> >>Edith-Stein-Str 6 >>51063 köln >>__________________________________________________ >>Verpassen Sie keine eBay-Auktion und bieten Sie bequem >>und schnell über das Telefon mit http://www.telefonbieten.de >> >>Ihre eMails auf dem Handy lesen - ohne Zeitverlust - 24h/Tag >>eMail, FAX, SMS, VoiceMail mit http://www.directbox.com >> >> >> >> >>------------------------------------------------------- >>SF.Net email is Sponsored by the Better Software Conference & EXPO >>September 19-22, 2005 * San Francisco, CA * Development Lifecycle >>Practices >>Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >>Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >>_______________________________________________ >>Ursus-developers mailing list >>Urs...@li... >>https://lists.sourceforge.net/lists/listinfo/ursus-developers >> >> > > > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Ursus-developers mailing list >Urs...@li... >https://lists.sourceforge.net/lists/listinfo/ursus-developers _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ |