[Engine-devel] running jboss as 7 with openjdk

I keep getting a message that it can't find sun.security.krb5.KrbException. Any ideas? Jboss-as-5 ran ovirt-engine just fine with openjdk.

Can you attach the log? Did you use the maven setup profile the first time you started using jboss as7? The reason I'm asking is that this step adds the following lines to $JBOSS_HOME/modules/sun/jdk/main/module.xml, which is supposed to fix this error: <path name="sun/security"/> <path name="sun/security/krb5"/> Let me know if these lines are there, and if adding them there fixes your issue. Oved ----- Original Message -----
From: "Jon Choate" <jchoate@redhat.com> To: engine-devel@ovirt.org Sent: Friday, January 20, 2012 3:46:39 PM Subject: [Engine-devel] running jboss as 7 with openjdk
I keep getting a message that it can't find sun.security.krb5.KrbException. Any ideas? Jboss-as-5 ran ovirt-engine just fine with openjdk. _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

On 01/22/2012 02:31 AM, Oved Ourfalli wrote:
Can you attach the log? Did you use the maven setup profile the first time you started using jboss as7?
The reason I'm asking is that this step adds the following lines to $JBOSS_HOME/modules/sun/jdk/main/module.xml, which is supposed to fix this error: <path name="sun/security"/> <path name="sun/security/krb5"/>
Let me know if these lines are there, and if adding them there fixes your issue.
Turns out the pom was not resolving ${jbossHome} so instead it was copying things to ./ear/${jbossHome}. Strange but it was easy to fix.
Oved
----- Original Message -----
From: "Jon Choate"<jchoate@redhat.com> To: engine-devel@ovirt.org Sent: Friday, January 20, 2012 3:46:39 PM Subject: [Engine-devel] running jboss as 7 with openjdk
I keep getting a message that it can't find sun.security.krb5.KrbException. Any ideas? Jboss-as-5 ran ovirt-engine just fine with openjdk. _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
participants (2)
-
Jon Choate
-
Oved Ourfalli