Not Found: MongoIdentifier

215 views
Skip to first unread message

Torsten Uhlmann

unread,
May 19, 2014, 3:09:28 AM5/19/14
to lif...@googlegroups.com
Hi,

since Lift-3 switched to DefaultConnectionIdentifier I get this exception trying to run an application. I removed my .ivy2 cache for net.liftweb and did a clean / compile.
I'm using Foursquare Rogue 2.2.0 if that's of any interest.
I thought I ask around, someone will probably have a smart idea, right? :)

Thanks,
Torsten.

[INFO] bootstrap.liftweb.Boot - Run Mode: Development
[INFO] c.agynamix.garten.config.MongoConfig - MongoDB inited: /127.0.0.1:27017/garten_all
[ERROR] com.agynamix.garten.config.DBSetup - com.foursquare.rogue.LiftDBCollectionFactory$.getInstanceName(LiftQueryExecutor.scala:27)
com.foursquare.rogue.MongoJavaDriverAdapter.runCommand(MongoJavaDriverAdapter.scala:27)
com.foursquare.rogue.MongoJavaDriverAdapter.doQuery(MongoJavaDriverAdapter.scala:274)
com.foursquare.rogue.MongoJavaDriverAdapter.query(MongoJavaDriverAdapter.scala:169)
com.foursquare.rogue.QueryExecutor$class.fetch(QueryExecutor.scala:62)
com.foursquare.rogue.LiftQueryExecutor.fetch(LiftQueryExecutor.scala:36)
com.foursquare.rogue.QueryExecutor$class.fetchOne(QueryExecutor.scala:70)
com.foursquare.rogue.LiftQueryExecutor.fetchOne(LiftQueryExecutor.scala:36)
com.foursquare.rogue.ExecutableQuery.get(ExecutableQuery.scala:82)
com.agynamix.garten.model.Role$.findDefaultRole(Role.scala:72)
com.agynamix.garten.model.Role$.findOrCreateDefault(Role.scala:84)
com.agynamix.garten.model.Role$.findOrCreateAndSaveDefault(Role.scala:87)
com.agynamix.garten.model.Role$.findOrCreateAndSaveSU(Role.scala:89)
com.agynamix.garten.config.DBSetup$.setupStandardRoles(DBSetup.scala:61)
com.agynamix.garten.config.DBSetup$.run(DBSetup.scala:28)
bootstrap.liftweb.Boot.boot(Boot.scala:54)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:606)
net.liftweb.util.ClassHelpers$$anonfun$createInvoker$1.apply(ClassHelpers.scala:357)
net.liftweb.util.ClassHelpers$$anonfun$createInvoker$1.apply(ClassHelpers.scala:355)
net.liftweb.http.DefaultBootstrap$$anonfun$boot$1.apply(LiftRules.scala:2056)
net.liftweb.http.DefaultBootstrap$$anonfun$boot$1.apply(LiftRules.scala:2056)
net.liftweb.common.Full.map(Box.scala:589)
net.liftweb.http.DefaultBootstrap$.boot(LiftRules.scala:2056)
net.liftweb.http.provider.HTTPProvider$class.bootLift(HTTPProvider.scala:88)
net.liftweb.http.LiftFilter.bootLift(LiftServlet.scala:1053)
net.liftweb.http.provider.servlet.ServletFilterProvider$class.init(ServletFilterProvider.scala:40)
net.liftweb.http.LiftFilter.init(LiftServlet.scala:1053)
org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119)
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724)
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:263)
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1238)
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:480)
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172)
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
org.eclipse.jetty.server.Server.doStart(Server.java:277)
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
com.earldouglas.xsbtwebplugin.Jetty7Runner.start(Jetty7Runner.scala:103)
com.earldouglas.xsbtwebplugin.Container$$anonfun$containerSettings$7.apply(Container.scala:69)
com.earldouglas.xsbtwebplugin.Container$$anonfun$containerSettings$7.apply(Container.scala:63)
scala.Function7$$anonfun$tupled$1.apply(Function7.scala:35)
scala.Function7$$anonfun$tupled$1.apply(Function7.scala:34)
scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
sbt.std.Transform$$anon$4.work(System.scala:64)
sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
sbt.Execute.work(Execute.scala:244)
sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
java.util.concurrent.FutureTask.run(FutureTask.java:262)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
java.util.concurrent.FutureTask.run(FutureTask.java:262)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:745)


[warn] FAILED LiftFilter: java.lang.NoSuchMethodError: net.liftweb.mongodb.MongoMeta.mongoIdentifier()Lnet/liftweb/mongodb/MongoIdentifier;
[warn] FAILED o.e.j.w.WebAppContext{/,[file:/home/tuhlmann/entw/aktuell/garten-all/gartenverein/src/main/webapp/, file:/home/tuhlmann/entw/aktuell/garten-all/gartenverein/target/scala-2.10/resource_managed/main/]}: java.lang.NoSuchMethodError: net.liftweb.mongodb.MongoMeta.mongoIdentifier()Lnet/liftweb/mongodb/MongoIdentifier;
[warn] FAILED org.eclipse.jetty.server.handler.ContextHandlerCollection@450bb4b4: java.lang.NoSuchMethodError: net.liftweb.mongodb.MongoMeta.mongoIdentifier()Lnet/liftweb/mongodb/MongoIdentifier;
[warn] FAILED org.eclipse.jetty.server.Server@2b19f7f1: java.lang.NoSuchMethodError: net.liftweb.mongodb.MongoMeta.mongoIdentifier()Lnet/liftweb/mongodb/MongoIdentifier;
[trace] Stack trace suppressed: run last container:start for the full output.
[error] (container:start) java.lang.NoSuchMethodError: net.liftweb.mongodb.MongoMeta.mongoIdentifier()Lnet/liftweb/mongodb/MongoIdentifier;
[error] Total time: 3 s, completed 19.05.2014 06:51:36

Diego Medina

unread,
May 19, 2014, 6:54:16 AM5/19/14
to Lift
Have you tried doing a publish-local of rogue?


--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code

---
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Diego Medina
Lift/Scala consultant
di...@fmpwizard.com
http://fmpwizard.telegr.am

Torsten Uhlmann

unread,
May 19, 2014, 6:55:06 AM5/19/14
to lif...@googlegroups.com
No, I didn't touch Rogue, just used the provided version. Doing that now...
AGYNAMIX(R). Passionate Software.
Inh. Torsten Uhlmann | Buchenweg 5 | 09380 Thalheim
Phone:     +49 3721 273445
Fax:         +49 3721 273446
Mobile:     +49 151 12412427
Web:        http://www.agynamix.de

alex menshov

unread,
May 19, 2014, 7:18:27 AM5/19/14
to lif...@googlegroups.com

With Rogue 2.3.0 the same issue, Diego, publish-local pointless, because meta object API changed (databaseIdentifier -> connectionIdentifier), rogue use it in LiftDBCollectionFactory + they use old Box API (open_! etc)

Tim Nelson

unread,
May 19, 2014, 8:19:20 AM5/19/14
to lif...@googlegroups.com
Rogue hasn't been published for Lift 2.6 or 3.0, so you'll need to compile those yourself. I tried setting it as a source dependency, but ran into a strange bug with the pgp plugin and didn't get it working.

Torsten Uhlmann

unread,
May 19, 2014, 8:41:59 AM5/19/14
to lif...@googlegroups.com
Thanks, Tim!

I've tried to compile Rogue myself and run into problems with dependencies not found, like the gpg plugin is only compiled for Scala 2.9.2. Need to spend a bit more time with it...

Diego Medina

unread,
May 19, 2014, 8:52:39 AM5/19/14
to Lift
@Torsten: if you use the sbt script provided by them, then iy will use sbt 0.12 which should let you publish-local. If not, you can ust comment out the plugin dependency here

you don't need it to publish-local

@Tim, Torsten: do any of you talk to the guys at foursquare? because we could set them up on the modules project in cloudees and then they won't have to worry about publishing jars for the diff Lift versions, we can take care of that (and they still have control if they need to publish a release, etc)


Thanks

Diego

Diego Medina

unread,
May 19, 2014, 9:08:02 AM5/19/14
to Lift
On Mon, May 19, 2014 at 7:18 AM, alex menshov <ad...@ermarka.ru> wrote:

With Rogue 2.3.0 the same issue, Diego, publish-local pointless, because meta object API changed (databaseIdentifier -> connectionIdentifier), rogue use it in LiftDBCollectionFactory + they use old Box API (open_! etc)


I see, so they will need to release a new version that compiles against lift 3.0 latest changes, may be something you want to bring up on their mailing list.

 

--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code

---
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tim Nelson

unread,
May 19, 2014, 9:27:26 AM5/19/14
to lif...@googlegroups.com
In their 3.0 branch they've removed the dependency on Lift from rogue-core. It's now only on rogue-lift. I was going to talk to them about possibly moving rogue-lift into Lift proper. Since they're moving away from using lift-mongo, I would assume they wouldn't want to keep maintaining that.

Diego Medina

unread,
May 19, 2014, 9:29:57 AM5/19/14
to Lift
On Mon, May 19, 2014 at 9:27 AM, Tim Nelson <tnel...@gmail.com> wrote:
In their 3.0 branch they've removed the dependency on Lift from rogue-core. It's now only on rogue-lift. I was going to talk to them about possibly moving rogue-lift into Lift proper. Since they're moving away from using lift-mongo, I would assume they wouldn't want to keep maintaining that.


looking forward to what they say

Julio

unread,
May 21, 2014, 8:48:35 PM5/21/14
to lif...@googlegroups.com
I'm stuck as well but with a different MongoIdentifier error.

java.lang.NoClassDefFoundError: net/liftweb/mongodb/MongoIdentifier
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
    at java.lang.Class.privateGetPublicMethods(Class.java:2651)
    at java.lang.Class.getMethods(Class.java:1467)
    at net.liftweb.record.MetaRecord$$anonfun$1.apply$mcV$sp(MetaRecord.scala:140)
    at net.liftweb.record.MetaRecord$$anonfun$1.apply(MetaRecord.scala:137)
    at net.liftweb.record.MetaRecord$$anonfun$1.apply(MetaRecord.scala:137)
    at net.liftweb.util.ThreadGlobal.doWith(ThreadGlobal.scala:71)
    at net.liftweb.util.Safe$.runSafe(Safe.scala:36)
    at net.liftweb.record.Record$class.runSafe(Record.scala:53)
    at net.liftmodules.mongoauth.model.SimpleUser.runSafe(SimpleUser.scala:12)
    at net.liftweb.record.MetaRecord$class.$init$(MetaRecord.scala:137)
    at net.liftmodules.mongoauth.model.SimpleUser$.<init>(SimpleUser.scala:18)
    at net.liftmodules.mongoauth.model.SimpleUser$.<clinit>(SimpleUser.scala)
    at net.liftmodules.mongoauth.MongoAuth$$anon$2.<init>(MongoAuth.scala:44)
    at net.liftmodules.mongoauth.MongoAuth$.<init>(MongoAuth.scala:44)
    at net.liftmodules.mongoauth.MongoAuth$.<clinit>(MongoAuth.scala)
    at bootstrap.liftweb.Boot.boot(Boot.scala:31)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.liftweb.util.ClassHelpers$$anonfun$createInvoker$1.apply(ClassHelpers.scala:357)
    at net.liftweb.util.ClassHelpers$$anonfun$createInvoker$1.apply(ClassHelpers.scala:355)
    at net.liftweb.http.DefaultBootstrap$$anonfun$boot$1.apply(LiftRules.scala:2056)
    at net.liftweb.http.DefaultBootstrap$$anonfun$boot$1.apply(LiftRules.scala:2056)
    at net.liftweb.common.Full.map(Box.scala:589)
    at net.liftweb.http.DefaultBootstrap$.boot(LiftRules.scala:2056)
    at net.liftweb.http.provider.HTTPProvider$class.bootLift(HTTPProvider.scala:88)
    at net.liftweb.http.LiftFilter.bootLift(LiftServlet.scala:1053)
    at net.liftweb.http.provider.servlet.ServletFilterProvider$class.init(ServletFilterProvider.scala:40)
    at net.liftweb.http.LiftFilter.init(LiftServlet.scala:1053)
    at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:137)
    at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:817)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:300)
    at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1359)
    at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1352)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:744)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:125)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:107)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:60)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:154)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:125)
    at org.eclipse.jetty.server.Server.start(Server.java:358)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:107)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:60)
    at org.eclipse.jetty.server.Server.doStart(Server.java:325)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at com.earldouglas.xsbtwebplugin.Jetty9Runner.start(Jetty9Runner.scala:101)
    at com.earldouglas.xsbtwebplugin.Container$$anonfun$containerSettings$7.apply(Container.scala:69)
    at com.earldouglas.xsbtwebplugin.Container$$anonfun$containerSettings$7.apply(Container.scala:63)
    at scala.Function7$$anonfun$tupled$1.apply(Function7.scala:35)
    at scala.Function7$$anonfun$tupled$1.apply(Function7.scala:34)
    at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
    at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
    at sbt.std.Transform$$anon$4.work(System.scala:64)
    at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
    at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
    at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
    at sbt.Execute.work(Execute.scala:244)
    at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
    at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
    at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
    at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
[error] (container:start) java.lang.NoClassDefFoundError: net/liftweb/mongodb/MongoIdentifier

Diego Medina

unread,
May 21, 2014, 10:22:33 PM5/21/14
to Lift
Hi, looks like in your case, the reason for getting this error is net.liftmodules.mongoauth

We are working on getting all the lift modules build for the latest lift 3.0 but it will take some time. What you can do in the meantime is to build and do  publish-local of the net.liftmodules.mongoauth module and that should get you going until we get all the other modules updated.

if you need more detail instructions let us know.

Thanks

Diego






--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code

---
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Diego Medina

unread,
May 21, 2014, 10:44:15 PM5/21/14
to Lift
I was looking over at the mongoauth mdule, I think you need to use a newer version of it


0.6-SNAPSHOT was published a few days ago and changes are it is what you need

Julio

unread,
May 21, 2014, 11:45:31 PM5/21/14
to lif...@googlegroups.com
it works! Thanks :)

D

unread,
May 24, 2014, 11:18:17 AM5/24/14
to lif...@googlegroups.com
I'm having the same problem as Mr. Uhlmann.

How long do you think it may take for this to be fixed (more or less...)? 

I have to choose between learning how to publish-local (I'm really clueless), waiting, or switching back to lift 2 for this project.


Thanks a lot

Diego Medina

unread,
May 24, 2014, 12:18:35 PM5/24/14
to lif...@googlegroups.com
If you can stay on lift 2.6 that will be s lot better. 3.0 is the bleeding edge right now. So even though we are doing m0 for lift 3 . there will be other breaking changes that may be frustrating for you.

--
AGYNAMIX(R). Passionate Software.
Inh. Torsten Uhlmann | Buchenweg 5 | 09380 Thalheim
Phone:     +49 3721 273445
Fax:         +49 3721 273446
Mobile:     +49 151 12412427
Web:        http://www.agynamix.de

--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code

---
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

Mariano Lucchetta

unread,
May 24, 2014, 8:07:22 PM5/24/14
to lif...@googlegroups.com
Hello all

I've forked Rogue repos and fixed the issues related with Lift 3 and ConnectionIdentifier. If you like you can clone https://github.com/antidata/rogue-field and https://github.com/antidata/rogue and run publish-local for both. After that you need to update the dependencies in your project to match with the local version of rogue: 2.3.0-SNAPSHOT

Best regards

D

unread,
May 29, 2014, 1:23:04 PM5/29/14
to lif...@googlegroups.com
Thanks, it works perfectly now :)

Torsten Uhlmann

unread,
May 31, 2014, 4:59:34 AM5/31/14
to lif...@googlegroups.com
I have published your changes to a private repository. To use it, add this line to your resolvers:


and add them to your dependencies:

"com.foursquare"            %% "rogue-field_3.0"          %  "2.3.0-SNAPSHOT"              intransitive() ,
"com.foursquare"            %% "rogue-core_3.0"           %  "2.3.0-SNAPSHOT"              intransitive() ,
"com.foursquare"            %% "rogue-lift_3.0"           %  "2.3.0-SNAPSHOT"              intransitive() ,
"com.foursquare"            %% "rogue-index_3.0"          %  "2.3.0-SNAPSHOT"              intransitive() ,

I changed their name to contain "_3.0" a la liftmodule style. The "intransitive()" is probably not necessary anymore...

If you would like to do that yourself:

I changed the "publishTo" in their build file into:

publishTo := Some(Resolver.file("tuhlmann-mvn-repo", new File("/home/tuhlmann/entw/aktuell/liftmodules/mvn-repo/snapshots"))),

A publish would then create the jar and pom files inside this path, which itself is a simple git repo. It also works fine with Github.


Did someone already ask the Foursquare guys if they could provide a Lift-3 build?

Torsten.

Mariano Lucchetta

unread,
May 31, 2014, 7:09:01 PM5/31/14
to lif...@googlegroups.com
Thank you Torsten

Brandon Hudgeons

unread,
Aug 10, 2014, 10:22:28 PM8/10/14
to lif...@googlegroups.com
For whatever it is worth, this error does not occur with 2.6-M3, but does occur with 2.6-RC1.

On Saturday, May 31, 2014 1:09:01 PM UTC-10, Mariano Lucchetta wrote:
Thank you Torsten

Diego Medina

unread,
Aug 10, 2014, 10:32:28 PM8/10/14
to Lift
For whatever it is worth, this error does not occur with 2.6-M3, but does occur with 2.6-RC1.



this is because after 2.6-M3 we moved things around in the repository, and rogue was only built for lift 2.5, in a way, lift 2.5 and lift up to 2.6-M3 were "the same" in this one case, and this is why it stopped working after we changed the location of the file.

Thanks

Diego


 

On Saturday, May 31, 2014 1:09:01 PM UTC-10, Mariano Lucchetta wrote:
Thank you Torsten

--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code

---
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages