You can subscribe to this list here.
| 2008 | 
          Jan
           | 
        
        
        
        
          Feb
           | 
        
        
        
        
          Mar
           (2)  | 
        
        
        
        
          Apr
           | 
        
        
        
        
          May
           (7)  | 
        
        
        
        
          Jun
           | 
        
        
        
        
          Jul
           (6)  | 
        
        
        
        
          Aug
           (9)  | 
        
        
        
        
          Sep
           (8)  | 
        
        
        
        
          Oct
           (15)  | 
        
        
        
        
          Nov
           (1)  | 
        
        
        
        
          Dec
           (1)  | 
        
      
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 | 
          Jan
           | 
        
        
        
        
          Feb
           (7)  | 
        
        
        
        
          Mar
           | 
        
        
        
        
          Apr
           (1)  | 
        
        
        
        
          May
           (1)  | 
        
        
        
        
          Jun
           (5)  | 
        
        
        
        
          Jul
           (1)  | 
        
        
        
        
          Aug
           (4)  | 
        
        
        
        
          Sep
           (1)  | 
        
        
        
        
          Oct
           (1)  | 
        
        
        
        
          Nov
           (1)  | 
        
        
        
        
          Dec
           (2)  | 
        
      
| 2010 | 
          Jan
           (5)  | 
        
        
        
        
          Feb
           (3)  | 
        
        
        
        
          Mar
           | 
        
        
        
        
          Apr
           (1)  | 
        
        
        
        
          May
           (1)  | 
        
        
        
        
          Jun
           | 
        
        
        
        
          Jul
           | 
        
        
        
        
          Aug
           (1)  | 
        
        
        
        
          Sep
           | 
        
        
        
        
          Oct
           | 
        
        
        
        
          Nov
           | 
        
        
        
        
          Dec
           (3)  | 
        
      
| 2011 | 
          Jan
           | 
        
        
        
        
          Feb
           | 
        
        
        
        
          Mar
           (5)  | 
        
        
        
        
          Apr
           (1)  | 
        
        
        
        
          May
           | 
        
        
        
        
          Jun
           | 
        
        
        
        
          Jul
           | 
        
        
        
        
          Aug
           | 
        
        
        
        
          Sep
           | 
        
        
        
        
          Oct
           | 
        
        
        
        
          Nov
           | 
        
        
        
        
          Dec
           | 
        
      
| 2014 | 
          Jan
           (1)  | 
        
        
        
        
          Feb
           | 
        
        
        
        
          Mar
           | 
        
        
        
        
          Apr
           | 
        
        
        
        
          May
           | 
        
        
        
        
          Jun
           | 
        
        
        
        
          Jul
           | 
        
        
        
        
          Aug
           | 
        
        
        
        
          Sep
           | 
        
        
        
        
          Oct
           | 
        
        
        
        
          Nov
           | 
        
        
        
        
          Dec
           | 
        
      
| 
     
      
      
      From: Alex O'R. <spy...@gm...> - 2014-01-04 23:44:14
      
     
   | 
Hi just downloaded the latest OpenUDDI and ended up with this in the
log output. This is on tomcat 5.5, mysql (latest)
WARN  org.hibernate.util.JDBCExceptionReporter:77 - SQL Error: 1146,
SQLState: 42S02
ERROR org.hibernate.util.JDBCExceptionReporter:78 - Table
'uddi.upgrades' doesn't exist
ERROR UtilityLevel:50 - org.hibernate.exception.SQLGrammarException:
could not execute query
org.hibernate.exception.SQLGrammarException: could not execute query
        at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
        at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
        at org.hibernate.loader.Loader.doList(Loader.java:2220)
        at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2108)
        at org.hibernate.loader.Loader.list(Loader.java:2103)
        at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378)
        at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:340)
        at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
        at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1122)
        at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
        at com.novell.uddi3.hibernate.storage.UpgradeDAOImpl.listUpgrades(UpgradeDAOImpl.java:20)
        at com.novell.uddi3.ServerInitialization.runUpgrades(ServerInitialization.java:340)
        at com.novell.uddi3.ServerInitialization.contextInitialized(ServerInitialization.java:292)
I can login using mysql's CLI with the credentials. Any idea how to fix this?
 | 
| 
     
      
      
      From: A A. <adi...@gm...> - 2011-04-18 03:44:00
      
     
   | 
Dear All,
I am working with OpenUDDI to publish and invoke the Web service
descriptions. I would like to invoke the published service descriptions
(through the unique business key of each business entity) by providing the
Inquiry URL and Business Entity name. Could any one please point me to the
programming logic to achieve this?
I attach the code found at Sourceforge site for retrieving the service
descriptions given the business key and Inquiry URL (Bold Lines). But I
would like to *retrieve using business entity name* rather than business
key. Please help me.
________________________________________________________________________________________________________________________________________________________________
import java.io.IOException;
import dk.itst.uddi.client.ConnectionInfo;
import dk.itst.uddi.client.UDDIClient;
import dk.itst.uddi.client.query.FindServiceQuery;
import dk.itst.uddi.client.query.FindServiceResult;
import dk.itst.uddi.client.types.core.AccessPoint;
import dk.itst.uddi.client.types.core.BindingTemplate;
import dk.itst.uddi.client.types.core.BindingTemplates;
import dk.itst.uddi.client.types.core.BusinessService;
public class Main
{
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) throws IOException
    {
        ConnectionInfo ci = new ConnectionInfo();
        *ci.setInquiry("http://10.6.8.13:8080/uddi/services/inquiry");*
        UDDIClient client = new UDDIClient(ci);
//set Business key here
        *FindServiceQuery q =
client.getInquiry().findService().setBusinessKey("uddi:mydomain.com:2
bf81ecd-1b24-43d0-8580-41a28a5000bf");*
        FindServiceResult services = q.execute();
        String serviceKey = null;
        for (int i = 0; i < services.getCount(); i++)
        {
            serviceKey = services.getServiceInfos()[i].getServiceKey();
            System.err.println("Service key found at: " + serviceKey);
        }
        BusinessService service =
client.getInquiry().getService(serviceKey);
        BindingTemplates bt = service.getBindingTemplates();
        for (int i = 0; i < bt.sizeOfBindingTemplateArray(); i++)
        {
            BindingTemplate bindingTemplateFound =
bt.getBindingTemplateArray(i);
            System.err.println("BindingKey :" +
bindingTemplateFound.getBindingKey());
            AccessPoint ap = bindingTemplateFound.getAccessPoint();
            System.out.println("Web Service Endpoint is at: \n" +
ap.getStringValue());
        }
    }
}
_______________________________________________________________________________________________________________________________________________________________
Awaiting for your reply ASAP.
Thank you.
-- 
Regards,
A Arun
 | 
| 
     
      
      
      From: A A. <adi...@gm...> - 2011-03-29 03:30:44
      
     
   | 
Dear all, Could anyone kindly provide me the procedure for publishing and invoking Web services as yellow pages. I am badly in need of it and awaiting for your reply at the earliest. Thank you. -- Regards, A Arun  | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2011-03-24 09:09:37
      
     
   | 
Hi
In the Ant build file the default target is "build-everything" that target depends on the "schemaexport" target.
The "schemaexport" target resets your current database according to the settings in the hibernate.cfg.xml file - but its not optional to delete all the data in the database each time you make a build. That is why the "schemaexport" target checks the condition "isExportTrue", which again checks an export property for your build.properties file.
so:
export=true in your build.properties will reset the UDDI database and add the schema again, 
while export=false (which is default) will ignore the "schemaexport" target
Hope this will help you
/Kjeld
On Mar 21, 2011, at 6:58 PM, Leon Doud wrote:
I tried "schemaexport" a few times without luck. After looking at the
task definition I noticed there was a conditional on the
"schemaexport" task.
I then tried calling "hibernate-schemaexport" directly and that
appears to have solved the issue. 42 tables and one sequence is
generated in PostgreSQL (8.3).  The application now starts up in
Tomcat without errors.
Is calling the "hibernate-schemaexport" target directly instead of
"schemaexport" ok?
My build.properties file contains "exportSchema=true".  Should that
have triggered the schemaexport target? If not, what should I put in
my build.properties file so the schema does export?
Thanks for the help!
On Thu, Mar 17, 2011 at 8:34 AM, Kjeld Froberg <kf...@tr...> wrote:
> Hi
> 
> Just tested this on a new installed Postgres 8.4.7 - and no constraint errors
> 
> Are you upgrading an existing UDDI database, or is it a fresh install of the database?
> 
> Could you try this with a new database schema (ant schemaexport)?
> 
> /Kjeld
> 
> 
> On Mar 14, 2011, at 5:37 PM, Leon Doud wrote:
> 
> When starting OpenUDDI for the first time a foreign key violation
> occurs. I'm using OpenUDDI 0.10.9, PostgreSQL 8.4, Tomcat 6 and CentOS
> 5.5. Any suggestions?
> 
> Here is the related part of my Tomcat log with "show_sql" set to true
> (and "hbd2ddl.auto" set to create in order to initialize the database)
> in the Hibernate configuration file:
> 
> Context path: /uddi
> Hibernate: select upgradevo0_.upgrade as col_0_0_ from upgrades upgradevo0_
> INFO  UtilityLevel:74 - Running loggers []
> Hibernate: select configurat0_.id as id39_, configurat0_.content as
> content39_ from configuration configurat0_
> INFO  RepositoryLevel:74 - Configuration: {}
> Hibernate: select configurat0_.id as id39_, configurat0_.content as
> content39_ from configuration configurat0_
> INFO  RepositoryLevel:74 - Configuration: {}
> Hibernate: select this_.id as id40_0_, this_.bindingkey as
> bindingkey40_0_, this_.ninterval as ninterval40_0_, this_.maxentities
> as maxentit4_40_0_, this_.expiresafter as expiresa5_40_0_, this_.brief
> as brief40_0_, this_.filter as filter40_0_, this_.authname as
> authname40_0_, this_.lastresult as lastresult40_0_,
> this_.custodynodeid as custody10_40_0_ from subscriptions this_ where
> (1=1 and this_.bindingkey is not null)
> Hibernate: select businessen0_1_.idlower as col_0_0_ from
> businessentities businessen0_ inner join basevo businessen0_1_ on
> businessen0_.bid=businessen0_1_.id where businessen0_1_.idlower in (?)
> Hibernate: select tmodelvo0_1_.authorizedname as col_0_0_ from tmodels
> tmodelvo0_ inner join basevo tmodelvo0_1_ on
> tmodelvo0_.bid=tmodelvo0_1_.id where tmodelvo0_1_.idlower=?
> Hibernate: select basevo0_.authorizedname as col_0_0_ from basevo
> basevo0_ where basevo0_.idlower=?
> Hibernate: select tmodelvo0_.bid as col_0_0_ from tmodels tmodelvo0_
> inner join basevo tmodelvo0_1_ on tmodelvo0_.bid=tmodelvo0_1_.id where
> tmodelvo0_1_.idlower=?
> ERROR UtilityLevel:50 - com.novell.uddi3.storage.StorageException:
> org.postgresql.util.PSQLException: ERROR: insert or update on table
> "tmodels" violates foreign key constraint "fkb89e43de36748964"
>  Detail: Key (bid)=(uddi:uddi.org:categorization:types) is not
> present in table "identifierbags".
> com.novell.uddi3.storage.StorageException:
> org.postgresql.util.PSQLException: ERROR: insert or update on table
> "tmodels" violates foreign key constraint "fkb89e43de36748964"
>  Detail: Key (bid)=(uddi:uddi.org:categorization:types) is not
> present in table "identifierbags".
>       at com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(HibernateStorage.java:1023)
>       at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:502)
>       at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:491)
>       at com.novell.uddi3.Repository.saveTModel(Repository.java:444)
>       at com.novell.uddi3.ServerInitialization.addCanonicalTModels(ServerInitialization.java:268)
>       at com.novell.uddi3.ServerInitialization.initStorage(ServerInitialization.java:436)
>       at com.novell.uddi3.ServerInitialization.contextInitialized(ServerInitialization.java:317)
>       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
>       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
>       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
>       at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
>       at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
>       at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
>       at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
>       at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
>       at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
>       at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
>       at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
>       at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
>       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>       at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
>       at org.apache.catalina.core.StandardService.start(StandardService.java:519)
>       at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
>       at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:597)
>       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
>       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
> Caused by: org.postgresql.util.PSQLException: ERROR: insert or update
> on table "tmodels" violates foreign key constraint
> "fkb89e43de36748964"
> 
> Thanks in advance,
> Leon
> 
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Openuddi-users mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openuddi-users
> 
> 
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Openuddi-users mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openuddi-users
> 
 | 
| 
     
      
      
      From: Leon D. <leo...@gm...> - 2011-03-21 17:58:19
      
     
   | 
I tried "schemaexport" a few times without luck. After looking at the
task definition I noticed there was a conditional on the
"schemaexport" task.
I then tried calling "hibernate-schemaexport" directly and that
appears to have solved the issue. 42 tables and one sequence is
generated in PostgreSQL (8.3).  The application now starts up in
Tomcat without errors.
Is calling the "hibernate-schemaexport" target directly instead of
"schemaexport" ok?
My build.properties file contains "exportSchema=true".  Should that
have triggered the schemaexport target? If not, what should I put in
my build.properties file so the schema does export?
Thanks for the help!
On Thu, Mar 17, 2011 at 8:34 AM, Kjeld Froberg <kf...@tr...> wrote:
> Hi
>
> Just tested this on a new installed Postgres 8.4.7 - and no constraint errors
>
> Are you upgrading an existing UDDI database, or is it a fresh install of the database?
>
> Could you try this with a new database schema (ant schemaexport)?
>
> /Kjeld
>
>
> On Mar 14, 2011, at 5:37 PM, Leon Doud wrote:
>
> When starting OpenUDDI for the first time a foreign key violation
> occurs. I'm using OpenUDDI 0.10.9, PostgreSQL 8.4, Tomcat 6 and CentOS
> 5.5. Any suggestions?
>
> Here is the related part of my Tomcat log with "show_sql" set to true
> (and "hbd2ddl.auto" set to create in order to initialize the database)
> in the Hibernate configuration file:
>
> Context path: /uddi
> Hibernate: select upgradevo0_.upgrade as col_0_0_ from upgrades upgradevo0_
> INFO  UtilityLevel:74 - Running loggers []
> Hibernate: select configurat0_.id as id39_, configurat0_.content as
> content39_ from configuration configurat0_
> INFO  RepositoryLevel:74 - Configuration: {}
> Hibernate: select configurat0_.id as id39_, configurat0_.content as
> content39_ from configuration configurat0_
> INFO  RepositoryLevel:74 - Configuration: {}
> Hibernate: select this_.id as id40_0_, this_.bindingkey as
> bindingkey40_0_, this_.ninterval as ninterval40_0_, this_.maxentities
> as maxentit4_40_0_, this_.expiresafter as expiresa5_40_0_, this_.brief
> as brief40_0_, this_.filter as filter40_0_, this_.authname as
> authname40_0_, this_.lastresult as lastresult40_0_,
> this_.custodynodeid as custody10_40_0_ from subscriptions this_ where
> (1=1 and this_.bindingkey is not null)
> Hibernate: select businessen0_1_.idlower as col_0_0_ from
> businessentities businessen0_ inner join basevo businessen0_1_ on
> businessen0_.bid=businessen0_1_.id where businessen0_1_.idlower in (?)
> Hibernate: select tmodelvo0_1_.authorizedname as col_0_0_ from tmodels
> tmodelvo0_ inner join basevo tmodelvo0_1_ on
> tmodelvo0_.bid=tmodelvo0_1_.id where tmodelvo0_1_.idlower=?
> Hibernate: select basevo0_.authorizedname as col_0_0_ from basevo
> basevo0_ where basevo0_.idlower=?
> Hibernate: select tmodelvo0_.bid as col_0_0_ from tmodels tmodelvo0_
> inner join basevo tmodelvo0_1_ on tmodelvo0_.bid=tmodelvo0_1_.id where
> tmodelvo0_1_.idlower=?
> ERROR UtilityLevel:50 - com.novell.uddi3.storage.StorageException:
> org.postgresql.util.PSQLException: ERROR: insert or update on table
> "tmodels" violates foreign key constraint "fkb89e43de36748964"
>  Detail: Key (bid)=(uddi:uddi.org:categorization:types) is not
> present in table "identifierbags".
> com.novell.uddi3.storage.StorageException:
> org.postgresql.util.PSQLException: ERROR: insert or update on table
> "tmodels" violates foreign key constraint "fkb89e43de36748964"
>  Detail: Key (bid)=(uddi:uddi.org:categorization:types) is not
> present in table "identifierbags".
>       at com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(HibernateStorage.java:1023)
>       at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:502)
>       at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:491)
>       at com.novell.uddi3.Repository.saveTModel(Repository.java:444)
>       at com.novell.uddi3.ServerInitialization.addCanonicalTModels(ServerInitialization.java:268)
>       at com.novell.uddi3.ServerInitialization.initStorage(ServerInitialization.java:436)
>       at com.novell.uddi3.ServerInitialization.contextInitialized(ServerInitialization.java:317)
>       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
>       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
>       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
>       at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
>       at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
>       at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
>       at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
>       at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
>       at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
>       at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
>       at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
>       at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
>       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>       at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
>       at org.apache.catalina.core.StandardService.start(StandardService.java:519)
>       at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
>       at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:597)
>       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
>       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
> Caused by: org.postgresql.util.PSQLException: ERROR: insert or update
> on table "tmodels" violates foreign key constraint
> "fkb89e43de36748964"
>
> Thanks in advance,
> Leon
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Openuddi-users mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openuddi-users
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Openuddi-users mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openuddi-users
>
 | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2011-03-17 12:47:03
      
     
   | 
Hi
Just tested this on a new installed Postgres 8.4.7 - and no constraint errors
Are you upgrading an existing UDDI database, or is it a fresh install of the database?
Could you try this with a new database schema (ant schemaexport)?
/Kjeld
On Mar 14, 2011, at 5:37 PM, Leon Doud wrote:
When starting OpenUDDI for the first time a foreign key violation
occurs. I'm using OpenUDDI 0.10.9, PostgreSQL 8.4, Tomcat 6 and CentOS
5.5. Any suggestions?
Here is the related part of my Tomcat log with "show_sql" set to true
(and "hbd2ddl.auto" set to create in order to initialize the database)
in the Hibernate configuration file:
Context path: /uddi
Hibernate: select upgradevo0_.upgrade as col_0_0_ from upgrades upgradevo0_
INFO  UtilityLevel:74 - Running loggers []
Hibernate: select configurat0_.id as id39_, configurat0_.content as
content39_ from configuration configurat0_
INFO  RepositoryLevel:74 - Configuration: {}
Hibernate: select configurat0_.id as id39_, configurat0_.content as
content39_ from configuration configurat0_
INFO  RepositoryLevel:74 - Configuration: {}
Hibernate: select this_.id as id40_0_, this_.bindingkey as
bindingkey40_0_, this_.ninterval as ninterval40_0_, this_.maxentities
as maxentit4_40_0_, this_.expiresafter as expiresa5_40_0_, this_.brief
as brief40_0_, this_.filter as filter40_0_, this_.authname as
authname40_0_, this_.lastresult as lastresult40_0_,
this_.custodynodeid as custody10_40_0_ from subscriptions this_ where
(1=1 and this_.bindingkey is not null)
Hibernate: select businessen0_1_.idlower as col_0_0_ from
businessentities businessen0_ inner join basevo businessen0_1_ on
businessen0_.bid=businessen0_1_.id where businessen0_1_.idlower in (?)
Hibernate: select tmodelvo0_1_.authorizedname as col_0_0_ from tmodels
tmodelvo0_ inner join basevo tmodelvo0_1_ on
tmodelvo0_.bid=tmodelvo0_1_.id where tmodelvo0_1_.idlower=?
Hibernate: select basevo0_.authorizedname as col_0_0_ from basevo
basevo0_ where basevo0_.idlower=?
Hibernate: select tmodelvo0_.bid as col_0_0_ from tmodels tmodelvo0_
inner join basevo tmodelvo0_1_ on tmodelvo0_.bid=tmodelvo0_1_.id where
tmodelvo0_1_.idlower=?
ERROR UtilityLevel:50 - com.novell.uddi3.storage.StorageException:
org.postgresql.util.PSQLException: ERROR: insert or update on table
"tmodels" violates foreign key constraint "fkb89e43de36748964"
 Detail: Key (bid)=(uddi:uddi.org:categorization:types) is not
present in table "identifierbags".
com.novell.uddi3.storage.StorageException:
org.postgresql.util.PSQLException: ERROR: insert or update on table
"tmodels" violates foreign key constraint "fkb89e43de36748964"
 Detail: Key (bid)=(uddi:uddi.org:categorization:types) is not
present in table "identifierbags".
       at com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(HibernateStorage.java:1023)
       at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:502)
       at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:491)
       at com.novell.uddi3.Repository.saveTModel(Repository.java:444)
       at com.novell.uddi3.ServerInitialization.addCanonicalTModels(ServerInitialization.java:268)
       at com.novell.uddi3.ServerInitialization.initStorage(ServerInitialization.java:436)
       at com.novell.uddi3.ServerInitialization.contextInitialized(ServerInitialization.java:317)
       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
       at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
       at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
       at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
       at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
       at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
       at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
       at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
       at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
       at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
       at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
       at org.apache.catalina.core.StandardService.start(StandardService.java:519)
       at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
       at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.postgresql.util.PSQLException: ERROR: insert or update
on table "tmodels" violates foreign key constraint
"fkb89e43de36748964"
Thanks in advance,
Leon
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Openuddi-users mailing list
Ope...@li...
https://lists.sourceforge.net/lists/listinfo/openuddi-users
 | 
| 
     
      
      
      From: Leon D. <leo...@gm...> - 2011-03-14 16:37:38
      
     
   | 
When starting OpenUDDI for the first time a foreign key violation
occurs. I'm using OpenUDDI 0.10.9, PostgreSQL 8.4, Tomcat 6 and CentOS
5.5. Any suggestions?
Here is the related part of my Tomcat log with "show_sql" set to true
(and "hbd2ddl.auto" set to create in order to initialize the database)
in the Hibernate configuration file:
Context path: /uddi
Hibernate: select upgradevo0_.upgrade as col_0_0_ from upgrades upgradevo0_
INFO  UtilityLevel:74 - Running loggers []
Hibernate: select configurat0_.id as id39_, configurat0_.content as
content39_ from configuration configurat0_
INFO  RepositoryLevel:74 - Configuration: {}
Hibernate: select configurat0_.id as id39_, configurat0_.content as
content39_ from configuration configurat0_
INFO  RepositoryLevel:74 - Configuration: {}
Hibernate: select this_.id as id40_0_, this_.bindingkey as
bindingkey40_0_, this_.ninterval as ninterval40_0_, this_.maxentities
as maxentit4_40_0_, this_.expiresafter as expiresa5_40_0_, this_.brief
as brief40_0_, this_.filter as filter40_0_, this_.authname as
authname40_0_, this_.lastresult as lastresult40_0_,
this_.custodynodeid as custody10_40_0_ from subscriptions this_ where
(1=1 and this_.bindingkey is not null)
Hibernate: select businessen0_1_.idlower as col_0_0_ from
businessentities businessen0_ inner join basevo businessen0_1_ on
businessen0_.bid=businessen0_1_.id where businessen0_1_.idlower in (?)
Hibernate: select tmodelvo0_1_.authorizedname as col_0_0_ from tmodels
tmodelvo0_ inner join basevo tmodelvo0_1_ on
tmodelvo0_.bid=tmodelvo0_1_.id where tmodelvo0_1_.idlower=?
Hibernate: select basevo0_.authorizedname as col_0_0_ from basevo
basevo0_ where basevo0_.idlower=?
Hibernate: select tmodelvo0_.bid as col_0_0_ from tmodels tmodelvo0_
inner join basevo tmodelvo0_1_ on tmodelvo0_.bid=tmodelvo0_1_.id where
tmodelvo0_1_.idlower=?
ERROR UtilityLevel:50 - com.novell.uddi3.storage.StorageException:
org.postgresql.util.PSQLException: ERROR: insert or update on table
"tmodels" violates foreign key constraint "fkb89e43de36748964"
 Detail: Key (bid)=(uddi:uddi.org:categorization:types) is not
present in table "identifierbags".
com.novell.uddi3.storage.StorageException:
org.postgresql.util.PSQLException: ERROR: insert or update on table
"tmodels" violates foreign key constraint "fkb89e43de36748964"
 Detail: Key (bid)=(uddi:uddi.org:categorization:types) is not
present in table "identifierbags".
       at com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(HibernateStorage.java:1023)
       at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:502)
       at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:491)
       at com.novell.uddi3.Repository.saveTModel(Repository.java:444)
       at com.novell.uddi3.ServerInitialization.addCanonicalTModels(ServerInitialization.java:268)
       at com.novell.uddi3.ServerInitialization.initStorage(ServerInitialization.java:436)
       at com.novell.uddi3.ServerInitialization.contextInitialized(ServerInitialization.java:317)
       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
       at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
       at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
       at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
       at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
       at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
       at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
       at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
       at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
       at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
       at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
       at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
       at org.apache.catalina.core.StandardService.start(StandardService.java:519)
       at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
       at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
       at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: org.postgresql.util.PSQLException: ERROR: insert or update
on table "tmodels" violates foreign key constraint
"fkb89e43de36748964"
Thanks in advance,
Leon
 | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2010-12-13 11:39:02
      
     
   | 
Arun, No, that is not correct to save service endpoints in the Business Description field, you need to add them as Business Services on your Bussiness Entity.http://www.uddi.org/pubs/uddi_v3.htm I would recommend you to either buy a book on how a UDDI is supposed to work, so you know what a T-model, Business Service and Business Entity is, or maybe seek some literature on the Internet about the subject. For much more details take a look at the UDDI v.3 specification found at: http://www.uddi.org/pubs/uddi_v3.htm regards Kjeld Froberg On Dec 13, 2010, at 9:38 AM, A Arun wrote: Dear all, I am Arun, doing a research project in Service Oriented Architecture for my masters' degree programme. I would to make use of OpenUDDI project for my service registry purpose. And I have the following doubts regarding usage of OpenUDDI. This is what the way I have followed to deploy service descriptions of my Web services: • Logged in to the Novell UDDI browser • Selected “Business Entity” option under publish • Given a name for business entity and left the “Business Key” field blank and clicked “submit” • In the next page I have selected “Add description” option and the given the WSDL file location of my Web service (Say, http://localhost:8080/DemoService/Demo?wsdl) and clicked “submit” button • I got a message as “Description submitted for business entity business key assigned for service” Later, I checked for the description using search option and opted for simple search. • I have the business entity name I have in the search business entity by name field and clicked the “search” button • I got the result as business key and name of business entity and description (the URL of wsdl file) Is it the right way to deploy a service on UDDI? If so how to call the service from a client using the description deployed on UDDI? I have following doubts regarding publishing and invoking services. How to publish a service from remote machine to a UDDI registry? How to publish services as yellow pages? How to create client using the descriptions deployed on UDDI registry? I found a logic in the following link, but clueless on how to use it in my client application. Pl. make note that I am using Netbeans IDE and Apache Tomcat Web server to develop my Web services Please help me out. Awaiting for your reply at the earliest. Thank you... -- Regards, A Arun <ATT00001..txt><ATT00002..txt>  | 
| 
     
      
      
      From: A A. <adi...@gm...> - 2010-12-13 08:38:56
      
     
   | 
Dear all, I am Arun, doing a research project in Service Oriented Architecture for my masters' degree programme. I would to make use of OpenUDDI project for my service registry purpose. And I have the following doubts regarding usage of OpenUDDI. This is what the way I have followed to deploy service descriptions of my Web services: - Logged in to the Novell UDDI browser - Selected “Business Entity” option under publish - Given a name for business entity and left the “Business Key” field blank and clicked “submit” - In the next page I have selected “Add description” option and the given the WSDL file location of my Web service (Say, http://localhost:8080/DemoService/Demo?wsdl) and clicked “submit” button - I got a message as “Description submitted for business entity *business key assigned for service*” Later, I checked for the description using search option and opted for simple search. - I have the business entity name I have in the search business entity by name field and clicked the “search” button - I got the result as business key and name of business entity and description (the URL of wsdl file) Is it the right way to deploy a service on UDDI? If so how to call the service from a client using the description deployed on UDDI? *I have following doubts regarding publishing and invoking services.* How to *publish a service from remote machine* to a UDDI registry? How to publish services as *yellow pages*? *How to create client* using the descriptions deployed on UDDI registry? I found a logic in the following link, but clueless on how to use it in my client application. Pl. make note that I am using Netbeans IDE and Apache Tomcat Web server to develop my Web services Please help me out. Awaiting for your reply at the earliest. Thank you... -- Regards, A Arun  | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2010-12-06 14:12:06
      
     
   | 
Release note OpenUDDI v. 0.10.9 We have released OpenUDDI Server 0.10.9 which can be downloaded from sourceforge. This release contains a bugfix to the 0.10.8 release: * Expanded replication interval due to racing errors when more than one slave is in the replication chain The release can be downloaded here: https://sourceforge.net/projects/openuddi/files/ Any issues or feature requests can be reported using the SourceForge issue tracker: https://sourceforge.net/tracker/?group_id=220485&atid=1049677 Regards the OpenUDDI team Regards the OpenUDDI team -- Kjeld Froberg Trifork A/S, Margrethepladsen 4, 8000 Aarhus C, Denmark Phone: +45 8732 8787 http://www.trifork.com  | 
| 
     
      
      
      From: Misha B. <Mis...@in...> - 2010-08-27 13:03:01
      
     
   | 
Hi all, I am not sure if it is useful for anybody but I wrote a simple client for OpenUDDI server as a plugin for IntelliJ IDEA. The plugin is open source under Apache license, source code is hosted on SourceForge.. More information is at: http://plugins.intellij.net/plugin/?idea&id=5050 My main goal was to implement OASIS spec "Mapping Two Data Models: WSDL & UDDI" for mapping between Web Services and UDDI Registry entries (http://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v2.htm) but plugin also includes a simplified UDDI browser. Best regards, Misha Bouzinier  | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2010-05-24 20:39:41
      
     
   | 
Release note OpenUDDI v. 0.10.8 We have released OpenUDDI Server 0.10.8 which can be downloaded from sourceforge. This release contains a bugfix to the 0.10.7 release: * Added Fix where Hibernate messed up with collections inserting OverviewDocs * Fixed bug causing NullPointerException when searching for businessentities without businessservices The release can be downloaded here: https://sourceforge.net/projects/openuddi/files/ Any issues or feature requests can be reported using the SourceForge issue tracker: https://sourceforge.net/tracker/?group_id=220485&atid=1049677 Regards the OpenUDDI team -- Kjeld Froberg Trifork A/S, Margrethepladsen 4, 8000 Aarhus C, Denmark Phone: +45 8732 8787 http://www.trifork.com  | 
| 
     
      
      
      From: Misha B. <Mis...@in...> - 2010-04-09 23:33:46
      
     
   | 
Hi,
I am using OpenUDDI 0.10.7 with Tomcat and MySQL. I am having problem deleting a TModel when using any client including bundled Novell UDDI v3 web-client. The error report is the following:
Disposition report:
errno: 10500
errCode: E_fatalError
org.hibernate.HibernateException: Found shared references to a collection: com.novell.uddi3.hibernate.entities.OverviewDocVO.Description
        at org.hibernate.engine.Collections.processReachableCollection(Collections.java:163)
        at org.hibernate.event.def.FlushVisitor.processCollection(FlushVisitor.java:37)
        at org.hibernate.event.def.AbstractVisitor.processValue(AbstractVisitor.java:101)
        at org.hibernate.event.def.AbstractVisitor.processValue(AbstractVisitor.java:61)
        at org.hibernate.event.def.AbstractVisitor.processEntityPropertyValues(AbstractVisitor.java:55)
        at org.hibernate.event.def.DefaultFlushEntityEventListener.onFlushEntity(DefaultFlushEntityEventListener.java:138)
        at org.hibernate.event.def.AbstractFlushingEventListener.flushEntities(AbstractFlushingEventListener.java:196)
        at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:76)
        at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:26)
        at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1001)
        at sun.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.hibernate.context.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:301)
        at $Proxy0.flush(Unknown Source)
        at com.novell.uddi3.hibernate.storage.HibernateStorage.insertOverviewDoc(HibernateStorage.java:584)
        at com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(HibernateStorage.java:1015)
        at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:502)
        at com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStorage.java:491)
        at com.novell.uddi3.Repository.deprecateTModel(Repository.java:788)
        at com.novell.uddi3.binding.UDDI_Publication_SoapBindingImpl.delete_tModel(UDDI_Publication_SoapBindingImpl.java:328)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                ....
Did anybody encountered the same error? I see it consistently on different installations. Is there any way to work around it other than just repeating request until succeeded (TModel is actually deleted)? Any help is highly appreciated.
Misha Bouzinier
 | 
| 
     
      
      
      From: Rob B. <R.J...@su...> - 2010-02-24 10:43:12
      
     
   | 
Hi,
I have an issue with running the Open UDDI Server. I am running the 
server on Tomcat 5.5.27, running just locally on Windows for now, 
connecting to an Oracle DB. The admin console works fine and the 
database schema has been created so no problems there. However when I 
try to go to the publish wsdl, 
http://localhost:9090/uddi/services/publication?wsdl I get the following 
Axis error:
Fault - Bean attribute tModelKey is of type org.apache.axis.types.URI, 
which is not a simple type
AxisFault
faultCode: 
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode: faultString: Bean attribute tModelKey is of type 
org.apache.axis.types.URI, which is not a simple type
faultActor: faultNode: faultDetail: 
    {http://xml.apache.org/axis/}hostname:pc1148
I am trying to publish from a Glassfish server, if I try to publish to 
http://localhost:9090/uddi/services/publication I get a 404 exception. 
Would anyone know if this could be a configuration problem?
Many Thanks,
Rob Brownsell
-- 
Rob Brownsell
University of Sussex, Falmer, Brighton, East Sussex, BN1 9RH
ext: 8153
 | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2010-02-17 14:13:03
      
     
   | 
Release note OpenUDDI v. 0.10.7 We have released OpenUDDI Server 0.10.7 which can be downloaded from sourceforge. This release contains a few bugfixes and added features to the 0.10.6 release: * Added fix where hibernate messed up with collections inserting contacts on businessentitie The release can be downloaded here: https://sourceforge.net/projects/openuddi/files/ Any issues or feature requests can be reported using the SourceForge issue tracker: https://sourceforge.net/tracker/?group_id=220485&atid=1049677 Regards the OpenUDDI team -- Kjeld Froberg Trifork A/S, Margrethepladsen 4, 8000 Aarhus C, Denmark Phone: +45 8732 8787 http://www.trifork.com  | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2010-02-01 11:27:56
      
     
   | 
Release note OpenUDDI v. 0.10.6 We have released OpenUDDI Server 0.10.6 which can be downloaded from sourceforge. This release contains a bugfix to the 0.10.5 release: * Fixed org.apache.axis.types.URI$MalformedURIException: Cannot initialize URI with empty parameters. when trying to replicate from master UDDI as a non-administrator The release can be downloaded here: https://sourceforge.net/projects/openuddi/files/ Any issues or feature requests can be reported using the SourceForge issue tracker: https://sourceforge.net/tracker/?group_id=220485&atid=1049677 Regards the OpenUDDI team -- Kjeld Froberg Trifork A/S, Margrethepladsen 4, 8000 Aarhus C, Denmark Phone: +45 8732 8787 http://www.trifork.com  | 
| 
     
      
      
      From: Peter K. <pk...@ma...> - 2010-01-20 15:01:32
      
     
   | 
Hi Kjeld, I don't think that's the problem. I've set the hbm2ddl.auto property in hibernate.cfg.xml to "create". It gave me the same result. On the OpenUDDI site it's stated that it's tested on Oracle, but do you know who if these tests has been run on the 0.10.x releases? BR, Peter -----Original Message----- From: Kjeld Froberg [mailto:kf...@tr...] Sent: 18. januar 2010 11:22 To: Peter Kragh Cc: ope...@li... Subject: Re: [openuddi-users] Problem with OpenUDDI and Oracle Peter, Migrating from OpenUDDI 0.9.x to 0.10.x requires an update of the database schema (see http://openuddi.sourceforge.net/2009/09/09/openuddi-0101/) This error indicates that you are running the 0.10.x uddi.war on top of a 0.9.x uddi database. /Kjeld Peter Kragh wrote: > Hi, > > Just tried the new 0.10.4 OpenUDDI server. I'm using an Oracle 10g as DB > backend. Below is snippets from the Tomcat logfile. > > <snip> > INFO: Deploying web application archive uddi.war > INFO UtilityLevel:74 - Configuration retrieved > INFO StorageLevel:74 - Using > com.novell.uddi3.hibernate.storage.HibernateStorageFactory as storage > factory > INFO org.hibernate.connection.C3P0ConnectionProvider:81 - C3P0 using > driver: oracle.jdbc.driver.OracleDriver at URL: > jdbc:oracle:thin:@xxxxxx:1521:PGGTD > INFO org.hibernate.connection.C3P0ConnectionProvider:82 - Connection > properties: {user=openuddi, password=****} > INFO org.hibernate.connection.C3P0ConnectionProvider:85 - autocommit > mode: false > INFO org.hibernate.dialect.Dialect:175 - Using dialect: > org.hibernate.dialect.Oracle10gDialect > INFO org.hibernate.transaction.TransactionFactoryFactory:31 - Using > default transaction strategy (direct JDBC transactions) > INFO org.hibernate.transaction.TransactionManagerLookupFactory:33 - No > TransactionManagerLookup configured (in JTA environment, use of > read-write or transactional second-level cache is not recommended) > INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:24 - Using > ASTQueryTranslatorFactory > INFO org.hibernate.impl.SessionFactoryImpl:166 - building session > factory > INFO org.hibernate.impl.SessionFactoryObjectFactory:82 - Not binding > factory to JNDI, no JNDI name configured > INFO org.hibernate.tool.hbm2ddl.SchemaExport:154 - Running hbm2ddl > schema export > INFO org.hibernate.tool.hbm2ddl.SchemaExport:179 - exporting generated > schema to database > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table bindingtemplates add constraint FK4F1D9A54618B15ED foreign key > (serviceid) references businessservices > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessdescription add constraint FK3EAF6C3C4CCC39CA foreign key > (bid) references businessentities > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessdiscoveryurls add constraint FKB083EED44CCC39CA foreign > key (bid) references businessentities > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessentities add constraint FK9C7D4781EE996698 foreign key > (bid) references basevo > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessname add constraint FKD7F25A4B4CCC39CA foreign key (bid) > references businessentities > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessservices add constraint FK6BFE101EB23E99A8 foreign key > (businessid) references businessentities > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessservices add constraint FK6BFE101EEE996698 foreign key > (bid) references basevo > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table servicename add constraint FK8D1ADEC06D1FD8E5 foreign key (sod) > references businessservices > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table tmodeldescription add constraint FKBAB2BDA7CD44052E foreign key > (tid) references tmodels > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table tmodels add constraint FKB89E43DEEE996698 foreign key (bid) > references basevo > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > INFO org.hibernate.tool.hbm2ddl.SchemaExport:196 - schema export > complete > </snip> > > <snip> > INFO StorageLevel:74 - Recalculating categorybag heuristics > INFO StorageLevel:74 - Finished calculating heuristics in 0 seconds. > Pairs calculated: 0 > ERROR UtilityLevel:50 - com.novell.uddi3.storage.StorageException: > java.sql.SQLException: ORA-02291: integrity constraint > (OPENUDDI.FKB89E43DE59A0CDEF) violated - parent key not found > > com.novell.uddi3.storage.StorageException: java.sql.SQLException: > ORA-02291: integrity constraint (OPENUDDI.FKB89E43DE59A0CDEF) violated - > parent key not found > > at > com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(Hiberna > teStorage.java:995) > at > com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStora > ge.java:500) > at > com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStora > ge.java:489) > at com.novell.uddi3.Repository.saveTModel(Repository.java:444) > at > com.novell.uddi3.ServerInitialization.addCanonicalTModels(ServerInitiali > zation.java:268) > at > com.novell.uddi3.ServerInitialization.initStorage(ServerInitialization.j > ava:436) > at > com.novell.uddi3.ServerInitialization.contextInitialized(ServerInitializ > ation.java:317) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.j > ava:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4342 > ) > at > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja > va:791) > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) > at > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830) > at > org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719) > at > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490) > at > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149) > at > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:31 > 1) > at > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu > pport.java:117) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) > at > org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at > org.apache.catalina.core.StandardService.start(StandardService.java:516) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:37) > at java.lang.reflect.Method.invoke(Method.java:599) > at > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) > at > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > Caused by: > java.sql.SQLException: ORA-02291: integrity constraint > (OPENUDDI.FKB89E43DE59A0CDEF) violated - parent key not found > > at > oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:11 > 2) > at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331) > at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288) > at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745) > at > oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.jav > a:216) > at > oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatem > ent.java:966) > at > oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement. > java:1170) > at > oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePrepare > dStatement.java:3339) > at > oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedS > tatement.java:3423) > at > com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProx > yPreparedStatement.java:105) > at > com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(Hiberna > teStorage.java:947) > ... 30 more > </snip> > > Things to notice: > > - I'm running 0.9.10 with the Oracle 10g today without problems > - Tried 0.10.4 with a MySQL DB backend. It works. > - I noticed a lot of changes to mapping.hbm.xml, but I'm no Hibernate > expert. Maybe the answer to my problem lies here. > > Anybody seen this before? > > BR, > Peter Kragh > > ------------------------------------------------------------------------ ------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Openuddi-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openuddi-users  | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2010-01-18 10:22:39
      
     
   | 
Peter, Migrating from OpenUDDI 0.9.x to 0.10.x requires an update of the database schema (see http://openuddi.sourceforge.net/2009/09/09/openuddi-0101/) This error indicates that you are running the 0.10.x uddi.war on top of a 0.9.x uddi database. /Kjeld Peter Kragh wrote: > Hi, > > Just tried the new 0.10.4 OpenUDDI server. I'm using an Oracle 10g as DB > backend. Below is snippets from the Tomcat logfile. > > <snip> > INFO: Deploying web application archive uddi.war > INFO UtilityLevel:74 - Configuration retrieved > INFO StorageLevel:74 - Using > com.novell.uddi3.hibernate.storage.HibernateStorageFactory as storage > factory > INFO org.hibernate.connection.C3P0ConnectionProvider:81 - C3P0 using > driver: oracle.jdbc.driver.OracleDriver at URL: > jdbc:oracle:thin:@xxxxxx:1521:PGGTD > INFO org.hibernate.connection.C3P0ConnectionProvider:82 - Connection > properties: {user=openuddi, password=****} > INFO org.hibernate.connection.C3P0ConnectionProvider:85 - autocommit > mode: false > INFO org.hibernate.dialect.Dialect:175 - Using dialect: > org.hibernate.dialect.Oracle10gDialect > INFO org.hibernate.transaction.TransactionFactoryFactory:31 - Using > default transaction strategy (direct JDBC transactions) > INFO org.hibernate.transaction.TransactionManagerLookupFactory:33 - No > TransactionManagerLookup configured (in JTA environment, use of > read-write or transactional second-level cache is not recommended) > INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory:24 - Using > ASTQueryTranslatorFactory > INFO org.hibernate.impl.SessionFactoryImpl:166 - building session > factory > INFO org.hibernate.impl.SessionFactoryObjectFactory:82 - Not binding > factory to JNDI, no JNDI name configured > INFO org.hibernate.tool.hbm2ddl.SchemaExport:154 - Running hbm2ddl > schema export > INFO org.hibernate.tool.hbm2ddl.SchemaExport:179 - exporting generated > schema to database > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table bindingtemplates add constraint FK4F1D9A54618B15ED foreign key > (serviceid) references businessservices > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessdescription add constraint FK3EAF6C3C4CCC39CA foreign key > (bid) references businessentities > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessdiscoveryurls add constraint FKB083EED44CCC39CA foreign > key (bid) references businessentities > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessentities add constraint FK9C7D4781EE996698 foreign key > (bid) references basevo > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessname add constraint FKD7F25A4B4CCC39CA foreign key (bid) > references businessentities > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessservices add constraint FK6BFE101EB23E99A8 foreign key > (businessid) references businessentities > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table businessservices add constraint FK6BFE101EEE996698 foreign key > (bid) references basevo > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table servicename add constraint FK8D1ADEC06D1FD8E5 foreign key (sod) > references businessservices > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table tmodeldescription add constraint FKBAB2BDA7CD44052E foreign key > (tid) references tmodels > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter > table tmodels add constraint FKB89E43DEEE996698 foreign key (bid) > references basevo > ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a > referential constraint already exists in the table > > INFO org.hibernate.tool.hbm2ddl.SchemaExport:196 - schema export > complete > </snip> > > <snip> > INFO StorageLevel:74 - Recalculating categorybag heuristics > INFO StorageLevel:74 - Finished calculating heuristics in 0 seconds. > Pairs calculated: 0 > ERROR UtilityLevel:50 - com.novell.uddi3.storage.StorageException: > java.sql.SQLException: ORA-02291: integrity constraint > (OPENUDDI.FKB89E43DE59A0CDEF) violated - parent key not found > > com.novell.uddi3.storage.StorageException: java.sql.SQLException: > ORA-02291: integrity constraint (OPENUDDI.FKB89E43DE59A0CDEF) violated - > parent key not found > > at > com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(Hiberna > teStorage.java:995) > at > com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStora > ge.java:500) > at > com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStora > ge.java:489) > at com.novell.uddi3.Repository.saveTModel(Repository.java:444) > at > com.novell.uddi3.ServerInitialization.addCanonicalTModels(ServerInitiali > zation.java:268) > at > com.novell.uddi3.ServerInitialization.initStorage(ServerInitialization.j > ava:436) > at > com.novell.uddi3.ServerInitialization.contextInitialized(ServerInitializ > ation.java:317) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.j > ava:3843) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4342 > ) > at > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja > va:791) > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) > at > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830) > at > org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719) > at > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490) > at > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149) > at > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:31 > 1) > at > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu > pport.java:117) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) > at > org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) > at > org.apache.catalina.core.StandardService.start(StandardService.java:516) > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:710) > at org.apache.catalina.startup.Catalina.start(Catalina.java:578) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav > a:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor > Impl.java:37) > at java.lang.reflect.Method.invoke(Method.java:599) > at > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) > at > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > Caused by: > java.sql.SQLException: ORA-02291: integrity constraint > (OPENUDDI.FKB89E43DE59A0CDEF) violated - parent key not found > > at > oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:11 > 2) > at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331) > at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288) > at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745) > at > oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.jav > a:216) > at > oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatem > ent.java:966) > at > oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement. > java:1170) > at > oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePrepare > dStatement.java:3339) > at > oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedS > tatement.java:3423) > at > com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProx > yPreparedStatement.java:105) > at > com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(Hiberna > teStorage.java:947) > ... 30 more > </snip> > > Things to notice: > > - I'm running 0.9.10 with the Oracle 10g today without problems > - Tried 0.10.4 with a MySQL DB backend. It works. > - I noticed a lot of changes to mapping.hbm.xml, but I'm no Hibernate > expert. Maybe the answer to my problem lies here. > > Anybody seen this before? > > BR, > Peter Kragh > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Openuddi-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openuddi-users  | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2010-01-13 12:01:45
      
     
   | 
Release note OpenUDDI v. 0.10.5 We have released OpenUDDI Server 0.10.5 which can be downloaded from sourceforge. This release contains a few bugfixes and added features to the 0.10.4 release: * Added REST service to get authtoken as Administrator on behalf of user The release can be downloaded here: https://sourceforge.net/projects/openuddi/files/ Any issues or feature requests can be reported using the SourceForge issue tracker: https://sourceforge.net/tracker/?group_id=220485&atid=1049677 Regards the OpenUDDI team -- Kjeld Froberg Trifork A/S, Margrethepladsen 4, 8000 Aarhus C, Denmark Phone: +45 8732 8787 http://www.trifork.com  | 
| 
     
      
      
      From: Peter K. <pk...@ma...> - 2010-01-13 11:28:46
      
     
   | 
Hi,
Just tried the new 0.10.4 OpenUDDI server. I'm using an Oracle 10g as DB
backend. Below is snippets from the Tomcat logfile.
<snip>
INFO: Deploying web application archive uddi.war
INFO  UtilityLevel:74 - Configuration retrieved
INFO  StorageLevel:74 - Using
com.novell.uddi3.hibernate.storage.HibernateStorageFactory as storage
factory
INFO  org.hibernate.connection.C3P0ConnectionProvider:81 - C3P0 using
driver: oracle.jdbc.driver.OracleDriver at URL:
jdbc:oracle:thin:@xxxxxx:1521:PGGTD
INFO  org.hibernate.connection.C3P0ConnectionProvider:82 - Connection
properties: {user=openuddi, password=****}
INFO  org.hibernate.connection.C3P0ConnectionProvider:85 - autocommit
mode: false
INFO  org.hibernate.dialect.Dialect:175 - Using dialect:
org.hibernate.dialect.Oracle10gDialect
INFO  org.hibernate.transaction.TransactionFactoryFactory:31 - Using
default transaction strategy (direct JDBC transactions)
INFO  org.hibernate.transaction.TransactionManagerLookupFactory:33 - No
TransactionManagerLookup configured (in JTA environment, use of
read-write or transactional second-level cache is not recommended)
INFO  org.hibernate.hql.ast.ASTQueryTranslatorFactory:24 - Using
ASTQueryTranslatorFactory
INFO  org.hibernate.impl.SessionFactoryImpl:166 - building session
factory
INFO  org.hibernate.impl.SessionFactoryObjectFactory:82 - Not binding
factory to JNDI, no JNDI name configured
INFO  org.hibernate.tool.hbm2ddl.SchemaExport:154 - Running hbm2ddl
schema export
INFO  org.hibernate.tool.hbm2ddl.SchemaExport:179 - exporting generated
schema to database
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table bindingtemplates add constraint FK4F1D9A54618B15ED foreign key
(serviceid) references businessservices
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table businessdescription add constraint FK3EAF6C3C4CCC39CA foreign key
(bid) references businessentities
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table businessdiscoveryurls add constraint FKB083EED44CCC39CA foreign
key (bid) references businessentities
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table businessentities add constraint FK9C7D4781EE996698 foreign key
(bid) references basevo
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table businessname add constraint FKD7F25A4B4CCC39CA foreign key (bid)
references businessentities
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table businessservices add constraint FK6BFE101EB23E99A8 foreign key
(businessid) references businessentities
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table businessservices add constraint FK6BFE101EEE996698 foreign key
(bid) references basevo
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table servicename add constraint FK8D1ADEC06D1FD8E5 foreign key (sod)
references businessservices
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table tmodeldescription add constraint FKBAB2BDA7CD44052E foreign key
(tid) references tmodels
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:274 - Unsuccessful: alter
table tmodels add constraint FKB89E43DEEE996698 foreign key (bid)
references basevo
ERROR org.hibernate.tool.hbm2ddl.SchemaExport:275 - ORA-02275: such a
referential constraint already exists in the table
INFO  org.hibernate.tool.hbm2ddl.SchemaExport:196 - schema export
complete
</snip>
<snip>
INFO  StorageLevel:74 - Recalculating categorybag heuristics
INFO  StorageLevel:74 - Finished calculating heuristics in 0 seconds.
Pairs calculated: 0
ERROR UtilityLevel:50 - com.novell.uddi3.storage.StorageException:
java.sql.SQLException: ORA-02291: integrity constraint
(OPENUDDI.FKB89E43DE59A0CDEF) violated - parent key not found
com.novell.uddi3.storage.StorageException: java.sql.SQLException:
ORA-02291: integrity constraint (OPENUDDI.FKB89E43DE59A0CDEF) violated -
parent key not found
	at
com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(Hiberna
teStorage.java:995)
	at
com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStora
ge.java:500)
	at
com.novell.uddi3.hibernate.storage.HibernateStorage.store(HibernateStora
ge.java:489)
	at com.novell.uddi3.Repository.saveTModel(Repository.java:444)
	at
com.novell.uddi3.ServerInitialization.addCanonicalTModels(ServerInitiali
zation.java:268)
	at
com.novell.uddi3.ServerInitialization.initStorage(ServerInitialization.j
ava:436)
	at
com.novell.uddi3.ServerInitialization.contextInitialized(ServerInitializ
ation.java:317)
	at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.j
ava:3843)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4342
)
	at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja
va:791)
	at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
	at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
	at
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
	at
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
	at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
	at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:31
1)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu
pport.java:117)
	at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
	at
org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
	at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
	at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
	at
org.apache.catalina.core.StandardService.start(StandardService.java:516)
	at
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:599)
	at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
	at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: 
java.sql.SQLException: ORA-02291: integrity constraint
(OPENUDDI.FKB89E43DE59A0CDEF) violated - parent key not found
	at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:11
2)
	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
	at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
	at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
	at
oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.jav
a:216)
	at
oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatem
ent.java:966)
	at
oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.
java:1170)
	at
oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePrepare
dStatement.java:3339)
	at
oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedS
tatement.java:3423)
	at
com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProx
yPreparedStatement.java:105)
	at
com.novell.uddi3.hibernate.storage.HibernateStorage.insertTModel(Hiberna
teStorage.java:947)
	... 30 more
</snip>
Things to notice:
- I'm running 0.9.10 with the Oracle 10g today without problems
- Tried 0.10.4 with a MySQL DB backend. It works.
- I noticed a lot of changes to mapping.hbm.xml, but I'm no Hibernate
expert. Maybe the answer to my problem lies here.
Anybody seen this before?
BR,
Peter Kragh
 | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2010-01-07 09:40:49
      
     
   | 
Release note OpenUDDI v. 0.10.4 We have released OpenUDDI Server 0.10.4 which can be downloaded from sourceforge. This release contains a few bugfixes and added features to the 0.10.3 release: * Added REST service to update and delete UDDI users * Fixed bug where authorized name wasn't set on the replicated business entities The release can be downloaded here: https://sourceforge.net/projects/openuddi/files/ Any issues or feature requests can be reported using the SourceForge issue tracker: https://sourceforge.net/tracker/?group_id=220485&atid=1049677 Regards the OpenUDDI team -- Kjeld Froberg Trifork A/S, Margrethepladsen 4, 8000 Aarhus C, Denmark Phone: +45 8732 8787 http://www.trifork.com  | 
| 
     
      
      
      From: Eric J. <er...@ti...> - 2009-12-15 21:33:03
      
     
   | 
We're going back and doing regression tests, and we tripped over an issue. I original filed bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2565109&group_id=220485&atid=1049677 And this was theoretically fixed in rev 4259 in the Subversion repository. (See NotificationThread.java) /However/, it looks like this fix was (unintentionally?) undone in revision 4507, along with the test cases that validated the fix. Was this intentional, or should I reopen the bug in question? Please advise. -Eric Johnson.  | 
| 
     
      
      
      From: McCune, John-p. <Joh...@gd...> - 2009-12-11 18:33:02
      
     
   | 
Hi, I'm working on a project that includes setting up registries that need to be able to function independently from each other. However, they need to be able to work together whenever they become aware of each other. I'm wondering if it is possible to use openUDDI to set up a "inter-registry" network with no root node. Each node can have its own guaranteed way to establish unique domain keys (root node isn't required to police key generation). Thanks, John  | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2009-11-05 12:26:56
      
     
   | 
Hi We have released OpenUDDI Server 0.10.3 which can be downloaded from sourceforge. This release contains a few bugfixes and added features to the 0.10.2 release: * Added Rest service to create new UDDI users * set modified timestamps after replication * Upgraded to openUDDI-client 1.4, and made socket timeout configurable when replicating * transfer authorizedname from master uddi when replicating * added trailing / to REST url - due to error in tomcat not showing resources The release can be downloaded here: https://sourceforge.net/projects/openuddi/files/ Any issues or feature requests can be reported using the SourceForge issue tracker: https://sourceforge.net/tracker/?group_id=220485&atid=1049677 Regards the OpenUDDI team -- Kjeld Froberg Trifork A/S, Margrethepladsen 4, 8000 Aarhus C, Denmark Phone: +45 8732 8787 http://www.trifork.com  | 
| 
     
      
      
      From: Kjeld F. <kf...@tr...> - 2009-10-12 09:38:50
      
     
   | 
Hi We have released OpenUDDI Server 0.10.2 which can be downloaded at sourceforge, This release contains a few bugfixes and added features to the 0.10.1 release: * Made UDDI keys in db lowercase to support case insentitive search of the keys. * Added export attribute, to decide when to bootstrap a database instance * Fixed bug Setting modified timestamp on businesses when services, binding etc. was deleted The release can be downloaded here: https://sourceforge.net/projects/openuddi/files/ Any issues or feature requests can be reported using the SourceForge issue tracker: https://sourceforge.net/tracker/?group_id=220485&atid=1049677 Regards, -- Kjeld Froberg Trifork A/S, Margrethepladsen 4, 8000 Aarhus C, Denmark Phone: +45 8732 8787 / Mobile: +45 3091 4773 http://www.trifork.com E-mail: kf...@tr...  |