am programming some mobile application in j2me where I want the application to populate the List from the database, I got some zipped KXML parckage and added but it still does not work, i get the following error messages
javax.microedition.io.ConnectionNotFoundException: ConnectionNotFound error in socket::open : error = 10061
TRACE: , startApp threw an Exception java.lang.NullPointerException: 0 at orderpackage.ordermanager$GetData.parsedata(ordermanager.java:284) at orderpackage.ordermanager.startApp(ordermanager.java:89) at javax.microedition.midlet.MIDletTunnelImpl.callStartApp(), bci=1 at com.sun.midp.midlet.MIDletPeer.startApp(), bci=7 at com.sun.midp.midlet.MIDletStateHandler.startSuite(), bci=269 at com.sun.midp.main.AbstractMIDletSuiteLoader.startSuite(), bci=52 at com.sun.midp.main.CldcMIDletSuiteLoader.startSuite(), bci=8 at com.sun.midp.main.AbstractMIDletSuiteLoader.runMIDletSuite(), bci=161 at com.sun.midp.main.AppIsolateMIDletSuiteLoader.main(), bci=26 java.lang.NullPointerException: 0 derpackage.ordermanager$GetData.parsedata(), bci=11 - or at orderpackage.ordermanager.startApp(ordermanager.java:89) at javax.microedition.midlet.MIDletTunnelImpl.callStartApp(), bci=1 at com.sun.midp.midlet.MIDletPeer.startApp(), bci=7 at com.sun.midp.midlet.MIDletStateHandler.startSuite(), bci=269 at com.sun.midp.main.AbstractMIDletSuiteLoader.startSuite(), bci=52 at com.sun.midp.main.CldcMIDletSuiteLoader.startSuite(), bci=8 at com.sun.midp.main.AbstractMIDletSuiteLoader.runMIDletSuite(), bci=161 at com.sun.midp.main.AppIsolateMIDletSuiteLoader.main(), bci=26
what could be the problem? please help need help from any one willing to help