[JBoss Portal] - JBoss Portal Server start up problem
by selvarevathi
hi im new to Jboss Portal server .im getting this wen i satrt the server.
Any assistance is greatly appriciated
17:32:42,046 INFO [ServiceConfigurator] Problem configuring service portal:mapper=CMSObjectorg.jboss.util.NestedRuntimeException: Error creating MBeanProxy: portal:mapper=PrefixDelegating; - nested throwable: (javax.management.InstanceNotFoundException: portal:mapper=PrefixDelegating is not registered.)
at org.jboss.mx.util.MBeanProxyExt.(MBeanProxyExt.java:78)
at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:342)
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:319)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:164)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:118)
at org.jboss.system.ServiceController.install(ServiceController.java:200)
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:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:208)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:910)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
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:324)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057612#4057612
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057612
18Â years, 10Â months
[JBoss Seam] - JSF messages are localized, Seam messages are not.
by dkane
Hello
When I run booking example on Seam website, it shows "Welcome, username" (after successful login) always in English.
At the same time, registration form shows "this field is required" messages localized to my language, other than English.
I have build a simple web-application using Booking example as a template. I did not include messages.properties in package, and result is the same : localized "field is required" messages and not localized welcome message.
Do I understand correctly, that JSF detects system language somehow and has internal bundles for many languages ? And, Seam is not ?
There is no "Welcome, username" message in Java components , so I suspect it is something built-in , related to Seam authentication, identity, etc.
I don't need language selection functionality in my site, but just all messages localized to one language. What is the way to do that ?
Thank you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057604#4057604
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057604
18Â years, 10Â months