Hi Per,

How did you add the tModel in the first place? It looks like you did not supply a key creation time, and got a server generated key. If you remove and the add again you will get a different (unique) key. Can that be the issue?

--Kurt

Per Hermansson wrote:
Hi
I'm running juddi from tomcat as provided by juddi-portal-bundle-3.0.1.
My problem is that the following SOAP query doesn't seems to work anymore:
<ns1:get_tModelDetail  xmlns:ns1="urn:uddi-org:api_v3">
<ns1:tModelKey>uuid:C1ACF26D-9672-4404-9D70-39B756E62AB4</ns1:tModelKey>
</ns1:get_tModelDetail>

When issuing this call to the juddiv3/services/inquiry service it returns:
<soap:Fault>
   <faultcode>soap:Server</faultcode>
<faultstring>The technical model was not found for the given key: uuid:C1ACF26D-9672-4404-9D70-39B756E62AB4</faultstring>
   <detail>...</detail>
</soap:Fault>

Since this worked when I first started testing juddi and the UIID is built-in type my guess is that the derby database has become corrupted. I tried removing the target/juddi-derby-test-db directory in tomcat but without success.
Does anyone know what the problem is here?

/Per

Reply via email to