You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by Shukumar Ganguly <sg...@progress.com> on 2008/02/13 17:47:42 UTC

JUDDI-2.0rc5 configuration

Hi Kurt,
 
Good day. A sincere thanks to you for all your help on this forum with
information on JUDDI. 
 
I am currently upgrading JUDDI from 0.9rc4 to JUDDI-2.0rc5. Is it as
simple as replacing the juddi.jar with the juddi-2.0rc5.jar. Are there
any other configuration changes that I should be wary of. I get the
following exception in my Happy Juddi page when I validate the install.
Any ideas what I might be doing wrong. 
 
Thanks. 
Shukie
 
 
HTTP Status 500 - 
________________________________


type Exception report

message 

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception 

org.apache.jasper.JasperException: javax.servlet.ServletException:
java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle
tWrapper.java:541)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:417)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


root cause 

javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont
extImpl.java:850)
	
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
tImpl.java:779)
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


root cause 

java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.14 logs.

 
 

RE: JUDDI-2.0rc5 configuration - resolved

Posted by Shukumar Ganguly <sg...@progress.com>.
Hi Kurt,
 
I removed the old deployed juddi and redeployed the new
(juddi-2.0rc5.war) and it worked out ok. Not sure why it was still
referring to the old one. 
 
Thanks very much for all the help.
Shukie
 
 
 

________________________________

From: Kurt T Stam [mailto:kstam@apache.org] 
Sent: Wednesday, February 13, 2008 1:46 PM
To: juddi-user@ws.apache.org
Subject: Re: JUDDI-2.0rc5 configuration


Did you also download and are using the new version of the war? It kinda
looks like you have an old happyjuddi.jsp. --Kurt

Shukumar Ganguly wrote: 

	Hi Kurt,
	 
	I'm afraid I don't know where it is being referenced from. I
replaced the older "juddi.jar" (from 0.9rc4 install) with the
juddi-2.0rc5.jar and get this error when I validated the install.
	 
	Am I missing something? Should I rename juddi-2.0rc5.jar to
juddi.jar? Are there any other necessary steps to do before validating
the install? I checked the wiki and was not able to find anything. If I
get this running I shall write-up a readme.txt file and upload it to the
site. 
	 
	Please advise.
	Shukie
	 
	 

________________________________

	From: Kurt T Stam [mailto:kstam@apache.org] 
	Sent: Wednesday, February 13, 2008 12:30 PM
	To: juddi-user@ws.apache.org
	Subject: Re: JUDDI-2.0rc5 configuration
	
	

	Shukumar Ganguly wrote: 

		Hi Kurt,
		 
		Good day. A sincere thanks to you for all your help on
this forum with information on JUDDI.

	thx :)
	

		
		 
		I am currently upgrading JUDDI from 0.9rc4 to
JUDDI-2.0rc5. Is it as simple as replacing the juddi.jar with the
juddi-2.0rc5.jar. Are there any other configuration changes that I
should be wary of. I get the following exception in my Happy Juddi page
when I validate the install. Any ideas what I might be doing wrong.

	This method no longer exists. Steve removed it just about 2
years ago saying 
	
	"Removed lastModified method from Release and the sole reference
to it from happyjuddi.jsp"
	
	From where do you still see it referenced?
	

		
		 
		Thanks. 
		Shukie
		 
		 
		HTTP Status 500 - 
		
________________________________


		type Exception report

		message 

		description The server encountered an internal error ()
that prevented it from fulfilling this request.

		exception 

		org.apache.jasper.JasperException:
javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle
tWrapper.java:541)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:417)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
		

		root cause 

		javax.servlet.ServletException:
java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont
extImpl.java:850)
	
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
tImpl.java:779)
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
		

		root cause 

		java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
		

		note The full stack trace of the root cause is available
in the Apache Tomcat/6.0.14 logs.

		
		 
		 




Re: JUDDI-2.0rc5 configuration

Posted by Kurt T Stam <ks...@apache.org>.
Did you also download and are using the new version of the war? It kinda
looks like you have an old happyjuddi.jsp. --Kurt

Shukumar Ganguly wrote:
> Hi Kurt,
>  
> I'm afraid I don't know where it is being referenced from. I replaced
> the older "juddi.jar" (from 0.9rc4 install) with the juddi-2.0rc5.jar
> and get this error when I validated the install.
>  
> Am I missing something? Should I rename juddi-2.0rc5.jar to juddi.jar?
> Are there any other necessary steps to do before validating the
> install? I checked the wiki and was not able to find anything. If I
> get this running I shall write-up a readme.txt file and upload it to
> the site.
>  
> Please advise.
> Shukie
>  
>  
>
> ------------------------------------------------------------------------
> *From:* Kurt T Stam [mailto:kstam@apache.org]
> *Sent:* Wednesday, February 13, 2008 12:30 PM
> *To:* juddi-user@ws.apache.org
> *Subject:* Re: JUDDI-2.0rc5 configuration
>
>
> Shukumar Ganguly wrote:
>> Hi Kurt,
>>  
>> Good day. A sincere thanks to you for all your help on this forum
>> with information on JUDDI.
> thx :)
>>  
>> I am currently upgrading JUDDI from 0.9rc4 to JUDDI-2.0rc5. Is it as
>> simple as replacing the juddi.jar with the juddi-2.0rc5.jar. Are
>> there any other configuration changes that I should be wary of. I get
>> the following exception in my Happy Juddi page when I validate the
>> install. Any ideas what I might be doing wrong.
> This method no longer exists. Steve removed it just about 2 years ago
> saying
>
> "Removed lastModified method from Release and the sole reference to it
> from happyjuddi.jsp"
>
> From where do you still see it referenced?
>>  
>> Thanks.
>> Shukie
>>  
>>  
>> HTTP Status 500 -
>> ------------------------------------------------------------------------
>>
>> *type* Exception report
>>
>> *message*
>>
>> *description* _The server encountered an internal error () that
>> prevented it from fulfilling this request._
>>
>> *exception*
>>
>> org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
>> 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:541)
>> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417)
>> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> *root cause*
>>
>> javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
>> 	org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
>> 	org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
>> 	org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
>> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
>> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> *root cause*
>>
>> java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
>> 	org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
>> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
>> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
>> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> *note* _The full stack trace of the root cause is available in the
>> Apache Tomcat/6.0.14 logs._
>>
>>  
>>  
>


RE: JUDDI-2.0rc5 configuration

Posted by Shukumar Ganguly <sg...@progress.com>.
Hi Kurt,
 
I'm afraid I don't know where it is being referenced from. I replaced
the older "juddi.jar" (from 0.9rc4 install) with the juddi-2.0rc5.jar
and get this error when I validated the install.
 
Am I missing something? Should I rename juddi-2.0rc5.jar to juddi.jar?
Are there any other necessary steps to do before validating the install?
I checked the wiki and was not able to find anything. If I get this
running I shall write-up a readme.txt file and upload it to the site. 
 
Please advise.
Shukie
 
 

________________________________

From: Kurt T Stam [mailto:kstam@apache.org] 
Sent: Wednesday, February 13, 2008 12:30 PM
To: juddi-user@ws.apache.org
Subject: Re: JUDDI-2.0rc5 configuration



Shukumar Ganguly wrote: 

	Hi Kurt,
	 
	Good day. A sincere thanks to you for all your help on this
forum with information on JUDDI.

thx :)


	
	 
	I am currently upgrading JUDDI from 0.9rc4 to JUDDI-2.0rc5. Is
it as simple as replacing the juddi.jar with the juddi-2.0rc5.jar. Are
there any other configuration changes that I should be wary of. I get
the following exception in my Happy Juddi page when I validate the
install. Any ideas what I might be doing wrong.

This method no longer exists. Steve removed it just about 2 years ago
saying 

"Removed lastModified method from Release and the sole reference to it
from happyjuddi.jsp"

>From where do you still see it referenced?


	
	 
	Thanks. 
	Shukie
	 
	 
	HTTP Status 500 - 
	
________________________________


	type Exception report

	message 

	description The server encountered an internal error () that
prevented it from fulfilling this request.

	exception 

	org.apache.jasper.JasperException:
javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle
tWrapper.java:541)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:417)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	

	root cause 

	javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont
extImpl.java:850)
	
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
tImpl.java:779)
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	

	root cause 

	java.lang.NoSuchMethodError:
org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
	
org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
	
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:393)
	
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	

	note The full stack trace of the root cause is available in the
Apache Tomcat/6.0.14 logs.

	
	 
	 



Re: JUDDI-2.0rc5 configuration

Posted by Kurt T Stam <ks...@apache.org>.
Shukumar Ganguly wrote:
> Hi Kurt,
>  
> Good day. A sincere thanks to you for all your help on this forum with
> information on JUDDI.
thx :)
>  
> I am currently upgrading JUDDI from 0.9rc4 to JUDDI-2.0rc5. Is it as
> simple as replacing the juddi.jar with the juddi-2.0rc5.jar. Are there
> any other configuration changes that I should be wary of. I get the
> following exception in my Happy Juddi page when I validate the
> install. Any ideas what I might be doing wrong.
This method no longer exists. Steve removed it just about 2 years ago
saying

"Removed lastModified method from Release and the sole reference to it
from happyjuddi.jsp"

>From where do you still see it referenced?
>  
> Thanks.
> Shukie
>  
>  
> HTTP Status 500 -
> ------------------------------------------------------------------------
>
> *type* Exception report
>
> *message*
>
> *description* _The server encountered an internal error () that
> prevented it from fulfilling this request._
>
> *exception*
>
> org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
> 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:541)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> *root cause*
>
> javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
> 	org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
> 	org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
> 	org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:417)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> *root cause*
>
> java.lang.NoSuchMethodError: org.apache.juddi.util.Release.getLastModified()Ljava/lang/String;
> 	org.apache.jsp.happyjuddi_jsp._jspService(happyjuddi_jsp.java:218)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> *note* _The full stack trace of the root cause is available in the
> Apache Tomcat/6.0.14 logs._
>
>  
>