Balance leave carryfwd - Please reply me :: urgent

Dear Friends ,
Please help me to solve the below issue #
a) Carryforwrad leave from 2006 to 2007 - 10 leaves  , used - 5
b) Annual Leave -10 leaves,used  nothing.
in pe03 - LVMAX capping is 20 ( we can carryforward only 20 to next year ).
now the issue is .
1) as per the above scenario how many leaves will get carry fwd to 2008 by running the program RPTPBSR0 .
2) By end 2007, must clear 2006 ( carryfwd from 2006 to 2007 )annual leave and allowed to carry only 2007 balnce . how to clear.
3) what should i give in the parameter 'Quota type'
inthe program RPTPBSR0 .i am giving only 10(annual leave ) but it brings 11(carryfwd ) also .
please help .
Thanks,
Deeps.
Edited by: Deepika on Dec 30, 2007 8:06 AM
Edited by: Deepika on Dec 30, 2007 8:07 AM

You could try adding the filter then, if your using ADF this would be the following code:
<filter>
<filter-name>ADFBindingFilter</filter-name>
<filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
<init-param>
<param-name>encoding</param-name>
<param-value>windows-1252</param-value>
</init-param>
</filter>
You can change the encoding to any form you want.

Similar Messages

  • Please reply its urgent

    it is only wokring when i only assign value to sub1 variableassign
    <html>
    <body>
    <%@ page language="java" import="java.sql.*" %>
    <%
    String[] list=request.getParameterValues("list");
    // String list=request.getParameter("list");
    int i;
    String sub1;
    for(i=0;i<list.length;i++)
    try
    sub1=list;
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con=DriverManager.getConnection("jdbc:odbc:dsn1","","");
    Statement stmt=con.createStatement();
    stmt.execute("delete from mes where sub='"+sub1+"'");
    out.println(sub1);
    stmt.close();
    con.close();
    catch(Exception e)
    {out.println(e);}
    %>
    Click here
    </body>
    </html>

    Doublepost: http://forum.java.sun.com/thread.jspa?threadID=5192841
    Crosspost: http://forum.java.sun.com/thread.jspa?threadID=5192927
    Like I said in your former topic: just debug it. Run the debugger or put some simple System.out.println() lines to check if the array has a length, if the array elements are not null, if the final SQL statement is correct, etcetera.
    By the way, with putting pressure by shouting "please reply its urgent" you don't gain that much respect from our side. Some will refuse to reply. Urgency is your issue, not ours.

  • Failed to initialize the orb--please reply its urgent

    hi im using a stand alone java application to access a jndi data source configured on websphere 6.1
    im getting the following error
    failed to initialize the ORB...
    most of the solutions i got suggest to change from sun jdk to ibm jdk.BUT BUT how do we do that and what are the steps to be followed.
    he code im using is given below:
    //WebsphereJNDI.java
    import java.sql.*;
    import java.util.*;
    import javax.sql.*;
    import javax.naming.*;
    import javax.rmi.*;
    public class WebSphereJNDI
    private String websphere_server;
    private String jndi_datasource;
    private String sql_query;
    WebSphereJNDI(String serverpath, String jndiname, String query)
    websphere_server = serverpath;
    jndi_datasource = jndiname;
    sql_query = query;
    public ResultSet get_data() throws Exception
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory");
    env.put(Context.PROVIDER_URL, websphere_server);
    InitialContext ctx = new InitialContext(env);
    DataSource ds = (DataSource) ctx.lookup(jndi_datasource);
    Connection conn = ds.getConnection();
    Statement stm = conn.createStatement();
    ResultSet res = stm.executeQuery(sql_query);
    // moving cursor to first row
    res.next();
    return res;
    // ResultSetTester.java
    import java.sql.*;
    import java.util.*;
    import javax.sql.*;
    import javax.naming.*;
    import javax.rmi.*;
    public class ResultSetTester {
    public static void main(String[] args) throws Exception {
    WebSphereJNDI test = new WebSphereJNDI(
    "http://hostname:port no.", "jdbc/mydatasource",
    "SELECT * FROM pubs.dbo.authors");
    System.out.println(dump_data(test.get_data()));
    public static String dump_data(java.sql.ResultSet rs)
    throws Exception {
    int rowCount = 0;
    String result = "";
    result += "<P ALIGN='center'><TABLE BORDER=1>";
    ResultSetMetaData rsmd = rs.getMetaData();
    int columnCount = rsmd.getColumnCount();
    // table header
    result += "<TR>";
    for (int i = 0; i < columnCount; i++) {
    result += "<TH>" +
    rsmd.getColumnLabel(i + 1) + "</TH>";
    result += "</TR>";
    // the data
    while (rs.next()) {
    rowCount++;
    result += "<TR>";
    for (int i = 0; i < columnCount; i++) {
    result += "<TD>" +
    rs.getString(i + 1) + "</TD>";
    result += "</TR>";
    result += "</TABLE></P>";
    return result;
    Im an amateur...Please help its urgent

    Thanks Anuj.
    We use OSB apps (exported as jars only).
    We place the jars in domain/lib to be available for all services in this domain.
    Is there another place we can put our jars in it?? and how can we solve the problem of soa infra with using Spring 3.2 ??
    Thanks in advance.

  • Database and application getting hange (urgent please reply asap)

    hi,
    in alerlt log i found
    Process q003 died, see its trace file
    Thu Nov 24 10:50:36 IST 2011
    ksvcreate: Process(q003) creation failed
    Thu Nov 24 10:56:21 IST 2011
    ksvcreate: Process(m000) creation failed
    Thu Nov 24 11:03:30 IST 2011
    kkjcre1p: unable to spawn jobq slave process
    Thu Nov 24 11:03:30 IST 2011
    Errors in file /appl2/oracle2/proddb/10.2.0/admin/PROD_winsome/bdump/prod_cjq0_13539.trc:
    Thu Nov 24 11:04:21 IST 2011
    Beginning log switch checkpoint up to RBA [0x25b4.2.10], SCN: 14824976075
    Thu Nov 24 11:04:21 IST 2011
    Thread 1 advanced to log sequence 9652 (LGWR switch)
    Current log# 8 seq# 9652 mem# 0: /log1/PROD/log08a.dbf
    Current log# 8 seq# 9652 mem# 1: /log1/PROD/log08b.dbf
    Thu Nov 24 11:06:40 IST 2011
    ksvcreate: Process(m000) creation failed
    Thu Nov 24 11:10:00 IST 2011
    Completed checkpoint up to RBA [0x25b4.2.10], SCN: 14824976075
    Thu Nov 24 11:10:34 IST 2011
    kkjcre1p: unable to spawn jobq slave process
    Thu Nov 24 11:10:34 IST 2011
    Errors in file /appl2/oracle2/proddb/10.2.0/admin/PROD_winsome/bdump/prod_cjq0_13539.trc:
    Thu Nov 24 11:12:55 IST 2011
    ksvcreate: Process(q000) creation failed
    Thu Nov 24 11:15:12 IST 2011
    kkjcre1p: unable to spawn jobq slave process
    Thu Nov 24 11:15:12 IST 2011
    Errors in file /appl2/oracle2/proddb/10.2.0/admin/PROD_winsome/bdump/prod_cjq0_13539.trc:
    Thu Nov 24 11:17:14 IST 2011
    ksvcreate: Process(m000) creation failed
    please reply it urgent..
    in trc file
    $ cat prod_cjq0_13539.trc
    Dump file /appl2/oracle2/proddb/10.2.0/admin/PROD_winsome/bdump/prod_cjq0_13539.
    trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /appl2/oracle2/proddb/10.2.0
    System name: SunOS
    Node name: devserver
    Release: 5.9
    Version: Generic_118558-06
    Machine: sun4u
    Instance name: PROD
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Unix process pid: 13539, image: oracle@devserver (CJQ0)
    *** 2011-11-24 10:57:22.769
    *** SERVICE NAME:(SYS$BACKGROUND) 2011-11-24 10:57:22.430
    *** SESSION ID:(392.1) 2011-11-24 10:57:22.430
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 10:57:32.840
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 10:57:42.940
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 10:57:53.030
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 10:58:03.120
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 10:58:13.200
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:03:30.801
    *** 2011-11-24 11:07:41.160
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:07:51.240
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:08:01.320
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:08:11.390
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:08:21.480
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:08:31.580
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:10:34.930
    *** 2011-11-24 11:13:56.060
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:14:06.150
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:14:16.250
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:14:26.330
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:14:36.410
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:14:46.480
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:15:12.996
    *** 2011-11-24 11:18:15.140
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:18:25.240
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:18:35.340
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:18:53.340
    Waited for process J000 to initialize for 90 seconds
    *** 2011-11-24 11:18:53.340
    Process diagnostic dump for J000, OS id=3356
    *** 2011-11-24 11:19:29.960
    loadavg : 0.08 0.25 0.78
    swap info: free_mem = 91.27M rsv = 10468.67M
    alloc = 9840.79M avail = 291.52 swap_free = 919.41M
    skgpgcmdout: read() for cmd /bin/ps -elf | /bin/egrep 'PID | 3356' | /bin/grep -
    v grep timed out after 15.000 seconds
    Skipping stack dump because max dump time exceeded.
    Process diagnostic dump actual duration=36.292000 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:19:29.960
    *** 2011-11-24 11:19:40.060
    Waited for process J000 to initialize for 100 seconds
    *** 2011-11-24 11:19:40.060
    Process diagnostic dump for J000, OS id=3356
    *** 2011-11-24 11:20:08.770
    loadavg : 0.27 0.28 0.77
    swap info: free_mem = 92.57M rsv = 10465.16M
    alloc = 9837.60M avail = 297.86 swap_free = 925.42M
    skgpgcmdout: read() for cmd /bin/ps -elf | /bin/egrep 'PID | 3356' | /bin/grep -
    v grep timed out after 15.000 seconds
    *** 2011-11-24 11:20:51.830
    Stack:
    skgpgcmdout: read() for cmd /bin/sh -c '/usr/proc/bin/pstack 3356 2>&1' timed ou
    t after 1.290 seconds
    Process diagnostic dump actual duration=1 min 11 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:20:51.830
    *** 2011-11-24 11:21:01.930
    Waited for process J000 to initialize for 110 seconds
    *** 2011-11-24 11:21:01.930
    Process diagnostic dump for J000, OS id=3356
    loadavg : 0.12 0.24 0.71
    swap info: free_mem = 91.25M rsv = 10487.99M
    alloc = 9844.82M avail = 272.81 swap_free = 915.98M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY T
    IME CMD
    8 Z oracle2 3356 1 0 0 0
    :00 <defunct>
    *** 2011-11-24 11:22:36.567
    Skipping stack dump because max dump time exceeded.
    Process diagnostic dump actual duration=1 min 34 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:22:36.567
    Killing process (ospid 3356): (reason=x4 error=0)
    ... and the process is still alive after kill!
    *** 2011-11-24 11:28:16.400
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:28:26.470
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:28:36.560
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:28:46.640
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:28:56.730
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:29:06.810
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:29:48.503
    *** 2011-11-24 11:35:26.030
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:35:36.130
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:35:46.210
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:35:56.310
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:36:06.390
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:36:16.490
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:38:51.157
    *** 2011-11-24 11:47:42.830
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:47:52.910
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:48:03.000
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:48:13.060
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:48:23.140
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:48:33.230
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:49:12.586
    *** 2011-11-24 11:52:35.420
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:52:45.520
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:52:55.610
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:53:05.700
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:53:15.790
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:53:25.890
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:53:59.129
    *** 2011-11-24 11:57:08.260
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:57:18.350
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:57:28.450
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:57:38.540
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:57:48.640
    Waited for process J000 to initialize for 100 seconds
    *** 2011-11-24 11:57:48.640
    Process diagnostic dump for J000, OS id=4205
    loadavg : 0.22 0.33 0.67
    swap info: free_mem = 91.70M rsv = 10505.02M
    alloc = 9858.01M avail = 251.46 swap_free = 898.47M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY T
    IME CMD
    8 S oracle2 4205 1 0 39 20 ? 410092 ? 11:57:12 ? 0
    :00 ora_j000_PROD
    *** 2011-11-24 11:58:28.337
    Skipping stack dump because max dump time exceeded.
    Process diagnostic dump actual duration=39.697000 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:58:28.337
    *** 2011-11-24 11:58:38.430
    Waited for process J000 to initialize for 110 seconds
    *** 2011-11-24 11:58:38.430
    Process diagnostic dump for J000, OS id=4205
    *** 2011-11-24 11:59:10.850
    loadavg : 0.59 0.40 0.68
    swap info: free_mem = 91.31M rsv = 10505.02M
    alloc = 9858.01M avail = 251.19 swap_free = 898.20M
    skgpgcmdout: read() for cmd /bin/ps -elf | /bin/egrep 'PID | 4205' | /bin/grep -
    v grep timed out after 15.000 seconds
    Skipping stack dump because max dump time exceeded.
    Process diagnostic dump actual duration=32.420000 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:59:10.850
    Killing process (ospid 4205): (reason=x4 error=0)
    ... and the process is still alive after kill!
    $
    now i am not able to connect database

    Please see these docs.
    Ksvcreate: Process(M001) Creation Failed , Database hang [ID 1233079.1]
    ORA-00610 And/Or "unable to spawn jobq slave process " And/Or "Process(<>) creation failed" In The Alert Log And/Or TNS-12518/ TNS-12500 In Listener Log [ID 416244.1]
    DATABASE CRASH WITH SGA_TARGET [ID 747812.1]
    ORA-27300 ORA-27301 ORA-27302 ORA-27303 skgpspawn5 [ID 1125188.1]
    Database Crashes With Ora-00449 and Ora-00601 [ID 730287.1]
    If this is your production database, please log a severity 1 SR!
    Thanks,
    Hussein

  • Java (JMX) vs WLST (Please Reply.. Its Urgent!)

    HI,
    I know that there are two ways to admin weblogic server. One way is by WLST scripts which we write in WLST console. Second way is by JMX which we write in JAVA language.
    I know that java language gives more flexibility but still all the scripts present in my companies Weblogic servers are WLST scripts.
    Can anyone tell me about all the benefits and advantages I can have if I change them to Java (JMX) code.
    One of the Flexibility is that I can implement multithreading and start multiple AdminServer (in multiple domain) at same time.
    Thanks
    Nitish Kumar

    Doublepost: http://forum.java.sun.com/thread.jspa?threadID=5192841
    Crosspost: http://forum.java.sun.com/thread.jspa?threadID=5192927
    Like I said in your former topic: just debug it. Run the debugger or put some simple System.out.println() lines to check if the array has a length, if the array elements are not null, if the final SQL statement is correct, etcetera.
    By the way, with putting pressure by shouting "please reply its urgent" you don't gain that much respect from our side. Some will refuse to reply. Urgency is your issue, not ours.

  • Is it possible to export contacts  from Outlook 2011 for Mac and importing this file back into Mac Address Book.? please reply me its urgent

    Is it possible to export contacts  from Outlook 2011 for Mac and importing this file back into Mac Address Book.? please reply me its urgent

    Is it possible to export contacts  from Outlook 2011 for Mac and importing this file back into Mac Address Book.? please reply me its urgent

  • Woogly - I need U Urgent - please reply if U R there !

    Woogly - I need U Urgent - please reply if U R there !

    Thanks.
    Its already posted:
    http://forum.java.sun.com/thread.jsp?forum=54&thread=480050
    Woogly had gave me last time very useful help getting a container over a container.
    Now I'm dealing with converting the same stuff to Applet, but of course..
    I'll be glad and thankful for help also from others.
    Thanks agian.

  • HT4623 when i doing my update my ipad 3 why the itunes show this message ? (the ipad could not be restored this device isn't eligible for the requested guid ) what can i do now please reply urgent thanks

    when i doing my update my ipad 3 why the itunes show this message ? (the ipad could not be restored this device isn't eligible for the requested guid ) what can i do now please reply urgent thanks

    Make sure you have the latest software on your computer (tap to enlarge image)

  • Balance Leaves to be carried forward to next year

    HI Experts,
    I am using Time evualation with -ve time , i want to carry fwd all the balance leaves left for the year to the next year.
    I have set the "Permit Quota Generation in Time Evaluation" node to "Increase". However i am not able to meet the requirement. Please let me know if i have to maintain any other table or should i have to write PCR for this
    Regards
    Kanna

    You have to write Pcr's for reading the balances and to carry forward the Leaves to quotas.
    PCR for Reading Balances.
    hrs= Bcurmo
        hrs?(specify the month on which it has to read the balance)
        =
           hrs=Bcurdy
           hrs?(Last day on/after which it has to read the balance)
           =
           OUTAQTYP
            XX (XX:Mention Absence Type)
            hrs=FR C
            addMBXXXX(Time type 4-digit)z
    _PCR for Carry forwarding the Leaves.
    hrs= Bcurmo
        hrs?(specify the month on which it has to get the balance)
        =
           hrs=Bcurdy
           hrs?(Starting day to get the balance)
           =
           hrs=Mxxxx(Time type which we maintained in above PCR
           updtqAxx(Absence which it has to carry forward)
    Where
    A-Syntax
    B-Syntax
    curmo-Current Month
    curdy-Current Day
    F-Syntax
    R-Remaining
    C -Syntax
    MB-Monthly Balance
    z-Replacing Value.
    Check and revert with your Comments
    Experts:Correct me if am wrong.
    Regadrs,
    Rao

  • Classloader exception in Java debugger built using JDI - Please reply

    Im a newbie to java & ive been trying to develop a simple java debugger & ive been getting the following set of exception ir-respective of ip file given to debug
    Exception:::java.lang.ClassLoader.loadClass(java.lang.String, boolean)
    Exception:::java.lang.ClassLoader.loadClass(java.lang.String, boolean)
    Exception:::java.lang.ClassLoader.loadClass(java.lang.String, boolean)
    Exception in thread "Thread-0" java.util.NoSuchElementException
    at com.sun.tools.jdi.EventSetImpl$Itr.next(EventSetImpl.java:822)
    at com.sun.tools.jdi.EventSetImpl$Itr.nextEvent(EventSetImpl.java:827)
    at jds.Executepgm.run(Executepgm.java:48)
    Can someone reply please its very urgent
    ive attached the code here
    MAIN CLASS
    package jds;
    import com.sun.jdi.VirtualMachine;
    import java.io.*;
    public class JDS {
    public static void main(String[] args) {
    if(args.length == 0 || args[0].equalsIgnoreCase("-help")|| args.length>1)
    help();
    System.exit(0);
    LaunchVM lvm = new LaunchVM();
    String str= new String();
    str = readstr();
    if (str.contains("run"))
    String str2 =new String();
    try
    str2 = args[0]+str.substring(3);
    catch(StringIndexOutOfBoundsException e)
    str2=args[0];
    VirtualMachine vm = lvm.launchTarget(str2);
    vm.setDebugTraceMode(0);
    Executepgm expm =new Executepgm(vm);
    System.out.println("run cmd");
    expm.runpgm(vm);
    expm.start();
    vm.resume();
    static void help() {
         System.out.println("**Usage: java JDS <class> **");
    static String readstr()
    String str = new String();
    BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));
    try
    str= stdin.readLine();
    catch (IOException ioe) {
    System.out.println("Recieved exception: "+ioe);
    System.exit(1);
    return str;
    SUPPORT CLASS
    package jds;
    import com.sun.jdi.*;
    import com.sun.jdi.event.*;
    import com.sun.jdi.request.*;
    public class Executepgm extends Thread{
    private VirtualMachine vm;
    String[] excludes = {"java.*", "javax.*", "sun.*",
                        "com.sun.*"};
    Executepgm(VirtualMachine vm)
    this.vm=vm;
    public void run()
    EventQueue queue = vm.eventQueue();
    boolean connected = true;
    while(connected == true)
    try {
    EventSet eventSet = queue.remove();
    EventIterator it = eventSet.eventIterator();
    while (it.hasNext()) {
    Event et=it.nextEvent();
    if(et instanceof MethodEntryEvent)
    System.out.println("method entry"+et);
    else if (et instanceof MethodExitEvent)
    System.out.println("method exit"+et);
    else if (et instanceof ExceptionEvent)
    try
    System.out.println("Exception:::"+((ExceptionEvent)et).catchLocation().method());
    catch(NullPointerException e)
    et=it.nextEvent();
    else if(et instanceof VMDisconnectEvent)
    connected = false;
    eventSet.resume();
    } catch (InterruptedException exc) {
    System.out.println("Interrupted");
    } catch (VMDisconnectedException discExc) {
    void runpgm(VirtualMachine vm)
    EventRequestManager erm = vm.eventRequestManager();
    ExceptionRequest excReq = erm.createExceptionRequest(null,true, true);
    excReq.setSuspendPolicy(EventRequest.SUSPEND_ALL);
    excReq.enable();
    MethodEntryRequest menr = erm.createMethodEntryRequest();
    for (int i=0; i<excludes.length; ++i) {
    menr.addClassFilter(excludes);
    menr.setSuspendPolicy(EventRequest.SUSPEND_NONE);
    menr.enable();
    MethodExitRequest mexr = erm.createMethodExitRequest();
    for (int i=0; i<excludes.length; ++i) {
    mexr.addClassFilter(excludes[i]);
    mexr.setSuspendPolicy(EventRequest.SUSPEND_NONE);
    mexr.enable();

    The program under test is throwing exceptions. Your code catches these exceptions and prints out
    Exception:::.................
    You should change your code to print out the kind of exception and the stack trace associated with the exception to see where it is coming from (ie, the call stack for the loadClass method that is throwing the exception.
    Note that you are getting both caught and uncaught exceptions. You will probably find that these exceptions are part of the normal class loading process, and that they are caught and handled by the class loader. You can change your code to not request caught exceptions if you don't want to get these.

  • Hello I have a problem in calculating the apple id Can you help me please   I forgot answer security questions for your account How can knowledge Please help Please reply as soon as possible   I can not buy from camels Store And the rest of the account ba

    Hello
    I have a problem in calculating the apple id Can you help me please
    I forgot answer security questions for your account How can knowledge
    Please help
    Please reply as soon as possible
    I can not buy from camels Store
    And the rest of the account balance  $25
    Message was edited by: lingo azam

    I think you mean App Store.
    Rescue email address and how to reset Apple ID security questions

  • MY TOSHIBA SATELITE A665 - S6050 IS DRIVING ME NUTS! PLEASE REPLY

    THIS IS THE SECOND TIME IM POSTING THIS. PLEASE REPLY . Hi I am a very frustrated 16 year old boy on the verge of pullling out my hair. this is my problem. My grandpa bought this patop last year march , he passed it down to me in may cause hes not much of a tech person, now ever since he gave me this laptop i noticed problems. in the beginning, anytime you move the laptop slighty or pick it up , if theres any audio activity going on , it will stuttter in sync with the vibration of the laptop. i thought it was the harman kardon speakers but till today im still unsure. then came the problem of my ear jack slowly starting to give up . no ear phone plug or headset plug was able to fit in fully and play complete audio, it would only play quarter or halfway in.but i overlooked these problems cause i had a usb speaker and hey, it was a heck of a laptop , then during summer when i travelled to england , the battery pack just all of a sudden got spoiled and it could "no longer hold a full charge" it could only last for little over an hour thirty minutes.so i bought a new battery pack. no problem uh? lets go on . i had a few games on my previous acer aspire one a0522 and since this new laptop had a core i3 processor that prettty much packed a punch i installed most of the games here cause i am a game freak. the games were : fifa 11 , 13 , 14 , pes 2009 2012 2013 2014 , tom clancy's splinter cell conviction , nfs : carbon , hot pursuit , need for speed both new and old ones , call of duty 4 mw , call of duty black ops II , battle field 2142 battlefield 2 , cod mw 2 burnout etc . all the games were running fine varying from low - high quality settings because of the limited vram 64 mb on the intel hd 3000. i also had photoshops cs5 and 6 . now when i resumed school  everything was how it was, sound stuttering ear jack failing , now a new problem arose , whenever the computer gets a slight hit/bang to thr body , the screen goes black and it would either turn off or restart . i didnt understand this so i decided to remove some startups from ms config and all , i left the important things though like the windows 7 common user bla bla things , and the intel start up drivers as well as the realtek hd audio manager . eventually the problem got worse , when i was using it at times the computer would randomly just shutdown and sometimes it would not come on for hours to almost a day (whever i put it on the screen is just black and the hdd light does not light up) and sometimes it will come on immediately i press the power button . so i was obviously frustrated but managing with the laptop . so eventually the problem got so bad that whenever the computer started up and i ran a program , immediately the fan kicked into full speed , 5 seconds after the thing would just go off on its own , regardless of what program it was , i finally had enough and took it in for repairs . they serviced it and brought it back , everything was fine for one week then the problem started again , everything came back . so this time i went with the laptop for repairs myself and they told me the cpu was the problem that it needed replacement , another shop told me it was the cpu mother board and fan that had problems . so i dont know who to believe. BUT HERE IS A PECULIAR THING. when  i run the laptop on one core (disabled multi core processing in bios) of course the cpu isnt running at full capacity but on that one core it runs for hours fine without shutting down , but it makes some games slow cause not all cores are in use .so i decided to re enable multi core processing and did this : whenever i start a program i immediately go into my task manager and set the affinity of any running programs to one core only (usually cpu 0 in windows 7) then set the affinity of the program i just launched myself to either cpu's 1 ,2 or 3 NOW THIS PROCESS IS WORKING FOR ME SO FAR but i dont know how long it would last and when i run games like fifa 13 o=with this process it plays fine but sometimes it quits in match and there is constant audio lag , but most other games run fine . i downloaded hot cpu tester pro and did the ram test , everything was fine , benchmark test , everything up to standards , but when i did the cpu test (where the test utilises the cpu to a 100% and i know it does cause i can see the cpu usage in the status bar in tassk manger) when the test goes into 15 seconds the laptop goes off again like it used to . so my conclusion is my cpu is the problem but i am still not sure so i am posting this . please help guys. thanks i have done the full system recovery process 3 times but all the problems remain. i am in africa and have limited resources please help.
    specs 
    satelite a665 - 26050
    intel core i3 350 m 2.27ghz
    ram 4 gig 3.80 usable
    64 bit windows 7 home premium 
    intel hd 3000
    downloaded lates bios update from toshiba site here (problems were here before i updated bios , bios update didnt fix anything)
    intel hd 3000 driver - 8.15.1993 - 2010

    Probably this one. 
    Satellite A665-S6050 (PSAW0U-01100G)
    -Jerry

  • HOW CAN I TRANSFER PHOTOS FROM MY IPOD TOUCH TO MY PC BUT THESE PHOTOS ARE NOT IN THE SAVED POTHOS FOLDER. THEY ARE IN SEPARATE AND DIFFERENT FOLDERS THAT MY DAUGTHER SAVED FROM HER PC. IS THERE ANY FREE WAY TO DO IT. PLEASE REPLY TO JUMACAVA07@HOTMAIL.

    HOW CAN I TRANSFER PHOTOS FROM MY IPOD TOUCH TO MY PC BUT THESE PHOTOS ARE NOT IN THE SAVED POTHOS FOLDER. THEY ARE IN SEPARATE AND DIFFERENT FOLDERS THAT MY DAUGTHER SAVED FROM HER PC. IS THERE ANY FREE WAY TO DO IT. PLEASE REPLY TO JUMACAVA07@HOTMAIL.
    THANKS

    If you need to Transfer photos from iPod to PC,I have a method for your reference,I suggest you use iStonsoft iPod to Mac Transfer software to copy photos from iPod to Mac,a professional software,Not only can you quickly Copy pictures from iPod to Computer,but also can save a lot of trouble and time
    [B]Follow these steps to Transfer photos from iPod to Mac[/B]
    Step 1. Download and run the iStonsoft iPod to Mac Transfer software on your Mac computer
    Step 2. Connect iPhone with Mac
    Step 3. Hit "Photos" to scan photos from iPod to Mac
    Step 4. Click "Photos" button to transfer photos from iPod to Mac
    Step 5. Wait a while,you will success Transfer these photos from iPod to Mac
    How to Transfer/Copy Photos/Pictures from iPod to Mac computer

  • I would like to send pics from my windows computer to my iPhone using bluetooth. I had it paired but somehow it cannot the download the software and is asking to usa a disk instead. Where or how can I download the software available for that, please reply

    I would like to send pics from my windows computer to my iPhone using bluetooth. I had it paired but somehow it cannot the download the software and is asking me to usa a disk instead. Where or how can I download the software available for that, please reply... thaks. (",)

    Bluetooth file transfer has never been supported with iOS devices.

  • Explain exactly how to get video on my ipod PLEASE REPLY

    yea ive been trying to figure it out but im really bad with computers so i bsaically have no idea what to do and also i have a another question.... now since the new itrips go into ur dock connector how am i supposed to charge it in the car. PLEASE REPLY because im starting to think if i should just give this one back and get my photo back

    For video, since you're on Windows, you're going to want to look at using Videora iPod Convertor.
    To use Videora iPod Convertor to convert movies for use on your iPod, consult these helpful links:
    To get started: Videora iPod Convertor Guide
    If you have questions: Videora iPod Convertor Frequently Asked Questions
    If you have more questions, post them here: Videora iPod Convertor Forum
    Note that Videora iPod Convertor is a 3rd party program. If you need help with it, post your question there.

Maybe you are looking for

  • Buying from iTUnes store from outside of US

    Hello, The Itunes store license agreement has the following statement: U.S. SALES ONLY Purchases or rentals (as applicable) from the iTunes Store are available to you only in the United States, its territories, and possessions, and are not available

  • Serious Bugs in LabVIEW 2011

    Dear Sir or Madam, I have been working with LabVIEW for 10 years. recently I have istalled the last version (LabVIEW 2011) and encountered some fundamental Bugs as bellow: 1-when I want to close LabVIEW 2011 Platform,it taks about 3 sec time to be cl

  • How to start/stop network sharing??

    I would like to know how to start my mac as a server, and how to stop it from being seen by someone else in the network. I recently used a colleague's machine, and to my surprise, I was able to see my computer in the network as a server, i could acce

  • Hi, I get the error OLE error code 0x80040154

    OLE error code 0x80040154. Class is not registered.  OLE Object is being ignored Record number 24. I get this error when i run a form which has a table with data ,DLL and happen just sometimes.

  • How can I watch the save password in iPad3 safari ?

    Hello all my apple friends. Please tell me how can I watch the save passwords in my iPad 3 safari. I save my password in safari but I want to know how can I watch this password . Please suggest me .....