LINUX JSP  problem, HELP !!!

          We are running Weblogic 5.1 with Service pack 5 on LINUX
          and are getting the following error , when trying to run the
          JSP which was working on Weblogic 5.1 on NT !
          Mon Oct 02 12:04:18 EDT 2000:<I> <ServletContext-General> Generated java file: /usr/local/weblogic/myserver/vivecaservlets/jsp_servlet/_viveca/_login.java
          Mon Oct 02 12:04:19 EDT 2000:<E> <ServletContext-General> Compilation of /usr/local/weblogic/myserver/vivecaservlets/jsp_servlet/_viveca/_login.java failed: /usr/local/weblogic/myserver/vivecaservlets/jsp_servlet/_viveca/_login.java:92: Wrong number of arguments in constructor.
          throw new ServletException("Caught Exception on JSP: " + getClass().getName(), __ee);
          ^
          1 error
          java.io.IOException: Compiler failed executable.exec([Ljava.lang.String;[/usr/local/jdk1.2.2/bin/javac, -classpath, /usr/local/jdk1.2.2/jre/lib/rt.jar:/usr/local/jdk1.2.2/jre/lib/i18n.    :./lib/weblogic510sp5boot.jar:./classes/boot:./eval/cloudscape/lib/cloudscape.jar:./lib/weblogic510sp5.jar:./classes:./license:./lib/weblogicaux.jar:./myserver/serverclasses:/home/weblogic/testbed:/usr/local/weblogic/myserver/tmp_deployments/ejbjar8364.jar:/usr/local/weblogic/myserver/tmp_deployments/ejbjar8365.jar:/usr/local/weblogic/myserver/tmp_deployments/ejbjar8366.jar:/usr/local/weblogic/classes/com/viveca/cps/uicontroller;/usr/local/weblogic/myserver/servletclasses:/usr/local/weblogic/myserver/vivecaservlets, -d, /usr/local/weblogic/myserver/vivecaservlets, /usr/local/weblogic/myserver/vivecaservlets/jsp_servlet/_viveca/_login.java])
          at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java, Compiled Code)
          at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java, Compiled Code)
          at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:293)
          at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:173)
          at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java, Compiled Code)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java, Compiled Code)
          at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:760)
          at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java, Compiled Code)
          at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java, Compiled Code)
          at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java, Compiled Code)
          at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java, Compiled Code)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
          amitiés,
          Gaurav
          

          I knew that we had a problem with the Classpath
          (ServletException(param1,param2) not compiling !!! )
          But i tried changing all the classpath
          a) The SHELL's classpath
          b) The weblogic and java classpath for the startWeblogic.sh
          script
          but it still does not compile ! Any Ideas !!!
          amitiés,
          Gaurav.
          "Cameron Purdy" <[email protected]> wrote:
          >The classpath contains SerlvetException.class (perhaps in a .JAR) that is
          >the wrong version.
          >
          >--
          >
          >Cameron Purdy
          >[email protected]
          >http://www.tangosol.com
          >WebLogic Consulting Available
          >
          >
          >"Gaurav Bora" <[email protected]> wrote in message
          >news:[email protected]...
          >>
          >> We are running Weblogic 5.1 with Service pack 5 on LINUX
          >> and are getting the following error , when trying to run the
          >> JSP which was working on Weblogic 5.1 on NT !
          >>
          >>
          >> Mon Oct 02 12:04:18 EDT 2000:<I> <ServletContext-General> Generated java
          >file:
          >/usr/local/weblogic/myserver/vivecaservlets/jsp_servlet/_viveca/_login.java
          >> Mon Oct 02 12:04:19 EDT 2000:<E> <ServletContext-General> Compilation of
          >/usr/local/weblogic/myserver/vivecaservlets/jsp_servlet/_viveca/_login.java
          >failed:
          >/usr/local/weblogic/myserver/vivecaservlets/jsp_servlet/_viveca/_login.java:
          >92: Wrong number of arguments in constructor.
          >> throw new ServletException("Caught Exception on JSP: " +
          >getClass().getName(), __ee);
          >> ^
          >> 1 error
          >>
          >> java.io.IOException: Compiler failed
          >executable.exec([Ljava.lang.String;[/usr/local/jdk1.2.2/bin/javac, -classpat
          >h, /usr/local/jdk1.2.2/jre/lib/rt.jar:/usr/local/jdk1.2.2/jre/lib/i18n.
          >:./lib/weblogic510sp5boot.jar:./classes/boot:./eval/cloudscape/lib/cloudscap
          >e.jar:./lib/weblogic510sp5.jar:./classes:./license:./lib/weblogicaux.jar:./m
          >yserver/serverclasses:/home/weblogic/testbed:/usr/local/weblogic/myserver/tm
          >p_deployments/ejbjar8364.jar:/usr/local/weblogic/myserver/tmp_deployments/ej
          >bjar8365.jar:/usr/local/weblogic/myserver/tmp_deployments/ejbjar8366.jar:/us
          >r/local/weblogic/classes/com/viveca/cps/uicontroller;/usr/local/weblogic/mys
          >erver/servletclasses:/usr/local/weblogic/myserver/vivecaservlets, -d,
          >/usr/local/weblogic/myserver/vivecaservlets,
          >/usr/local/weblogic/myserver/vivecaservlets/jsp_servlet/_viveca/_login.java]
          >)
          >> at
          >weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
          >a, Compiled Code)
          >> at
          >weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java,
          >Compiled Code)
          >> at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:293)
          >> at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:173)
          >> at
          >weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java,
          >Compiled Code)
          >> at
          >weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
          >, Compiled Code)
          >> at
          >weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
          >l.java:760)
          >> at
          >weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
          >l.java, Compiled Code)
          >> at
          >weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
          >Manager.java, Compiled Code)
          >> at
          >weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
          >Compiled Code)
          >> at
          >weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java, Compiled
          >Code)
          >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
          >Code)
          >>
          >> amitiés,
          >> Gaurav
          >>
          >
          >
          

Similar Messages

  • SIMPLE JSP PROBLEM- HELP

    I have a jsp with which is created dynamically from a java class, now as I m navigating around I have few other pages with back button, now everytime I try the back button, the browser or my own, it keeps saying session timeout, and referesh the page. this is my back button.
    input type="button" value="Back" onClick="history.go(-1)" class="unnamed1">
    any ideas why this is happening? I just a little note it happens sometimes and other time its fine.

    Sorry just making some changes to the post: I get Warning: Page has Expired , I need to referesh the page. when i press refresh i get the page back i get the page back> the pages is created from a drop downlist which produced more then one page of result if the user goes to 2nd page and presses the back button to come to the orginal page that when I get the warning.

  • My daughter has just bought me an iPad 2 from Dubai and set it all up for me but unfortunately the iMessage function doesn't seem to work. We keep getting messages,when trying to activate it, that there is a network connection problem - help!

    My daughter has just bought me an iPad 2 from Dubai and set it all up for me but unfortunately the iMessage function doesn't seem to work. We keep getting messages,when trying to activate it, that there is a network connection problem - help!

    Thank you both for your responses but my daughter was reassured by the salesman in the iStyle store (official Apple store in the UAE) that iMessages would work but conceded that FaceTime wouldn't. My iTunes account is registered in the uk and my daughter's iPhone has iMessages even though she bought it (and uses it) in Dubai. Can anyone else throw any light on this?

  • I couldn't log into my apple account on my iPad, then i couldn't unlock it resulting in it being disabled, however it's the same as my iPhones password, I then called apple, i was hung up on twice and they said it will cost £70 to fix THEIR problem, help?

    I couldn't log into my apple account on my iPad, then i couldn't unlock it resulting in it being disabled, however it's the same as my iPhones password, I then called apple, i was hung up on twice and they said it will cost £70 to fix THEIR problem, help?

    If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup).
    If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present.
    You may have to force iPad/iPod into Recovery Mode
    http://support.apple.com/kb/ht4097

  • IPad syncing problem - HELP!

    iPad sync problem - HELP!  I keep getting this message "...cannot be synced because there is not enough free space to hold all of the items in the iTunes library (additional ...space needed)"  and yet I seem to have plenty of space on the iPad.  This just started today.  I even tried deleting some things to make even more room, but it didn't help.  Any ideas??? 
    I was thinking of restoring, but I've never done it...  should I? 
    thank you!

    Hello florafromnv,
    Welcome to Apple Support Communities.
    The following article addresses how to resolve the issues related to this message:
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/TS1503
    Regards,
    Jeff D.

  • MOVED: KT333 Ultra; fuzzy logic, 1.6xp overclocking problem help !!!!!

    This topic has been moved to Overclockers & Modding Corner.
    KT333 Ultra; fuzzy logic, 1.6xp overclocking problem help !!!!!

    Not that I am an expert o/c but here are some thoughts on the matter.
    My comments are based on my experiences of the KT3 Ultra2 which is basically the same as the Ultra version.
    This mobo does not have the ability to lock the PCI/AGP bus freely from the FSB. However, it does have dividers. At 133 a 1/4 divider kicks in. Above 152FSB the 1/5 divider works, so that at 166 the PCI & AGP buses will be back in sync. If you are o/c your cpu, don't go from 133 to 145, etc since you will be running the PCI/AGP buses further out of whack. Just go to either the mid 150's or to 166 in one jump. The other problem / issue relates to your cpu. From what you say you have one of the old Palominos which are not great o/c's. I would personally o/c your cpu from the BIOS rather than 'Fluffy Logic' which I would tend to stay away from. 
    With a 166FSB cpu a very stable o/c would be 175-177 beyond 180 gets decidedly tricky.
    Hope this helps

  • Itunes keeps closing as soon as i open it and states 'windows has detected a problem' HELP!!!!

    Help!! Itunes keeps closing straight away and message states 'windows has detected a problem' HELP ASAP PLEASE!!!!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you've already tried a complete uninstall and reinstall try opening iTunes in safe mode (hold down CTRL+SHIFT as you start iTunes) then going to Edit > Preferences > Store and turning off Show iTunes in the Cloud purchases. You may find iTunes will now start normally.
    tt2

  • Best way to create, modify, XML with JSP ?  HELP

    Hi friends,
    As i am new to XML,
    I know there are two APIs used for XML processing, i want to know as a begineer level, which API
    is easy and good to implement XML with JSP.
    1) SAX
    2) DOM
    i want to make a log file in XML, so on web page it will be displayed on HTML form through XSL.
    Since there is good tutorial on http://www.w3schools.com/dom
    but i think its HTML dom
    I want XML procession through JAVA CODE , what should i use ? and give some good tutorials on XML DOM
    that is used with JAVA / JSP.
    HELP.
    Edited by: Ghanshyam on Sep 19, 2007 3:24 PM

    Well what i think is you gonna checkout with your requirements before implementing any of the popular XML parsing mechnisms.
    If you are intrested in faster processing @sacrifising a gud amount of your Memory,DOM is the one which you are looking for.
    If you are instrested in Managing your memory and but if you are ok with sacrifising speed SAX is the best solution.it works on what is called a push technology.
    and if you think either way you might have to look towards a pull parser which is StAX (Streaming API for XML Parsing)
    it'd be a gr8 idea if you can go through the below article which explians about each of the parsing mechanisms
    http://www.stylusstudio.com/xml/parser.html#*
    coming back to helpful resources as far java is concern checkout the below link which might be of some help.
    and the main thing is that all of these parser there is a defined specification you might find implementations of different vendors on this.
    eg:Sun Provides one with JDK itself,same as IBM provides one,oracle does the same & so on...
    your first task would be to focus on one such implementation which can cater your requirements.
    DOM:*
    Basic Parsing Objects / Interfaces Involved while DOM parsing:
    http://www.w3.org/TR/DOM-Level-2-Core/java-binding.html
    Breif Overview & few important API details:
    http://www.developerlife.com/domintro/default.htm
    Simple Example:
    http://www.brics.dk/~amoeller/XML/programming/domexample.html
    Others:
    http://www.roseindia.net/xml/dom/
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXPDOM.html#wp79994
    http://java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/dom/1_read.html
    SAX:*
    http://www.javacommerce.com/displaypage.jsp?name=saxparser1.sql&id=18232
    http://java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/sax/index.htm
    http://java.sun.com/developer/Books/xmljava/ch03.pdf
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXPSAX.html#wp69937
    http://www.onjava.com/pub/a/onjava/excerpt/java_xslt_ch5/index.html?page=6
    StAX:*
    http://java.sun.com/webservices/docs/1.6/tutorial/doc/SJSXP2.html
    http://javaboutique.internet.com/tutorials/stax/
    http://today.java.net/pub/a/today/2006/07/20/introduction-to-stax.html
    Hope this might be of some help :)
    REGARDS,
    RaHuL
    http://weblogs.java.net/blog/spericas/archive/2006/04/sun_stax_parser.html

  • I have installed photoshop elements 12. when I try use the editing features it said that i must login to Adobe to register the product. but each time i try to it said there is a problem. help the problem stated that the internet is not connected, but that

    i have installed photoshop elements 12.
    when I try use the editing features it said that i must login to Adobe to register the product.
    but each time i try to it said there is a problem.
    help
    the problem stated that the internet is not connected, but that is not the case.

    I had the same issue and I'm running Windows 7.  Tried working with technical support for several hours but they were no help.  They just had me doing the same things over and over, offering no real answers.  I finally got fed up and have decided to return my product for a full refund.

  • I can't install the itunes to my windows 7 X86 APPCRASH problem, help me guys

    i can't install the itunes to my windows 7 X86 APPCRASH problem, help me guys??  i don't know what to do..

    Why are you unable to install the iPod Updater? Are you getting an error message? Please be specific.
    Cheers!
    -Bryan

  • Camera (focus) problem - help?

    Duplicate post, please see: Camera (focus) problem - help?
    Message was edited by: Admin Moderator

    Warranty is valid only in country of original purchase. You have to return
    the iPhone to the US for evaluation. Either you return it personally or send
    it to a friend/relative/co-worker in the US to take into Apple. Apple will not
    accept international shipments for evaluation nor will Apple ship out of the
    country after repair/replacement.
    Have you tried the standard trouble shooting steps: restart, restore, restore
    as new iPhone?

  • After update iPhone4 to iOS6, its stuck, showing only USB to iTunes on the screen. What to do, how to solve problem, help

    after update iPhone4 to iOS6, its stuck, showing only USB to iTunes on the screen. What to do, how to solve problem, help 

    Connect your phone to iTunes on your computer like the diagram has indicated and restore the phone

  • Problem with String in JSP! Help Me

    Hi all,
    i spent my whole day with this error. How can i solve it. I am trying to convert a string array to Integer array. The program is taking all the select input from the previous JSP page and then converting them into integer array for storing to database. i am catching them as request.getParameterValues(); but i found out that if i select 4 item from the menu it is storing in 8 array cells and the format is if you select 1 2 3 4 the it stores [1 null 2 null 3 null 4 null] i guessed that those are null values. so i have tried to select only 1 2 3 4 from the array and it is showing number format error on tomcat. here is the code guys. Please i am tired of it please help me. Thanks. SORRY I TRIED TO SEPARATE THE CODE BUT IT SEEMS LIKE THERE ARE SOME PROBLEM IN THE FORUM SETTINGS. so the code is:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <%@page import="java.io.*"%>
    <%@page import="java.sql.*"%>
    <%@page import="java.lang.String.*"%>
    <%@page import="java.lang.Character.*"%>
    <%@page import="java.util.*"%>
    <%@page import="java.text.*"%>
    <HTML>
    <HEAD>
    <TITLE> HR ADVANTAGE TIMESHEET </TITLE>
    </HEAD>
    <BODY>
    <%
    String emplno = request.getParameter("emplno");
    String date = request.getParameter("date");
    String proposal = request.getParameter("proposals");
    String network1 = request.getParameter("network");
    String suppassociates = request.getParameter("suppasso");
    String intmngt = request.getParameter("intmgt");
    String client[] = request.getParameterValues("client");
    String client1= request.getParameter("client1");
    String clientunit[] = request.getParameterValues("clientunit");
    String clientunit1=request.getParameter("clientunit1");
    boolean bool=true;
    int staffid = Integer.parseInt(emplno);
    int len=0;
    len=client.length;
    //String[] check_client = new String[len];
    //check_client=client;
    //int check_length=0;
    //check_length=check_client.length;
    //int unitlength=0;
    //unitlength=clientunit.length;
    int arr_length=0;
    arr_length=len-(len/2);
    int[] array = new int[arr_length];
    int j=0;
    j=arr_length;
    for (int i=0; i<len-1; i++)
    bool=true;
    if(client=="\0")
    bool=false;
         if(bool==true)
         array[arr_length-j]=Integer.parseInt(client[i]);
              j=j-1;
              if(j==0)
              break;
    %>
    </BODY>
    </HTML>
    The error is:
    org.apache.jasper.JasperException: For input string: ""
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:367)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    root cause
    java.lang.NumberFormatException: For input string: ""
         java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         java.lang.Integer.parseInt(Integer.java:489)
         java.lang.Integer.parseInt(Integer.java:518)
         org.apache.jsp.store_jsp._jspService(store_jsp.java:107)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:320)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    what are you trying to test with client [ i ] == "\0"
    You sure you dont need to test against null ?

  • Help ! ! !Oracle 8.1.7, Linux, JDBC problem

    We have been troubleshooting a problem with our recently installed Linux (mandrake 8.0) Oracle DB Server. Everything seems to run fine, except JDBC connections. Whenever we connect to the server with one of our Java applications, JSP, Servlet, etc... the first time it works, then all other java apps get:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    ... also, our connect strings are correct... seems to be a problem with the listener...
    this only happens on the linux server and not solaris.
    Here is the listener.ora file
    # LISTENER.ORA Network Configuration File: /disk1/OraHome1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = warf))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 216.174.11.57)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /disk1/OraHome1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = warf.world)
    (ORACLE_HOME = /disk1/OraHome1)
    (SID_NAME = warf)
    )

    Also,
    If I stop the listener and restart it... it works, but only for the first JDBC connection... ODBC seems uneffected.

  • Urgent deadline - Please help - Linux serialization problem

    Hi -
    I have a presentation on Wednesday morning of my program for my dissertation. I developed the whole thing in windows - it all works great... but the demo is on a Linux machine. Fortunately I tested today in Linux. I have a real problem. I want to save out a class instance. This code works fine in Windows:
                        String project_name = f.getAbsolutePath() + "/" + directory_name + ".oll";
                        ObjectOutputStream out = new ObjectOutputStream(new FileOutputStream(project_name));
                        out.writeObject(mainCanvas);
                        out.flush();
                        out.close();The problem is that in Linux I just don't get anything saved. There is nothing there at all. No file is saved. I cannot work this out and am in a panic. Any help really appreciated.
    Olly

    Hi ,
    Please try to add this code to u'r prg.
    private void writeFile(String s, String s1)
    throws IOException
    Object obj = null;
    FileWriter filewriter = null;
    BufferedWriter bufferedwriter = null;
    if(sfmsDebug)
    System.out.println("Before Writing Received Messages To a File.");
    String s2 = System.getProperty("file.separator");
    if(System.getProperty("os.name").toUpperCase().indexOf("WIN") !=
    -1)
    File file = new File("c:" + s2 + s1);
    boolean flag = file.createNewFile();
    filewriter = new FileWriter("c:" + s2 + s1, true);
    bufferedwriter = new BufferedWriter(filewriter);
    } else
    File file1 = new File("/home/usr2/barcwas1" + s2 + s1);
    boolean flag1 = file1.createNewFile();
    filewriter = new FileWriter("/home/usr2/barcwas1" + s2 + s1, true);
    bufferedwriter = new BufferedWriter(filewriter);
    bufferedwriter.write(s, 0, s.length());
    bufferedwriter.write("\r\n");
    bufferedwriter.close();
    filewriter.close();
    if(sfmsDebug)
    System.out.println("After Writing Received Messages To a File.");
    }

Maybe you are looking for

  • Preparation of AS IS and TO BE Documents for the MM Related Areas

    Hi All, Can you please help me in preparation of AS IS and TO BE Documents for the MM Related Areas. Thanks in advance. Unmesh

  • Belle Refresh Update for E6

    I just saw the update available on my E6. Downloaded and said yes to install it. The phone shuts down to restart, but doesnt restart. A white screen is flickering and keeps flickering...nothing happens...i closed the phone using the power button and

  • Event handling with buttons and mouse

    Hi, Im a beginner in Java...!!! I have 4 buttons with me- 2 for color(red,blue) and 2 for size(big,small).. How do we divide the frame into 2 panels..one for Buttons and Other for Mouse events... Now,if I click on RED button and BIG button..and later

  • Inbound XML file into ECC6 .. is middleware required?

    Hi We are running SAP ECC6 and do not have SAP XI. An external system needs us to send an outbound WMTORD in XML format. We have configured the XML port and succesfully got an xmla file out of the system. The external system will return a WMSUMO idox

  • New iPhone question

    Hey everyone one of my employees got a Jew iPhone and he had me look at it since I have one and what's weird is right next to his battery sign there's a phone symbol with like the key pad under it, is that normal cause I don't have that