[JBossWS] - Incomplete Deployment: 4.0.5 and 1.0.4
by bocio
During my tests I downloaded a brand new 4.0.5 and I followed the instructions and release notes to install JBossWS 1.0.4
When I start JBoss I get:
| 11:17:32,732 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
|
| --- MBeans waiting for other MBeans ---
| ObjectName: jboss.ws:service=DeployerInterceptorEJB3
| State: CONFIGURED
| I Depend On:
| jboss.ejb3:service=EJB3Deployer
|
| --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
| ObjectName: jboss.ejb3:service=EJB3Deployer
| State: NOTYETINSTALLED
| Depends On Me:
| jboss.ws:service=DeployerInterceptorEJB3
|
|
| 11:17:33,700 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
| 11:17:34,341 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
| 11:17:34,357 INFO [JkMain] Jk running ID=0 time=0/94 config=null
| 11:17:34,388 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 47s:655ms
JBossWS seems correctly installed and it works.
Giving taht I do not need EJB3, is there any way to eliminate this problem?
Thank you in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989215#3989215
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989215
19Â years, 5Â months
[Installation, Configuration & Deployment] - jboss shutdown and secured
by ge0ffrey
In my startup script (for Ubuntu server 6.10) I need to be able to shutdown the jboss server when the server stops.
However my server's jmx console is secured - because it's a public server.
so shutting it down with the jboss's bin command won't work, unless I hardcode my server password in the init.d file - which I am not allowed.
(the strange thing is I even found this in the red hat scripts - so they don't allow securing the jmx-console either)
After some searching I've found this solution:
su -l jboss -c 'killall java'
So basically I am soft killing all processes of the jboss user. Is this a good practice?
PS: I think jboss is really great, but I find the support for OS services (startup/shutdown) integration on production lacking at this time. I hope the support for production use on Ubuntu, Red Hat, Debian, Suse and even Windows will improve.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989214#3989214
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989214
19Â years, 5Â months