Ошибка bad packet

Hey all. I keep getting a 'bad packet ID error'' or ''bad compressed data format'' There's the exact error: Internal Exception: io.netty.handler.codec.Deco...

  • Search


    • Search all Forums


    • Search this Forum


    • Search this Thread


  • Tools


    • Jump to Forum


  • #1

    Jun 25, 2014

    Hey all.
    I keep getting a ‘bad packet ID error» or »bad compressed data format»
    There’s the exact error: Internal Exception: io.netty.handler.codec.DecoderException:java.io.IOException: And then I get this: Bad compressed data format. Or this: Packet was larger than I expected, found 9 bytes extra whilst reading packet 50 or this: Bad packet id xxx
    And other strange errors, but usually I get bad packet ID.
    When I try to go into a server, I get kicked immediately with these errors.
    I googled it, and after long googling I found something. A guy said it has something to do with firewall, so I changed its settings, and restarted my computer but nothing works. This is frustrating, because I can’t do anything right now. Please help me with this problem! Any help will be greatly appreciated!!!!


  • #2

    Jun 25, 2014

    Some questions for you, Do you have any «client» sided mods that alter your inventory or any mods just in general. Is this occurring on joining multiplayer servers?

    ~Happy Mining :SSSS: ~


  • #3

    Jun 25, 2014

    Not a single mod installed. And yeah, it’s happening on multiple servers.


  • #4

    Jun 26, 2014

    Can no1 help me with this??


  • #5

    Jun 26, 2014

    Seriously no1 can help me??


  • #8

    Jan 9, 2017


    enderink


    • View User Profile


    • View Posts


    • Send Message



    View enderink's Profile

    • Out of the Water
    • Join Date:

      2/7/2016
    • Posts:

      4
    • Minecraft:

      enderink
    • Member Details

    Hey all.
    I keep getting a ‘bad packet ID error» or »bad compressed data format»
    There’s the exact error: Internal Exception: io.netty.handler.codec.DecoderException:java.io.IOException: And then I get this: Bad compressed data format. Or this: Packet was larger than I expected, found 9 bytes extra whilst reading packet 50 or this: Bad packet id xxx
    And other strange errors, but usually I get bad packet ID.
    When I try to go into a server, I get kicked immediately with these errors.
    I googled it, and after long googling I found something. A guy said it has something to do with firewall, so I changed its settings, and restarted my computer but nothing works. This is frustrating, because I can’t do anything right now. Please help me with this problem! Any help will be greatly appreciated!!!!

    Hang in there

    IA

  • To post a comment, please login.

Posts Quoted:

Reply

Clear All Quotes



  • Search


    • Search all Forums


    • Search this Forum


    • Search this Thread


  • Tools


    • Jump to Forum


  • #1

    Jun 25, 2014

    Hey all.
    I keep getting a ‘bad packet ID error» or »bad compressed data format»
    There’s the exact error: Internal Exception: io.netty.handler.codec.DecoderException:java.io.IOException: And then I get this: Bad compressed data format. Or this: Packet was larger than I expected, found 9 bytes extra whilst reading packet 50 or this: Bad packet id xxx
    And other strange errors, but usually I get bad packet ID.
    When I try to go into a server, I get kicked immediately with these errors.
    I googled it, and after long googling I found something. A guy said it has something to do with firewall, so I changed its settings, and restarted my computer but nothing works. This is frustrating, because I can’t do anything right now. Please help me with this problem! Any help will be greatly appreciated!!!!


  • #2

    Jun 25, 2014

    Some questions for you, Do you have any «client» sided mods that alter your inventory or any mods just in general. Is this occurring on joining multiplayer servers?

    ~Happy Mining :SSSS: ~


  • #3

    Jun 25, 2014

    Not a single mod installed. And yeah, it’s happening on multiple servers.


  • #4

    Jun 26, 2014

    Can no1 help me with this??


  • #5

    Jun 26, 2014

    Seriously no1 can help me??


  • #8

    Jan 9, 2017


    enderink


    • View User Profile


    • View Posts


    • Send Message



    View enderink's Profile

    • Out of the Water
    • Join Date:

      2/7/2016
    • Posts:

      4
    • Minecraft:

      enderink
    • Member Details

    Hey all.
    I keep getting a ‘bad packet ID error» or »bad compressed data format»
    There’s the exact error: Internal Exception: io.netty.handler.codec.DecoderException:java.io.IOException: And then I get this: Bad compressed data format. Or this: Packet was larger than I expected, found 9 bytes extra whilst reading packet 50 or this: Bad packet id xxx
    And other strange errors, but usually I get bad packet ID.
    When I try to go into a server, I get kicked immediately with these errors.
    I googled it, and after long googling I found something. A guy said it has something to do with firewall, so I changed its settings, and restarted my computer but nothing works. This is frustrating, because I can’t do anything right now. Please help me with this problem! Any help will be greatly appreciated!!!!

    Hang in there

    IA

  • To post a comment, please login.

Posts Quoted:

Reply

Clear All Quotes



0

1

настраиваю dns по
мануалу на ubuntu

options {
        directory "/var/cache/bind";

        // If there is a firewall between you and nameservers you want
        // to talk to, you may need to fix the firewall to allow multiple
        // ports to talk.  See http://www.kb.cert.org/vuls/id/800113

        // If your ISP provided one or more IP addresses for stable
        // nameservers, you probably want to use them as forwarders.
        // Uncomment the following block, and insert the addresses replacing
        // the all-0's placeholder.

        forwarders {
                77.88.8.8;
                8.8.8.8;
        };

        //========================================================================
        // If BIND logs error messages about the root key being expired,
        // you will need to update your keys.  See https://www.isc.org/bind-keys
        //========================================================================
        dnssec-validation auto;

        auth-nxdomain no;    # conform to RFC1035
        listen-on-v6 { any; };
};

далее хочу проверить хочу увидеть вместо 78 мсек что-то более быстрое:

alex@about-test:~$ dig google.ru

; <<>> DiG 9.9.5-11ubuntu1.1-Ubuntu <<>> google.ru
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58509
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;google.ru.                     IN      A

;; ANSWER SECTION:
google.ru.              188     IN      A       173.194.122.216
google.ru.              188     IN      A       173.194.122.207
google.ru.              188     IN      A       173.194.122.223
google.ru.              188     IN      A       173.194.122.215

;; Query time: 78 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Sun Jan 17 13:16:50 MSK 2016
;; MSG SIZE  rcvd: 127

alex@about-test:~$ dig google.ru
;; Got bad packet: FORMERR
138 bytes
04 73 81 a0 00 01 00 04 00 00 00 01 06 67 6f 6f          .s...........goo
67 6c 65 02 72 75 00 00 01 00 01 06 67 6f 6f 67          gle.ru......goog
6c 65 02 72 75 00 00 01 00 01 00 00 00 b4 00 04          le.ru...........
ad c2 7a d8 06 67 6f 6f 67 6c 65 02 72 75 00 00          ..z..google.ru..
01 00 01 00 00 00 b4 00 04 ad c2 7a cf 06 67 6f          ...........z..go
6f 67 6c 65 02 72 75 00 00 01 00 01 00 00 00 b4          ogle.ru.........
00 04 ad c2 7a df 06 67 6f 6f 67 6c 65 02 72 75          ....z..google.ru
00 00 01 00 01 00 00 00 b4 00 04 ad c2 7a d7 00          .............z..
00 00 29 10 00 00 00 00 00 00                            ..).......

а получаю какой то bad пакет! purge и переустановка не помогает, named-checkconf ошибок не находит.

Im trying to play destiny 2 like ive normally done before before battleeye came out for pc, i literally play no other online game which needs an anti cheat yet i have a bad packet? Im just tryna play the game, i have 0 concern and time to do something as childish as cheating. Pls help anyone


Опубликовать опрос


Сообщение с вопросом

Играйте достойно. Потратьте минутку на ознакомление с нашими правилами, прежде чем отправлять вашу запись.

Отмена

Изменить

Создать боевую группу
Опубликовать

  • Just had this happen to me mid new 6 man event. Shut the game down to the desktop then pops up some pish about bad packets.


    Опубликовать опрос


    Сообщение с вопросом

    Играйте достойно. Потратьте минутку на ознакомление с нашими правилами, прежде чем отправлять вашу запись.

    Отмена

    Изменить

    Создать боевую группу
    Опубликовать

  • I got this error today too.
    Was entering a crucible match and bad packet with «PLUM» error was on my screen ingame


    Опубликовать опрос


    Сообщение с вопросом

    Играйте достойно. Потратьте минутку на ознакомление с нашими правилами, прежде чем отправлять вашу запись.

    Отмена

    Изменить

    Создать боевую группу
    Опубликовать

  • managed to fix this error ?


    Опубликовать опрос


    Сообщение с вопросом

    Играйте достойно. Потратьте минутку на ознакомление с нашими правилами, прежде чем отправлять вашу запись.

    Отмена

    Изменить

    Создать боевую группу
    Опубликовать

  • Just got kicked mid-match on a 16 kill streak with a bad packet error, not sure what caused it


    Опубликовать опрос


    Сообщение с вопросом

    Играйте достойно. Потратьте минутку на ознакомление с нашими правилами, прежде чем отправлять вашу запись.

    Отмена

    Изменить

    Создать боевую группу
    Опубликовать

  • It usually means your connection is not perfect, so that packets are dropped or get corrupted.


    Опубликовать опрос


    Сообщение с вопросом

    Играйте достойно. Потратьте минутку на ознакомление с нашими правилами, прежде чем отправлять вашу запись.

    Отмена

    Изменить

    Создать боевую группу
    Опубликовать

  • I’m having this same issue… it closed the game in the middle of me listening to the audio from Mara… What is going on?


    Опубликовать опрос


    Сообщение с вопросом

    Играйте достойно. Потратьте минутку на ознакомление с нашими правилами, прежде чем отправлять вашу запись.

    Отмена

    Изменить

    Создать боевую группу
    Опубликовать

Пытаюсь подключиться к mysql но бросает исключение

URL - jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(PORT=3306)(HOST=localhost))(CONNECT_DATA=(SID=admin_admin)))
Подключаемся
java.sql.SQLRecoverableException: IO Error: Bad packet type
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:801)
        at oracle.jdbc.driver.PhysicalConnection.connect(PhysicalConnection.java:782)
        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:39)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:704)
        at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:390)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:279)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:202)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:180)
        at com.app.Application.main(Application.java:22)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
        at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: oracle.net.ns.NetException: Bad packet type
        at oracle.net.ns.NIOPacket.readNIOPacket(NIOPacket.java:382)
        at oracle.net.ns.NSProtocolNIO.negotiateConnection(NSProtocolNIO.java:124)
        at oracle.net.ns.NSProtocol.connect(NSProtocol.java:318)
        at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1481)
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:540)
        ... 14 more

Код программы

public class Application {

    public static void main(String[] args) {
        OracleDataSource oracleDataSource;
        {
            try {
                oracleDataSource = new OracleDataSource();
                oracleDataSource.setUser("логин");
                oracleDataSource.setPassword("пароль");
                oracleDataSource.setDriverType("thin");
                oracleDataSource.setDatabaseName("admin_admin");
                oracleDataSource.setServerName("localhost");
                oracleDataSource.setPortNumber(3306);
                System.out.println("URL - "+oracleDataSource.getURL());
                System.out.println("Подключаемся");
                Connection connection = oracleDataSource.getConnection();
                System.out.println("Успешное подключение к бд");
            } catch (SQLException e) {
                e.printStackTrace();
            }
        }
    }

}

Порт 3306 100% прослушивается mysql

tcp6       0      0 :::3306                 :::*                    LISTEN      31606/mysqld

Пробовал вместо localhost писать ip но все равно бросает это же исключение.
Пробовал вместо драйвера thin ставить mysql, но пишет

java.sql.SQLException: Invalid Oracle URL specified
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:593)
        at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:390)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:279)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:202)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:180)
        at com.app.Application.main(Application.java:20)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
        at java.base/java.lang.Thread.run(Thread.java:834)

возможно я не так ставлю драйвер?

  • Печать

Страницы: [1]   Вниз

Тема: DNS_ERROR_BAD_PACKET при входе Active Directory  (Прочитано 1624 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн
artemmen

Ошибка возникает при попытках входа через Likewise Open, PBIS и командой

root@sysadmin-desktop:/etc# sudo domainjoin-cli join ROSA.INT admin 123456
Joining to AD Domain:   ROSA.INT
With Computer DNS Name: sysadmin-desktop.rosa.int

Error: DNS_ERROR_BAD_PACKET [code 0x0000251e]

A bad packet was received from a DNS server. Potentially the requested address
does not exist.

DNS работает

root@sysadmin-desktop:/etc# nslookup rels
Server: 192.168.100.1
Address: 192.168.100.1#53

Name: rels.rosa.int
Address: 192.168.100.1

root@sysadmin-desktop:/etc# nslookup rels.rosa.int
Server: 192.168.100.1
Address: 192.168.100.1#53

Name: rels.rosa.int
Address: 192.168.100.1


Как это победить?


Оффлайн
SABeShnik

2x2Gb DDRIII, C2D8400, Seagate 2x2Tb 5900, Samsung 1Tb 7200,
Seagate 250 7200, X633, AeroCool 700W


Оффлайн
artemmen

Хорошая идея. Надо искать модератора, могущего это сделать.


С целью исключения некропостинга, по состоянию на 24.02.2020 модератором раздела принято решение тему закрыть. Если у кого-то будет аналогичная проблема — убедительная просьба создать новую тему и искать решение в рамках этой новой темы (в любом случае с каждым релизом системы/программ схожие симптомы не всегда дают одну и ту же проблему, и, как следствие, решения тоже могут быть в корне разные). К сожалению, я наткнулся на данный топик только сейчас. Впрочем, на момент его создания я и модератором-то не был.
Закрыто.
—zg_nico

« Последнее редактирование: 24 Февраля 2020, 21:06:05 от zg_nico »


  • Печать

Страницы: [1]   Вверх

Понравилась статья? Поделить с друзьями:
  • Ошибка b2aaa уаз патриот
  • Ошибка bad module info
  • Ошибка b20049 ауди
  • Ошибка b2aaa ситроен с4
  • Ошибка backgroundtaskhost exe