Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-18 Thread Pavel Rebriy
Ok, I'll try to explain it. Function vf_resolve_class with true as the second parameter asks class loader to load a class with a given class name. If the second parameter equals to false, function just checks if a given class is loaded, and get it if it is. The patch claims that if class loader

Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-18 Thread Anton Luht
One of reasons of verifier/classnotfound exceptions is that classes can't be read from files after security manager is installed - please see http://issues.apache.org/jira/browse/HARMONY-1226 for minimal test case. It is the reason why class can't be loaded with second parameter == true but can

Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-17 Thread Anton Luht
Hello, Please try to apply patch Index: vm/vmcore/src/verifier/ver_utils.cpp === --- vm/vmcore/src/verifier/ver_utils.cpp(revision 432184) +++ vm/vmcore/src/verifier/ver_utils.cpp(working copy) @@ -1391,6 +1391,9 @@

Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-17 Thread Pavel Rebriy
Anton, your patch is a dutty hacking. With and without the patch ActiveMQ crashes as Gregory described. On 17/08/06, Anton Luht [EMAIL PROTECTED] wrote: Hello, Please try to apply patch Index: vm/vmcore/src/verifier/ver_utils.cpp

Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-17 Thread Geir Magnusson Jr.
Right - what I was worried about was that I *thought* that HARMONY-956 got me to where Gergory is describing, but he's applying HARMONY-1179. I'll just stop worrying about this for the snapshot, post it, and move on w/ 1179 and keep going. Thanks all for looking into this - I could

[drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-16 Thread Geir Magnusson Jr.
I'm trying to create snapshots, and when testing w/ ActiveMQ, I still have the same problems w/ ActiveMQ as reported originally in HARMONY-956. Can someone do a sanity check? it's a release build. geir - Terms of use :

Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-16 Thread Andrey Chernyshev
I can start the ActiveMQ message broker (on Win only, though) after applying the patch from HARMONY-1179. Though it is expressing a complain like: WARN ManagementContext - Failed to start jmx connector: javax.nami ng.NoInitialContextException: Failed to create InitialContext using

Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-16 Thread Geir Magnusson Jr.
Andrey Chernyshev wrote: I can start the ActiveMQ message broker (on Win only, though) after applying the patch from HARMONY-1179. Though it is expressing a complain like: WARN ManagementContext - Failed to start jmx connector: javax.nami ng.NoInitialContextException: Failed to

Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ?

2006-08-16 Thread Gregory Shimansky
On Wednesday 16 August 2006 23:09 Andrey Chernyshev wrote: I can start the ActiveMQ message broker (on Win only, though) after applying the patch from HARMONY-1179. Though it is expressing a complain like: WARN ManagementContext - Failed to start jmx connector: javax.nami