Roger. Is it oracle JDK8 or OpenJDK8? I've ran into some similar issues with HashMap.Entry vs Map.Entry with Android projects, but never on an Oracle/OpenJDK. I'll see if I can come up with a solution after some testing. I'm running Oracle JDK7 here and haven't ran into any issues. jUDDI is actually targets for JDK6. Is JDK7 an option for you? It may be resolve the problem.
Regardless, the status page gives you some basic troubleshooting information, environment variables, etc. The statistics page gives you invocations counts and processing time per method for all the of the juddi services. It also has success/failing invocation counts. On Mon, Sep 14, 2015 at 8:55 AM, Duke, Carson C CIV NSWCDD, K92 <carson.d...@navy.mil> wrote: > Alex, > Thanks for checking into this. Environment includes the following. > Java 1.8 > juddi 3.3.0 > Tomcat 6.0.26 > on CentOS-6.6 > This is a clean install of CentOS on a VM created to learn to use jUDDI for > possible inclusion in a future project. > > Other jsp calls seem to work, as noted previously. > -Carson > > > > > -----Original Message----- > From: Alex O'Ree [mailto:spyhunte...@gmail.com] > Sent: Sunday, September 13, 2015 8:13 AM > To: user@juddi.apache.org > Subject: Re: Problems getting started with jUDDI > > I just downloaded 3.0.0 and couldn't replicate the error. What java version > are you using? > try > java -version > > > On Sun, Sep 13, 2015 at 8:05 AM, Alex O'Ree <spyhunte...@gmail.com> wrote: >> i'll look into it >> >> On Wed, Sep 9, 2015 at 10:26 AM, Duke, Carson C CIV NSWCDD, K92 >> <carson.d...@navy.mil> wrote: >>> Hello, >>> I have downloaded jUDDI 3.3.0 and am attempting to go through section 2 of >>> the juddi guide. When I select the link to 'Status and Statistics', I get >>> the following error: >>> >>> " >>> Org.apache.jasper.JasperException: Unable to compile class for JSP: >>> >>> An error occurred at line: 1 in the generated java file The type >>> java.util.Map$Entry cannot be resolved. It is indirectly referenced >>> from required .class files >>> >>> An error ocurred at line: 6 in the generated java file The import >>> java.util.MapEntry cannot be resolved >>> >>> An error occurred at line: 322 in the jsp file /admin/stats.jsp Entry >>> cannot be resolved to a type " >>> >>> I had previously tried jUDDI 3.2.1 and got a similar error. Can you help me >>> get started with this? >>> >>> BTW, the 'Configure jUDDI', 'Administration' and 'Change Records' functions >>> all appear to work. >>> >>> Thanks, >>> Carson >>>