I am getting an error 500 when I try to login to my account. Here is what I get. This problem also happens when I try to recover my password. I tried opening a new account and it worked so now I have two accounts under the same name which I thought could not happen.
Error 500 url=http://n3.nabble.com/template/TplServlet.jtp?password=bluewater&form=y&email=jamietankersley@inbox.com&tpl=login-page method=POST user-agent=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; MDDC; .NET CLR 3.5.30729; .NET CLR 3.0.30729; FDM; .NET4.0C; .NET4.0E; AskTB5.4; Creative AutoUpdate v1.40.01) referer=http://n3.nabble.com/template/TplServlet.jtp?tpl=login-page remote=67.72.98.45 RequestURI=/template/TplServlet.jtp Caused by: fschmidt.util.servlet.JtpContextServlet$JtpRuntimeException: url=http://n3.nabble.com/template/TplServlet.jtp?password=bluewater&form=y&email=jamietankersley@inbox.com&tpl=login-page method=POST user-agent=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; MDDC; .NET CLR 3.5.30729; .NET CLR 3.0.30729; FDM; .NET4.0C; .NET4.0E; AskTB5.4; Creative AutoUpdate v1.40.01) referer=http://n3.nabble.com/template/TplServlet.jtp?tpl=login-page remote=67.72.98.45 at fschmidt.util.servlet.JtpContextServlet.handleException(JtpContextServlet.java:559) at fschmidt.util.servlet.JtpContextServlet.service2(JtpContextServlet.java:469) at fschmidt.util.servlet.JtpContextServlet.service(JtpContextServlet.java:278) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166) at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:81) at fschmidt.util.servlet.GzipFilter.doFilter(GzipFilter.java:137) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) at cachingfilter.CachingFilter.doFilter(CachingFilter.java:133) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) at fschmidt.util.servlet.BadBotFilter.doFilter(BadBotFilter.java:74) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:326) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:938) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:755) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Caused by: nabble.template.TemplateRuntimeException: in do_login - <n.do_login> (login.tpl:38) {public void nabble.view.web.user.LoginNamespace._do_login(nabble.template.IPrintWriter,nabble.template.Interpreter) throws java.io.IOException,javax.servlet.ServletException} in login_page - <n.login_page.> (login.tpl:37) {public void nabble.view.web.template.ServletNamespace._login_page(nabble.template.IPrintWriter,nabble.template.ScopedInterpreter)} in if - <n.if.is_submitted_form> (login.tpl:35) {public static void nabble.template.BasicNamespace._if(nabble.template.IPrintWriter,nabble.template.Interpreter)} in <macro name="login-page" requires="servlet"> (login.tpl:1) at nabble.template.Compiler.interpFix(Compiler.java:1166) at nabble.template.Compiler$Block.run(Compiler.java:1118) at nabble.template.BlockWrapper.printTo(BlockWrapper.java:24) at nabble.template.ScopedInterpreterImpl$1.printTo(ScopedInterpreterImpl.java:22) at nabble.template.TemplatePrintWriter.print(TemplatePrintWriter.java:31) at nabble.view.web.template.ServletNamespace._login_page(ServletNamespace.java:84) at sun.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at nabble.template.JavaMethod.invoke(JavaMethod.java:22) at nabble.template.Compiler$Block.run(Compiler.java:1114) at nabble.template.Compiler$Chunks.run(Compiler.java:828) at nabble.template.BlockWrapper.printTo(BlockWrapper.java:24) at nabble.template.TemplatePrintWriter.print(TemplatePrintWriter.java:31) at nabble.template.BasicNamespace._if(BasicNamespace.java:91) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at nabble.template.JavaMethod.invoke(JavaMethod.java:22) at nabble.template.Compiler$Block.run(Compiler.java:1114) at nabble.template.Compiler$Chunks.run(Compiler.java:828) at nabble.template.Compiler$VarScope.run(Compiler.java:1306) at nabble.template.Template.run(Template.java:85) at nabble.view.web.template.TemplateManager.run(TemplateManager.java:135) at nabble.view.web.template.TemplateManager.run(TemplateManager.java:127) at nabble.view.web.template.TplServlet.service(TplServlet.java:26) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at fschmidt.util.servlet.JtpContextServlet.service2(JtpContextServlet.java:467) ... 25 more Caused by: java.lang.NullPointerException at nabble.view.web.user.LoginNamespace._do_login(LoginNamespace.java:68) at sun.reflect.GeneratedMethodAccessor229.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at nabble.template.JavaMethod.invoke(JavaMethod.java:22) at nabble.template.Compiler$Block.run(Compiler.java:1114) ... 51 more |
i am having the same problem. did you find out what the problem was
|
In reply to this post by The Partisan Journal
You are probably using the wrong link to access your forum. Please post the link here and I will take a look and let you know what is wrong. Sorry for the inconvenience.
|
I usually just go to www.nabble.com and login; after I posted my report I decided to make a new account, at first it was working fine but now I am getting the 500 error again.
|
In reply to this post by nicole
I decided to make a new account under my previous account id and most of the day it has worked until now. I am getting the error 500 again. Are you still having the same problem? If not, How did you fix the problem?
|
In reply to this post by Hugo <Nabble>
Ok I just used my url link and I was able to login to my site. Thank you for your help.
|
In reply to this post by nicole
Hey I just used my nabble url and I was able to login. You should have one as well in a e-mail sent you when you signed up. Hope it works.
|
In reply to this post by The Partisan Journal
No - Am sure it's on your end
It's been this way since 7:30 PST - The same links - for more than a year - I get to my and Nable Help - I get the Error 500 I get this when I use my Nable Link - then if I click the red circled - below - NABLE SUPPORT - I get an open Nable link... http://n2.nabble.com/LOA-Computer-Help-plus-f2634207ef2634207.html Thanks - Claude |
We fixed several bugs yesterday. Do you still have problems?
|
Thanks Hugo - It has been good for the last 24+ hours... Claude |
I am also experiencing this problem, can some one know how to fix it please.
thanks, |
Do you still have issues with your forum?
If yes, please post the details of the error. Thanks. |
Free forum by Nabble | Edit this page |