Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Antville 1.1 Datenbank migrieren
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
phoque  
View profile   Translate to Translated (View Original)
 More options Oct 12 2009, 8:16 am
From: phoque <nils.wer...@gmail.com>
Date: Mon, 12 Oct 2009 05:16:42 -0700 (PDT)
Local: Mon, Oct 12 2009 8:16 am
Subject: Antville 1.1 Datenbank migrieren
Hey Tobi,

wie migriert man die Datenbank einer alten Antville-Version auf die
neue 1.2?

Gruß, Nils


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tobi  
View profile   Translate to Translated (View Original)
 More options Oct 12 2009, 1:49 pm
From: tobi <interf...@p3k.org>
Date: Mon, 12 Oct 2009 10:49:59 -0700 (PDT)
Local: Mon, Oct 12 2009 1:49 pm
Subject: Re: Antville 1.1 Datenbank migrieren
Hallo Nils

Dazu benötigst Du die Updater Applikation und ggf. beherzte Geduld.

Ich kann Dir dazu (und zu Deinen anderen Fragen) hoffentlich diese
Woche noch etwas ausführlicher schreiben.

Ciao,
tobi

On Oct 12, 2:16 pm, phoque <nils.wer...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nils W  
View profile   Translate to Translated (View Original)
 More options Oct 14 2009, 11:43 am
From: Nils W <nils.wer...@gmail.com>
Date: Wed, 14 Oct 2009 08:43:46 -0700 (PDT)
Local: Wed, Oct 14 2009 11:43 am
Subject: Re: Antville 1.1 Datenbank migrieren
Hallo Tobi,

ich hab schonmal ein wenig mit dem Updater rumgespielt. Er scheint
noch ziemlich viele Fehler zu haben... :-)

Gruß, Nils

On 12 Okt., 19:49, tobi <interf...@p3k.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tobi  
View profile   Translate to Translated (View Original)
 More options Oct 14 2009, 5:07 pm
From: tobi <interf...@p3k.org>
Date: Wed, 14 Oct 2009 14:07:03 -0700 (PDT)
Local: Wed, Oct 14 2009 5:07 pm
Subject: Re: Antville 1.1 Datenbank migrieren

> ich hab schonmal ein wenig mit dem Updater rumgespielt. Er scheint
> noch ziemlich viele Fehler zu haben... :-)

Welche?

t


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
phoque  
View profile   Translate to Translated (View Original)
 More options Oct 14 2009, 6:46 pm
From: phoque <nils.wer...@gmail.com>
Date: Wed, 14 Oct 2009 15:46:25 -0700 (PDT)
Local: Wed, Oct 14 2009 6:46 pm
Subject: Re: Antville 1.1 Datenbank migrieren
layout.name wird gekürzt von varchar(128) auf varchar(30), das bringt
das Skript raus.
Und irgendwas mit den Skins hat ihn gestört, sah nach single-quotes-
problem aus oder so (hab leider kein logfile).

On 14 Okt., 23:07, tobi <interf...@p3k.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobi Schäfer  
View profile   Translate to Translated (View Original)
 More options Oct 15 2009, 3:21 am
From: Tobi Schäfer <interf...@p3k.org>
Date: Thu, 15 Oct 2009 09:21:56 +0200
Local: Thurs, Oct 15 2009 3:21 am
Subject: Re: [antville-dev] Re: Antville 1.1 Datenbank migrieren

> layout.name wird gekürzt von varchar(128) auf varchar(30), das bringt
> das Skript raus.

das könntest du umgehen, indem du in zeile 86 von convert.skin den  
entsprechenden wert von 30 wieder auf 128 setzst.

http://code.google.com/p/antville/source/browse/trunk/updater/Global/...

> Und irgendwas mit den Skins hat ihn gestört, sah nach single-quotes-
> problem aus oder so (hab leider kein logfile).

spuckt der updater prinzipielle nichts aus oder hast du das logging  
nicht eingeschaltet?

ciao,
tobi

  smime.p7s
4K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
phoque  
View profile   Translate to Translated (View Original)
 More options Oct 15 2009, 6:12 am
From: phoque <nils.wer...@gmail.com>
Date: Thu, 15 Oct 2009 03:12:43 -0700 (PDT)
Local: Thurs, Oct 15 2009 6:12 am
Subject: Re: Antville 1.1 Datenbank migrieren

On 15 Okt., 09:21, Tobi Schäfer <interf...@p3k.org> wrote:

> > layout.name wird gekürzt von varchar(128) auf varchar(30), das bringt
> > das Skript raus.

> das könntest du umgehen, indem du in zeile 86 von convert.skin den  
> entsprechenden wert von 30 wieder auf 128 setzst.

Das hab ich gemacht. Wieso wird überhaupt gekürzt?
Und bei Antville.org hattet ihr wohl einfach Glück, dass es keinen
Fehler gab?

> http://code.google.com/p/antville/source/browse/trunk/updater/Global/...

> > Und irgendwas mit den Skins hat ihn gestört, sah nach single-quotes-
> > problem aus oder so (hab leider kein logfile).

> spuckt der updater prinzipielle nichts aus oder hast du das logging  
> nicht eingeschaltet?

Doch, doch. Ich hab aber nur auf die Konsole gelogged:

[2009/10/15 12:11:52] [INFO] Write Story.skin to /usr/local/
helma-1.6.2/static/antville/anfalas/layouts/aerosol vorlagenkatalog/
Story/Story.skin
[2009/10/15 12:11:52] [INFO] update skin set source = '<div
class="pagelink"> ...
[2009/10/15 12:11:52] [INFO] update skin set source = '<% comment.skin
'undefined'#restore %> ...
[2009/10/15 12:11:52] [INFO] java.sql.SQLException: You have an error
in your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near 'undefined'#restore %>
<% if <% comment.creator %> is null then
   <% parent.ski' at line 1
[2009/10/15 12:11:52] [INFO] Closing DB connection:
com.mysql.jdbc.Connection@5e845e84
[2009/10/15 12:11:52] [INFO] updater:internal:<function> aborted after
7938 millis
[2009/10/15 12:11:54] [INFO] updater:get:out 0 inserted, 0 updated, 0
deleted in 0 millis


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobi Schäfer  
View profile   Translate to Translated (View Original)
 More options Oct 15 2009, 7:20 am
From: Tobi Schäfer <interf...@p3k.org>
Date: Thu, 15 Oct 2009 13:20:10 +0200
Local: Thurs, Oct 15 2009 7:20 am
Subject: Re: [antville-dev] Re: Antville 1.1 Datenbank migrieren

> Das hab ich gemacht. Wieso wird überhaupt gekürzt?
> Und bei Antville.org hattet ihr wohl einfach Glück, dass es keinen
> Fehler gab?

nein, die scripts sind ja für antville.org zugeschnitten. du könntest  
jetzt mit eurem update dabei helfen, dass die updater app in eine  
fassung kommt, die auch die veröffentlichung eines release 1.2  
wahrscheinlicher machen könnte...

ja, das schaut wirklich nach einem problem mit quotes aus. werd ich  
mir genauer anschauen müssen, aber falls du den fehler genau  
lokalisieren kannst, nur zu.

ciao,
tobi

  smime.p7s
4K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »