[JBoss JIRA] (AS7-3340) NPE during stop of service jboss.jacorb.poa-service.rootpoa
by Pavel Janousek (JIRA)
[ https://issues.jboss.org/browse/AS7-3340?page=com.atlassian.jira.plugin.s... ]
Pavel Janousek moved JBPAPP-7947 to AS7-3340:
---------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-3340 (was: JBPAPP-7947)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.0.CR1b
(was: EAP 6.0.0 DR 10)
Security: (was: JBoss Internal)
Docs QE Status: (was: NEW)
> NPE during stop of service jboss.jacorb.poa-service.rootpoa
> -----------------------------------------------------------
>
> Key: AS7-3340
> URL: https://issues.jboss.org/browse/AS7-3340
> Project: Application Server 7
> Issue Type: Bug
> Affects Versions: 7.1.0.CR1b
> Reporter: Pavel Janousek
> Priority: Critical
>
> There is randomly occured NPE when stopping EAP a bit quickly after it started.
> {code}
> 15:55:17,151 ERROR [org.jboss.as] (Controller Boot Thread) JBoss EAP 6.0.0.Alpha2 (AS 7.1.0.CR1-redhat-1) started (with errors) in 8066ms - Started 132 of 222 services (20 services failed or missing dependencies, 68 services are passive or on-demand)
> ^C15:55:19,867 INFO [org.jboss.as.messaging] (MSC service thread 1-1) JBAS011605: Unbound messaging object to jndi name java:/queue/test
> 15:55:19,870 INFO [org.jboss.as.osgi] (MSC service thread 1-8) JBAS011921: Stopping OSGi Framework
> 15:55:19,876 INFO [org.jboss.as.messaging] (MSC service thread 1-7) JBAS011605: Unbound messaging object to jndi name java:/RemoteConnectionFactory
> 15:55:19,878 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
> 15:55:19,888 INFO [org.jboss.as.logging] JBAS011503: Restored bootstrap log handlers
> 15:55:19,897 INFO [jacorb.poa] POA IRPOA destroyed
> 15:55:19,898 INFO [jacorb.poa] POA Naming destroyed
> 15:55:19,906 WARN [org.jboss.msc.service.fail] MSC000004: Failure during stop of service jboss.jacorb.poa-service.rootpoa: java.lang.NullPointerException
> at org.jacorb.poa.POA.destroy(Unknown Source)
> at org.jboss.as.jacorb.service.CorbaPOAService.stop(CorbaPOAService.java:187)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1909) [jboss-msc-1.0.1.GA-redhat-1.jar:1.0.1.GA-redhat-1]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1872) [jboss-msc-1.0.1.GA-redhat-1.jar:1.0.1.GA-redhat-1]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_27]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_27]
> at java.lang.Thread.run(Thread.java:662) [:1.6.0_27]
> 15:55:19,910 INFO [jacorb.orb] prepare ORB for shutdown...
> {code}
> As you can see above, I hit Ctrl-C in two seconds after start is done. NPE isn't occurred every time and I didn't see it anytime when EAP was running for a longer time (let say 10 seconds and more).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] (AS7-3334) failed to resolve interface management
by Rafael Soares (JIRA)
Rafael Soares created AS7-3334:
----------------------------------
Summary: failed to resolve interface management
Key: AS7-3334
URL: https://issues.jboss.org/browse/AS7-3334
Project: Application Server 7
Issue Type: Bug
Components: Scripts
Affects Versions: 7.1.0.CR1b
Environment: RHEL 6.2
Open JDK 1.6_20
Reporter: Rafael Soares
Assignee: Brian Stansberry
When you try to start a domain using
./domain.sh -bmanagement=x.x.x.x
as described in domain.sh help
-b <value> JBAS012053: Set system property
jboss.bind.address to the given value
-b<interface>=<value> JBAS012054: Set system property
jboss.bind.address.<interface> to the
given value
The domain fails with the following error
12:08:29,895 INFO [org.jboss.modules] (main) JBoss Modules version 1.1.0.CR6
12:08:30,183 INFO [org.jboss.as.process.Host Controller.status] (main) JBAS012017: Starting process 'Host Controller'
[Host Controller] 12:08:30,804 INFO [org.jboss.modules] (main) JBoss Modules version 1.1.0.CR6
[Host Controller] 12:08:31,705 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.1.GA
[Host Controller] 12:08:31,819 INFO [org.jboss.as] (MSC service thread 1-3) JBoss AS 7.1.0.CR1b "Flux Capacitor" starting
[Host Controller] 12:08:32,921 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.network.management: org.jboss.msc.service.StartException in service jboss.network.management: JBAS015810: failed to resolve interface management
[Host Controller] at org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:97) [jboss-as-server-7.1.0.CR1b.jar:7.1.0.CR1b]
[Host Controller] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
[Host Controller] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]
[Host Controller] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_20]
[Host Controller] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_20]
[Host Controller] at java.lang.Thread.run(Thread.java:636) [:1.6.0_20]
[Host Controller]
[Host Controller] 12:08:32,934 INFO [org.jboss.as.controller] (MSC service thread 1-2) JBAS014774: Service status report
[Host Controller] JBAS014777: Services which failed to start: service jboss.network.management: org.jboss.msc.service.StartException in service jboss.network.management: JBAS015810: failed to resolve interface management
[Host Controller]
[Host Controller] 12:08:32,954 INFO [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.0.CR7
[Host Controller] 12:08:33,871 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.0.CR7
[Host Controller] 12:08:34,035 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.2.0.CR8
^C12:08:56,655 INFO [org.jboss.as.process] (Shutdown thread) JBAS012016: Shutting down process controller
12:08:56,664 INFO [org.jboss.as.process.Host Controller.status] (Shutdown thread) JBAS012018: Stopping process 'Host Controller'
[Host Controller] 12:08:56,703 INFO [org.jboss.as] (MSC service thread 1-2) JBoss AS 7.1.0.CR1b "Flux Capacitor" stopped in 43ms
12:08:56,753 INFO [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) JBAS012010: Process 'Host Controller' finished with an exit status of 130
12:08:56,763 INFO [org.jboss.as.process] (Shutdown thread) JBAS012015: All processes finished; exiting
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] (AS7-2282) Provide indication of an ongoing deployment
by Lukáš Petrovický (Created) (JIRA)
Provide indication of an ongoing deployment
-------------------------------------------
Key: AS7-2282
URL: https://issues.jboss.org/browse/AS7-2282
Project: Application Server 7
Issue Type: Enhancement
Components: Console
Affects Versions: 7.1.0.Alpha1
Reporter: Lukáš Petrovický
Assignee: Heiko Braun
When I'm deploying an application (I tried with Guvnor 5.3 WAR), I click on "Enable" and then nothing happens. After a while (tens of seconds), the icon changes from red to green.
What should happen is that I get some indication (a dialog, for example) telling me "Deploying, please wait..." and when this dialog disappears, I know it's done.
Right now, I know nothing unless I watch the server logs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] (AS7-2221) Several minor design glitches in Console
by Radoslav Husar (Created) (JIRA)
Several minor design glitches in Console
----------------------------------------
Key: AS7-2221
URL: https://issues.jboss.org/browse/AS7-2221
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.0.Alpha1
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Optional
Attachments: align-firefox.png, transparent.png
See screenshots.
1/ "Application Server" and version "7.1" dont match visually, especially aligment (probably cant fix the font here though as its not a picture).
2/ the tabs need PNG transparency to overlay nicely (zoom in to see the problem)
3/ "Add" button is not aligned correctly in "Logging" section
4/ Loading Icon also needs PNG transparency
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months