[
https://issues.jboss.org/browse/AS7-4443?page=com.atlassian.jira.plugin.s...
]
Hugo Baés Jr. commented on AS7-4443:
------------------------------------
I have a similar problem. When I access the admin console it hangs with the loading
message.
My javascript shows the following exception:
2014-12-05 13:25:05,396 [FATAL] Uncaught JavaScript exception [Uncaught SyntaxError:
Unexpected end of input] in , line 7449
1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:681
$e1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:788
df1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:729
Jf1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:496
Zf1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:559
bg1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:1
__gwtInstallCode1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:788
Sq1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:576 (anonymous
function)1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:475
wp1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:740
zp1FBC5F0CFA0986D58F13AB842DD04F8E.cache.html:595 (anonymous function)
I'm using a custom module and some JNDI bindings (in standalone.xml). If I take the
module and the bindings out, it works and I can access de Admin Console again.
I tested with only the module installed and with only the bindings configuration, either
way the JavaScript Exception shows up again (besides the errors on jboss log with the
bindings configurations alone)
These are my bindings configuration in standalone.xml:
<subsystem xmlns="urn:jboss:domain:naming:1.1">
<bindings>
<simple name="java:global/solr/home" value="solr/"
type="java.lang.String"/>
<object-factory name="java:global/GoldenGateAPI"
module="br.com.softplan.goldengate"
class="br.com.softplan.goldengate.api.impl.GGAPIFactory"/>
<object-factory name="java:global/GoldenGateDIH"
module="br.com.softplan.goldengate"
class="br.com.softplan.goldengate.api.impl.GGDIHFactory"/>
</bindings>
</subsystem>
Admin console hangs with "Loading..." icon spinning
---------------------------------------------------
Key: AS7-4443
URL:
https://issues.jboss.org/browse/AS7-4443
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.1.Final
Environment: Windows 7 Pro 64-bit, Java Version 1.7.0_02, BJoss 7.1.1 Final
installed from .zip
Reporter: Dean Schulze
Assignee: Heiko Braun
localhost:8080 works. When I click on Admin Console the screen comes up with the
"loading..." icon spinning on the screen, but hangs there. I have created an
administrative user with add-user.bat but I don't get prompted for credentials. I
have successfully installed a REST application with maven and it is working.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)