Bug 1053514 - if two bpel-console webs are opened in browser, exceptions are thrown
Summary: if two bpel-console webs are opened in browser, exceptions are thrown
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: BPEL Integration
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: 6.1.0
Assignee: Rob Cernich
QA Contact: Matej Melko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-15 10:51 UTC by Jiri Sedlacek
Modified: 2025-02-10 03:34 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-02-10 03:34:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jiri Sedlacek 2014-01-15 10:51:46 UTC
If I start two servers (on different ports) and open a bpel console for each of those, following exception can be seen on the web:

2014-01-15 11:50:34,931 [ERROR] Error delivering message into bus<br/>Additional details:<br/> <!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Overlord IDP - Login</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">

    <link href="resources/idp.css" rel="stylesheet"></link>
    <link href="resources/idp-responsive.css" rel="stylesheet"></link>

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

    <script src="resources/jquery-1.9.1/jquery.min.js"></script>
  </head>

  <body>
    <div id="rcue-login-screen">
      <div class="login-logo"></div>
      <form class="form-signin" id="login_form" name="login_form" method="post" action="j_security_check" enctype="application/x-www-form-urlencoded">
        <fieldset>
          <legend><span class="product-name">JBoss Overlord</span></legend>
          <p>
            <label>Username</label>
            <input id="username" type="text" name="j_username"></input>
          </p>
          <p>
            <label>Password</label>
            <input type="password" name="j_password"></input>
          </p>
          <input type="submit" value="Log In"></input>
        </fieldset>
      </form>
    </div>
  </body>
  
  <script>
    $('#username').focus();
  </script>
</html>

com.google.gwt.core.client.JavaScriptException:
(TypeError): Cannot call method 'Bc' of null
    at Unknown.dF(JsArrayString.java:42)
    at Unknown.dC(StackTraceCreator.java:366)
    at Unknown.dmb(Exceptions.java:29)
    at Unknown.k9c(ClientMessageBusImpl.java:1131)
    at Unknown.ebd(ClientMessageBusImpl.java:888)
    at Unknown.wS(Request.java:287)
    at Unknown.cT(RequestBuilder.java:393)
    at Unknown.anonymous(XMLHttpRequest.java:258)
    at Unknown.kE(Impl.java:146)
    at Unknown.anonymous(Impl.java:56)

Comment 1 Aileen 2015-03-05 17:06:46 UTC
This won't make 6.2.

Comment 8 Red Hat Bugzilla 2025-02-10 03:34:51 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.


Note You need to log in before you can comment on or make changes to this bug.