This is most likely a secondary problem that is caused by some other problem
when the server is started. Can you check the log file in Tomcat to see if there
are more information. If you can't find anything you can try to enable 
INFO-level
logging in BASE by setting the following property in the log4j.properties file.
This file is found in WEB-INF/classes. This is the property you should set:

log4j.logger.net.sf.basedb=info

/Nicklas

michael watson (IAH-C) wrote:
> Hmmm, I don't know if this is related, but having set up BASE, I can get
> to http://localhost:8080/base no problem, but as soon as I log in:
> 
> HTTP Status 500 - 
> type Exception report
> message 
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
> exception 
> javax.servlet.ServletException: javax.servlet.jsp.JspTagException:
> Exception in JSP: /include/menu.jsp:972
> 
> 969:            // Extensions menu
> 970:            JspContext context = ExtensionsControl.createContext(dc,
> pageContext);
> 971:            ExtensionsInvoker<MenuItemAction> invoker = 
> 972:
> (ExtensionsInvoker<MenuItemAction>)ExtensionsControl.useExtensions(conte
> xt, 
> 973:
> "net.sf.basedb.clients.web.menu.extensions");
> 974:            ExtensionsControl ec = ExtensionsControl.get(dc);
> 975:            ActionIterator<MenuItemAction> it = invoker.iterate();
> 
> 

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
basedb-users-requ...@lists.sourceforge.net

Reply via email to