[Ursus-developers] now its my turn :)
Status: Alpha
Brought to you by:
agsjr
|
From: yassine E. <El...@di...> - 2005-08-18 18:14:22
|
hi team,
if some one of you guys can get me some help with the following error ill =
be glad
these are the steps =ED 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=E4ger 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=E4ger 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=F6ln
__________________________________________________
Verpassen Sie keine eBay-Auktion und bieten Sie bequem
und schnell =FCber 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
|