[Bug 0.6.2.04] TR Rückwärtssuche

xxMExx

Aktives Mitglied
Mitglied seit
25 Jul 2005
Beiträge
890
Punkte für Reaktionen
0
Punkte
16
Erstmal einen herzlichen Glückwunsch an das gesamte Entwicklerteam.

Aber ;)

Die Türkische Rückwärtssuche wird noch korrekt erkannt

Code:
(20:21:47) DEBUG: Adding website: http://www.ttrehber.gov.tr/trk-wp/IDA2?REQ=20&IDAERROR=&QRY=bus&CTRY=trk&LANG=tu&PAGE=complexSearch&LIP=complexSearch&ACTION=search&STP=C&ACD=$AREACODE&TEL=$NUMBER&sorgula=Ki%FEi+%2F+Kurum+Sorgula for +90
(20:21:47) DEBUG: adding patterns for: ttrehber.tr.gov
(20:21:47) DEBUG: Pattern name: <td class="level0">([^<]*)</td><td align="left">
(20:21:47) DEBUG: Pattern street: <td align="left">([^,]*),[^<]*</td>
(20:21:47) DEBUG: Pattern city: <td align="left">[^,]*,(?:[^,]*,\s*[0-9]*([^,]*,[^<]*)|\s*[0-9]*([^,]*,[^<]*)|([^<]*))</td>
(20:21:47) DEBUG: Pattern zipcode: <td align="left">[^,]*, ([0-9]*)[^<]*</td>
(20:21:47) DEBUG: 1 websites added for +90

auch die Number wird korrekt eingelesen
Code:
(20:21:47) DEBUG: Loading the turkish number to city list
(20:21:47) DEBUG: Subdirectory: /number
(20:21:47) DEBUG: full path: D:\Eigene Dateien\JFritz/number
(20:21:47) DEBUG: 110 Lines read from areacodes_turkey.csv
(20:21:47) DEBUG: numberMap size: 110

Allerdings werden beide Einträge nicht genutzt.
Code:
(20:23:56) DEBUG: Action reverselookup
(20:23:56) DEBUG: Start reverselookup
(20:23:56) DEBUG: ReverseLookup requests for 2 numbers
(20:23:56) DEBUG: creating thread
(20:23:56) DEBUG: No reverse lookup sites for: +90216
(20:23:56) DEBUG: Finished 1 from 2 requests
(20:23:58) DEBUG: No reverse lookup sites for: +90242
(20:23:58) DEBUG: Finished 2 from 2 requests

und eine Exception erscheint anschließend

Code:
(20:24:00) DEBUG: Saving to file D:\Eigene Dateien\JFritz\JData\jfritz.phonebook.xml
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
	at javax.swing.plaf.basic.BasicProgressBarUI.updateSizes(Unknown Source)
	at javax.swing.plaf.basic.BasicProgressBarUI.getBox(Unknown Source)
	at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.paintIndeterminate(Unknown Source)
	at javax.swing.plaf.basic.BasicProgressBarUI.paint(Unknown Source)
	at javax.swing.plaf.ComponentUI.update(Unknown Source)
	at javax.swing.JComponent.paintComponent(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintWithOffscreenBuffer(Unknown Source)
	at javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
	at javax.swing.JComponent._paintImmediately(Unknown Source)
	at javax.swing.JComponent.paintImmediately(Unknown Source)
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
(20:24:03) DEBUG: Main.exit(0)
(20:24:03) DEBUG: Starting shutdown thread..
(20:24:03) DEBUG: Shutting down JFritz...
(20:24:03) DEBUG: Multiple instance lock: release lock.
(20:24:03) DEBUG: Save state properties
(20:24:03) DEBUG: Saving to file D:\Eigene Dateien\JFritz\JData\jfritz.state.properties.xml
(20:24:03) DEBUG: Stopping FBoxListener
(20:24:03) DEBUG: IO exception: java.net.SocketException: socket closed
(20:24:03) DEBUG: Finished shutting down
(20:24:03) DEBUG: Shutdown thread done.

Die Deutsche Rückwärtssuche funktioniert, allerdings kommt auch hier die Exception

Code:
(20:30:16) DEBUG: ReverseLookup requests for 1 numbers
(20:30:16) DEBUG: creating thread
(20:30:17) DEBUG: Begin reverselookup for: 02217901310
(20:30:17) DEBUG: Reverse lookup using: http://dasoertliche.de/?form_name=search_inv&page=RUECKSUCHE&context=RUECKSUCHE&action=STANDARDSUCHE&la=de&rci=no&ph=02????????
(20:30:17) DEBUG: Header of dasoertliche.de:null: HTTP/1.0 200 OK | Set-Cookie: JSESSIONID=BB1BF15F37729D6DD392A6A02B6A2B3F; Path=/ | Set-Cookie: Orte=|; Domain=.dasoertliche.de; Expires=Mon, 06-May-2075 21:44:17 GMT | Set-Cookie: Ortsliste=; Domain=.dasoertliche.de; Expires=Mon, 06-May-2075 21:44:17 GMT | Set-Cookie: Suchwortliste=; Domain=.dasoertliche.de; Expires=Mon, 06-May-2075 21:44:17 GMT | Content-Type: text/html;charset=ISO-8859-1 | Date: Wed, 18 Apr 2007 18:30:10 GMT | Connection: close | 
(20:30:17) DEBUG: CHARSET : ISO-8859-1
(20:30:20) DEBUG: Begin processing response from dasoertliche.de
(20:30:31) DEBUG: Firstname: B.
(20:30:31) DEBUG: Lastname: Sondermann
(20:30:31) DEBUG: Company: 
(20:30:31) DEBUG: Street: 
(20:30:31) DEBUG: ZipCode: 
(20:30:31) DEBUG: City: 
(20:30:31) DEBUG: Looking up city in numberMap: 02?????????
(20:30:31) DEBUG: Finished 1 from 1 requests
(20:30:33) DEBUG: Saving to file D:\Eigene Dateien\JFritz\JData\jfritz.phonebook.xml
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
	at javax.swing.plaf.basic.BasicProgressBarUI.updateSizes(Unknown Source)
	at javax.swing.plaf.basic.BasicProgressBarUI.getBox(Unknown Source)
	at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.paintIndeterminate(Unknown Source)
	at javax.swing.plaf.basic.BasicProgressBarUI.paint(Unknown Source)
	at javax.swing.plaf.ComponentUI.update(Unknown Source)
	at javax.swing.JComponent.paintComponent(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintWithOffscreenBuffer(Unknown Source)
	at javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
	at javax.swing.JComponent._paintImmediately(Unknown Source)
	at javax.swing.JComponent.paintImmediately(Unknown Source)
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
(20:31:04) DEBUG: Saving to file D:\Eigene Dateien\JFritz\JData\jfritz.phonebook.xml
 
Ach mist! Ich habe die funktion seit wochen nicht mehr getestet weil ich die ganze Zeit an meiner Netzwerkfähigen JFritz arbeite. Werde ich mir auf jeden Fall anschauen und korrigieren.

EDIT: Ich sehe da keinen einzigen Funktionsaufruf von jfritz in beiden Stacktraces. Da sagt mir, dass wahrscheinlich etwas an Java und Windows-theme nicht stimmen könnte.

--Brian
 
Zuletzt bearbeitet:
Hallo Capncrunch,

gerade mal von JRE 5u6 auf JRE 6u1 umgestellt.

Die Exception ist dadurch beseitigt und erscheint nicht mehr in der DEBUG.txt. Verbleiben tut allerdings dieser Teil

Code:
(22:07:15) DEBUG: ReverseLookup requests for 1 numbers
(22:07:15) DEBUG: creating thread
(22:07:15) DEBUG: No reverse lookup sites for: +90216
(22:07:15) DEBUG: Finished 1 from 1 requests
(22:07:17) DEBUG: Saving to file D:\Eigene Dateien\JFritz\JData\jfritz.phonebook.xml

CU
xxMExx
 

Neueste Beiträge

Statistik des Forums

Themen
244,695
Beiträge
2,216,687
Mitglieder
371,314
Neuestes Mitglied
Gjorstn
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.