Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Oracle Software Packager Exception...

Oracle Software Packager Exception...

From: News <mosterman_at_highspeed.com>
Date: Tue, 20 Feb 2001 11:07:33 -0800
Message-ID: <t95ft7612d6ecc@corp.supernews.com>

A fellow developer and I have both been trying to run the current version of Oracle Software Packager we found on technet.oracle.com in the downloads section. After unjarring the file and trying to run the Packager, however, we both get the following error message:

C:\Program Files\Oracle\osp\bin>osp
Exception in thread "main" java.lang.NullPointerException

        at oracle.ewt.lwAWT.BufferedFrame.getFill(Unknown Source)
        at oracle.ewt.lwAWT.BufferedFrame.reshape(Unknown Source)
        at java.awt.Component.setBounds(Unknown Source)
        at java.awt.Component.move(Unknown Source)
        at java.awt.Component.setLocation(Unknown Source)
        at java.awt.Window.<init>(Unknown Source)
        at java.awt.Frame.<init>(Unknown Source)
        at java.awt.Frame.<init>(Unknown Source)
        at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
        at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
        at

oracle.sysman.emSDK.client.appContainer.ApplicationFrame.<init>(ApplicationF rame.java:74)

        at
oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.j ava:2825)
Terminate batch job (Y/N)? y

We need to deploy the entire the Oracle 8.1.6 Client company-wide and feel this would really make the process painless if we could get it to work.

Has anyone else run into this problem and found a solution? We are both running Java 2 SDK Standard Edition 1.3 on Windows 2000.

Any suggestions would be greatly appreciated! Received on Tue Feb 20 2001 - 13:07:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US