[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1389) Errors and 500 page encountered using the wsrp admin ui
Matt Wringe (JIRA)
jira-events at lists.jboss.org
Tue May 8 15:54:52 EDT 2007
Errors and 500 page encountered using the wsrp admin ui
-------------------------------------------------------
Key: JBPORTAL-1389
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1389
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal WSRP
Affects Versions: 2.6 Final
Environment: Linux, Sun JDK 1.5.0.11
Reporter: Matt Wringe
Assigned To: Chris Laprun
500 page occurs after using the wsrp admin gui.
While using the wsrp admin gui and just using the save, refresh and deregister options a 500 page is encountered. I couldn't determine an exact combination that would reliable produce the error. Note that this error is reproducible, I have managed to get the error multiple times.
This was done using JBoss AS 4.0.5 and the head of the portal svn.
>From the logs: (I will attach the full logs)
Caused by: java.lang.IllegalArgumentException: Requires a non-null, non-empty consumer id
at org.jboss.portal.common.util.ParameterValidation.throwIllegalArgExceptionIfNullOrEmpty(ParameterValidation.java:36)
at org.jboss.portal.wsrp.consumer.ConsumerRegistryService.getConsumer(ConsumerRegistryService.java:313)
at sun.reflect.GeneratedMethodAccessor524.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy198.getConsumer(Unknown Source)
at org.jboss.portal.wsrp.admin.ui.ConsumerBean.setId(ConsumerBean.java:90)
... 278 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list