Hi Jon

There are still some problems with the current version of Jyve...:-(

1) It doesn't build. Exceptions are thrown while compiling the
Classes Edit*.java:

/scratch/faq.tmp/jyve.src/compiling/jyve/src/java/org/apache/jyve/screens/EditAnswer.java:84:
 Exception
java.lang.Exception can't be thrown in initializer.
    private static final String but1 =
TurbineServices.getInstance().getService(TurbineServices.LOCALIZATION).get
String("EDITANSWER_CANCEL");

I've made a fast-patch to makes those files compiling. I'll send you the
diffs with a seperate mail.


2) After it was finally building and I was running Jyve accessing
normaly Jyve (entrance URL), I got the error message "The document
contained no data. Please ...". In the  jserv.log  file I found the
Exception:

[24/01/2000 14:32:43:031 CET]
java.lang.NoSuchMethodError: org.apache.java.util.Configurat
ions: method getKeys(Ljava/lang/String;)Ljava/util/Enumeration; not
found
        at org.apache.turbine.util.TurbineResources.getKeys(Compiled Code)
        at org.apache.turbine.services.TurbineBaseService.getProperties(Compiled Code)
        at 
org.apache.turbine.services.localization.TurbineLocalizationService.init(TurbineLocalizationService.java:103)
        at 
org.apache.turbine.services.TurbineServices.getService(TurbineServices.java:127)
        at org.apache.jyve.screens.MainMenu.build(MainMenu.java:89)
        at org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:122)
        at org.apache.jyve.layouts.DefaultLayout.build(DefaultLayout.java:93)
        at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:115)
        at org.apache.turbine.pages.DefaultPage.build(DefaultPage.java:96)
        at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:115)
        at Turbine.doGet(Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
        at org.apache.jserv.JServConnection.run(JServConnection.java:188)
        at java.lang.Thread.run(Thread.java:485)


and in  error_log  of the apache server:

java.lang.NoSuchMethodError: org.apache.java.util.Configurations: method
getKeys(Ljava/lang/String;)Ljava/util/Enumeration; not found
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java:320)
        at org.apache.jserv.JServConnection.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)


I must be related to the recent update due the Localization.

Could you please have a deeper look on this? 

Thanks in advance.

Greetings,
 Bernie








On Sun, 23 Jan 2000, jon * wrote:

> Ok,
> 
> The localization stuff is checked in and seems to be working. I tested it on
> my box and it seems to run ok. *make sure to add the new properties to the
> TurbineResources.properties file that are discussed in the INSTALL.txt
> document*
> 
> A few outstanding issues:
> 
> UpdateProject
> UpdateTopic
> UpdateQuestion:
> 
> At the bottom of each of these files is a string that still needs to be
> localized. Jonas, send me diff's please.
> 
> Jonas:
> I would appreciate it if you would put your email address in the javadocs as
> a mailto instead of <>. the reason is that when the html is generated, your
> mail address is hidden.
> 
> I would appreciate it if you would go through all of the screens and make
> sure to use 4 spaces and no tabs and clean up the code that was messed up
> formatting wise. In the future, for reference, it is always a good idea to
> adopt the coding standards of the project that you are working on instead of
> messing up existing code with new standards. regardless of if you like the
> standards or not.
> 
> Other than that, I think that this is a really good start. I totally
> appreciate the work that you have done.
> 
> thanks,
> 
> -jon
> 
> 


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to