I just solved the problem ...The column 'isenabled' in the rolleruser table has to be changed to tinyint..I came across this in some earlier post for another problem !
alter table rolleruser modify isenabled tinyint default 1 not null; Thanks and Regards, Pavithra Kumar -----Original Message----- From: pavithra [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 6:25 PM To: [email protected] Subject: Unable to create weblog or edit profile after logging in Hi , I recently installed the JRoller 2.0. After logging in, I get a null pointer exception if I try to create a new blog or edit my profile. The following is the stack trace.. java.lang.NullPointerException org.roller.presentation.website.actions.CreateWebsiteAction.create(Creat eWebsiteAction.java:84) org.roller.presentation.website.actions.CreateWebsiteAction.unspecified( CreateWebsiteAction.java:56) org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.j ava:258) org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196 ) org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr ocessor.java:421) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java: 226) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164) org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.roller.presentation.filters.BreadCrumbFilter.doFilter(BreadCrumbFilt er.java:77) org.roller.presentation.filters.RequestFilter.doFilter(RequestFilter.jav a:134) org.roller.presentation.filters.PersistenceSessionFilter.doFilter(Persis tenceSessionFilter.java:53) org.roller.presentation.filters.SchemeEnforcementFilter.doFilter(SchemeE nforcementFilter.java:97) org.roller.presentation.filters.CharEncodingFilter.doFilter(CharEncoding Filter.java:94) I get a similiar message when I try to edit my profile as well. Also, I do not get any additional administrator links ...Can I get some help on this ? -- View this message in context: http://www.nabble.com/Unable+to+create+weblog+or+edit+profile+after+logg ing+in-t1662678s12275.html#a4504788 Sent from the Roller - User forum at Nabble.com. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com
