- This topic has 12 replies, 4 voices, and was last updated 14 years, 7 months ago by Tew Chiz Sheng.
-
AuthorPosts
-
Tony HerstellParticipantCan we have a minor update to allow for JBoss 6.x in the server list.
Thx.
support-joyMemberbalanceofpower,
JBoss 6.x is part of ME 8.5. You can also download ME 8.5 M2 from the download page, this has provision for JBoss 6.x.
Best.
Tony HerstellParticipantMy m2 does not list jboss6 in supported servers.
Tony HerstellParticipantConfirmed.
jboss 2,3,4,5.x
No 6.x
Tony HerstellParticipantBuild id: 8.0-20091120
support-joyMemberbalanceofpower,
Build id: 8.0-20091120
Please note the build id specified by you is 8.0 and not 8.5M2. Please see the attached screenshots.
Attachments:
You must be logged in to view attached files.
Tony HerstellParticipantDOH!
Downloading M2 now.
I thought I had M2.
support-joyMemberNo issues 🙂 Let us know if you need any further assistance.
Best.
Tew Chiz ShengMemberHi Joy,
I have a problem with starting & stopping JBoss6 from MyEclipse8 M2 (Build id: 8.5M2-20100212).
There is another person describing the issue here: http://www.brianmokeefe.com/node/9Somehow, the “jnp-service.url” will get locked by cidaemon.exe (aka the Windows Indexing Service) after it was created during the startup of JBoss initiated by MyEclipse8. When the “jnp-service.url” is locked, it will continue to exist even after JBoss6 was shut down. Thereafter, the starting up of Jboss6 will give the following error message in console:
18:18:52,388 ERROR [NamingProviderURLWriter] Cannot create a naming service URL file at file:/D:/Servers/jboss-6.0.0.M2/server/default/data/jnp-service.url: java.io.IOException: Access is denied
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at org.jboss.naming.NamingProviderURLWriter.start(NamingProviderURLWriter.java:151)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:151)
at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:257)
at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:125)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72)
at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:202)
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:873)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:180)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:58)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1660)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1378)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1399)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1319)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:918)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:633)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:898)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:677)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:873)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:259)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:100)
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:860)
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:441)
at java.lang.Thread.run(Thread.java:619)18:18:53,810 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
1Do u have any idea on this? Thanks.
C.S.Tew
Brian FernandesModeratorCS,
Thanks for pointing out that link. We have been unable to reproduce this locally. It does seem to be a problem with Windows and the Indexing service, something we can’t help. Does the problem go away if you turn indexing off?
Tew Chiz ShengMemberHi Brian,
Apparent this is probably due to a bug in JBoss-6.0.0 M2, it has been reported in Jira: https://jira.jboss.org/jira/browse/JBAS-7674
It claims to have resolved in M2 version, but error message still shows up in console (as seen in my previous post). Perhaps it could not even start up in M1 version… just wonder if we can ignore the error msg.Anyway, this is not a MyEclipse issue.
Thanks.
C.S. Tew
Brian FernandesModeratorThanks much for posting back. Aas far as ignoring the error, perhaps you can tell us; if your app is working properly, I would say it is ignorable for you (may not be for another application). Did you try turning off the Indexing service in Windows?
Tew Chiz ShengMemberYes, when I disabled the Indexing Service, the “jnp-service.url” file would not get locked and there was no longer error msg on console.
If the Indexing Service is enabled, the “jnp-service.url” file occasionally (but not always) get locked, and the error msg will show. It does seem that our app works fine, even after the error msg appears.Regards.
-
AuthorPosts