Kestrel won't run BDK1.1/beanbox citing multiple ClassNotFoundException errors

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: P1
    • None
    • Affects Version/s: 1.3.0
    • Component/s: hotspot
    • None
    • sparc
    • solaris_7

      Kestrel-M on Solaris 2.7 won't run BDK1.1/beanbox citing multiple ClassNotFoundException errors. This apps runs fine with 1.2.2fcs.

      Steps to Reproduce:
      0) Make sure your Solaris has the correct patches for Hotsparc.
      1) Set JAVA_HOME to /usr/local/java/jdk1.3/solaris
      2) cd to: /home/nancys/BDK/beanbox
      3) type run.sh
      RESULT: The app partially launches, putting up several windows, although not complete windows. The following errors appear:


      WARNING: Could not instantiate bean "sunw.demo.buttons.BlueButton" from JAR "/home/nancys/BDK/jars/buttons.jar"
          We found a serialized template file "sunw/demo/buttons/BlueButton.ser"
          But caught a ClassNotFoundException while reading the serialized object:
              java.lang.ClassNotFoundException: sunw.demo.buttons.ExternalizableButton
          This indicates that there was a problem finding a .class file for one
          of the serialized objects


      WARNING: Could not instantiate bean "sunw.demo.buttons.ExplicitButton" from JAR "/home/nancys/BDK/jars/buttons.jar"
          But were unable to load the class "sunw.demo.buttons.ExplicitButton" because of
              java.lang.ClassNotFoundException: sunw.demo.buttons.ExplicitButton
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.buttons"
          (2) The class has not been given the correct name
          it should be called "ExplicitButton"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.buttons.OurButton" from JAR "/home/nancys/BDK/jars/buttons.jar"
          But were unable to load the class "sunw.demo.buttons.OurButton" because of
              java.lang.ClassNotFoundException: sunw.demo.buttons.OurButton
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.buttons"
          (2) The class has not been given the correct name
          it should be called "OurButton"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.buttons.OrangeButton" from JAR "/home/nancys/BDK/jars/buttons.jar"
          We found a serialized template file "sunw/demo/buttons/OrangeButton.ser"
          But caught a ClassNotFoundException while reading the serialized object:
              java.lang.ClassNotFoundException: sunw.demo.buttons.ExplicitButton
          This indicates that there was a problem finding a .class file for one
          of the serialized objects


      WARNING: Could not instantiate bean "sunw.demo.encapsulatedEvents.EventMonitor" from JAR "/home/nancys/BDK/jars/eventmonitor.jar"
          But were unable to load the class "sunw.demo.encapsulatedEvents.EventMonitor" because of
              java.lang.ClassNotFoundException: sunw.demo.encapsulatedEvents.EventMonitor
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.encapsulatedEvents"
          (2) The class has not been given the correct name
          it should be called "EventMonitor"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.jelly.JellyBean" from JAR "/home/nancys/BDK/jars/jelly.jar"
          But were unable to load the class "sunw.demo.jelly.JellyBean" because of
              java.lang.ClassNotFoundException: sunw.demo.jelly.JellyBean
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.jelly"
          (2) The class has not been given the correct name
          it should be called "JellyBean"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.juggler.Juggler" from JAR "/home/nancys/BDK/jars/juggler.jar"
          But were unable to load the class "sunw.demo.juggler.Juggler" because of
              java.lang.ClassNotFoundException: sunw.demo.juggler.Juggler
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.juggler"
          (2) The class has not been given the correct name
          it should be called "Juggler"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.misc.TickTock" from JAR "/home/nancys/BDK/jars/misc.jar"
          But were unable to load the class "sunw.demo.misc.TickTock" because of
              java.lang.ClassNotFoundException: sunw.demo.misc.TickTock
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.misc"
          (2) The class has not been given the correct name
          it should be called "TickTock"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.misc.Voter" from JAR "/home/nancys/BDK/jars/misc.jar"
          But were unable to load the class "sunw.demo.misc.Voter" because of
              java.lang.ClassNotFoundException: sunw.demo.misc.Voter
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.misc"
          (2) The class has not been given the correct name
          it should be called "Voter"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.misc.ChangeReporter" from JAR "/home/nancys/BDK/jars/misc.jar"
          But were unable to load the class "sunw.demo.misc.ChangeReporter" because of
              java.lang.ClassNotFoundException: sunw.demo.misc.ChangeReporter
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.misc"
          (2) The class has not been given the correct name
          it should be called "ChangeReporter"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.molecule.Molecule" from JAR "/home/nancys/BDK/jars/molecule.jar"
          But were unable to load the class "sunw.demo.molecule.Molecule" because of
              java.lang.ClassNotFoundException: sunw.demo.molecule.Molecule
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.molecule"
          (2) The class has not been given the correct name
          it should be called "Molecule"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.quote.QuoteMonitor" from JAR "/home/nancys/BDK/jars/quote.jar"
          But were unable to load the class "sunw.demo.quote.QuoteMonitor" because of
              java.lang.ClassNotFoundException: sunw.demo.quote.QuoteMonitor
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.quote"
          (2) The class has not been given the correct name
          it should be called "QuoteMonitor"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.select.Select" from JAR "/home/nancys/BDK/jars/select.jar"
          But were unable to load the class "sunw.demo.select.Select" because of
              java.lang.ClassNotFoundException: sunw.demo.select.Select
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.select"
          (2) The class has not been given the correct name
          it should be called "Select"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.sort.SorterBean" from JAR "/home/nancys/BDK/jars/sort.jar"
          We found a serialized template file "sunw/demo/sort/SorterBean.ser"
          But caught a ClassNotFoundException while reading the serialized object:
              java.lang.ClassNotFoundException: sunw.demo.sort.SortItem
          This indicates that there was a problem finding a .class file for one
          of the serialized objects


      WARNING: Could not instantiate bean "sunw.demo.test.BridgeTester" from JAR "/home/nancys/BDK/jars/test.jar"
          But were unable to load the class "sunw.demo.test.BridgeTester" because of
              java.lang.ClassNotFoundException: sunw.demo.test.BridgeTester
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.test"
          (2) The class has not been given the correct name
          it should be called "BridgeTester"
          (3) The class file contains the wrong class or no class at all


      WARNING: Could not instantiate bean "sunw.demo.transitional.TransitionalBean" from JAR "/home/nancys/BDK/jars/transitional.jar"
          But were unable to load the class "sunw.demo.transitional.TransitionalBean" because of
              java.lang.ClassNotFoundException: sunw.demo.transitional.TransitionalBean
          Common reasons for this failure include:
          (1) The class is not defined in the correct package
              it should be in the package "sunw.demo.transitional"
          (2) The class has not been given the correct name
          it should be called "TransitionalBean"
          (3) The class file contains the wrong class or no class at all

      Exception in thread "main" java.lang.NoClassDefFoundError: javax/infobus/InfoBusDataController
              at sun.beanbox.IBSupport.<init>(IBSupport.java:96)
              at sun.beanbox.BeanBox.<init>(BeanBox.java:1413)
              at sun.beanbox.BeanBoxFrame.<init>(BeanBoxFrame.java:121)
              at sun.beanbox.BeanBoxFrame.main(BeanBoxFrame.java:80)

            Assignee:
            Nancy Schorr (Inactive)
            Reporter:
            Nancy Schorr (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: