You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Rakesh Shelar <ra...@northgateps.com> on 2020/07/08 09:05:55 UTC

Support - JUDDIv3 issue on statrup of Tomcat

HI,

We are looking for support on the following juddiv3 issue we are facing on
the startup of juddiv3 Tomcat.

Oracle Version of Juddi Due to string limit for a column CREATE TABLE
j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
(entity_key)) *Oracle max varchar limit: 4000*

We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, & Tomcat
9.0.24

Refer -
http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html

[image: image.png]

Any suggestions?

Regards,
Rakesh Shelar
Sr. Technical Architect - CONNECT (DevOps)
Mobile: +91 (0) 8657549870
             +44 7435826126
www.northgateps.com

Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
<https://www.linkedin.com/company/northgate-public-services> / YouTube
<https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
<https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>

Northgate Public Services (UK) Ltd

-- 
This email is sent on behalf of Northgate Public Services (UK) Limited and 
its associated companies including Rave Technologies (India) Pvt Limited 
(together "Northgate Public Services") and is strictly confidential and 
intended solely for the addressee(s). 
If you are not the intended 
recipient of this email you must: (i) not disclose, copy or distribute its 
contents to any other person nor use its contents in any way or you may be 
acting unlawfully;  (ii) contact Northgate Public Services immediately on 
+44(0)1442 768445 quoting the name of the sender and the addressee then 
delete it from your system.
Northgate Public Services has taken reasonable 
precautions to ensure that no viruses are contained in this email, but does 
not accept any responsibility once this email has been transmitted.  You 
should scan attachments (if any) for viruses.


Northgate Public Services 
(UK) Limited, registered in England and Wales under number 00968498 with a 
registered address of Peoplebuilding 2, Peoplebuilding Estate, Maylands 
Avenue, Hemel Hempstead, Hertfordshire, HP2 4NW.  Rave Technologies (India) 
Pvt Limited, registered in India under number U31900MH1998PTC117068 with a

registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park

Ltd, Pandurang Budhkar Marg, Mumbai -400013

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Can you try running the DDL script using the oracle developer tool (or any
database tool capable of connecting to oracle)? I'm not seeing that issue
over here. What version of oracle db are you using?

On Fri, Jul 24, 2020 at 1:37 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> Alex,
>
> here is our setting as you recommended
> persistence.xml
>
> <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle12cDialect"/>
>
>
> context.xml
>
> <Resource name="jdbc/JuddiDS" auth="Container"
>             type="javax.sql.DataSource" username="juddi" password="juddi"
>             driverClassName="oracle.jdbc.driver.OracleDriver"
>             url="jdbc:oracle:thin:@localhost:1521:ORCL"
>             maxActive="8"
>             />
>
> *Error *
>
> 2020-07-24 05:10:24,221 WARN [org.hibernate.jpa.boot.spi.ProviderChecker] - HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; [org.hibernate.jpa.HibernatePersistenceProvider] will be used instead.
> 2020-07-24 05:10:24,252 INFO [org.hibernate.jpa.internal.util.LogHelper] - HHH000204: Processing PersistenceUnitInfo [name: juddiDatabase]
> 2020-07-24 05:10:24,409 INFO [org.hibernate.Version] - HHH000412: Hibernate ORM core version 5.4.18.Final
> 2020-07-24 05:10:24,752 INFO [org.hibernate.annotations.common.Version] - HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
> 2020-07-24 05:10:26,033 INFO [org.hibernate.dialect.Dialect] - HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect
> 2020-07-24 05:10:29,783 WARN [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] - GenerationTarget encountered exception accepting command : Error executing DDL "create table j3_chg_replconf_j3_chg_replconfn (ReplicationConfiguration_serialnumb number(19,0) not null, node_id number(19,0) not null)" via JDBC Statement
> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "create table j3_chg_replconf_j3_chg_replconfn (ReplicationConfiguration_serialnumb number(19,0) not null, node_id number(19,0) not null)" via JDBC Statement
> 	at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
> 	at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:559)
>
> -Rakesh
>
>
> On Thu, 23 Jul 2020 at 04:06, Alex O'Ree <al...@apache.org> wrote:
>
>> Ok, I will check it out. It did fire up on my system when i ran the ddl
>> script manually using the oracle developer gui against the database. You
>> may want to try that in the meantime. The ddl file is in the juddi-dist zip
>> file under docs. I'll include some links to the ddl files.
>>
>> Is there any more information from your error message? Maybe there's logs
>> in oracle db that may provide additional details. Looking at the class that
>> maps to that table, I don't see anything obviously wrong.
>>
>> Finally, i think the dialect may be wrong. I don't think you specified
>> what version of oracle db you are using. Here's some possible values for
>> the dialect
>> org.hibernate.dialect.Oracle9iDialect
>> org.hibernate.dialect.Oracle10gDialect
>> org.hibernate.dialect.Oracle12cDialect
>>
>> I bet if you update the dialect only, it'll probably solve the problem.
>>
>> Here's the ddl links
>> 9G ddl https://www.dropbox.com/s/y7m5ptw7sc817b4/oracle9i.ddl?dl=0
>> 10G https://www.dropbox.com/s/lvi8zmunam9yxyk/oracle10g.ddl?dl=0
>> 12C https://www.dropbox.com/s/ewx5tv3sm0wdoda/oracle12c.ddl?dl=0
>>
>>
>> On Wed, Jul 22, 2020 at 11:01 AM Rakesh Shelar <
>> rakesh.shelar@northgateps.com> wrote:
>>
>>> sending again previous email
>>>
>>> no luck with even this JUDDI version
>>>
>>> 2020-07-20 07:39:52,038 WARN
>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>> GenerationTarget encountered exception accepting command : Error executing
>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>> number(19,0) not null)" via JDBC Statement
>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>> number(19,0) not null)" via JDBC Statement
>>> at
>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>
>>> our setting as below
>>> [image: image.png]
>>> -Regards,
>>> Rakesh
>>>
>>> On Wed, 22 Jul 2020 at 20:10, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> Ok, thanks. So what is currently the issue getting the juddi war file
>>>> to start up?
>>>>
>>>> On Wed, Jul 22, 2020 at 8:48 AM Rakesh Shelar <
>>>> rakesh.shelar@northgateps.com> wrote:
>>>>
>>>>> Alex,
>>>>>
>>>>> we do not deploy juddi in replication
>>>>>
>>>>> [image: image.png]
>>>>> just using folder extracting from the tomcat you send us each time. In
>>>>> the previous email, I sent you all the configuration we did for hibernate.
>>>>>
>>>>> -Rakesh
>>>>>
>>>>> On Wed, 22 Jul 2020 at 17:59, Alex O'Ree <al...@apache.org> wrote:
>>>>>
>>>>>> I sent an update,  you all had am issue with the replication war, I
>>>>>> told you to remove it and try again. Did it start up?
>>>>>>
>>>>>> On Wed, Jul 22, 2020, 5:44 AM Baldip Purewal <
>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>
>>>>>>> Hi Alex
>>>>>>>
>>>>>>> Is there any update on this?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <
>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>
>>>>>>>> Ok, sounds good.
>>>>>>>> thanks Alex
>>>>>>>>
>>>>>>>> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> If you dont need the replication services, remove the war file. In
>>>>>>>>> my test setup, I excluded that. I'll give it a shot tonight.
>>>>>>>>>
>>>>>>>>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> Alex,
>>>>>>>>>> @Alex can we have a short call with our developer?
>>>>>>>>>>
>>>>>>>>>> no luck with even this JUDDI version
>>>>>>>>>>
>>>>>>>>>> 2020-07-20 07:39:52,038 WARN
>>>>>>>>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>>>>>>>>> GenerationTarget encountered exception accepting command : Error executing
>>>>>>>>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>>>>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>>>>>>>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>>>>>> at
>>>>>>>>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>>>>>>>>
>>>>>>>>>> our setting as below
>>>>>>>>>> [image: image.png]
>>>>>>>>>> -Regards,
>>>>>>>>>> Rakesh
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Ok I played around with it a bit and I was able to get it up and
>>>>>>>>>>> running.
>>>>>>>>>>>
>>>>>>>>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>>>>>>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>>>>>>>>> versions will probably work)
>>>>>>>>>>> In the oracle database, you'll have to figure out how to create
>>>>>>>>>>> the user and what not, but I did have to run the juddi ddl specific to
>>>>>>>>>>> oracle db manually. Normally the JPA stuff will run it automatically but it
>>>>>>>>>>> didn't seem to trigger in this case. I used the file named 'oracle12c.ddl'
>>>>>>>>>>> in the docs/ddl folder.
>>>>>>>>>>> In context.xml
>>>>>>>>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>>>             type="javax.sql.DataSource" username="yourusername"
>>>>>>>>>>> password=""
>>>>>>>>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>>>>>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>>>>>>>>             maxActive="8"
>>>>>>>>>>>             />
>>>>>>>>>>>
>>>>>>>>>>> I'm not super familiar with oracle db, securing it, or how to
>>>>>>>>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>>>>>>>>> server side setting to get it to work. So you're on your own with that.
>>>>>>>>>>>
>>>>>>>>>>> Finally, there was a minor code change to fix the long string
>>>>>>>>>>> issue. New drop box link below. Hopefully this will get you going
>>>>>>>>>>>
>>>>>>>>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Alex,
>>>>>>>>>>>>
>>>>>>>>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>>>>>>>>> jdbc driver to either the container's lib folder or in
>>>>>>>>>>>> juddiv3/WEB-INF/lib
>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>
>>>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>>>
>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>
>>>>>>>>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>>>>>>>>
>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>
>>>>>>>>>>>> There are more fields we need to fix. Can you fix for all the
>>>>>>>>>>>> fields and related stuff for 4096 lengths. I can see a few of the fields
>>>>>>>>>>>> name as constants are specific to <<fieldname>>4096. *This is
>>>>>>>>>>>> ORACLE related issue Oracle varchar2 does not support 4.96 as length. can
>>>>>>>>>>>> you test with Oracle and not a SQL server?*
>>>>>>>>>>>>
>>>>>>>>>>>> we get the following error too (another field now)
>>>>>>>>>>>>
>>>>>>>>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>>>>>>>>
>>>>>>>>>>>> Regards,
>>>>>>>>>>>>
>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks. Alex
>>>>>>>>>>>>>
>>>>>>>>>>>>> But we are using Oracle and not a SQL server. any advice?
>>>>>>>>>>>>> because in the oracle it says 4096 max string length not supported by
>>>>>>>>>>>>> Oracle.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> -Regards,
>>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> OK i was able to get it to fire up using hibernate with mssql
>>>>>>>>>>>>>> 2019 but it'll probably work with older versions
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> So add the microsoft jdbc driver to either the container's
>>>>>>>>>>>>>> lib folder or in juddiv3/WEB-INF/lib
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect ,
>>>>>>>>>>>>>> example:
>>>>>>>>>>>>>>       <property name="hibernate.dialect"
>>>>>>>>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>>>>>>>>> replace what ever is there for the Juddi Datasource with
>>>>>>>>>>>>>> something similar to this. Obviously, update it to meet your environment
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>>>>>>>>> password="yourpasswordhere"
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>>>>>>>>             maxActive="8"
>>>>>>>>>>>>>>             />
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> And for simplicity, i've updated the drop box download link
>>>>>>>>>>>>>> to have a newer build that is set to hibernate (several of the jar's are
>>>>>>>>>>>>>> different from the previous download link). I also added a simple tomcat
>>>>>>>>>>>>>> build, following the instructions above, it should be possible to get it up
>>>>>>>>>>>>>> and running with mssql.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <
>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Yes, as i stated earlier, not all of the reported issues
>>>>>>>>>>>>>>> have been resolved. This includes the mssql configuration.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Alex,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> we have tested JUDDI (test) version provided by you. And we
>>>>>>>>>>>>>>>> are still getting the following error
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <
>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Give this a shot
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Great thanks. If you could send a test build and I will
>>>>>>>>>>>>>>>>>> ask the team to try it out.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <
>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I can get a test build out tonight however keep in mind
>>>>>>>>>>>>>>>>>>> that not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>>>>>>>>> distribution.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Sorry to bother you again but it has become quite a
>>>>>>>>>>>>>>>>>>>> serious issue and if possible could you provide any dates on when we can
>>>>>>>>>>>>>>>>>>>> get a test build and also when this would be released in the stable version
>>>>>>>>>>>>>>>>>>>> (3.3.9)?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Will this test build contain other changes as well
>>>>>>>>>>>>>>>>>>>>> because ideally we would just like that change. Do you know when we can get
>>>>>>>>>>>>>>>>>>>>> a test build please?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Could you provide a test build as soon as possible
>>>>>>>>>>>>>>>>>>>>>> please?
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it
>>>>>>>>>>>>>>>>>>>>>>> now. Will be fixed in the next version. I can provide a test build if you
>>>>>>>>>>>>>>>>>>>>>>> like or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look
>>>>>>>>>>>>>>>>>>>>>>>> at this shortly. I think the fix is to use a blob data type for the this
>>>>>>>>>>>>>>>>>>>>>>>> field
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> We are looking for support on the following
>>>>>>>>>>>>>>>>>>>>>>>>> juddiv3 issue we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a
>>>>>>>>>>>>>>>>>>>>>>>>> column CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar
>>>>>>>>>>>>>>>>>>>>>>>>> limit: 4000*
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Follow us on: Twitter
>>>>>>>>>>>>>>>>>>>>>>>>> <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this
>>>>>>>>>>>>>>>>>>>>>>>>> email you must: (i) not disclose, copy or distribute its contents to any
>>>>>>>>>>>>>>>>>>>>>>>>> other person nor use its contents in any way or you may be acting
>>>>>>>>>>>>>>>>>>>>>>>>> unlawfully;  (ii) contact Northgate Public Services immediately on
>>>>>>>>>>>>>>>>>>>>>>>>> +44(0)1442 768445 quoting the name of the sender
>>>>>>>>>>>>>>>>>>>>>>>>> and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered
>>>>>>>>>>>>>>>>>>>>>>>>> in England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with
>>>>>>>>>>>>>>>>>>>>>>>>> a registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate
>>>>>>>>>>>>>>>>>>>>>>>>> Park Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions
>>>>>>>>>>>>>>>> to ensure that no viruses are contained in this email, but does not accept
>>>>>>>>>>>>>>>> any responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>
>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>>>> Google+
>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>
>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>>>> YouTube
>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>>> Google+
>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>
>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Rakesh Shelar
>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>              +44 7435826126
>>>>>>>>>> www.northgateps.com
>>>>>>>>>>
>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>> LinkedIn
>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>> YouTube
>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>> Google+
>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>
>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Rakesh Shelar
>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>              +44 7435826126
>>>>>>>> www.northgateps.com
>>>>>>>>
>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>> / Google+
>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Bal Purewal*
>>>>>>> Lead DevOps Architect
>>>>>>> Northgate Public Services
>>>>>>> 2 Peoplebuilding Estate
>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>> Hemel Hempstead
>>>>>>> Hertfordshire HP2 4NW
>>>>>>> Mobile: 07876038577
>>>>>>>
>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>> attachments (if any) for viruses.
>>>>>>>
>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>> Marg, Mumbai -400013
>>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Rakesh Shelar
>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>> Mobile: +91 (0) 8657549870
>>>>>              +44 7435826126
>>>>> www.northgateps.com
>>>>>
>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>
>>>>> Northgate Public Services (UK) Ltd
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>>
>>> --
>>> Rakesh Shelar
>>> Sr. Technical Architect - CONNECT (DevOps)
>>> Mobile: +91 (0) 8657549870
>>>              +44 7435826126
>>> www.northgateps.com
>>>
>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>
>>> Northgate Public Services (UK) Ltd
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Can you try running the DDL script using the oracle developer tool (or any
database tool capable of connecting to oracle)? I'm not seeing that issue
over here. What version of oracle db are you using?

On Fri, Jul 24, 2020 at 1:37 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> Alex,
>
> here is our setting as you recommended
> persistence.xml
>
> <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle12cDialect"/>
>
>
> context.xml
>
> <Resource name="jdbc/JuddiDS" auth="Container"
>             type="javax.sql.DataSource" username="juddi" password="juddi"
>             driverClassName="oracle.jdbc.driver.OracleDriver"
>             url="jdbc:oracle:thin:@localhost:1521:ORCL"
>             maxActive="8"
>             />
>
> *Error *
>
> 2020-07-24 05:10:24,221 WARN [org.hibernate.jpa.boot.spi.ProviderChecker] - HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ejb.HibernatePersistence]; [org.hibernate.jpa.HibernatePersistenceProvider] will be used instead.
> 2020-07-24 05:10:24,252 INFO [org.hibernate.jpa.internal.util.LogHelper] - HHH000204: Processing PersistenceUnitInfo [name: juddiDatabase]
> 2020-07-24 05:10:24,409 INFO [org.hibernate.Version] - HHH000412: Hibernate ORM core version 5.4.18.Final
> 2020-07-24 05:10:24,752 INFO [org.hibernate.annotations.common.Version] - HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
> 2020-07-24 05:10:26,033 INFO [org.hibernate.dialect.Dialect] - HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect
> 2020-07-24 05:10:29,783 WARN [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] - GenerationTarget encountered exception accepting command : Error executing DDL "create table j3_chg_replconf_j3_chg_replconfn (ReplicationConfiguration_serialnumb number(19,0) not null, node_id number(19,0) not null)" via JDBC Statement
> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "create table j3_chg_replconf_j3_chg_replconfn (ReplicationConfiguration_serialnumb number(19,0) not null, node_id number(19,0) not null)" via JDBC Statement
> 	at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
> 	at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:559)
>
> -Rakesh
>
>
> On Thu, 23 Jul 2020 at 04:06, Alex O'Ree <al...@apache.org> wrote:
>
>> Ok, I will check it out. It did fire up on my system when i ran the ddl
>> script manually using the oracle developer gui against the database. You
>> may want to try that in the meantime. The ddl file is in the juddi-dist zip
>> file under docs. I'll include some links to the ddl files.
>>
>> Is there any more information from your error message? Maybe there's logs
>> in oracle db that may provide additional details. Looking at the class that
>> maps to that table, I don't see anything obviously wrong.
>>
>> Finally, i think the dialect may be wrong. I don't think you specified
>> what version of oracle db you are using. Here's some possible values for
>> the dialect
>> org.hibernate.dialect.Oracle9iDialect
>> org.hibernate.dialect.Oracle10gDialect
>> org.hibernate.dialect.Oracle12cDialect
>>
>> I bet if you update the dialect only, it'll probably solve the problem.
>>
>> Here's the ddl links
>> 9G ddl https://www.dropbox.com/s/y7m5ptw7sc817b4/oracle9i.ddl?dl=0
>> 10G https://www.dropbox.com/s/lvi8zmunam9yxyk/oracle10g.ddl?dl=0
>> 12C https://www.dropbox.com/s/ewx5tv3sm0wdoda/oracle12c.ddl?dl=0
>>
>>
>> On Wed, Jul 22, 2020 at 11:01 AM Rakesh Shelar <
>> rakesh.shelar@northgateps.com> wrote:
>>
>>> sending again previous email
>>>
>>> no luck with even this JUDDI version
>>>
>>> 2020-07-20 07:39:52,038 WARN
>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>> GenerationTarget encountered exception accepting command : Error executing
>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>> number(19,0) not null)" via JDBC Statement
>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>> number(19,0) not null)" via JDBC Statement
>>> at
>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>
>>> our setting as below
>>> [image: image.png]
>>> -Regards,
>>> Rakesh
>>>
>>> On Wed, 22 Jul 2020 at 20:10, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> Ok, thanks. So what is currently the issue getting the juddi war file
>>>> to start up?
>>>>
>>>> On Wed, Jul 22, 2020 at 8:48 AM Rakesh Shelar <
>>>> rakesh.shelar@northgateps.com> wrote:
>>>>
>>>>> Alex,
>>>>>
>>>>> we do not deploy juddi in replication
>>>>>
>>>>> [image: image.png]
>>>>> just using folder extracting from the tomcat you send us each time. In
>>>>> the previous email, I sent you all the configuration we did for hibernate.
>>>>>
>>>>> -Rakesh
>>>>>
>>>>> On Wed, 22 Jul 2020 at 17:59, Alex O'Ree <al...@apache.org> wrote:
>>>>>
>>>>>> I sent an update,  you all had am issue with the replication war, I
>>>>>> told you to remove it and try again. Did it start up?
>>>>>>
>>>>>> On Wed, Jul 22, 2020, 5:44 AM Baldip Purewal <
>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>
>>>>>>> Hi Alex
>>>>>>>
>>>>>>> Is there any update on this?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <
>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>
>>>>>>>> Ok, sounds good.
>>>>>>>> thanks Alex
>>>>>>>>
>>>>>>>> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> If you dont need the replication services, remove the war file. In
>>>>>>>>> my test setup, I excluded that. I'll give it a shot tonight.
>>>>>>>>>
>>>>>>>>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> Alex,
>>>>>>>>>> @Alex can we have a short call with our developer?
>>>>>>>>>>
>>>>>>>>>> no luck with even this JUDDI version
>>>>>>>>>>
>>>>>>>>>> 2020-07-20 07:39:52,038 WARN
>>>>>>>>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>>>>>>>>> GenerationTarget encountered exception accepting command : Error executing
>>>>>>>>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>>>>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>>>>>>>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>>>>>> at
>>>>>>>>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>>>>>>>>
>>>>>>>>>> our setting as below
>>>>>>>>>> [image: image.png]
>>>>>>>>>> -Regards,
>>>>>>>>>> Rakesh
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Ok I played around with it a bit and I was able to get it up and
>>>>>>>>>>> running.
>>>>>>>>>>>
>>>>>>>>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>>>>>>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>>>>>>>>> versions will probably work)
>>>>>>>>>>> In the oracle database, you'll have to figure out how to create
>>>>>>>>>>> the user and what not, but I did have to run the juddi ddl specific to
>>>>>>>>>>> oracle db manually. Normally the JPA stuff will run it automatically but it
>>>>>>>>>>> didn't seem to trigger in this case. I used the file named 'oracle12c.ddl'
>>>>>>>>>>> in the docs/ddl folder.
>>>>>>>>>>> In context.xml
>>>>>>>>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>>>             type="javax.sql.DataSource" username="yourusername"
>>>>>>>>>>> password=""
>>>>>>>>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>>>>>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>>>>>>>>             maxActive="8"
>>>>>>>>>>>             />
>>>>>>>>>>>
>>>>>>>>>>> I'm not super familiar with oracle db, securing it, or how to
>>>>>>>>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>>>>>>>>> server side setting to get it to work. So you're on your own with that.
>>>>>>>>>>>
>>>>>>>>>>> Finally, there was a minor code change to fix the long string
>>>>>>>>>>> issue. New drop box link below. Hopefully this will get you going
>>>>>>>>>>>
>>>>>>>>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Alex,
>>>>>>>>>>>>
>>>>>>>>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>>>>>>>>> jdbc driver to either the container's lib folder or in
>>>>>>>>>>>> juddiv3/WEB-INF/lib
>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>
>>>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>>>
>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>
>>>>>>>>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>>>>>>>>
>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>
>>>>>>>>>>>> There are more fields we need to fix. Can you fix for all the
>>>>>>>>>>>> fields and related stuff for 4096 lengths. I can see a few of the fields
>>>>>>>>>>>> name as constants are specific to <<fieldname>>4096. *This is
>>>>>>>>>>>> ORACLE related issue Oracle varchar2 does not support 4.96 as length. can
>>>>>>>>>>>> you test with Oracle and not a SQL server?*
>>>>>>>>>>>>
>>>>>>>>>>>> we get the following error too (another field now)
>>>>>>>>>>>>
>>>>>>>>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>>>>>>>>
>>>>>>>>>>>> Regards,
>>>>>>>>>>>>
>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks. Alex
>>>>>>>>>>>>>
>>>>>>>>>>>>> But we are using Oracle and not a SQL server. any advice?
>>>>>>>>>>>>> because in the oracle it says 4096 max string length not supported by
>>>>>>>>>>>>> Oracle.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> -Regards,
>>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> OK i was able to get it to fire up using hibernate with mssql
>>>>>>>>>>>>>> 2019 but it'll probably work with older versions
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> So add the microsoft jdbc driver to either the container's
>>>>>>>>>>>>>> lib folder or in juddiv3/WEB-INF/lib
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect ,
>>>>>>>>>>>>>> example:
>>>>>>>>>>>>>>       <property name="hibernate.dialect"
>>>>>>>>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>>>>>>>>> replace what ever is there for the Juddi Datasource with
>>>>>>>>>>>>>> something similar to this. Obviously, update it to meet your environment
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>>>>>>>>> password="yourpasswordhere"
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>>>>>>>>             maxActive="8"
>>>>>>>>>>>>>>             />
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> And for simplicity, i've updated the drop box download link
>>>>>>>>>>>>>> to have a newer build that is set to hibernate (several of the jar's are
>>>>>>>>>>>>>> different from the previous download link). I also added a simple tomcat
>>>>>>>>>>>>>> build, following the instructions above, it should be possible to get it up
>>>>>>>>>>>>>> and running with mssql.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <
>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Yes, as i stated earlier, not all of the reported issues
>>>>>>>>>>>>>>> have been resolved. This includes the mssql configuration.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Alex,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> we have tested JUDDI (test) version provided by you. And we
>>>>>>>>>>>>>>>> are still getting the following error
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <
>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Give this a shot
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Great thanks. If you could send a test build and I will
>>>>>>>>>>>>>>>>>> ask the team to try it out.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <
>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I can get a test build out tonight however keep in mind
>>>>>>>>>>>>>>>>>>> that not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>>>>>>>>> distribution.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Sorry to bother you again but it has become quite a
>>>>>>>>>>>>>>>>>>>> serious issue and if possible could you provide any dates on when we can
>>>>>>>>>>>>>>>>>>>> get a test build and also when this would be released in the stable version
>>>>>>>>>>>>>>>>>>>> (3.3.9)?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Will this test build contain other changes as well
>>>>>>>>>>>>>>>>>>>>> because ideally we would just like that change. Do you know when we can get
>>>>>>>>>>>>>>>>>>>>> a test build please?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Could you provide a test build as soon as possible
>>>>>>>>>>>>>>>>>>>>>> please?
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it
>>>>>>>>>>>>>>>>>>>>>>> now. Will be fixed in the next version. I can provide a test build if you
>>>>>>>>>>>>>>>>>>>>>>> like or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look
>>>>>>>>>>>>>>>>>>>>>>>> at this shortly. I think the fix is to use a blob data type for the this
>>>>>>>>>>>>>>>>>>>>>>>> field
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> We are looking for support on the following
>>>>>>>>>>>>>>>>>>>>>>>>> juddiv3 issue we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a
>>>>>>>>>>>>>>>>>>>>>>>>> column CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar
>>>>>>>>>>>>>>>>>>>>>>>>> limit: 4000*
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Follow us on: Twitter
>>>>>>>>>>>>>>>>>>>>>>>>> <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this
>>>>>>>>>>>>>>>>>>>>>>>>> email you must: (i) not disclose, copy or distribute its contents to any
>>>>>>>>>>>>>>>>>>>>>>>>> other person nor use its contents in any way or you may be acting
>>>>>>>>>>>>>>>>>>>>>>>>> unlawfully;  (ii) contact Northgate Public Services immediately on
>>>>>>>>>>>>>>>>>>>>>>>>> +44(0)1442 768445 quoting the name of the sender
>>>>>>>>>>>>>>>>>>>>>>>>> and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered
>>>>>>>>>>>>>>>>>>>>>>>>> in England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with
>>>>>>>>>>>>>>>>>>>>>>>>> a registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate
>>>>>>>>>>>>>>>>>>>>>>>>> Park Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions
>>>>>>>>>>>>>>>> to ensure that no viruses are contained in this email, but does not accept
>>>>>>>>>>>>>>>> any responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>
>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>>>> Google+
>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>
>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>>>> YouTube
>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>>> Google+
>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>
>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Rakesh Shelar
>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>              +44 7435826126
>>>>>>>>>> www.northgateps.com
>>>>>>>>>>
>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>> LinkedIn
>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>> YouTube
>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>> Google+
>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>
>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Rakesh Shelar
>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>              +44 7435826126
>>>>>>>> www.northgateps.com
>>>>>>>>
>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>> / Google+
>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Bal Purewal*
>>>>>>> Lead DevOps Architect
>>>>>>> Northgate Public Services
>>>>>>> 2 Peoplebuilding Estate
>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>> Hemel Hempstead
>>>>>>> Hertfordshire HP2 4NW
>>>>>>> Mobile: 07876038577
>>>>>>>
>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>> attachments (if any) for viruses.
>>>>>>>
>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>> Marg, Mumbai -400013
>>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Rakesh Shelar
>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>> Mobile: +91 (0) 8657549870
>>>>>              +44 7435826126
>>>>> www.northgateps.com
>>>>>
>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>
>>>>> Northgate Public Services (UK) Ltd
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>>
>>> --
>>> Rakesh Shelar
>>> Sr. Technical Architect - CONNECT (DevOps)
>>> Mobile: +91 (0) 8657549870
>>>              +44 7435826126
>>> www.northgateps.com
>>>
>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>
>>> Northgate Public Services (UK) Ltd
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Ok, I will check it out. It did fire up on my system when i ran the ddl
script manually using the oracle developer gui against the database. You
may want to try that in the meantime. The ddl file is in the juddi-dist zip
file under docs. I'll include some links to the ddl files.

Is there any more information from your error message? Maybe there's logs
in oracle db that may provide additional details. Looking at the class that
maps to that table, I don't see anything obviously wrong.

Finally, i think the dialect may be wrong. I don't think you specified what
version of oracle db you are using. Here's some possible values for the
dialect
org.hibernate.dialect.Oracle9iDialect
org.hibernate.dialect.Oracle10gDialect
org.hibernate.dialect.Oracle12cDialect

I bet if you update the dialect only, it'll probably solve the problem.

Here's the ddl links
9G ddl https://www.dropbox.com/s/y7m5ptw7sc817b4/oracle9i.ddl?dl=0
10G https://www.dropbox.com/s/lvi8zmunam9yxyk/oracle10g.ddl?dl=0
12C https://www.dropbox.com/s/ewx5tv3sm0wdoda/oracle12c.ddl?dl=0


On Wed, Jul 22, 2020 at 11:01 AM Rakesh Shelar <
rakesh.shelar@northgateps.com> wrote:

> sending again previous email
>
> no luck with even this JUDDI version
>
> 2020-07-20 07:39:52,038 WARN
> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
> GenerationTarget encountered exception accepting command : Error executing
> DDL "create table j3_chg_replconf_j3_chg_replconfn
> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
> number(19,0) not null)" via JDBC Statement
> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing
> DDL "create table j3_chg_replconf_j3_chg_replconfn
> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
> number(19,0) not null)" via JDBC Statement
> at
> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>
> our setting as below
> [image: image.png]
> -Regards,
> Rakesh
>
> On Wed, 22 Jul 2020 at 20:10, Alex O'Ree <al...@apache.org> wrote:
>
>> Ok, thanks. So what is currently the issue getting the juddi war file to
>> start up?
>>
>> On Wed, Jul 22, 2020 at 8:48 AM Rakesh Shelar <
>> rakesh.shelar@northgateps.com> wrote:
>>
>>> Alex,
>>>
>>> we do not deploy juddi in replication
>>>
>>> [image: image.png]
>>> just using folder extracting from the tomcat you send us each time. In
>>> the previous email, I sent you all the configuration we did for hibernate.
>>>
>>> -Rakesh
>>>
>>> On Wed, 22 Jul 2020 at 17:59, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> I sent an update,  you all had am issue with the replication war, I
>>>> told you to remove it and try again. Did it start up?
>>>>
>>>> On Wed, Jul 22, 2020, 5:44 AM Baldip Purewal <
>>>> baldip.purewal@northgateps.com> wrote:
>>>>
>>>>> Hi Alex
>>>>>
>>>>> Is there any update on this?
>>>>>
>>>>> Thanks
>>>>>
>>>>> On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> Ok, sounds good.
>>>>>> thanks Alex
>>>>>>
>>>>>> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org> wrote:
>>>>>>
>>>>>>> If you dont need the replication services, remove the war file. In
>>>>>>> my test setup, I excluded that. I'll give it a shot tonight.
>>>>>>>
>>>>>>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>
>>>>>>>> Alex,
>>>>>>>> @Alex can we have a short call with our developer?
>>>>>>>>
>>>>>>>> no luck with even this JUDDI version
>>>>>>>>
>>>>>>>> 2020-07-20 07:39:52,038 WARN
>>>>>>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>>>>>>> GenerationTarget encountered exception accepting command : Error executing
>>>>>>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>>>>>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>>>> at
>>>>>>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>>>>>>
>>>>>>>> our setting as below
>>>>>>>> [image: image.png]
>>>>>>>> -Regards,
>>>>>>>> Rakesh
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Ok I played around with it a bit and I was able to get it up and
>>>>>>>>> running.
>>>>>>>>>
>>>>>>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>>>>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>>>>>>> versions will probably work)
>>>>>>>>> In the oracle database, you'll have to figure out how to create
>>>>>>>>> the user and what not, but I did have to run the juddi ddl specific to
>>>>>>>>> oracle db manually. Normally the JPA stuff will run it automatically but it
>>>>>>>>> didn't seem to trigger in this case. I used the file named 'oracle12c.ddl'
>>>>>>>>> in the docs/ddl folder.
>>>>>>>>> In context.xml
>>>>>>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>             type="javax.sql.DataSource" username="yourusername"
>>>>>>>>> password=""
>>>>>>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>>>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>>>>>>             maxActive="8"
>>>>>>>>>             />
>>>>>>>>>
>>>>>>>>> I'm not super familiar with oracle db, securing it, or how to
>>>>>>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>>>>>>> server side setting to get it to work. So you're on your own with that.
>>>>>>>>>
>>>>>>>>> Finally, there was a minor code change to fix the long string
>>>>>>>>> issue. New drop box link below. Hopefully this will get you going
>>>>>>>>>
>>>>>>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> Alex,
>>>>>>>>>>
>>>>>>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>>>>>>> jdbc driver to either the container's lib folder or in
>>>>>>>>>> juddiv3/WEB-INF/lib
>>>>>>>>>> [image: image.png]
>>>>>>>>>>
>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>
>>>>>>>>>> [image: image.png]
>>>>>>>>>>
>>>>>>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>>>>>>
>>>>>>>>>> [image: image.png]
>>>>>>>>>>
>>>>>>>>>> There are more fields we need to fix. Can you fix for all the
>>>>>>>>>> fields and related stuff for 4096 lengths. I can see a few of the fields
>>>>>>>>>> name as constants are specific to <<fieldname>>4096. *This is
>>>>>>>>>> ORACLE related issue Oracle varchar2 does not support 4.96 as length. can
>>>>>>>>>> you test with Oracle and not a SQL server?*
>>>>>>>>>>
>>>>>>>>>> we get the following error too (another field now)
>>>>>>>>>>
>>>>>>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> Rakesh
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Thanks. Alex
>>>>>>>>>>>
>>>>>>>>>>> But we are using Oracle and not a SQL server. any advice?
>>>>>>>>>>> because in the oracle it says 4096 max string length not supported by
>>>>>>>>>>> Oracle.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> -Regards,
>>>>>>>>>>> Rakesh
>>>>>>>>>>>
>>>>>>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> OK i was able to get it to fire up using hibernate with mssql
>>>>>>>>>>>> 2019 but it'll probably work with older versions
>>>>>>>>>>>>
>>>>>>>>>>>> So add the microsoft jdbc driver to either the container's lib
>>>>>>>>>>>> folder or in juddiv3/WEB-INF/lib
>>>>>>>>>>>>
>>>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect ,
>>>>>>>>>>>> example:
>>>>>>>>>>>>       <property name="hibernate.dialect"
>>>>>>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>>>>>>
>>>>>>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>>>>>>> replace what ever is there for the Juddi Datasource with
>>>>>>>>>>>> something similar to this. Obviously, update it to meet your environment
>>>>>>>>>>>>
>>>>>>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>>>>>>> password="yourpasswordhere"
>>>>>>>>>>>>
>>>>>>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>>>>>>
>>>>>>>>>>>> url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>>>>>>             maxActive="8"
>>>>>>>>>>>>             />
>>>>>>>>>>>>
>>>>>>>>>>>> And for simplicity, i've updated the drop box download link to
>>>>>>>>>>>> have a newer build that is set to hibernate (several of the jar's are
>>>>>>>>>>>> different from the previous download link). I also added a simple tomcat
>>>>>>>>>>>> build, following the instructions above, it should be possible to get it up
>>>>>>>>>>>> and running with mssql.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Yes, as i stated earlier, not all of the reported issues have
>>>>>>>>>>>>> been resolved. This includes the mssql configuration.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Alex,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> we have tested JUDDI (test) version provided by you. And we
>>>>>>>>>>>>>> are still getting the following error
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Give this a shot
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Great thanks. If you could send a test build and I will ask
>>>>>>>>>>>>>>>> the team to try it out.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <
>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I can get a test build out tonight however keep in mind
>>>>>>>>>>>>>>>>> that not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>>>>>>> distribution.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Sorry to bother you again but it has become quite a
>>>>>>>>>>>>>>>>>> serious issue and if possible could you provide any dates on when we can
>>>>>>>>>>>>>>>>>> get a test build and also when this would be released in the stable version
>>>>>>>>>>>>>>>>>> (3.3.9)?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Will this test build contain other changes as well
>>>>>>>>>>>>>>>>>>> because ideally we would just like that change. Do you know when we can get
>>>>>>>>>>>>>>>>>>> a test build please?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Could you provide a test build as soon as possible
>>>>>>>>>>>>>>>>>>>> please?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it
>>>>>>>>>>>>>>>>>>>>> now. Will be fixed in the next version. I can provide a test build if you
>>>>>>>>>>>>>>>>>>>>> like or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look
>>>>>>>>>>>>>>>>>>>>>> at this shortly. I think the fix is to use a blob data type for the this
>>>>>>>>>>>>>>>>>>>>>> field
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3
>>>>>>>>>>>>>>>>>>>>>>> issue we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a
>>>>>>>>>>>>>>>>>>>>>>> column CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar
>>>>>>>>>>>>>>>>>>>>>>> limit: 4000*
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Follow us on: Twitter
>>>>>>>>>>>>>>>>>>>>>>> <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email
>>>>>>>>>>>>>>>>>>>>>>> you must: (i) not disclose, copy or distribute its contents to any other
>>>>>>>>>>>>>>>>>>>>>>> person nor use its contents in any way or you may be acting unlawfully;
>>>>>>>>>>>>>>>>>>>>>>>  (ii) contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered
>>>>>>>>>>>>>>>>>>>>>>> in England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions
>>>>>>>>>>>>>>>> to ensure that no viruses are contained in this email, but does not accept
>>>>>>>>>>>>>>>> any responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>
>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>> LinkedIn
>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>>> YouTube
>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>> Google+
>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Rakesh Shelar
>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>              +44 7435826126
>>>>>>>>>> www.northgateps.com
>>>>>>>>>>
>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>> LinkedIn
>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>> YouTube
>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>> Google+
>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>
>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Rakesh Shelar
>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>              +44 7435826126
>>>>>>>> www.northgateps.com
>>>>>>>>
>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>> / Google+
>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>
>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>> attachments (if any) for viruses.
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>> Marg, Mumbai -400013
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *Bal Purewal*
>>>>> Lead DevOps Architect
>>>>> Northgate Public Services
>>>>> 2 Peoplebuilding Estate
>>>>> Hemel Hempstead Industrial Estate
>>>>> Hemel Hempstead
>>>>> Hertfordshire HP2 4NW
>>>>> Mobile: 07876038577
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>>
>>> --
>>> Rakesh Shelar
>>> Sr. Technical Architect - CONNECT (DevOps)
>>> Mobile: +91 (0) 8657549870
>>>              +44 7435826126
>>> www.northgateps.com
>>>
>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>
>>> Northgate Public Services (UK) Ltd
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Ok, I will check it out. It did fire up on my system when i ran the ddl
script manually using the oracle developer gui against the database. You
may want to try that in the meantime. The ddl file is in the juddi-dist zip
file under docs. I'll include some links to the ddl files.

Is there any more information from your error message? Maybe there's logs
in oracle db that may provide additional details. Looking at the class that
maps to that table, I don't see anything obviously wrong.

Finally, i think the dialect may be wrong. I don't think you specified what
version of oracle db you are using. Here's some possible values for the
dialect
org.hibernate.dialect.Oracle9iDialect
org.hibernate.dialect.Oracle10gDialect
org.hibernate.dialect.Oracle12cDialect

I bet if you update the dialect only, it'll probably solve the problem.

Here's the ddl links
9G ddl https://www.dropbox.com/s/y7m5ptw7sc817b4/oracle9i.ddl?dl=0
10G https://www.dropbox.com/s/lvi8zmunam9yxyk/oracle10g.ddl?dl=0
12C https://www.dropbox.com/s/ewx5tv3sm0wdoda/oracle12c.ddl?dl=0


On Wed, Jul 22, 2020 at 11:01 AM Rakesh Shelar <
rakesh.shelar@northgateps.com> wrote:

> sending again previous email
>
> no luck with even this JUDDI version
>
> 2020-07-20 07:39:52,038 WARN
> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
> GenerationTarget encountered exception accepting command : Error executing
> DDL "create table j3_chg_replconf_j3_chg_replconfn
> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
> number(19,0) not null)" via JDBC Statement
> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing
> DDL "create table j3_chg_replconf_j3_chg_replconfn
> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
> number(19,0) not null)" via JDBC Statement
> at
> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>
> our setting as below
> [image: image.png]
> -Regards,
> Rakesh
>
> On Wed, 22 Jul 2020 at 20:10, Alex O'Ree <al...@apache.org> wrote:
>
>> Ok, thanks. So what is currently the issue getting the juddi war file to
>> start up?
>>
>> On Wed, Jul 22, 2020 at 8:48 AM Rakesh Shelar <
>> rakesh.shelar@northgateps.com> wrote:
>>
>>> Alex,
>>>
>>> we do not deploy juddi in replication
>>>
>>> [image: image.png]
>>> just using folder extracting from the tomcat you send us each time. In
>>> the previous email, I sent you all the configuration we did for hibernate.
>>>
>>> -Rakesh
>>>
>>> On Wed, 22 Jul 2020 at 17:59, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> I sent an update,  you all had am issue with the replication war, I
>>>> told you to remove it and try again. Did it start up?
>>>>
>>>> On Wed, Jul 22, 2020, 5:44 AM Baldip Purewal <
>>>> baldip.purewal@northgateps.com> wrote:
>>>>
>>>>> Hi Alex
>>>>>
>>>>> Is there any update on this?
>>>>>
>>>>> Thanks
>>>>>
>>>>> On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> Ok, sounds good.
>>>>>> thanks Alex
>>>>>>
>>>>>> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org> wrote:
>>>>>>
>>>>>>> If you dont need the replication services, remove the war file. In
>>>>>>> my test setup, I excluded that. I'll give it a shot tonight.
>>>>>>>
>>>>>>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>
>>>>>>>> Alex,
>>>>>>>> @Alex can we have a short call with our developer?
>>>>>>>>
>>>>>>>> no luck with even this JUDDI version
>>>>>>>>
>>>>>>>> 2020-07-20 07:39:52,038 WARN
>>>>>>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>>>>>>> GenerationTarget encountered exception accepting command : Error executing
>>>>>>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>>>>>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>>>> at
>>>>>>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>>>>>>
>>>>>>>> our setting as below
>>>>>>>> [image: image.png]
>>>>>>>> -Regards,
>>>>>>>> Rakesh
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Ok I played around with it a bit and I was able to get it up and
>>>>>>>>> running.
>>>>>>>>>
>>>>>>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>>>>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>>>>>>> versions will probably work)
>>>>>>>>> In the oracle database, you'll have to figure out how to create
>>>>>>>>> the user and what not, but I did have to run the juddi ddl specific to
>>>>>>>>> oracle db manually. Normally the JPA stuff will run it automatically but it
>>>>>>>>> didn't seem to trigger in this case. I used the file named 'oracle12c.ddl'
>>>>>>>>> in the docs/ddl folder.
>>>>>>>>> In context.xml
>>>>>>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>             type="javax.sql.DataSource" username="yourusername"
>>>>>>>>> password=""
>>>>>>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>>>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>>>>>>             maxActive="8"
>>>>>>>>>             />
>>>>>>>>>
>>>>>>>>> I'm not super familiar with oracle db, securing it, or how to
>>>>>>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>>>>>>> server side setting to get it to work. So you're on your own with that.
>>>>>>>>>
>>>>>>>>> Finally, there was a minor code change to fix the long string
>>>>>>>>> issue. New drop box link below. Hopefully this will get you going
>>>>>>>>>
>>>>>>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> Alex,
>>>>>>>>>>
>>>>>>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>>>>>>> jdbc driver to either the container's lib folder or in
>>>>>>>>>> juddiv3/WEB-INF/lib
>>>>>>>>>> [image: image.png]
>>>>>>>>>>
>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>
>>>>>>>>>> [image: image.png]
>>>>>>>>>>
>>>>>>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>>>>>>
>>>>>>>>>> [image: image.png]
>>>>>>>>>>
>>>>>>>>>> There are more fields we need to fix. Can you fix for all the
>>>>>>>>>> fields and related stuff for 4096 lengths. I can see a few of the fields
>>>>>>>>>> name as constants are specific to <<fieldname>>4096. *This is
>>>>>>>>>> ORACLE related issue Oracle varchar2 does not support 4.96 as length. can
>>>>>>>>>> you test with Oracle and not a SQL server?*
>>>>>>>>>>
>>>>>>>>>> we get the following error too (another field now)
>>>>>>>>>>
>>>>>>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> Rakesh
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Thanks. Alex
>>>>>>>>>>>
>>>>>>>>>>> But we are using Oracle and not a SQL server. any advice?
>>>>>>>>>>> because in the oracle it says 4096 max string length not supported by
>>>>>>>>>>> Oracle.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> -Regards,
>>>>>>>>>>> Rakesh
>>>>>>>>>>>
>>>>>>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> OK i was able to get it to fire up using hibernate with mssql
>>>>>>>>>>>> 2019 but it'll probably work with older versions
>>>>>>>>>>>>
>>>>>>>>>>>> So add the microsoft jdbc driver to either the container's lib
>>>>>>>>>>>> folder or in juddiv3/WEB-INF/lib
>>>>>>>>>>>>
>>>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect ,
>>>>>>>>>>>> example:
>>>>>>>>>>>>       <property name="hibernate.dialect"
>>>>>>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>>>>>>
>>>>>>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>>>>>>> replace what ever is there for the Juddi Datasource with
>>>>>>>>>>>> something similar to this. Obviously, update it to meet your environment
>>>>>>>>>>>>
>>>>>>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>>>>>>> password="yourpasswordhere"
>>>>>>>>>>>>
>>>>>>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>>>>>>
>>>>>>>>>>>> url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>>>>>>             maxActive="8"
>>>>>>>>>>>>             />
>>>>>>>>>>>>
>>>>>>>>>>>> And for simplicity, i've updated the drop box download link to
>>>>>>>>>>>> have a newer build that is set to hibernate (several of the jar's are
>>>>>>>>>>>> different from the previous download link). I also added a simple tomcat
>>>>>>>>>>>> build, following the instructions above, it should be possible to get it up
>>>>>>>>>>>> and running with mssql.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Yes, as i stated earlier, not all of the reported issues have
>>>>>>>>>>>>> been resolved. This includes the mssql configuration.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Alex,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> we have tested JUDDI (test) version provided by you. And we
>>>>>>>>>>>>>> are still getting the following error
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Give this a shot
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Great thanks. If you could send a test build and I will ask
>>>>>>>>>>>>>>>> the team to try it out.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <
>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I can get a test build out tonight however keep in mind
>>>>>>>>>>>>>>>>> that not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>>>>>>> distribution.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Sorry to bother you again but it has become quite a
>>>>>>>>>>>>>>>>>> serious issue and if possible could you provide any dates on when we can
>>>>>>>>>>>>>>>>>> get a test build and also when this would be released in the stable version
>>>>>>>>>>>>>>>>>> (3.3.9)?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Will this test build contain other changes as well
>>>>>>>>>>>>>>>>>>> because ideally we would just like that change. Do you know when we can get
>>>>>>>>>>>>>>>>>>> a test build please?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Could you provide a test build as soon as possible
>>>>>>>>>>>>>>>>>>>> please?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it
>>>>>>>>>>>>>>>>>>>>> now. Will be fixed in the next version. I can provide a test build if you
>>>>>>>>>>>>>>>>>>>>> like or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look
>>>>>>>>>>>>>>>>>>>>>> at this shortly. I think the fix is to use a blob data type for the this
>>>>>>>>>>>>>>>>>>>>>> field
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3
>>>>>>>>>>>>>>>>>>>>>>> issue we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a
>>>>>>>>>>>>>>>>>>>>>>> column CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar
>>>>>>>>>>>>>>>>>>>>>>> limit: 4000*
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Follow us on: Twitter
>>>>>>>>>>>>>>>>>>>>>>> <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email
>>>>>>>>>>>>>>>>>>>>>>> you must: (i) not disclose, copy or distribute its contents to any other
>>>>>>>>>>>>>>>>>>>>>>> person nor use its contents in any way or you may be acting unlawfully;
>>>>>>>>>>>>>>>>>>>>>>>  (ii) contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered
>>>>>>>>>>>>>>>>>>>>>>> in England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions
>>>>>>>>>>>>>>>> to ensure that no viruses are contained in this email, but does not accept
>>>>>>>>>>>>>>>> any responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>
>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>> LinkedIn
>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>>> YouTube
>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>> Google+
>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Rakesh Shelar
>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>              +44 7435826126
>>>>>>>>>> www.northgateps.com
>>>>>>>>>>
>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>> LinkedIn
>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>> YouTube
>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>> Google+
>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>
>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Rakesh Shelar
>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>              +44 7435826126
>>>>>>>> www.northgateps.com
>>>>>>>>
>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>> / Google+
>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>
>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>> attachments (if any) for viruses.
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>> Marg, Mumbai -400013
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *Bal Purewal*
>>>>> Lead DevOps Architect
>>>>> Northgate Public Services
>>>>> 2 Peoplebuilding Estate
>>>>> Hemel Hempstead Industrial Estate
>>>>> Hemel Hempstead
>>>>> Hertfordshire HP2 4NW
>>>>> Mobile: 07876038577
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>>
>>> --
>>> Rakesh Shelar
>>> Sr. Technical Architect - CONNECT (DevOps)
>>> Mobile: +91 (0) 8657549870
>>>              +44 7435826126
>>> www.northgateps.com
>>>
>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>
>>> Northgate Public Services (UK) Ltd
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Ok, thanks. So what is currently the issue getting the juddi war file to
start up?

On Wed, Jul 22, 2020 at 8:48 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> Alex,
>
> we do not deploy juddi in replication
>
> [image: image.png]
> just using folder extracting from the tomcat you send us each time. In the
> previous email, I sent you all the configuration we did for hibernate.
>
> -Rakesh
>
> On Wed, 22 Jul 2020 at 17:59, Alex O'Ree <al...@apache.org> wrote:
>
>> I sent an update,  you all had am issue with the replication war, I told
>> you to remove it and try again. Did it start up?
>>
>> On Wed, Jul 22, 2020, 5:44 AM Baldip Purewal <
>> baldip.purewal@northgateps.com> wrote:
>>
>>> Hi Alex
>>>
>>> Is there any update on this?
>>>
>>> Thanks
>>>
>>> On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <
>>> rakesh.shelar@northgateps.com> wrote:
>>>
>>>> Ok, sounds good.
>>>> thanks Alex
>>>>
>>>> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>> If you dont need the replication services, remove the war file. In my
>>>>> test setup, I excluded that. I'll give it a shot tonight.
>>>>>
>>>>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> Alex,
>>>>>> @Alex can we have a short call with our developer?
>>>>>>
>>>>>> no luck with even this JUDDI version
>>>>>>
>>>>>> 2020-07-20 07:39:52,038 WARN
>>>>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>>>>> GenerationTarget encountered exception accepting command : Error executing
>>>>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>>>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>> at
>>>>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>>>>
>>>>>> our setting as below
>>>>>> [image: image.png]
>>>>>> -Regards,
>>>>>> Rakesh
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org> wrote:
>>>>>>
>>>>>>> Ok I played around with it a bit and I was able to get it up and
>>>>>>> running.
>>>>>>>
>>>>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>>>>> versions will probably work)
>>>>>>> In the oracle database, you'll have to figure out how to create the
>>>>>>> user and what not, but I did have to run the juddi ddl specific to oracle
>>>>>>> db manually. Normally the JPA stuff will run it automatically but it didn't
>>>>>>> seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
>>>>>>> docs/ddl folder.
>>>>>>> In context.xml
>>>>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>             type="javax.sql.DataSource" username="yourusername"
>>>>>>> password=""
>>>>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>>>>             maxActive="8"
>>>>>>>             />
>>>>>>>
>>>>>>> I'm not super familiar with oracle db, securing it, or how to
>>>>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>>>>> server side setting to get it to work. So you're on your own with that.
>>>>>>>
>>>>>>> Finally, there was a minor code change to fix the long string issue.
>>>>>>> New drop box link below. Hopefully this will get you going
>>>>>>>
>>>>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>
>>>>>>>> Alex,
>>>>>>>>
>>>>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>>>>> jdbc driver to either the container's lib folder or in
>>>>>>>> juddiv3/WEB-INF/lib
>>>>>>>> [image: image.png]
>>>>>>>>
>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>
>>>>>>>> [image: image.png]
>>>>>>>>
>>>>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>>>>
>>>>>>>> [image: image.png]
>>>>>>>>
>>>>>>>> There are more fields we need to fix. Can you fix for all the
>>>>>>>> fields and related stuff for 4096 lengths. I can see a few of the fields
>>>>>>>> name as constants are specific to <<fieldname>>4096. *This is
>>>>>>>> ORACLE related issue Oracle varchar2 does not support 4.96 as length. can
>>>>>>>> you test with Oracle and not a SQL server?*
>>>>>>>>
>>>>>>>> we get the following error too (another field now)
>>>>>>>>
>>>>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>>
>>>>>>>> Rakesh
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>
>>>>>>>>> Thanks. Alex
>>>>>>>>>
>>>>>>>>> But we are using Oracle and not a SQL server. any advice? because
>>>>>>>>> in the oracle it says 4096 max string length not supported by Oracle.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -Regards,
>>>>>>>>> Rakesh
>>>>>>>>>
>>>>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> OK i was able to get it to fire up using hibernate with mssql
>>>>>>>>>> 2019 but it'll probably work with older versions
>>>>>>>>>>
>>>>>>>>>> So add the microsoft jdbc driver to either the container's lib
>>>>>>>>>> folder or in juddiv3/WEB-INF/lib
>>>>>>>>>>
>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect ,
>>>>>>>>>> example:
>>>>>>>>>>       <property name="hibernate.dialect"
>>>>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>>>>
>>>>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>>>>> replace what ever is there for the Juddi Datasource with
>>>>>>>>>> something similar to this. Obviously, update it to meet your environment
>>>>>>>>>>
>>>>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>>>>> password="yourpasswordhere"
>>>>>>>>>>
>>>>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>>>>
>>>>>>>>>> url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>>>>             maxActive="8"
>>>>>>>>>>             />
>>>>>>>>>>
>>>>>>>>>> And for simplicity, i've updated the drop box download link to
>>>>>>>>>> have a newer build that is set to hibernate (several of the jar's are
>>>>>>>>>> different from the previous download link). I also added a simple tomcat
>>>>>>>>>> build, following the instructions above, it should be possible to get it up
>>>>>>>>>> and running with mssql.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Yes, as i stated earlier, not all of the reported issues have
>>>>>>>>>>> been resolved. This includes the mssql configuration.
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Alex,
>>>>>>>>>>>>
>>>>>>>>>>>> we have tested JUDDI (test) version provided by you. And we are
>>>>>>>>>>>> still getting the following error
>>>>>>>>>>>>
>>>>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>>>>
>>>>>>>>>>>> Regards,
>>>>>>>>>>>>
>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>>
>>>>>>>>>>>>> Give this a shot
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Great thanks. If you could send a test build and I will ask
>>>>>>>>>>>>>> the team to try it out.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I can get a test build out tonight however keep in mind that
>>>>>>>>>>>>>>> not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>>>>> distribution.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Sorry to bother you again but it has become quite a serious
>>>>>>>>>>>>>>>> issue and if possible could you provide any dates on when we can get a test
>>>>>>>>>>>>>>>> build and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>>>>>>>>> build please?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Could you provide a test build as soon as possible
>>>>>>>>>>>>>>>>>> please?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now.
>>>>>>>>>>>>>>>>>>> Will be fixed in the next version. I can provide a test build if you like
>>>>>>>>>>>>>>>>>>> or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at
>>>>>>>>>>>>>>>>>>>> this shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3
>>>>>>>>>>>>>>>>>>>>> issue we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a
>>>>>>>>>>>>>>>>>>>>> column CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit:
>>>>>>>>>>>>>>>>>>>>> 4000*
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Follow us on: Twitter
>>>>>>>>>>>>>>>>>>>>> <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email
>>>>>>>>>>>>>>>>>>>>> you must: (i) not disclose, copy or distribute its contents to any other
>>>>>>>>>>>>>>>>>>>>> person nor use its contents in any way or you may be acting unlawfully;
>>>>>>>>>>>>>>>>>>>>>  (ii) contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions
>>>>>>>>>>>>>>>> to ensure that no viruses are contained in this email, but does not accept
>>>>>>>>>>>>>>>> any responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>
>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>>>> YouTube
>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>>> Google+
>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>
>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Rakesh Shelar
>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>              +44 7435826126
>>>>>>>>> www.northgateps.com
>>>>>>>>>
>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>> / Google+
>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>
>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Rakesh Shelar
>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>              +44 7435826126
>>>>>>>> www.northgateps.com
>>>>>>>>
>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>> / Google+
>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>
>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>> attachments (if any) for viruses.
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>> Marg, Mumbai -400013
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>> confidential and intended solely for the addressee(s).
>>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>> attachments (if any) for viruses.
>>>>>>
>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>> Marg, Mumbai -400013
>>>>>>
>>>>>
>>>>
>>>> --
>>>> Rakesh Shelar
>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>> Mobile: +91 (0) 8657549870
>>>>              +44 7435826126
>>>> www.northgateps.com
>>>>
>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>
>>>> Northgate Public Services (UK) Ltd
>>>>
>>>
>>>
>>> --
>>>
>>> *Bal Purewal*
>>> Lead DevOps Architect
>>> Northgate Public Services
>>> 2 Peoplebuilding Estate
>>> Hemel Hempstead Industrial Estate
>>> Hemel Hempstead
>>> Hertfordshire HP2 4NW
>>> Mobile: 07876038577
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Ok, thanks. So what is currently the issue getting the juddi war file to
start up?

On Wed, Jul 22, 2020 at 8:48 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> Alex,
>
> we do not deploy juddi in replication
>
> [image: image.png]
> just using folder extracting from the tomcat you send us each time. In the
> previous email, I sent you all the configuration we did for hibernate.
>
> -Rakesh
>
> On Wed, 22 Jul 2020 at 17:59, Alex O'Ree <al...@apache.org> wrote:
>
>> I sent an update,  you all had am issue with the replication war, I told
>> you to remove it and try again. Did it start up?
>>
>> On Wed, Jul 22, 2020, 5:44 AM Baldip Purewal <
>> baldip.purewal@northgateps.com> wrote:
>>
>>> Hi Alex
>>>
>>> Is there any update on this?
>>>
>>> Thanks
>>>
>>> On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <
>>> rakesh.shelar@northgateps.com> wrote:
>>>
>>>> Ok, sounds good.
>>>> thanks Alex
>>>>
>>>> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>> If you dont need the replication services, remove the war file. In my
>>>>> test setup, I excluded that. I'll give it a shot tonight.
>>>>>
>>>>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> Alex,
>>>>>> @Alex can we have a short call with our developer?
>>>>>>
>>>>>> no luck with even this JUDDI version
>>>>>>
>>>>>> 2020-07-20 07:39:52,038 WARN
>>>>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>>>>> GenerationTarget encountered exception accepting command : Error executing
>>>>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>>>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>>>> number(19,0) not null)" via JDBC Statement
>>>>>> at
>>>>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>>>>
>>>>>> our setting as below
>>>>>> [image: image.png]
>>>>>> -Regards,
>>>>>> Rakesh
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org> wrote:
>>>>>>
>>>>>>> Ok I played around with it a bit and I was able to get it up and
>>>>>>> running.
>>>>>>>
>>>>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>>>>> versions will probably work)
>>>>>>> In the oracle database, you'll have to figure out how to create the
>>>>>>> user and what not, but I did have to run the juddi ddl specific to oracle
>>>>>>> db manually. Normally the JPA stuff will run it automatically but it didn't
>>>>>>> seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
>>>>>>> docs/ddl folder.
>>>>>>> In context.xml
>>>>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>             type="javax.sql.DataSource" username="yourusername"
>>>>>>> password=""
>>>>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>>>>             maxActive="8"
>>>>>>>             />
>>>>>>>
>>>>>>> I'm not super familiar with oracle db, securing it, or how to
>>>>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>>>>> server side setting to get it to work. So you're on your own with that.
>>>>>>>
>>>>>>> Finally, there was a minor code change to fix the long string issue.
>>>>>>> New drop box link below. Hopefully this will get you going
>>>>>>>
>>>>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>
>>>>>>>> Alex,
>>>>>>>>
>>>>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>>>>> jdbc driver to either the container's lib folder or in
>>>>>>>> juddiv3/WEB-INF/lib
>>>>>>>> [image: image.png]
>>>>>>>>
>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>
>>>>>>>> [image: image.png]
>>>>>>>>
>>>>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>>>>
>>>>>>>> [image: image.png]
>>>>>>>>
>>>>>>>> There are more fields we need to fix. Can you fix for all the
>>>>>>>> fields and related stuff for 4096 lengths. I can see a few of the fields
>>>>>>>> name as constants are specific to <<fieldname>>4096. *This is
>>>>>>>> ORACLE related issue Oracle varchar2 does not support 4.96 as length. can
>>>>>>>> you test with Oracle and not a SQL server?*
>>>>>>>>
>>>>>>>> we get the following error too (another field now)
>>>>>>>>
>>>>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>>
>>>>>>>> Rakesh
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>
>>>>>>>>> Thanks. Alex
>>>>>>>>>
>>>>>>>>> But we are using Oracle and not a SQL server. any advice? because
>>>>>>>>> in the oracle it says 4096 max string length not supported by Oracle.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> -Regards,
>>>>>>>>> Rakesh
>>>>>>>>>
>>>>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> OK i was able to get it to fire up using hibernate with mssql
>>>>>>>>>> 2019 but it'll probably work with older versions
>>>>>>>>>>
>>>>>>>>>> So add the microsoft jdbc driver to either the container's lib
>>>>>>>>>> folder or in juddiv3/WEB-INF/lib
>>>>>>>>>>
>>>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect ,
>>>>>>>>>> example:
>>>>>>>>>>       <property name="hibernate.dialect"
>>>>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>>>>
>>>>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>>>>> replace what ever is there for the Juddi Datasource with
>>>>>>>>>> something similar to this. Obviously, update it to meet your environment
>>>>>>>>>>
>>>>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>>>>> password="yourpasswordhere"
>>>>>>>>>>
>>>>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>>>>
>>>>>>>>>> url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>>>>             maxActive="8"
>>>>>>>>>>             />
>>>>>>>>>>
>>>>>>>>>> And for simplicity, i've updated the drop box download link to
>>>>>>>>>> have a newer build that is set to hibernate (several of the jar's are
>>>>>>>>>> different from the previous download link). I also added a simple tomcat
>>>>>>>>>> build, following the instructions above, it should be possible to get it up
>>>>>>>>>> and running with mssql.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Yes, as i stated earlier, not all of the reported issues have
>>>>>>>>>>> been resolved. This includes the mssql configuration.
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Alex,
>>>>>>>>>>>>
>>>>>>>>>>>> we have tested JUDDI (test) version provided by you. And we are
>>>>>>>>>>>> still getting the following error
>>>>>>>>>>>>
>>>>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>>>>
>>>>>>>>>>>> Regards,
>>>>>>>>>>>>
>>>>>>>>>>>> Rakesh
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>>>
>>>>>>>>>>>>> Give this a shot
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Great thanks. If you could send a test build and I will ask
>>>>>>>>>>>>>> the team to try it out.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I can get a test build out tonight however keep in mind that
>>>>>>>>>>>>>>> not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>>>>> distribution.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Sorry to bother you again but it has become quite a serious
>>>>>>>>>>>>>>>> issue and if possible could you provide any dates on when we can get a test
>>>>>>>>>>>>>>>> build and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>>>>>>>>> build please?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Could you provide a test build as soon as possible
>>>>>>>>>>>>>>>>>> please?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now.
>>>>>>>>>>>>>>>>>>> Will be fixed in the next version. I can provide a test build if you like
>>>>>>>>>>>>>>>>>>> or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at
>>>>>>>>>>>>>>>>>>>> this shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3
>>>>>>>>>>>>>>>>>>>>> issue we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a
>>>>>>>>>>>>>>>>>>>>> column CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit:
>>>>>>>>>>>>>>>>>>>>> 4000*
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Follow us on: Twitter
>>>>>>>>>>>>>>>>>>>>> <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email
>>>>>>>>>>>>>>>>>>>>> you must: (i) not disclose, copy or distribute its contents to any other
>>>>>>>>>>>>>>>>>>>>> person nor use its contents in any way or you may be acting unlawfully;
>>>>>>>>>>>>>>>>>>>>>  (ii) contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions
>>>>>>>>>>>>>>>> to ensure that no viruses are contained in this email, but does not accept
>>>>>>>>>>>>>>>> any responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>
>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>>>> YouTube
>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>>> Google+
>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>
>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Rakesh Shelar
>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>              +44 7435826126
>>>>>>>>> www.northgateps.com
>>>>>>>>>
>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>> / Google+
>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>
>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Rakesh Shelar
>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>              +44 7435826126
>>>>>>>> www.northgateps.com
>>>>>>>>
>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>> / Google+
>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>
>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>> attachments (if any) for viruses.
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>> Marg, Mumbai -400013
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>> confidential and intended solely for the addressee(s).
>>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>> attachments (if any) for viruses.
>>>>>>
>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>> Marg, Mumbai -400013
>>>>>>
>>>>>
>>>>
>>>> --
>>>> Rakesh Shelar
>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>> Mobile: +91 (0) 8657549870
>>>>              +44 7435826126
>>>> www.northgateps.com
>>>>
>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>
>>>> Northgate Public Services (UK) Ltd
>>>>
>>>
>>>
>>> --
>>>
>>> *Bal Purewal*
>>> Lead DevOps Architect
>>> Northgate Public Services
>>> 2 Peoplebuilding Estate
>>> Hemel Hempstead Industrial Estate
>>> Hemel Hempstead
>>> Hertfordshire HP2 4NW
>>> Mobile: 07876038577
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
I sent an update,  you all had am issue with the replication war, I told
you to remove it and try again. Did it start up?

On Wed, Jul 22, 2020, 5:44 AM Baldip Purewal <ba...@northgateps.com>
wrote:

> Hi Alex
>
> Is there any update on this?
>
> Thanks
>
> On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <ra...@northgateps.com>
> wrote:
>
>> Ok, sounds good.
>> thanks Alex
>>
>> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org> wrote:
>>
>>> If you dont need the replication services, remove the war file. In my
>>> test setup, I excluded that. I'll give it a shot tonight.
>>>
>>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>>> rakesh.shelar@northgateps.com> wrote:
>>>
>>>> Alex,
>>>> @Alex can we have a short call with our developer?
>>>>
>>>> no luck with even this JUDDI version
>>>>
>>>> 2020-07-20 07:39:52,038 WARN
>>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>>> GenerationTarget encountered exception accepting command : Error executing
>>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>> number(19,0) not null)" via JDBC Statement
>>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>> number(19,0) not null)" via JDBC Statement
>>>> at
>>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>>
>>>> our setting as below
>>>> [image: image.png]
>>>> -Regards,
>>>> Rakesh
>>>>
>>>>
>>>>
>>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>> Ok I played around with it a bit and I was able to get it up and
>>>>> running.
>>>>>
>>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>>> versions will probably work)
>>>>> In the oracle database, you'll have to figure out how to create the
>>>>> user and what not, but I did have to run the juddi ddl specific to oracle
>>>>> db manually. Normally the JPA stuff will run it automatically but it didn't
>>>>> seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
>>>>> docs/ddl folder.
>>>>> In context.xml
>>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>             type="javax.sql.DataSource" username="yourusername"
>>>>> password=""
>>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>>             maxActive="8"
>>>>>             />
>>>>>
>>>>> I'm not super familiar with oracle db, securing it, or how to
>>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>>> server side setting to get it to work. So you're on your own with that.
>>>>>
>>>>> Finally, there was a minor code change to fix the long string issue.
>>>>> New drop box link below. Hopefully this will get you going
>>>>>
>>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>>
>>>>>
>>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> Alex,
>>>>>>
>>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>>> jdbc driver to either the container's lib folder or in
>>>>>> juddiv3/WEB-INF/lib
>>>>>> [image: image.png]
>>>>>>
>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>
>>>>>> [image: image.png]
>>>>>>
>>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>>
>>>>>> [image: image.png]
>>>>>>
>>>>>> There are more fields we need to fix. Can you fix for all the fields
>>>>>> and related stuff for 4096 lengths. I can see a few of the fields name as
>>>>>> constants are specific to <<fieldname>>4096. *This is ORACLE related
>>>>>> issue Oracle varchar2 does not support 4.96 as length. can you test with
>>>>>> Oracle and not a SQL server?*
>>>>>>
>>>>>> we get the following error too (another field now)
>>>>>>
>>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Rakesh
>>>>>>
>>>>>>
>>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>
>>>>>>> Thanks. Alex
>>>>>>>
>>>>>>> But we are using Oracle and not a SQL server. any advice? because in
>>>>>>> the oracle it says 4096 max string length not supported by Oracle.
>>>>>>>
>>>>>>>
>>>>>>> -Regards,
>>>>>>> Rakesh
>>>>>>>
>>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> OK i was able to get it to fire up using hibernate with mssql 2019
>>>>>>>> but it'll probably work with older versions
>>>>>>>>
>>>>>>>> So add the microsoft jdbc driver to either the container's lib
>>>>>>>> folder or in juddiv3/WEB-INF/lib
>>>>>>>>
>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect ,
>>>>>>>> example:
>>>>>>>>       <property name="hibernate.dialect"
>>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>>
>>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>>> replace what ever is there for the Juddi Datasource with something
>>>>>>>> similar to this. Obviously, update it to meet your environment
>>>>>>>>
>>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>>> password="yourpasswordhere"
>>>>>>>>
>>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>>             url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>>             maxActive="8"
>>>>>>>>             />
>>>>>>>>
>>>>>>>> And for simplicity, i've updated the drop box download link to have
>>>>>>>> a newer build that is set to hibernate (several of the jar's are different
>>>>>>>> from the previous download link). I also added a simple tomcat build,
>>>>>>>> following the instructions above, it should be possible to get it up and
>>>>>>>> running with mssql.
>>>>>>>>
>>>>>>>>
>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>
>>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Yes, as i stated earlier, not all of the reported issues have been
>>>>>>>>> resolved. This includes the mssql configuration.
>>>>>>>>>
>>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> Alex,
>>>>>>>>>>
>>>>>>>>>> we have tested JUDDI (test) version provided by you. And we are
>>>>>>>>>> still getting the following error
>>>>>>>>>>
>>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> Rakesh
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>
>>>>>>>>>>> Give this a shot
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Great thanks. If you could send a test build and I will ask the
>>>>>>>>>>>> team to try it out.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I can get a test build out tonight however keep in mind that
>>>>>>>>>>>>> not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>>> distribution.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Sorry to bother you again but it has become quite a serious
>>>>>>>>>>>>>> issue and if possible could you provide any dates on when we can get a test
>>>>>>>>>>>>>> build and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>>>>>>> build please?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now.
>>>>>>>>>>>>>>>>> Will be fixed in the next version. I can provide a test build if you like
>>>>>>>>>>>>>>>>> or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at
>>>>>>>>>>>>>>>>>> this shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3
>>>>>>>>>>>>>>>>>>> issue we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column
>>>>>>>>>>>>>>>>>>> CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit:
>>>>>>>>>>>>>>>>>>> 4000*
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS>
>>>>>>>>>>>>>>>>>>>  / LinkedIn
>>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>
>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Rakesh Shelar
>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>              +44 7435826126
>>>>>>>>>> www.northgateps.com
>>>>>>>>>>
>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>> LinkedIn
>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>> YouTube
>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>> Google+
>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>
>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Rakesh Shelar
>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>              +44 7435826126
>>>>>>> www.northgateps.com
>>>>>>>
>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>> / Google+
>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>
>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>> confidential and intended solely for the addressee(s).
>>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>> attachments (if any) for viruses.
>>>>>>
>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>> Marg, Mumbai -400013
>>>>>>
>>>>>
>>>>
>>>> --
>>>> Rakesh Shelar
>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>> Mobile: +91 (0) 8657549870
>>>>              +44 7435826126
>>>> www.northgateps.com
>>>>
>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>
>>>> Northgate Public Services (UK) Ltd
>>>>
>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>> and its associated companies including Rave Technologies (India) Pvt
>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>> and intended solely for the addressee(s).
>>>> If you are not the intended recipient of this email you must: (i) not
>>>> disclose, copy or distribute its contents to any other person nor use its
>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>>> name of the sender and the addressee then delete it from your system.
>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>> that no viruses are contained in this email, but does not accept any
>>>> responsibility once this email has been transmitted.  You should scan
>>>> attachments (if any) for viruses.
>>>>
>>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>>> -400013
>>>>
>>>
>>
>> --
>> Rakesh Shelar
>> Sr. Technical Architect - CONNECT (DevOps)
>> Mobile: +91 (0) 8657549870
>>              +44 7435826126
>> www.northgateps.com
>>
>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>
>> Northgate Public Services (UK) Ltd
>>
>
>
> --
>
> *Bal Purewal*
> Lead DevOps Architect
> Northgate Public Services
> 2 Peoplebuilding Estate
> Hemel Hempstead Industrial Estate
> Hemel Hempstead
> Hertfordshire HP2 4NW
> Mobile: 07876038577
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
I sent an update,  you all had am issue with the replication war, I told
you to remove it and try again. Did it start up?

On Wed, Jul 22, 2020, 5:44 AM Baldip Purewal <ba...@northgateps.com>
wrote:

> Hi Alex
>
> Is there any update on this?
>
> Thanks
>
> On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <ra...@northgateps.com>
> wrote:
>
>> Ok, sounds good.
>> thanks Alex
>>
>> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org> wrote:
>>
>>> If you dont need the replication services, remove the war file. In my
>>> test setup, I excluded that. I'll give it a shot tonight.
>>>
>>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>>> rakesh.shelar@northgateps.com> wrote:
>>>
>>>> Alex,
>>>> @Alex can we have a short call with our developer?
>>>>
>>>> no luck with even this JUDDI version
>>>>
>>>> 2020-07-20 07:39:52,038 WARN
>>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>>> GenerationTarget encountered exception accepting command : Error executing
>>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>> number(19,0) not null)" via JDBC Statement
>>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>>> number(19,0) not null)" via JDBC Statement
>>>> at
>>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>>
>>>> our setting as below
>>>> [image: image.png]
>>>> -Regards,
>>>> Rakesh
>>>>
>>>>
>>>>
>>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>> Ok I played around with it a bit and I was able to get it up and
>>>>> running.
>>>>>
>>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>>> versions will probably work)
>>>>> In the oracle database, you'll have to figure out how to create the
>>>>> user and what not, but I did have to run the juddi ddl specific to oracle
>>>>> db manually. Normally the JPA stuff will run it automatically but it didn't
>>>>> seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
>>>>> docs/ddl folder.
>>>>> In context.xml
>>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>             type="javax.sql.DataSource" username="yourusername"
>>>>> password=""
>>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>>             maxActive="8"
>>>>>             />
>>>>>
>>>>> I'm not super familiar with oracle db, securing it, or how to
>>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>>> server side setting to get it to work. So you're on your own with that.
>>>>>
>>>>> Finally, there was a minor code change to fix the long string issue.
>>>>> New drop box link below. Hopefully this will get you going
>>>>>
>>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>>
>>>>>
>>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> Alex,
>>>>>>
>>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>>> jdbc driver to either the container's lib folder or in
>>>>>> juddiv3/WEB-INF/lib
>>>>>> [image: image.png]
>>>>>>
>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>
>>>>>> [image: image.png]
>>>>>>
>>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>>
>>>>>> [image: image.png]
>>>>>>
>>>>>> There are more fields we need to fix. Can you fix for all the fields
>>>>>> and related stuff for 4096 lengths. I can see a few of the fields name as
>>>>>> constants are specific to <<fieldname>>4096. *This is ORACLE related
>>>>>> issue Oracle varchar2 does not support 4.96 as length. can you test with
>>>>>> Oracle and not a SQL server?*
>>>>>>
>>>>>> we get the following error too (another field now)
>>>>>>
>>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Rakesh
>>>>>>
>>>>>>
>>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>
>>>>>>> Thanks. Alex
>>>>>>>
>>>>>>> But we are using Oracle and not a SQL server. any advice? because in
>>>>>>> the oracle it says 4096 max string length not supported by Oracle.
>>>>>>>
>>>>>>>
>>>>>>> -Regards,
>>>>>>> Rakesh
>>>>>>>
>>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> OK i was able to get it to fire up using hibernate with mssql 2019
>>>>>>>> but it'll probably work with older versions
>>>>>>>>
>>>>>>>> So add the microsoft jdbc driver to either the container's lib
>>>>>>>> folder or in juddiv3/WEB-INF/lib
>>>>>>>>
>>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect ,
>>>>>>>> example:
>>>>>>>>       <property name="hibernate.dialect"
>>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>>
>>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>>> replace what ever is there for the Juddi Datasource with something
>>>>>>>> similar to this. Obviously, update it to meet your environment
>>>>>>>>
>>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>>> password="yourpasswordhere"
>>>>>>>>
>>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>>             url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>>             maxActive="8"
>>>>>>>>             />
>>>>>>>>
>>>>>>>> And for simplicity, i've updated the drop box download link to have
>>>>>>>> a newer build that is set to hibernate (several of the jar's are different
>>>>>>>> from the previous download link). I also added a simple tomcat build,
>>>>>>>> following the instructions above, it should be possible to get it up and
>>>>>>>> running with mssql.
>>>>>>>>
>>>>>>>>
>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>
>>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Yes, as i stated earlier, not all of the reported issues have been
>>>>>>>>> resolved. This includes the mssql configuration.
>>>>>>>>>
>>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> Alex,
>>>>>>>>>>
>>>>>>>>>> we have tested JUDDI (test) version provided by you. And we are
>>>>>>>>>> still getting the following error
>>>>>>>>>>
>>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> Rakesh
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>>
>>>>>>>>>>> Give this a shot
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Great thanks. If you could send a test build and I will ask the
>>>>>>>>>>>> team to try it out.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I can get a test build out tonight however keep in mind that
>>>>>>>>>>>>> not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>>> distribution.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Sorry to bother you again but it has become quite a serious
>>>>>>>>>>>>>> issue and if possible could you provide any dates on when we can get a test
>>>>>>>>>>>>>> build and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>>>>>>> build please?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now.
>>>>>>>>>>>>>>>>> Will be fixed in the next version. I can provide a test build if you like
>>>>>>>>>>>>>>>>> or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at
>>>>>>>>>>>>>>>>>> this shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3
>>>>>>>>>>>>>>>>>>> issue we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column
>>>>>>>>>>>>>>>>>>> CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit:
>>>>>>>>>>>>>>>>>>> 4000*
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS>
>>>>>>>>>>>>>>>>>>>  / LinkedIn
>>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public
>>>>>>>>>>>>>>>>>>> Services (UK) Limited and its associated companies including Rave
>>>>>>>>>>>>>>>>>>> Technologies (India) Pvt Limited (together "Northgate Public Services") and
>>>>>>>>>>>>>>>>>>> is strictly confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>
>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>
>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Rakesh Shelar
>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>              +44 7435826126
>>>>>>>>>> www.northgateps.com
>>>>>>>>>>
>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>> LinkedIn
>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>> YouTube
>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>> Google+
>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>
>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Rakesh Shelar
>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>              +44 7435826126
>>>>>>> www.northgateps.com
>>>>>>>
>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>> / Google+
>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>
>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>> confidential and intended solely for the addressee(s).
>>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>> attachments (if any) for viruses.
>>>>>>
>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>> Marg, Mumbai -400013
>>>>>>
>>>>>
>>>>
>>>> --
>>>> Rakesh Shelar
>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>> Mobile: +91 (0) 8657549870
>>>>              +44 7435826126
>>>> www.northgateps.com
>>>>
>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>
>>>> Northgate Public Services (UK) Ltd
>>>>
>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>> and its associated companies including Rave Technologies (India) Pvt
>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>> and intended solely for the addressee(s).
>>>> If you are not the intended recipient of this email you must: (i) not
>>>> disclose, copy or distribute its contents to any other person nor use its
>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>>> name of the sender and the addressee then delete it from your system.
>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>> that no viruses are contained in this email, but does not accept any
>>>> responsibility once this email has been transmitted.  You should scan
>>>> attachments (if any) for viruses.
>>>>
>>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>>> -400013
>>>>
>>>
>>
>> --
>> Rakesh Shelar
>> Sr. Technical Architect - CONNECT (DevOps)
>> Mobile: +91 (0) 8657549870
>>              +44 7435826126
>> www.northgateps.com
>>
>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>
>> Northgate Public Services (UK) Ltd
>>
>
>
> --
>
> *Bal Purewal*
> Lead DevOps Architect
> Northgate Public Services
> 2 Peoplebuilding Estate
> Hemel Hempstead Industrial Estate
> Hemel Hempstead
> Hertfordshire HP2 4NW
> Mobile: 07876038577
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Baldip Purewal <ba...@northgateps.com>.
Hi Alex

Is there any update on this?

Thanks

On Mon, 20 Jul 2020 at 12:01, Rakesh Shelar <ra...@northgateps.com>
wrote:

> Ok, sounds good.
> thanks Alex
>
> On Mon, 20 Jul 2020 at 16:25, Alex O'Ree <al...@apache.org> wrote:
>
>> If you dont need the replication services, remove the war file. In my
>> test setup, I excluded that. I'll give it a shot tonight.
>>
>> On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <
>> rakesh.shelar@northgateps.com> wrote:
>>
>>> Alex,
>>> @Alex can we have a short call with our developer?
>>>
>>> no luck with even this JUDDI version
>>>
>>> 2020-07-20 07:39:52,038 WARN
>>> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
>>> GenerationTarget encountered exception accepting command : Error executing
>>> DDL "create table j3_chg_replconf_j3_chg_replconfn
>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>> number(19,0) not null)" via JDBC Statement
>>> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error
>>> executing DDL "create table j3_chg_replconf_j3_chg_replconfn
>>> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
>>> number(19,0) not null)" via JDBC Statement
>>> at
>>> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>>>
>>> our setting as below
>>> [image: image.png]
>>> -Regards,
>>> Rakesh
>>>
>>>
>>>
>>> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> Ok I played around with it a bit and I was able to get it up and
>>>> running.
>>>>
>>>> In the persistence.xml file, use the Oracle10gDialect dialect.
>>>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other
>>>> versions will probably work)
>>>> In the oracle database, you'll have to figure out how to create the
>>>> user and what not, but I did have to run the juddi ddl specific to oracle
>>>> db manually. Normally the JPA stuff will run it automatically but it didn't
>>>> seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
>>>> docs/ddl folder.
>>>> In context.xml
>>>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>>>             type="javax.sql.DataSource" username="yourusername"
>>>> password=""
>>>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>>>             maxActive="8"
>>>>             />
>>>>
>>>> I'm not super familiar with oracle db, securing it, or how to
>>>> explicitly get to a database via the jdbc url, but it looks like it's a
>>>> server side setting to get it to work. So you're on your own with that.
>>>>
>>>> Finally, there was a minor code change to fix the long string issue.
>>>> New drop box link below. Hopefully this will get you going
>>>>
>>>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>>>
>>>>
>>>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>>>> rakesh.shelar@northgateps.com> wrote:
>>>>
>>>>> Alex,
>>>>>
>>>>> we have set up (oracle as DB) as follows (as you recommended)
>>>>> jdbc driver to either the container's lib folder or in
>>>>> juddiv3/WEB-INF/lib
>>>>> [image: image.png]
>>>>>
>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>
>>>>> [image: image.png]
>>>>>
>>>>>   webapps/juddiv3/META-INF/context.xml
>>>>>
>>>>> [image: image.png]
>>>>>
>>>>> There are more fields we need to fix. Can you fix for all the fields
>>>>> and related stuff for 4096 lengths. I can see a few of the fields name as
>>>>> constants are specific to <<fieldname>>4096. *This is ORACLE related
>>>>> issue Oracle varchar2 does not support 4.96 as length. can you test with
>>>>> Oracle and not a SQL server?*
>>>>>
>>>>> we get the following error too (another field now)
>>>>>
>>>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>>>
>>>>> Regards,
>>>>>
>>>>> Rakesh
>>>>>
>>>>>
>>>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> Thanks. Alex
>>>>>>
>>>>>> But we are using Oracle and not a SQL server. any advice? because in
>>>>>> the oracle it says 4096 max string length not supported by Oracle.
>>>>>>
>>>>>>
>>>>>> -Regards,
>>>>>> Rakesh
>>>>>>
>>>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org> wrote:
>>>>>>
>>>>>>>
>>>>>>> OK i was able to get it to fire up using hibernate with mssql 2019
>>>>>>> but it'll probably work with older versions
>>>>>>>
>>>>>>> So add the microsoft jdbc driver to either the container's lib
>>>>>>> folder or in juddiv3/WEB-INF/lib
>>>>>>>
>>>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect , example:
>>>>>>>       <property name="hibernate.dialect"
>>>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>>>
>>>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>>>> replace what ever is there for the Juddi Datasource with something
>>>>>>> similar to this. Obviously, update it to meet your environment
>>>>>>>
>>>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>>>> password="yourpasswordhere"
>>>>>>>
>>>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>>>             url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>>>             maxActive="8"
>>>>>>>             />
>>>>>>>
>>>>>>> And for simplicity, i've updated the drop box download link to have
>>>>>>> a newer build that is set to hibernate (several of the jar's are different
>>>>>>> from the previous download link). I also added a simple tomcat build,
>>>>>>> following the instructions above, it should be possible to get it up and
>>>>>>> running with mssql.
>>>>>>>
>>>>>>>
>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>
>>>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Yes, as i stated earlier, not all of the reported issues have been
>>>>>>>> resolved. This includes the mssql configuration.
>>>>>>>>
>>>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>
>>>>>>>>> Alex,
>>>>>>>>>
>>>>>>>>> we have tested JUDDI (test) version provided by you. And we are
>>>>>>>>> still getting the following error
>>>>>>>>>
>>>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>>>
>>>>>>>>> Regards,
>>>>>>>>>
>>>>>>>>> Rakesh
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>>>
>>>>>>>>>> Give this a shot
>>>>>>>>>>
>>>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Great thanks. If you could send a test build and I will ask the
>>>>>>>>>>> team to try it out.
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I can get a test build out tonight however keep in mind that
>>>>>>>>>>>> not all of the issues that were reported have been resolved yet. The
>>>>>>>>>>>> release process takes general takes a few days for committe vote + global
>>>>>>>>>>>> distribution.
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Alex
>>>>>>>>>>>>>
>>>>>>>>>>>>> Sorry to bother you again but it has become quite a serious
>>>>>>>>>>>>> issue and if possible could you provide any dates on when we can get a test
>>>>>>>>>>>>> build and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>>>>>> build please?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <
>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now.
>>>>>>>>>>>>>>>> Will be fixed in the next version. I can provide a test build if you like
>>>>>>>>>>>>>>>> or you can also compile from source if you all are so equiped
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at
>>>>>>>>>>>>>>>>> this shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3 issue
>>>>>>>>>>>>>>>>>> we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column
>>>>>>>>>>>>>>>>>> CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit:
>>>>>>>>>>>>>>>>>> 4000*
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS>
>>>>>>>>>>>>>>>>>>  / LinkedIn
>>>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable
>>>>>>>>>>>>>>>>>> precautions to ensure that no viruses are contained in this email, but does
>>>>>>>>>>>>>>>>>> not accept any responsibility once this email has been transmitted.  You
>>>>>>>>>>>>>>>>>> should scan attachments (if any) for viruses.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>
>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>
>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Rakesh Shelar
>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>              +44 7435826126
>>>>>>>>> www.northgateps.com
>>>>>>>>>
>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>> / Google+
>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>
>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>
>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>
>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Rakesh Shelar
>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>> Mobile: +91 (0) 8657549870
>>>>>              +44 7435826126
>>>>> www.northgateps.com
>>>>>
>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>
>>>>> Northgate Public Services (UK) Ltd
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>>
>>> --
>>> Rakesh Shelar
>>> Sr. Technical Architect - CONNECT (DevOps)
>>> Mobile: +91 (0) 8657549870
>>>              +44 7435826126
>>> www.northgateps.com
>>>
>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>
>>> Northgate Public Services (UK) Ltd
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>


-- 

*Bal Purewal*
Lead DevOps Architect
Northgate Public Services
2 Peoplebuilding Estate
Hemel Hempstead Industrial Estate
Hemel Hempstead
Hertfordshire HP2 4NW
Mobile: 07876038577

-- 
This email is sent on behalf of Northgate Public Services (UK) Limited and 
its associated companies including Rave Technologies (India) Pvt Limited 
(together "Northgate Public Services") and is strictly confidential and 
intended solely for the addressee(s). 
If you are not the intended 
recipient of this email you must: (i) not disclose, copy or distribute its 
contents to any other person nor use its contents in any way or you may be 
acting unlawfully;  (ii) contact Northgate Public Services immediately on 
+44(0)1442 768445 quoting the name of the sender and the addressee then 
delete it from your system.
Northgate Public Services has taken reasonable 
precautions to ensure that no viruses are contained in this email, but does 
not accept any responsibility once this email has been transmitted.  You 
should scan attachments (if any) for viruses.


Northgate Public Services 
(UK) Limited, registered in England and Wales under number 00968498 with a 
registered address of Peoplebuilding 2, Peoplebuilding Estate, Maylands 
Avenue, Hemel Hempstead, Hertfordshire, HP2 4NW.  Rave Technologies (India) 
Pvt Limited, registered in India under number U31900MH1998PTC117068 with a

registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park

Ltd, Pandurang Budhkar Marg, Mumbai -400013

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
If you dont need the replication services, remove the war file. In my test
setup, I excluded that. I'll give it a shot tonight.

On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> Alex,
> @Alex can we have a short call with our developer?
>
> no luck with even this JUDDI version
>
> 2020-07-20 07:39:52,038 WARN
> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
> GenerationTarget encountered exception accepting command : Error executing
> DDL "create table j3_chg_replconf_j3_chg_replconfn
> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
> number(19,0) not null)" via JDBC Statement
> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing
> DDL "create table j3_chg_replconf_j3_chg_replconfn
> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
> number(19,0) not null)" via JDBC Statement
> at
> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>
> our setting as below
> [image: image.png]
> -Regards,
> Rakesh
>
>
>
> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org> wrote:
>
>> Ok I played around with it a bit and I was able to get it up and running.
>>
>> In the persistence.xml file, use the Oracle10gDialect dialect.
>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other versions
>> will probably work)
>> In the oracle database, you'll have to figure out how to create the user
>> and what not, but I did have to run the juddi ddl specific to oracle db
>> manually. Normally the JPA stuff will run it automatically but it didn't
>> seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
>> docs/ddl folder.
>> In context.xml
>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>             type="javax.sql.DataSource" username="yourusername"
>> password=""
>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>             maxActive="8"
>>             />
>>
>> I'm not super familiar with oracle db, securing it, or how to explicitly
>> get to a database via the jdbc url, but it looks like it's a server side
>> setting to get it to work. So you're on your own with that.
>>
>> Finally, there was a minor code change to fix the long string issue. New
>> drop box link below. Hopefully this will get you going
>>
>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>
>>
>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>> rakesh.shelar@northgateps.com> wrote:
>>
>>> Alex,
>>>
>>> we have set up (oracle as DB) as follows (as you recommended)
>>> jdbc driver to either the container's lib folder or in
>>> juddiv3/WEB-INF/lib
>>> [image: image.png]
>>>
>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>
>>> [image: image.png]
>>>
>>>   webapps/juddiv3/META-INF/context.xml
>>>
>>> [image: image.png]
>>>
>>> There are more fields we need to fix. Can you fix for all the fields and
>>> related stuff for 4096 lengths. I can see a few of the fields name as
>>> constants are specific to <<fieldname>>4096. *This is ORACLE related
>>> issue Oracle varchar2 does not support 4.96 as length. can you test with
>>> Oracle and not a SQL server?*
>>>
>>> we get the following error too (another field now)
>>>
>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>
>>> Regards,
>>>
>>> Rakesh
>>>
>>>
>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>> rakesh.shelar@northgateps.com> wrote:
>>>
>>>> Thanks. Alex
>>>>
>>>> But we are using Oracle and not a SQL server. any advice? because in
>>>> the oracle it says 4096 max string length not supported by Oracle.
>>>>
>>>>
>>>> -Regards,
>>>> Rakesh
>>>>
>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>>
>>>>> OK i was able to get it to fire up using hibernate with mssql 2019 but
>>>>> it'll probably work with older versions
>>>>>
>>>>> So add the microsoft jdbc driver to either the container's lib folder
>>>>> or in juddiv3/WEB-INF/lib
>>>>>
>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect , example:
>>>>>       <property name="hibernate.dialect"
>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>
>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>> replace what ever is there for the Juddi Datasource with something
>>>>> similar to this. Obviously, update it to meet your environment
>>>>>
>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>> password="yourpasswordhere"
>>>>>
>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>             url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>             maxActive="8"
>>>>>             />
>>>>>
>>>>> And for simplicity, i've updated the drop box download link to have a
>>>>> newer build that is set to hibernate (several of the jar's are different
>>>>> from the previous download link). I also added a simple tomcat build,
>>>>> following the instructions above, it should be possible to get it up and
>>>>> running with mssql.
>>>>>
>>>>>
>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>
>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>> wrote:
>>>>>
>>>>>> Yes, as i stated earlier, not all of the reported issues have been
>>>>>> resolved. This includes the mssql configuration.
>>>>>>
>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>
>>>>>>> Alex,
>>>>>>>
>>>>>>> we have tested JUDDI (test) version provided by you. And we are
>>>>>>> still getting the following error
>>>>>>>
>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> Rakesh
>>>>>>>
>>>>>>>
>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>
>>>>>>>> Give this a shot
>>>>>>>>
>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>
>>>>>>>>> Great thanks. If you could send a test build and I will ask the
>>>>>>>>> team to try it out.
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> I can get a test build out tonight however keep in mind that not
>>>>>>>>>> all of the issues that were reported have been resolved yet. The release
>>>>>>>>>> process takes general takes a few days for committe vote + global
>>>>>>>>>> distribution.
>>>>>>>>>>
>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Alex
>>>>>>>>>>>
>>>>>>>>>>> Sorry to bother you again but it has become quite a serious
>>>>>>>>>>> issue and if possible could you provide any dates on when we can get a test
>>>>>>>>>>> build and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>>>> build please?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>
>>>>>>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will
>>>>>>>>>>>>>> be fixed in the next version. I can provide a test build if you like or you
>>>>>>>>>>>>>> can also compile from source if you all are so equiped
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at this
>>>>>>>>>>>>>>> shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3 issue
>>>>>>>>>>>>>>>> we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column
>>>>>>>>>>>>>>>> CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions
>>>>>>>>>>>>>>>> to ensure that no viruses are contained in this email, but does not accept
>>>>>>>>>>>>>>>> any responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>
>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *Bal Purewal*
>>>>>>>>> Lead DevOps Architect
>>>>>>>>> Northgate Public Services
>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>> Hemel Hempstead
>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>> Mobile: 07876038577
>>>>>>>>>
>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>
>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Rakesh Shelar
>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>              +44 7435826126
>>>>>>> www.northgateps.com
>>>>>>>
>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>> / Google+
>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>
>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>
>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>> attachments (if any) for viruses.
>>>>>>>
>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>> Marg, Mumbai -400013
>>>>>>>
>>>>>>
>>>>
>>>> --
>>>> Rakesh Shelar
>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>> Mobile: +91 (0) 8657549870
>>>>              +44 7435826126
>>>> www.northgateps.com
>>>>
>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>
>>>> Northgate Public Services (UK) Ltd
>>>>
>>>
>>>
>>> --
>>> Rakesh Shelar
>>> Sr. Technical Architect - CONNECT (DevOps)
>>> Mobile: +91 (0) 8657549870
>>>              +44 7435826126
>>> www.northgateps.com
>>>
>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>
>>> Northgate Public Services (UK) Ltd
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
If you dont need the replication services, remove the war file. In my test
setup, I excluded that. I'll give it a shot tonight.

On Mon, Jul 20, 2020, 3:49 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> Alex,
> @Alex can we have a short call with our developer?
>
> no luck with even this JUDDI version
>
> 2020-07-20 07:39:52,038 WARN
> [org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl] -
> GenerationTarget encountered exception accepting command : Error executing
> DDL "create table j3_chg_replconf_j3_chg_replconfn
> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
> number(19,0) not null)" via JDBC Statement
> org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing
> DDL "create table j3_chg_replconf_j3_chg_replconfn
> (ReplicationConfiguration_serialnumb number(19,0) not null, node_id
> number(19,0) not null)" via JDBC Statement
> at
> org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)
>
> our setting as below
> [image: image.png]
> -Regards,
> Rakesh
>
>
>
> On Fri, 17 Jul 2020 at 07:33, Alex O'Ree <al...@apache.org> wrote:
>
>> Ok I played around with it a bit and I was able to get it up and running.
>>
>> In the persistence.xml file, use the Oracle10gDialect dialect.
>> Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other versions
>> will probably work)
>> In the oracle database, you'll have to figure out how to create the user
>> and what not, but I did have to run the juddi ddl specific to oracle db
>> manually. Normally the JPA stuff will run it automatically but it didn't
>> seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
>> docs/ddl folder.
>> In context.xml
>>   <Resource name="jdbc/JuddiDS" auth="Container"
>>             type="javax.sql.DataSource" username="yourusername"
>> password=""
>>             driverClassName="oracle.jdbc.driver.OracleDriver"
>>             url="jdbc:oracle:thin:@localhost:1521:xe"
>>             maxActive="8"
>>             />
>>
>> I'm not super familiar with oracle db, securing it, or how to explicitly
>> get to a database via the jdbc url, but it looks like it's a server side
>> setting to get it to work. So you're on your own with that.
>>
>> Finally, there was a minor code change to fix the long string issue. New
>> drop box link below. Hopefully this will get you going
>>
>> https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0
>>
>>
>> On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <
>> rakesh.shelar@northgateps.com> wrote:
>>
>>> Alex,
>>>
>>> we have set up (oracle as DB) as follows (as you recommended)
>>> jdbc driver to either the container's lib folder or in
>>> juddiv3/WEB-INF/lib
>>> [image: image.png]
>>>
>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>
>>> [image: image.png]
>>>
>>>   webapps/juddiv3/META-INF/context.xml
>>>
>>> [image: image.png]
>>>
>>> There are more fields we need to fix. Can you fix for all the fields and
>>> related stuff for 4096 lengths. I can see a few of the fields name as
>>> constants are specific to <<fieldname>>4096. *This is ORACLE related
>>> issue Oracle varchar2 does not support 4.96 as length. can you test with
>>> Oracle and not a SQL server?*
>>>
>>> we get the following error too (another field now)
>>>
>>>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
>>> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
>>> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
>>> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>>>
>>> Regards,
>>>
>>> Rakesh
>>>
>>>
>>> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <
>>> rakesh.shelar@northgateps.com> wrote:
>>>
>>>> Thanks. Alex
>>>>
>>>> But we are using Oracle and not a SQL server. any advice? because in
>>>> the oracle it says 4096 max string length not supported by Oracle.
>>>>
>>>>
>>>> -Regards,
>>>> Rakesh
>>>>
>>>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>>
>>>>> OK i was able to get it to fire up using hibernate with mssql 2019 but
>>>>> it'll probably work with older versions
>>>>>
>>>>> So add the microsoft jdbc driver to either the container's lib folder
>>>>> or in juddiv3/WEB-INF/lib
>>>>>
>>>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>>>> make sure hibernate.dialect is set to SQLServer2008Dialect , example:
>>>>>       <property name="hibernate.dialect"
>>>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>>>
>>>>> in webapps/juddiv3/META-INF/context.xml
>>>>> replace what ever is there for the Juddi Datasource with something
>>>>> similar to this. Obviously, update it to meet your environment
>>>>>
>>>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>>>             type="javax.sql.DataSource" username="juddi"
>>>>> password="yourpasswordhere"
>>>>>
>>>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>>>             url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>>>             maxActive="8"
>>>>>             />
>>>>>
>>>>> And for simplicity, i've updated the drop box download link to have a
>>>>> newer build that is set to hibernate (several of the jar's are different
>>>>> from the previous download link). I also added a simple tomcat build,
>>>>> following the instructions above, it should be possible to get it up and
>>>>> running with mssql.
>>>>>
>>>>>
>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>
>>>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org>
>>>>> wrote:
>>>>>
>>>>>> Yes, as i stated earlier, not all of the reported issues have been
>>>>>> resolved. This includes the mssql configuration.
>>>>>>
>>>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>
>>>>>>> Alex,
>>>>>>>
>>>>>>> we have tested JUDDI (test) version provided by you. And we are
>>>>>>> still getting the following error
>>>>>>>
>>>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> Rakesh
>>>>>>>
>>>>>>>
>>>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>>>
>>>>>>>> Give this a shot
>>>>>>>>
>>>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>
>>>>>>>>> Great thanks. If you could send a test build and I will ask the
>>>>>>>>> team to try it out.
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> I can get a test build out tonight however keep in mind that not
>>>>>>>>>> all of the issues that were reported have been resolved yet. The release
>>>>>>>>>> process takes general takes a few days for committe vote + global
>>>>>>>>>> distribution.
>>>>>>>>>>
>>>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Alex
>>>>>>>>>>>
>>>>>>>>>>> Sorry to bother you again but it has become quite a serious
>>>>>>>>>>> issue and if possible could you provide any dates on when we can get a test
>>>>>>>>>>> build and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>>>> build please?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi
>>>>>>>>>>>>>
>>>>>>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will
>>>>>>>>>>>>>> be fixed in the next version. I can provide a test build if you like or you
>>>>>>>>>>>>>> can also compile from source if you all are so equiped
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <
>>>>>>>>>>>>>> alexoree@apache.org> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at this
>>>>>>>>>>>>>>> shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> We are looking for support on the following juddiv3 issue
>>>>>>>>>>>>>>>> we are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column
>>>>>>>>>>>>>>>> CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>>>> If you are not the intended recipient of this email you
>>>>>>>>>>>>>>>> must: (i) not disclose, copy or distribute its contents to any other person
>>>>>>>>>>>>>>>> nor use its contents in any way or you may be acting unlawfully;  (ii)
>>>>>>>>>>>>>>>> contact Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions
>>>>>>>>>>>>>>>> to ensure that no viruses are contained in this email, but does not accept
>>>>>>>>>>>>>>>> any responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in
>>>>>>>>>>>>>>>> England and Wales under number 00968498 with a registered address of
>>>>>>>>>>>>>>>> Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
>>>>>>>>>>>>>>>> Hertfordshire, HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>
>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *Bal Purewal*
>>>>>>>>> Lead DevOps Architect
>>>>>>>>> Northgate Public Services
>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>> Hemel Hempstead
>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>> Mobile: 07876038577
>>>>>>>>>
>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>
>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Rakesh Shelar
>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>              +44 7435826126
>>>>>>> www.northgateps.com
>>>>>>>
>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>> / Google+
>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>
>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>
>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>> attachments (if any) for viruses.
>>>>>>>
>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>> Marg, Mumbai -400013
>>>>>>>
>>>>>>
>>>>
>>>> --
>>>> Rakesh Shelar
>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>> Mobile: +91 (0) 8657549870
>>>>              +44 7435826126
>>>> www.northgateps.com
>>>>
>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>
>>>> Northgate Public Services (UK) Ltd
>>>>
>>>
>>>
>>> --
>>> Rakesh Shelar
>>> Sr. Technical Architect - CONNECT (DevOps)
>>> Mobile: +91 (0) 8657549870
>>>              +44 7435826126
>>> www.northgateps.com
>>>
>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>
>>> Northgate Public Services (UK) Ltd
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Ok I played around with it a bit and I was able to get it up and running.

In the persistence.xml file, use the Oracle10gDialect dialect.
Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other versions
will probably work)
In the oracle database, you'll have to figure out how to create the user
and what not, but I did have to run the juddi ddl specific to oracle db
manually. Normally the JPA stuff will run it automatically but it didn't
seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
docs/ddl folder.
In context.xml
  <Resource name="jdbc/JuddiDS" auth="Container"
            type="javax.sql.DataSource" username="yourusername" password=""
            driverClassName="oracle.jdbc.driver.OracleDriver"
            url="jdbc:oracle:thin:@localhost:1521:xe"
            maxActive="8"
            />

I'm not super familiar with oracle db, securing it, or how to explicitly
get to a database via the jdbc url, but it looks like it's a server side
setting to get it to work. So you're on your own with that.

Finally, there was a minor code change to fix the long string issue. New
drop box link below. Hopefully this will get you going
https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0


On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> Alex,
>
> we have set up (oracle as DB) as follows (as you recommended)
> jdbc driver to either the container's lib folder or in
> juddiv3/WEB-INF/lib
> [image: image.png]
>
> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>
> [image: image.png]
>
>   webapps/juddiv3/META-INF/context.xml
>
> [image: image.png]
>
> There are more fields we need to fix. Can you fix for all the fields and
> related stuff for 4096 lengths. I can see a few of the fields name as
> constants are specific to <<fieldname>>4096. *This is ORACLE related
> issue Oracle varchar2 does not support 4.96 as length. can you test with
> Oracle and not a SQL server?*
>
> we get the following error too (another field now)
>
>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>
> Regards,
>
> Rakesh
>
>
> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <ra...@northgateps.com>
> wrote:
>
>> Thanks. Alex
>>
>> But we are using Oracle and not a SQL server. any advice? because in the
>> oracle it says 4096 max string length not supported by Oracle.
>>
>>
>> -Regards,
>> Rakesh
>>
>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org> wrote:
>>
>>>
>>> OK i was able to get it to fire up using hibernate with mssql 2019 but
>>> it'll probably work with older versions
>>>
>>> So add the microsoft jdbc driver to either the container's lib folder or
>>> in juddiv3/WEB-INF/lib
>>>
>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>> make sure hibernate.dialect is set to SQLServer2008Dialect , example:
>>>       <property name="hibernate.dialect"
>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>
>>> in webapps/juddiv3/META-INF/context.xml
>>> replace what ever is there for the Juddi Datasource with something
>>> similar to this. Obviously, update it to meet your environment
>>>
>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>             type="javax.sql.DataSource" username="juddi"
>>> password="yourpasswordhere"
>>>
>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>             url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>             maxActive="8"
>>>             />
>>>
>>> And for simplicity, i've updated the drop box download link to have a
>>> newer build that is set to hibernate (several of the jar's are different
>>> from the previous download link). I also added a simple tomcat build,
>>> following the instructions above, it should be possible to get it up and
>>> running with mssql.
>>>
>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>
>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> Yes, as i stated earlier, not all of the reported issues have been
>>>> resolved. This includes the mssql configuration.
>>>>
>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>> rakesh.shelar@northgateps.com> wrote:
>>>>
>>>>> Alex,
>>>>>
>>>>> we have tested JUDDI (test) version provided by you. And we are still
>>>>> getting the following error
>>>>>
>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>
>>>>> Regards,
>>>>>
>>>>> Rakesh
>>>>>
>>>>>
>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org> wrote:
>>>>>
>>>>>>
>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>
>>>>>> Give this a shot
>>>>>>
>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>
>>>>>>> Great thanks. If you could send a test build and I will ask the team
>>>>>>> to try it out.
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> I can get a test build out tonight however keep in mind that not
>>>>>>>> all of the issues that were reported have been resolved yet. The release
>>>>>>>> process takes general takes a few days for committe vote + global
>>>>>>>> distribution.
>>>>>>>>
>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Alex
>>>>>>>>>
>>>>>>>>> Sorry to bother you again but it has become quite a serious issue
>>>>>>>>> and if possible could you provide any dates on when we can get a test build
>>>>>>>>> and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>> build please?
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi
>>>>>>>>>>>
>>>>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be
>>>>>>>>>>>> fixed in the next version. I can provide a test build if you like or you
>>>>>>>>>>>> can also compile from source if you all are so equiped
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at this
>>>>>>>>>>>>> shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> We are looking for support on the following juddiv3 issue we
>>>>>>>>>>>>>> are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column
>>>>>>>>>>>>>> CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *Bal Purewal*
>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>> Northgate Public Services
>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>> Hemel Hempstead
>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *Bal Purewal*
>>>>>>>>> Lead DevOps Architect
>>>>>>>>> Northgate Public Services
>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>> Hemel Hempstead
>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>> Mobile: 07876038577
>>>>>>>>>
>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>
>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Bal Purewal*
>>>>>>> Lead DevOps Architect
>>>>>>> Northgate Public Services
>>>>>>> 2 Peoplebuilding Estate
>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>> Hemel Hempstead
>>>>>>> Hertfordshire HP2 4NW
>>>>>>> Mobile: 07876038577
>>>>>>>
>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>> attachments (if any) for viruses.
>>>>>>>
>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>> Marg, Mumbai -400013
>>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Rakesh Shelar
>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>> Mobile: +91 (0) 8657549870
>>>>>              +44 7435826126
>>>>> www.northgateps.com
>>>>>
>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>
>>>>> Northgate Public Services (UK) Ltd
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>
>> --
>> Rakesh Shelar
>> Sr. Technical Architect - CONNECT (DevOps)
>> Mobile: +91 (0) 8657549870
>>              +44 7435826126
>> www.northgateps.com
>>
>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>
>> Northgate Public Services (UK) Ltd
>>
>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Ok I played around with it a bit and I was able to get it up and running.

In the persistence.xml file, use the Oracle10gDialect dialect.
Add in the oracle ojdbc8 v19.7.0.0 to tomcat's lib folder (other versions
will probably work)
In the oracle database, you'll have to figure out how to create the user
and what not, but I did have to run the juddi ddl specific to oracle db
manually. Normally the JPA stuff will run it automatically but it didn't
seem to trigger in this case. I used the file named 'oracle12c.ddl' in the
docs/ddl folder.
In context.xml
  <Resource name="jdbc/JuddiDS" auth="Container"
            type="javax.sql.DataSource" username="yourusername" password=""
            driverClassName="oracle.jdbc.driver.OracleDriver"
            url="jdbc:oracle:thin:@localhost:1521:xe"
            maxActive="8"
            />

I'm not super familiar with oracle db, securing it, or how to explicitly
get to a database via the jdbc url, but it looks like it's a server side
setting to get it to work. So you're on your own with that.

Finally, there was a minor code change to fix the long string issue. New
drop box link below. Hopefully this will get you going
https://www.dropbox.com/s/j8ra6q9e9lxulh8/juddi-tomcat-3.3.9-SNAPSHOT.zip?dl=0


On Thu, Jul 16, 2020 at 1:47 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> Alex,
>
> we have set up (oracle as DB) as follows (as you recommended)
> jdbc driver to either the container's lib folder or in
> juddiv3/WEB-INF/lib
> [image: image.png]
>
> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>
> [image: image.png]
>
>   webapps/juddiv3/META-INF/context.xml
>
> [image: image.png]
>
> There are more fields we need to fix. Can you fix for all the fields and
> related stuff for 4096 lengths. I can see a few of the fields name as
> constants are specific to <<fieldname>>4096. *This is ORACLE related
> issue Oracle varchar2 does not support 4.96 as length. can you test with
> Oracle and not a SQL server?*
>
> we get the following error too (another field now)
>
>  {stmnt 1192364865 CREATE TABLE *j3_discovery_url* (id NUMBER NOT NULL, url VARCHAR2(4096) NOT NULL, use_type VARCHAR2(255) NOT NULL, entity_key VARCHAR2(255) NOT NULL, PRIMARY KEY (id))} [code=910, state=42000]
> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:389)
> 		at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:134)
> 		at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:691)
> 		at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:196)
>
> Regards,
>
> Rakesh
>
>
> On Thu, 16 Jul 2020 at 09:39, Rakesh Shelar <ra...@northgateps.com>
> wrote:
>
>> Thanks. Alex
>>
>> But we are using Oracle and not a SQL server. any advice? because in the
>> oracle it says 4096 max string length not supported by Oracle.
>>
>>
>> -Regards,
>> Rakesh
>>
>> On Thu, 16 Jul 2020 at 07:28, Alex O'Ree <al...@apache.org> wrote:
>>
>>>
>>> OK i was able to get it to fire up using hibernate with mssql 2019 but
>>> it'll probably work with older versions
>>>
>>> So add the microsoft jdbc driver to either the container's lib folder or
>>> in juddiv3/WEB-INF/lib
>>>
>>> in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
>>> make sure hibernate.dialect is set to SQLServer2008Dialect , example:
>>>       <property name="hibernate.dialect"
>>> value="org.hibernate.dialect.SQLServer2008Dialect"/>
>>>
>>> in webapps/juddiv3/META-INF/context.xml
>>> replace what ever is there for the Juddi Datasource with something
>>> similar to this. Obviously, update it to meet your environment
>>>
>>>  <Resource name="jdbc/JuddiDS" auth="Container"
>>>             type="javax.sql.DataSource" username="juddi"
>>> password="yourpasswordhere"
>>>
>>> driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
>>>             url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
>>>             maxActive="8"
>>>             />
>>>
>>> And for simplicity, i've updated the drop box download link to have a
>>> newer build that is set to hibernate (several of the jar's are different
>>> from the previous download link). I also added a simple tomcat build,
>>> following the instructions above, it should be possible to get it up and
>>> running with mssql.
>>>
>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>
>>> On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> Yes, as i stated earlier, not all of the reported issues have been
>>>> resolved. This includes the mssql configuration.
>>>>
>>>> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
>>>> rakesh.shelar@northgateps.com> wrote:
>>>>
>>>>> Alex,
>>>>>
>>>>> we have tested JUDDI (test) version provided by you. And we are still
>>>>> getting the following error
>>>>>
>>>>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>>>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>>>>
>>>>> Regards,
>>>>>
>>>>> Rakesh
>>>>>
>>>>>
>>>>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org> wrote:
>>>>>
>>>>>>
>>>>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>>>>
>>>>>> Give this a shot
>>>>>>
>>>>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>
>>>>>>> Great thanks. If you could send a test build and I will ask the team
>>>>>>> to try it out.
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> I can get a test build out tonight however keep in mind that not
>>>>>>>> all of the issues that were reported have been resolved yet. The release
>>>>>>>> process takes general takes a few days for committe vote + global
>>>>>>>> distribution.
>>>>>>>>
>>>>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Alex
>>>>>>>>>
>>>>>>>>> Sorry to bother you again but it has become quite a serious issue
>>>>>>>>> and if possible could you provide any dates on when we can get a test build
>>>>>>>>> and also when this would be released in the stable version (3.3.9)?
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> Will this test build contain other changes as well because
>>>>>>>>>> ideally we would just like that change. Do you know when we can get a test
>>>>>>>>>> build please?
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi
>>>>>>>>>>>
>>>>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be
>>>>>>>>>>>> fixed in the next version. I can provide a test build if you like or you
>>>>>>>>>>>> can also compile from source if you all are so equiped
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at this
>>>>>>>>>>>>> shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> HI,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> We are looking for support on the following juddiv3 issue we
>>>>>>>>>>>>>> are facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column
>>>>>>>>>>>>>> CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Refer -
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>>>>> LinkedIn
>>>>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services>
>>>>>>>>>>>>>>  / YouTube
>>>>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>>>>>>>> / Google+
>>>>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> This email is sent on behalf of Northgate Public Services
>>>>>>>>>>>>>> (UK) Limited and its associated companies including Rave Technologies
>>>>>>>>>>>>>> (India) Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered
>>>>>>>>>>>>>> in India under number U31900MH1998PTC117068 with a
>>>>>>>>>>>>>> registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *Bal Purewal*
>>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>>> Northgate Public Services
>>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>>> Hemel Hempstead
>>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *Bal Purewal*
>>>>>>>>>> Lead DevOps Architect
>>>>>>>>>> Northgate Public Services
>>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>>> Hemel Hempstead
>>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>>> Mobile: 07876038577
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *Bal Purewal*
>>>>>>>>> Lead DevOps Architect
>>>>>>>>> Northgate Public Services
>>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>>> Hemel Hempstead
>>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>>> Mobile: 07876038577
>>>>>>>>>
>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>
>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Bal Purewal*
>>>>>>> Lead DevOps Architect
>>>>>>> Northgate Public Services
>>>>>>> 2 Peoplebuilding Estate
>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>> Hemel Hempstead
>>>>>>> Hertfordshire HP2 4NW
>>>>>>> Mobile: 07876038577
>>>>>>>
>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>> attachments (if any) for viruses.
>>>>>>>
>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>> Marg, Mumbai -400013
>>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Rakesh Shelar
>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>> Mobile: +91 (0) 8657549870
>>>>>              +44 7435826126
>>>>> www.northgateps.com
>>>>>
>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>
>>>>> Northgate Public Services (UK) Ltd
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>
>> --
>> Rakesh Shelar
>> Sr. Technical Architect - CONNECT (DevOps)
>> Mobile: +91 (0) 8657549870
>>              +44 7435826126
>> www.northgateps.com
>>
>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>
>> Northgate Public Services (UK) Ltd
>>
>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
OK i was able to get it to fire up using hibernate with mssql 2019 but
it'll probably work with older versions

So add the microsoft jdbc driver to either the container's lib folder or in
juddiv3/WEB-INF/lib

in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
make sure hibernate.dialect is set to SQLServer2008Dialect , example:
      <property name="hibernate.dialect"
value="org.hibernate.dialect.SQLServer2008Dialect"/>

in webapps/juddiv3/META-INF/context.xml
replace what ever is there for the Juddi Datasource with something similar
to this. Obviously, update it to meet your environment

 <Resource name="jdbc/JuddiDS" auth="Container"
            type="javax.sql.DataSource" username="juddi"
password="yourpasswordhere"
            driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
            url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
            maxActive="8"
            />

And for simplicity, i've updated the drop box download link to have a newer
build that is set to hibernate (several of the jar's are different from the
previous download link). I also added a simple tomcat build, following the
instructions above, it should be possible to get it up and running with
mssql.

https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0

On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org> wrote:

> Yes, as i stated earlier, not all of the reported issues have been
> resolved. This includes the mssql configuration.
>
> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
> rakesh.shelar@northgateps.com> wrote:
>
>> Alex,
>>
>> we have tested JUDDI (test) version provided by you. And we are still
>> getting the following error
>>
>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>
>> Regards,
>>
>> Rakesh
>>
>>
>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org> wrote:
>>
>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>
>>> Give this a shot
>>>
>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>> baldip.purewal@northgateps.com> wrote:
>>>
>>>> Great thanks. If you could send a test build and I will ask the team to
>>>> try it out.
>>>>
>>>> Thanks
>>>>
>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>> I can get a test build out tonight however keep in mind that not all
>>>>> of the issues that were reported have been resolved yet. The release
>>>>> process takes general takes a few days for committe vote + global
>>>>> distribution.
>>>>>
>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>
>>>>>> Hi Alex
>>>>>>
>>>>>> Sorry to bother you again but it has become quite a serious issue and
>>>>>> if possible could you provide any dates on when we can get a test build and
>>>>>> also when this would be released in the stable version (3.3.9)?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>
>>>>>>> Will this test build contain other changes as well because ideally
>>>>>>> we would just like that change. Do you know when we can get a test build
>>>>>>> please?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>
>>>>>>>> Hi
>>>>>>>>
>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be
>>>>>>>>> fixed in the next version. I can provide a test build if you like or you
>>>>>>>>> can also compile from source if you all are so equiped
>>>>>>>>>
>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at this
>>>>>>>>>> shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> HI,
>>>>>>>>>>>
>>>>>>>>>>> We are looking for support on the following juddiv3 issue we are
>>>>>>>>>>> facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>
>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column CREATE
>>>>>>>>>>> TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>>>>
>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>
>>>>>>>>>>> Refer -
>>>>>>>>>>>
>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>
>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>
>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>
>>>>>>>>>>> Regards,
>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>
>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>> LinkedIn
>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>>> YouTube
>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>> Google+
>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>
>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *Bal Purewal*
>>>>>>>> Lead DevOps Architect
>>>>>>>> Northgate Public Services
>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>> Hemel Hempstead
>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>> Mobile: 07876038577
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Bal Purewal*
>>>>>>> Lead DevOps Architect
>>>>>>> Northgate Public Services
>>>>>>> 2 Peoplebuilding Estate
>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>> Hemel Hempstead
>>>>>>> Hertfordshire HP2 4NW
>>>>>>> Mobile: 07876038577
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *Bal Purewal*
>>>>>> Lead DevOps Architect
>>>>>> Northgate Public Services
>>>>>> 2 Peoplebuilding Estate
>>>>>> Hemel Hempstead Industrial Estate
>>>>>> Hemel Hempstead
>>>>>> Hertfordshire HP2 4NW
>>>>>> Mobile: 07876038577
>>>>>>
>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>> confidential and intended solely for the addressee(s).
>>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>> attachments (if any) for viruses.
>>>>>>
>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>> Marg, Mumbai -400013
>>>>>>
>>>>>
>>>>
>>>> --
>>>>
>>>> *Bal Purewal*
>>>> Lead DevOps Architect
>>>> Northgate Public Services
>>>> 2 Peoplebuilding Estate
>>>> Hemel Hempstead Industrial Estate
>>>> Hemel Hempstead
>>>> Hertfordshire HP2 4NW
>>>> Mobile: 07876038577
>>>>
>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>> and its associated companies including Rave Technologies (India) Pvt
>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>> and intended solely for the addressee(s).
>>>> If you are not the intended recipient of this email you must: (i) not
>>>> disclose, copy or distribute its contents to any other person nor use its
>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>>> name of the sender and the addressee then delete it from your system.
>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>> that no viruses are contained in this email, but does not accept any
>>>> responsibility once this email has been transmitted.  You should scan
>>>> attachments (if any) for viruses.
>>>>
>>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>>> -400013
>>>>
>>>
>>
>> --
>> Rakesh Shelar
>> Sr. Technical Architect - CONNECT (DevOps)
>> Mobile: +91 (0) 8657549870
>>              +44 7435826126
>> www.northgateps.com
>>
>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>
>> Northgate Public Services (UK) Ltd
>>
>> This email is sent on behalf of Northgate Public Services (UK) Limited
>> and its associated companies including Rave Technologies (India) Pvt
>> Limited (together "Northgate Public Services") and is strictly confidential
>> and intended solely for the addressee(s).
>> If you are not the intended recipient of this email you must: (i) not
>> disclose, copy or distribute its contents to any other person nor use its
>> contents in any way or you may be acting unlawfully;  (ii) contact
>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>> name of the sender and the addressee then delete it from your system.
>> Northgate Public Services has taken reasonable precautions to ensure that
>> no viruses are contained in this email, but does not accept any
>> responsibility once this email has been transmitted.  You should scan
>> attachments (if any) for viruses.
>>
>> Northgate Public Services (UK) Limited, registered in England and Wales
>> under number 00968498 with a registered address of Peoplebuilding 2,
>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
>> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>> -400013
>>
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
OK i was able to get it to fire up using hibernate with mssql 2019 but
it'll probably work with older versions

So add the microsoft jdbc driver to either the container's lib folder or in
juddiv3/WEB-INF/lib

in webapps/juddiv3/WEB-INF/classes/META-INF/persistence.xml
make sure hibernate.dialect is set to SQLServer2008Dialect , example:
      <property name="hibernate.dialect"
value="org.hibernate.dialect.SQLServer2008Dialect"/>

in webapps/juddiv3/META-INF/context.xml
replace what ever is there for the Juddi Datasource with something similar
to this. Obviously, update it to meet your environment

 <Resource name="jdbc/JuddiDS" auth="Container"
            type="javax.sql.DataSource" username="juddi"
password="yourpasswordhere"
            driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver"
            url="jdbc:sqlserver://localhost:1433;databaseName=juddi"
            maxActive="8"
            />

And for simplicity, i've updated the drop box download link to have a newer
build that is set to hibernate (several of the jar's are different from the
previous download link). I also added a simple tomcat build, following the
instructions above, it should be possible to get it up and running with
mssql.

https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0

On Wed, Jul 15, 2020 at 6:42 PM Alex O'Ree <al...@apache.org> wrote:

> Yes, as i stated earlier, not all of the reported issues have been
> resolved. This includes the mssql configuration.
>
> On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
> rakesh.shelar@northgateps.com> wrote:
>
>> Alex,
>>
>> we have tested JUDDI (test) version provided by you. And we are still
>> getting the following error
>>
>> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>>
>> Regards,
>>
>> Rakesh
>>
>>
>> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org> wrote:
>>
>>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>>
>>> Give this a shot
>>>
>>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>>> baldip.purewal@northgateps.com> wrote:
>>>
>>>> Great thanks. If you could send a test build and I will ask the team to
>>>> try it out.
>>>>
>>>> Thanks
>>>>
>>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>> I can get a test build out tonight however keep in mind that not all
>>>>> of the issues that were reported have been resolved yet. The release
>>>>> process takes general takes a few days for committe vote + global
>>>>> distribution.
>>>>>
>>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>
>>>>>> Hi Alex
>>>>>>
>>>>>> Sorry to bother you again but it has become quite a serious issue and
>>>>>> if possible could you provide any dates on when we can get a test build and
>>>>>> also when this would be released in the stable version (3.3.9)?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>
>>>>>>> Will this test build contain other changes as well because ideally
>>>>>>> we would just like that change. Do you know when we can get a test build
>>>>>>> please?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>>
>>>>>>>> Hi
>>>>>>>>
>>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be
>>>>>>>>> fixed in the next version. I can provide a test build if you like or you
>>>>>>>>> can also compile from source if you all are so equiped
>>>>>>>>>
>>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Strange, I thought this was fixed. I'll take a look at this
>>>>>>>>>> shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> HI,
>>>>>>>>>>>
>>>>>>>>>>> We are looking for support on the following juddiv3 issue we are
>>>>>>>>>>> facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>>
>>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column CREATE
>>>>>>>>>>> TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>>>>
>>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c ,
>>>>>>>>>>> OpenJDK11Hotspot, & Tomcat 9.0.24
>>>>>>>>>>>
>>>>>>>>>>> Refer -
>>>>>>>>>>>
>>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>>
>>>>>>>>>>> [image: image.png]
>>>>>>>>>>>
>>>>>>>>>>> Any suggestions?
>>>>>>>>>>>
>>>>>>>>>>> Regards,
>>>>>>>>>>> Rakesh Shelar
>>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>>              +44 7435826126
>>>>>>>>>>> www.northgateps.com
>>>>>>>>>>>
>>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>>> LinkedIn
>>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>>> YouTube
>>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>>> Google+
>>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>>
>>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>>> If you are not the intended recipient of this email you must:
>>>>>>>>>>> (i) not disclose, copy or distribute its contents to any other person nor
>>>>>>>>>>> use its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>>
>>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England
>>>>>>>>>>> and Wales under number 00968498 with a registered address of Peoplebuilding
>>>>>>>>>>> 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire,
>>>>>>>>>>> HP2 4NW.  Rave Technologies (India) Pvt Limited, registered in
>>>>>>>>>>> India under number U31900MH1998PTC117068 with a registered
>>>>>>>>>>> address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park
>>>>>>>>>>> Ltd, Pandurang Budhkar Marg, Mumbai -400013
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *Bal Purewal*
>>>>>>>> Lead DevOps Architect
>>>>>>>> Northgate Public Services
>>>>>>>> 2 Peoplebuilding Estate
>>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>>> Hemel Hempstead
>>>>>>>> Hertfordshire HP2 4NW
>>>>>>>> Mobile: 07876038577
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Bal Purewal*
>>>>>>> Lead DevOps Architect
>>>>>>> Northgate Public Services
>>>>>>> 2 Peoplebuilding Estate
>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>> Hemel Hempstead
>>>>>>> Hertfordshire HP2 4NW
>>>>>>> Mobile: 07876038577
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *Bal Purewal*
>>>>>> Lead DevOps Architect
>>>>>> Northgate Public Services
>>>>>> 2 Peoplebuilding Estate
>>>>>> Hemel Hempstead Industrial Estate
>>>>>> Hemel Hempstead
>>>>>> Hertfordshire HP2 4NW
>>>>>> Mobile: 07876038577
>>>>>>
>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>> confidential and intended solely for the addressee(s).
>>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>> attachments (if any) for viruses.
>>>>>>
>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>> Marg, Mumbai -400013
>>>>>>
>>>>>
>>>>
>>>> --
>>>>
>>>> *Bal Purewal*
>>>> Lead DevOps Architect
>>>> Northgate Public Services
>>>> 2 Peoplebuilding Estate
>>>> Hemel Hempstead Industrial Estate
>>>> Hemel Hempstead
>>>> Hertfordshire HP2 4NW
>>>> Mobile: 07876038577
>>>>
>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>> and its associated companies including Rave Technologies (India) Pvt
>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>> and intended solely for the addressee(s).
>>>> If you are not the intended recipient of this email you must: (i) not
>>>> disclose, copy or distribute its contents to any other person nor use its
>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>>> name of the sender and the addressee then delete it from your system.
>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>> that no viruses are contained in this email, but does not accept any
>>>> responsibility once this email has been transmitted.  You should scan
>>>> attachments (if any) for viruses.
>>>>
>>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>>> -400013
>>>>
>>>
>>
>> --
>> Rakesh Shelar
>> Sr. Technical Architect - CONNECT (DevOps)
>> Mobile: +91 (0) 8657549870
>>              +44 7435826126
>> www.northgateps.com
>>
>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>
>> Northgate Public Services (UK) Ltd
>>
>> This email is sent on behalf of Northgate Public Services (UK) Limited
>> and its associated companies including Rave Technologies (India) Pvt
>> Limited (together "Northgate Public Services") and is strictly confidential
>> and intended solely for the addressee(s).
>> If you are not the intended recipient of this email you must: (i) not
>> disclose, copy or distribute its contents to any other person nor use its
>> contents in any way or you may be acting unlawfully;  (ii) contact
>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>> name of the sender and the addressee then delete it from your system.
>> Northgate Public Services has taken reasonable precautions to ensure that
>> no viruses are contained in this email, but does not accept any
>> responsibility once this email has been transmitted.  You should scan
>> attachments (if any) for viruses.
>>
>> Northgate Public Services (UK) Limited, registered in England and Wales
>> under number 00968498 with a registered address of Peoplebuilding 2,
>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
>> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>> -400013
>>
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Yes, as i stated earlier, not all of the reported issues have been
resolved. This includes the mssql configuration.

On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
rakesh.shelar@northgateps.com> wrote:

> Alex,
>
> we have tested JUDDI (test) version provided by you. And we are still
> getting the following error
>
> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>
> Regards,
>
> Rakesh
>
>
> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org> wrote:
>
>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>
>> Give this a shot
>>
>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>> baldip.purewal@northgateps.com> wrote:
>>
>>> Great thanks. If you could send a test build and I will ask the team to
>>> try it out.
>>>
>>> Thanks
>>>
>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> I can get a test build out tonight however keep in mind that not all of
>>>> the issues that were reported have been resolved yet. The release process
>>>> takes general takes a few days for committe vote + global distribution.
>>>>
>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>> baldip.purewal@northgateps.com> wrote:
>>>>
>>>>> Hi Alex
>>>>>
>>>>> Sorry to bother you again but it has become quite a serious issue and
>>>>> if possible could you provide any dates on when we can get a test build and
>>>>> also when this would be released in the stable version (3.3.9)?
>>>>>
>>>>> Thanks
>>>>>
>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>
>>>>>> Will this test build contain other changes as well because ideally we
>>>>>> would just like that change. Do you know when we can get a test build
>>>>>> please?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>
>>>>>>> Hi
>>>>>>>
>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be
>>>>>>>> fixed in the next version. I can provide a test build if you like or you
>>>>>>>> can also compile from source if you all are so equiped
>>>>>>>>
>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Strange, I thought this was fixed. I'll take a look at this
>>>>>>>>> shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>
>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> HI,
>>>>>>>>>>
>>>>>>>>>> We are looking for support on the following juddiv3 issue we are
>>>>>>>>>> facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>
>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column CREATE
>>>>>>>>>> TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>>>
>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot,
>>>>>>>>>> & Tomcat 9.0.24
>>>>>>>>>>
>>>>>>>>>> Refer -
>>>>>>>>>>
>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>
>>>>>>>>>> [image: image.png]
>>>>>>>>>>
>>>>>>>>>> Any suggestions?
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>> Rakesh Shelar
>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>              +44 7435826126
>>>>>>>>>> www.northgateps.com
>>>>>>>>>>
>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>> LinkedIn
>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>> YouTube
>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>> Google+
>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>
>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Bal Purewal*
>>>>>>> Lead DevOps Architect
>>>>>>> Northgate Public Services
>>>>>>> 2 Peoplebuilding Estate
>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>> Hemel Hempstead
>>>>>>> Hertfordshire HP2 4NW
>>>>>>> Mobile: 07876038577
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *Bal Purewal*
>>>>>> Lead DevOps Architect
>>>>>> Northgate Public Services
>>>>>> 2 Peoplebuilding Estate
>>>>>> Hemel Hempstead Industrial Estate
>>>>>> Hemel Hempstead
>>>>>> Hertfordshire HP2 4NW
>>>>>> Mobile: 07876038577
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *Bal Purewal*
>>>>> Lead DevOps Architect
>>>>> Northgate Public Services
>>>>> 2 Peoplebuilding Estate
>>>>> Hemel Hempstead Industrial Estate
>>>>> Hemel Hempstead
>>>>> Hertfordshire HP2 4NW
>>>>> Mobile: 07876038577
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>>
>>> --
>>>
>>> *Bal Purewal*
>>> Lead DevOps Architect
>>> Northgate Public Services
>>> 2 Peoplebuilding Estate
>>> Hemel Hempstead Industrial Estate
>>> Hemel Hempstead
>>> Hertfordshire HP2 4NW
>>> Mobile: 07876038577
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Yes, as i stated earlier, not all of the reported issues have been
resolved. This includes the mssql configuration.

On Wed, Jul 15, 2020 at 10:29 AM Rakesh Shelar <
rakesh.shelar@northgateps.com> wrote:

> Alex,
>
> we have tested JUDDI (test) version provided by you. And we are still
> getting the following error
>
> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inquiry': Cannot create inner bean '(inner bean)#46d9c49' of type [org.apache.juddi.api.impl.UDDIInquiryImpl] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#46d9c49': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.juddi.api.impl.UDDIInquiryImpl]: Constructor threw exception; nested exception is <openjpa-2.3.0-r422266:1540826 nonfatal general error> org.apache.openjpa.persistence.PersistenceException: ORA-00910: specified length too long for its datatype
>  {stmnt 1231222158 CREATE TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY (entity_key))} [code=910, state=42000]
>
> Regards,
>
> Rakesh
>
>
> On Wed, 15 Jul 2020 at 04:26, Alex O'Ree <al...@apache.org> wrote:
>
>> https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0
>>
>> Give this a shot
>>
>> On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
>> baldip.purewal@northgateps.com> wrote:
>>
>>> Great thanks. If you could send a test build and I will ask the team to
>>> try it out.
>>>
>>> Thanks
>>>
>>> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> I can get a test build out tonight however keep in mind that not all of
>>>> the issues that were reported have been resolved yet. The release process
>>>> takes general takes a few days for committe vote + global distribution.
>>>>
>>>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>>>> baldip.purewal@northgateps.com> wrote:
>>>>
>>>>> Hi Alex
>>>>>
>>>>> Sorry to bother you again but it has become quite a serious issue and
>>>>> if possible could you provide any dates on when we can get a test build and
>>>>> also when this would be released in the stable version (3.3.9)?
>>>>>
>>>>> Thanks
>>>>>
>>>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>
>>>>>> Will this test build contain other changes as well because ideally we
>>>>>> would just like that change. Do you know when we can get a test build
>>>>>> please?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>>>> baldip.purewal@northgateps.com> wrote:
>>>>>>
>>>>>>> Hi
>>>>>>>
>>>>>>> Could you provide a test build as soon as possible please?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be
>>>>>>>> fixed in the next version. I can provide a test build if you like or you
>>>>>>>> can also compile from source if you all are so equiped
>>>>>>>>
>>>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Strange, I thought this was fixed. I'll take a look at this
>>>>>>>>> shortly. I think the fix is to use a blob data type for the this field
>>>>>>>>>
>>>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>>>
>>>>>>>>>> HI,
>>>>>>>>>>
>>>>>>>>>> We are looking for support on the following juddiv3 issue we are
>>>>>>>>>> facing on the startup of juddiv3 Tomcat.
>>>>>>>>>>
>>>>>>>>>> Oracle Version of Juddi Due to string limit for a column CREATE
>>>>>>>>>> TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>>>
>>>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot,
>>>>>>>>>> & Tomcat 9.0.24
>>>>>>>>>>
>>>>>>>>>> Refer -
>>>>>>>>>>
>>>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>>>
>>>>>>>>>> [image: image.png]
>>>>>>>>>>
>>>>>>>>>> Any suggestions?
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>> Rakesh Shelar
>>>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>>>              +44 7435826126
>>>>>>>>>> www.northgateps.com
>>>>>>>>>>
>>>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> /
>>>>>>>>>> LinkedIn
>>>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>>>> YouTube
>>>>>>>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  /
>>>>>>>>>> Google+
>>>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>>>
>>>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>>>> attachments (if any) for viruses.
>>>>>>>>>>
>>>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>>>> Marg, Mumbai -400013
>>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Bal Purewal*
>>>>>>> Lead DevOps Architect
>>>>>>> Northgate Public Services
>>>>>>> 2 Peoplebuilding Estate
>>>>>>> Hemel Hempstead Industrial Estate
>>>>>>> Hemel Hempstead
>>>>>>> Hertfordshire HP2 4NW
>>>>>>> Mobile: 07876038577
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *Bal Purewal*
>>>>>> Lead DevOps Architect
>>>>>> Northgate Public Services
>>>>>> 2 Peoplebuilding Estate
>>>>>> Hemel Hempstead Industrial Estate
>>>>>> Hemel Hempstead
>>>>>> Hertfordshire HP2 4NW
>>>>>> Mobile: 07876038577
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *Bal Purewal*
>>>>> Lead DevOps Architect
>>>>> Northgate Public Services
>>>>> 2 Peoplebuilding Estate
>>>>> Hemel Hempstead Industrial Estate
>>>>> Hemel Hempstead
>>>>> Hertfordshire HP2 4NW
>>>>> Mobile: 07876038577
>>>>>
>>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>>> and its associated companies including Rave Technologies (India) Pvt
>>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>>> and intended solely for the addressee(s).
>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>> the name of the sender and the addressee then delete it from your system.
>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>> that no viruses are contained in this email, but does not accept any
>>>>> responsibility once this email has been transmitted.  You should scan
>>>>> attachments (if any) for viruses.
>>>>>
>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>> Marg, Mumbai -400013
>>>>>
>>>>
>>>
>>> --
>>>
>>> *Bal Purewal*
>>> Lead DevOps Architect
>>> Northgate Public Services
>>> 2 Peoplebuilding Estate
>>> Hemel Hempstead Industrial Estate
>>> Hemel Hempstead
>>> Hertfordshire HP2 4NW
>>> Mobile: 07876038577
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0

Give this a shot

On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
baldip.purewal@northgateps.com> wrote:

> Great thanks. If you could send a test build and I will ask the team to
> try it out.
>
> Thanks
>
> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org> wrote:
>
>> I can get a test build out tonight however keep in mind that not all of
>> the issues that were reported have been resolved yet. The release process
>> takes general takes a few days for committe vote + global distribution.
>>
>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>> baldip.purewal@northgateps.com> wrote:
>>
>>> Hi Alex
>>>
>>> Sorry to bother you again but it has become quite a serious issue and if
>>> possible could you provide any dates on when we can get a test build and
>>> also when this would be released in the stable version (3.3.9)?
>>>
>>> Thanks
>>>
>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>> baldip.purewal@northgateps.com> wrote:
>>>
>>>> Will this test build contain other changes as well because ideally we
>>>> would just like that change. Do you know when we can get a test build
>>>> please?
>>>>
>>>> Thanks
>>>>
>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>> baldip.purewal@northgateps.com> wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> Could you provide a test build as soon as possible please?
>>>>>
>>>>> Thanks
>>>>>
>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org> wrote:
>>>>>
>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be fixed
>>>>>> in the next version. I can provide a test build if you like or you can also
>>>>>> compile from source if you all are so equiped
>>>>>>
>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org>
>>>>>> wrote:
>>>>>>
>>>>>>> Strange, I thought this was fixed. I'll take a look at this shortly.
>>>>>>> I think the fix is to use a blob data type for the this field
>>>>>>>
>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>
>>>>>>>> HI,
>>>>>>>>
>>>>>>>> We are looking for support on the following juddiv3 issue we are
>>>>>>>> facing on the startup of juddiv3 Tomcat.
>>>>>>>>
>>>>>>>> Oracle Version of Juddi Due to string limit for a column CREATE
>>>>>>>> TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>
>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, &
>>>>>>>> Tomcat 9.0.24
>>>>>>>>
>>>>>>>> Refer -
>>>>>>>>
>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>
>>>>>>>> [image: image.png]
>>>>>>>>
>>>>>>>> Any suggestions?
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Rakesh Shelar
>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>              +44 7435826126
>>>>>>>> www.northgateps.com
>>>>>>>>
>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>> / Google+
>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>
>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>> attachments (if any) for viruses.
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>> Marg, Mumbai -400013
>>>>>>>>
>>>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *Bal Purewal*
>>>>> Lead DevOps Architect
>>>>> Northgate Public Services
>>>>> 2 Peoplebuilding Estate
>>>>> Hemel Hempstead Industrial Estate
>>>>> Hemel Hempstead
>>>>> Hertfordshire HP2 4NW
>>>>> Mobile: 07876038577
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *Bal Purewal*
>>>> Lead DevOps Architect
>>>> Northgate Public Services
>>>> 2 Peoplebuilding Estate
>>>> Hemel Hempstead Industrial Estate
>>>> Hemel Hempstead
>>>> Hertfordshire HP2 4NW
>>>> Mobile: 07876038577
>>>>
>>>
>>>
>>> --
>>>
>>> *Bal Purewal*
>>> Lead DevOps Architect
>>> Northgate Public Services
>>> 2 Peoplebuilding Estate
>>> Hemel Hempstead Industrial Estate
>>> Hemel Hempstead
>>> Hertfordshire HP2 4NW
>>> Mobile: 07876038577
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
>
> *Bal Purewal*
> Lead DevOps Architect
> Northgate Public Services
> 2 Peoplebuilding Estate
> Hemel Hempstead Industrial Estate
> Hemel Hempstead
> Hertfordshire HP2 4NW
> Mobile: 07876038577
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
https://www.dropbox.com/sh/k2ojoye8y2916bf/AACRJoqqI5X4zlTKBlhASjCma?dl=0

Give this a shot

On Tue, Jul 14, 2020 at 12:53 PM Baldip Purewal <
baldip.purewal@northgateps.com> wrote:

> Great thanks. If you could send a test build and I will ask the team to
> try it out.
>
> Thanks
>
> On Tue, 14 Jul 2020 at 16:37, Alex O'Ree <al...@apache.org> wrote:
>
>> I can get a test build out tonight however keep in mind that not all of
>> the issues that were reported have been resolved yet. The release process
>> takes general takes a few days for committe vote + global distribution.
>>
>> On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
>> baldip.purewal@northgateps.com> wrote:
>>
>>> Hi Alex
>>>
>>> Sorry to bother you again but it has become quite a serious issue and if
>>> possible could you provide any dates on when we can get a test build and
>>> also when this would be released in the stable version (3.3.9)?
>>>
>>> Thanks
>>>
>>> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
>>> baldip.purewal@northgateps.com> wrote:
>>>
>>>> Will this test build contain other changes as well because ideally we
>>>> would just like that change. Do you know when we can get a test build
>>>> please?
>>>>
>>>> Thanks
>>>>
>>>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>>>> baldip.purewal@northgateps.com> wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> Could you provide a test build as soon as possible please?
>>>>>
>>>>> Thanks
>>>>>
>>>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org> wrote:
>>>>>
>>>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be fixed
>>>>>> in the next version. I can provide a test build if you like or you can also
>>>>>> compile from source if you all are so equiped
>>>>>>
>>>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org>
>>>>>> wrote:
>>>>>>
>>>>>>> Strange, I thought this was fixed. I'll take a look at this shortly.
>>>>>>> I think the fix is to use a blob data type for the this field
>>>>>>>
>>>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>>>
>>>>>>>> HI,
>>>>>>>>
>>>>>>>> We are looking for support on the following juddiv3 issue we are
>>>>>>>> facing on the startup of juddiv3 Tomcat.
>>>>>>>>
>>>>>>>> Oracle Version of Juddi Due to string limit for a column CREATE
>>>>>>>> TABLE j3_binding_template (entity_key VARCHAR2(255) NOT NULL,
>>>>>>>> access_point_type VARCHAR2(255), access_point_url VARCHAR2(4096),
>>>>>>>> hosting_redirector VARCHAR2(255), service_key VARCHAR2(255) NOT NULL,
>>>>>>>> PRIMARY KEY (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>>>
>>>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, &
>>>>>>>> Tomcat 9.0.24
>>>>>>>>
>>>>>>>> Refer -
>>>>>>>>
>>>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>>>
>>>>>>>> [image: image.png]
>>>>>>>>
>>>>>>>> Any suggestions?
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Rakesh Shelar
>>>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>>>> Mobile: +91 (0) 8657549870
>>>>>>>>              +44 7435826126
>>>>>>>> www.northgateps.com
>>>>>>>>
>>>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>>>> / Google+
>>>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Ltd
>>>>>>>>
>>>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>>>> confidential and intended solely for the addressee(s).
>>>>>>>> If you are not the intended recipient of this email you must: (i)
>>>>>>>> not disclose, copy or distribute its contents to any other person nor use
>>>>>>>> its contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>>>> Northgate Public Services has taken reasonable precautions to
>>>>>>>> ensure that no viruses are contained in this email, but does not accept any
>>>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>>>> attachments (if any) for viruses.
>>>>>>>>
>>>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>>>> under number U31900MH1998PTC117068 with a registered address of
>>>>>>>> PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>>>> Marg, Mumbai -400013
>>>>>>>>
>>>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *Bal Purewal*
>>>>> Lead DevOps Architect
>>>>> Northgate Public Services
>>>>> 2 Peoplebuilding Estate
>>>>> Hemel Hempstead Industrial Estate
>>>>> Hemel Hempstead
>>>>> Hertfordshire HP2 4NW
>>>>> Mobile: 07876038577
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *Bal Purewal*
>>>> Lead DevOps Architect
>>>> Northgate Public Services
>>>> 2 Peoplebuilding Estate
>>>> Hemel Hempstead Industrial Estate
>>>> Hemel Hempstead
>>>> Hertfordshire HP2 4NW
>>>> Mobile: 07876038577
>>>>
>>>
>>>
>>> --
>>>
>>> *Bal Purewal*
>>> Lead DevOps Architect
>>> Northgate Public Services
>>> 2 Peoplebuilding Estate
>>> Hemel Hempstead Industrial Estate
>>> Hemel Hempstead
>>> Hertfordshire HP2 4NW
>>> Mobile: 07876038577
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>
>
> --
>
> *Bal Purewal*
> Lead DevOps Architect
> Northgate Public Services
> 2 Peoplebuilding Estate
> Hemel Hempstead Industrial Estate
> Hemel Hempstead
> Hertfordshire HP2 4NW
> Mobile: 07876038577
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
I can get a test build out tonight however keep in mind that not all of the
issues that were reported have been resolved yet. The release process takes
general takes a few days for committe vote + global distribution.

On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
baldip.purewal@northgateps.com> wrote:

> Hi Alex
>
> Sorry to bother you again but it has become quite a serious issue and if
> possible could you provide any dates on when we can get a test build and
> also when this would be released in the stable version (3.3.9)?
>
> Thanks
>
> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
> baldip.purewal@northgateps.com> wrote:
>
>> Will this test build contain other changes as well because ideally we
>> would just like that change. Do you know when we can get a test build
>> please?
>>
>> Thanks
>>
>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>> baldip.purewal@northgateps.com> wrote:
>>
>>> Hi
>>>
>>> Could you provide a test build as soon as possible please?
>>>
>>> Thanks
>>>
>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be fixed
>>>> in the next version. I can provide a test build if you like or you can also
>>>> compile from source if you all are so equiped
>>>>
>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>> Strange, I thought this was fixed. I'll take a look at this shortly. I
>>>>> think the fix is to use a blob data type for the this field
>>>>>
>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> HI,
>>>>>>
>>>>>> We are looking for support on the following juddiv3 issue we are
>>>>>> facing on the startup of juddiv3 Tomcat.
>>>>>>
>>>>>> Oracle Version of Juddi Due to string limit for a column CREATE TABLE
>>>>>> j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
>>>>>> VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
>>>>>> VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
>>>>>> (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>
>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, &
>>>>>> Tomcat 9.0.24
>>>>>>
>>>>>> Refer -
>>>>>>
>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>
>>>>>> [image: image.png]
>>>>>>
>>>>>> Any suggestions?
>>>>>>
>>>>>> Regards,
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>> confidential and intended solely for the addressee(s).
>>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>> attachments (if any) for viruses.
>>>>>>
>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>> Marg, Mumbai -400013
>>>>>>
>>>>>
>>>
>>> --
>>>
>>> *Bal Purewal*
>>> Lead DevOps Architect
>>> Northgate Public Services
>>> 2 Peoplebuilding Estate
>>> Hemel Hempstead Industrial Estate
>>> Hemel Hempstead
>>> Hertfordshire HP2 4NW
>>> Mobile: 07876038577
>>>
>>
>>
>> --
>>
>> *Bal Purewal*
>> Lead DevOps Architect
>> Northgate Public Services
>> 2 Peoplebuilding Estate
>> Hemel Hempstead Industrial Estate
>> Hemel Hempstead
>> Hertfordshire HP2 4NW
>> Mobile: 07876038577
>>
>
>
> --
>
> *Bal Purewal*
> Lead DevOps Architect
> Northgate Public Services
> 2 Peoplebuilding Estate
> Hemel Hempstead Industrial Estate
> Hemel Hempstead
> Hertfordshire HP2 4NW
> Mobile: 07876038577
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
I can get a test build out tonight however keep in mind that not all of the
issues that were reported have been resolved yet. The release process takes
general takes a few days for committe vote + global distribution.

On Tue, Jul 14, 2020 at 10:40 AM Baldip Purewal <
baldip.purewal@northgateps.com> wrote:

> Hi Alex
>
> Sorry to bother you again but it has become quite a serious issue and if
> possible could you provide any dates on when we can get a test build and
> also when this would be released in the stable version (3.3.9)?
>
> Thanks
>
> On Tue, 14 Jul 2020 at 10:48, Baldip Purewal <
> baldip.purewal@northgateps.com> wrote:
>
>> Will this test build contain other changes as well because ideally we
>> would just like that change. Do you know when we can get a test build
>> please?
>>
>> Thanks
>>
>> On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <
>> baldip.purewal@northgateps.com> wrote:
>>
>>> Hi
>>>
>>> Could you provide a test build as soon as possible please?
>>>
>>> Thanks
>>>
>>> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org> wrote:
>>>
>>>> JUDDI-999 similar problem, similar fix. Testing it now. Will be fixed
>>>> in the next version. I can provide a test build if you like or you can also
>>>> compile from source if you all are so equiped
>>>>
>>>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org> wrote:
>>>>
>>>>> Strange, I thought this was fixed. I'll take a look at this shortly. I
>>>>> think the fix is to use a blob data type for the this field
>>>>>
>>>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>>>> rakesh.shelar@northgateps.com> wrote:
>>>>>
>>>>>> HI,
>>>>>>
>>>>>> We are looking for support on the following juddiv3 issue we are
>>>>>> facing on the startup of juddiv3 Tomcat.
>>>>>>
>>>>>> Oracle Version of Juddi Due to string limit for a column CREATE TABLE
>>>>>> j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
>>>>>> VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
>>>>>> VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
>>>>>> (entity_key)) *Oracle max varchar limit: 4000*
>>>>>>
>>>>>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, &
>>>>>> Tomcat 9.0.24
>>>>>>
>>>>>> Refer -
>>>>>>
>>>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>>>
>>>>>> [image: image.png]
>>>>>>
>>>>>> Any suggestions?
>>>>>>
>>>>>> Regards,
>>>>>> Rakesh Shelar
>>>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>>>> Mobile: +91 (0) 8657549870
>>>>>>              +44 7435826126
>>>>>> www.northgateps.com
>>>>>>
>>>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>>>> <https://www.linkedin.com/company/northgate-public-services> /
>>>>>> YouTube <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>
>>>>>> / Google+
>>>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>>>
>>>>>> Northgate Public Services (UK) Ltd
>>>>>>
>>>>>> This email is sent on behalf of Northgate Public Services (UK)
>>>>>> Limited and its associated companies including Rave Technologies (India)
>>>>>> Pvt Limited (together "Northgate Public Services") and is strictly
>>>>>> confidential and intended solely for the addressee(s).
>>>>>> If you are not the intended recipient of this email you must: (i) not
>>>>>> disclose, copy or distribute its contents to any other person nor use its
>>>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting
>>>>>> the name of the sender and the addressee then delete it from your system.
>>>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>>>> that no viruses are contained in this email, but does not accept any
>>>>>> responsibility once this email has been transmitted.  You should scan
>>>>>> attachments (if any) for viruses.
>>>>>>
>>>>>> Northgate Public Services (UK) Limited, registered in England and
>>>>>> Wales under number 00968498 with a registered address of Peoplebuilding 2,
>>>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India
>>>>>> under number U31900MH1998PTC117068 with a registered address of PLOT
>>>>>> CS 445, 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar
>>>>>> Marg, Mumbai -400013
>>>>>>
>>>>>
>>>
>>> --
>>>
>>> *Bal Purewal*
>>> Lead DevOps Architect
>>> Northgate Public Services
>>> 2 Peoplebuilding Estate
>>> Hemel Hempstead Industrial Estate
>>> Hemel Hempstead
>>> Hertfordshire HP2 4NW
>>> Mobile: 07876038577
>>>
>>
>>
>> --
>>
>> *Bal Purewal*
>> Lead DevOps Architect
>> Northgate Public Services
>> 2 Peoplebuilding Estate
>> Hemel Hempstead Industrial Estate
>> Hemel Hempstead
>> Hertfordshire HP2 4NW
>> Mobile: 07876038577
>>
>
>
> --
>
> *Bal Purewal*
> Lead DevOps Architect
> Northgate Public Services
> 2 Peoplebuilding Estate
> Hemel Hempstead Industrial Estate
> Hemel Hempstead
> Hertfordshire HP2 4NW
> Mobile: 07876038577
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Baldip Purewal <ba...@northgateps.com>.
Will this test build contain other changes as well because ideally we would
just like that change. Do you know when we can get a test build please?

Thanks

On Tue, 14 Jul 2020 at 10:40, Baldip Purewal <ba...@northgateps.com>
wrote:

> Hi
>
> Could you provide a test build as soon as possible please?
>
> Thanks
>
> On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org> wrote:
>
>> JUDDI-999 similar problem, similar fix. Testing it now. Will be fixed in
>> the next version. I can provide a test build if you like or you can also
>> compile from source if you all are so equiped
>>
>> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org> wrote:
>>
>>> Strange, I thought this was fixed. I'll take a look at this shortly. I
>>> think the fix is to use a blob data type for the this field
>>>
>>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>>> rakesh.shelar@northgateps.com> wrote:
>>>
>>>> HI,
>>>>
>>>> We are looking for support on the following juddiv3 issue we are facing
>>>> on the startup of juddiv3 Tomcat.
>>>>
>>>> Oracle Version of Juddi Due to string limit for a column CREATE TABLE
>>>> j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
>>>> VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
>>>> VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
>>>> (entity_key)) *Oracle max varchar limit: 4000*
>>>>
>>>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, &
>>>> Tomcat 9.0.24
>>>>
>>>> Refer -
>>>>
>>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>>
>>>> [image: image.png]
>>>>
>>>> Any suggestions?
>>>>
>>>> Regards,
>>>> Rakesh Shelar
>>>> Sr. Technical Architect - CONNECT (DevOps)
>>>> Mobile: +91 (0) 8657549870
>>>>              +44 7435826126
>>>> www.northgateps.com
>>>>
>>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>>
>>>> Northgate Public Services (UK) Ltd
>>>>
>>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>>> and its associated companies including Rave Technologies (India) Pvt
>>>> Limited (together "Northgate Public Services") and is strictly confidential
>>>> and intended solely for the addressee(s).
>>>> If you are not the intended recipient of this email you must: (i) not
>>>> disclose, copy or distribute its contents to any other person nor use its
>>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>>> name of the sender and the addressee then delete it from your system.
>>>> Northgate Public Services has taken reasonable precautions to ensure
>>>> that no viruses are contained in this email, but does not accept any
>>>> responsibility once this email has been transmitted.  You should scan
>>>> attachments (if any) for viruses.
>>>>
>>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>>> -400013
>>>>
>>>
>
> --
>
> *Bal Purewal*
> Lead DevOps Architect
> Northgate Public Services
> 2 Peoplebuilding Estate
> Hemel Hempstead Industrial Estate
> Hemel Hempstead
> Hertfordshire HP2 4NW
> Mobile: 07876038577
>


-- 

*Bal Purewal*
Lead DevOps Architect
Northgate Public Services
2 Peoplebuilding Estate
Hemel Hempstead Industrial Estate
Hemel Hempstead
Hertfordshire HP2 4NW
Mobile: 07876038577

-- 
This email is sent on behalf of Northgate Public Services (UK) Limited and 
its associated companies including Rave Technologies (India) Pvt Limited 
(together "Northgate Public Services") and is strictly confidential and 
intended solely for the addressee(s). 
If you are not the intended 
recipient of this email you must: (i) not disclose, copy or distribute its 
contents to any other person nor use its contents in any way or you may be 
acting unlawfully;  (ii) contact Northgate Public Services immediately on 
+44(0)1442 768445 quoting the name of the sender and the addressee then 
delete it from your system.
Northgate Public Services has taken reasonable 
precautions to ensure that no viruses are contained in this email, but does 
not accept any responsibility once this email has been transmitted.  You 
should scan attachments (if any) for viruses.


Northgate Public Services 
(UK) Limited, registered in England and Wales under number 00968498 with a 
registered address of Peoplebuilding 2, Peoplebuilding Estate, Maylands 
Avenue, Hemel Hempstead, Hertfordshire, HP2 4NW.  Rave Technologies (India) 
Pvt Limited, registered in India under number U31900MH1998PTC117068 with a

registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park

Ltd, Pandurang Budhkar Marg, Mumbai -400013

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Baldip Purewal <ba...@northgateps.com>.
Hi

Could you provide a test build as soon as possible please?

Thanks

On Sat, 11 Jul 2020 at 02:14, Alex O'Ree <al...@apache.org> wrote:

> JUDDI-999 similar problem, similar fix. Testing it now. Will be fixed in
> the next version. I can provide a test build if you like or you can also
> compile from source if you all are so equiped
>
> On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org> wrote:
>
>> Strange, I thought this was fixed. I'll take a look at this shortly. I
>> think the fix is to use a blob data type for the this field
>>
>> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
>> rakesh.shelar@northgateps.com> wrote:
>>
>>> HI,
>>>
>>> We are looking for support on the following juddiv3 issue we are facing
>>> on the startup of juddiv3 Tomcat.
>>>
>>> Oracle Version of Juddi Due to string limit for a column CREATE TABLE
>>> j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
>>> VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
>>> VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
>>> (entity_key)) *Oracle max varchar limit: 4000*
>>>
>>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, &
>>> Tomcat 9.0.24
>>>
>>> Refer -
>>>
>>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>>
>>> [image: image.png]
>>>
>>> Any suggestions?
>>>
>>> Regards,
>>> Rakesh Shelar
>>> Sr. Technical Architect - CONNECT (DevOps)
>>> Mobile: +91 (0) 8657549870
>>>              +44 7435826126
>>> www.northgateps.com
>>>
>>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>>
>>> Northgate Public Services (UK) Ltd
>>>
>>> This email is sent on behalf of Northgate Public Services (UK) Limited
>>> and its associated companies including Rave Technologies (India) Pvt
>>> Limited (together "Northgate Public Services") and is strictly confidential
>>> and intended solely for the addressee(s).
>>> If you are not the intended recipient of this email you must: (i) not
>>> disclose, copy or distribute its contents to any other person nor use its
>>> contents in any way or you may be acting unlawfully;  (ii) contact
>>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>>> name of the sender and the addressee then delete it from your system.
>>> Northgate Public Services has taken reasonable precautions to ensure
>>> that no viruses are contained in this email, but does not accept any
>>> responsibility once this email has been transmitted.  You should scan
>>> attachments (if any) for viruses.
>>>
>>> Northgate Public Services (UK) Limited, registered in England and Wales
>>> under number 00968498 with a registered address of Peoplebuilding 2,
>>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445,
>>> 3 rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>>> -400013
>>>
>>

-- 

*Bal Purewal*
Lead DevOps Architect
Northgate Public Services
2 Peoplebuilding Estate
Hemel Hempstead Industrial Estate
Hemel Hempstead
Hertfordshire HP2 4NW
Mobile: 07876038577

-- 
This email is sent on behalf of Northgate Public Services (UK) Limited and 
its associated companies including Rave Technologies (India) Pvt Limited 
(together "Northgate Public Services") and is strictly confidential and 
intended solely for the addressee(s). 
If you are not the intended 
recipient of this email you must: (i) not disclose, copy or distribute its 
contents to any other person nor use its contents in any way or you may be 
acting unlawfully;  (ii) contact Northgate Public Services immediately on 
+44(0)1442 768445 quoting the name of the sender and the addressee then 
delete it from your system.
Northgate Public Services has taken reasonable 
precautions to ensure that no viruses are contained in this email, but does 
not accept any responsibility once this email has been transmitted.  You 
should scan attachments (if any) for viruses.


Northgate Public Services 
(UK) Limited, registered in England and Wales under number 00968498 with a 
registered address of Peoplebuilding 2, Peoplebuilding Estate, Maylands 
Avenue, Hemel Hempstead, Hertfordshire, HP2 4NW.  Rave Technologies (India) 
Pvt Limited, registered in India under number U31900MH1998PTC117068 with a

registered address of PLOT CS 445, 3 rd Floor, A-wing Madhu Corporate Park

Ltd, Pandurang Budhkar Marg, Mumbai -400013

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
JUDDI-999 similar problem, similar fix. Testing it now. Will be fixed in
the next version. I can provide a test build if you like or you can also
compile from source if you all are so equiped

On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org> wrote:

> Strange, I thought this was fixed. I'll take a look at this shortly. I
> think the fix is to use a blob data type for the this field
>
> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
> rakesh.shelar@northgateps.com> wrote:
>
>> HI,
>>
>> We are looking for support on the following juddiv3 issue we are facing
>> on the startup of juddiv3 Tomcat.
>>
>> Oracle Version of Juddi Due to string limit for a column CREATE TABLE
>> j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
>> VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
>> VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
>> (entity_key)) *Oracle max varchar limit: 4000*
>>
>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, &
>> Tomcat 9.0.24
>>
>> Refer -
>>
>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>
>> [image: image.png]
>>
>> Any suggestions?
>>
>> Regards,
>> Rakesh Shelar
>> Sr. Technical Architect - CONNECT (DevOps)
>> Mobile: +91 (0) 8657549870
>>              +44 7435826126
>> www.northgateps.com
>>
>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>
>> Northgate Public Services (UK) Ltd
>>
>> This email is sent on behalf of Northgate Public Services (UK) Limited
>> and its associated companies including Rave Technologies (India) Pvt
>> Limited (together "Northgate Public Services") and is strictly confidential
>> and intended solely for the addressee(s).
>> If you are not the intended recipient of this email you must: (i) not
>> disclose, copy or distribute its contents to any other person nor use its
>> contents in any way or you may be acting unlawfully;  (ii) contact
>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>> name of the sender and the addressee then delete it from your system.
>> Northgate Public Services has taken reasonable precautions to ensure that
>> no viruses are contained in this email, but does not accept any
>> responsibility once this email has been transmitted.  You should scan
>> attachments (if any) for viruses.
>>
>> Northgate Public Services (UK) Limited, registered in England and Wales
>> under number 00968498 with a registered address of Peoplebuilding 2,
>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
>> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>> -400013
>>
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
JUDDI-999 similar problem, similar fix. Testing it now. Will be fixed in
the next version. I can provide a test build if you like or you can also
compile from source if you all are so equiped

On Wed, Jul 8, 2020 at 10:12 PM Alex O'Ree <al...@apache.org> wrote:

> Strange, I thought this was fixed. I'll take a look at this shortly. I
> think the fix is to use a blob data type for the this field
>
> On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <
> rakesh.shelar@northgateps.com> wrote:
>
>> HI,
>>
>> We are looking for support on the following juddiv3 issue we are facing
>> on the startup of juddiv3 Tomcat.
>>
>> Oracle Version of Juddi Due to string limit for a column CREATE TABLE
>> j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
>> VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
>> VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
>> (entity_key)) *Oracle max varchar limit: 4000*
>>
>> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, &
>> Tomcat 9.0.24
>>
>> Refer -
>>
>> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>>
>> [image: image.png]
>>
>> Any suggestions?
>>
>> Regards,
>> Rakesh Shelar
>> Sr. Technical Architect - CONNECT (DevOps)
>> Mobile: +91 (0) 8657549870
>>              +44 7435826126
>> www.northgateps.com
>>
>> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
>> <https://www.linkedin.com/company/northgate-public-services> / YouTube
>> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
>> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>>
>> Northgate Public Services (UK) Ltd
>>
>> This email is sent on behalf of Northgate Public Services (UK) Limited
>> and its associated companies including Rave Technologies (India) Pvt
>> Limited (together "Northgate Public Services") and is strictly confidential
>> and intended solely for the addressee(s).
>> If you are not the intended recipient of this email you must: (i) not
>> disclose, copy or distribute its contents to any other person nor use its
>> contents in any way or you may be acting unlawfully;  (ii) contact
>> Northgate Public Services immediately on +44(0)1442 768445 quoting the
>> name of the sender and the addressee then delete it from your system.
>> Northgate Public Services has taken reasonable precautions to ensure that
>> no viruses are contained in this email, but does not accept any
>> responsibility once this email has been transmitted.  You should scan
>> attachments (if any) for viruses.
>>
>> Northgate Public Services (UK) Limited, registered in England and Wales
>> under number 00968498 with a registered address of Peoplebuilding 2,
>> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
>> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
>> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
>> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
>> -400013
>>
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Strange, I thought this was fixed. I'll take a look at this shortly. I
think the fix is to use a blob data type for the this field

On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> HI,
>
> We are looking for support on the following juddiv3 issue we are facing on
> the startup of juddiv3 Tomcat.
>
> Oracle Version of Juddi Due to string limit for a column CREATE TABLE
> j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
> VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
> VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
> (entity_key)) *Oracle max varchar limit: 4000*
>
> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, & Tomcat
> 9.0.24
>
> Refer -
>
> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>
> [image: image.png]
>
> Any suggestions?
>
> Regards,
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>

Re: Support - JUDDIv3 issue on statrup of Tomcat

Posted by Alex O'Ree <al...@apache.org>.
Strange, I thought this was fixed. I'll take a look at this shortly. I
think the fix is to use a blob data type for the this field

On Wed, Jul 8, 2020 at 6:14 AM Rakesh Shelar <ra...@northgateps.com>
wrote:

> HI,
>
> We are looking for support on the following juddiv3 issue we are facing on
> the startup of juddiv3 Tomcat.
>
> Oracle Version of Juddi Due to string limit for a column CREATE TABLE
> j3_binding_template (entity_key VARCHAR2(255) NOT NULL, access_point_type
> VARCHAR2(255), access_point_url VARCHAR2(4096), hosting_redirector
> VARCHAR2(255), service_key VARCHAR2(255) NOT NULL, PRIMARY KEY
> (entity_key)) *Oracle max varchar limit: 4000*
>
> We have installed JUDDI 3.3.8 with Oracle 12c , OpenJDK11Hotspot, & Tomcat
> 9.0.24
>
> Refer -
>
> http://juddi.apache.org/jacoco/juddi-core-openjpa/jacoco-ut/org.apache.juddi.model/BindingTemplate.java.html
>
> [image: image.png]
>
> Any suggestions?
>
> Regards,
> Rakesh Shelar
> Sr. Technical Architect - CONNECT (DevOps)
> Mobile: +91 (0) 8657549870
>              +44 7435826126
> www.northgateps.com
>
> Follow us on: Twitter <https://twitter.com/NorthgatePS> / LinkedIn
> <https://www.linkedin.com/company/northgate-public-services> / YouTube
> <https://www.youtube.com/channel/UCugGoGM2tNBGBWi_VDWUBpQ>  / Google+
> <https://plus.google.com/+Northgateps?_ga=1.144512117.1518730136.1448468474>
>
> Northgate Public Services (UK) Ltd
>
> This email is sent on behalf of Northgate Public Services (UK) Limited and
> its associated companies including Rave Technologies (India) Pvt Limited
> (together "Northgate Public Services") and is strictly confidential and
> intended solely for the addressee(s).
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use its
> contents in any way or you may be acting unlawfully;  (ii) contact
> Northgate Public Services immediately on +44(0)1442 768445 quoting the
> name of the sender and the addressee then delete it from your system.
> Northgate Public Services has taken reasonable precautions to ensure that
> no viruses are contained in this email, but does not accept any
> responsibility once this email has been transmitted.  You should scan
> attachments (if any) for viruses.
>
> Northgate Public Services (UK) Limited, registered in England and Wales
> under number 00968498 with a registered address of Peoplebuilding 2,
> Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead, Hertfordshire, HP2
> 4NW.  Rave Technologies (India) Pvt Limited, registered in India under
> number U31900MH1998PTC117068 with a registered address of PLOT CS 445, 3
> rd Floor, A-wing Madhu Corporate Park Ltd, Pandurang Budhkar Marg, Mumbai
> -400013
>