Erlang Mailing Lists

Author Message

<  Erlyweb mailing list  ~  erlydb_mnesia in HEAD

ketralnis
Posted: Mon Nov 19, 2007 10:08 pm Reply with quote
User Joined: 20 Jul 2007 Posts: 151 Location: San Francisco, CA
Is erlydb_mnesia in HEAD broken?

debug:erlyweb_compile:110: Generating ErlyDB code for models: [...]
** exited: {undef,[{erlydb_mnesia,get_default_pool_id,[]},
{erlydb,'-code_gen/4-fun-3-',3},
{lists,foldl,3},
{erlydb,code_gen,4},
{erlyweb_compile,compile,2},
{erl_eval,do_apply,5},
{shell,exprs,6},
{shell,eval_loop,3}]} **

=ERROR REPORT==== 19-Nov-2007::13:53:30 ===
Error in process <0.43.0> on node 'node@host' with exit value: {undef,
[{erlydb_mnesia,get_default_pool_id,[]},{erlydb,'-code_gen/4-fun-3-',
3},{lists,foldl,3},{erlydb,code_gen,4},{erlyweb_compile,compile,2},
{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Post recived from mailinglist
View user's profile Send private message AIM Address
ketralnis
Posted: Tue Nov 20, 2007 7:19 am Reply with quote
User Joined: 20 Jul 2007 Posts: 151 Location: San Francisco, CA
Looks like erlydb_psql is broken too

** exited: {undef,[{erlydb_psql,get_default_pool_id,[]},
{erlydb,'-code_gen/4-fun-3-',3},
{lists,foldl,3},
{erlydb,code_gen,4},
{erlyweb_compile,compile,2},
{erl_eval,do_apply,5},
{shell,exprs,6},
{shell,eval_loop,3}]} **

On 19 Nov 2007, at 23:15, Yariv Sadan wrote:

>
> Yeah... it's due to my multiple db support changes. It's an easy fix
> -- just define the missing function. I'll do it.
>
> On Nov 19, 2007 2:06 PM, David King <dking@ketralnis.com> wrote:
>>
>> Is erlydb_mnesia in HEAD broken?
>>
>> debug:erlyweb_compile:110: Generating ErlyDB code for models: [...]
>> ** exited: {undef,[{erlydb_mnesia,get_default_pool_id,[]},
>> {erlydb,'-code_gen/4-fun-3-',3},
>> {lists,foldl,3},
>> {erlydb,code_gen,4},
>> {erlyweb_compile,compile,2},
>> {erl_eval,do_apply,5},
>> {shell,exprs,6},
>> {shell,eval_loop,3}]} **
>>
>> =ERROR REPORT==== 19-Nov-2007::13:53:30 ===
>> Error in process <0.43.0> on node 'node@host' with exit value:
>> {undef,
>> [{erlydb_mnesia,get_default_pool_id,[]},{erlydb,'-code_gen/4-fun-3-',
>> 3},{lists,foldl,3},{erlydb,code_gen,4},{erlyweb_compile,compile,2},
>> {erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
>>
>>>
>>
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Post recived from mailinglist
View user's profile Send private message AIM Address
Guest
Posted: Tue Nov 20, 2007 7:47 am Reply with quote
Guest
Yes, I would expect it.

Btw, in case Google Code didn't send you an email (did it?), your
patch looks good. I only have one request -- please keep line widths
to 80 chars (it's easier to navigate in emacs).

Thanks
Yariv

On Nov 19, 2007 11:18 PM, David King <dking@ketralnis.com> wrote:
>
> Looks like erlydb_psql is broken too
>
> ** exited: {undef,[{erlydb_psql,get_default_pool_id,[]},
> {erlydb,'-code_gen/4-fun-3-',3},
> {lists,foldl,3},
> {erlydb,code_gen,4},
> {erlyweb_compile,compile,2},
> {erl_eval,do_apply,5},
> {shell,exprs,6},
> {shell,eval_loop,3}]} **
>
>
> On 19 Nov 2007, at 23:15, Yariv Sadan wrote:
>
> >
> > Yeah... it's due to my multiple db support changes. It's an easy fix
> > -- just define the missing function. I'll do it.
> >
> > On Nov 19, 2007 2:06 PM, David King <dking@ketralnis.com> wrote:
> >>
> >> Is erlydb_mnesia in HEAD broken?
> >>
> >> debug:erlyweb_compile:110: Generating ErlyDB code for models: [...]
> >> ** exited: {undef,[{erlydb_mnesia,get_default_pool_id,[]},
> >> {erlydb,'-code_gen/4-fun-3-',3},
> >> {lists,foldl,3},
> >> {erlydb,code_gen,4},
> >> {erlyweb_compile,compile,2},
> >> {erl_eval,do_apply,5},
> >> {shell,exprs,6},
> >> {shell,eval_loop,3}]} **
> >>
> >> =ERROR REPORT==== 19-Nov-2007::13:53:30 ===
> >> Error in process <0.43.0> on node 'node@host' with exit value:
> >> {undef,
> >> [{erlydb_mnesia,get_default_pool_id,[]},{erlydb,'-code_gen/4-fun-3-',
> >> 3},{lists,foldl,3},{erlydb,code_gen,4},{erlyweb_compile,compile,2},
> >> {erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
> >>
> >>>
> >>
> >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Post recived from mailinglist
Guest
Posted: Tue Nov 20, 2007 8:17 am Reply with quote
Guest
I removed the requirement for all drivers to implement
get_default_pool_id(). It should work now.

By the way, does anybody know if the psql driver supports multiple
connection pools similar to the MySQL driver? After briefly reading
the code, it didn't seem to be the case.

Yariv

On Nov 19, 2007 11:18 PM, David King <dking@ketralnis.com> wrote:
>
> Looks like erlydb_psql is broken too
>
> ** exited: {undef,[{erlydb_psql,get_default_pool_id,[]},
> {erlydb,'-code_gen/4-fun-3-',3},
> {lists,foldl,3},
> {erlydb,code_gen,4},
> {erlyweb_compile,compile,2},
> {erl_eval,do_apply,5},
> {shell,exprs,6},
> {shell,eval_loop,3}]} **
>
>
> On 19 Nov 2007, at 23:15, Yariv Sadan wrote:
>
> >
> > Yeah... it's due to my multiple db support changes. It's an easy fix
> > -- just define the missing function. I'll do it.
> >
> > On Nov 19, 2007 2:06 PM, David King <dking@ketralnis.com> wrote:
> >>
> >> Is erlydb_mnesia in HEAD broken?
> >>
> >> debug:erlyweb_compile:110: Generating ErlyDB code for models: [...]
> >> ** exited: {undef,[{erlydb_mnesia,get_default_pool_id,[]},
> >> {erlydb,'-code_gen/4-fun-3-',3},
> >> {lists,foldl,3},
> >> {erlydb,code_gen,4},
> >> {erlyweb_compile,compile,2},
> >> {erl_eval,do_apply,5},
> >> {shell,exprs,6},
> >> {shell,eval_loop,3}]} **
> >>
> >> =ERROR REPORT==== 19-Nov-2007::13:53:30 ===
> >> Error in process <0.43.0> on node 'node@host' with exit value:
> >> {undef,
> >> [{erlydb_mnesia,get_default_pool_id,[]},{erlydb,'-code_gen/4-fun-3-',
> >> 3},{lists,foldl,3},{erlydb,code_gen,4},{erlyweb_compile,compile,2},
> >> {erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
> >>
> >>>
> >>
> >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Post recived from mailinglist
Guest
Posted: Tue Nov 20, 2007 1:25 pm Reply with quote
Guest
Yeah... it's due to my multiple db support changes. It's an easy fix
-- just define the missing function. I'll do it.

On Nov 19, 2007 2:06 PM, David King <dking@ketralnis.com> wrote:
>
> Is erlydb_mnesia in HEAD broken?
>
> debug:erlyweb_compile:110: Generating ErlyDB code for models: [...]
> ** exited: {undef,[{erlydb_mnesia,get_default_pool_id,[]},
> {erlydb,'-code_gen/4-fun-3-',3},
> {lists,foldl,3},
> {erlydb,code_gen,4},
> {erlyweb_compile,compile,2},
> {erl_eval,do_apply,5},
> {shell,exprs,6},
> {shell,eval_loop,3}]} **
>
> =ERROR REPORT==== 19-Nov-2007::13:53:30 ===
> Error in process <0.43.0> on node 'node@host' with exit value: {undef,
> [{erlydb_mnesia,get_default_pool_id,[]},{erlydb,'-code_gen/4-fun-3-',
> 3},{lists,foldl,3},{erlydb,code_gen,4},{erlyweb_compile,compile,2},
> {erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "erlyweb" group.
To post to this group, send email to erlyweb@googlegroups.com
To unsubscribe from this group, send email to erlyweb-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Post recived from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum