Forum Discussion

Sachin_Sawe__Pr's avatar
Sachin_Sawe__Pr
Contributor
15 years ago

soapui pro 3.0 XpCom initialization error

Hi Ole,

I have soapui pro 3 working on my Mac. I am pointing to Mac's Java 6 JVM and everything works fine with the nightly pro 3.0.1 download. The only thing I noticed is when soapui pro 3.0.1 starts it shows following error(s):

java.lang.Error: You cannot initialize Xpcom in this palatform. Supported only: Intel 32 bit mode (x86 arch) use -d32 option,Sun(1.5 - 1.6) or Apple(1.5) Java
at com.teamdev.xpcom.Xpcom.initialize(SourceFile:103)
at com.teamdev.xpcom.Xpcom.initialize(SourceFile:84)
at com.eviware.soapui.support.components.BrowserComponent.initialize(BrowserComponent.java:121)
at com.eviware.soapui.SoapUIPro.main(SourceFile:220)
Configuring log4j from [/Users/sachinsawe/dev/soapui-pro-3.0.1/bin/soapui-log4j.xml]

1. Will this affect me in anyway?
2. Is there a way to get rid of this error?

thanks,
Sachin

1 Reply

  • Nevermind, Ole. I think I found the answer. Looks like I had to disable the browser component by uncommenting

    JAVA_OPTS="$JAVA_OPTS -Dsoapui.jxbrowser.disable=true"

    in soapui-pro.sh

    thanks,
    Sachin