You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by rsanford <rs...@nolimitsystems.com> on 2001/04/05 19:47:32 UTC

run-time error

trying to load the jetspeed index.jsp and i get the log file entries
included at the bottom. when i search through the source code i see
that what is being reported is accurate - the methods in the tag lib
do not have the same case as the methods in the jsp.java file. what's
up with that? did the .zip of the source file dist get generated
from a different version of the cvs tree?

what should the method names in the source be? i'm assuming the lower
camel case used by the jsp is correct and changing my copy of the
source...

rjsjr

---------------------------------------

 [898]   04/05 11:43:01 error (JRun) Errors occurred during compilation:
e:/Program
Files/Allaire/JRun/servers/default/Jetspeed/WEB-INF/jsp/jrun__WEB2dINF__temp
lates__jsp__layouts__html__default2ejsp2f.java:45:1:45:36: Error: No method
named "setType" was found in type
"org/apache/jetspeed/services/jsp/tags/URILookupTag". However, there is an
accessible method "settype" whose name closely matches the name "setType".

  [899]   e:/Program
Files/Allaire/JRun/servers/default/Jetspeed/WEB-INF/jsp/jrun__WEB2dINF__temp
lates__jsp__layouts__html__default2ejsp2f.java:56:1:56:54: Error: No method
named "setHref" was found in type
"org/apache/jetspeed/services/jsp/tags/ContentURITag". However, there is an
accessible method "sethref" whose name closely matches the name "setHref".


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: run-time error

Posted by Santiago Gala <sg...@hisitech.com>.
rsanford escribió:
> 
> trying to load the jetspeed index.jsp and i get the log file entries
> included at the bottom. when i search through the source code i see
> that what is being reported is accurate - the methods in the tag lib
> do not have the same case as the methods in the jsp.java file. what's
> up with that? did the .zip of the source file dist get generated
> from a different version of the cvs tree?
> 
> what should the method names in the source be? i'm assuming the lower
> camel case used by the jsp is correct and changing my copy of the
> source...
> 
> rjsjr
> 
> ---------------------------------------
> 
>  [898]   04/05 11:43:01 error (JRun) Errors occurred during compilation:
> e:/Program
> Files/Allaire/JRun/servers/default/Jetspeed/WEB-INF/jsp/jrun__WEB2dINF__temp
> lates__jsp__layouts__html__default2ejsp2f.java:45:1:45:36: Error: No method
> named "setType" was found in type
> "org/apache/jetspeed/services/jsp/tags/URILookupTag". However, there is an
> accessible method "settype" whose name closely matches the name "setType".
> 

As far as I know this is a bug in JRun. Ask their technical support for
an upgrade or workaround. We don't have any problems with Tomcat or
Websphere.

>   [899]   e:/Program
> Files/Allaire/JRun/servers/default/Jetspeed/WEB-INF/jsp/jrun__WEB2dINF__temp
> lates__jsp__layouts__html__default2ejsp2f.java:56:1:56:54: Error: No method
> named "setHref" was found in type
> "org/apache/jetspeed/services/jsp/tags/ContentURITag". However, there is an
> accessible method "sethref" whose name closely matches the name "setHref".
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org