[jboss-user] [Beginner's Corner] - Re: Jboss http and AJP port not taking the offset ?

kishore yellamraju do-not-reply at jboss.com
Fri May 20 14:13:58 EDT 2011


kishore yellamraju [http://community.jboss.org/people/kishore1431] created the discussion

"Re: Jboss http and AJP port not taking the offset ?"

To view the discussion, visit: http://community.jboss.org/message/606330#606330

--------------------------------------------------------------
Thank you peter.

I reverted back all my changes in server.xml and i am using default server.xml which is part of "all" configuration .

I have changed all the ports in bindings file to my custom ports and when i started the jboss instance ,it throwed an binding exception error with a 4457 port part of  remoting-bisocket-service.xml. There is an other jboss instance running already using this port.

so i went and modified the port t0 my own custom port and i started the jboss instance again and  now it throwed a different error 

please suggest me if am doing this in right way ???


2011-05-20 11:04:53,554 ERROR [org.jboss.system.server.profileservice.repository.ScopedProfileServiceController] (main) Error installing to Create: name=ProfileKey at 485b701a[domain=default, server=default, name=farm] state=Configured mode=On Demand requiredState=Installed
java.lang.reflect.InvocationTargetException
        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.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:97)
        at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:77)
        at org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.install(AbstractProfileLifeCycleAction.java:49)
        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:348)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1652)
        at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:938)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:988)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:778)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:543)
        at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)
        at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
        at org.jboss.Main.boot(Main.java:221)
        at org.jboss.Main$1.run(Main.java:556)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Must register RepositoryClusteringHandler before calling create()
        at org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.create(ClusteredDeploymentRepository.java:198)
        at org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository.load(ClusteredDeploymentRepository.java:226)
        at org.jboss.system.server.profile.repository.AbstractProfile.create(AbstractProfile.java:158)
        ... 22 more
2011-05-20 11:04:53,555 INFO  [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Loading profile: ProfileKey at 3b4d679[domain=default, server=default, name=node1]
2011-05-20 11:04:53,555 ERROR [STDERR] (main) Failed to boot JBoss:
2011-05-20 11:04:53,555 ERROR [STDERR] (main) java.lang.IllegalStateException: Incompletely deployed:

*** PROFILES IN ERROR: Name -> Error
Profile: ProfileKey at 485b701a[domain=default, server=default, name=farm] in error due to java.lang.reflect.InvocationTargetException

*** PROFILES MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
ProfileKey at 3b4d679[domain=default, server=default, name=node1] is missing following dependencies: ProfileKey at 485b701a[domain=default, server=default, name=farm]{Installed:**ERROR**}
2011-05-20 11:04:53,555 ERROR [STDERR] (main)   at org.jboss.system.server.profileservice.repository.AbstractProfileService.logErrors(AbstractProfileService.java:613)
2011-05-20 11:04:53,555 ERROR [STDERR] (main)   at org.jboss.system.server.profileservice.repository.AbstractProfileService.validate(AbstractProfileService.java:390)
2011-05-20 11:04:53,555 ERROR [STDERR] (main)   at org.jboss.system.server.profileservice.repository.AbstractProfileService.validateProfile(AbstractProfileService.java:373)
2011-05-20 11:04:53,555 ERROR [STDERR] (main)   at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:265)
2011-05-20 11:04:53,555 ERROR [STDERR] (main)   at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
2011-05-20 11:04:53,555 ERROR [STDERR] (main)   at org.jboss.Main.boot(Main.java:221)
2011-05-20 11:04:53,555 ERROR [STDERR] (main)   at org.jboss.Main$1.run(Main.java:556)
2011-05-20 11:04:53,556 ERROR [STDERR] (main)   at java.lang.Thread.run(Thread.java:662)

[root at app31 log]# less server.log
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1652)
        at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:938)
eLifeCycleAction.java:49)
        at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:543)
eService.java:308)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)
        at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
        at org.jboss.Main.boot(Main.java:221)
        at org.jboss.Main$1.run(Main.java:556)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Must register RepositoryClusteringHandler before calling create()
redDeploymentRepository.java:198)
dDeploymentRepository.java:226)
        at org.jboss.system.server.profile.repository.AbstractProfile.create(AbstractProfile.java:158)
        ... 22 more
ile: ProfileKey at 3b4d679[domain=default, server=default, name=node1]
2011-05-20 11:04:53,555 ERROR [STDERR] (main) Failed to boot JBoss:
2011-05-20 11:04:53,555 ERROR [STDERR] (main) java.lang.IllegalStateException: Incompletely deployed:

*** PROFILES IN ERROR: Name -> Error
onTargetException

*** PROFILES MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
01a[domain=default, server=default, name=farm]{Installed:**ERROR**}
leService.logErrors(AbstractProfileService.java:613)
leService.validate(AbstractProfileService.java:390)
leService.validateProfile(AbstractProfileService.java:373)
start(ProfileServiceBootstrap.java:265)


-Thanks
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/606330#606330]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110520/6545ecc1/attachment.html 


More information about the jboss-user mailing list