frequent SIOOBEs with xsd editor

Having trouble installing Oxygen? Got a bug to report? Post it all here.
jstncbllr
Posts: 1
Joined: Tue Jun 29, 2010 12:31 am

frequent SIOOBEs with xsd editor

Post by jstncbllr »

Hi,

I work with a pretty large set of in-house schemas (400+ files, ~5 megs).

I'm running into very frequent errors like the one below. Is this a known issue? Using build 2010061615.

BTW, I've recently begun using a Mac as my main dev machine, and was glad to ditch xmlspy after seeing that oxygen has at least *some* features that help with larger projects. That said, I would really like to have more tool assistance with imports, namespace prefixes, moving components, etc.

Thanks
-j

[ AWT-EventQueue-0 ] - java.lang.StringIndexOutOfBoundsException: String index out of range: -4
java.lang.StringIndexOutOfBoundsException: String index out of range: -4
at java.lang.String.substring(String.java:1937)
at ro.sync.util.URLUtil.getUserInfo(Unknown Source)
at ro.sync.util.URLUtil.correct(Unknown Source)
at ro.sync.util.URLUtil.correct(Unknown Source)
at ro.sync.exml.editor.nd.bre(Unknown Source)
at ro.sync.exml.editor.nd.getEditorForURL(Unknown Source)
at ro.sync.exml.editor.nd.getEditor(Unknown Source)
at ro.sync.exml.editor.nd.findEditor(Unknown Source)
at ro.sync.exml.k.d.t(Unknown Source)
at ro.sync.exml.k.d.p(Unknown Source)
at ro.sync.exml.k.d.b(Unknown Source)
at ro.sync.exml.editor.ke.checkForChange(Unknown Source)
at ro.sync.xsd.pagexsd.e$5$1.run(Unknown Source)
at ro.sync.ui.jb$1.run(Unknown Source)
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: frequent SIOOBEs with xsd editor

Post by adrian »

Hello,

Thank you for reporting this issue, we were not aware of it.
It seems to be very URL(file location) specific.

Have you determined the file that triggers the problem?
Could you tell us the URL of that file(right click on the editor tab and from the contextual menu choose "Copy location")?

If you want to keep this private you can write to our support email address: support@oxygenxml.com

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: frequent SIOOBEs with xsd editor

Post by sorin_ristache »

jstncbllr wrote:I'm running into very frequent errors like the one below. Is this a known issue? Using build 2010061615.
It was a bug in the JVM which was fixed in JVM version 1.6.0_21. If you are on Windows just replace your current Oxygen installation with the Oxygen 11.2 kit for Windows from our website. If you are on Mac OS X you will have to update your Java virtual machine from the Apple website using the Update feature of OS X.


Regards,
Sorin
Post Reply