Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
null peer in plugin1.2
- From: anupam" <anupam@xxxxxxxxxxxxxxxx (anupam)
- Subject: null peer in plugin1.2
- Date: Thu, 30 Dec 1999 10:59:37 -0800
This message was sent from Geocrawler.com by "anupam" <anupam@xxxxxxxxxxxxxxxx>
Be sure to reply to that address.
hi all,
The browser plugin 1.2.1 & 1.2.2 is throwing null pointer exception even before calling init() of
the applet in Netscape4.5. It appears as if it is unable to find a reference to the component
peer. This behaviour is in-consistant . I am extending JApplet
the problem is that this is happening even before calling the init() of the applet and hence not
much in control.
i would be thankfull if someone can help me.
the error message is as below:-
==========================================
Java(TM) Plug-in: Version 1.2.2.px
Using JRE version 1.2
User home directory = C:\WINNT\Profiles\systpe
Proxy Configuration: Manual Configuration
Proxy:
http=132.147.160.244:80;https=132.147.160.244:80;ftp=132.147.160.244:80;gopher=132.147.1
60.244:80;socks=132.147.160.244:80
Proxy Overrides: *132.147.160.2,*kshma,*dharmac,*chandra,*crystal,*mahima,*luv
JAR cache disabled.
Exception occurred during event dispatching:
java.lang.NullPointerException: component argument pData
at sun.awt.windows.WGraphics.createFromComponent(Native Method)
at sun.awt.windows.WGraphics.<init>(WGraphics.java:105)
at sun.awt.windows.WComponentPeer.getGraphics(WComponentPeer.java:151)
at java.awt.Component.getGraphics(Component.java:1703)
at sun.awt.windows.WComponentPeer.handleEvent(Compiled Code)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Container.java:1032)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventQueue.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
Exception occurred during event dispatching:
java.lang.NullPointerException: null pData
at sun.awt.windows.WFramePeer.getState(Native Method)
at java.awt.Frame.getState(Frame.java:447)
at java.awt.Frame.removeNotify(Frame.java:493)
at java.awt.Window$1$DisposeAction.run(Compiled Code)
at java.awt.Window.dispose(Window.java:345)
at sun.plugin.navig.win32.PluginFrame.windowClosing(Unknown Source)
at java.awt.Window.processWindowEvent(Window.java:600)
at java.awt.Window.processEvent(Window.java:576)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Container.java:1032)
at java.awt.Window.dispatchEventImpl(Window.java:714)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventQueue.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
java.lang.NullPointerException: null pData
at sun.awt.windows.WCanvasPeer.create(Native Method)
at sun.awt.windows.WComponentPeer.<init>(WComponentPeer.java:231)
at sun.awt.windows.WCanvasPeer.<init>(WCanvasPeer.java:28)
at sun.awt.windows.WPanelPeer.<init>(WPanelPeer.java:48)
at sun.awt.windows.WToolkit.createPanel(WToolkit.java:215)
at java.awt.Panel.addNotify(Panel.java:76)
at java.awt.Container.addImpl(Compiled Code)
at java.awt.Container.add(Container.java:216)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:510)
at sun.applet.AppletPanel.run(Compiled Code)
at java.lang.Thread.run(Thread.java:479)
==================================================
Geocrawler.com - The Knowledge Archive
---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
- Prev by Date: FW: Design Issue
- Next by Date: where does a class come from?
- Previous by thread: Algol vs Java
- Next by thread: NYJavaSIG - Java Pink Noise
- Index(es):