[JBoss JIRA] Moved: (JBAS-7097) Stack overflow error when establishing secured connection to Profile Service
by Lukas Krejci (JIRA)
[ https://jira.jboss.org/jira/browse/JBAS-7097?page=com.atlassian.jira.plug... ]
Lukas Krejci moved JOPR-286 to JBAS-7097:
-----------------------------------------
Project: JBoss Application Server (was: Jopr)
Key: JBAS-7097 (was: JOPR-286)
Component/s: ProfileService
(was: Plugin - JBoss AS 5)
> Stack overflow error when establishing secured connection to Profile Service
> ----------------------------------------------------------------------------
>
> Key: JBAS-7097
> URL: https://jira.jboss.org/jira/browse/JBAS-7097
> Project: JBoss Application Server
> Issue Type: Bug
> Components: ProfileService
> Environment: Jopr rev902, AS5 EAP rev91190
> Reporter: Lukas Krejci
> Priority: Blocker
>
> The stack overflow occurs in AbstractProfileServiceConnection.init() after the connection has been established.
> java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> at org.rhq.plugins.jbossas5.connection.AbstractProfileServiceConnection.init(AbstractProfileServiceConnection.java:54)
> at org.rhq.plugins.jbossas5.connection.AbstractProfileServiceConnectionProvider.connect(AbstractProfileServiceConnectionProvider.java:43)
> at org.rhq.plugins.jbossas5.ApplicationServerComponent.connectToProfileService(ApplicationServerComponent.java:309)
> at org.rhq.plugins.jbossas5.ApplicationServerComponent.getAvailability(ApplicationServerComponent.java:148)
> at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:526)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)
> Caused by: java.lang.reflect.InvocationTargetException
> at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.rhq.plugins.jbossas5.connection.JaasAuthenticationInvocationHandler.invoke(JaasAuthenticationInvocationHandler.java:57)
> at $Proxy45.loadProfile(Unknown Source)
> at org.rhq.plugins.jbossas5.connection.AbstractProfileServiceConnection.init(AbstractProfileServiceConnection.java:52)
> ... 12 more
> Caused by: java.lang.StackOverflowError
> at java.security.AccessController.doPrivileged(Native Method)
> at org.jboss.aspects.security.SecurityActions.getSecurityContext(SecurityActions.java:447)
> at org.jboss.aspects.security.SecurityActions$2.run(SecurityActions.java:129)
> at org.jboss.aspects.security.SecurityActions$2.run(SecurityActions.java:127)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.jboss.aspects.security.SecurityActions.getPrincipal(SecurityActions.java:125)
> at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:49)
> at org.jboss.profileservice.remoting.PojiMethodInvocation.invokeNext(PojiMethodInvocation.java:153)
> at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
> ....
> at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
> at org.jboss.profileservice.remoting.PojiMethodInvocation.invokeNext(PojiMethodInvocation.java:153)
> at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:211)
> at org.jboss.remoting.Client.invoke(Client.java:1724)
> at org.jboss.remoting.Client.invoke(Client.java:629)
> at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aop.generatedproxies.AOPProxy$2.loadProfile(AOPProxy$2.java)
> ... 18 more
--
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
17 years
[JBoss JIRA] Commented: (JBAS-7032) Getting invalid deployment on what appears to be valid, a webbeans ear file.
by Ales Justin (JIRA)
[ https://jira.jboss.org/jira/browse/JBAS-7032?page=com.atlassian.jira.plug... ]
Ales Justin commented on JBAS-7032:
-----------------------------------
Stan, can you attach this "fixed" ear.
Or how do I reproduce this?
I'm looking into WBINT-16, which is what is mentioned at the end of WBINT-15 discussion.
Do we have any clue why admin-console uses that WBPhaseListener?
As WebBeansUrlIntegrationDeployer is pretty simple and shouldn't add faces/ to cp.
> Getting invalid deployment on what appears to be valid, a webbeans ear file.
> ----------------------------------------------------------------------------
>
> Key: JBAS-7032
> URL: https://jira.jboss.org/jira/browse/JBAS-7032
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Deployers
> Environment: JBoss AS 5.1
> JDK 1.6 u 13
> OpenSuSe 11.1 / SLES 10.2
> Reporter: John Ament
> Assignee: Shelly McGowan
> Priority: Blocker
> Fix For: JBossAS-5.2.0.Beta1
>
> Attachments: WhatUpDawg.ear
>
>
> The best description I can give is from the forum.
> Basically, I have an EAR that appears to be completely valid, it's 2 war's and 1 ejb module. It's built using web beans. I get the described stack trace when either deploying via the UI or just dropping the EAR file in deploy. However, I get different results. When I drop the ear in and restart, it loads perfectly (my app) but embedded jopr fails.
--
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
17 years
[JBoss JIRA] Created: (BPEL-306) Variable Instances translation funcionality(From MessageValue to simple types like String,Integer,Long)
by francesco dicarlo (JIRA)
Variable Instances translation funcionality(From MessageValue to simple types like String,Integer,Long)
-------------------------------------------------------------------------------------------------------
Key: BPEL-306
URL: https://jira.jboss.org/jira/browse/BPEL-306
Project: JBoss jBPM BPEL
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Engine
Affects Versions: jBPM BPEL 1.1.1
Environment: Jboss 4.2.3.GA
JBPM-BPEL 1.1.1
Reporter: francesco dicarlo
Assignee: Alejandro Guizar
Would be good to have a functionality (i.e. a Translator) to automatically translate VariableInstance that in JBPM-BPEL are of type MessageValue into the simple type that were defined in the workflow.
The use of this code \\Map varsMap=instance.getContextInstance().getVariables();\\ returns a Map with key the name of the variable but with value a type MessageValue that can't be translated automatically for all the workflow because rely on workflow implementation and design.
--
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
17 years
[JBoss JIRA] Created: (JBAS-6969) org.jboss.test.profileservice.override.test.JmsDestinationOverrideTestCase failing with IBM JDK
by Martin Malina (JIRA)
org.jboss.test.profileservice.override.test.JmsDestinationOverrideTestCase failing with IBM JDK
-----------------------------------------------------------------------------------------------
Key: JBAS-6969
URL: https://jira.jboss.org/jira/browse/JBAS-6969
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.1.0.CR1
Environment: IBM JDK 1.5 & 1.6
Reporter: Martin Malina
Assignee: Shelly McGowan
All the 3 tests of org.jboss.test.profileservice.override.test.JmsDestinationOverrideTestCase fail with this error message:
org.jboss.jms.server.destination.QueueServiceMO
java.lang.ClassNotFoundException: org.jboss.jms.server.destination.QueueServiceMO
at java.lang.Class.forName(Class.java:163)
at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.resolveClass(ObjectInputStreamWithClassLoader.java:179)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1568)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1490)
at java.io.ObjectInputStream.readClass(ObjectInputStream.java:1457)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1312)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1932)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1856)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1743)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1932)
...
--
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
17 years
[JBoss JIRA] Created: (JBAS-6970) org.jboss.test.profileservice.test.ProfileServiceUnitTestCase failing with IBM JDK
by Martin Malina (JIRA)
org.jboss.test.profileservice.test.ProfileServiceUnitTestCase failing with IBM JDK
----------------------------------------------------------------------------------
Key: JBAS-6970
URL: https://jira.jboss.org/jira/browse/JBAS-6970
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.1.0.CR1
Environment: IBM JDK 1.5 & 1.6
Reporter: Martin Malina
Assignee: Shelly McGowan
The org.jboss.test.profileservice.test.ProfileServiceUnitTestCase testcase fails with the following error:
Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
In the test log you can see this:
one-test:
[delete] Deleting: /home/brq/mmalina/jbossqa/ibm/jboss-5.1.0.CR1-src/testsuite/output/log/test.log
[junit] Running org.jboss.test.profileservice.test.ProfileServiceUnitTestCase
[junit] Unhandled exception
[junit] Type=Segmentation error vmState=0x00040000
[junit] J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000001
[junit] Handler1=F7F8961B Handler2=F7F4E2CC InaccessibleAddress=D51E5488
[junit] EDI=0A0D7E78 ESI=00000003 EAX=FFAEC4A4 EBX=0A02E818
[junit] ECX=FFAEC4A4 EDX=D51E547C
[junit] EIP=F7F867D3 ES=0000002B DS=0000002B ESP=FFAEC46C
[junit] EFlags=00210296 CS=FFAE0023 SS=0004002B EBP=FFAEC474
[junit] Module=/mnt/jqa/ibm-java2-i386-50/jre/bin/libj9vm23.so
[junit] Module_base_address=F7F63000
[junit] Target=2_30_20081126_26240_lHdSMr (Linux 2.6.18-92.1.22.el5)
[junit] CPU=x86 (8 logical CPUs) (0x1f75ed000 RAM)
[junit] JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
[junit] JVMDUMP007I JVM Requesting System Dump using '/home/brq/mmalina/jbossqa/ibm/jboss-5.1.0.CR1-src/testsuite/output/core.20090522.170741.29133.0001.dmp'
[junit] JVMDUMP010I System Dump written to /home/brq/mmalina/jbossqa/ibm/jboss-5.1.0.CR1-src/testsuite/output/core.20090522.170741.29133.0001.dmp
[junit] JVMDUMP007I JVM Requesting Snap Dump using '/home/brq/mmalina/jbossqa/ibm/jboss-5.1.0.CR1-src/testsuite/output/Snap.20090522.170741.29133.0002.trc'
[junit] JVMDUMP010I Snap Dump written to /home/brq/mmalina/jbossqa/ibm/jboss-5.1.0.CR1-src/testsuite/output/Snap.20090522.170741.29133.0002.trc
[junit] JVMDUMP007I JVM Requesting Java Dump using '/home/brq/mmalina/jbossqa/ibm/jboss-5.1.0.CR1-src/testsuite/output/javacore.20090522.170741.29133.0003.txt'
[junit] JVMDUMP010I Java Dump written to /home/brq/mmalina/jbossqa/ibm/jboss-5.1.0.CR1-src/testsuite/output/javacore.20090522.170741.29133.0003.txt
[junit] JVMDUMP013I Processed Dump Event "gpf", detail "".
[junit] Running org.jboss.test.profileservice.test.ProfileServiceUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test org.jboss.test.profileservice.test.ProfileServiceUnitTestCase FAILED (crashed)
--
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
17 years
[JBoss JIRA] Reopened: (JBAS-7050) "ClassNotFoundException: org.jboss.resource.deployers.management.DsDataSourceTemplateInfo" on remote calls to ManagementView.getTemplate()
by Charles Crouch (JIRA)
[ https://jira.jboss.org/jira/browse/JBAS-7050?page=com.atlassian.jira.plug... ]
Charles Crouch reopened JBAS-7050:
----------------------------------
> "ClassNotFoundException: org.jboss.resource.deployers.management.DsDataSourceTemplateInfo" on remote calls to ManagementView.getTemplate()
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBAS-7050
> URL: https://jira.jboss.org/jira/browse/JBAS-7050
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: ProfileService
> Affects Versions: JBossAS-5.1.0.GA
> Reporter: Lukas Krejci
> Assignee: Lukas Krejci
> Priority: Blocker
> Fix For: JBossAS-5.2.0.Beta1
>
>
> When trying to create a datasource in AS5 using JON, the following exception occurs:
> java.lang.ClassNotFoundException: org.jboss.resource.deployers.management.DsDataSourceTemplateInfo
> at org.jboss.remoting.serialization.ClassLoaderUtility.loadClass(ClassLoaderUtility.java:103)
> at org.jboss.remoting.loading.RemotingClassLoader.loadClass(RemotingClassLoader.java:86)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:247)
> at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.resolveClass(ObjectInputStreamWithClassLoader.java:179)
> at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
> at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
> at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
> at org.jboss.aop.joinpoint.InvocationResponse.readExternal(InvocationResponse.java:119)
> at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1792)
> at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1751)
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
> at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
> at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
> at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
> at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.receiveObjectVersion2_2(JavaSerializationManager.java:238)
> at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.receiveObject(JavaSerializationManager.java:138)
> at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.read(SerializableUnMarshaller.java:123)
> at org.jboss.invocation.unified.marshall.InvocationUnMarshaller.read(InvocationUnMarshaller.java:59)
> at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.versionedRead(MicroSocketClientInvoker.java:1220)
> at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:850)
> at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:165)
> at org.jboss.remoting.Client.invoke(Client.java:1724)
> at org.jboss.remoting.Client.invoke(Client.java:629)
> at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aop.generatedproxies.AOPProxy$1.getTemplate(AOPProxy$1.java)
> at org.rhq.plugins.jbossas5.ApplicationServerComponent.createConfigurationBasedResource(ApplicationServerComponent.java:415)
> at org.rhq.plugins.jbossas5.ApplicationServerComponent.createResource(ApplicationServerComponent.java:295)
> 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.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:526)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)
> at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aop.generatedproxies.AOPProxy$1.getTemplate(AOPProxy$1.java)
> at org.rhq.plugins.jbossas5.ApplicationServerComponent.createConfigurationBasedResource(ApplicationServerComponent.java:415)
> at org.rhq.plugins.jbossas5.ApplicationServerComponent.createResource(ApplicationServerComponent.java:295)
> 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.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:526)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:619)
> I was only able to find this class in jboss-embedded-all maven module.
--
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
17 years