Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java 7 Update 55 WebStart JacORB error.

JasGApr 22 2014 — edited Jun 12 2014

Hi,

I've just updated to the latest java 7 release (update 55) and am now unable to launch my webstart application.

This application works fine on java 7 update 51.

The application also works fine if launched outside of webstart using update 55.

Any idea what change in this latest update would cause this? and how to resolve it?

Many Thanks

The Exception i'm getting is:

org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation org.jacorb.orb.ORBSingleton vmcid: 0x0 minor code: 0 completed: No

  at org.omg.CORBA.ORB.create_impl_with_systemclassloader(Unknown Source)

  at org.omg.CORBA.ORB.init(Unknown Source)

  at org.jacorb.orb.CDRInputStream.<init>(CDRInputStream.java:186)

  at org.jacorb.orb.etf.ProfileBase.initFromProfileData(ProfileBase.java:252)

  at org.jacorb.orb.etf.ProfileBase.demarshal(ProfileBase.java:172)

  at org.jacorb.orb.etf.FactoriesBase.demarshal_profile(FactoriesBase.java:124)

  at org.jacorb.orb.ParsedIOR.decode(ParsedIOR.java:235)

  at org.jacorb.orb.ParsedIOR.parse_stringified_ior(ParsedIOR.java:460)

  at org.jacorb.orb.ParsedIOR.parse(ParsedIOR.java:375)

  at org.jacorb.orb.ParsedIOR.<init>(ParsedIOR.java:192)

  at org.jacorb.orb.ORB.string_to_object(ORB.java:1824)

Caused by: java.lang.ClassNotFoundException: org.jacorb.orb.ORBSingleton

  at java.net.URLClassLoader$1.run(Unknown Source)

  at java.net.URLClassLoader$1.run(Unknown Source)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.net.URLClassLoader.findClass(Unknown Source)

  at java.lang.ClassLoader.loadClass(Unknown Source)

  at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

  at java.lang.ClassLoader.loadClass(Unknown Source)

  at java.lang.Class.forName0(Native Method)

  at java.lang.Class.forName(Unknown Source)

  ... 56 more

Comments

Hi,

To convert files to PDF format, AutoVue uses a built-in proprietary PDF print driver called the AutoVue Document Converter. The above error may occur if this print driver is not properly installed. To install the AutoVue Document Converter print driver, execute the InstallPdfPrintDriver.exe program from your AutoVue installation directory. Before proceeding with the install make sure the "Print Spooler" service is started.

Here are the necessary steps in order to enable the "Print Spooler":

1. Go to Start > Settings > Control Panel > Administrative Tools.
2. Select Services.
3. Select the "Print Spooler" service and make sure to start it.
4. Try to install the AutoVue Document Converter print driver.

Thanks,
Daniel
User_GU14X
Hi Daniel,

Thanks you very much for the guidance.

I've installed the driver by running InstallPdfPrintDriver.exe. But still the same error come. Please help.

Thanks and Regards,
Amaranatha

Edited by: 975064 on Jan 9, 2013 3:49 AM
Hi Amaranatha,

I think it might be easier to work on this issue from a service request, can you please create a new service request explaining this issue and once it is created we should do a web session so I can see the issue in your environment.

Thanks,
Daniel
User_GU14X
Hi Daniel,

Already I've created a SR with id 3-6643417431.

Regards,
Amaranatha
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 10 2014
Added on Apr 22 2014
9 comments
8,486 views