| Author |
Message |
|
| ketralnis |
Posted: Mon Nov 19, 2007 10:08 pm |
|
|
|
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 |
|
|
| Back to top |
|
| ketralnis |
Posted: Tue Nov 20, 2007 7:19 am |
|
|
|
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 |
|
|
| Back to top |
|
| Guest |
Posted: Tue Nov 20, 2007 7:47 am |
|
|
|
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 |
|
|
| Back to top |
|
| Guest |
Posted: Tue Nov 20, 2007 8:17 am |
|
|
|
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 |
|
|
| Back to top |
|
| Guest |
Posted: Tue Nov 20, 2007 1:25 pm |
|
|
|
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 |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
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
|
|
|