[JBoss JIRA] Created: (JGRP-1110) Error when using TUNNEL + RpcDispatcher
by rr zo (JIRA)
Error when using TUNNEL + RpcDispatcher
---------------------------------------
Key: JGRP-1110
URL: https://jira.jboss.org/jira/browse/JGRP-1110
Project: JGroups
Issue Type: Bug
Environment: JDK 1.6 windows
Reporter: rr zo
Assignee: Bela Ban
Fix For: 2.8
Attachments: tunnel.xml
See attached source.
When executing G2 + G1 using tunnel.xml configuration
G1 produces the following error:
failure in TUNNEL receiver thread
java.lang.RuntimeException: class for magic number 32256 not found
at org.jgroups.util.Util.readOtherAddress(Util.java:914)
at org.jgroups.util.Util.readAddress(Util.java:885)
at org.jgroups.util.Util.readAddresses(Util.java:963)
at org.jgroups.stack.GossipData.readFrom(GossipData.java:124)
at org.jgroups.protocols.TUNNEL$StubReceiver.run(TUNNEL.java:340)
at java.lang.Thread.run(Thread.java:619)
This problem does not occur when using default configuration (udp.xml)
It also does not occur if the getList returns an empty list.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBPORTAL-2458) CasAuthenticationValve forces login for requests matching the /sec pattern
by Martin Putz (JIRA)
CasAuthenticationValve forces login for requests matching the /sec pattern
--------------------------------------------------------------------------
Key: JBPORTAL-2458
URL: https://jira.jboss.org/jira/browse/JBPORTAL-2458
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Security
Affects Versions: 2.7.2 Final
Environment: JBoss Portal configured with CAS and HTTPS as outlined in Chapter 1.2 of the SSO Frameworks Integration Guide
http://docs.jboss.org/jbportal/sso/html/portal_cas.html#1.2
Reporter: Martin Putz
Assignee: Sohil Shah
The CasAuthenticationValve delegates to the CAS login for all requests that have no ticket parameter and match one of the patterns declared in the <security-constraint> elements in jboss-portal.sar/portal-server.war/WEB-INF/web.xml.
If you click on the 'News' tab, for instance, the request goes to:
https://localhost:8443/portal/sec/portal/default/News
This matches the pattern defined in the following <security-constraint> section:
<security-constraint>
<web-resource-collection>
<web-resource-name>Secure</web-resource-name>
<url-pattern>/sec/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
As there is only a <user-data-constraint> defined, but no <auth-constraint>, requests for /sec/* should not require authentication.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBAS-6963) ServiceBindingManaged Objects tests failing
by Richard Achmatowicz (JIRA)
ServiceBindingManaged Objects tests failing
--------------------------------------------
Key: JBAS-6963
URL: https://jira.jboss.org/jira/browse/JBAS-6963
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ProfileService
Affects Versions: JBossAS-5.1.0.CR1
Environment: HPUX, Solaris
Reporter: Richard Achmatowicz
Assignee: Scott M Stark
Priority: Minor
Some tests from the profile service are repeatably failing on the above platforms.
For example, on Solaris 9 (http://hudson.qa.jboss.com/hudson/view/EAP5/job/eap5-as-solaris9/14/#show...):
org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase(profileservice).testServiceBindingManager
org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase(profileservice).testPorts01
org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase(profileservice).testPorts02
org.jboss.test.profileservice.test.ServiceBindingManagedObjectsTestCase(profileservice).testPorts03
>From looking at the assertions which have failed, it seems that this sort of code is failing:
ManagementView mgtView = getManagementView();
ComponentType type = new ComponentType("MCBean", "MCServer");
ManagedComponent mc = mgtView.getComponent("jboss.system:type=MCServer", type);
assertNotNull(mc);
Didn't see much information concerning these failures in the test log. However, there was an exception nin the server side log for the profile service server config:
22:26:44,670 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@c6692[domain=default, server=default, name=profileservice]
22:26:53,888 INFO [WebService] Using RMI server codebase: http://10.16.94.178:8083/
22:27:20,460 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
22:27:20,461 INFO [NativeServerConfig] 3.1.1.GA
22:27:23,958 INFO [AttributeCallbackItem] Owner callback not implemented.
22:27:25,215 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/qa/services/hudson/hudson_workspace/workspace/eap5-as-solaris9/jboss-5.1.0.CR1/server/profileservice/deployers/deployers-failing-jboss-beans.xml state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: Error deploying: vfsfile:/qa/services/hudson/hudson_workspace/workspace/eap5-as-solaris9/jboss-5.1.0.CR1/server/profileservice/deployers/deployers-failing-jboss-beans.xml
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:136)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.deploy(AbstractRealDeployerWithInput.java:125)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployerWithInput.internalDeploy(AbstractRealDeployerWithInput.java:102)
at org.jboss.deployers.spi.deployer.helpers.AbstractComponentDeployer.internalDeploy(AbstractComponentDeployer.java:78)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
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:361)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:216)
at org.jboss.Main$1.run(Main.java:546)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.IllegalArgumentException: Exception loading class for ScopeKey addition.
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.addBeanComponent(BeanMetaDataFactoryVisitor.java:67)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.deploy(BeanMetaDataFactoryVisitor.java:126)
... 34 more
Caused by: java.lang.ClassNotFoundException: org.jboss.test.no.such.class.NoSuchClassTest from BaseClassLoader@9e4dc0{VFSClassLoaderPolicy@102abdb{name=vfsfile:/qa/services/hudson/hudson_workspace/workspace/eap5-as-solaris9/jboss-5.1.0.CR1/server/profileservice/deployers/deployers-failing-jboss-beans.xml domain=ClassLoaderDomain@e06703{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@e102dc} roots=[MemoryContextHandler@6349431[path= context=vfsmemory://ag2g46-xs9new-fuvzhbhk-1-fuvzi9mh-l real=vfsmemory://ag2g46-xs9new-fuvzhbhk-1-fuvzi9mh-l]] delegates=null exported=[] <IMPORT-ALL>NON_EMPTY}}
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:422)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataFactoryVisitor.addBeanComponent(BeanMetaDataFactoryVisitor.java:63)
... 35 more
22:27:29,238 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@1de0c09[ defaultDoma
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months