Bytes pending

          Hi,
          Our MDB's (Using Queue) are processing the message perfectly, without any exception
          , all messages are consumed, but Bytes Pending count goes on increasing even there
          is no exception and finally we are getting memory out of exception.
          Thanks and Regards
          Sanjay.
          

          version and SP?
          On 13 Dec 2002 04:11:05 -0800, "Sanjay"
          <[email protected]> wrote:
          >
          >Hi,
          >
          >Our MDB's (Using Queue) are processing the message perfectly, without any exception
          >, all messages are consumed, but Bytes Pending count goes on increasing even there
          >is no exception and finally we are getting memory out of exception.
          >
          >Thanks and Regards
          >Sanjay.
          >
          

Similar Messages

  • Bytes Pending Problem still Prevails;

              Sorry to say that my byte pending problem is still around.
              There are
              no applications exceptions.
              no runtime exceptions.
              I also made sure that the deployment discriptor declares the TX boundry as NEVER
              The problem that I see at the moment is that once NotificationMDB goes out of commision
              (meaning bytes pending starts increasing) even if I reddeploy the jar file. Message
              on reaching the notification topic do not fire the MDB's
              Could somebody explain possible reasons for this behavior.
              Also I have another process that subscibes to the same topic. but that only takes
              effect when i am communicating with my system sysnchronously.
              Here is the deployment discriptor for
              NotificationMDB-ejb-jar.xml
              <ejb-jar>
              <enterprise-beans>
              <message-driven>
              <ejb-name>NotificationMDB</ejb-name>
              <ejb-class>mypackage.NotificationMDB</ejb-class>
              <transaction-type>Container</transaction-type>
              <message-driven-destination>
              <destination-type>javax.jms.Topic</destination-type>
              </message-driven-destination>
              </message-driven>
              </enterprise-beans>
              <assembly-descriptor>
                   <container-transaction>
                        <method>
                             <ejb-name>NotificationMDB</ejb-name>
                             <method-name>*</method-name>
                        </method>
                   <trans-attribute>Never</trans-attribute>
                   </container-transaction>
              </assembly-descriptor>
              </ejb-jar>
              and
              NotificationMDB-weblogic-ejb-jar.xml
              <weblogic-ejb-jar>
              <weblogic-enterprise-bean>
              <ejb-name>NotificationMDB</ejb-name>
              <message-driven-descriptor>
              <pool>
              <max-beans-in-free-pool>200</max-beans-in-free-pool>
              <initial-beans-in-free-pool>200</initial-beans-in-free-pool>
              </pool>
              <destination-jndi-name>mysystem.jms.notificationTopic</destination-jndi-name>
              <connection-factory-jndi-name>mysystem.jms.notificationFactory</connection-factory-jndi-name>
              </message-driven-descriptor>
              <jndi-name>mysystem.jms.NotificationMDB</jndi-name>
              </weblogic-enterprise-bean>
              </weblogic-ejb-jar>
              

              Hi christian.
              you were right switching to sp2 solved the bytes pending problem on my topic
              thanks for your help
              Christian Buchegger <[email protected]> wrote:
              >Hi,
              >
              >
              >what version of WLS are you using ? Please check if this could be issue
              >061783 as documented at:
              >http://e-docs.bea.com/wls/docs61/notes/bugfixes2.html#1143510
              >and which is fixed with WLS6.1SP2. Otherwise consider to open as case with
              >BEA Support.
              >
              >
              >Regards,
              >Christian Buchegger
              >Developer Relations Engineer
              >BEA Support
              >
              >
              >Mekaiel Hussain schrieb:
              >
              >> Sorry to say that my byte pending problem is still around.
              >>
              >> There are
              >> no applications exceptions.
              >> no runtime exceptions.
              >> I also made sure that the deployment discriptor declares the TX boundry
              >as NEVER
              >>
              >> The problem that I see at the moment is that once NotificationMDB goes
              >out of commision
              >> (meaning bytes pending starts increasing) even if I reddeploy the jar
              >file. Message
              >> on reaching the notification topic do not fire the MDB's
              >>
              >> Could somebody explain possible reasons for this behavior.
              >>
              >> Also I have another process that subscibes to the same topic. but that
              >only takes
              >> effect when i am communicating with my system sysnchronously.
              >>
              >> Here is the deployment discriptor for
              >>
              >> NotificationMDB-ejb-jar.xml
              >>
              >> <ejb-jar>
              >> <enterprise-beans>
              >> <message-driven>
              >> <ejb-name>NotificationMDB</ejb-name>
              >> <ejb-class>mypackage.NotificationMDB</ejb-class>
              >> <transaction-type>Container</transaction-type>
              >> <message-driven-destination>
              >> <destination-type>javax.jms.Topic</destination-type>
              >> </message-driven-destination>
              >> </message-driven>
              >> </enterprise-beans>
              >>
              >> <assembly-descriptor>
              >> <container-transaction>
              >> <method>
              >> <ejb-name>NotificationMDB</ejb-name>
              >> <method-name>*</method-name>
              >> </method>
              >> <trans-attribute>Never</trans-attribute>
              >> </container-transaction>
              >> </assembly-descriptor>
              >>
              >>
              >> </ejb-jar>
              >>
              >> and
              >>
              >> NotificationMDB-weblogic-ejb-jar.xml
              >>
              >> <weblogic-ejb-jar>
              >> <weblogic-enterprise-bean>
              >> <ejb-name>NotificationMDB</ejb-name>
              >> <message-driven-descriptor>
              >> <pool>
              >> <max-beans-in-free-pool>200</max-beans-in-free-pool>
              >> <initial-beans-in-free-pool>200</initial-beans-in-free-pool>
              >> </pool>
              >> <destination-jndi-name>mysystem.jms.notificationTopic</destination-jndi-name>
              >> <connection-factory-jndi-name>mysystem.jms.notificationFactory</connection-factory-jndi-name>
              >> </message-driven-descriptor>
              >> <jndi-name>mysystem.jms.NotificationMDB</jndi-name>
              >> </weblogic-enterprise-bean>
              >> </weblogic-ejb-jar>
              >
              

  • 'Bytes'  & 'Bytes pending ' showing  negative

              Hi,
              Some times I see negative number in 'Bytes' and 'Bytes Pending' columns in weblogic
              console.
              Although all the messages were processed and acknowledged successfully.
              Can some one explain what does it mean ?
              thanks
              - saurabh
              

    That would be a bug in the statistics code. Contact customer
              support for the fix.
              Tom, BEA
              Saurabh Kumar wrote:
              > Hi,
              >
              > Some times I see negative number in 'Bytes' and 'Bytes Pending'
              columns in weblogic
              > console.
              > Although all the messages were processed and acknowledged successfully.
              > Can some one explain what does it mean ?
              >
              > thanks
              > - saurabh
              

  • JMS Server Bytes Pending Negative?

              To my understanding bytes Pending in WLS Console indicates JMS message has been
              sent but JTA Tx has not commited or message has been received by Tx is not commited
              We have seen negative numbers in WLS Console for JMS Server.
              When / Why would this happen
              Thanks
              Harish
              

    Negative JMS stats indicates a WL bug in statistics - likely
              there is already a fix for it. Contact customer support.
              Harish Tejwani wrote:
              > To my understanding bytes Pending in WLS Console indicates JMS message has been
              > sent but JTA Tx has not commited or message has been received by Tx is not commited
              >
              > We have seen negative numbers in WLS Console for JMS Server.
              >
              > When / Why would this happen
              >
              > Thanks
              >
              > Harish
              

  • Bridge leaves messages pending?

              We are using the jms_xa_adp.rar bridge to transfer messages from one JMS topic
              to another (from a topic in a server in a cluster, to a topic in a standalone
              admin server), WLS 7 GA build 180709 + CR082386; with "exactly once" semantics.
              It all works fine but the messages & bytes pending on the source WL JMS Topic
              keep going up. This doesn't happen with our own (application) durable subscriptions.
              Is the bridge commiting the transaction correctly, or is this just a counting
              error? If so, why doesn't it apply to our own subscriptions?
              The connection factory on both the source and destination have all 3 transaction
              boxes ticked: usertransaction enabled, XAConnection factory enabled, Server side
              xa enabled.
              The filestores at each end have different names.
              The source and destination domains are both called mydomain.
              The source WL server and destination WL server have different names.
              The source JMS server and destination JMS server (within WL) have different names.
              The transaction statistics in the servername -> monitoring -> JTA look OK: there
              aren't lots of transactions left open. (I guess they'd time out).
              The stats are generally quite important to us; we do use them to look for potential
              problems; we plan to build them into production alert systems too.
              If you need config.xmls I can post them in a case.
              Any ideas?
              Many thanks,
              Jeremy.
              

    Hi Jeremy,
              The topic pending statistics are composed of the union of all messages waiting on
              subscribers.
              These statistics won't decrement for a particular message until all subscribers have
              acknowledged/committed
              their own copy of that message. Since your pending stats are not going down,
              I suspect you may have a left-over inactive subscriber, likely a durable subscription,
              that is unrelated to the bridge's subscription to the topic. This "ghost"
              subscriber will keep accumulating messages even if it is not calling receive. You can
              check
              the console to see if one is there, or use the JMSStats.java program available on
              dev2dev.bea.com.
              Tom
              Jeremy Watson wrote:
              > We are using the jms_xa_adp.rar bridge to transfer messages from one JMS topic
              > to another (from a topic in a server in a cluster, to a topic in a standalone
              > admin server), WLS 7 GA build 180709 + CR082386; with "exactly once" semantics.
              > It all works fine but the messages & bytes pending on the source WL JMS Topic
              > keep going up. This doesn't happen with our own (application) durable subscriptions.
              >
              > Is the bridge commiting the transaction correctly, or is this just a counting
              > error? If so, why doesn't it apply to our own subscriptions?
              >
              > The connection factory on both the source and destination have all 3 transaction
              > boxes ticked: usertransaction enabled, XAConnection factory enabled, Server side
              > xa enabled.
              >
              > The filestores at each end have different names.
              > The source and destination domains are both called mydomain.
              > The source WL server and destination WL server have different names.
              > The source JMS server and destination JMS server (within WL) have different names.
              >
              > The transaction statistics in the servername -> monitoring -> JTA look OK: there
              > aren't lots of transactions left open. (I guess they'd time out).
              >
              > The stats are generally quite important to us; we do use them to look for potential
              > problems; we plan to build them into production alert systems too.
              >
              > If you need config.xmls I can post them in a case.
              >
              > Any ideas?
              >
              > Many thanks,
              > Jeremy.
              

  • JMS/JTA issue is case of a server crash

              Hi All
              I am having some JMS/JTA related issue in case of a server crash. This is there
              for both 6.1 and 7.0. Its like this - an MDB is getting data from a Queue and
              its CMT [ie JTA]. Now when the MDB has the onMessage call back that time a usertransaction
              has been opened by the JMS framework of WLS 7.0/6.1. Now when the onMessage block
              is executing if the server crashes - before the TX has been rolled back/commited
              then next time when that server is restarted that message does mot appear on the
              Queue for 4-5 minutes and the Queue shows the message in "Bytes Pending". So the
              user has to wait for 4-5 minutes before getting back the message. In this time
              period whatever u try - like use QueueBrowser /QueueReceiver to find the message
              shows no result. This is something to do with JTA/JMS combination.
              Is there anyway to control this "invisible time" of the message? This is causing
              a lot of problem in our user base.
              thanks
              Anamitra
              

    I don't think there are any issues. You might get more info from the
              transaction newsgroup and/or customer support.
              Tom
              Anamitra wrote:
              > Hi Tom
              > thats good - but this brings another question. If that was to be reduced are there
              > any side effects that I should be aware of?
              > thanks
              > Anamitra
              >
              > Tom Barnes <[email protected]> wrote:
              >
              >>This is a FAQ, but is not in the FAQ.
              >>
              >>1) As an enhancement, the transaction recovery delay has been reduced,
              >>
              >>or even eliminated in 8.1.
              >>
              >>2) There are plans to back-port this reduction to 7.0 - I think the
              >>back-port is already available. Contact customer support.
              >>
              >>3) Meanwhile, there is somewhat of a work-around. You can reduce the
              >>
              >>recovery delay to as little as 60 seconds by setting
              >> RecoveryThresholdMillis="60000"
              >>in the "JTA" section of your config.xml, programmatically via JMX on
              >>the
              >>"JTAMBean".
              >>
              >>Tom
              >>
              >>Anamitra wrote:
              >>
              >>>Hi All
              >>>I am having some JMS/JTA related issue in case of a server crash. This
              >>
              >>is there
              >>
              >>>for both 6.1 and 7.0. Its like this - an MDB is getting data from a
              >>
              >>Queue and
              >>
              >>>its CMT [ie JTA]. Now when the MDB has the onMessage call back that
              >>
              >>time a usertransaction
              >>
              >>>has been opened by the JMS framework of WLS 7.0/6.1. Now when the onMessage
              >>
              >>block
              >>
              >>>is executing if the server crashes - before the TX has been rolled
              >>
              >>back/commited
              >>
              >>>then next time when that server is restarted that message does mot
              >>
              >>appear on the
              >>
              >>>Queue for 4-5 minutes and the Queue shows the message in "Bytes Pending".
              >>
              >>So the
              >>
              >>>user has to wait for 4-5 minutes before getting back the message. In
              >>
              >>this time
              >>
              >>>period whatever u try - like use QueueBrowser /QueueReceiver to find
              >>
              >>the message
              >>
              >>>shows no result. This is something to do with JTA/JMS combination.
              >>
              >>>Is there anyway to control this "invisible time" of the message? This
              >>
              >>is causing
              >>
              >>>a lot of problem in our user base.
              >>>
              >>>thanks
              >>>Anamitra
              >>
              >
              

  • Change request #063743 & WLS 6.1sp3

              Change request #063743 in the WLS sp4 resolved JMS issue list says:
              "Fixed a problem with Message Driven Beans not acknowledging object messages"
              Are there any more details on this? Would this affect any MDB onMessage() operation,
              or just those that throw exceptions? Would this affect MapMessages as well as
              ObjectMessages? Also, is this related to the negative numbers I see in the "Bytes
              Pending" column after my message is processed? What sort of problems do the unacknowledged
              messages usually cause for people?
              Any thoughts would be much appreciated!
              -JT
              

    Actually I think the text on this one is wrong, or at least
              misleading. I just read the internal notes on the problem
              and it seems that the actual problem was that
              topic MDBs were not acknowledging messages if max-beans-in-free-pool
              was explicitly set to 1 in the weblogic descriptor, regardless
              of message type. Which leads me to guess you could work-around
              the problem temporarily by making the topic MDB transactional or
              increasing max-beans-in-free-pool higher than 1. Not 100%
              sure. Contact customer support to nail it down. (The newsgroups
              are not run by customer support - instead they are run by various
              volunteers.)
              Note that SP4 introduces another problem that breaks
              acknowledgement rather than fixes it. You will do best to
              go directly to SP5 (do not pass go, do not collect $200). Or
              contact customer support for the patch on SP4. I do not
              have the change request number for that one.
              Tom
              Jason Taylor wrote:
              > Change request #063743 in the WLS sp4 resolved JMS issue list says:
              > "Fixed a problem with Message Driven Beans not acknowledging object messages"
              >
              > Are there any more details on this? Would this affect any MDB onMessage() operation,
              > or just those that throw exceptions? Would this affect MapMessages as well as
              > ObjectMessages? Also, is this related to the negative numbers I see in the "Bytes
              > Pending" column after my message is processed? What sort of problems do the unacknowledged
              > messages usually cause for people?
              Messages never get deleted. The JMS server eventually runs out
              of memory or or starts to throw quota exceptions.
              When the JMS server is rebooted, messages re-appear.
              >
              > Any thoughts would be much appreciated!
              >
              > -JT
              

  • Re: MDB messages dont get processed from Queues

    Is the durable subscriber forwarder rolling back its >transactions?                    I receive no log messages or any behavior that would make me think the
              transaction was rolled back. The messages arent being returned to be
              redelivered and there's no trace of that in the log files (unless there's a
              special log for EJB transactions i havent looked at)
              >What do the pending counts on the destination queue >look like?
              The Messages Pending count on the queue stays at 0, as the Messages Current
              count.
              That same count on the durable subscriber forwarder (on the Topic's stats)
              still displays messages and bytes pending.
              (I had checked previously though, and it seems thats a bug in weblogic stats
              recording for MDBs in transactions and durable subscriptions to topics).
              thanks,
              .munir
              

    Hi Munir,
              I don't know what is happening. In case you haven't already done
              so, I suggest putting in trace statements in your application to
              make sure that it is actually invoking the code
              you think it is. If that doesn't help, please create a simple
              reproducer for the problem and contact customer support.
              Tom, BEA
              Munir Estevane wrote:
              >>Is the durable subscriber forwarder rolling back its >transactions?
              >
              >
              > I receive no log messages or any behavior that would make me think the
              > transaction was rolled back. The messages arent being returned to be
              > redelivered and there's no trace of that in the log files (unless there's a
              > special log for EJB transactions i havent looked at)
              >
              >
              >>What do the pending counts on the destination queue >look like?
              >
              >
              > The Messages Pending count on the queue stays at 0, as the Messages Current
              > count.
              > That same count on the durable subscriber forwarder (on the Topic's stats)
              > still displays messages and bytes pending.
              > (I had checked previously though, and it seems thats a bug in weblogic stats
              > recording for MDBs in transactions and durable subscriptions to topics).
              >
              >
              > thanks,
              > .munir
              >
              >
              

  • Size of Filestore

              Hi,
              im using JMS on WL 6.1 for a durable topic on Solaris.
              I have set up a Filestore for the "Paging Store".
              Now I see that the Filesize of the Paging-Store-File
              never shrinks again.
              The monitor says "no message/byte pending".
              Have I to be concerned?
              Thanks
              LD
              

    Hi,
              Neither the paging store nor the message store
              shrink - they reserve allocated space for re-use.
              Note that if your topic messages are peristent, your
              paging store should not be growing - as persistent
              messages are paged to the message store not the
              paging store.
              Tom
              LD wrote:
              > Hi,
              >
              > im using JMS on WL 6.1 for a durable topic on Solaris.
              > I have set up a Filestore for the "Paging Store".
              > Now I see that the Filesize of the Paging-Store-File
              > never shrinks again.
              > The monitor says "no message/byte pending".
              > Have I to be concerned?
              >
              > Thanks
              > LD
              >
              

  • Problems with bridge between 2 weblogic

    Hello!
              We try to set up a bridge between 2 weblogic 8.0 on 2 machines to send JMS-messages.
              Our set up / system looks like:
              http://www.dsv.su.se/~fr-ander/images/Overview.jpg
              When we send our messages they do not seems to get all the way trough.
              Look at the following image that describes machine A during a send and receive.
              http://www.dsv.su.se/~fr-ander/images/weblogic_tables.JPG
              1 The bridge is running
              2 We have not send a message yet and the monotoring looks like this.
              3 We send a message from machine A to B.
              4 Very often, just after the message is sent, we get this message from the monotoring of the bridge:
              "WARN: faild and will connect later"
              It lokks like the bridge is connected again after 15-30 sec.
              How ever it seems that machine B indicates that something happens. In the next step (5) we have done the opposite and send from B to A. We get the same result on both machines when we monotor them after a send. In step 5 you see the monotoring of machine A after a send from B. The only difference is tha the bridge from B to A seems to be more stable and do not break down. It looks like it have the same state all the time "Forwarding messages".
              5 Assume that we have send a message from B to A then it seems that we get a indication about that at A ("Messages high" and Messages received" increase), something do get to the destination. (The same happens if the secnario is from A to B). But we do not get a indication in the "Messages" column!! When we try to read from the queue FredrikReceive or OscarReceive we get nothing.
              Do you guys got any idea why this happens?
              A) Why is the bridge "falling down" all the time when we send and why the bridge "get up" again a while later.
              B) Why do we do not find the real message, why do we get the indication that something happens but we can not read the message???
              Best regards
              Fredrik and Oscar

    Hi Fredrik.
              Message bridges are tricky things, and there are a number of requirements that need to be in place for them to work correctly:
              - <b>ALL</b> JMS objects need to be unique between domains for XA transactions to work correctly. From looking at your diagram, this appears to be the case, but I can't see the name of higher level objects like your connection factory and JMS server.
              - the domains must have trust enabled, which means setting the same domain security credential for both domains
              - the correct adapter rar file needs to be deployed for the domain.
              Soooo...
              - which adapter are you using for the JMS bridge? (what is the name of the RAR file?)
              - are you getting any warnings/errors as part of starting the message bridge? From looking at the administration console, everything looks OK on first flush because you're getting a consumer plugged in.
              But if you're not seeing those bytes pending disappear, that means there are transaction issues in communicating between the domains. (most likely caused by domain trust)
              Try enabling the following switches in your start script for both domains:
              -Dweblogic.Debug.DebugMessagingBridgeStartup=true
              -Dweblogic.Debug.DebugMessagingBridgeRuntime=true
              There's a pretty good FAQ for troubleshooting messaging bridges that I've used in the past here: http://e-docs.bea.com/wls/docs81/faq/msgbridge.html#251107
              ...and the general configuration reference for messaging bridges is here, if you haven't gone there already (apologies if you have) - http://edocs.bea.com/wls/docs81/ConsoleHelp/messaging_bridge.html#1107082
              <br>
              Kevin Powe
              http://www.integral-techsolutions.com

  • Durable not received

              My env is WLS 6.1sp2 on W2K.
              In the admin console's JMS destination pane I see non-zero consumer, messages
              received and bytes pending counts. In the durable subscribers pane I see the client
              being active and messages current count and bytes current count. But the client's
              onMessage doesn't get called. The client is on the same box but outside of the
              wl server.
              Help is much appreciated.
              Bill
              

              Hi Greg, Thanks for the reply. Yes, I did call start. But I suspected it might
              something stupic on my part and it was. Instead of calling subscriber.setMessageListener,
              I called it on session. Since I didn't see any errors... Thanks again. /Bill
              "Greg Brail" <[email protected]> wrote:
              >Are you sure you remembered to call "start" on the connection?
              >
              > greg
              >
              >"Bill" <[email protected]> wrote in message
              >news:[email protected]..
              >>
              >> My env is WLS 6.1sp2 on W2K.
              >>
              >> In the admin console's JMS destination pane I see non-zero consumer,
              >messages
              >> received and bytes pending counts. In the durable subscribers pane
              >I see
              >the client
              >> being active and messages current count and bytes current count. But
              >the
              >client's
              >> onMessage doesn't get called. The client is on the same box but outside
              >of
              >the
              >> wl server.
              >>
              >> Help is much appreciated.
              >>
              >> Bill
              >>
              >
              >
              

  • Message Style Web Serivce Example

    Hi,
    Am trying the run the message style web service example that comes along
    with weblogic server.
    As per the documentation, I created a JMS connection factory and JMS topic,
    with the JNDI names
    as given in the documentation.
    I built the example using ant, and that worked successfully. It created an
    ear file, which I deployed successfully
    in the weblogic server.
    Now when I am testing the example, I run the Consumer client first and then
    run the Producer client.
    Now the problem is that the message is delivered sometimes and sometimes its
    not delivered.
    Also when I run more that one instance of Consumer client, the behaviour is
    unpredicatable, the message is sometimes
    delivered to all consumers, sometimes, to one consumer and sometimes to
    none.
    I checked the 'Montior JMS Destination' on the weblogic console, and it
    shows the correct no of messages,
    but it also shows some Bytes Pending.
    Am not sure, what could be the reason for this. Can someone please help me
    on this.
    Thanks
    Amit

    I have an open ticket with BEA regarding this issue. The problem is in that this
    type of WS in WebLogic implementation works incorrect with JMS. In particular,
    the Servlet generated on the server does not disconnect itself from the JMS. New
    client causes a new JMS connection. If you deal with JMS Queue and accidentally
    produce more than one "listeners", the JMS decides which listener would be granted
    the message. That's why you get messages randomly.
    The second problem that I've found is that message-style WS capable to receive
    messages that sent only by message-style WS. In my tests, the messages were sent
    by regular sender ( see WLS Examples for topic and queue ) while the message-style
    WS was the listener, i.e. implemented "receive" method. This WS did not get any
    messages sent by regular sender but always got messages sent by another WS ( to
    the queue or to the topic, did not matter ).
    I've decided to write my own message-style WS instead of BEA's implementation
    finally.
    -Michael
    "Amit" <[email protected]> wrote:
    Hi,
    Am trying the run the message style web service example that comes along
    with weblogic server.
    As per the documentation, I created a JMS connection factory and JMS
    topic,
    with the JNDI names
    as given in the documentation.
    I built the example using ant, and that worked successfully. It created
    an
    ear file, which I deployed successfully
    in the weblogic server.
    Now when I am testing the example, I run the Consumer client first and
    then
    run the Producer client.
    Now the problem is that the message is delivered sometimes and sometimes
    its
    not delivered.
    Also when I run more that one instance of Consumer client, the behaviour
    is
    unpredicatable, the message is sometimes
    delivered to all consumers, sometimes, to one consumer and sometimes
    to
    none.
    I checked the 'Montior JMS Destination' on the weblogic console, and
    it
    shows the correct no of messages,
    but it also shows some Bytes Pending.
    Am not sure, what could be the reason for this. Can someone please help
    me
    on this.
    Thanks
    Amit

  • Broadcom 43142

    Hi,
    I have a problem with BCM43142 wifi module in my new notebook. As far as I know it's supported only in proprietary broadcom-wl driver. With this driver I'm able to connect and use a simple password protected network, but more complicated things fail.
    1. I've used to create ap hotspot for my other devices with my old laptop (this script https://bbs.archlinux.org/viewtopic.php?pid=1269258 worked like a charm). I could solve that by buying a router to my dormitory but for some situations it would be convenient to have this possibility again.
    2. Another problem is a connection to the eduroam network at my faculty. For that I need to use wpa_supplicant and it seems that it doesn't like my broadcom driver very much.
    Could someone help me with that? I don't know if I'm doing some stupid mistakes or if it's driver (or chip) problem which maybe doesn't even support things I want...
    As a last resort I'm considering replacing the broadcom module with http://www.intel.com/content/www/us/en/ … -6235.html with hope that it would have better support for what I need.

    My bad, I have switched to broadcom-wl-dkms and get the second point working now. It could probably work with broadcom-wl also because I had small mistake in wpa config file... Not going to test it though.
    Successfully initialized wpa_supplicant
    wlp4s0: Trying to associate with 00:1b:2b:a5:30:80 (SSID='eduroam' freq=2437 MHz)
    ioctl[SIOCSIWFREQ]: Operation not supported
    wlp4s0: Association request to the driver failed
    wlp4s0: Authentication with 00:1b:2b:a5:30:80 timed out.
    wlp4s0: CTRL-EVENT-DISCONNECTED bssid=00:1b:2b:a5:30:80 reason=3 locally_generated=1
    wlp4s0: Trying to associate with 00:1a:30:e6:40:60 (SSID='eduroam' freq=2412 MHz)
    ioctl[SIOCSIWFREQ]: Operation not supported
    wlp4s0: Association request to the driver failed
    wlp4s0: Associated with 00:1a:30:e6:40:60
    wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
    wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
    wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=TERENA/CN=TERENA SSL CA'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/OU=Domain Control Validated/CN=radius1.eduroam.cuni.cz'
    EAP-MSCHAPV2: Authentication succeeded
    EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
    wlp4s0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
    wlp4s0: WPA: Key negotiation completed with 00:1a:30:e6:40:60 [PTK=CCMP GTK=TKIP]
    wlp4s0: CTRL-EVENT-CONNECTED - Connection to 00:1a:30:e6:40:60 completed [id=0 id_str=]
    wlp4s0: Associated with 00:1b:2b:a5:30:80
    wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
    wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
    wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
    wlp4s0: Associated with 00:1b:2b:a5:30:80
    wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
    wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=TERENA/CN=TERENA SSL CA'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/OU=Domain Control Validated/CN=radius1.eduroam.cuni.cz'
    wlp4s0: CTRL-EVENT-EAP-FAILURE EAP authentication failed
    wlp4s0: CTRL-EVENT-DISCONNECTED bssid=00:1b:2b:a5:30:80 reason=0
    wlp4s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=1 duration=10
    wlp4s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
    wlp4s0: Trying to associate with 00:1b:2b:a5:30:80 (SSID='eduroam' freq=2437 MHz)
    ioctl[SIOCSIWFREQ]: Operation not supported
    wlp4s0: Association request to the driver failed
    wlp4s0: Authentication with 00:1b:2b:a5:30:80 timed out.
    wlp4s0: CTRL-EVENT-DISCONNECTED bssid=00:1b:2b:a5:30:80 reason=3 locally_generated=1
    wlp4s0: Trying to associate with 00:1a:30:e6:40:60 (SSID='eduroam' freq=2412 MHz)
    ioctl[SIOCSIWFREQ]: Operation not supported
    wlp4s0: Association request to the driver failed
    wlp4s0: Associated with 00:1a:30:e6:40:60
    wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
    wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
    wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=TERENA/CN=TERENA SSL CA'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/OU=Domain Control Validated/CN=radius1.eduroam.cuni.cz'
    EAP-MSCHAPV2: Authentication succeeded
    EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
    wlp4s0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
    wlp4s0: WPA: Key negotiation completed with 00:1a:30:e6:40:60 [PTK=CCMP GTK=TKIP]
    wlp4s0: CTRL-EVENT-CONNECTED - Connection to 00:1a:30:e6:40:60 completed [id=0 id_str=]
    wlp4s0: CTRL-EVENT-DISCONNECTED bssid=00:1a:30:e6:40:60 reason=0
    wlp4s0: Trying to associate with 00:1b:2b:a5:50:70 (SSID='eduroam' freq=2462 MHz)
    ioctl[SIOCSIWFREQ]: Operation not supported
    wlp4s0: Association request to the driver failed
    wlp4s0: Associated with 00:1b:2b:a5:50:70
    wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
    wlp4s0: Associated with 00:1b:2b:a5:30:80
    wlp4s0: Associated with 00:1b:2b:a5:30:80
    wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
    wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
    wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=TERENA/CN=TERENA SSL CA'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/OU=Domain Control Validated/CN=radius1.eduroam.cuni.cz'
    EAP-MSCHAPV2: Authentication succeeded
    EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed
    wlp4s0: CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
    wlp4s0: WPA: Key negotiation completed with 00:1b:2b:a5:30:80 [PTK=CCMP GTK=TKIP]
    wlp4s0: CTRL-EVENT-CONNECTED - Connection to 00:1b:2b:a5:30:80 completed [id=0 id_str=]
    wlp4s0: WPA: Group rekeying completed with 00:1b:2b:a5:30:80 [GTK=TKIP]
    It still shows up ioctl[SIOCSIWFREQ]: Operation not supported but I could live with that.
    Here is a bit longer -dd output from wpa (if someone would like to dig through that)
    wpa_supplicant v2.0
    Successfully initialized wpa_supplicant
    Initializing interface 'wlp4s0' conf '/etc/wpa_supplicant/eduroam_wpa.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
    Configuration file '/etc/wpa_supplicant/eduroam_wpa.conf' -> '/etc/wpa_supplicant/eduroam_wpa.conf'
    Reading configuration file '/etc/wpa_supplicant/eduroam_wpa.conf'
    ctrl_interface='/var/run/wpa_supplicant'
    ctrl_interface_group='0'
    eapol_version=1
    ap_scan=1
    fast_reauth=0
    Line: 8 - start of a new network block
    priority=5 (0x5)
    ssid - hexdump_ascii(len=7):
    65 64 75 72 6f 61 6d eduroam
    scan_ssid=1 (0x1)
    proto: 0x3
    key_mgmt: 0x1
    eap methods - hexdump(len=16): 00 00 00 00 19 00 00 00 00 00 00 00 00 00 00 00
    identity - hexdump_ascii(len=16):
    ----------------I've removed my login-------------------
    password - hexdump_ascii(len=8): [REMOVED]
    ca_cert - hexdump_ascii(len=46):
    2f 65 74 63 2f 6e 65 74 63 74 6c 2f 55 54 4e 5f /etc/netctl/UTN_
    55 53 45 52 46 69 72 73 74 5f 48 61 72 64 77 61 USERFirst_Hardwa
    72 65 5f 52 6f 6f 74 5f 43 41 2e 70 65 6d re_Root_CA.pem
    altsubject_match - hexdump_ascii(len=55):
    44 4e 53 3a 72 61 64 69 75 73 31 2e 65 64 75 72 DNS:radius1.edur
    6f 61 6d 2e 63 75 6e 69 2e 63 7a 3b 44 4e 53 3a oam.cuni.cz;DNS:
    72 61 64 69 75 73 32 2e 65 64 75 72 6f 61 6d 2e radius2.eduroam.
    63 75 6e 69 2e 63 7a cuni.cz
    phase1 - hexdump_ascii(len=11):
    70 65 61 70 6c 61 62 65 6c 3d 30 peaplabel=0
    phase2 - hexdump_ascii(len=13):
    61 75 74 68 3d 4d 53 43 48 41 50 56 32 auth=MSCHAPV2
    Priority group 5
    id=0 ssid='eduroam'
    WEXT: cfg80211-based driver detected
    wext: interface wlp4s0 phy: phy0
    rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
    rfkill: initial event: idx=1 type=2 op=0 soft=0 hard=0
    SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
    capabilities: key_mgmt 0xf enc 0x1f flags 0x0
    netlink: Operstate: linkmode=1, operstate=5
    wlp4s0: Own MAC address: 80:56:f2:e4:53:0d
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_countermeasures
    wlp4s0: RSN: flushing PMKID list in the driver
    wlp4s0: Setting scan request: 0 sec 100000 usec
    WPS: Set UUID for interface wlp4s0
    WPS: UUID based on MAC address - hexdump(len=16): b1 76 7d 6f ec a8 53 a8 aa 1e d9 30 60 23 4e 20
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: KEY_RX entering state NO_KEY_RECEIVE
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: Supplicant port status: Unauthorized
    ctrl_interface_group=0
    wlp4s0: Added interface wlp4s0
    wlp4s0: State: DISCONNECTED -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b06 len=12
    RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=16
    wlp4s0: State: DISCONNECTED -> SCANNING
    Scan SSID - hexdump_ascii(len=7):
    65 64 75 72 6f 61 6d eduroam
    wlp4s0: Starting AP scan for wildcard SSID (Interleave with specific)
    Scan requested (ret=0) - scan timeout 10 seconds
    EAPOL: disable timer tick
    EAPOL: Supplicant port status: Unauthorized
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b19 len=16
    wlp4s0: Event SCAN_RESULTS (3) received
    Received 3628 bytes of scan results (8 BSSes)
    wlp4s0: BSS: Start scan result update 1
    wlp4s0: BSS: Add new id 0 BSSID 00:1b:2b:a5:30:80 SSID 'eduroam'
    wlp4s0: BSS: Add new id 1 BSSID 00:1b:2b:a5:30:81 SSID 'psk.troja.mff.cuni.cz'
    wlp4s0: BSS: Add new id 2 BSSID 00:1b:2b:a5:30:82 SSID 'troja.mff.cuni.cz'
    wlp4s0: BSS: Add new id 3 BSSID 00:1a:30:e6:40:60 SSID 'eduroam'
    wlp4s0: BSS: Add new id 4 BSSID 00:1b:2b:a5:50:72 SSID 'troja.mff.cuni.cz'
    wlp4s0: BSS: Add new id 5 BSSID 00:1b:2b:a5:50:71 SSID 'psk.troja.mff.cuni.cz'
    wlp4s0: BSS: Add new id 6 BSSID 00:1b:2b:a5:50:70 SSID 'eduroam'
    wlp4s0: BSS: Add new id 7 BSSID d4:ca:6d:a4:c7:1b SSID 'CSADCL_FREE'
    BSS: last_scan_res_used=8/32 last_scan_full=0
    wlp4s0: New scan results available
    wlp4s0: Selecting BSS from priority group 5
    wlp4s0: 0: 00:1b:2b:a5:30:80 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-58
    wlp4s0: selected based on RSN IE
    wlp4s0: selected BSS 00:1b:2b:a5:30:80 ssid='eduroam'
    wlp4s0: Request association: reassociate: 0 selected: 00:1b:2b:a5:30:80 bssid: 00:00:00:00:00:00 pending: 00:00:00:00:00:00 wpa_state: SCANNING
    wlp4s0: Trying to associate with 00:1b:2b:a5:30:80 (SSID='eduroam' freq=2437 MHz)
    wlp4s0: Cancelling scan request
    wlp4s0: WPA: clearing own WPA/RSN IE
    wlp4s0: Automatic auth_alg selection: 0x1
    RSN: PMKSA cache search - network_ctx=(nil) try_opportunistic=0
    RSN: Search for BSSID 00:1b:2b:a5:30:80
    RSN: No PMKSA cache entry found
    wlp4s0: RSN: using IEEE 802.11i/D9.0
    wlp4s0: WPA: Selected cipher suites: group 8 pairwise 16 key_mgmt 1 proto 2
    WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 01 28 00
    WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 28 00
    wlp4s0: WPA: using GTK TKIP
    wlp4s0: WPA: using PTK CCMP
    wlp4s0: WPA: using KEY_MGMT 802.1X
    WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 00 00
    wlp4s0: No keys have been configured - skip key clearing
    wlp4s0: State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    Limit connection to BSSID 00:1b:2b:a5:30:80 freq=2437 MHz based on scan results (bssid_set=0)
    wlp4s0: set_disable_max_amsdu: -1
    wlp4s0: set_ampdu_factor: -1
    wlp4s0: set_ampdu_density: -1
    wlp4s0: set_disable_ht40: 0
    wlp4s0: set_disable_sgi: 0
    wpa_driver_wext_associate
    wpa_driver_wext_set_drop_unencrypted
    wpa_driver_wext_set_psk
    ioctl[SIOCSIWFREQ]: Operation not supported
    wlp4s0: Association request to the driver failed
    wlp4s0: Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - EAP fail=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portControl=Auto
    EAPOL: Supplicant port status: Unauthorized
    RSN: Ignored PMKID candidate without preauth flag
    RSN: Ignored PMKID candidate without preauth flag
    RSN: Ignored PMKID candidate without preauth flag
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=16
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b06 len=12
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=23
    wlp4s0: RX EAPOL from 00:1b:2b:a5:30:80
    RX EAPOL - hexdump(len=49): 01 00 00 2d 01 01 00 2d 01 00 6e 65 74 77 6f 72 6b 69 64 3d 65 64 75 72 6f 61 6d 2c 6e 61 73 69 64 3d 61 6f 70 31 73 7a 2c 70 6f 72 74 69 64 3d 30
    wlp4s0: Not associated - Delay processing of received EAPOL frame (state=ASSOCIATING bssid=00:00:00:00:00:00)
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8c07 len=111
    AssocReq IE wireless event - hexdump(len=95): 00 07 65 64 75 72 6f 61 6d 01 08 82 84 8b 96 24 30 48 6c 21 02 0b 14 24 02 01 0e 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00 32 04 0c 12 18 60 7f 08 00 00 00 00 00 00 00 40 dd 09 00 10 18 02 00 00 00 00 00 dd 07 00 50 f2 02 00 01 00 00 00 00 00 00 00 00 00 00 00
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8c08 len=64
    AssocResp IE wireless event - hexdump(len=48): 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 dd 18 00 50 f2 02 01 01 84 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 00 00 00 00 00 00
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b15 len=24
    Wireless event: new AP: 00:1b:2b:a5:30:80
    wlp4s0: Event ASSOCINFO (4) received
    wlp4s0: Association info event
    req_ies - hexdump(len=95): 00 07 65 64 75 72 6f 61 6d 01 08 82 84 8b 96 24 30 48 6c 21 02 0b 14 24 02 01 0e 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00 32 04 0c 12 18 60 7f 08 00 00 00 00 00 00 00 40 dd 09 00 10 18 02 00 00 00 00 00 dd 07 00 50 f2 02 00 01 00 00 00 00 00 00 00 00 00 00 00
    resp_ies - hexdump(len=48): 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 dd 18 00 50 f2 02 01 01 84 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 00 00 00 00 00 00
    WPA: set own WPA/RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00
    wlp4s0: Event ASSOC (0) received
    wlp4s0: State: ASSOCIATING -> ASSOCIATED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    wlp4s0: Associated to a new BSS: BSSID=00:1b:2b:a5:30:80
    wlp4s0: No keys have been configured - skip key clearing
    wlp4s0: Associated with 00:1b:2b:a5:30:80
    wlp4s0: WPA: Association event - clear replay counter
    wlp4s0: WPA: Clear old PTK
    EAPOL: External notification - portEnabled=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portEnabled=1
    EAPOL: SUPP_PAE entering state CONNECTING
    EAPOL: enable timer tick
    EAPOL: SUPP_BE entering state IDLE
    EAP: EAP entering state INITIALIZE
    EAP: EAP entering state IDLE
    wlp4s0: Setting authentication timeout: 10 sec 0 usec
    wlp4s0: Cancelling scan request
    wlp4s0: Process pending EAPOL frame that was received just before association notification
    wlp4s0: RX EAPOL from 00:1b:2b:a5:30:80
    RX EAPOL - hexdump(len=49): 01 00 00 2d 01 01 00 2d 01 00 6e 65 74 77 6f 72 6b 69 64 3d 65 64 75 72 6f 61 6d 2c 6e 61 73 69 64 3d 61 6f 70 31 73 7a 2c 70 6f 72 74 69 64 3d 30
    wlp4s0: Setting authentication timeout: 70 sec 0 usec
    EAPOL: Received EAP-Packet frame
    EAPOL: SUPP_PAE entering state RESTART
    EAP: EAP entering state INITIALIZE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_PAE entering state AUTHENTICATING
    EAPOL: SUPP_BE entering state REQUEST
    EAPOL: getSuppRsp
    EAP: EAP entering state RECEIVED
    EAP: Received EAP-Request id=1 method=1 vendor=0 vendorMethod=0
    EAP: EAP entering state IDENTITY
    wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
    EAP: EAP-Request Identity data - hexdump_ascii(len=40):
    00 6e 65 74 77 6f 72 6b 69 64 3d 65 64 75 72 6f _networkid=eduro
    61 6d 2c 6e 61 73 69 64 3d 61 6f 70 31 73 7a 2c am,nasid=aop1sz,
    70 6f 72 74 69 64 3d 30 portid=0
    EAP: using real identity - hexdump_ascii(len=16):
    ----------------I've removed my login-------------------
    EAP: EAP entering state SEND_RESPONSE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_BE entering state RESPONSE
    EAPOL: txSuppRsp
    TX EAPOL: dst=00:1b:2b:a5:30:80
    TX EAPOL - hexdump(len=25): 01 00 00 15 02 01 00 15 01 31 39 38 33 30 36 36 38 40 63 75 6e 69 2e 63 7a
    EAPOL: SUPP_BE entering state RECEIVE
    wlp4s0: RX EAPOL from 00:1b:2b:a5:30:80
    RX EAPOL - hexdump(len=46): 01 00 00 06 01 02 00 06 19 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    EAPOL: Received EAP-Packet frame
    EAPOL: SUPP_BE entering state REQUEST
    EAPOL: getSuppRsp
    EAP: EAP entering state RECEIVED
    EAP: Received EAP-Request id=2 method=25 vendor=0 vendorMethod=0
    EAP: EAP entering state GET_METHOD
    wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
    EAP: Status notification: accept proposed method (param=PEAP)
    EAP: Initialize selected EAP method: vendor 0 method 25 (PEAP)
    TLS: Phase2 EAP types - hexdump(len=8): 00 00 00 00 1a 00 00 00
    TLS: using phase1 config options
    TLS: Trusted root certificate(s) loaded
    wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
    EAP: EAP entering state METHOD
    SSL: Received packet(len=6) - Flags 0x20
    EAP-PEAP: Start (server ver=0, own ver=1)
    EAP-PEAP: Using PEAP version 0
    SSL: (where=0x10 ret=0x1)
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:before/connect initialization
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 write client hello A
    SSL: (where=0x1002 ret=0xffffffff)
    SSL: SSL_connect:error in SSLv3 read server hello A
    SSL: SSL_connect - want more data
    SSL: 223 bytes pending from ssl_out
    SSL: 223 bytes left to be sent out (of total 223 bytes)
    EAP: method process -> ignore=FALSE methodState=MAY_CONT decision=FAIL
    EAP: EAP entering state SEND_RESPONSE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_BE entering state RESPONSE
    EAPOL: txSuppRsp
    TX EAPOL: dst=00:1b:2b:a5:30:80
    TX EAPOL - hexdump(len=237): 01 00 00 e9 02 02 00 e9 19 80 00 00 00 df 16 03 01 00 da 01 00 00 d6 03 01 80 b1 74 88 b4 99 b0 22 74 d4 b9 87 79 1f 8a f0 d4 b8 95 0f 2b 91 0f 72 1e 24 bf 67 2a 83 59 1a 00 00 68 c0 14 c0 0a c0 22 c0 21 00 39 00 38 00 88 00 87 c0 0f c0 05 00 35 00 84 c0 12 c0 08 c0 1c c0 1b 00 16 00 13 c0 0d c0 03 00 0a c0 13 c0 09 c0 1f c0 1e 00 33 00 32 00 9a 00 99 00 45 00 44 c0 0e c0 04 00 2f 00 96 00 41 00 07 c0 11 c0 07 c0 0c c0 02 00 05 00 04 00 15 00 12 00 09 00 14 00 11 00 08 00 06 00 03 00 ff 01 00 00 45 00 0b 00 04 03 00 01 02 00 0a 00 34 00 32 00 0e 00 0d 00 19 00 0b 00 0c 00 18 00 09 00 0a 00 16 00 17 00 08 00 06 00 07 00 14 00 15 00 04 00 05 00 12 00 13 00 01 00 02 00 03 00 0f 00 10 00 11 00 0f 00 01 01
    EAPOL: SUPP_BE entering state RECEIVE
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8c07 len=111
    AssocReq IE wireless event - hexdump(len=95): 00 07 65 64 75 72 6f 61 6d 01 08 82 84 8b 96 24 30 48 6c 21 02 0b 14 24 02 01 0e 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00 32 04 0c 12 18 60 7f 08 00 00 00 00 00 00 00 40 dd 09 00 10 18 02 00 00 00 00 00 dd 07 00 50 f2 02 00 01 00 00 00 00 00 00 00 00 00 00 00
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8c08 len=64
    AssocResp IE wireless event - hexdump(len=48): 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 dd 18 00 50 f2 02 01 01 84 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 00 00 00 00 00 00
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b15 len=24
    Wireless event: new AP: 00:1b:2b:a5:30:80
    wlp4s0: Event ASSOCINFO (4) received
    wlp4s0: Association info event
    req_ies - hexdump(len=95): 00 07 65 64 75 72 6f 61 6d 01 08 82 84 8b 96 24 30 48 6c 21 02 0b 14 24 02 01 0e 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00 32 04 0c 12 18 60 7f 08 00 00 00 00 00 00 00 40 dd 09 00 10 18 02 00 00 00 00 00 dd 07 00 50 f2 02 00 01 00 00 00 00 00 00 00 00 00 00 00
    resp_ies - hexdump(len=48): 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 dd 18 00 50 f2 02 01 01 84 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 00 00 00 00 00 00
    WPA: set own WPA/RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00
    wlp4s0: Event ASSOC (0) received
    wlp4s0: State: ASSOCIATED -> ASSOCIATED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    wlp4s0: Associated with 00:1b:2b:a5:30:80
    wlp4s0: WPA: Association event - clear replay counter
    wlp4s0: WPA: Clear old PTK
    EAPOL: External notification - portEnabled=0
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portEnabled=1
    EAPOL: SUPP_PAE entering state CONNECTING
    EAPOL: SUPP_BE entering state IDLE
    EAP: EAP entering state INITIALIZE
    EAP: deinitialize previously used EAP method (25, PEAP) at INITIALIZE
    ENGINE: engine deinit
    EAP: EAP entering state IDLE
    wlp4s0: Setting authentication timeout: 10 sec 0 usec
    wlp4s0: Cancelling scan request
    wlp4s0: RX EAPOL from 00:1b:2b:a5:30:80
    RX EAPOL - hexdump(len=1038): 01 00 04 0a 01 03 04 0a 19 c0 00 00 09 a7 16 03 01 00 51 02 00 00 4d 03 01 52 d9 2a 50 99 ce a6 89 f6 1c 95 44 c3 23 d9 aa dc 5f d5 e3 60 42 a9 32 32 bb f1 d5 b9 d2 5f f6 20 b6 56 ea 89 24 f0 93 cb 36 9a ca 88 b4 e1 07 84 4c e2 e2 0a 0f 6d 4f 4c 38 3e 53 bc 8e 42 af 33 00 35 00 00 05 ff 01 00 01 00 16 03 01 09 43 0b 00 09 3f 00 09 3c 00 04 9a 30 82 04 96 30 82 03 7e a0 03 02 01 02 02 11 00 91 2e 01 7f 78 f8 b5 1f 5e 7b a2 4a b9 12 dc e4 30 0d 06 09 2a 86 48 86 f7 0d 01 01 05 05 00 30 36 31 0b 30 09 06 03 55 04 06 13 02 4e 4c 31 0f 30 0d 06 03 55 04 0a 13 06 54 45 52 45 4e 41 31 16 30 14 06 03 55 04 03 13 0d 54 45 52 45 4e 41 20 53 53 4c 20 43 41 30 1e 17 0d 31 33 30 39 32 34 30 30 30 30 30 30 5a 17 0d 31 36 30 39 32 33 32 33 35 39 35 39 5a 30 45 31 21 30 1f 06 03 55 04 0b 13 18 44 6f 6d 61 69 6e 20 43 6f 6e 74 72 6f 6c 20 56 61 6c 69 64 61 74 65 64 31 20 30 1e 06 03 55 04 03 13 17 72 61 64 69 75 73 31 2e 65 64 75 72 6f 61 6d 2e 63 75 6e 69 2e 63 7a 30 82 01 22 30 0d 06 09 2a 86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30 82 01 0a 02 82 01 01 00 b5 4f 36 a8 e3 09 5f 0d 59 f1 56 fe 5b c3 71 f6 36 ac 78 66 05 e6 cf 72 7e 6b 5d b6 d1 38 11 3c c0 c1 42 42 2a 95 18 12 91 77 3a 83 5f 32 90 27 46 21 f1 1b 09 45 57 0d 4c 16 99 76 c7 18 8f ec 40 dd 55 48 a8 64 6e 8b 2f 5b 76 90 c9 3a 97 6b d7 62 66 4e f5 7c 0d 67 1a 02 b7 e1 59 44 ce d4 79 c1 58 44 ef b2 1d 96 64 52 0f 8c 19 80 60 20 57 e9 1b 77 dd df 2a 9e 50 1d c8 92 33 2a 80 ba 5e ac 09 d1 af 50 4c 19 ce c9 1b 4a fc 7e 7d 4b 55 17 b5 bc d6 d7 e6 77 f7 25 c9 0a 93 af 6e 5a 04 d0 7d 8c 8e 17 ae 7d ed 95 85 c2 9f 41 9b 56 89 a2 e3 9f 6c ea a2 fc fe a2 2a b6 66 66 5e 7e 6b 02 bc 8e a3 3b b1 54 31 4c 6c 12 72 f9 4d 6e 7f ec d6 84 45 c2 84 5a 84 37 90 78 61 92 10 7c 0f 97 bf 5f 0d d1 04 8f 4c 99 43 53 42 28 97 68 c3 9b 31 97 eb 5e 6b 8c c9 b0 f0 c7 54 8e ad bd 02 03 01 00 01 a3 82 01 8e 30 82 01 8a 30 1f 06 03 55 1d 23 04 18 30 16 80 14 0c bd 93 68 0c f3 de ab a3 49 6b 2b 37 57 47 ea 90 e3 b9 ed 30 1d 06 03 55 1d 0e 04 16 04 14 93 2d e6 63 20 90 50 bb 1b 70 68 0c 0e e6 ed bc d7 02 4e 67 30 0e 06 03 55 1d 0f 01 01 ff 04 04 03 02 05 a0 30 0c 06 03 55 1d 13 01 01 ff 04 02 30 00 30 1d 06 03 55 1d 25 04 16 30 14 06 08 2b 06 01 05 05 07 03 01 06 08 2b 06 01 05 05 07 03 02 30 22 06 03 55 1d 20 04 1b 30 19 30 0d 06 0b 2b 06 01 04 01 b2 31 01 02 02 1d 30 08 06 06 67 81 0c 01 02 01 30 3a 06 03 55 1d 1f 04 33 30 31 30 2f a0 2d a0 2b 86 29 68 74 74 70 3a 2f 2f 63 72 6c 2e 74 63 73 2e 74 65 72 65 6e 61 2e 6f 72 67 2f 54 45 52 45 4e 41 53 53 4c 43 41 2e 63 72 6c 30 6d 06 08 2b 06 01 05 05 07 01 01 04 61 30 5f 30 35 06 08 2b 06 01 05 05 07 30 02 86 29 68 74 74 70 3a 2f 2f 63 72 74 2e 74 63 73 2e 74 65 72 65 6e 61 2e 6f 72 67 2f 54 45 52 45 4e 41 53 53 4c 43 41 2e 63 72 74 30 26 06 08 2b 06 01 05 05 07 30 01 86 1a 68 74 74 70 3a 2f 2f 6f 63 73 70 2e 74 63 73 2e 74 65 72 65 6e 61 2e 6f 72 67 30 3c 06 03 55 1d 11 04 35 30 33 82 17 72 61 64 69 75 73 31 2e 65 64 75 72 6f 61 6d 2e 63 75 6e 69 2e 63 7a 82 18 6e 61 73 2d 72 75 6b 32 2e 65 64 75 72 6f 61 6d 2e 63 75 6e 69 2e 63 7a 30 0d 06 09 2a 86 48 86 f7 0d 01 01 05 05 00 03 82 01 01 00 04
    wlp4s0: Setting authentication timeout: 70 sec 0 usec
    EAPOL: Received EAP-Packet frame
    EAPOL: SUPP_PAE entering state RESTART
    EAP: EAP entering state INITIALIZE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_PAE entering state AUTHENTICATING
    EAPOL: SUPP_BE entering state REQUEST
    EAPOL: getSuppRsp
    EAP: EAP entering state RECEIVED
    EAP: Received EAP-Request id=3 method=25 vendor=0 vendorMethod=0
    EAP: EAP entering state GET_METHOD
    wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
    EAP: Status notification: accept proposed method (param=PEAP)
    EAP: Initialize selected EAP method: vendor 0 method 25 (PEAP)
    TLS: Phase2 EAP types - hexdump(len=8): 00 00 00 00 1a 00 00 00
    TLS: using phase1 config options
    TLS: Trusted root certificate(s) loaded
    wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
    EAP: EAP entering state METHOD
    SSL: Received packet(len=1034) - Flags 0xc0
    SSL: TLS Message Length: 2471
    SSL: Need 1447 bytes more input data
    SSL: Building ACK (type=25 id=3 ver=1)
    EAP: method process -> ignore=FALSE methodState=MAY_CONT decision=FAIL
    EAP: EAP entering state SEND_RESPONSE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_BE entering state RESPONSE
    EAPOL: txSuppRsp
    TX EAPOL: dst=00:1b:2b:a5:30:80
    TX EAPOL - hexdump(len=10): 01 00 00 06 02 03 00 06 19 01
    EAPOL: SUPP_BE entering state RECEIVE
    wlp4s0: RX EAPOL from 00:1b:2b:a5:30:80
    RX EAPOL - hexdump(len=1034): 01 00 04 06 01 04 04 06 19 40 16 41 c4 79 40 3b 63 6a f4 b2 28 3d 9a 9a 9d 44 f5 95 fc 7c f3 32 02 2c 7a b0 5b dd 9d c4 b0 ae 59 56 9d f2 9d 0d a1 a0 80 f5 a4 9c 43 9a 66 02 06 d4 ad 75 5c 9a 45 35 11 fd 18 9b 39 0c ac d0 e3 06 b8 1e 18 9c d4 29 59 78 91 d6 f7 c2 f2 0e 36 25 58 9a 74 c6 40 37 ca f9 8f 96 ec 59 f2 38 b4 8a 27 67 34 bb b8 43 f5 a5 2b b0 12 65 5a 82 40 f2 37 f0 22 e0 39 f1 d6 de 98 0e ae 57 28 b5 b1 95 be 3d d5 17 dc 9d dd e7 a1 1b a0 ab 34 7e be 28 f8 7a b1 75 31 a7 9e 28 79 14 4f 34 5e 27 9f 38 15 c8 df ce 65 ec 74 72 70 45 92 58 33 3b 6f 01 a0 11 1b 31 5a a0 c8 f8 5b 1a d9 db 24 e7 1c 13 6a 41 1b ce 4b a2 39 07 22 fe db 3f 8d ff b9 27 a4 56 94 d6 f5 63 64 65 5f 92 ad 20 53 2e 28 12 01 97 71 22 c1 ee 73 36 1c 1d 41 a8 35 ce a8 0f fd 55 b7 f6 aa fc e1 d6 21 19 69 39 8a 00 04 9c 30 82 04 98 30 82 03 80 a0 03 02 01 02 02 10 4b c8 14 03 2f 07 fa 6a a4 f0 da 29 df 61 79 ba 30 0d 06 09 2a 86 48 86 f7 0d 01 01 05 05 00 30 81 97 31 0b 30 09 06 03 55 04 06 13 02 55 53 31 0b 30 09 06 03 55 04 08 13 02 55 54 31 17 30 15 06 03 55 04 07 13 0e 53 61 6c 74 20 4c 61 6b 65 20 43 69 74 79 31 1e 30 1c 06 03 55 04 0a 13 15 54 68 65 20 55 53 45 52 54 52 55 53 54 20 4e 65 74 77 6f 72 6b 31 21 30 1f 06 03 55 04 0b 13 18 68 74 74 70 3a 2f 2f 77 77 77 2e 75 73 65 72 74 72 75 73 74 2e 63 6f 6d 31 1f 30 1d 06 03 55 04 03 13 16 55 54 4e 2d 55 53 45 52 46 69 72 73 74 2d 48 61 72 64 77 61 72 65 30 1e 17 0d 30 39 30 35 31 38 30 30 30 30 30 30 5a 17 0d 32 30 30 35 33 30 31 30 34 38 33 38 5a 30 36 31 0b 30 09 06 03 55 04 06 13 02 4e 4c 31 0f 30 0d 06 03 55 04 0a 13 06 54 45 52 45 4e 41 31 16 30 14 06 03 55 04 03 13 0d 54 45 52 45 4e 41 20 53 53 4c 20 43 41 30 82 01 22 30 0d 06 09 2a 86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30 82 01 0a 02 82 01 01 00 c3 e3 48 c4 2f 5c c1 cb a9 99 fd 1b a2 83 5d 8a 3d ad 3a d0 e2 a4 43 1f 4d 0e fe 35 25 30 a5 69 1b c4 e8 e5 c1 8f 54 7e e1 6a a2 9a 5c 5c de 3d fc 02 ce 96 b8 5f 8f 83 5b cc 60 40 90 f8 e4 b6 3a 25 9c 5f 14 51 ec b1 e7 af 9e 50 a1 31 55 c7 02 bd ac 52 8a 7f 35 8e 82 fa 84 ad 15 fe a2 7f 83 10 3a 55 53 94 2c 01 16 74 94 54 63 28 a3 f2 5b 29 3d 94 88 80 20 e2 14 59 21 19 b4 a4 98 e1 60 e6 f2 eb a2 80 83 43 e0 ad 68 f3 79 19 8b 68 43 51 3f 8a 9b 41 85 0c 35 8c 5d b5 f1 b6 e5 a7 c3 83 b5 6b 23 6f d4 a5 eb 50 e5 94 f1 4a 5f ee 27 4b 14 12 15 24 4c 0d cf 62 8d b7 00 21 ad 3a 32 0f 58 0b 5f 1e 9b d1 df 9d 8e a9 19 35 50 2f 41 a9 ad 3b c6 e0 45 b2 53 39 7f 21 bf 22 1a 87 5c 34 ae 52 6f 07 7d a2 0b 4e 9f 2b 79 a6 7d 13 dd f5 7f 83 7c 2f 5a 5d 77 78 78 91 a0 14 bf 7d 02 03 01 00 01 a3 82 01 3e 30 82 01 3a 30 1f 06 03 55 1d 23 04 18 30 16 80 14 a1 72 5f 26 1b 28 98 43 95 5d 07 37 d5 85 96 9d 4b d2 c3 45 30 1d 06 03 55 1d 0e 04 16 04 14 0c bd 93 68 0c f3 de ab a3 49 6b 2b 37 57 47 ea 90 e3 b9 ed 30 0e 06 03 55 1d 0f 01 01 ff 04 04 03 02 01 06 30 12 06 03 55 1d 13 01 01 ff 04 08 30 06 01 01 ff 02 01 00 30 18 06 03 55 1d 20 04 11 30 0f 30 0d 06 0b 2b 06 01 04 01 b2 31 01 02 02 1d 30 44 06 03 55 1d 1f 04 3d 30 3b 30 39 a0 37 a0 35 86 33 68 74 74 70 3a 2f 2f 63 72 6c 2e 75 73 65 72 74 72 75 73 74 2e 63 6f 6d 2f 55 54 4e 2d 55 53
    EAPOL: Received EAP-Packet frame
    EAPOL: SUPP_BE entering state REQUEST
    EAPOL: getSuppRsp
    EAP: EAP entering state RECEIVED
    EAP: Received EAP-Request id=4 method=25 vendor=0 vendorMethod=0
    EAP: EAP entering state METHOD
    SSL: Received packet(len=1030) - Flags 0x40
    SSL: Need 423 bytes more input data
    SSL: Building ACK (type=25 id=4 ver=1)
    EAP: method process -> ignore=FALSE methodState=MAY_CONT decision=FAIL
    EAP: EAP entering state SEND_RESPONSE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_BE entering state RESPONSE
    EAPOL: txSuppRsp
    TX EAPOL: dst=00:1b:2b:a5:30:80
    TX EAPOL - hexdump(len=10): 01 00 00 06 02 04 00 06 19 01
    EAPOL: SUPP_BE entering state RECEIVE
    wlp4s0: RX EAPOL from 00:1b:2b:a5:30:80
    RX EAPOL - hexdump(len=433): 01 00 01 ad 01 05 01 ad 19 00 45 52 46 69 72 73 74 2d 48 61 72 64 77 61 72 65 2e 63 72 6c 30 74 06 08 2b 06 01 05 05 07 01 01 04 68 30 66 30 3d 06 08 2b 06 01 05 05 07 30 02 86 31 68 74 74 70 3a 2f 2f 63 72 74 2e 75 73 65 72 74 72 75 73 74 2e 63 6f 6d 2f 55 54 4e 41 64 64 54 72 75 73 74 53 65 72 76 65 72 5f 43 41 2e 63 72 74 30 25 06 08 2b 06 01 05 05 07 30 01 86 19 68 74 74 70 3a 2f 2f 6f 63 73 70 2e 75 73 65 72 74 72 75 73 74 2e 63 6f 6d 30 0d 06 09 2a 86 48 86 f7 0d 01 01 05 05 00 03 82 01 01 00 4e 23 ee 48 9c f6 85 8b 71 c4 0a 6e 73 93 72 c0 3a 8e 80 8a d9 b3 ca b2 d4 01 9c 28 cf f2 5c 0e 21 44 93 0b b6 1a 21 e3 98 01 94 0e 67 49 81 1e be 3d 0d 4e 60 da ef a0 31 4e 95 ef f3 dd 7a 5a 82 20 43 b6 a1 63 43 b3 50 69 43 62 4b 56 62 b0 34 8a b9 13 43 59 93 ec 14 79 88 f3 48 93 e8 9d c9 fa 87 72 0c 6b 56 a0 c3 15 8d 68 a5 87 1f 71 2d e6 5a 6d 3c 69 71 40 04 55 dc a0 43 94 20 45 38 78 d7 bd 8a d8 39 c6 df 09 b7 5a 9a a9 03 b8 28 10 78 cd bf 01 1b 5a 11 3e 38 f4 d8 1b 34 79 cf 33 d2 01 fd ac 98 cd 6d 47 11 90 4c bb b9 5b d8 70 e7 d5 af b6 cc c4 86 e6 75 c0 9e 29 b6 2b 0f 2a a5 69 02 0d e3 e9 a2 b4 5d c0 f3 ce 2c 6a 85 38 76 61 c6 49 82 ab 51 b3 82 a6 b9 41 98 28 98 fb 6b fe 8a 16 ff 31 7e 54 47 a8 3c dc 43 26 a9 9b 05 b7 9e c0 34 43 91 30 d4 32 c3 11 5a e1 16 03 01 00 04 0e 00 00 00
    EAPOL: Received EAP-Packet frame
    EAPOL: SUPP_BE entering state REQUEST
    EAPOL: getSuppRsp
    EAP: EAP entering state RECEIVED
    EAP: Received EAP-Request id=5 method=25 vendor=0 vendorMethod=0
    EAP: EAP entering state METHOD
    SSL: Received packet(len=429) - Flags 0x00
    SSL: (where=0x10 ret=0x1)
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:before/connect initialization
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 write client hello A
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 read server hello A
    TLS: tls_verify_cb - preverify_ok=1 err=0 (ok) ca_cert_verify=1 depth=2 buf='/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=2 subject='/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware'
    EAP: Status notification: remote certificate verification (param=success)
    TLS: tls_verify_cb - preverify_ok=1 err=0 (ok) ca_cert_verify=1 depth=1 buf='/C=NL/O=TERENA/CN=TERENA SSL CA'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=NL/O=TERENA/CN=TERENA SSL CA'
    EAP: Status notification: remote certificate verification (param=success)
    TLS: tls_verify_cb - preverify_ok=1 err=0 (ok) ca_cert_verify=1 depth=0 buf='/OU=Domain Control Validated/CN=radius1.eduroam.cuni.cz'
    wlp4s0: CTRL-EVENT-EAP-PEER-CERT depth=0 subject='/OU=Domain Control Validated/CN=radius1.eduroam.cuni.cz'
    EAP: Status notification: remote certificate verification (param=success)
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 read server certificate A
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 read server done A
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 write client key exchange A
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 write change cipher spec A
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 write finished A
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 flush data
    SSL: (where=0x1002 ret=0xffffffff)
    SSL: SSL_connect:error in SSLv3 read finished A
    SSL: SSL_connect - want more data
    SSL: 549 bytes pending from ssl_out
    SSL: 549 bytes left to be sent out (of total 549 bytes)
    EAP: method process -> ignore=FALSE methodState=MAY_CONT decision=FAIL
    EAP: EAP entering state SEND_RESPONSE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_BE entering state RESPONSE
    EAPOL: txSuppRsp
    TX EAPOL: dst=00:1b:2b:a5:30:80
    TX EAPOL - hexdump(len=559): 01 00 02 2b 02 05 02 2b 19 01 16 03 01 00 da 01 00 00 d6 03 01 79 a2 50 d9 c6 91 54 b4 2e f5 22 ae 6f 2e cc f9 25 49 91 17 71 c5 0a de 56 45 f6 b5 ed 46 9c 58 00 00 68 c0 14 c0 0a c0 22 c0 21 00 39 00 38 00 88 00 87 c0 0f c0 05 00 35 00 84 c0 12 c0 08 c0 1c c0 1b 00 16 00 13 c0 0d c0 03 00 0a c0 13 c0 09 c0 1f c0 1e 00 33 00 32 00 9a 00 99 00 45 00 44 c0 0e c0 04 00 2f 00 96 00 41 00 07 c0 11 c0 07 c0 0c c0 02 00 05 00 04 00 15 00 12 00 09 00 14 00 11 00 08 00 06 00 03 00 ff 01 00 00 45 00 0b 00 04 03 00 01 02 00 0a 00 34 00 32 00 0e 00 0d 00 19 00 0b 00 0c 00 18 00 09 00 0a 00 16 00 17 00 08 00 06 00 07 00 14 00 15 00 04 00 05 00 12 00 13 00 01 00 02 00 03 00 0f 00 10 00 11 00 0f 00 01 01 16 03 01 01 06 10 00 01 02 01 00 1e b1 20 cb 21 b7 e7 e7 ba 74 c3 73 29 c2 0e 3b 24 6b bc b6 21 b3 64 7a f6 87 9d 22 6f a8 71 e8 7a b0 18 15 1d 62 c9 54 5f c6 f1 62 08 e0 5f 0a be de e2 5d 0c 08 9e 62 72 c4 7b 2c d3 ad bf c7 bf a7 49 47 de c7 2b 4b c2 37 ab c7 32 48 05 c0 30 b5 78 af de dc ed c6 df a4 3e 36 3f 65 88 d4 17 94 6e 0c 28 6f 9b 91 a4 37 cc ba 03 ce 4e 55 22 f8 39 5f 0e 9d a3 9b 4d 1a 43 1f a3 6d 2a a9 11 55 c6 7a 40 3f e4 96 af 5d 5f 47 b9 37 ba c3 c8 d5 29 a2 cf 96 01 d3 ac 33 7a 18 ec fd 7c 4a 97 97 93 e8 24 70 34 00 b9 b5 0d f0 9c 07 27 02 ba 91 eb 0e d3 9e 1d 75 77 aa 92 cc 96 48 e3 0b ab 1d 8c 45 54 53 0e e5 88 07 28 c4 90 af 5d 71 8a 50 8d d9 4d 79 64 35 42 c0 03 c9 e7 42 8e 5f ed 7b 42 12 3a b6 99 75 82 f4 2d 8d 93 bd 9d 1d f2 c8 45 32 bb c4 98 da 53 05 7c ba 01 35 a5 97 14 03 01 00 01 01 16 03 01 00 30 59 8e 71 99 c9 50 a0 a7 7f fe 0d 85 e3 88 62 48 53 61 8b 86 e7 52 6f 53 29 95 14 1c c7 dd 9b 6f 5d 78 ca 3a cd 68 51 4f 6f 54 42 43 9a 17 bd 5f
    EAPOL: SUPP_BE entering state RECEIVE
    EAPOL: startWhen --> 0
    wlp4s0: RX EAPOL from 00:1b:2b:a5:30:80
    RX EAPOL - hexdump(len=46): 01 00 00 04 04 05 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    EAPOL: Received EAP-Packet frame
    EAPOL: SUPP_BE entering state REQUEST
    EAPOL: getSuppRsp
    EAP: EAP entering state RECEIVED
    EAP: Received EAP-Failure
    EAP: Status notification: completion (param=failure)
    EAP: EAP entering state FAILURE
    wlp4s0: CTRL-EVENT-EAP-FAILURE EAP authentication failed
    EAPOL: SUPP_PAE entering state HELD
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: SUPP_BE entering state RECEIVE
    EAPOL: SUPP_BE entering state FAIL
    EAPOL: SUPP_BE entering state IDLE
    EAPOL authentication completed unsuccessfully
    wlp4s0: Setting authentication timeout: 2 sec 0 usec
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b15 len=24
    Wireless event: new AP: 00:00:00:00:00:00
    wlp4s0: Event DISASSOC (1) received
    wlp4s0: Disassociation notification
    wlp4s0: CTRL-EVENT-DISCONNECTED bssid=00:1b:2b:a5:30:80 reason=0
    wlp4s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="eduroam" auth_failures=1 duration=10
    wlp4s0: Auto connect enabled: try to reconnect (wps=0 wpa_state=6)
    wlp4s0: Setting scan request: 0 sec 100000 usec
    Added BSSID 00:1b:2b:a5:30:80 into blacklist
    wlp4s0: Another BSS in this ESS has been seen; try it next
    BSSID 00:1b:2b:a5:30:80 blacklist count incremented to 2
    wlp4s0: Blacklist count 1 --> request scan in 100 ms
    wlp4s0: Not rescheduling scan to ensure that specific SSID scans occur
    wlp4s0: Disconnect event - remove keys
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wlp4s0: State: ASSOCIATED -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    EAPOL: External notification - portEnabled=0
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: disable timer tick
    EAPOL: Supplicant port status: Unauthorized
    wlp4s0: State: DISCONNECTED -> SCANNING
    Scan SSID - hexdump_ascii(len=7):
    65 64 75 72 6f 61 6d eduroam
    wlp4s0: Starting AP scan for specific SSID: eduroam
    wlp4s0: Optimize scan based on previously generated frequency list
    Scan requested (ret=0) - scan timeout 30 seconds
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b19 len=16
    wlp4s0: Event SCAN_RESULTS (3) received
    Received 3643 bytes of scan results (8 BSSes)
    wlp4s0: BSS: Start scan result update 2
    BSS: last_scan_res_used=8/32 last_scan_full=0
    wlp4s0: New scan results available
    wlp4s0: Selecting BSS from priority group 5
    wlp4s0: 0: 00:1b:2b:a5:30:81 ssid='psk.troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-58
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 1: 00:1b:2b:a5:30:82 ssid='troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-59
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 2: 00:1b:2b:a5:30:80 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-61
    wlp4s0: skip - blacklisted (count=2 limit=0)
    wlp4s0: 3: 00:1a:30:e6:40:60 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-81
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 4: 00:1b:2b:a5:50:72 ssid='troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-87
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 5: 00:1b:2b:a5:50:70 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-88
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 6: 00:1b:2b:a5:50:71 ssid='psk.troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-88
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 7: d4:ca:6d:a4:c7:1b ssid='CSADCL_FREE' wpa_ie_len=0 rsn_ie_len=0 caps=0x1 level=-80
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: No APs found - clear blacklist and try again
    Removed BSSID 00:1b:2b:a5:30:80 from blacklist (clear)
    wlp4s0: Selecting BSS from priority group 5
    wlp4s0: 0: 00:1b:2b:a5:30:81 ssid='psk.troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-58
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 1: 00:1b:2b:a5:30:82 ssid='troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-59
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 2: 00:1b:2b:a5:30:80 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-61
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 3: 00:1a:30:e6:40:60 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-81
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 4: 00:1b:2b:a5:50:72 ssid='troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-87
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 5: 00:1b:2b:a5:50:70 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-88
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 6: 00:1b:2b:a5:50:71 ssid='psk.troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-88
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: 7: d4:ca:6d:a4:c7:1b ssid='CSADCL_FREE' wpa_ie_len=0 rsn_ie_len=0 caps=0x1 level=-80
    wlp4s0: skip - disabled temporarily for 9 second(s)
    wlp4s0: No suitable network found
    wlp4s0: Setting scan request: 5 sec 0 usec
    wlp4s0: Checking for other virtual interfaces sharing same radio (phy0) in event_scan_results
    wlp4s0: RX EAPOL from 00:1b:2b:a5:30:80
    RX EAPOL - hexdump(len=49): 01 00 00 2d 01 01 00 2d 01 00 6e 65 74 77 6f 72 6b 69 64 3d 65 64 75 72 6f 61 6d 2c 6e 61 73 69 64 3d 61 6f 70 31 73 7a 2c 70 6f 72 74 69 64 3d 30
    wlp4s0: Not associated - Delay processing of received EAPOL frame (state=SCANNING bssid=00:00:00:00:00:00)
    wlp4s0: Starting AP scan for wildcard SSID
    Scan requested (ret=0) - scan timeout 30 seconds
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b19 len=16
    wlp4s0: Event SCAN_RESULTS (3) received
    Scan results did not fit - trying larger buffer (8192 bytes)
    Received 4574 bytes of scan results (10 BSSes)
    wlp4s0: BSS: Start scan result update 3
    wlp4s0: BSS: Add new id 8 BSSID 00:1a:30:e6:40:62 SSID 'troja.mff.cuni.cz'
    wlp4s0: BSS: Add new id 9 BSSID 00:1a:30:e6:40:61 SSID 'psk.troja.mff.cuni.cz'
    BSS: last_scan_res_used=10/32 last_scan_full=0
    wlp4s0: New scan results available
    wlp4s0: Selecting BSS from priority group 5
    wlp4s0: 0: 00:1b:2b:a5:30:80 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-55
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 1: 00:1b:2b:a5:30:82 ssid='troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-55
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 2: 00:1b:2b:a5:30:81 ssid='psk.troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-55
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 3: 00:1a:30:e6:40:62 ssid='troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-85
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 4: 00:1a:30:e6:40:60 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-86
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 5: 00:1a:30:e6:40:61 ssid='psk.troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-87
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 6: 00:1b:2b:a5:50:71 ssid='psk.troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-88
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 7: 00:1b:2b:a5:50:72 ssid='troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-89
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 8: 00:1b:2b:a5:50:70 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-89
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: 9: d4:ca:6d:a4:c7:1b ssid='CSADCL_FREE' wpa_ie_len=0 rsn_ie_len=0 caps=0x1 level=-80
    wlp4s0: skip - disabled temporarily for 3 second(s)
    wlp4s0: No suitable network found
    wlp4s0: Setting scan request: 5 sec 0 usec
    wlp4s0: Checking for other virtual interfaces sharing same radio (phy0) in event_scan_results
    Scan SSID - hexdump_ascii(len=7):
    65 64 75 72 6f 61 6d eduroam
    wlp4s0: Starting AP scan for wildcard SSID (Interleave with specific)
    Scan requested (ret=0) - scan timeout 30 seconds
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b19 len=16
    wlp4s0: Event SCAN_RESULTS (3) received
    Scan results did not fit - trying larger buffer (8192 bytes)
    Received 4574 bytes of scan results (10 BSSes)
    wlp4s0: BSS: Start scan result update 4
    BSS: last_scan_res_used=10/32 last_scan_full=0
    wlp4s0: New scan results available
    wlp4s0: Selecting BSS from priority group 5
    wlp4s0: 0: 00:1b:2b:a5:30:80 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-55
    wlp4s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="eduroam"
    wlp4s0: selected based on RSN IE
    wlp4s0: selected BSS 00:1b:2b:a5:30:80 ssid='eduroam'
    wlp4s0: Request association: reassociate: 0 selected: 00:1b:2b:a5:30:80 bssid: 00:00:00:00:00:00 pending: 00:00:00:00:00:00 wpa_state: SCANNING
    wlp4s0: Trying to associate with 00:1b:2b:a5:30:80 (SSID='eduroam' freq=2437 MHz)
    wlp4s0: Cancelling scan request
    wlp4s0: WPA: clearing own WPA/RSN IE
    wlp4s0: Automatic auth_alg selection: 0x1
    RSN: PMKSA cache search - network_ctx=(nil) try_opportunistic=0
    RSN: Search for BSSID 00:1b:2b:a5:30:80
    RSN: No PMKSA cache entry found
    wlp4s0: RSN: using IEEE 802.11i/D9.0
    wlp4s0: WPA: Selected cipher suites: group 8 pairwise 16 key_mgmt 1 proto 2
    WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 01 28 00
    WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 28 00
    wlp4s0: WPA: using GTK TKIP
    wlp4s0: WPA: using PTK CCMP
    wlp4s0: WPA: using KEY_MGMT 802.1X
    WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 00 00
    wlp4s0: No keys have been configured - skip key clearing
    wlp4s0: State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    Limit connection to BSSID 00:1b:2b:a5:30:80 freq=2437 MHz based on scan results (bssid_set=0)
    wlp4s0: set_disable_max_amsdu: -1
    wlp4s0: set_ampdu_factor: -1
    wlp4s0: set_ampdu_density: -1
    wlp4s0: set_disable_ht40: 0
    wlp4s0: set_disable_sgi: 0
    wpa_driver_wext_associate
    wpa_driver_wext_set_drop_unencrypted
    wpa_driver_wext_set_psk
    ioctl[SIOCSIWFREQ]: Operation not supported
    wlp4s0: Association request to the driver failed
    wlp4s0: Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - EAP fail=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portControl=Auto
    EAPOL: Supplicant port status: Unauthorized
    RSN: Ignored PMKID candidate without preauth flag
    RSN: Ignored PMKID candidate without preauth flag
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=16
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b06 len=12
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=23
    wlp4s0: Authentication with 00:1b:2b:a5:30:80 timed out.
    Added BSSID 00:1b:2b:a5:30:80 into blacklist
    wlp4s0: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=00:1b:2b:a5:30:80 reason=3 state=ASSOCIATING
    wpa_driver_wext_deauthenticate
    wlp4s0: Event DEAUTH (12) received
    wlp4s0: Deauthentication notification
    wlp4s0: * reason 3 (locally generated)
    Deauthentication frame IE(s) - hexdump(len=0): [NULL]
    wlp4s0: CTRL-EVENT-DISCONNECTED bssid=00:1b:2b:a5:30:80 reason=3 locally_generated=1
    wlp4s0: Auto connect enabled: try to reconnect (wps=0 wpa_state=5)
    wlp4s0: Setting scan request: 0 sec 100000 usec
    BSSID 00:1b:2b:a5:30:80 blacklist count incremented to 2
    wlp4s0: Blacklist count 4 --> request scan in 5000 ms
    wlp4s0: Not rescheduling scan to ensure that specific SSID scans occur
    wlp4s0: Disconnect event - remove keys
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wlp4s0: State: ASSOCIATING -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    EAPOL: External notification - portEnabled=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    wlp4s0: No keys have been configured - skip key clearing
    wlp4s0: State: DISCONNECTED -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    EAPOL: External notification - portEnabled=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    wlp4s0: Not rescheduling scan to ensure that specific SSID scans occur
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=16
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b15 len=24
    Wireless event: new AP: 00:00:00:00:00:00
    wlp4s0: Event DISASSOC (1) received
    wlp4s0: Disassociation notification
    wlp4s0: Auto connect enabled: try to reconnect (wps=0 wpa_state=0)
    wlp4s0: Do not request new immediate scan
    wlp4s0: Disconnect event - remove keys
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
    wlp4s0: State: DISCONNECTED -> DISCONNECTED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    EAPOL: External notification - portEnabled=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    wlp4s0: State: DISCONNECTED -> SCANNING
    Scan SSID - hexdump_ascii(len=7):
    65 64 75 72 6f 61 6d eduroam
    wlp4s0: Starting AP scan for specific SSID: eduroam
    Scan requested (ret=0) - scan timeout 30 seconds
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b19 len=16
    wlp4s0: Event SCAN_RESULTS (3) received
    Scan results did not fit - trying larger buffer (8192 bytes)
    Received 4592 bytes of scan results (10 BSSes)
    wlp4s0: BSS: Start scan result update 5
    BSS: last_scan_res_used=10/32 last_scan_full=0
    wlp4s0: New scan results available
    wlp4s0: Selecting BSS from priority group 5
    wlp4s0: 0: 00:1b:2b:a5:30:82 ssid='troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-55
    wlp4s0: skip - SSID mismatch
    wlp4s0: 1: 00:1b:2b:a5:30:81 ssid='psk.troja.mff.cuni.cz' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-55
    wlp4s0: skip - SSID mismatch
    wlp4s0: 2: 00:1b:2b:a5:30:80 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-62
    wlp4s0: skip - blacklisted (count=2 limit=0)
    wlp4s0: 3: 00:1a:30:e6:40:60 ssid='eduroam' wpa_ie_len=24 rsn_ie_len=20 caps=0x11 level=-80
    wlp4s0: selected based on RSN IE
    wlp4s0: selected BSS 00:1a:30:e6:40:60 ssid='eduroam'
    wlp4s0: Request association: reassociate: 1 selected: 00:1a:30:e6:40:60 bssid: 00:00:00:00:00:00 pending: 00:00:00:00:00:00 wpa_state: SCANNING
    wlp4s0: Trying to associate with 00:1a:30:e6:40:60 (SSID='eduroam' freq=2412 MHz)
    wlp4s0: Cancelling scan request
    wlp4s0: WPA: clearing own WPA/RSN IE
    wlp4s0: Automatic auth_alg selection: 0x1
    RSN: PMKSA cache search - network_ctx=(nil) try_opportunistic=0
    RSN: Search for BSSID 00:1a:30:e6:40:60
    RSN: No PMKSA cache entry found
    wlp4s0: RSN: using IEEE 802.11i/D9.0
    wlp4s0: WPA: Selected cipher suites: group 8 pairwise 16 key_mgmt 1 proto 2
    WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 01 28 00
    WPA: set AP RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 28 00
    wlp4s0: WPA: using GTK TKIP
    wlp4s0: WPA: using PTK CCMP
    wlp4s0: WPA: using KEY_MGMT 802.1X
    WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 00 00
    wlp4s0: No keys have been configured - skip key clearing
    wlp4s0: State: SCANNING -> ASSOCIATING
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    Limit connection to BSSID 00:1a:30:e6:40:60 freq=2412 MHz based on scan results (bssid_set=0)
    wlp4s0: set_disable_max_amsdu: -1
    wlp4s0: set_ampdu_factor: -1
    wlp4s0: set_ampdu_density: -1
    wlp4s0: set_disable_ht40: 0
    wlp4s0: set_disable_sgi: 0
    wpa_driver_wext_associate
    wpa_driver_wext_set_drop_unencrypted
    wpa_driver_wext_set_psk
    ioctl[SIOCSIWFREQ]: Operation not supported
    wlp4s0: Association request to the driver failed
    wlp4s0: Setting authentication timeout: 5 sec 0 usec
    EAPOL: External notification - EAP success=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - EAP fail=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portControl=Auto
    EAPOL: Supplicant port status: Unauthorized
    RSN: Ignored PMKID candidate without preauth flag
    RSN: Ignored PMKID candidate without preauth flag
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=16
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b06 len=12
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b1a len=23
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8c07 len=111
    AssocReq IE wireless event - hexdump(len=95): 00 07 65 64 75 72 6f 61 6d 01 08 82 84 8b 96 24 30 48 6c 21 02 0b 14 24 02 01 0e 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00 32 04 0c 12 18 60 7f 08 00 00 00 00 00 00 00 40 dd 09 00 10 18 02 00 00 00 00 00 dd 07 00 50 f2 02 00 01 00 00 00 00 00 00 00 00 00 00 00
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8c08 len=64
    AssocResp IE wireless event - hexdump(len=48): 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 dd 18 00 50 f2 02 01 01 85 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 00 00 00 00 00 00
    RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
    RTM_NEWLINK, IFLA_IFNAME: Interface 'wlp4s0' added
    WEXT: if_removed already cleared - ignore event
    Wireless event: cmd=0x8b15 len=24
    Wireless event: new AP: 00:1a:30:e6:40:60
    wlp4s0: Event ASSOCINFO (4) received
    wlp4s0: Association info event
    req_ies - hexdump(len=95): 00 07 65 64 75 72 6f 61 6d 01 08 82 84 8b 96 24 30 48 6c 21 02 0b 14 24 02 01 0e 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00 32 04 0c 12 18 60 7f 08 00 00 00 00 00 00 00 40 dd 09 00 10 18 02 00 00 00 00 00 dd 07 00 50 f2 02 00 01 00 00 00 00 00 00 00 00 00 00 00
    resp_ies - hexdump(len=48): 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 dd 18 00 50 f2 02 01 01 85 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00 00 00 00 00 00 00
    WPA: set own WPA/RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 01 0c 00
    wlp4s0: Event ASSOC (0) received
    wlp4s0: State: ASSOCIATING -> ASSOCIATED
    wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
    netlink: Operstate: linkmode=-1, operstate=5
    wlp4s0: Associated to a new BSS: BSSID=00:1a:30:e6:40:60
    wlp4s0: No keys have been configured - skip key clearing
    wlp4s0: Associated with 00:1a:30:e6:40:60
    wlp4s0: WPA: Association event - clear replay counter
    wlp4s0: WPA: Clear old PTK
    EAPOL: External notification - portEnabled=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portValid=0
    EAPOL: Supplicant port status: Unauthorized
    EAPOL: External notification - portEnabled=1
    EAPOL: SUPP_PAE entering state CONNECTING
    EAPOL: enable timer tick
    EAPOL: SUPP_BE entering state IDLE
    EAP: EAP entering state INITIALIZE
    EAP: deinitialize previously used EAP method (25, PEAP) at INITIALIZE
    ENGINE: engine deinit
    EAP: EAP entering state IDLE
    wlp4s0: Setting authentication timeout: 10 sec 0 usec
    wlp4s0: Cancelling scan request
    wlp4s0: RX EAPOL from 00:1a:30:e6:40:60
    RX EAPOL - hexdump(len=49): 01 00 00 2d 01 01 00 2d 01 00 6e 65 74 77 6f 72 6b 69 64 3d 65 64 75 72 6f 61 6d 2c 6e 61 73 69 64 3d 61 6f 70 31 6a 7a 2c 70 6f 72 74 69 64 3d 30
    wlp4s0: Setting authentication timeout: 70 sec 0 usec
    EAPOL: Received EAP-Packet frame
    EAPOL: SUPP_PAE entering state RESTART
    EAP: EAP entering state INITIALIZE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_PAE entering state AUTHENTICATING
    EAPOL: SUPP_BE entering state REQUEST
    EAPOL: getSuppRsp
    EAP: EAP entering state RECEIVED
    EAP: Received EAP-Request id=1 method=1 vendor=0 vendorMethod=0
    EAP: EAP entering state IDENTITY
    wlp4s0: CTRL-EVENT-EAP-STARTED EAP authentication started
    EAP: EAP-Request Identity data - hexdump_ascii(len=40):
    00 6e 65 74 77 6f 72 6b 69 64 3d 65 64 75 72 6f _networkid=eduro
    61 6d 2c 6e 61 73 69 64 3d 61 6f 70 31 6a 7a 2c am,nasid=aop1jz,
    70 6f 72 74 69 64 3d 30 portid=0
    EAP: using real identity - hexdump_ascii(len=16):
    ----------------I've removed my login-------------------
    EAP: EAP entering state SEND_RESPONSE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_BE entering state RESPONSE
    EAPOL: txSuppRsp
    TX EAPOL: dst=00:1a:30:e6:40:60
    TX EAPOL - hexdump(len=25): 01 00 00 15 02 01 00 15 01 31 39 38 33 30 36 36 38 40 63 75 6e 69 2e 63 7a
    EAPOL: SUPP_BE entering state RECEIVE
    wlp4s0: RX EAPOL from 00:1a:30:e6:40:60
    RX EAPOL - hexdump(len=46): 01 00 00 06 01 02 00 06 19 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    EAPOL: Received EAP-Packet frame
    EAPOL: SUPP_BE entering state REQUEST
    EAPOL: getSuppRsp
    EAP: EAP entering state RECEIVED
    EAP: Received EAP-Request id=2 method=25 vendor=0 vendorMethod=0
    EAP: EAP entering state GET_METHOD
    wlp4s0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
    EAP: Status notification: accept proposed method (param=PEAP)
    EAP: Initialize selected EAP method: vendor 0 method 25 (PEAP)
    TLS: Phase2 EAP types - hexdump(len=8): 00 00 00 00 1a 00 00 00
    TLS: using phase1 config options
    TLS: Trusted root certificate(s) loaded
    wlp4s0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
    EAP: EAP entering state METHOD
    SSL: Received packet(len=6) - Flags 0x20
    EAP-PEAP: Start (server ver=0, own ver=1)
    EAP-PEAP: Using PEAP version 0
    SSL: (where=0x10 ret=0x1)
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:before/connect initialization
    SSL: (where=0x1001 ret=0x1)
    SSL: SSL_connect:SSLv3 write client hello A
    SSL: (where=0x1002 ret=0xffffffff)
    SSL: SSL_connect:error in SSLv3 read server hello A
    SSL: SSL_connect - want more data
    SSL: 223 bytes pending from ssl_out
    SSL: 223 bytes left to be sent out (of total 223 bytes)
    EAP: method process -> ignore=FALSE methodState=MAY_CONT decision=FAIL
    EAP: EAP entering state SEND_RESPONSE
    EAP: EAP entering state IDLE
    EAPOL: SUPP_BE entering state RESPONSE
    EAPOL: txSuppRsp
    TX EAPOL: dst=00:1a:30:e6:40:60
    TX EAPOL - hexdump(len=237): 01 00 00 e9 02 02 00 e9 19 80 00 00 00 df 16 03 01 00 da 01 00 00 d6 03 01 47 97 a0 0d ad 29 ac e0 b4 92 69 89 47 ca 82 4e 60 97 c4 ea 0c 8b 8d 0e 3f e0 e7 18 a6 33 17 06 00 00 68 c0 14 c0 0a c0 22 c0 21 00 39 00 38 00 88 00 87 c0 0f c0 05 00 35 00 84 c0 12 c0 08 c0 1c c0 1b 00 16 00 13 c0 0d c0 03 00 0a c0 13 c0 09 c0 1f c0 1e 00 33 00 32 00 9a 00 99 00 45 00 44 c0 0e c0 04 00 2f 00 96 00 41 00 07 c0 11 c0 07 c0 0c c0 02 00 05 00 04 00 15 00 12 00 09 00 14 00 11 00 08 00 06 00 03 00 ff 01 00 00 45 00 0b 00 04 03 00 01 02 00 0a 00 34 00 32 00 0e 00 0d 00 19 00 0b 00 0c 00 18 00 09 00 0a 00 16 00 17 00 08 00 06 00 07 00 14 00 15 00 04 00 05 00 12 00 13 00 01 00 02 00 03 00 0f 00 10 00 11 00 0f 00 01 01
    EAPOL: SUPP_BE entering state RECEIVE
    wlp4s0: RX EAPOL from 00:1a:30:e6:40:60
    RX EAPOL - hexdump(len=1038): 01 00 04 0a 01 03 04 0a 19 c0 00 00 09 a7 16 03 01 00 51 02 00 00 4d 03 01 52 d9 2a 65 84 4a db e1 6a f0 8d c6 6a ea 91 ba 2f 0c 07 b1 58 2e 5b 3e 4e a4 bd 42 1d 0d f0 68 20 f9 fc f8 42 57 c7 8c 68 30 f6 51 38 d6 f5 d2 9e fc 54 23 1b 4c 76 18 33 96 46 1a 1b 52 be c5 a7 00 35 00 00 05 ff 01 00 01 00 16 03 01 09 43 0b 00 09 3f 00 09 3c 00 04 9a 30 82 04 96 30 82 03 7e a0 03 02 01 02 02 11 00 91 2e 01 7f 78 f8 b5 1f 5e 7b a2 4a b9 12 dc e4 30 0d 06 09 2a 86 48 86 f7 0d 01 01 05 05 00 30 36 31 0b 30 09 06 03 55 04 06 13 02 4e 4c 31 0f 30 0d 06 03 55 04 0a 13 06 54 45 52 45 4e 41 31 16 30 14 06 03 55 04 03 13 0d 54 45 52 45 4e 41 20 53 53 4c 20 43 41 30 1e 17 0d 31 33 30 39 32 34 30 30 30 30 30 30 5a 17 0d 31 36 30 39 32 33 32 33 35 39 35 39 5a 30 45 31 21 30 1f 06 03 55 04 0b 13 18 44 6f 6d 61 69 6e 20 43 6f 6e 74 72 6f 6c 20 56 61 6c 69 64 61 74 65 64 31 20 30 1e 06 03 55 04 03 13 17 72 61 64 69 75 73 31 2e 65 64 75 72 6f 61 6d 2e 63 75 6e 69 2e 63 7a 30 82 01 22 30 0d 06 09 2a 86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30 82 01 0a 02 82 01 01 00 b5 4f 36 a8 e3 09 5f 0d 59 f1 56 fe 5b c3 71 f6 36 ac 78 66 05 e6 cf 72 7e 6b 5d b6 d1 38 11 3c c0 c1 42 42 2a 95 18 12 91 77 3a 83 5f 32 90 27 46 21 f1 1b 09 45 57 0d 4c 16 99 76 c7 18 8f ec 40 dd 55 48 a8 64 6e 8b 2f 5b 76 90 c9 3a 97 6b d7 62 66 4e f5 7c 0d 67 1a 02 b7 e1 59 44 ce d4 79 c1 58 44 ef b2 1d 96 64 52 0f 8c 19 80 60 20 57 e9 1b 77 dd df 2a 9e 50 1d c8 92 33 2a 80 ba 5e ac 09 d1 af 50 4c 19 ce c9 1b 4a fc 7e 7d 4b 55 17 b5 bc d6 d7 e6 77 f7 25 c9 0a 93 af 6e 5a 04 d0 7d 8c 8e 17 ae 7d ed 95 85 c2 9f 41 9b 56 89 a2 e3 9f 6c ea a2 fc fe a2 2a b6 66 66 5e 7e 6b 02 bc 8e a3 3b b1 54 31 4c 6c 12 72 f9 4d 6e 7f ec d6 84 45 c2 84 5a 84 37 90 78 61 92 10 7c 0f 97 bf 5f 0d d1 04 8f 4c 99 43 53

  • Java.lang.OutOfMemoryError: requested 2904104 bytes for Chunk::new. Out of swap space?

    Can someone help me with this error?  At random times the application crashes and I get this error. 
    # An unexpected error has been detected by Java Runtime Environment:
    # java.lang.OutOfMemoryError: requested 2904104 bytes for Chunk::new. Out of swap space?
    #  Internal Error (allocation.cpp:218), pid=1904, tid=3532
    #  Error: Chunk::new
    # Java VM: Java HotSpot(TM) Server VM (10.0-b19 mixed mode windows-x86)
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x003ec800):  GCTaskThread [stack: 0x675c0000,0x676c0000] [id=3532]
    Stack: [0x675c0000,0x676c0000]
    [error occurred during error reporting (printing stack bounds), id 0xc0000005]
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x6a0cb400 JavaThread "Thread-1968" daemon [_thread_in_native, id=6032, stack(0x7fdf0000,0x7fef0000)]
      0x6a0db400 JavaThread "Thread-1967" daemon [_thread_in_native, id=5188, stack(0x7fcf0000,0x7fdf0000)]
      0x6a113400 JavaThread "Thread-1966" daemon [_thread_in_native, id=3000, stack(0x7fbf0000,0x7fcf0000)]
      0x6a11b400 JavaThread "Thread-1965" daemon [_thread_in_native, id=4460, stack(0x7faf0000,0x7fbf0000)]
      0x6a150400 JavaThread "Thread-1964" daemon [_thread_in_native, id=5068, stack(0x7f9f0000,0x7faf0000)]
      0x78522400 JavaThread "Thread-1963" daemon [_thread_in_native, id=3572, stack(0x7f8f0000,0x7f9f0000)]
      0x6e949400 JavaThread "Thread-1962" daemon [_thread_in_native, id=3368, stack(0x7f7f0000,0x7f8f0000)]
      0x6e483400 JavaThread "Thread-1961" daemon [_thread_in_native, id=2172, stack(0x7f580000,0x7f680000)]
      0x73b40400 JavaThread "Thread-1960" daemon [_thread_in_native, id=5684, stack(0x7f480000,0x7f580000)]
      0x6f8ae400 JavaThread "Thread-1959" daemon [_thread_in_native, id=4828, stack(0x7f380000,0x7f480000)]
      0x6e7ec400 JavaThread "Thread-1958" daemon [_thread_in_native, id=5912, stack(0x7f280000,0x7f380000)]
      0x6f1a0400 JavaThread "Thread-1957" daemon [_thread_in_native, id=6100, stack(0x7f180000,0x7f280000)]
      0x6fa8e400 JavaThread "Thread-1956" daemon [_thread_in_native, id=5428, stack(0x7f080000,0x7f180000)]
      0x6fa76400 JavaThread "Thread-1955" daemon [_thread_in_native, id=3496, stack(0x7ef80000,0x7f080000)]
      0x6f369400 JavaThread "Thread-1954" daemon [_thread_in_native, id=3516, stack(0x7ee80000,0x7ef80000)]
      0x69c5a400 JavaThread "Thread-1953" daemon [_thread_in_native, id=4120, stack(0x7ed80000,0x7ee80000)]
      0x6a064400 JavaThread "Thread-1952" daemon [_thread_in_native, id=5864, stack(0x7ec80000,0x7ed80000)]
      0x6f526400 JavaThread "Thread-1951" daemon [_thread_in_native, id=5968, stack(0x7eb80000,0x7ec80000)]
      0x780d2400 JavaThread "Thread-1950" daemon [_thread_in_native, id=900, stack(0x7ea80000,0x7eb80000)]
      0x6fabe400 JavaThread "Thread-1949" daemon [_thread_in_native, id=3480, stack(0x7e980000,0x7ea80000)]
      0x6f8f6400 JavaThread "Thread-1948" daemon [_thread_in_native, id=4740, stack(0x7e880000,0x7e980000)]
      0x6f6a3400 JavaThread "Thread-1947" daemon [_thread_in_native, id=1188, stack(0x7e780000,0x7e880000)]
      0x6f3b1400 JavaThread "Thread-1946" daemon [_thread_in_native, id=3340, stack(0x7e680000,0x7e780000)]
      0x6f1e8400 JavaThread "Thread-1945" daemon [_thread_in_native, id=4100, stack(0x7e580000,0x7e680000)]
      0x6ed6e400 JavaThread "Thread-1944" daemon [_thread_in_native, id=3172, stack(0x7e480000,0x7e580000)]
      0x6f2ed400 JavaThread "Thread-1943" daemon [_thread_in_native, id=1860, stack(0x7e380000,0x7e480000)]
      0x6fd0d400 JavaThread "Thread-1942" daemon [_thread_in_native, id=3432, stack(0x7e280000,0x7e380000)]
      0x78042400 JavaThread "Thread-1941" daemon [_thread_in_native, id=5040, stack(0x7e180000,0x7e280000)]
      0x6a32c400 JavaThread "Thread-1940" daemon [_thread_in_native, id=1828, stack(0x7e080000,0x7e180000)]
      0x6a162400 JavaThread "Thread-1939" daemon [_thread_in_native, id=3740, stack(0x7df80000,0x7e080000)]
      0x69df6400 JavaThread "Thread-1938" daemon [_thread_in_native, id=2544, stack(0x7de80000,0x7df80000)]
      0x6eebb400 JavaThread "Thread-1937" daemon [_thread_in_native, id=2032, stack(0x7dd80000,0x7de80000)]
      0x6a3d3400 JavaThread "Thread-1936" daemon [_thread_in_native, id=5240, stack(0x7dc80000,0x7dd80000)]
      0x69de9400 JavaThread "Thread-1935" daemon [_thread_in_native, id=1072, stack(0x7db80000,0x7dc80000)]
      0x6ef9c400 JavaThread "Thread-1934" daemon [_thread_in_native, id=4088, stack(0x7da80000,0x7db80000)]
      0x69cf8400 JavaThread "Thread-1933" daemon [_thread_in_native, id=2996, stack(0x7d980000,0x7da80000)]
      0x69edf400 JavaThread "Thread-1932" daemon [_thread_in_native, id=2752, stack(0x7d880000,0x7d980000)]
      0x6e352400 JavaThread "Thread-1931" daemon [_thread_in_native, id=976, stack(0x7d780000,0x7d880000)]
      0x69c25400 JavaThread "Thread-1930" daemon [_thread_in_native, id=2472, stack(0x7d680000,0x7d780000)]
      0x6e70f400 JavaThread "Thread-1929" daemon [_thread_in_native, id=2000, stack(0x7d580000,0x7d680000)]
      0x7944d400 JavaThread "Thread-1928" daemon [_thread_in_native, id=2444, stack(0x7d480000,0x7d580000)]
      0x69d5b400 JavaThread "Thread-1927" daemon [_thread_in_native, id=2516, stack(0x7d380000,0x7d480000)]
      0x69fc9400 JavaThread "Thread-1926" daemon [_thread_in_native, id=3856, stack(0x7d280000,0x7d380000)]
      0x69fd2400 JavaThread "Thread-1925" daemon [_thread_in_native, id=304, stack(0x7c6c0000,0x7c7c0000)]
      0x6f93e400 JavaThread "Thread-1924" daemon [_thread_in_native, id=4320, stack(0x7c5c0000,0x7c6c0000)]
      0x6f986400 JavaThread "Thread-1923" daemon [_thread_in_native, id=3896, stack(0x7c4c0000,0x7c5c0000)]
      0x6f733400 JavaThread "Thread-1922" daemon [_thread_in_native, id=4468, stack(0x7c3c0000,0x7c4c0000)]
      0x6f02c400 JavaThread "Thread-1921" daemon [_thread_in_native, id=3372, stack(0x7c250000,0x7c350000)]
      0x6ef03400 JavaThread "Thread-1920" daemon [_thread_in_native, id=3408, stack(0x7c150000,0x7c250000)]
      0x6fb06400 JavaThread "Thread-1919" daemon [_thread_in_native, id=5936, stack(0x7c050000,0x7c150000)]
      0x6a020400 JavaThread "Thread-1918" daemon [_thread_in_native, id=5504, stack(0x7bf50000,0x7c050000)]
      0x6f3f9400 JavaThread "Thread-1917" daemon [_thread_in_native, id=3544, stack(0x779b0000,0x77ab0000)]
      0x6f230400 JavaThread "Thread-1916" daemon [_thread_in_native, id=6084, stack(0x778b0000,0x779b0000)]
      0x6fd55400 JavaThread "Thread-1915" daemon [_thread_in_native, id=5404, stack(0x77530000,0x77630000)]
      0x69f73400 JavaThread "Thread-1914" daemon [_thread_in_native, id=3848, stack(0x77190000,0x77290000)]
      0x6f6eb400 JavaThread "Thread-1913" daemon [_thread_in_native, id=312, stack(0x77090000,0x77190000)]
      0x6f56e400 JavaThread "Thread-1912" daemon [_thread_in_native, id=2088, stack(0x76f90000,0x77090000)]
      0x6efe4400 JavaThread "Thread-1911" daemon [_thread_in_native, id=316, stack(0x76d80000,0x76e80000)]
      0x7808a400 JavaThread "Thread-1910" daemon [_thread_in_native, id=3192, stack(0x76c80000,0x76d80000)]
      0x69f24400 JavaThread "Thread-1909" daemon [_thread_in_native, id=5500, stack(0x76b80000,0x76c80000)]
      0x69e32400 JavaThread "Thread-1908" daemon [_thread_in_native, id=4204, stack(0x768b0000,0x769b0000)]
      0x6a34e400 JavaThread "Thread-1907" daemon [_thread_in_native, id=5752, stack(0x767b0000,0x768b0000)]
      0x69d74400 JavaThread "Thread-1906" daemon [_thread_in_native, id=2264, stack(0x766b0000,0x767b0000)]
      0x6fbf6400 JavaThread "Thread-1905" daemon [_thread_in_native, id=3600, stack(0x765b0000,0x766b0000)]
      0x6f9b7400 JavaThread "Thread-1904" daemon [_thread_in_native, id=484, stack(0x764b0000,0x765b0000)]
      0x69eb6400 JavaThread "Thread-1903" daemon [_thread_in_native, id=4752, stack(0x763b0000,0x764b0000)]
      0x69de4400 JavaThread "Thread-1902" daemon [_thread_in_native, id=4868, stack(0x762b0000,0x763b0000)]
      0x69d4b400 JavaThread "Thread-1901" daemon [_thread_in_native, id=3300, stack(0x76040000,0x76140000)]
      0x69fa3000 JavaThread "Thread-1900" daemon [_thread_in_native, id=328, stack(0x75f40000,0x76040000)]
      0x6b1c9800 JavaThread "Thread-1899" daemon [_thread_in_native, id=2104, stack(0x75e40000,0x75f40000)]
      0x6a016400 JavaThread "Thread-1898" daemon [_thread_in_native, id=5080, stack(0x75d40000,0x75e40000)]
      0x69f79400 JavaThread "Thread-1897" daemon [_thread_in_native, id=4980, stack(0x75c40000,0x75d40000)]
      0x69de5000 JavaThread "Thread-1896" daemon [_thread_in_native, id=4684, stack(0x75b40000,0x75c40000)]
      0x69ee0400 JavaThread "Thread-1895" daemon [_thread_in_native, id=3648, stack(0x739b0000,0x73ab0000)]
      0x6a1ab400 JavaThread "Thread-1894" daemon [_thread_in_native, id=3140, stack(0x738b0000,0x739b0000)]
      0x69e3ec00 JavaThread "Thread-1893" daemon [_thread_in_native, id=928, stack(0x736a0000,0x737a0000)]
      0x785c9c00 JavaThread "Thread-1892" daemon [_thread_in_native, id=1800, stack(0x735a0000,0x736a0000)]
      0x785c9400 JavaThread "Thread-1891" daemon [_thread_in_native, id=2748, stack(0x734a0000,0x735a0000)]
      0x78b5d800 JavaThread "Thread-1890" daemon [_thread_in_native, id=2564, stack(0x733a0000,0x734a0000)]
      0x6e83b800 JavaThread "Thread-1889" daemon [_thread_in_native, id=5772, stack(0x732a0000,0x733a0000)]
      0x6aa8ac00 JavaThread "Thread-1888" daemon [_thread_in_native, id=4548, stack(0x731a0000,0x732a0000)]
      0x6b2b0800 JavaThread "Thread-1805" daemon [_thread_in_native, id=3308, stack(0x72220000,0x72320000)]
      0x69ec9c00 JavaThread "jrpp-45" [_thread_in_native, id=1956, stack(0x6cdc0000,0x6cec0000)]
      0x6e178c00 JavaThread "jrpp-44" [_thread_in_native, id=4064, stack(0x69200000,0x69300000)]
      0x6a831c00 JavaThread "jrpp-43" [_thread_in_native, id=3924, stack(0x730a0000,0x731a0000)]
      0x6ad81400 JavaThread "jrpp-41" [_thread_blocked, id=1848, stack(0x6cf20000,0x6d020000)]
      0x69cf7c00 JavaThread "jrpp-40" [_thread_in_native, id=248, stack(0x729b0000,0x72ab0000)]
      0x6b0af800 JavaThread "jrpp-39" [_thread_in_native, id=1584, stack(0x70b80000,0x70c80000)]
      0x69dda800 JavaThread "jrpp-38" [_thread_in_native, id=3492, stack(0x72cb0000,0x72db0000)]
      0x685b8800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3696, stack(0x72ab0000,0x72bb0000)]
      0x6859cc00 JavaThread "jrpp-34" [_thread_in_native, id=5704, stack(0x72bb0000,0x72cb0000)]
      0x6eb7a400 JavaThread "scheduler-21" [_thread_blocked, id=2540, stack(0x728b0000,0x729b0000)]
      0x6b1c4400 JavaThread "jrpp-15" [_thread_in_native, id=6076, stack(0x72420000,0x72520000)]
      0x681b7c00 JavaThread "scheduler-3" [_thread_blocked, id=2064, stack(0x687b0000,0x688b0000)]
      0x6e894800 JavaThread "scheduler-2" [_thread_blocked, id=2216, stack(0x6d870000,0x6d970000)]
      0x6a323c00 JavaThread "SocketTimeout" daemon [_thread_blocked, id=4432, stack(0x727b0000,0x728b0000)]
      0x68165c00 JavaThread "scheduler-1" [_thread_blocked, id=3084, stack(0x70c80000,0x70d80000)]
      0x6a7de400 JavaThread "MySQL Statement Cancellation Timer" daemon [_thread_blocked, id=5724, stack(0x72120000,0x72220000)]
      0x003e6400 JavaThread "DestroyJavaVM" [_thread_blocked, id=980, stack(0x00030000,0x00130000)]
      0x6856e400 JavaThread "Timer-3" daemon [_thread_blocked, id=4992, stack(0x70a80000,0x70b80000)]
      0x685a2400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1924, stack(0x72020000,0x72120000)]
      0x6a3f4c00 JavaThread "worker #4" daemon [_thread_blocked, id=332, stack(0x71f20000,0x72020000)]
      0x69ca0400 JavaThread "worker #3" daemon [_thread_blocked, id=5824, stack(0x71e20000,0x71f20000)]
      0x6dee9c00 JavaThread "worker #2" daemon [_thread_blocked, id=3732, stack(0x71d20000,0x71e20000)]
      0x68355400 JavaThread "worker #1" daemon [_thread_blocked, id=5104, stack(0x71c20000,0x71d20000)]
      0x6a1a8c00 JavaThread "worker #0" daemon [_thread_blocked, id=5932, stack(0x719b0000,0x71ab0000)]
      0x6aae0400 JavaThread "ServerThread" daemon [_thread_in_native, id=2504, stack(0x71780000,0x71880000)]
      0x6a223400 JavaThread "Thread-23" [_thread_blocked, id=3204, stack(0x71680000,0x71780000)]
      0x6a222800 JavaThread "Thread-22" [_thread_blocked, id=5164, stack(0x71580000,0x71680000)]
      0x69d65000 JavaThread "Thread-21" [_thread_blocked, id=3624, stack(0x71480000,0x71580000)]
      0x69d64400 JavaThread "Thread-20" [_thread_blocked, id=2480, stack(0x71380000,0x71480000)]
      0x68580000 JavaThread "Thread-19" [_thread_blocked, id=5984, stack(0x71280000,0x71380000)]
      0x69cbf400 JavaThread "Thread-18" [_thread_blocked, id=5064, stack(0x71180000,0x71280000)]
      0x68626800 JavaThread "Thread-17" [_thread_blocked, id=3832, stack(0x71080000,0x71180000)]
      0x68626000 JavaThread "Thread-16" [_thread_blocked, id=1980, stack(0x70f80000,0x71080000)]
      0x68625c00 JavaThread "Thread-15" [_thread_blocked, id=3864, stack(0x70e80000,0x70f80000)]
      0x6a070800 JavaThread "Thread-14" [_thread_blocked, id=4512, stack(0x70d80000,0x70e80000)]
      0x6845b800 JavaThread "Thread-10" [_thread_in_native, id=4780, stack(0x70980000,0x70a80000)]
      0x6ac15800 JavaThread "obj-skimmer" daemon [_thread_blocked, id=5672, stack(0x70880000,0x70980000)]
      0x6ac3d800 JavaThread "obj-skimmer" daemon [_thread_blocked, id=3268, stack(0x70780000,0x70880000)]
      0x6a3f5400 JavaThread "obj-skimmer" daemon [_thread_blocked, id=3400, stack(0x70680000,0x70780000)]
      0x6a225c00 JavaThread "obj-skimmer" daemon [_thread_blocked, id=5816, stack(0x70580000,0x70680000)]
      0x6acd0c00 JavaThread "obj-skimmer" daemon [_thread_blocked, id=3284, stack(0x70480000,0x70580000)]
      0x68581400 JavaThread "obj-skimmer" daemon [_thread_blocked, id=6020, stack(0x70380000,0x70480000)]
      0x6dfdac00 JavaThread "obj-skimmer" daemon [_thread_blocked, id=4536, stack(0x70280000,0x70380000)]
      0x6df85800 JavaThread "obj-skimmer" daemon [_thread_blocked, id=4912, stack(0x70180000,0x70280000)]
      0x6df81800 JavaThread "obj-skimmer" daemon [_thread_blocked, id=3700, stack(0x70080000,0x70180000)]
      0x6dfcec00 JavaThread "obj-skimmer" daemon [_thread_blocked, id=4272, stack(0x6ff80000,0x70080000)]
      0x6a225400 JavaThread "obj-skimmer" daemon [_thread_blocked, id=1748, stack(0x6fe80000,0x6ff80000)]
      0x6dfafc00 JavaThread "scheduler-0" [_thread_blocked, id=3052, stack(0x6d970000,0x6da70000)]
      0x6df02c00 JavaThread "Timer-2" daemon [_thread_blocked, id=2080, stack(0x6d4e0000,0x6d5e0000)]
      0x6b33f000 JavaThread "Timer-1" [_thread_blocked, id=1872, stack(0x6d3e0000,0x6d4e0000)]
      0x6ac8d800 JavaThread "Timer-0" [_thread_blocked, id=2828, stack(0x6d1c0000,0x6d2c0000)]
      0x6aaea800 JavaThread "scheduler-20" [_thread_blocked, id=6072, stack(0x6ccc0000,0x6cdc0000)]
      0x68649800 JavaThread "mipc-1" [_thread_in_native, id=988, stack(0x6cbc0000,0x6ccc0000)]
      0x6ac6d800 JavaThread "Thread-4" [_thread_blocked, id=2228, stack(0x6b5a0000,0x6b6a0000)]
      0x6ae4b400 JavaThread "clock" daemon [_thread_blocked, id=2548, stack(0x6a400000,0x6a500000)]
      0x68490000 JavaThread "scheduler-19" [_thread_blocked, id=3512, stack(0x6cac0000,0x6cbc0000)]
      0x6848f400 JavaThread "scheduler-18" [_thread_blocked, id=3220, stack(0x6c9c0000,0x6cac0000)]
      0x6848e400 JavaThread "scheduler-17" [_thread_blocked, id=3940, stack(0x6c8c0000,0x6c9c0000)]
      0x6848d800 JavaThread "scheduler-16" [_thread_blocked, id=4108, stack(0x6c7c0000,0x6c8c0000)]
      0x68570800 JavaThread "scheduler-15" [_thread_blocked, id=1772, stack(0x6c6c0000,0x6c7c0000)]
      0x6856fc00 JavaThread "scheduler-14" [_thread_blocked, id=1944, stack(0x6c5c0000,0x6c6c0000)]
      0x6856f400 JavaThread "scheduler-13" [_thread_blocked, id=776, stack(0x6c4c0000,0x6c5c0000)]
      0x69eecc00 JavaThread "scheduler-12" [_thread_blocked, id=2468, stack(0x6c3c0000,0x6c4c0000)]
      0x69eec000 JavaThread "scheduler-11" [_thread_blocked, id=4384, stack(0x6c2c0000,0x6c3c0000)]
      0x6aa81400 JavaThread "scheduler-10" [_thread_blocked, id=5628, stack(0x6c1c0000,0x6c2c0000)]
      0x6aa80800 JavaThread "scheduler-9" [_thread_blocked, id=2236, stack(0x6c0c0000,0x6c1c0000)]
      0x685d2800 JavaThread "scheduler-8" [_thread_blocked, id=4216, stack(0x6bfc0000,0x6c0c0000)]
      0x6a1a9800 JavaThread "scheduler-7" [_thread_blocked, id=4260, stack(0x6bec0000,0x6bfc0000)]
      0x69c68800 JavaThread "scheduler-6" [_thread_blocked, id=5120, stack(0x6bdc0000,0x6bec0000)]
      0x69c98800 JavaThread "scheduler-5" [_thread_blocked, id=4396, stack(0x6bcc0000,0x6bdc0000)]
      0x6a1db800 JavaThread "scheduler-4" [_thread_blocked, id=4328, stack(0x6bbc0000,0x6bcc0000)]
      0x69cf5800 JavaThread "scheduler-3" [_thread_blocked, id=2968, stack(0x6bac0000,0x6bbc0000)]
      0x68627400 JavaThread "scheduler-2" [_thread_blocked, id=5024, stack(0x6b9c0000,0x6bac0000)]
      0x69e23400 JavaThread "scheduler-1" [_thread_blocked, id=3208, stack(0x6b8c0000,0x6b9c0000)]
      0x6a123c00 JavaThread "scheduler-0" [_thread_blocked, id=4256, stack(0x6b7c0000,0x6b8c0000)]
      0x68466c00 JavaThread "Transaction Domain PrivateJmsDomain" [_thread_blocked, id=3484, stack(0x6b6c0000,0x6b7c0000)]
      0x68468000 JavaThread "Transaction Domain DefaultDomain" [_thread_blocked, id=320, stack(0x69b00000,0x69c00000)]
      0x68492800 JavaThread "tyrex.util.daemonMaster" daemon [_thread_blocked, id=4340, stack(0x69a00000,0x69b00000)]
      0x68465400 JavaThread "jndi-4" [_thread_in_native, id=5136, stack(0x69900000,0x69a00000)]
      0x6846e800 JavaThread "jndi-3" [_thread_blocked, id=4956, stack(0x69800000,0x69900000)]
      0x6846dc00 JavaThread "jndi-2" [_thread_blocked, id=2256, stack(0x69700000,0x69800000)]
      0x6845ac00 JavaThread "jndi-1" [_thread_blocked, id=396, stack(0x69600000,0x69700000)]
      0x6845a800 JavaThread "jndi-0" [_thread_blocked, id=2248, stack(0x69500000,0x69600000)]
      0x68461400 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=4240, stack(0x69300000,0x69400000)]
      0x68457800 JavaThread "jms-fifo-5" [_thread_blocked, id=5920, stack(0x69100000,0x69200000)]
      0x68456c00 JavaThread "jms-fifo-4" [_thread_blocked, id=3224, stack(0x68f10000,0x69010000)]
      0x68447c00 JavaThread "jms-fifo-3" [_thread_blocked, id=4164, stack(0x68e10000,0x68f10000)]
      0x68449800 JavaThread "jms-fifo-2" [_thread_blocked, id=1824, stack(0x68d10000,0x68e10000)]
      0x68449400 JavaThread "jms-fifo-1" [_thread_blocked, id=1436, stack(0x68c10000,0x68d10000)]
      0x6843a400 JavaThread "GC Daemon" daemon [_thread_blocked, id=4644, stack(0x68b10000,0x68c10000)]
      0x6838a800 JavaThread "RMI Reaper" [_thread_blocked, id=236, stack(0x68a10000,0x68b10000)]
      0x683aec00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=1836, stack(0x68910000,0x68a10000)]
      0x6777c800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3720, stack(0x67ec0000,0x67fc0000)]
      0x6777b000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=5476, stack(0x67dc0000,0x67ec0000)]
      0x67775400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2280, stack(0x67cc0000,0x67dc0000)]
      0x67774400 JavaThread "Attach Listener" daemon [_thread_blocked, id=2188, stack(0x67bc0000,0x67cc0000)]
      0x67773000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2012, stack(0x67ac0000,0x67bc0000)]
      0x6775c000 JavaThread "Finalizer" daemon [_thread_blocked, id=1532, stack(0x679c0000,0x67ac0000)]
      0x67757c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=3692, stack(0x678c0000,0x679c0000)]
    Other Threads:
      0x67754c00 VMThread [stack: 0x677c0000,0x678c0000] [id=4864]
      0x6777e000 WatcherThread [stack: 0x67fc0000,0x680c0000] [id=4592]
    =>0x003ec800 (exited) GCTaskThread [stack: 0x675c0000,0x676c0000] [id=3532]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x003e5950/0x000006f8] Threads_lock - owner thread: 0x67754c00
    [0x003e5af0/0x000006b8] Heap_lock - owner thread: 0x6ad81400
    Heap
    PSYoungGen      total 123008K, used 94255K [0x5d450000, 0x66f70000, 0x66fd0000)
      eden space 90752K, 100% used [0x5d450000,0x62cf0000,0x62cf0000)
      from space 32256K, 10% used [0x62cf0000,0x6305bc90,0x64c70000)
      to   space 31424K, 28% used [0x650c0000,0x65968d98,0x66f70000)
    PSOldGen        total 220864K, used 165707K [0x0f7d0000, 0x1cf80000, 0x5d450000)
      object space 220864K, 75% used [0x0f7d0000,0x199a2ef0,0x1cf80000)
    PSPermGen       total 74752K, used 72956K [0x037d0000, 0x080d0000, 0x0f7d0000)
      object space 74752K, 97% used [0x037d0000,0x07f0f370,0x080d0000)
    Dynamic libraries:
    0x00400000 - 0x00410000 C:\ColdFusion8\runtime\bin\jrun.exe
    0x7c800000 - 0x7c8c2000 C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000 C:\WINDOWS\system32\kernel32.dll
    0x7d1e0000 - 0x7d27c000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000 C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000 C:\WINDOWS\system32\Secur32.dll
    0x77ba0000 - 0x77bfa000 C:\WINDOWS\system32\MSVCRT.dll
    0x6dac0000 - 0x6de7a000 C:\ColdFusion8\runtime\jre\bin\server\jvm.dll
    0x77380000 - 0x77411000 C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c49000 C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acd000 C:\WINDOWS\system32\WINMM.dll
    0x7c360000 - 0x7c3b6000 C:\WINDOWS\system32\MSVCR71.dll
    0x76290000 - 0x762ad000 C:\WINDOWS\system32\IMM32.DLL
    0x6d320000 - 0x6d328000 C:\ColdFusion8\runtime\jre\bin\hpi.dll
    0x76b70000 - 0x76b7b000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d820000 - 0x6d82c000 C:\ColdFusion8\runtime\jre\bin\verify.dll
    0x6d3c0000 - 0x6d3df000 C:\ColdFusion8\runtime\jre\bin\java.dll
    0x6d860000 - 0x6d86f000 C:\ColdFusion8\runtime\jre\bin\zip.dll
    0x6d620000 - 0x6d633000 C:\ColdFusion8\runtime\jre\bin\net.dll
    0x71c00000 - 0x71c17000 C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000 C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000 C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000 C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000 C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000 C:\WINDOWS\system32\rasadhlp.dll
    0x68740000 - 0x6874c000 C:\ColdFusion8\runtime\bin\portscan.dll
    0x68750000 - 0x687aa000 C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000 C:\WINDOWS\System32\wshtcpip.dll
    0x688b0000 - 0x688e5000 C:\WINDOWS\system32\rsaenh.dll
    0x7c8d0000 - 0x7d0cf000 C:\WINDOWS\system32\SHELL32.dll
    0x7d180000 - 0x7d1d2000 C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-w w_D8713E55\comctl32.dll
    0x6d7c0000 - 0x6d7c6000 C:\ColdFusion8\runtime\jre\bin\rmi.dll
    0x6d800000 - 0x6d808000 C:\ColdFusion8\runtime\jre\bin\sunmscapi.dll
    0x761b0000 - 0x76243000 C:\WINDOWS\system32\CRYPT32.dll
    0x76190000 - 0x761a2000 C:\WINDOWS\system32\MSASN1.dll
    0x69010000 - 0x69090000 C:\ColdFusion8\lib\izmjniado.dll
    0x77670000 - 0x777a9000 C:\WINDOWS\system32\ole32.dll
    0x77d00000 - 0x77d8b000 C:\WINDOWS\system32\OLEAUT32.dll
    0x69090000 - 0x69098000 C:\ColdFusion8\lib\CFXNeo.dll
    0x690a0000 - 0x690b0000 C:\WINDOWS\system32\MSVCIRT.dll
    0x69400000 - 0x69465000 C:\WINDOWS\system32\MSVCP60.dll
    0x690b0000 - 0x690be000 C:\ColdFusion8\lib\cfregistry.dll
    0x690d0000 - 0x690e0000 C:\ColdFusion8\lib\PerfmonClient.dll
    0x71880000 - 0x719ae000 C:\ColdFusion8\runtime\jre\bin\awt.dll
    0x73070000 - 0x73097000 C:\WINDOWS\system32\WINSPOOL.DRV
    0x73860000 - 0x738ab000 C:\WINDOWS\system32\ddraw.dll
    0x73b30000 - 0x73b36000 C:\WINDOWS\system32\DCIMAN32.dll
    0x6d2c0000 - 0x6d313000 C:\ColdFusion8\runtime\jre\bin\fontmanager.dll
    0x69490000 - 0x69499000 C:\ColdFusion8\runtime\jre\bin\management.dll
    0x6a540000 - 0x6a549000 C:\ColdFusion8\runtime\jre\bin\nio.dll
    0x6a550000 - 0x6a573000 C:\ColdFusion8\runtime\jre\bin\dcpr.dll
    0x6a590000 - 0x6a597000 C:\ColdFusion8\lib\NeoUUID.dll
    0x6cec0000 - 0x6cf17000 C:\WINDOWS\system32\NETAPI32.dll
    0x6d020000 - 0x6d04f000 C:\ColdFusion8\runtime\jre\bin\cmm.dll
    0x6d050000 - 0x6d074000 C:\ColdFusion8\runtime\jre\bin\jpeg.dll
    0x6d080000 - 0x6d08b000 C:\ColdFusion8\lib\clib_jiio_util.dll
    0x72eb0000 - 0x72fbc000 C:\ColdFusion8\lib\clib_jiio_sse2.dll
    VM Arguments:
    jvm_args: -Xmx1400m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir=C:\ColdFusion8\runtime/../ -Dcoldfusion.libPath=C:\ColdFusion8\runtime/../lib -Dcoldfusion.classPath=C:\ColdFusion8\runtime/../lib/updates,C:\ColdFusion8\runtime/../li b,C:\ColdFusion8\runtime/../gateway/lib/,C:\ColdFusion8\runtime/../wwwroot/WEB-INF/flex/ja rs,C:\ColdFusion8\runtime/../wwwroot/WEB-INF/cfform/jars,"C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\includes\classes" -Djmx.invoke.getters=true
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\ColdFusion8\runtime\..\lib;C:\ColdFusion8\runtime\..\jintegra\bin;C:\ColdFusion8\r untime\..\jintegra\bin\international;C:\ColdFusion8\verity\k2\_nti40\bin;C:\WINDOWS\system 32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Subversion\bin
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 26 Stepping 4, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 10 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (10.0-b19) for windows-x86 JRE (1.6.0_04-b12), built on Dec 14 2007 00:46:56 by "java_re" with MS VC++ 7.1
    time: Wed Jun 23 14:12:21 2010
    elapsed time: 14601 seconds

    Hello,
    Part of the HS_ERR_PID says:
    # Java VM: Java HotSpot(TM) Server VM (1.6.0_01-b06 mixed mode)
    Does that mean you are running CF8 without updater1 applied? If updater1 was there I would expect JVM 1.6.0_04. Give that is correct you could apply updater1 and once that is done even update the JVM to a more current version. I see Java Dev Kit 1.6.0_23 is current, I have successfully used CF8 with 1.6.0_22.
    There might be some interesting detail in the coldfusion-out.log file which likely is in [CF]\runtime\logs or [Jrun]\logs pending server or multiserver.
    HTH, Carl.

  • Pending calls, problem with distinguishing which call that was disconnect

    Hi everybody,
    I have an application that gets triggered by incoming calls. When the calls are rejected a menu will show up. When users have pending calls however the menu should only be triggered when the newly arrived call is disconnected not if the ongoing call was disconnected and the user switched to the new call.
    If two calls are active on the phone, is it possible to distinguish which call an event belongs to?
    I have not been able to find any information about which tags that comes with EVENT_EVENT_DOWNLOAD_CALL_DISCONNECTED and EVENT_EVENT_DOWNLOAD_MT_CALL. I guess that there is no TAG_ADDRESS in EVENT_EVENT_DOWNLOAD_MT_CALL right? Maybe it is possible to check that both events occurs in the same channel (?) or something?
    Thanks in advance,
    Henrik

    Hi,
    Thanks a lot!
    I guess that the Transaction Identifier might be solution to my problems. It is the only field present in both MT CALL and CALL DISCONNECTED.
    Do you (or someone else) know more about how this field is used? To me it seems from the info in the document like it have one value per telephone call and this is what I am looking for. For MT call it says that it "shall contain one transaction identifier" coming from the network. For call disconnected it says that it "shall contain a list of the transaction identifiers for each of the calls being disconnected". In the document it also says for this field "Coding according to specific technology". Is it always one byte?
    When running in the Gemalto simulator the transaction identifier is always 00. On a mobile it doesn't work however, the MT CALL transaction identifier is there 00 and the CALL DISCONNECTED transaction identifier is 80. These value does not change when I test with more calls unfortunately.
    Best regards,
    Henrik

Maybe you are looking for

  • Get "no bootable device- insert boot disc and hit any key" error

    Hp G72 Laptop, Windows 7 64 bit, "no bootable device-insert boot disc and hit any key" (I have no boot disc.) I was in the process of replacing the hard drive and the computer was starting the final phase after copying all files. When it restarted th

  • Error in SDE_ORA_AbsenceEvent_Full workflow

    I am getting a task failure on the SDE_ORA_AbsenceEvent task when running the Human Resource - Oracle R1212 execution plan from DAC. I have copied and pasted the session log below. The error I see within it is an 'ORA-01846: not a valid day of the we

  • How do I select & burn mailboxes in Apple's Mail to a disk?

    How can I select & burn mailboxes in Apple's Mail program to a disk?

  • B520 Compatability with Windows 8

    Hello all, last week I installed Windows 8 from an upgrade disc onto a B520 Ideacentre all-in-one desktop. It advised me of several compatability issues at the start of the install but I went ahead. One of the things I have problem with now is the br

  • GO URL in 11g

    Hi I was implementing go url code in obiee11g, as implement in 10g. Formula wise, it is correct. But it is throwing the following error, when i ran the dashboard. "HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has