forum cleanup help needed

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

forum cleanup help needed

bakerj
I just created a new list archive for the MAEC mailing list. See:

http://n3.nabble.com/MAEC-Malware-Attribute-Enumeration-and-Characterization-f53089.html

I wanted this archive to appear as a sub forum to the making Security measurable forum here:
http://n2.nabble.com/Making-Security-Measurable-f1364806.html

instead i ended up creating a new category see:

http://n3.nabble.com/Making-Security-Measurable-f53461.html

Can you delete the category i inadvertantly created:
http://n3.nabble.com/Making-Security-Measurable-f53461.html

and then put the new MAEC forum inside the existing making security measurable forum as a sub forum?

Thanks,

Jon
Reply | Threaded
Open this post in threaded view
|

Re: forum cleanup help needed

Hugo <Nabble>
Hi bakerj, it is easy to fix that. Please open the MAEC forum and click on "Options > Structure > Advanced options" then select "Set a new parent" and paste the permalink of the Making Security Measurable forum. After that, you can delete the empty category you created (it will be empty after moving the forum).
Reply | Threaded
Open this post in threaded view
|

Re: forum cleanup help needed

bakerj
Ok, i was able to deleted the inadvertent category.

I tried to make the MAEC forum a subforum of the existing making security measurable forum and eventually got a server error. First i navigated to the parent option page as you suggested and pasted the following url into the set a new parent field:

http://n2.nabble.com/Making-Security-Measurable-f1364806.html

i then get the following error message:

"The link you provided is not on this server. Please contact Nabble Support if you need help."

This lead me to guess that the issue is the n2 vs. n3 portion of the urls. So i tried inputting the following url into the set parent field:

http://n3.nabble.com/Making-Security-Measurable-f1364806.html

this caused the following error:

Error 500

url=http://n3.nabble.com/catalog/ChangeParent.jtp?action=set&save=Save Changes&create=newParent&option=provide-url&description=&url=http://n3.nabble.com/Making-Security-Measurable-f1364806.html&forum=53089&name=  user-agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) referer=http://n3.nabble.com/catalog/ChangeParent.jtp?forum=53089

RequestURI=/catalog/ChangeParent.jtp
Caused by:

fschmidt.util.servlet.JtpContextServlet$JtpRuntimeException: url=http://n3.nabble.com/catalog/ChangeParent.jtp?action=set&save=Save Changes&create=newParent&option=provide-url&description=&url=http://n3.nabble.com/Making-Security-Measurable-f1364806.html&forum=53089&name=  user-agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) referer=http://n3.nabble.com/catalog/ChangeParent.jtp?forum=53089
        at fschmidt.util.servlet.JtpContextServlet.handleException(JtpContextServlet.java:620)
        at fschmidt.util.servlet.JtpContextServlet.service2(JtpContextServlet.java:514)
        at fschmidt.util.servlet.JtpContextServlet.service(JtpContextServlet.java:316)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
        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:1148)
        at cachingfilter.CachingFilter.doFilter(CachingFilter.java:120)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
        at fschmidt.util.servlet.BadBotFilter.doFilter(BadBotFilter.java:74)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:387)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        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:534)
        at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
        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:520)
Caused by: java.lang.NullPointerException
        at nabble.view.web.template.AppView.getAppFromUrl(AppView.java:238)
        at nabble.view.web.catalog.ChangeParent.save(ChangeParent.java:181)
        at nabble.view.web.catalog.ChangeParent.service(ChangeParent.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at fschmidt.util.servlet.JtpContextServlet.service2(JtpContextServlet.java:512)
        ... 25 more

Caused by:

java.lang.NullPointerException
        at nabble.view.web.template.AppView.getAppFromUrl(AppView.java:238)
        at nabble.view.web.catalog.ChangeParent.save(ChangeParent.java:181)
        at nabble.view.web.catalog.ChangeParent.service(ChangeParent.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at fschmidt.util.servlet.JtpContextServlet.service2(JtpContextServlet.java:512)
        at fschmidt.util.servlet.JtpContextServlet.service(JtpContextServlet.java:316)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
        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:1148)
        at cachingfilter.CachingFilter.doFilter(CachingFilter.java:120)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
        at fschmidt.util.servlet.BadBotFilter.doFilter(BadBotFilter.java:74)
        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:387)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        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:534)
        at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
        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:520)

Reply | Threaded
Open this post in threaded view
|

Re: forum cleanup help needed

Hugo <Nabble>
Hi Jon, I had to move your MAEC archive to the n2 server. Now it is a child of the "Making Security Measurable" forum, see:
http://n2.nabble.com/Making-Security-Measurable-f1364806.html

However, I was unable to subscribe the archive to the mailing list. When I try to go to the mailing list website, I get a DNS error. If we can't solve this problem, the archive won't work. Did you had this problem too? Please let me know what you think.
Reply | Threaded
Open this post in threaded view
|

RE: forum cleanup help needed

bakerj

Ok, this looks right. Thanks.

 

The broken url is because we have the list created, but we have not yet published the web site. The web site should be published shortly.

 

Jon

 

============================================

Jonathan O. Baker

G022 - IA Industry Collaboration

The MITRE Corporation

Email: [hidden email]

 

From: Hugo <Nabble> [via Nabble Support] [mailto:[hidden email]]
Sent: Tuesday, December 01, 2009 12:56 PM
To: Baker, Jon
Subject: Re: forum cleanup help needed

 

Hi Jon, I had to move your MAEC archive to the n2 server. Now it is a child of the "Making Security Measurable" forum, see:
http://n2.nabble.com/Making-Security-Measurable-f1364806.html

However, I was unable to subscribe the archive to the mailing list. When I try to go to the mailing list website, I get a DNS error. If we can't solve this problem, the archive won't work. Did you had this problem too? Please let me know what you think.


View message @ http://n2.nabble.com/forum-cleanup-help-needed-tp4089384p4095120.html
To unsubscribe from Re: forum cleanup help needed, click here.