Plz solve this simple problem.

here is my program code:
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import javax.swing.*;
public class Coordinate extends JApplet implements ActionListener {
private JLabel lb1, lb2;
private JTextField ta1, ta2;
private String name;
//Initialize the applet
public void init() {
Container ct = getContentPane();
ct.setLayout(new FlowLayout());
lb1 = new JLabel("Enter your name");
ct.add(lb1);
ta1 = new JTextField(10);
ct.add(ta1);
public void actionPerformed(ActionEvent e) {
name = e.getActionCommand();
public void paint(Graphics g) {
super.paint(g);
g.drawString(name, 100, 80);
It execute correctly. Enter a name in JTextField and display by paint method. Hope u understand it. So, my quest is why the name cant display inside paint method. Any extra step to do? Help!! Thank you.

When you post code, please post it between [code] and [/code] tags (you can use the "code" button on the message posting screen). It makes your code much easier to read and prevents accidental markup from the forum software.
[code]class Example {
    // your code goes here
[/code]

Similar Messages

  • Help to solve this simple problem- please

    Hi !
    Is there any method to resolve this problem.
    In my db there are 2 tables called Employee and Insurance. There fields as follows.
    Employee(empno,name,age,address,phone)
    Insurance(empno,insurName,insurCompany)
    Now I want to do this.In my HTML form,there are textboxes to input all of these data.
    Eg: empno,name,age,address,phone,insurName,insurCompany (All of these enter into 1 form)
    Now my problem is, how to save these data into the 2 seperate tables by using PreparedStatement.See am I right?
    INSERT INTO Employee,Insurance VALUES (?,?,?,?,?,?,?);
    Is it right? I'am confusing about these para's, because how can I tell to insert that first para (empno) into 2 tables.
    I using Java2 SDK,JSP,TOMCAT with MySQL db for this.
    Please anyone can answer this, help me.

    No, you need one INSERT statement for each table.

  • I changed everything and i signed out then i sign in again but still my. apple id is disabled plz solve this problem!!!!!????

    I changed everything and i signed out then i sign in again but
    still my. apple id is disabled plz solve this problem!!!!!????

    Hello jek28,
    Thanks for using Apple Support Communities.
    If you're getting the message that your Apple ID has been disabled for security reasons, then please follow the directions in the article below to resolve the issue.
    If your Apple ID has been locked - Apple Support
    Have a good one,
    Alex H.

  • How can i solve this replication problem between TT and ORACLE

    Hi
    I have an application that using AWT cashgroup implement the replication between TT (7.0.6.7) and ORACLE(10g);
    but i encounter this problem:
    16:16:50.01 Err : REP: 2302682: ABM_BAL_WH:meta.c(4588): TT5259: Failed to store Awt runtime information for datastore /abm_wh/abm_bal_ttdata/abm_bal_wh on Oracle.
    16:16:50.02 Err : REP: 2302682: ABM_BAL_WH:meta.c(4588): TT5107: TT5107: Oracle(OCI) error in OCIStmtExecute(): ORA-08177: can't serialize access for this transaction rc = -1 -- file "bdbStmt.c", lineno 3726, procedure "ttBDbStmtExecute()"
    16:16:50.02 Err : REP: 2302682: ABM_BAL_WH:receiver.c(5612): TT16187: Transaction 1316077016/357692526; Error: transient 0, permanent 1
    the isolation level of my date store is read-committed ,and the sys.ODBC.INI file is also set Isolation=1(readcommitted mode)
    so ,I still wonder how the error ORA-08177!
    how can i solve this replication problem?
    thank you.

    I suspect this is failing on an UPDATE to the tt_03_reppeers table on Oracle. I would guess the TT repagent has to temporarily use serializable isolation when updating this table. Do you have any other datastores with AWT cachegroups propagating into the same Oracle database? Or can you identify if some other process is preventing the repagent from using serializable isolation? If you google ORA-08177 there seem to be ways out there to narrow down what's causing the contention.

  • I had one error plz solve this

    hi when i am useing this code i am getting one error like
    like : when ur using addition of for all entries
    the objid must be it_hrp1000-objid have same length and type
    plz solve this what can i do
    TYPES :BEGIN OF ST_OUTPUT,
            COUNT TYPE STRING,
           OTYPE TYPE HRP1000-OTYPE,
            OBJID TYPE HRP1001-SOBID,
            STEXT TYPE HRP1000-STEXT,
            BDATE TYPE HRP1000-BEGDA,
            EDATE TYPE HRP1000-ENDDA,
            CANCRT TYPE T77CRT-CANCRT,
            AEDTM TYPE HRP1026-AEDTM,
            NCONT TYPE HRP1026-NCONT,
            LOCTX TYPE HRVPVA-LOCTX,
            UNAME TYPE HRP1026-UNAME,
           END OF ST_OUTPUT.
    TYPES: BEGIN OF ST_HRP1000,
            OTYPE TYPE HRP1000-OTYPE,
            BEGDA TYPE HRP1000-BEGDA,
            ENDDA TYPE HRP1000-ENDDA,
            OBJID TYPE HRP1001-SOBID,
           END OF ST_HRP1000.
    TYPES : BEGIN OF ST_HRP1001,
             OTYPE TYPE HRP1000-OTYPE,
            OBJID TYPE HRP1001-SOBID,
             SCLAS TYPE HRP1001-SCLAS,
             SOBID TYPE HRP1001-SOBID,
             BDATE TYPE HRP1000-BEGDA,
             EDATE TYPE HRP1000-ENDDA,
            END OF ST_HRP1001.
    TYPES : BEGIN OF ST_HRP1026,
             AEDTM TYPE HRP1026-AEDTM,
             UNAME TYPE HRP1026-UNAME,
             REASN TYPE HRP1026-REASN,
             DELET TYPE HRP1026-DELET,
             NCONT TYPE HRP1026-NCONT,
            END OF ST_HRP1026.
    TYPES : BEGIN OF ST_REASON,
             CANCR TYPE HRP1026-CANCR,
             CANCRT TYPE T77CRT-CANCRT,
            END OF ST_REASON.
    DATA : IT_REASON TYPE STANDARD TABLE OF ST_REASON.
    DATA : WA_RESON TYPE ST_REASON.
    DATA : IT_OUTPUT TYPE STANDARD TABLE OF ST_OUTPUT.               "OUTPUT FEILDS OF REPORT.
    DATA : WA_OUTPUT TYPE ST_OUTPUT.
    DATA : IT_HRP1000 TYPE STANDARD TABLE OF ST_HRP1000.             "DATA FROM HRP1000 TABLE
    DATA : WA_HRP1000 TYPE ST_HRP1000.
    DATA : IT_HRP1001 TYPE STANDARD TABLE OF ST_HRP1001.             "DATA FROM HRP1001 TABLE
    DATA : WA_HRP1001 TYPE ST_HRP1001.
    DATA : IT_HRP1026 TYPE STANDARD TABLE OF ST_HRP1026.              "DATA FROM HRP1026 TABLE
    DATA : WA_HRP1026 TYPE ST_HRP1026.
    DATA: WS_FCAT    TYPE SLIS_FIELDCAT_ALV .                         " FEILDCATALOG FOR ALV REPORT
    DATA: IN_FCAT    TYPE SLIS_T_FIELDCAT_ALV.
    DATA: W_LAYOUT   TYPE SLIS_LAYOUT_ALV.
    DATA : LV_COUNT TYPE I.                                           "FEILD FOR SERIAL NUMBER
      DATA :   JOBJID LIKE HRP1000-OBJID,
               JSOBID LIKE HRP1001-SOBID.
    ***************************END OF DATA DECLARATION******************************************
    ***********SELECTION SCREEN DESIGN***********************
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS : OTYPE LIKE HRP1000-OTYPE.
    SELECT-OPTIONS: DATE FOR SY-DATUM.
    SELECTION-SCREEN END OF BLOCK B1.
    **********END OF SELECTION SCREEN DESIGN*****************
    ****INITIALIZATION VENT TO ASIGN DEFAULT VALUES TO OTYPE
    INITIALIZATION.
    OTYPE = 'D'.
    *************END OF EVENT INITIALIZATION*****************
    START-OF-SELECTION.
    SELECT OTYPE OBJID BEGDA ENDDA
           FROM HRP1000
           INTO TABLE IT_HRP1000
           WHERE OTYPE = 'D'.
             AND BEGDA GT BEGDAT AND ENDA LT ENDDA.
    SELECT SCLAS SOBID
          FROM HRP1001
          INTO TABLE IT_HRP1001
          FOR ALL ENTRIES IN IT_HRP1000
          WHERE OBJID = IT_HRP1000-OBJID
           AND OTYPE = 'D' AND ( SCLAS = 'E' OR SCLAS = 'ET' ).
    SELECT AEDAT UNAME
          FROM HRP1026
          INTO TABLE IT_HRP1026
          FOR ALL ENTRIES IN IT_HRP1001
          WHERE OBJID = IT_HRP1001-SOBID
           AND ( OTYPE = 'E' OR OTYPE = 'ET' )
           AND DELET = 'X'.

    Hi naresh,
    1. minor mistake
    2.
    TYPES: BEGIN OF ST_HRP1000,
    OTYPE TYPE HRP1000-OTYPE,
    BEGDA TYPE HRP1000-BEGDA,
    ENDDA TYPE HRP1000-ENDDA,
    <b>OBJID TYPE HRP1001-OBJID</b>,
    END OF ST_HRP1000.
    3. OBJID and SOBID are different in length, hence the error.
    4. Just correct the BOLD LINE, and check again.
       (also check if there is any impact on other sql statements or data)
    regards,
    amit m.

  • I want to buy poker chips from my iTunes account, but not do this when i want to buy that say"please contact iTunes support ti complete this transaction"for what is this i dunt understand this.plz solv this probleams.

    Hi,i'm Mizanur Rahman,i want to buy poker chips from my iTunes account, but not do this when i want to buy that say "please contact iTunes support ti complete this transaction" for what is this i dunt understand this.plz solv this probleams.but i parseas software from this account.so why not parseas poker chips? i have lote of blance in my account.so plz plz solve this provleams.
    <Personal Information Edited by Host>

    These are user-to-user forums, you are not talking to Apple here and they don't monitor these forums (I've asked the hosts to remove your email address from your post).
    You can contact iTunes support here and ask why you are getting the message and how to resolve it : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Since I upgraded to iOS 7.0.4 on my iPad 3, battery capacity has drained almost 10%/hour without any use of the device. Prior to the upgrade, the battery charge would hold during periods of inactivity. What can I do to solve this significant problem?

    Since I upgraded to iOS 7.0.4 on my iPad 3, my battery capacity has drained almost 10% per hour without any use of the device. Prior to the upgrade, the battery charge would hold during periods of inactivity. What can I do to solve this significant problem? Is there a way to uninstall iOS 7.0.4 and return to the previous version?

    Downgrading isn't supported.
    You can poke around in the settings. There's a lot of stuff defaulted to on that you may not need, such as notifications.
    You can also look into background app refresh and background app updates. They can be running in the background and drain your battery.

  • HT1725 Hi,i'm Mizanur Rahman,i want to buy poker chips from my iTunes account, but not do this when i want to buy that say "please contact iTunes support ti complete this transaction" for what is this i dunt understand this.plz solv this probleams

    Hi,i'm Mizanur Rahman,i want to buy poker chips from my iTunes account, but not do this when i want to buy that say "please contact iTunes support ti complete this transaction" for what is this i dunt understand this.plz solv this probleams.but i parseas software from this account.so why not parseas poker chips? i have lote of blance in my account.so plz plz solve this provleams.
    <Personal Information Edited by Host>
    iPhone 4, iOS 5.1.1

    You will need to do what it says, contact iTunes support. Click the Support tab above, then the Get Started link in the Contact Apple Support area and you'll be guided. We are all just fellow users here and so have no idea about the cause of the issue nor any ability to resolve it for you.
    Regards.

  • Pls i need help for this simple problem. i appreciate if somebody would share thier ideas..

    pls i need help for this simple problem of my palm os zire 72. pls share your ideas with me.... i tried to connect my palm os zire72 in my  desktop computer using my usb cable but i can't see it in my computer.. my palm has no problem and it works well. the only problem is that, my  desktop computer can't find my palm when i tried to connect it using usb cable. is thier any certain driver or installer needed for it so that i can view my files in my palm using the computer. where i can download its driver? is there somebody can help me for this problem? just email me pls at [email protected] i really accept any suggestions for this problem. thanks for your help...

    If you are using Windows Vista go to All Programs/Palm and click on the folder and select Hot Sync Manager and then try to sync with the USB cable. If you are using the Windows XP go to Start/Programs/Palm/Hot Sync Manager and then try to sync. If you don’t have the palm folder at all on your PC you have to install it. Here is the link http://kb.palm.com/wps/portal/kb/common/article/33219_en.html that version 4.2.1 will be working for your device Zire 72.

  • [nForce] Lets solve this 1394 problem once and for all.

        
    Hi guys,
    For the past 3months I have been trying to connect my Panasonic GS150 to my comuter in order to use Avid dvxpress pro. I have the problem of when I connect the camera to the computer, nothing happens. I also have this problem with my Ipod, however testing various different devices with the computer produces a strange outcome. Various different cameras work, xp pops up witha found new hardware device (like it should). Its very strange.
    I started to think it was my system. I changed my onboard firewire to a pci card, same solution. So then, i reinstalled windows, same outcome. So i bought a new motherboard nforce2 platinum and to my total amazment, same problem. If was after i had totally failed in finding the solution that i started to look elsewhere on the net for anyone who knows the answer. It seems to be a VIA firewire chipset problem. Every post of people who had similiar problems where looking for the answer but NOONE has solved it, ive come across about 1000 posts with no reply's. Its a problem that thousands have but not many people ever use ther're firewire ports so they dont they've got the problem.
    I really dont know what the problem is anymore, is it windows, is it certain 1394 devices, or is it the Via chipset. I havent a clue, so if anyone wants to attempt to solve this problem once and forall they will be the hero of about 3000 potential customers...
    Anyone?
    Jon.

    Yes thats correct.   Regardless of the hardware, and various 1394 devices are recognised. I've bought a 4pin to 4pin cable which i will test with different devices to see if they are consistent with a 6pin to 4pin cable, it may be a power issue. Not sure what chip on pci card, heres the info from website.
    - Three external 6-pin FireWire ports
    - Interoperable with existing, as well as older, 1394 consumer electronics and peripheral products
    - Complies with OHCI requirements
    - Compliant with IEEE 1394a-2000 standard
    - Isochronous transfer support (guaranteed bandwidth) for DV video data transfer from Camcorder to PC
    - Provides three fully compliant cable ports, each supporting 400Mbits/sec, 200Mbits/sec and 100Mbits/sec traffic
    - Plug and Play & Hot-Swappable for all ports
    - Power overload and protection failure on each port
    - PCI bus master with PCI 2.2 Bus specification
     

  • Help me to solve this Jsp problem

    //Class1.java
    package p1.p2;
    public class Class1 implements Serializable
    private String name1,name2;
    public void setName1(String name)
    name1=name;
    public String getName1()
    return name1;
    public void setName2(String name)
    name2=name;
    public String getName2()
    return name2;
    //Class2.java
    package p1.p2;
    public class Class2
    String name1,name2;
    public String insert(Class1 c1)
    name1 = c1.getName();
    name2 = c2.getName();
    return name1;
    //Class3.jsp
    <%@ page import="p1.p2.*" %>
    <html>
    <form action="/bobby/Class3.jsp" method=post>
    Name1 : <input type=text name="cn1">
    Name2 : <input type=text name="cn2">
    <input type=submit value="Click"/>
    </form>
    </html>
    <%! String a,b,c; %>
    <%
    Class1 c1 = new Class1();
    Class1 c2 = new Class2();
    a=request.getParameter("cn1");
    b=request.getParameter("cn2");
    c1.setName(a);
    c1.setName(b);
    c=c2.insert(c1);
    out.println(c);
    %>
    WHEN I RUN THE JSP PROGRAM I GOT THE FOLLOWING ERROR.TELL ME THE SOLUTION TO SOLVE THIS PROBLEM.
    javax.servlet.ServletException:
    p1.p2.Class2.insert(Lp1/p2/Class1;)Ljava/lang/String;
    org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl .java:825)
    org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.j ava:758)
    org.apache.jsp.Class3_jsp._jspService(Class3_jsp.java:76)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    root cause
    java.lang.NoSuchMethodError: p1.p2.Class2.insert(Lp1/p2/Class1;)Ljava/lang/String;
    org.apache.jsp.Class3_jsp._jspService(Class3_jsp.java:67)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

    First, please put your code inside code tags. There's a nice little button. All you have to do is paste your code, highlight it and press the little code button. Thanks.
    I had to make some adjustments to your original post. Either you had some closing braces in the wrong place, or you hve no idea what you're doing. I'm going to assume that Class1 is in a file named p1/p2/Class1.java and Class2 is in p1/p2/Class2.java.
    //Class1.java
    package p1.p2;
    public class Class1 implements Serializable
        private String name1,name2;
        public void setName1(String name)
            name1=name;
        public String getName1()
            return name1;
        public void setName2(String name)
            name2=name;
        public String getName2()
            return name2;
    //Class2.java
    package p1.p2;
    public class Class2
        String name1,name2;
        public String insert(Class1 c1)
            name1 = c1.getName();
            name2 = c2.getName();
            return name1;
    //Class3.jsp
    <%@ page import="p1.p2.*" %>
    <html>
    <form action="/bobby/Class3.jsp" method=post>
    Name1 : <input type=text name="cn1">
    Name2 : <input type=text name="cn2">
    <input type=submit value="Click"/>
    </form>
    </html>
    <%! String a,b,c; %>
    <%
        Class1 c1 = new Class1();
        Class1 c2 = new Class2(); //<-- problem here, do you see it?
        a=request.getParameter("cn1");
        b=request.getParameter("cn2");
        c1.setName(a);
        c1.setName(b);
        c=c2.insert(c1);
        out.println(c);
    %>Note the I highlighted the problem above. HTH.

  • Do i have to use JavaScript to solve this relation Problem?

    Hi everybody,
    i have bounded the DataSource:
    Node Customer (0..n)
    - Attribute: Name
    - Attribute: CustomerNo
    -Node Orders (in Node Customer) also (0..n)
      Attribute: CustomerNo
      Attribute: OrderName
    I have different Customers and every Customer have some Orders. Now i want a list in my interactive Form
    with every Customer with his Orders, one after another-> like this:
    Cutomer-Name: MSA AG Customer-CustomerNo: 1
    - Order1
    - Order2
    - Order3
    Customer-Name: NFKA Co.KG CustomerNo: 2
    - Orderxx
    - Orderxy
    - Orderxz
    So i made a 
    - subform (table-flowed)
    -- subform1 (bodyrow-flowed- reapete subform for each data item)
    -> in this subform are the fields Customer-Name and Customer-No
    ---subform2 (bodyrow-flowed-repeate subform for each data item)
    -> in this subform are teh fields Customer-No and OrderName (both from Node Order)
    so if i build my print form. The list ist mixed up:
    First there is the first Customername, then all Orders of all Customers, then there is the list of all other Customernames.
    But i want -> CustomerName-All Orders to this Customer, next CustomerName with all Orders to this Customer and so on...
    How do i solve this problem?! Do i have to use Java Script ?! How would it look like and where i have to to write it (in Initialize of the Form)?
    Edited by: Andreas Kunz on Dec 18, 2008 1:15 PM
    Here is the Java Code (Web Dynpro) where i fill the Nodes with some Datas:
    IPrivatePagebreak.ICustomerElement customer = null;
         for( int i=0; i<5;i++){
         customer = wdContext.createCustomerElement();
         customer.setCustomerno(String.valueOf(i));
         customer.setFirstName("FirstName"+i);
         customer.setLastName("LastName"+i);
         customer.setPosition("Position"+i);
         customer.setNationality("Nationality"+i);
         wdContext.nodeCustomer().addElement(customer);
         IPrivatePagebreak.IOrderElement order = null;
         for(int j = 0; j < 2; j++)
              order = wdContext.createOrderElement();
              order.setCustomerno(String.valueOf(i));
              order.setOrderno("No"ij);
              order.setOrderName("Order"ij);
              wdContext.nodeCustomer().nodeOrder().addElement(order);
    Edited by: Andreas Kunz on Dec 18, 2008 1:22 PM

    Hi,
    you have two possibilities:
    a) use Java Script in the Form:
        - Loop over the customers
          - Loop over the orders. Create a new instance of the table (instanceManager.create ...)
    b) Modify your data structure using table in table and map the into sub-forms:
        - Outer sub-form with the customers
        - Inner sub-form with a table of the orders
    Using the option b) would be better. You avoid horrible Java Script in the Form.
    Take care,
    Thomas

  • CAN SOMEONE SOLVE THIS APPLICATION PROBLEM? URGENT!

    As per the installation instruction in the "Read Me for
    Installing Schema and Examples for the Tutorial " write-up, I
    executed all the scripts listed there. But when I try to add
    the application component portlet, I do not find the
    TUTORIAL30_APPLICATION listed under TUTORIAL APPLICATION. When I
    try to access the TUTORIAL30_APPLICATION by clicking the
    Applications under the provider "Oracle Portal", it lists the
    TUTORIAL30_APPLICATION but when I try to select this
    application, it gives the following error messages:
    NOTE: THIS PROBLEM I AM FACING WHATEVER I CREATE UNDER
    APPLICATION and TRY TO ADD IT. WHEN I TRY TO FIND OUT MY
    PARTICULAR FORM OR REPORT UNDER MY NEWLY CREATED APPLICATION
    ALSO, THE PROBLEM IS SAME. SHOULD I RE-INSTALL PORTAL FROm THE
    SCRATCH?
    <!--StartFragment-->PORTAL30.wwpob_page.render_portlet_screen:
    SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: P_APP_ID
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:^^9
    DAD name: portal30
    PROCEDURE : PORTAL30.wwpob_page.render_portlet_screen
    URL :
    http://GALAXY:80/pls/portal30/PORTAL30.wwpob_page.render_portlet_
    screen?
    p_providerid=927142&p_portletid=10&p_referencepath=&p_mode=100&p_
    back_url=&p_app_id=1880851862
    PARAMETERS :
    ============
    P_PROVIDERID:
    927142
    P_PORTLETID:
    10
    P_REFERENCEPATH:
    P_MODE:
    100
    P_BACK_URL:
    P_APP_ID:
    1880851862
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1
    mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=GALAXY
    REQUEST_METHOD=GET
    QUERY_STRING=p_providerid=927142&p_portletid=10&p_referencepath=&
    p_mode=100&p_back_url=&p_app_id=1880851862
    PATH_INFO=/pls/portal30/PORTAL30.wwpob_page.render_portlet_screen
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=127.0.0.1
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.5; Windows
    NT 5.0)
    HTTP_HOST=galaxy
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg,
    image/pjpeg, application/vnd.ms-excel, application/msword,
    application/x-comet, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=portal30=1099809DBE27A307E6FF5A5FF7E396AF52E5454321FA
    A327D5BB5E6DA30D30796B206707FAE9EB7BD8790F59A74BBB23B583571C566D2
    DADAA731C1568F3FCB57FBF52030A3048D4134154E7045BD074000B614984DF6A
    3F;
    portal30_sso=2FB35B6FA45359778768C27D9B08A5F491569395DDA49D88BC88
    C9AF1C05A5AAAA444725B5302FDCE62BDF1DE2596D12314B3C01B14129371F9BC
    3E2281C7BF3E737399C65AC10E97D8441700B9D7A9DE7DEDD8E5D64A8F7
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    Please look into the problem and provide me the solution.
    If I want to un-install the tutorial etc. what should I do?.
    I suspect in the execution of the following command script:
    cd ..\src\wwu\appimp.cmd -s <PortalOwner_username> -p
    <PortalOwner_password> -m CREATE -a TUTORIAL30_APPLICATION -f
    <demo_dir>/hlw30_trl_comp.sql -o portalnew -c <connect_string>
    I executed the above command as follows:
    c:\pschema> appimp.cmd -s portal30 -p portal30 -m CREATE -a
    TUTORIAL30_APPLICATION -f hlw30_trl_comp.sql -o portalnew -c
    ORCL8
    How to re-execute the above script?. I tried to re-execute the
    above script by deleting the TUTORIAL30_APPLICATION rows from
    wwv_modules$ table, but the appimp.cmd script terminated after
    the following messages:
    ...Importing component: ID = 3365687784 Name = TUTORIAL_HRREP
    Owner = TUTORIAL30_APPLICATION Type = REPORT
    Input truncated to 6 characters
    Disconnected from Oracle8i .......
    Thanks,
    A. Moyeed
    E-mail: [email protected]
    Note:
    OS Windows 2000 Professional
    Database: Oracle 8.1.6.0.0
    Portal 3.0.6.3.3

    InPHeCTed wrote:
    Most Wifi hotspots are configured for PC's and not Macs. Most will work with macs, but will have some issues. Unfortunately there is no way to solve this other than asking the hospitals to update their wifi network with Mac-friendly wireless routers
    How do you configure a hot spot for PC only? What are "Mac-friendly wireless routers"? Hot spots use wifi technology based on 802.x. This is a wifi standard supported by wifi routers, PCs, and Apple products.

  • Does anybody know how to solve this font problem?

    Hello everyone,
    I have had this font problem for weeks now and I can't seem to get it solved. There are a number of fonts that won't load properly in Illustrator, PS, and InDesign. They are loaded in the system, but refuse to show up in the list. I've installed them in the home directory/library/fonts. These are commercial opentype fonts and one homemade opentype font. Sometimes the font that I created will appear, other times it does not, but many other fonts refuse to show up in the font display lists of these 3 software packages.
    I've cleared the font caches with FontNuke, everything looks like it should work properly, but it does not. Also, with Font Book, I've resolved any duplicate font problems. Does anybody know how to solve this problem? Is this a known CS4 bug?
    Any help would be greatly appreciated. I'm using the latest Mac Mini and CS4 software.
    Thanks in advance.
    CB

    Hi,
    How do I check if the fonts have the correct creator and so on?
    Anyway, I've spent the better part of today validating and removing suspect
    fonts. Why does the right click choice for resolve duplicates and the
    validate font behave completely differently in Font Book? I discovered that
    when this is investigated further with the validate font command, I found I
    had a massive amount of duplicates that according to font book cause minor
    errors. I thought that would have been sorted out with the resolve duplicate
    command, instead I ended up check marking and manually removing the fonts
    that had minor errors.
    I still have many commercial fonts plus my own font not showing up in
    Illustrator or PhotoShop. If I copy and paste the font directly into
    InDesign's font folder, my font shows up. I also tried removing my font to
    see if this would fix any of the other problems. It doesn't. I did type in
    my font name in the console dialog box and this message is displayed for
    this font as well as mine and many others.
    10-04-06 5:21:09 PM Font Book[12940] ##### ERROR:  The font system thinks
    the font
    file://localhost/Library/Fonts/Voluta%20Script%20Pro/VolutaScriptPro-Regular.otf
    is active, but the file no longer exists!
    Then I went back to font book to check to see if it is there and it is
    enabled. For my font the caution triangle appears with the multiple copies
    of the font is installed. Resolving duplicates doesn't solve this problem.
    Any ideas of how to fix this problem?
    Thanks
    CB

  • Anyone ever successfully solved this strange problem in Time Machine?

    Hi Folks,
    I have a intel imac running snow leopard (10.6.8) and have a problem I can't seem to solve, and Applecare is having trouble also.
    I am trying to do a time machine backup from scratch.  I had a previous well-functioning TM backup, but it was trying to do what I thought was an inappropriately large backup and I decided to start afresh.  So I went to my external firewire drive and trashed the backup folder.  I then re-selected the drive as the backup disc for TM and started over.  The backup always stops at 16.13g of a 350+ g backup.  There are no error messages...it just sticks there and says "backing up".
    To solve this I have tried reformatting the drive in several different paradigms (GUID, Journaled, Nonjournaled, case-sensitive, etc).  I even bought a new external drive thinking that might have the problem....it still sticks at the same place.  I have also trashed the TM preference files....no difference.  Repaired permissions....no change. I even did a archive and reinstall of the OS with preserved user settings.....still gets stuck at the same place.
    Does anyone know anything else I could try short of doing a complete re-install of the OS with erasure of all my settings?.... I would really like to avoid that if at all possible.
    Many thanks for any ideas.

    This is a tough one. 
    Since you get the same results with 2 different backup drives, it sure sounds like something amiss on the internal's directory structure, but Disk Utility should have found that. 
    About all I can think of is to try to exclude whatever's causing the problem from being backed-up.   If we can manage to do that, then you can try to fix or replace the culprit.
    Backups are done alphabetically, starting with your Applications folder, then Library, private (hidden), System, and Users (there are a few other, very small, hidden system folders, too).
    So . . . we need to figure out where 16.1 GB's falls in that sequence.  See how large each of those folders is, via the Finder or Get Info. Do this as an Admin user, but even so, there are some files and folders you're not authorized to, so the numbers won't be exact.
    To see the private folder, you'll need to have the Finder show invisible items;  there's a Terminal command for that, but it's probably just as easy to use the TinkerTool app, per #A3 of Time Machine - Troubleshooting.
    Then open a Finder window to your internal HD.  You'll see all the hidden and visible folders, in the order Time Machine backs them up.  (Several of the hidden ones are excluded, so you needn't worry about them.)
    Once you have a guesstimate of where the backup gets to 16 GBs, exclude the appropriate folder from backups, via Time Machine Preferences > Options. Then try another backup.
    If you can get a good backup that way, then you can narrow it down by removing the large folder exclusion and excluding sub-folders, etc. 

Maybe you are looking for

  • How to sync new Macbook Pro with 2011 iMAC on Snow Leapord

    Hello, This is my first post so hello! My small business has an office iMAC and a Macbook Air both running 10.6.8. The two aren't synced in any way other than that the Air can access files from the iMAC's hard drive via the network. I have 2 email ac

  • Unzip using PayloadZipBean

    Hi, I was looking to use PayloadZipBean module to unzip a zipped file with three text files inside. From the receiver adapter Audit log files, I see that the PayloadZipBean,is unzipping all the three files(first file as main payload and rest of the t

  • Open movies in quicktime full screen by default

    I've got a question regarding quicktime pro for windows: is it possible to launch movies in full screen by default? The thing is that the movies will be shown on a video wall. The actual computer that is connected to the video wall is mounted directl

  • Tech System in SLD and RZ70 in 4.6c and 4.7 systems

    Hi, We have two legacy systems R3 4.6C and R3 4.7 Systems in our landscape and we are using PI 7.1. we are setting up configurations for IDOC communications 1) between 4.7 and PI 2) between 4.6C and PI for registering 4.7 system in SLD, we used RZ70

  • TS3276 How do I delete a large email that has crashed my mail system?

    I have sent an email that is too large, and appears to have crashed the mail system. I have accidentally done this before, and got help from the call centre (they are closed today) but cannot remember how to fix the problem by deleting the large outg