<?xml version="1.0" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.jacorb.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://www.jacorb.org/bugzilla/"
          
          maintainer="jacorb@goots.org"
>

    <bug>
          <bug_id>988</bug_id>
          
          <creation_ts>2014-06-20 14:28:33 +0000</creation_ts>
          <short_desc>Class Not Found Java Error</short_desc>
          <delta_ts>2014-06-20 17:11:40 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>JacORB</product>
          <component>ORB</component>
          <version>3.1</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>984</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Chris">cwilliams</reporter>
          <assigned_to name="Mailinglist to track bugs">jacorb-bugs</assigned_to>
          <cc>jacorb</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3179</commentid>
    <comment_count>0</comment_count>
    <who name="Chris">cwilliams</who>
    <bug_when>2014-06-20 14:28:33 +0000</bug_when>
    <thetext>I have had to comment out (#) one of two certain lines of code from a program in order to restore some functionalities:

-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB
-Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton


I can comment out either one of these and the features will work. Once it is commented out, the program allows some of the features to be used but there are other issues which I believe are tied to JacORB. When it isn&apos;t commented out I get an error: &quot;Unable to instatiate class...&quot;.  When looking at the error log it gives a chain of causes that starts with:

Caused by: java.lang.ClassNotFoundException: org.jacorb.orb.ORBSingleton
	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:270)
	at org.omg.CORBA.ORB.create_impl_with_systemclassloader(ORB.java:305)
	... 91 more

JacORB was part of the install for the program so I don&apos;t know how to do any updates to the JacORB files. Any ideas for a fix? If an update is suggested, how should I go about it? Thanks in advance and if I find a solution I&apos;ll submit it in case anybody else has this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3181</commentid>
    <comment_count>1</comment_count>
    <who name="Nick Cross">jacorb</who>
    <bug_when>2014-06-20 16:08:37 +0000</bug_when>
    <thetext>This sounds like a duplicate of 984. Please retest with current development version (currently 3.5-SNAPSHOT). Or alternatively try downgrading your JDK version.

*** This bug has been marked as a duplicate of bug 984 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3183</commentid>
    <comment_count>2</comment_count>
    <who name="Chris">cwilliams</who>
    <bug_when>2014-06-20 17:11:40 +0000</bug_when>
    <thetext>(In reply to Nick Cross from comment #1)
&gt; This sounds like a duplicate of 984. Please retest with current development
&gt; version (currently 3.5-SNAPSHOT). Or alternatively try downgrading your JDK
&gt; version.
&gt; 
&gt; *** This bug has been marked as a duplicate of bug 984 ***

Thanks Nick. I tried doing a search, but got Zarro Boogs. Glad to know I&apos;m not the only one with this issue and to get pointed in the right direction.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>