Forum and Sub-Forum

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Forum and Sub-Forum

Geert Claes
I want to move a new mailing list I have added to Nabble under a mailing-list which I added previously.

Top level Category is "Smalltalk" (http://n2.nabble.com/Smalltalk-f2356041.html)

Existing Mailing list: "Pharo Smalltalk" (
http://n2.nabble.com/Pharo-Smalltalk-f2305563.html)

New mailing list: "Pharo Smalltalk Users" (http://n3.nabble.com/Pharo-Smalltalk-Users-f123938.html), which I want to move under "Pharo Smalltalk".

It keeps on telling me that "The link you provided is not on this server. Please contact Nabble Support if you need help."  Is this because the newest mailing list is on n3 and the previous one on n2?

Cheers, Geert
Reply | Threaded
Open this post in threaded view
|

Re: Forum and Sub-Forum

Hugo <Nabble>
Hi Geert, you are right. I had to migrate the new mailing list archive to the n2 server. Now everything is ok, see: http://n2.nabble.com/Smalltalk-f2356041.html

If you want to archive new mailing lists on n2, please use this URL:
http://n2.nabble.com/more/MailingListRequest.jtp
Reply | Threaded
Open this post in threaded view
|

Re: Forum and Sub-Forum

Geert Claes
Just tried to add a mailing list on n2 and got the following error:

Error 500
url=http://n2.nabble.com/more/MailingListRequest.jtp?Action=save&serverType=unknown&descFmt=text&mailingListInfo=http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev&mailingList=seaside-dev@lists.squeakfoundation.org&name=Seaside&desc=  user-agent=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0 referer=http://n2.nabble.com/more/MailingListRequest.jsp
RequestURI=/more/MailingListRequest.jtp

Caused by:
fschmidt.util.servlet.JtpContextServlet$JtpRuntimeException: url=http://n2.nabble.com/more/MailingListRequest.jtp?Action=save&serverType=unknown&descFmt=text&mailingListInfo=http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev&mailingList=seaside-dev@lists.squeakfoundation.org&name=Seaside&desc=  user-agent=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0 referer=http://n2.nabble.com/more/MailingListRequest.jsp
        at fschmidt.util.servlet.JtpContextServlet.handleException(JtpContextServlet.java:672)
        at fschmidt.util.servlet.JtpContextServlet.service2(JtpContextServlet.java:559)
        at fschmidt.util.servlet.JtpContextServlet.service(JtpContextServlet.java:326)
        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:160)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
        at cachingfilter.CachingFilter.doFilter(CachingFilter.java:120)
        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: fschmidt.db.SQLRuntimeException: key = null
        at fschmidt.db.base.DbRecordImpl.store(DbRecordImpl.java:267)
        at fschmidt.db.base.DbRecordImpl.insert(DbRecordImpl.java:114)
        at nabble.model.MailingListImpl.<init>(MailingListImpl.java:74)
        at nabble.model.MailingListImpl.createNewList(MailingListImpl.java:140)
        at nabble.model.NodeImpl.newMailingList(NodeImpl.java:2494)
        at nabble.view.web.more.MailingListRequest.service(MailingListRequest.java:97)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at fschmidt.util.servlet.JtpContextServlet.service2(JtpContextServlet.java:557)
        ... 25 more
Caused by: org.postgresql.util.PSQLException: ERROR: null value in column "list_address" violates not-null constraint
        at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)
        at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1327)
        at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
        at fschmidt.db.base.DbRecordImpl.store(DbRecordImpl.java:256)
        ... 32 more
Reply | Threaded
Open this post in threaded view
|

Re: Forum and Sub-Forum

Hugo <Nabble>
Thanks for reporting this. This bug will be fixed by the next release, which should happen in the next hours.