> java.lang.NullPointerException
> at org.apache.ecs.HtmlColor.convertColor(HtmlColor.java:781)
> at org.apache.ecs.html.Table.setBgColor(Table.java:257)
> at org.apache.jyve.screens.DisplayProjects.doBuild(Compiled Code)

Ok, so it is clear that the color string that is getting passed into
HtmlColor.convertColor from DisplayProjects.doBuild() is a null value. Since
this is something that I think is defined in a properties file, obviously
you are missing that property.

The property that you are missing is:

jyve.display.color.table.background

This is documented in the INSTALL document for Jyve.

-jon

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

Jon, that was exactly my problem.

My apologies. From the context of the INSTALL.txt documentation, I had
thought that the color entries were optional. (clearly they are not!)

Thank you for the quick, concise and incisive help in this matter.


regards,

-michael


--
--------------------------------------------------------------
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