Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

VAJ3.5.3 - An exception occurred in a system program!

 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I received the following in the log many times while working with VAJ 3.5.3.
<pre>
An exception occurred in a system program.
Terminating Default (System) (8/4/2001 1:00:51 PM)
</pre>

I then exited VAJ and when I tried starting again, it simply refused to start!I had to reboot my system to start VAJ property.
Interesting when it started again (after rebooting the system), instead of the splash screen, I saw, a dialog which showed a
message that the workspace files are not consistent with the repository and VAJ is trying to rectify this.
If I remember correctly, probably this is what I did before getting the exception in the log :

  1. A package by the name of AddingMachineFinal Ver. 1.1 existed which has 2 Java files UnboundExample and BoundExample.
  2. I imported a repository (some.dat) file for adding Version 1.2 in the workspace.This package consisted only BoundExample
    in the AddingMachineFinal package
  3. I replaced the Version 1.1 with Version 1.2 for this package.

  4. I am not able to reproduce the same exception again by following the above steps.Was this the cause of the exception in the first place?
    Would appreciate your views on this.
    Thanks,
    Sandeep
    SCJP2,OCSD(Oracle JDeveloper),OCED(Oracle Internet Platform)
 
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
anytime you exit VAJ without saving the workspace(i.e.end task)
the next time in you will get that message saying workspace is inconsistent with the repository
and it will rebuild it
as far as the other error is concerned it could have been a lot of things such as a background thread stopping etc..
i have been using VAJ for some time now and in 3.5 it happened a lot but patch 2 fixed that but i still get it from time to time
 
Desai Sandeep
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Fred
-- Sandeep
reply
    Bookmark Topic Watch Topic
  • New Topic