See if the Administrator is still running. If so, check to see if the session variables are turned on. If not, turn them on and try your app again. That's something that worked for me, (even though my app was not (to my knowledge) using session vars). For all I know, it may just have been some "reload event" that this change invoked - rather than the setting itself - that fixed it for me. Al
On Tuesday, August 21, 2012 3:55:33 AM UTC-7, Dominic Watson wrote: > > When downloading the nightly build OpenBluedragon.jar file and overwriting > my 2.0.2 OpenBluedragon.jar file, I receive the following error on any page > (including OpenBD administrator). This is on Windows 7 32-bit but I also > see this when building from source on Ubuntu 32-bit. I am running OpenBD > under Tomcat 7 in both cases. Any thoughts? > > HTTP Status 500 - > ------------------------------ > > *type* Exception report > > *message*** > > *description* *The server encountered an internal error () that prevented > it from fulfilling this request.* > > *exception* > > java.lang.NullPointerException > com.nary.util.Localization.convertCharSetToCharEncoding(Unknown Source) > com.naryx.tagfusion.cfm.engine.cfEngine.getDefaultEncoding(Unknown > Source) > com.naryx.tagfusion.cfm.engine.cfFormData.<init>(Unknown Source) > com.naryx.tagfusion.cfm.engine.cfFormData.<init>(Unknown Source) > com.naryx.tagfusion.cfm.engine.variableStore.<init>(Unknown Source) > com.naryx.tagfusion.cfm.engine.cfSession.<init>(Unknown Source) > com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown Source) > com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source) > javax.servlet.http.HttpServlet.service(HttpServlet.java:722) > com.newatlanta.filters.SearchEngineFriendlyURLFilter.doFilter(Unknown > Source) > > *note* *The full stack trace of the root cause is available in the Apache > Tomcat/7.0.26 logs.* > ------------------------------ > Apache Tomcat/7.0.26 > > Regards, > > Dominic > -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
