that is super old. juddi.apache.org and download the latest
On Sun, Jun 18, 2017 at 7:10 PM, Nesrine Hamdani <[email protected]> wrote: > i' try to run jddi server (juddi-portal-bundle-3.0.4) many time today but > it displays : Not Found > > The requested URL /juddi-gui/ was not found on this server. > laste days it work . > > so s uddi brows example displays error 404 and juddi server displays error > not found . > > thank you > > > 2017-06-18 20:25 GMT+01:00 Alex O'Ree <[email protected]>: >> >> "[email protected]" <[email protected]> >> >> 404? are you running the juddi server? Have you seen any of the >> documentation and/or samples? >> >> On Sun, Jun 18, 2017 at 3:20 PM, Nesrine Hamdani >> <[email protected]> wrote: >> > it's ok for the error now , thank you a lot for your help :p >> > i get another wher i run the sample error 404 . >> > >> > where can i get the liste juddi users? >> > thank you a lot Alex :) >> > >> > 2017-06-18 19:36 GMT+01:00 Alex O'Ree <[email protected]>: >> >> >> >> For future reference, please email the juddi users mailing list >> >> instead of me directly. you'll usually get faster responses >> >> >> >> On Sun, Jun 18, 2017 at 12:43 PM, Alex O'Ree <[email protected]> >> >> wrote: >> >> > Are you using maven, gradle or something else? Your dependencies are >> >> > not setup correctly. You the juddi-client + all of its dependencies. >> >> > This part is very easy with a maven or gradle based project. >> >> > >> >> > On Sun, Jun 18, 2017 at 8:55 AM, Nesrine Hamdani >> >> > <[email protected]> wrote: >> >> >> the errors are: >> >> >> at line : >> >> >> UDDIClient client = new >> >> >> UDDIClient("META-INF/simple-browse-uddi.xml"); >> >> >> >> >> >> error1: The constructor UDDIClient(String) refers to the missing >> >> >> type >> >> >> ConfigurationException >> >> >> >> >> >> and >> >> >> >> >> >> Transport transport = client.getTransport("default"); >> >> >> The method getTransport(String) from the type UDDIClient refers to >> >> >> the >> >> >> missing type ConfigurationException >> >> >> >> >> >> Thank you >> >> >> >> >> >> 2017-06-17 19:53 GMT+01:00 Alex O'Ree <[email protected]>: >> >> >>> >> >> >>> what are the errors? >> >> >>> >> >> >>> On Fri, Jun 16, 2017 at 9:55 PM, Nesrine Hamdani >> >> >>> <[email protected]> wrote: >> >> >>> > Thank you for your reponse >> >> >>> > >> >> >>> > Now it's ok for libary but there are two errors: >> >> >>> > >> >> >>> > UDDIClient client = new >> >> >>> > UDDIClient("META-INF/simple-browse-uddi.xml"); >> >> >>> > >> >> >>> > and at Transport transport = >> >> >>> > client.getTransport("default"); >> >> >>> > >> >> >>> > thank you for your help >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > 2017-06-16 23:31 GMT+01:00 Alex O'Ree <[email protected]>: >> >> >>> >> >> >> >>> >> Well eclipse is an IDE, but a build system. Ant+Ivy, Maven, or >> >> >>> >> Gradle >> >> >>> >> are build systems. In either case, you need to add the >> >> >>> >> org.apache.juddi:juddi-client to your classpath and you should >> >> >>> >> be >> >> >>> >> up >> >> >>> >> and running >> >> >>> >> >> >> >>> >> On Fri, Jun 16, 2017 at 9:45 AM, Nesrine Hamdani >> >> >>> >> <[email protected]> wrote: >> >> >>> >> > Hi, >> >> >>> >> > I am Nesrine, i m using the SampleBrowse code to publish in >> >> >>> >> > uddi >> >> >>> >> > in >> >> >>> >> > eclips , >> >> >>> >> > >> >> >>> >> > i have many error such as import >> >> >>> >> > org.apache.juddi.api_v3.AccessPointType; >> >> >>> >> > import org.apache.juddi.v3.client.UDDIConstants; >> >> >>> >> > import org.apache.juddi.v3.client.config.UDDIClient; >> >> >>> >> > import org.apache.juddi.v3.client.transport.Transport; >> >> >>> >> > import org.uddi.api_v3.AuthToken; >> >> >>> >> > ............ >> >> >>> >> > how can i add library to eclips? >> >> >>> >> > >> >> >>> >> > thank you for your help >> >> >>> > >> >> >>> > >> >> >> >> >> >> >> > >> > > >
