SCJP 1.5
Suleman zia wrote:Any issues which you encountered while merging the software will be very helpful. As of now i have made alot of changes and has been testing thoroughly on my local machine. Found couple of bugs with SSO and the forum software itself but was able to fix it also.
Thank you
Ulf Dittmer wrote:Asking about DB size is a bit odd. Hard disk space is so cheap these days that it rarely makes sense to worry about it, certainly not for a DB that mostly contains human-created text (the amount of which is likely not to grow all that fast). Why are you concerned about that?
SCJP 1.5
Jaikiran Pai wrote:
Suleman zia wrote:Any issues which you encountered while merging the software will be very helpful. As of now i have made alot of changes and has been testing thoroughly on my local machine. Found couple of bugs with SSO and the forum software itself but was able to fix it also.
Thank you
I don't know the answers to your other questions, but you might find this journal article by Jeanne useful. Jeanne played a major part in the forum migration and has blogged about some of it here
SCJP 1.5
I think i will go with 20GB for the start.
Suleman zia wrote:I My question to you is how much database space do you think should be appropriate for JForums ?.
Suleman zia wrote:Any issues which you encountered while merging the software will be very helpful.
[OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Ulf Dittmer wrote:
I think i will go with 20GB for the start.
Even for a company where every penny counts, that doesn't make sense. The price differential between a 20GB disk and a 200GB disk is so small these days, that this will turn into a loss if you even have to move the DB once in the app's lifetime because of limited disk space. While 20GB is plenty for a stock JForum installation, DBs have a tendency to acquire new tables and new attributes over time, in addition to the growing amount of data. It may seem penny-wise to save on hard disk space, but it's pound-foolish.
SCJP 1.5
Jeanne Boyarsky wrote:
Suleman zia wrote:I My question to you is how much database space do you think should be appropriate for JForums ?.
It's impossible to say. It depends on how much content you will have. I realize you don't know this either, so you'll have to guess. I agree with Ulf that it's better to have more space than less.
Suleman zia wrote:Any issues which you encountered while merging the software will be very helpful.
The links Jaikiran provided contain most of my thoughts on this topic. One big thing - we decided to fork from JForum 2.1.8 and are not merging our changes into the main stream. This means we own our fork forever. If you ever want to pull in JForum again, I recommend donating as many of your changes back to JForum 3 as possible.
That said, we make more changes that you'll need to. Partly because we needed backward compatibility with our old forum software.
SCJP 1.5
Suleman zia wrote:The links provided to your blog are very helpful. I wanted to be part of JForum community to report the changes or bugs which i found and fixed it. Unfortunately, it looks like the forums are not supported anymore since you cannot even register.
<!-- BEGIN ERROR STACK TRACE
java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.lang.String
at net.jforum.context.web.WebRequestContext.getParameter(WebRequestContext.java:331)
at net.jforum.context.web.WebRequestContext.getModule(WebRequestContext.java:457)
at net.jforum.JForum.service(JForum.java:167)
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 net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
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.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:199)
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.headerComplete(HttpConnection.java:864)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
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)
END ERROR STACK TRACE-->
[OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
[OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
SCJP 1.5