Trouble installing version 7.0
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 4
- Joined: Sat Feb 11, 2006 3:11 pm
Trouble installing version 7.0
Just downloaded the demo and installed. When the application runs I get the following error:
Code: Select all
C:\Program Files\Oxygen 7.0>rem C:\Program Files\Oxygen 7.0\ is expanded pathname of the current script under NT
C:\Program Files\Oxygen 7.0>SET CP="C:\Program Files\Oxygen 7.0\;C:\Program Files\Oxygen 7.0\/lib/oxygen.jar;C:\Program Files\Oxygen 7.0\/classes;"
C:\Program Files\Oxygen 7.0>java -Xmx256m -cp "C:\Program Files\Oxygen 7.0\;C:\Program Files\Oxygen 7.0\/lib/oxygen.jar;C:\Program Files\Oxygen 7.0\/classes;" ro.sync.exml.Oxygen
07:15:50,203 0 FATAL [ main ] ro.sync.ui.application.ApplicationLauncher - java.lang.NullPointerException
java.lang.NullPointerException
at com.jidesoft.plaf.vsnet.VsnetWindowsUtils.initComponentDefaultsWithMenu(Unknown Source)
at com.jidesoft.plaf.LookAndFeelFactory.a(Unknown Source)
at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(Unknown Source)
at ro.sync.ui.application.ApplicationLauncher.A(Unknown Source)
at ro.sync.ui.application.ApplicationLauncher.launch(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at ro.sync.exml.Oxygen.main(Unknown Source)
C:\Program Files\Oxygen 7.0>REM Uncomment the following line (and comment the above one)
C:\Program Files\Oxygen 7.0>REM if using the version with the JRE included.
C:\Program Files\Oxygen 7.0>REM jre\bin\java -Xmx256m -cp ".;lib/oxygen.jar;classes;" ro.sync.exml.Oxygen
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Post by sorin_ristache »
Hello,
Did you install <oXygen/> with the install kit which includes a JVM ? If not please try that install kit. If the problem persists there is a Windows display configuration problem on your machine. You should reset to the default display settings of Windows. Another possible fix which worked for other users is to make sure the latest video card driver published by the video card manufacturer is installed in Windows, and to try to switch between 16 bit and 32 bit color depth in the video card configuration settings. Also you should try with a different version of Java (1.4.2 if you are using 1.5.0 now).
Regards,
Sorin
Did you install <oXygen/> with the install kit which includes a JVM ? If not please try that install kit. If the problem persists there is a Windows display configuration problem on your machine. You should reset to the default display settings of Windows. Another possible fix which worked for other users is to make sure the latest video card driver published by the video card manufacturer is installed in Windows, and to try to switch between 16 bit and 32 bit color depth in the video card configuration settings. Also you should try with a different version of Java (1.4.2 if you are using 1.5.0 now).
Regards,
Sorin
-
- Posts: 4
- Joined: Sat Feb 11, 2006 3:11 pm
-
- Posts: 4
- Joined: Sat Feb 11, 2006 3:11 pm
FYI
I got everything working fine several weeks ago and then, today I was getting the NullPointer Exception again. I'm guessing that something on my system autoupdated which changed whatever setting allowed the program to work correctly. So I decided to try v7.1 and I got different exception messages but it still would not work. After several hours of trial and error I changed my Appearance setting from custom to Windows XP Style and all my problems went away.
While I'm happy to have this working again I'm frankly a little pissed off that your program is so brittle. Is it really wise for your program to expect a particular appearance setting to work correctly? I want my 3 hours back.
I got everything working fine several weeks ago and then, today I was getting the NullPointer Exception again. I'm guessing that something on my system autoupdated which changed whatever setting allowed the program to work correctly. So I decided to try v7.1 and I got different exception messages but it still would not work. After several hours of trial and error I changed my Appearance setting from custom to Windows XP Style and all my problems went away.
While I'm happy to have this working again I'm frankly a little pissed off that your program is so brittle. Is it really wise for your program to expect a particular appearance setting to work correctly? I want my 3 hours back.
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Post by sorin_ristache »
Hello,
Regards,
Sorin
<oXygen/> does not expect some particular display settings to work correctly. In the previous stacktrace that you posted a library used in <oXygen/> could not be initialized on your machine with your display settings. It is hard to say what is wrong but I think most Windows users (Windows 2000, Windows XP, etc) do not experience that. Please post the stacktrace of the error that you get now to see if the problem is in <oXygen/> code. You can see the stacktrace in a console by starting the application with the oxygen.bat script.Imitrex19 wrote:Is it really wise for your program to expect a particular appearance setting to work correctly? I want my 3 hours back.
Regards,
Sorin
-
- Posts: 4
- Joined: Sat Feb 11, 2006 3:11 pm
I appologize for my previous comment. Of course I know that is not your intention and I'm sorry for being less helpful. Unfortunately, I did not save the stack trace and I am unable to reproduce the problem.
What I can tell you, and I hope it is at least somewhat helpful, is that I had both version 7.0 and version 7.1 installed and both produced an exception but the stacktrace was different for each. I tried Java 1.4.2 and 1.5 and both reproduced the same stacktrace for each version. The version 7.1 stacktrace I think started in something like GetWinXPStyle (I'm not sure if that is exactly correct). That is what finally prompted to change my appearance to the default for Windows XP.
I've since changed just about every setting in appearance in an attempt to reproduce the error with no luck. I'm fairly certain that I have my settings back to where they were before. With that I would guess that v7.1 may only produce the problem if it has not initialized some setting properly.
Again sorry for the post above but if I didn't love your program so much I wouldn't get upset when it doesn't work. I use it at work and I've had no problems there.
What I can tell you, and I hope it is at least somewhat helpful, is that I had both version 7.0 and version 7.1 installed and both produced an exception but the stacktrace was different for each. I tried Java 1.4.2 and 1.5 and both reproduced the same stacktrace for each version. The version 7.1 stacktrace I think started in something like GetWinXPStyle (I'm not sure if that is exactly correct). That is what finally prompted to change my appearance to the default for Windows XP.
I've since changed just about every setting in appearance in an attempt to reproduce the error with no luck. I'm fairly certain that I have my settings back to where they were before. With that I would guess that v7.1 may only produce the problem if it has not initialized some setting properly.
Again sorry for the post above but if I didn't love your program so much I wouldn't get upset when it doesn't work. I use it at work and I've had no problems there.
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service