So far everything is running great.  This issue was my first major issue.

Thanks,
Eric



Eric Henson
Gartman Systems


On Thu, Apr 4, 2013 at 8:51 AM, dsh-2 [via OpenEJB] <
[email protected]> wrote:

> Hi Eric,
>
> so now everything works okay or are you still experiencing any issues
> while
> running TomEE on an IBM JDK?
>
> Cheers
> Daniel
>
>
> On Thu, Apr 4, 2013 at 3:39 PM, ehenson <[hidden 
> email]<http://user/SendEmail.jtp?type=node&node=4661994&i=0>>
> wrote:
>
> > That was indeed the fix to this issue!
> >
> > So to be able to serve SOAP CFX Services using IBM J9, in which case I'm
> > running it on an IBM i (aka AS/400 or iSeries), I then added the next
> four
> > line to the conf/system.properties file:
> >
> > javax.xml.soap.MessageFactory =
> >
> com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl
> > javax.xml.soap.SOAPFactory =
> > com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPFactory1_1Impl
> > javax.xml.soap.SOAPConnectionFactory =
> > com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnectionFactory
> > javax.xml.soap.MetaFactory =
> > com.sun.xml.internal.messaging.saaj.soap.SAAJMetaFactoryImpl
> >
> > This actually fixes several issues.  For the sake of email search
> engines
> > I'll will note them here.
> >
> > My original issue started when I received this exception:
> > java.lang.VerifyError: JVMVRFY012 stack shape inconsistent;
> > class=com/sun/xml/messaging/saaj/soap/SOAPDocumentImpl,
> > method=createDocumentFragment()Lorg/w3c/dom/DocumentFragment;, pc=5
> >
> > I called IBM and they told me to add the next entry to the
> > /QIBM/UserData/Java400/SystemDefault.properties file to tell the JVM to
> not
> > to verify the classes:
> >
> > #AllowOptions
> > -Xverify:none
> >
> > Then I started to receive this exception:
> > java.lang.NoClassDefFoundError:
> > com.sun.org.apache.xerces.internal.dom.ElementNSImpl
> >
> > Once I added the four lines to TomEE's conf/system.properties file
> > everything works perfect and I do not have to use the -Xverify:none
> option.
> >
> >
> >
> >
> > --
> > View this message in context:
> >
> http://openejb.979440.n4.nabble.com/TomEE-1-5-1-on-IBM-i-J9-JDK-7-tp4661975p4661992.html
>
> > Sent from the OpenEJB Dev mailing list archive at Nabble.com.
> >
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://openejb.979440.n4.nabble.com/TomEE-1-5-1-on-IBM-i-J9-JDK-7-tp4661975p4661994.html
>  To unsubscribe from TomEE 1.5.1 on IBM i J9 JDK 7., click 
> here<http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4661975&code=ZWhlbnNvbkBnYXJ0bWFuLmNvbXw0NjYxOTc1fC0xOTk5MjQzODk5>
> .
> NAML<http://openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://openejb.979440.n4.nabble.com/TomEE-1-5-1-on-IBM-i-J9-JDK-7-tp4661975p4661997.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to