Page 1 of 1

HTTP Status 500 - CHAR_NAME_INVALID

PostPosted: Mon Aug 10, 2015 2:25 am
by Travisplo
In attempts to create a character for the chatroom, this came up.
Code: Select all
HTTP Status 500 - CHAR_NAME_INVALID

type Exception report

message CHAR_NAME_INVALID

description The server encountered an internal error that prevented it from fulfilling this request.

exception

com.leshana.jchat.pages.CharLogin$LoginException: CHAR_NAME_INVALID
   com.leshana.jchat.pages.CharLogin$Actions.createCharacter(CharLogin.java:223)
   com.leshana.jchat.pages.CharLogin.processRequest(CharLogin.java:91)
   com.leshana.jchat.pages.CharLogin.doPost(CharLogin.java:290)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.35 logs.

Apache Tomcat/7.0.35

I believe this is not a feature and should be fixed.

Re: Cannot Create Character

PostPosted: Mon Aug 10, 2015 2:57 am
by Aces
Only letters, numbers, and underscores are valid for the chatroom. No spaces, no apostrophes.

Try again?

Re: Cannot Create Character

PostPosted: Mon Aug 10, 2015 3:57 pm
by Travisplo
Aces wrote:Only letters, numbers, and underscores are valid for the chatroom. No spaces, no apostrophes.

Try again?

Ah, ok, didn't say that anywhere, will fix. Thanks.

Re: HTTP Status 500 - CHAR_NAME_INVALID

PostPosted: Mon Aug 10, 2015 4:09 pm
by Aces
Gonna sticky the thread because this is a common issue. We'll correct the lack of notification later.