This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Welcome to Scala version 2.7.5.final (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_15). | |
Type in expressions to have them evaluated. | |
Type :help for more information. | |
scala> :load sake.scala | |
Loading sake.scala... | |
import sake.Project._ | |
buildDir: java.lang.String = build/ | |
distDir: java.lang.String = ../../dist/ | |
showStackTracesOnFailures: Boolean = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<lift:surround with="default" at="content"> | |
<lift:comet type="Chat"></lift:comet> | |
</lift:surround> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//imports class | |
Chat extends CometActor with CometListener { | |
private var msgs: List[String] = Nil | |
def render = | |
<div> | |
<ul> { msgs.reverse.map( m => <li>{m}</li> ) } </ul> | |
{ ajaxText("", s => {ChatServer ! s; Noop}) } | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:lift="http://liftweb.net/"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<title>Chat demo</title> | |
<script id="jquery" src="/classpath/jquery.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<lift:bind name="content" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP ERROR: 500 | |
Problems calling function 'i:getEventByName' | |
RequestURI=/incogito09/events/JavaZone | |
Caused by: | |
javax.el.ELException: Problems calling function 'i:getEventByName' | |
at com.sun.el.parser.AstFunction.getValue(AstFunction.java:132) | |
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEB [20090829-15:22:05.838] state: Creating [CassandraSession] | |
DEB [20090829-15:22:05.838] state: keyspace = akka | |
DEB [20090829-15:22:05.838] state: schema = {StandardByUUID1={CompareWith=org.apache.cassandra.db.marshal.TimeUUIDType, Desc=akka.StandardByUUID1(ROW_KEY, COLUMN_MAP(COLUMN_KEY, COLUMN_VALUE, COLUMN_TIMESTAMP)), Type=Standard, FlushPeriodInMinutes=0}, Super1={CompareSubcolumnsWith=org.apache.cassandra.db.marshal.UTF8Type, CompareWith=org.apache.cassandra.db.marshal.UTF8Type, Type=Super, FlushPeriodInMinutes=0, Desc=akka.Super1(ROW_KEY, SUPER_COLUMN_MAP(SUPER_COLUMN_KEY, COLUMN_MAP(COLUMN_KEY, COLUMN_VALUE, COLUMN_TIMESTAMP)))}, Standard2={CompareWith=org.apache.cassandra.db.marshal.UTF8Type, Desc=akka.Standard2(ROW_KEY, COLUMN_MAP(COLUMN_KEY, COLUMN_VALUE, COLUMN_TIMESTAMP)), Type=Standard, FlushPeriodInMinutes=0}, Standard1={CompareWith=org.apache.cassandra.db.marshal.UTF8Type, Desc=akka.Standard1(ROW_KEY, COLUMN_MAP(COLUMN_KEY, COLUMN_VALUE, COLUMN_TIMESTAMP)), Type=Standard, FlushPeriodInMinu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG [pool-1-thread-1] 2009-08-29 15:22:05,819 CassandraServer.java (line 325) batch_insert | |
ERROR [pool-1-thread-1] 2009-08-29 15:22:05,819 Cassandra.java (line 697) Internal error processing batch_insert | |
java.lang.NullPointerException | |
at org.apache.cassandra.config.DatabaseDescriptor.getComparator(DatabaseDescriptor.java:912) | |
at org.apache.cassandra.db.ColumnFamily.create(ColumnFamily.java:74) | |
at org.apache.cassandra.db.RowMutation.add(RowMutation.java:149) | |
at org.apache.cassandra.db.RowMutation.getRowMutation(RowMutation.java:256) | |
at org.apache.cassandra.service.CassandraServer.batch_insert(CassandraServer.java:326) | |
at org.apache.cassandra.service.Cassandra$Processor$batch_insert.process(Cassandra.java:691) | |
at org.apache.cassandra.service.Cassandra$Processor.process(Cassandra.java:560) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INF [20090829-13:09:56.880] kernel: AKKA_HOME is defined to [/Users/bjartek/dev/scala/akka/], config loaded from [/Users/bjartek/dev/scala/akka//config/akka.conf]. | |
INF [20090829-13:09:56.886] kernel: ============================== | |
INF [20090829-13:09:56.886] kernel: __ __ | |
INF [20090829-13:09:56.886] kernel: _____ | | _| | _______ | |
INF [20090829-13:09:56.886] kernel: \__ \ | |/ / |/ /\__ \ | |
INF [20090829-13:09:56.886] kernel: / __ \| <| < / __ \_ | |
INF [20090829-13:09:56.886] kernel: (____ /__|_ \__|_ \(____ / | |
INF [20090829-13:09:56.886] kernel: \/ \/ \/ \/ | |
INF [20090829-13:09:56.886] kernel: | |
INF [20090829-13:09:56.888] kernel: Running version 0.6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INF [20090828-16:20:59.244] kernel: AKKA_HOME is defined to [/Users/bjartek/dev/scala/akka], config loaded from [/Users/bjartek/dev/scala/akka/config/akka.conf]. | |
INF [20090828-16:20:59.249] kernel: ============================== | |
INF [20090828-16:20:59.249] kernel: __ __ | |
INF [20090828-16:20:59.249] kernel: _____ | | _| | _______ | |
INF [20090828-16:20:59.249] kernel: \__ \ | |/ / |/ /\__ \ | |
INF [20090828-16:20:59.249] kernel: / __ \| <| < / __ \_ | |
INF [20090828-16:20:59.249] kernel: (____ /__|_ \__|_ \(____ / | |
INF [20090828-16:20:59.249] kernel: \/ \/ \/ \/ | |
INF [20090828-16:20:59.249] kernel: | |
INF [20090828-16:20:59.250] kernel: Running version 0.6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Akka Kernel Module | |
[INFO] task-segment: [install] | |
[INFO] ------------------------------------------------------------------------ | |
[WARNING] POM for 'org.guiceyfruit:guice-core:pom:2.0-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM for project org.guiceyfruit:guice-core at Artifact [org.guiceyfruit:guice-core:pom:2.0-SNAPSHOT:compile] | |
Downloading: http://repo1.maven.org/maven2/org/scala-tools/vscaladoc/1.1-md-3/vscaladoc-1.1-md-3.pom | |
Downloading: file:///Users/bjartek/dev/scala/akka/kernel/../embedded-repo/org/scala-tools/vscaladoc/1.1-md-3/vscaladoc-1.1-md-3.pom | |
Downloading: http://scala-tools.org/repo-snapshots/org/scala-tools/vscaladoc/1.1-md-3/vscaladoc-1.1-md-3.pom | |
Downloading: http://scala-tools.org/repo-releases/org/scala-tools/vscaladoc/1.1-md-3/vscaladoc-1.1-md-3.pom |