Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] ICS deployment problem

Thomas,

 

sorry for delay. As I suppose, you use RPPS v.1.0. This version requires another revision of SQL init script https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/branches/B-1-0-0/plugins/org.eclipse.higgins.icard.provider.cardspace.db.mysql/sql/mysql.sql .

 

But I recommend you to use RPPS v.1.1M5. To set up it you need:

1. Download rpps-axis.war by the following link http://download.eclipse.org/technology/higgins/downloads/rpps.web/builds/S-S20090302-200903021241/org.eclipse.higgins.rpps.web-incubation-S20090302-war.zip (notice it was rebuilt today), or import source files using the following project set file (in this case you need to run org.eclipse.higgins.rpps.web\buildwar.xml ant script to build rpps-axis.war)

 

2. Use https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/branches/B-1-1M5/plugins/org.eclipse.higgins.icard.provider.cardspace.db.mysql/sql/mysql.sql init SQL script for ICardProviders database.

 

3. Download and unzip in your user home directory the following configuration files https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/branches/B-1-1M5/app/org.eclipse.higgins.rpps.web/conf/conf.zip 

 

Then you need to make the following changes in RPPS configuration:

 

a) replace "C:\Documents and Settings\sergey" with your user home path in the following files:
.higgins\.icard\org.eclipse.higgins.icard.provider.cardspace.managed.db.ini
.higgins\.icard\org.eclipse.higgins.icard.provider.cardspace.personal.db.ini
.higgins\.userProfile\org.eclipse.higgins.userprofile.idas.ini
 
b) change database settings in the following files:
.higgins\.icard\org.eclipse.higgins.icard.provider.cardspace.managed.db.ini
.higgins\.icard\org.eclipse.higgins.icard.provider.cardspace.personal.db.ini
.higgins\.userProfile\xrds\userProfileContext.xrds
 
c) .higgins\ConfigurationFile folder contains STS client settings. You need to set an appropriate java property like this:
 
SET JAVA_OPTS= -Dorg.eclipse.higgins.sts.conf="C:\Documents and Settings\sergey\.higgins\ConfigurationFile"
 
4. You need to install separately an appropriate JDBC driver and jcaptcha library (it is not yet approved by Eclipse), which you can download by the following link:
 
Thanks,
Sergey Lyakhov
----- Original Message -----
Sent: Thursday, February 26, 2009 11:31 AM
Subject: RE: [higgins-dev] ICS deployment problem

Hi,

 

Download a .war file from here: http://wiki.eclipse.org/Components some weeks ago (early January I think).

 

 

 

Thomas Pasquier

 


From: Sergey Lyakhov [mailto:slyakhov@xxxxxxxxxxxxxx]
Sent: mercredi 25 février 2009 19:12
To: higgins-dev@xxxxxxxxxxx; PASQUIER thomas
Subject: Re: [higgins-dev] ICS deployment problem

 

Thomas,

 

> org.eclipse.higgins.icard.CardException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist

 

> I imported the sql in the first schema, and the second one is set automatically when I run the rpps, so I don’t understand why there is missing table.

 

The message "'icard.useraccount' doesn't exist" indicates that you are using very old code (older than 1.1M1 build). Which version of RPPS are you trying to deploy? Where did you get rpps-axis.war?

 

Thanks,
Sergey Lyakhov

----- Original Message -----

From:

Sent: Wednesday, February 25, 2009 12:31 PM

Subject: [higgins-dev] ICS deployment problem

 

Hi all,

 

Following instruction from here : http://wiki.eclipse.org/Deploying_the_I-Card_Service

 

I have some errors:

 

ERROR [TP-Processor3] (ProviderConfiguration.java:148) - java.net.MalformedURLException
INFO [TP-Processor3] (ProviderConfiguration.java:158) - defaults="{}"
INFO [TP-Processor3] (ProviderConfiguration.java:61) - config="C:\.higgins\.icard\org.eclipse.higgins.ica rd.provider.cardspace.managed.db.ini"
INFO [TP-Processor3] (ProviderConfiguration.java:88) - properties="{db.password=root, db.url="" db.pool=no, driver.classname=com.mysql.jdbc.Driver, source.name=, jndi.context=, db.username=root, cardcontext.classname=org.eclipse.higgins.icard.pr ovider.cardspace.db.mysql.CardContext}"
ERROR [TP-Processor3] (ProviderConfiguration.java:148) - java.net.MalformedURLException
INFO [TP-Processor3] (ProviderConfiguration.java:158) - defaults="{}"
INFO [TP-Processor3] (ProviderConfiguration.java:61) - config="C:\.higgins\.icard\org.eclipse.higgins.ica rd.provider.cardspace.personal.db.ini"
INFO [TP-Processor3] (ProviderConfiguration.java:88) - properties="{defaultImage.file=C:/ConfigurationFile/higgins.jpg, db.url="" source.name=, driver.classname=com.mysql.jdbc.Driver, jndi.context=, db.username=root, defaultImage.mimeType=file/jpeg, cardcontext.classname=org.eclipse.higgins.icard.pr ovider.cardspace.db.mysql.CardContext, db.pool=no, db.password=root}"
ERROR [TP-Processor3] (ProviderConfiguration.java:148) - java.net.MalformedURLException
INFO [TP-Processor3] (ProviderConfiguration.java:158) - defaults="{}"
INFO [TP-Processor3] (ProviderConfiguration.java:61) - config="C:\.higgins\.icard\org.eclipse.higgins.ica rd.registry.userprofile.idas.ini"
INFO [TP-Processor3] (ProviderConfiguration.java:73) - Warning: provider id doesn't match - org.eclipse.higgins.icard.registry.userprofile.ida s!=org.eclipse.higgins.icard.registry.userProfileS ervice
INFO [TP-Processor3] (ProviderConfiguration.java:88) - properties="{idasUser.name=testUser, idasUser.password=test test, idasContext.id=C:\.higgins\.icard\xrds\userProfile Context.xrds, idasDiscovery.filename=C:\.higgins\.icard\xrds\con textfactories.xrds}"
Context URI: "http://userProfileData/test", schema URI: public URI "http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl", localFile "C:\.higgins\.ontology\userProfile.owl"

 

Don’t understand what the MalformedURLException is for.

 

ERROR [TP-Processor1] (CardContext.java:117) - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist
ERROR [TP-Processor1] (RppsService.java:665) - org.eclipse.higgins.icard.CardException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist
ERROR [TP-Processor1] (RppsService.java:648) - org.eclipse.higgins.rpps.core.RppsException: org.eclipse.higgins.icard.CardException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist
ERROR [TP-Processor1] (RppsService.java:685) - org.eclipse.higgins.rpps.core.RppsException: org.eclipse.higgins.rpps.core.RppsException: org.eclipse.higgins.icard.CardException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist

 

I imported the sql in the first schema, and the second one is set automatically when I run the rpps, so I don’t understand why there is missing table.

 

And I read nothing about it the deployment wiki page but the following files are needed:

org.eclipse.runtime.IExtensionRegistry
org.eclipse.core.runtime
org.eclipse.equinox.common
org.eclipse.osgi

 

(Some errors appear in console but maybe work without those file).

 

Sincerely,

 

Thomas Pasquier

Product Marketing - R&D
Gemalto

Tel: +33 1 55 01 60 69 - +33 6 77 17 05 64
6 rue de la Verriere
92197 Meudon Cedex

 

 


From: PASQUIER thomas
Sent: mercredi 25 février 2009 11:01
To: 'higgins-dev@xxxxxxxxxxx'
Subject: ICS deployment problem

 

Hi all,

 

Following instruction from here : http://wiki.eclipse.org/Deploying_the_I-Card_Service

 

I have some errors:

 

ERROR [TP-Processor3] (ProviderConfiguration.java:148) - java.net.MalformedURLException
INFO [TP-Processor3] (ProviderConfiguration.java:158) - defaults="{}"
INFO [TP-Processor3] (ProviderConfiguration.java:61) - config="C:\.higgins\.icard\org.eclipse.higgins.ica rd.provider.cardspace.managed.db.ini"
INFO [TP-Processor3] (ProviderConfiguration.java:88) - properties="{db.password=root, db.url="" db.pool=no, driver.classname=com.mysql.jdbc.Driver, source.name=, jndi.context=, db.username=root, cardcontext.classname=org.eclipse.higgins.icard.pr ovider.cardspace.db.mysql.CardContext}"
ERROR [TP-Processor3] (ProviderConfiguration.java:148) - java.net.MalformedURLException
INFO [TP-Processor3] (ProviderConfiguration.java:158) - defaults="{}"
INFO [TP-Processor3] (ProviderConfiguration.java:61) - config="C:\.higgins\.icard\org.eclipse.higgins.ica rd.provider.cardspace.personal.db.ini"
INFO [TP-Processor3] (ProviderConfiguration.java:88) - properties="{defaultImage.file=C:/ConfigurationFile/higgins.jpg, db.url="" source.name=, driver.classname=com.mysql.jdbc.Driver, jndi.context=, db.username=root, defaultImage.mimeType=file/jpeg, cardcontext.classname=org.eclipse.higgins.icard.pr ovider.cardspace.db.mysql.CardContext, db.pool=no, db.password=root}"
ERROR [TP-Processor3] (ProviderConfiguration.java:148) - java.net.MalformedURLException
INFO [TP-Processor3] (ProviderConfiguration.java:158) - defaults="{}"
INFO [TP-Processor3] (ProviderConfiguration.java:61) - config="C:\.higgins\.icard\org.eclipse.higgins.ica rd.registry.userprofile.idas.ini"
INFO [TP-Processor3] (ProviderConfiguration.java:73) - Warning: provider id doesn't match - org.eclipse.higgins.icard.registry.userprofile.ida s!=org.eclipse.higgins.icard.registry.userProfileS ervice
INFO [TP-Processor3] (ProviderConfiguration.java:88) - properties="{idasUser.name=testUser, idasUser.password=test test, idasContext.id=C:\.higgins\.icard\xrds\userProfile Context.xrds, idasDiscovery.filename=C:\.higgins\.icard\xrds\con textfactories.xrds}"
Context URI: "http://userProfileData/test", schema URI: public URI "http://www.eclipse.org/higgins/ontologies/2006/userProfile.owl", localFile "C:\.higgins\.ontology\userProfile.owl"

 

Don’t understand what the MalformedURLException is for.

 

ERROR [TP-Processor1] (CardContext.java:117) - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist
ERROR [TP-Processor1] (RppsService.java:665) - org.eclipse.higgins.icard.CardException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist
ERROR [TP-Processor1] (RppsService.java:648) - org.eclipse.higgins.rpps.core.RppsException: org.eclipse.higgins.icard.CardException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist
ERROR [TP-Processor1] (RppsService.java:685) - org.eclipse.higgins.rpps.core.RppsException: org.eclipse.higgins.rpps.core.RppsException: org.eclipse.higgins.icard.CardException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ception: Table 'icard.useraccount' doesn't exist

 

I imported the sql in the first schema, and the second one is set automatically when I run the rpps, so I don’t understand why there is missing table.

 

And I read nothing about it the deployment wiki page but the following files are needed:

org.eclipse.runtime.IExtensionRegistry
org.eclipse.core.runtime
org.eclipse.equinox.common
org.eclipse.osgi

 

(Some errors appear in console but maybe work without those file).

 

Thomas Pasquier

Product Marketing - R&D
Gemalto

Tel: +33 1 55 01 60 69 - +33 6 77 17 05 64
6 rue de la Verriere
92197 Meudon Cedex

 

 

 


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev

Back to the top