|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[Bug 620] New: helma swarm funktioniert nicht mit aktuellen helmahttp://helma.org/bugs/show_bug.cgi?id=620
Summary: helma swarm funktioniert nicht mit aktuellen helma Product: Helma Version: 1.6.2 Platform: All OS/Version: Linux Status: NEW Severity: blocker Priority: P1 Component: Extensions AssignedTo: helma-dev@... ReportedBy: philipp.moser@... Soeben auf twoday getestet. Die aktuelle helma Version funktioniert nicht mit der aktuellen swarm Version (https://dev.helma.org/svn/helma/extensions/helmaswarm/trunk/). Wenn man den swarm aufdreht {{{ cluster = true clusterWorkerID = helma-lb-01 cacheImpl = helma.swarm.SwarmCache sessionManagerImpl = helma.swarm.SwarmSessionManager idGeneratorImpl = helma.swarm.SwarmIDGenerator swarm.name = MySwarm swarm.jgroups.stack = tcp swarm.conf = /home/helma/HelmaClusterConfig/swarm.conf }}} Jetty antwortet immer mit einem 500 Fehler: {{{ <html><head><title>Error 500 cacheNode</title></head><body> <h2>HTTP ERROR: 500</h2><pre>cacheNode</pre> <p>RequestURI=/helma/twoday_net/www/</p> <p><i><small><a href="http://jetty.mortbay.org">Powered by Jetty://</a></small></i></p> </body></html> }}} -- Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Helma-dev mailing list Helma-dev@... http://helma.org/mailman/listinfo/helma-dev |
|
|
[Bug 620] helma swarm funktioniert nicht mit aktuellen helmahttp://helma.org/bugs/show_bug.cgi?id=620
------- Comment #1 from hannes@... 2008-04-24 12:44 ------- Sorry, I can't reproduce this. Can you provide a stack trace, or a test app? -- Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Helma-dev mailing list Helma-dev@... http://helma.org/mailman/listinfo/helma-dev |
|
|
[Bug 620] helma swarm funktioniert nicht mit aktuellen helmahttp://helma.org/bugs/show_bug.cgi?id=620
------- Comment #2 from hannes@... 2008-04-24 12:57 ------- Ok, I found the problem. HelmaSwarm just needs to be recompiled to work. I'll put out a HelmaSwarm 1.0.1 which also has the discard_delivered_msgs=true for pbcast.NAKACK to fix the potential memory leak you came up with: http://grazia.helma.at/pipermail/helma-user/2008-January/007275.html -- Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Helma-dev mailing list Helma-dev@... http://helma.org/mailman/listinfo/helma-dev |
|
|
[Bug 620] helma swarm funktioniert nicht mit aktuellen helmahttp://helma.org/bugs/show_bug.cgi?id=620
hannes@... changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #3 from hannes@... 2008-04-24 14:06 ------- Fixed with release 1.0.1 of helmaswarm: http://adele.helma.org/download/helma/contrib/helmaswarm/ there's one remaining problem, though: If a swarm mixes instances of helma 1.6.2 and earlier 1.6 releases, initial session transfer at application startup time will not work between the two. This is because of an incompatible change in the helma 1.6.2 session class. I'm sorry about this. There's not much I can do about it except pay more attention to serialization issues in the future. -- Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Helma-dev mailing list Helma-dev@... http://helma.org/mailman/listinfo/helma-dev |
|
|
[Bug 620] helma swarm funktioniert nicht mit aktuellen helmahttp://helma.org/bugs/show_bug.cgi?id=620
------- Comment #4 from philipp.moser@... 2008-04-24 14:15 ------- in the org.mortbay.jetty.sevlet.log I get the following stacktrace: {{{ [2008/04/24 14:10:12] [WARN] Error for /demo/ java.lang.NoSuchFieldError: cacheNode at helma.swarm.SwarmSession.touch(SwarmSession.java:45) at helma.framework.core.Application.execute(Application.java:707) at helma.servlet.AbstractServletClient.service(AbstractServletClient.java:253) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428) at org.mortbay.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:677) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:820) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) }}} has this something to do with it? -- Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Helma-dev mailing list Helma-dev@... http://helma.org/mailman/listinfo/helma-dev |
|
|
[Bug 620] helma swarm funktioniert nicht mit aktuellen helmahttp://helma.org/bugs/show_bug.cgi?id=620
------- Comment #5 from hannes@... 2008-04-24 14:17 ------- (Mit Bezug zu comment 4) > > has this something to do with it? > Yes, however the bug is fixed already. -- Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Helma-dev mailing list Helma-dev@... http://helma.org/mailman/listinfo/helma-dev |
|
|
[Bug 620] helma swarm funktioniert nicht mit aktuellen helmahttp://helma.org/bugs/show_bug.cgi?id=620
------- Comment #6 from philipp.moser@... 2008-04-24 14:17 ------- Your rebuild version works for me thanks for the quit fix -- Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Helma-dev mailing list Helma-dev@... http://helma.org/mailman/listinfo/helma-dev |
| Free Forum Powered by Nabble | Forum Help |