Jupiter

www.tdpe.org
Verfügbare Informationen zu "Jupiter"

  • Qualität des Beitrags: 0 Sterne
  • Beteiligte Poster: yoshi3103 - Doppi - ljelonek
  • Forum: www.tdpe.org
  • Forenbeschreibung: Forum der Gruppe 4b für TdPE SS06 an der Uni Bielefeld
  • aus dem Unterforum: Käfersuche
  • Antworten: 7
  • Forum gestartet am: Donnerstag 20.04.2006
  • Sprache: deutsch
  • Link zum Originaltopic: Jupiter
  • Letzte Antwort: vor 16 Jahren, 9 Monaten, 15 Tagen, 12 Stunden, 34 Minuten
  • Alle Beiträge und Antworten zu "Jupiter"

    Re: Jupiter

    yoshi3103 - 10.06.2006, 18:48

    Jupiter
    So, hier noch mal an die richtige Stelle: der Jupiter läuft bei mir nicht tadellos. Siehe Screenshots.



    Re: Jupiter

    Doppi - 12.06.2006, 00:42


    Unlocking Document
    javax.swing.text.BadLocationException: Invalid remove
    at javax.swing.text.AbstractDocument.handleRemove(AbstractDocument.java:589)
    at javax.swing.text.AbstractDocument.remove(AbstractDocument.java:575)
    at sharededitor.DocumentOperator.applyOperation(DocumentOperator.java:67)
    at communication.synchronization.SynchronizedChat.nextOperation(SynchronizedChat.java:104)
    at communication.synchronization.SynchronizedChat.run(SynchronizedChat.java:111)
    at java.lang.Thread.run(Thread.java:595)
    checking for new Message

    nachdem das war, war kaputt :-)
    zur reproduzierbarkeit: ich hab einfach nur wie bekloppt geschrieben und dann gelöscht. nix besonderes eigentlich



    Re: Jupiter

    yoshi3103 - 12.06.2006, 17:34


    Da schließ ich mich an. Reicht schon, wenn du ein paar Buchstaben eintippst und dann wieder löschst, das Löschen überfordert ihn scheinbar komplett.

    Unlocking Document
    javax.swing.text.BadLocationException: Invalid remove
    at javax.swing.text.AbstractDocument.handleRemove(Unknown Source)
    at javax.swing.text.AbstractDocument.remove(Unknown Source)
    at sharededitor.DocumentOperator.applyOperation(DocumentOperator.java:67)
    atcommunication.synchronization.SynchronizedChat.nextOperation(SynchronizedChat.java:104)
    at communication.synchronization.SynchronizedChat.run(SynchronizedChat.java:111)
    at java.lang.Thread.run(Unknown Source)



    Re: Jupiter

    ljelonek - 12.06.2006, 17:46


    Wieviel habt ihr gelöscht? 1 Zeichen? oder den ganzen Text? und bei wem kam der Fehler? Beim Empfänger? oder beim Sender?



    Re: Jupiter

    yoshi3103 - 12.06.2006, 18:20


    Szenario 1, ganz ohne Löschen übrigens:

    1. starten & einladen
    2. annehmen
    3. einladender tippt "hallo" - das kommt nicht an
    4. eingeladener tippt "juhu"
    ergebnis:
    einladender: eingeladener:
    juhhallou juhuhallo

    und völlig ohne Fehlermeldung:

    checking for new Message
    DocumentOperationListener: insert 0
    DocumentOperationListener: insert 1
    DocumentOperationListener: insert 2
    DocumentOperationListener: insert 3
    checking for new Message
    DocumentOperationListener: insert 4
    checking for new Message
    checking for new Message
    checking for new Message
    checking for new Message
    checking for new Message
    checking for new Message
    checking for new Message
    <operation xmlns="www.tdpe.org"><otherMsgs>0</otherMsgs><start>0</start><myMsgs>0</myMsgs><operationtype>INS</operationtype><content>juh</content><documenttype>UNKNOWN</documenttype></operation>
    Locking Document
    Send Changes
    Send Operation INS 0 hallo
    ENTERING addOutgoingPacket
    LEAVING addOutgoingPacket
    UNKNOWN
    INS
    0
    ENTERING synchronizeChanges
    Synchronizing INS
    Unnötige Nachrichten gelöscht
    LEAVING synchronizeChanges
    INS 0 juh
    DocumentOperationListener: insert 0
    Unlocking Document
    checking for new Message
    <operation xmlns="www.tdpe.org"><otherMsgs>0</otherMsgs><start>3</start><myMsgs>1</myMsgs><operationtype>INS</operationtype><content>u</content><documenttype>UNKNOWN</documenttype></operation>
    Locking Document
    Send Changes
    UNKNOWN
    INS
    3
    ENTERING synchronizeChanges
    Synchronizing INS
    Unnötige Nachrichten gelöscht
    LEAVING synchronizeChanges
    INS 8 u
    DocumentOperationListener: insert 8
    Unlocking Document
    checking for new Message



    Re: Jupiter

    yoshi3103 - 12.06.2006, 18:25


    Szenario 2:

    1. starten & einladen
    2. annehmen
    3. eingeladener tippt "hallo"
    4. einladender tippt "juhu" - das kommt nicht an
    5. eingeladener löscht "hallo"

    ergebnis:
    einladender: eingeladener:
    hallu

    Fehler:

    checking for new Message
    Send Changes
    DocumentOperationListener: remove 4
    DocumentOperationListener: remove 3
    DocumentOperationListener: remove 2
    DocumentOperationListener: remove 1
    DocumentOperationListener: remove 0
    checking for new Message
    Send Changes
    checking for new Message
    Send Changes
    Send Operation DEL 4
    ENTERING addOutgoingPacket
    LEAVING addOutgoingPacket
    checking for new Message
    <operation xmlns="www.tdpe.org"><otherMsgs>2</otherMsgs><start>5</start><myMsgs>0</myMsgs><operationtype>INS</operationtype><content> juhu </content><documenttype>UNKNOWN</documenttype></operation>
    Locking Document
    checking for new Message
    <operation xmlns="www.tdpe.org"><otherMsgs>2</otherMsgs><start>5</start><myMsgs>0</myMsgs><operationtype>INS</operationtype><content> juhu </content><documenttype>UNKNOWN</documenttype></operation>
    Locking Document
    Send Changes
    UNKNOWN
    INS
    5
    ENTERING synchronizeChanges
    Send Changes
    Synchronizing INS
    UNKNOWN
    Unnötige Nachrichten gelöscht
    INS
    Message lost 0 2
    5
    LEAVING synchronizeChanges
    ENTERING synchronizeChanges
    INS 5 juhu
    Synchronizing INS
    DocumentOperationListener: insert 5
    Unnötige Nachrichten gelöscht
    Unlocking Document
    Message lost 0 1
    LEAVING synchronizeChanges
    INS 4 juhu
    javax.swing.text.BadLocationException: Invalid insert
    at javax.swing.text.GapContent.insertString(Unknown Source)
    at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source)
    at javax.swing.text.AbstractDocument.insertString(Unknown Source)
    at javax.swing.text.PlainDocument.insertString(Unknown Source)
    at sharededitor.DocumentOperator.applyOperation(DocumentOperator.java:80)
    at communication.synchronization.SynchronizedChat.nextOperation(SynchronizedChat.java:104)
    at communication.synchronization.SynchronizedChat.run(SynchronizedChat.java:111)Unlocking Document

    at java.lang.Thread.run(Unknown Source)
    checking for new Message
    Send Changes



    Re: Jupiter

    yoshi3103 - 12.06.2006, 18:31


    Szenario 3:

    1. starten & einladen
    2. annehmen
    3. einladender tippt "hallo arschkuh !"
    4. eingeladener erhält "hallo arsc"
    5. eingeladener löscht alles
    6. eingeladener schreibt "juhu" - das kommt nicht an
    7. einladender kann nicht mehr auf se zugreifen

    Fehler:

    checking for new Message
    Send Changes
    DocumentOperationListener: remove 9
    DocumentOperationListener: remove 8
    DocumentOperationListener: remove 7
    DocumentOperationListener: remove 6
    DocumentOperationListener: remove 5
    DocumentOperationListener: remove 4
    checking for new Message
    Send Changes
    Send Operation DEL 9
    ENTERING addOutgoingPacket
    LEAVING addOutgoingPacket
    DocumentOperationListener: remove 3
    DocumentOperationListener: remove 2
    DocumentOperationListener: remove 1
    checking for new Message
    <operation xmlns="www.tdpe.org"><otherMsgs>0</otherMsgs><start>10</start><myMsgs>1</myMsgs><operationtype>INS</operationtype><content>hkuh ! </content><documenttype>UNKNOWN</documenttype></operation>
    Locking Document
    Send Changes
    Send Operation DEL 3
    ENTERING addOutgoingPacket
    LEAVING addOutgoingPacket
    UNKNOWN
    INS
    10
    ENTERING synchronizeChanges
    Synchronizing INS
    Unnötige Nachrichten gelöscht
    LEAVING synchronizeChanges
    INS 6 hkuh !
    javax.swing.text.BadLocationException: Invalid insert
    at javax.swing.text.GapContent.insertString(Unknown Source)
    at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source)
    at javax.swing.text.AbstractDocument.insertString(Unknown Source)
    at javax.swing.text.PlainDocument.insertString(Unknown Source)
    at sharededitor.DocumentOperator.applyOperation(DocumentOperator.java:80)
    at communication.synchronization.SynchronizedChat.nextOperation(SynchronizedChat.java:104)
    at communication.synchronization.SynchronizedChat.run(SynchronizedChat.java:111)Unlocking Document

    at java.lang.Thread.run(Unknown Source)
    checking for new Message
    Send Changes
    DocumentOperationListener: remove 0
    checking for new Message
    Send Changes
    Send Operation DEL 0

    ENTERING addOutgoingPacket
    LEAVING addOutgoingPacket
    checking for new Message
    Send Changes
    checking for new Message
    Send Changes
    checking for new Message
    Send Changes
    DocumentOperationListener: insert 0
    DocumentOperationListener: insert 1
    DocumentOperationListener: insert 2
    DocumentOperationListener: insert 3
    checking for new Message
    Send Changes
    Send Operation INS 0 juhu
    ENTERING addOutgoingPacket
    LEAVING addOutgoingPacket
    checking for new Message



    Mit folgendem Code, können Sie den Beitrag ganz bequem auf ihrer Homepage verlinken



    Weitere Beiträge aus dem Forum www.tdpe.org

    ...was wir im Tut beschlossen haben... - gepostet von yoshi3103 am Dienstag 11.07.2006
    fehlerhaftes ausblenden der offlineKontakte - gepostet von Doppi am Donnerstag 06.07.2006
    DemoPräsentation - gepostet von ljelonek am Freitag 26.05.2006



    Ähnliche Beiträge wie "Jupiter"

    Zeus/Jupiter - Sonora (Donnerstag 12.07.2007)
    [Riesenräder] Jupiter / Göbel - Mister Style (Sonntag 16.09.2007)
    Bewerbung von Jupiter für den Wing - Anonymous (Mittwoch 15.08.2007)
    Eliana/Jupiter - Luzie (Sonntag 11.02.2007)
    Jupiter ist wieder Global Moderator! - Zimtbier (Freitag 25.11.2005)
    Multi-User Jupiter - ljelonek (Sonntag 23.07.2006)
    Biographie Makoto Kino/Sailor Jupiter - Michiru (Mittwoch 18.10.2006)
    Sailor Jupiter / Makoto Kino - Hotaru (Sonntag 23.07.2006)
    GIPSY UND JUPITER IMPFEN - julchen (Mittwoch 25.07.2007)
    Mittwoch 15.08 Jupiter Club 24.00 - Colonel Juran (Montag 13.08.2007)