cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with BP PLM 50.3.1

Former Member
0 Kudos

Dear Reader

I have download the BP 50.3.1 for Products/Assets/Projects --> migrate them into a EP 6.0.

At the Backend R/3 i have 2003.1 Plugin and a

Portal Plugin: WP-PI.

The Iview's works fine, but when i select a material which holds a document i have a NullPointException.

This NullPoitException is caused by an applet class (downloadapplet.class), which could not be found.

Now i found this class in a package of BP but why the class is not found by the iview?

Material without a document doesn't cause this Exception.

The SAP-Note 642775 which include latest information about general installation prerequisites and configuration

for EP 6.0 does also not exist.

I'm confused with this thing!

(sorry for my english, i try my best)

Regards

Waldemar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Waldemar,

If the problem is indeed that the class could not be found,

I would expect the exception to be <b>ClassNotFoundException</b> and not <b>NullPointException</b>.

Are you sure regarding this?

Typically, most problems with the BP derives from a missing configuration in SIMG_SPORT or DC10.

Hope that helps,

Yoav.

Former Member
0 Kudos

Hello Yoav!

thanks for a rapid reply!

I get this Exception in my java console.

The Exception is:

Load: class com.sap.plm.cfx.cfxfiles.DownloadApplet.class not found

java.lang.ClassNotFoundException: com.sap.plm.cfx.cfxfiles.DownloadApplet.class

at sun.applet.AppletClassLoader.findClass(Unknown Source)

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

at sun.applet.AppletClassLoader.loadClass(Unknown Source)

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

at sun.applet.AppletClassLoader.loadCode(Unknown Source)

at sun.applet.AppletPanel.createApplet(Unknown Source)

at sun.plugin.AppletViewer.createApplet(Unknown Source)

at sun.applet.AppletPanel.runLoader(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: java.io.IOException: open HTTP connection failed.

at sun.applet.AppletClassLoader.getBytes(Unknown Source)

at sun.applet.AppletClassLoader.access$100(Unknown Source)

at sun.applet.AppletClassLoader$1.run(Unknown Source)

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

... 10 more

Exception in thread "Thread-4" java.lang.NullPointerException

at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)

at sun.plugin.AppletViewer.showAppletException(Unknown Source)

at sun.applet.AppletPanel.runLoader(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

java.lang.NullPointerException

at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)

at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Exception in thread "thread applet-com.sap.plm.cfx.cfxfiles.DownloadApplet.class" java.lang.NullPointerException

at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)

at sun.plugin.AppletViewer.showAppletException(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Hope this say more about the Exception.

The NullPointException is shown in the Statusbar of the browser.

I think i need a Business Package for cfolders 2.0. But i can not download it because the link to the Site is not available.

Thanks

Waldemar

Message was edited by: Waldemar Schäfer

Former Member
0 Kudos

Hello Waldemar,

Regarding the exception:

I'm sorry but I don't know how to help here.

I use BP Assets, and didn't come accros this problem...

Regarding BP cFolders:

1. Go to http://service.sap.com/swdc

2. Choose "Search for all Categories"

3. search for "cFolders"

Hope that helps,

Yoav.