Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Mam problem z Javą firmy Sun w wersji 6. Problem objawia się tym, że nie mogę tworzyć połączeń. Np. włączam sobie w Eclipse debugowanie i wywala mi komunikat: Cannot connect to VM. Socket close. Oto log: http://wklej.to/wL1o (plik jest duży)
Kiedy chcę uruchomić Renaissance z http://tools.services.openoffice.org/impressprototype/impressprototype.jnlp , to dostaję komunikat, że nie można wczytać zasobu. Identycznie jest choćby z taką czaterią na Interii.
Co może być przyczyną i jak sobie z tym poradzić? Dodam, że z OpenJDK jest wszystko ok.
Offline
[url]http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044[/url]
Offline
[quote=0dd][url]http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044[/url][/quote]
[url=http://forum.dug.net.pl/viewtopic.php?pid=142504#p142504]czyżby?[/url]
Offline
Tu jest napisane co robi: http://www.kernel.org/doc/man-pages/online/pages/man7/ipv6.7.html . Fragment:
IPV6_V6ONLY (since Linux 2.4.21 and 2.6)
If this flag is set to true (nonzero), then the socket is restricted to
sending and receiving IPv6 packets only. In this case, an IPv4 and an
IPv6 application can bind to a single port at the same time.
If this flag is set to false (zero), then the socket can be used to
send and receive packets to and from an IPv6 address or an IPv4-mapped
IPv6 address.
The argument is a pointer to a boolean value in an integer.
The default value for this flag is defined by the contents of the file
/proc/sys/net/ipv6/bindv6only. The default value for that file is 0
(false).[/quote]
Offline
Time (s) | Query |
---|---|
0.00009 | SET CHARSET latin2 |
0.00005 | SET NAMES latin2 |
0.00113 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.142.249.105' WHERE u.id=1 |
0.00081 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.142.249.105', 1732216992) |
0.00050 | SELECT * FROM punbb_online WHERE logged<1732216692 |
0.00073 | DELETE FROM punbb_online WHERE ident='18.117.106.23' |
0.00082 | DELETE FROM punbb_online WHERE ident='216.244.66.250' |
0.00077 | DELETE FROM punbb_online WHERE ident='3.144.235.141' |
0.00083 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=16783 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00162 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=16783 ORDER BY p.id LIMIT 0,25 |
0.00097 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=16783 |
Total query time: 0.00837 s |