Can not fine symbol... class SwingWorker is not working...

Hi ,
my code is like this. I am using netbeans ide 5.5.
package concurrency;
import java.util.List;
import java.util.Random;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import java.awt.GridBagLayout;
import java.awt.GridBagConstraints;
import java.awt.Insets;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JTextField;
import javax.swing.SwingUtilities;
import javax.swing.border.Border;
import javax.swing.BorderFactory;
import javax.swing.*;
public class Flipper extends JFrame
implements ActionListener {
private final GridBagConstraints constraints;
private final JTextField headsText, totalText, devText;
private final Border border =
BorderFactory.createLoweredBevelBorder();
private final JButton startButton, stopButton;
private FlipTask flipTask;
private JTextField makeText() {
JTextField t = new JTextField(20);
t.setEditable(false);
t.setHorizontalAlignment(JTextField.RIGHT);
t.setBorder(border);
getContentPane().add(t, constraints);
return t;
private JButton makeButton(String caption) {
JButton b = new JButton(caption);
b.setActionCommand(caption);
b.addActionListener(this);
getContentPane().add(b, constraints);
return b;
public Flipper() {
super("Flipper");
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
//Make text boxes
getContentPane().setLayout(new GridBagLayout());
constraints = new GridBagConstraints();
constraints.insets = new Insets(3, 10, 3, 10);
headsText = makeText();
totalText = makeText();
devText = makeText();
//Make buttons
startButton = makeButton("Start");
stopButton = makeButton("Stop");
stopButton.setEnabled(false);
//Display the window.
pack();
setVisible(true);
private static class FlipPair {
private final long heads, total;
FlipPair(long heads, long total) {
this.heads = heads;
this.total = total;
private class FlipTask extends SwingWorker<Void, FlipPair> {
@Override
protected Void doInBackground() {
long heads = 0;
long total = 0;
Random random = new Random();
while (!isCancelled()) {
total++;
if (random.nextBoolean()) {
heads++;
publish(new FlipPair(heads, total));
return null;
@Override
protected void process(List<FlipPair> pairs) {
FlipPair pair = pairs.get(pairs.size() - 1);
headsText.setText(String.format("%d", pair.heads));
totalText.setText(String.format("%d", pair.total));
devText.setText(String.format("%.10g",
((double) pair.heads)/((double) pair.total) - 0.5));
public void actionPerformed(ActionEvent e) {
if ("Start" == e.getActionCommand()) {
startButton.setEnabled(false);
stopButton.setEnabled(true);
(flipTask = new FlipTask()).execute();
} else if ("Stop" == e.getActionCommand()) {
startButton.setEnabled(true);
stopButton.setEnabled(false);
flipTask.cancel(true);
flipTask = null;
public static void main(String[] args) {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
new Flipper();
Though this code is taken from java.sun.com.
but this code is not working.. It shows :
Compiling 1 source file to F:\ ...\FlipperProject\build\classes
F:\....\FlipperProject\src\concurrency\Flipper.java:73: cannot find symbol
symbol : class SwingWorker
location: class concurrency.Flipper
private class FlipTask extends SwingWorker<Void, FlipPair> {
F:\.......\FlipperProject\src\concurrency\Flipper.java:79: cannot find symbol
symbol : method isCancelled()
location: class concurrency.Flipper.FlipTask
while (!isCancelled()) {
F:\.....\FlipperProject\src\concurrency\Flipper.java:84: cannot find symbol
symbol : method publish(concurrency.Flipper.FlipPair)
location: class concurrency.Flipper.FlipTask
publish(new FlipPair(heads, total));
F:\.......\FlipperProject\src\concurrency\Flipper.java:74: method does not override a method from its superclass
@Override
F:\.......\FlipperProject\src\concurrency\Flipper.java:89: method does not override a method from its superclass
@Override
F:\......1\FlipperProject\src\concurrency\Flipper.java:105: cannot find symbol
symbol : method execute()
location: class concurrency.Flipper.FlipTask
(flipTask = new FlipTask()).execute();
F:\............\FlipperProject\src\concurrency\Flipper.java:109: cannot find symbol
symbol : method cancel(boolean)
location: class concurrency.Flipper.FlipTask
flipTask.cancel(true);
7 errors
BUILD FAILED (total time: 4 seconds)
please help...

try right-clicking on the source and select fix imports.

Similar Messages

  • Af:setActionListener can not work fine in the af:iterator in ADF Faces RC

    Hi all,
    af:setActionListener can not work fine in the af:iterator/af:commandbutton. My code is as below:
    <af:iterator value="#{backing_Bean.testList}"   var="var" >
           <h:panelGrid columns="1">
          <af:commandButton icon="images/system/class.png"
                                              text="#{var.name}" >
             <af:setActionListener from="#{var.name}" to="#{backing_Bean.testText}"/>              
          </af:commandButton>
          </h:panelGrid>
    </af:iterator>The name [var.name] can be shown on the command buttoncorrectly, but when I click the button, the name can not be transferred to the testText in backing bean. why?
    Thanks
    Hart

    Hi,
    works for me. Not sure how you want to access to the value, but if the bean is in request scope then the values are only available during this period.
    Frank

  • Af:setActionListener can not work fine in the af:iterator/af:commandbutton

    Hi all,
    af:setActionListener can not work fine in the af:iterator/af:commandbutton. My code is as below:
    <af:iterator value="#{backing_Bean.testList}"   var="var" >
           <h:panelGrid columns="1">
          <af:commandButton icon="images/system/class.png"
                                              text="#{var.name}" >
             <af:setActionListener from="#{var.name}" to="#{backing_Bean.testText}"/>              
          </af:commandButton>
          </h:panelGrid>
    </af:iterator>The name [var.name] can be shown on the command buttoncorrectly, but when I click the button, the name can not be transferred to the testText in backing bean. why?
    Thanks
    Hart

    Hi Frank,
    I use Jdeveloper 11g preview 2 and ADF rich client to run the code above I have posted.
    And I found the reason: I add a render attribute in af:iterator, It is not beacuse of the af:iterator component.
    When I set the "render" attribute to "true" manually, then the value can be passed to backend bean.
    But I set the "render" attribute to "false" at the start and change to "true" by clicking a button in the same page, the value can not be passed to the backing bean. What's the reason?
    Thanks
    Hart
    Message was edited by:
    harth

  • Classes.zip can not work?

    i am working in the environment of linux server plus oracle816,and i also connect to the server via jdbc on my 98 desktop.
    unfortunately, right now, i only can connect to oracle server via local jdbc-odbc bridge,
    both thin and oci echo
    thead "main" error, noclassNOtfound,
    although the classes12.zip has been set in the classpath.
    i do not know whether need to do something on the calsses12.zip.
    ps: one of the classes12.zip i download it from otn for NT,(there is no linux driver), the other one i found it from the $oracle_home/jdbc/lib. they all can not work.

    Hi
    It would be much easier to understand if You told
    • How many movies - You want to include on the DVD
    • The duration in time on each of them
    • in what format they was recorded eg .H264, .mpeg4, streamingDV (as on miniDV tapes etc (.avi or .mov or .wmv are containers not formats)
    • What theme did You use - with or without animation+sound
    • use of audio other than .aiff 16-bit 48kHz - eg .mp3 or .wma etc (I don't)
    If Your intention exceed 2 hour of movie + menu then I would consider
    a. Save as a DiskImage - to see that the project runs OK
    b. If still to large and a reduced quality is no problem - Burn this DiskImage by using Roxio Toast™ 11 Pro as it has a function - fit onto a DVD (at the cost of quality)
    or
    Cut up Your project into 2 parts and to two DVDs (As DL-DVD doesn't work for You)
    Why formats of video and audio - some types don't work in iDVD OK and iDVD not able to burn is often one indication to this.
    I feed iDVD only
    • video - streamingDV from miniDV tapes
    • photos - .jpg
    • audio - .aiff 16-bit 48kHz or 44.1 from Audio CDs - NEVER directly from iTunes but via an Audio-CD first (burned in iTunes)
    Yours Bengt W

  • Why my PermissionsCommand can not work?

    Thers is a SAP standard command named "permissions" that you can find in "System Admin>System configuration>content management>user interface>commands".It is drived from the java class "com.sapportals.wcm.rendering.uicommand.cm.UIPermissionsCommand".
    I download the java class and decompile into java file.In netweaver development studio,I create a new project and copy the java code into a new class of the project and deploy it into my portal.In portal I link the class to a command named "permisssiontest",but unlucky the command doesnot work.
    Why my permission command can not work?

    Hi Shi,
        Could you give me more details about this issue ? After deploy, have you created a new command and assign it a group command in a layout set.
       Here:
       https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html
       You can find this example: SimpleOneStepScreenFlow. You can use it as template.
       We had to write a new permission command and it worked fine.
    Patricio.

  • After upgrading to 10.7.5 some of my AU plugins can not be validated in Logic pro. (I got error message "Remove property listener". I can not work anymore. What should I do?

    After upgrading to 10.7.5 some of my AU plugins can not be validated in Logic pro. (I got error message "Remove property listener". I can not work anymore. What should I do?
    VIBAC

    I downloaded and installed
    OS X Lion 10.7.5 Supplemental Update
    and that solved my problem completely. (368 AU plugins now works!)

  • Mistakenly opened all the folders in my library of music and the Finder stopped working. Now every time I restart the mac, all folders are reopened and can not work with the finder and tried killall-KILL Finder and nothing they reappear

    mistakenly opened all the folders in my library of music and the Finder stopped working.
    Now every time I restart the mac, all folders are reopened and can not work with the finder and tried killall-KILL Finder and nothing will reappear

    mistakenly opened all the folders in my library of music and the Finder stopped working.
    Now every time I restart the mac, all folders are reopened and can not work with the finder and tried killall-KILL Finder and nothing will reappear

  • Ear Sir: Yesterday on 18.09.2014 evening, I wanted to install IOS 8.0 according to your instructions iPhone 5S.during installation Stopped working and was closd, I can not work with him. Ibought it in the United States Apple Store Fifth 40venue 767 N

    Dear Sir: Yesterday on 18.09.2014 evening, I wanted to install
    IOS 8.0 according to your instructions iPhone 5S.during installation
    Stopped working and was closd, I can not work with him. Ibought it in
    the United States
    Apple Store Fifth 40venue 767 New York NY1053
    iPhone 5s Spase Gray 32 gb verizon.
    Part Number: ME344ll / A.
    Serial number: DN*******NjM.
    Model A1533. I would like to request a new password for opening the
    iPhone.  Passwod..... Thank you very much,
    Im not difficult for you to request a quick answer.Israel.
    <Personal Information Edited By Host>

    We are fellow users here on these forums, you're not talking to iTunes Support nor Apple - it looks like somebody has asked the hosts to remove your personal info from your post (it's not a good idea to post any personal info on any public forum).
    What do you 'stopped working and was closed, I can not work with him' ? What exactly are you seeing on the phone's screen ?
    If it's the activation screen and you can't remember your password for your account then see if you can get it reset via http://iforgot.apple.com

  • Sqlplus can connect but can not work!

    I have finished an installing of an Oracle10R2 on the OEL5.0 system. All run well except that the sqlplus can not work.I install it once more, but the results are same. What is the problem?
    [oracle@localhost database]$ sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri May 30 15:10:58 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initorcl.ora'
    SQL>
    Message was edited by:
    frank.qian

    [root@localhost admin]# whoami
    root
    [root@localhost admin]# set | grep -i ora
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    LOGNAME=oracle
    MAIL=/var/spool/mail/oracle
    OLDPWD=//u01/app/oracle/product/10.2.0/db_1/dbs
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_SID=orcl
    PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin:/u01/app/oracle/product/10.2.0/db_1/bin
    PWD=//u01/app/oracle/product/10.2.0/db_1/network/admin
    USER=oracle
    USERNAME=oracle
    [root@localhost admin]# la -l $ORACLE_HOME/bin/oracle
    bash: la: command not found
    [root@localhost admin]# ls -l $ORACLE_HOME/bin/oracle
    -rwsr-s--x 1 oracle oinstall 93362188 May 30 14:56 /u01/app/oracle/product/10.2.0/db_1/bin/oracle
    [root@localhost admin]# cat $ORACLE_HOME/network/admin/listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    [root@localhost admin]# cat $ORACLE_HOME/network/admin/tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl2)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    [root@localhost admin]# ls -l $ORACLE_HOME/dbs
    total 20784
    -rw-r----- 1 oracle oinstall 168 May 29 10:10 alert_orcl.log
    -rw-r----- 1 oracle oinstall 1544 May 29 21:27 hc_orcl0.dat
    -rw-r----- 1 oracle oinstall 1544 May 30 08:31 hc_orcl1.dat
    -rw-r----- 1 oracle oinstall 1544 May 30 14:58 hc_orcl2.dat
    -rw-r----- 1 oracle oinstall 1544 May 27 12:49 hc_orcl.dat
    -rw-r----- 1 oracle oinstall 12920 May 3 2001 initdw.ora
    -rw-r----- 1 oracle oinstall 8385 Sep 11 1998 init.ora
    -rw-r----- 1 oracle oinstall 24 May 30 15:00 lkORCL2
    -rw-r----- 1 oracle oinstall 1536 May 30 15:04 orapworcl2
    -rw-r----- 1 oracle oinstall 7061504 May 29 22:24 snapcf_orcl0.f
    -rw-r----- 1 oracle oinstall 7061504 May 30 10:52 snapcf_orcl1.f
    -rw-r----- 1 oracle oinstall 7061504 May 30 18:56 snapcf_orcl2.f
    -rw-r----- 1 oracle oinstall 2560 May 30 16:29 spfileorcl2.ora
    [root@localhost admin]# ps -ef | grep lsnr
    oracle 8371 1 0 14:58 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
    root 18146 5097 0 20:58 pts/2 00:00:00 grep lsnr
    [root@localhost admin]# ps -ef | grep lsnr
    oracle 8371 1 0 14:58 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
    root 18146 5097 0 20:58 pts/2 00:00:00 grep lsnr
    [root@localhost admin]# ps -ef | grep ora
    root 2581 2560 0 14:15 ? 00:00:00 hald-addon-storage: polling /dev/hda
    oracle 3542 3485 0 14:17 ? 00:00:00 /usr/bin/gnome-session
    oracle 3605 3542 0 14:17 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /etc/X11/xinit/Xclients
    oracle 3608 1 0 14:17 ? 00:00:00 /usr/bin/dbus-launch --exit-with-session /etc/X11/xinit/Xclients
    oracle 3609 1 0 14:17 ? 00:00:00 /bin/dbus-daemon fork print-pid 4 print-address 6 session
    oracle 3615 1 0 14:17 ? 00:00:00 /usr/libexec/gconfd-2 11
    oracle 3618 1 0 14:17 ? 00:00:00 /usr/bin/gnome-keyring-daemon
    oracle 3620 1 0 14:17 ? 00:00:01 /usr/libexec/gnome-settings-daemon
    oracle 3635 1 0 14:17 ? 00:00:14 metacity --sm-client-id=default1
    oracle 3639 1 0 14:17 ? 00:00:02 gnome-panel --sm-client-id default2
    oracle 3641 1 0 14:17 ? 00:00:01 nautilus no-default-window sm-client-id default3
    oracle 3645 1 0 14:17 ? 00:00:00 /usr/libexec/gnome-vfs-daemon
    oracle 3649 1 0 14:17 ? 00:00:00 /usr/libexec/bonobo-activation-server ac-activate ior-output-fd=17
    oracle 3652 1 0 14:17 ? 00:00:00 eggcups --sm-client-id default4
    oracle 3655 1 0 14:17 ? 00:00:00 gnome-volume-manager --sm-client-id default5
    oracle 3660 1 0 14:17 ? 00:00:00 bt-applet --sm-disable
    oracle 3675 1 0 14:17 ? 00:00:00 /usr/bin/python -tt /usr/bin/puplet
    oracle 3677 1 0 14:17 ? 00:00:00 /usr/libexec/gam_server
    oracle 3684 1 0 14:17 ? 00:00:00 ./escd key_Inserted="/usr/bin/esc" on_Signal="/usr/bin/esc"
    oracle 3687 1 0 14:17 ? 00:00:00 /usr/libexec/trashapplet oaf-activate-iid=OAFIID:GNOME_Panel_TrashApplet_Factory oaf-ior-fd=19
    oracle 3689 1 0 14:17 ? 00:00:06 /usr/libexec/wnck-applet oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory oaf-ior-fd=25
    oracle 3693 1 0 14:17 ? 00:00:00 /usr/libexec/mapping-daemon
    oracle 3695 1 0 14:17 ? 00:00:00 nm-applet --sm-disable
    oracle 3703 1 0 14:18 ? 00:00:00 pam-panel-icon --sm-client-id default0
    oracle 3708 1 0 14:18 ? 00:00:01 gnome-power-manager
    oracle 3712 1 0 14:18 ? 00:00:00 /usr/libexec/mixer_applet2 oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory oaf-ior-fd=23
    oracle 3718 1 0 14:18 ? 00:00:01 /usr/bin/python -E /usr/bin/sealert -s
    oracle 3728 1 0 14:18 ? 00:00:00 /usr/libexec/notification-area-applet oaf-activate-iid=OAFIID:GNOME_NotificationAreaApplet_Factory oaf-ior-fd=24
    oracle 3730 1 0 14:18 ? 00:00:00 /usr/libexec/clock-applet oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory oaf-ior-fd=28
    oracle 3766 1 0 14:18 ? 00:00:03 gnome-screensaver
    oracle 3828 1 0 14:26 ? 00:00:09 gnome-terminal
    oracle 3831 3828 0 14:26 ? 00:00:00 gnome-pty-helper
    oracle 3832 3828 0 14:26 pts/1 00:00:00 bash
    oracle 5067 3828 0 14:43 pts/2 00:00:00 bash
    oracle 8371 1 0 14:58 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
    oracle 9663 1 0 15:04 pts/1 00:00:00 /u01/app/oracle/product/10.2.0/db_1/perl/bin/perl /u01/app/oracle/product/10.2.0/db_1/bin/emwd.pl dbconsole /u01/app/oracle/product/10.2.0/db_1/localhost.localdomain_orcl2/sysman/log/emdb.nohup
    oracle 10827 9663 0 15:06 pts/1 00:00:12 /u01/app/oracle/product/10.2.0/db_1/bin/emagent
    oracle 11211 1 0 15:07 pts/1 00:00:11 /u01/app/oracle/product/10.2.0/db_1/jdk/bin/java -Djava.awt.headless=true -Doracle.oc4j.localhome=/u01/app/oracle/product/10.2.0/db_1/sqlplus -Djava.security.properties=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/config/jazn.security.props -jar /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/oc4j.jar -config /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/isqlplus/config/server.xml
    oracle 11427 1 0 15:10 ? 00:00:00 /bin/sh /usr/lib/firefox-1.5.0.9/firefox
    oracle 11450 11427 0 15:10 ? 00:00:00 /bin/sh /usr/lib/firefox-1.5.0.9/run-mozilla.sh /usr/lib/firefox-1.5.0.9/firefox-bin
    oracle 11455 11450 2 15:10 ? 00:10:14 /usr/lib/firefox-1.5.0.9/firefox-bin
    oracle 12851 1 0 15:29 ? 00:00:00 ora_pmon_orcl2
    oracle 12853 1 0 15:29 ? 00:00:00 ora_psp0_orcl2
    oracle 12855 1 0 15:29 ? 00:00:00 ora_mman_orcl2
    oracle 12857 1 0 15:29 ? 00:00:00 ora_dbw0_orcl2
    oracle 12859 1 0 15:29 ? 00:00:02 ora_lgwr_orcl2
    oracle 12861 1 0 15:29 ? 00:00:00 ora_ckpt_orcl2
    oracle 12863 1 0 15:29 ? 00:00:06 ora_smon_orcl2
    oracle 12865 1 0 15:29 ? 00:00:00 ora_reco_orcl2
    oracle 12867 1 0 15:29 ? 00:00:00 ora_cjq0_orcl2
    oracle 12869 1 0 15:29 ? 00:00:02 ora_mmon_orcl2
    oracle 12871 1 0 15:29 ? 00:00:00 ora_mmnl_orcl2
    oracle 12873 1 0 15:29 ? 00:00:00 ora_d000_orcl2
    oracle 12876 1 0 15:29 ? 00:00:00 ora_s000_orcl2
    oracle 12884 1 0 15:29 ? 00:00:00 ora_rvwr_orcl2
    oracle 12886 1 0 15:29 ? 00:00:00 ora_arc0_orcl2
    oracle 12888 1 0 15:29 ? 00:00:00 ora_arc1_orcl2
    oracle 12895 1 0 15:29 ? 00:00:00 ora_qmnc_orcl2
    oracle 12966 1 0 15:29 ? 00:00:10 oracleorcl2 (LOCAL=NO)
    oracle 12975 1 0 15:29 ? 00:00:02 oracleorcl2 (LOCAL=NO)
    oracle 12978 1 0 15:29 ? 00:00:00 ora_q000_orcl2
    oracle 12982 1 0 15:29 ? 00:00:00 ora_q002_orcl2
    oracle 12989 9663 2 15:29 pts/1 00:08:04 /u01/app/oracle/product/10.2.0/db_1/jdk/bin/java -server -Xmx256M -XX:MaxPermSize=96m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -DORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1 -Doracle.home=/u01/app/oracle/product/10.2.0/db_1/oc4j -Doracle.oc4j.localhome=/u01/app/oracle/product/10.2.0/db_1/localhost.localdomain_orcl2/sysman -DEMSTATE=/u01/app/oracle/product/10.2.0/db_1/localhost.localdomain_orcl2 -Doracle.j2ee.dont.use.memory.archive=true -Djava.protocol.handler.pkgs=HTTPClient -Doracle.security.jazn.config=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl2/config/jazn.xml -Djava.security.policy=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl2/config/java2.policy -Djava.security.properties=/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/config/jazn.security.props -DEMDROOT=/u01/app/oracle/product/10.2.0/db_1/localhost.localdomain_orcl2 -Dsysman.md5password=true -Drepapi.oracle.home=/u01/app/oracle/product/10.2.0/db_1 -Ddisable.checkForUpdate=true -Djava.awt.headless=true -jar /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/oc4j.jar -config /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.localdomain_orcl2/config/server.xml
    oracle 13020 1 0 15:30 ? 00:00:01 oracleorcl2 (LOCAL=NO)
    oracle 13028 1 0 15:30 ? 00:00:01 oracleorcl2 (LOCAL=NO)
    oracle 13031 1 0 15:30 ? 00:00:09 oracleorcl2 (LOCAL=NO)
    oracle 13148 1 0 15:32 ? 00:00:10 oracleorcl2 (LOCAL=NO)
    oracle 16447 3832 0 18:50 pts/1 00:00:00 sqlplus
    oracle 16448 16447 0 18:50 ? 00:00:00 oracleorcl2 (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle 18165 1 14 21:00 ? 00:00:00 ora_j000_orcl2
    root 18167 5097 0 21:00 pts/2 00:00:00 grep ora
    [root@localhost admin]# tail /u01/app/oracle/admin/orcl/bdump/alert.log
    tail: cannot open `/u01/app/oracle/admin/orcl/bdump/alert.log' for reading: No such file or directory
    [root@localhost admin]# tail /u01/app/oracle/admin/orcl2/bdump/alert.log
    tail: cannot open `/u01/app/oracle/admin/orcl2/bdump/alert.log' for reading: No such file or directory

  • I have 2 IMacs and MacBook Pro- can not work on FCP simultaneously when my network ports are on (open). How do I go about changing this?

    Hi!
    I have 2 IMacs and MacBook Pro and can not work simultaneously on FCP on all workstations when the network port is open. Can anyone help me on this?

    Did you purchase Final Cut Pro from the Mac app store? Or install it from disk? If from disk, you may have installed it on all machines using the same serial number, and using all of them simultaneously violates the license agreement. If you purchase from the App store the licensing is different and that may not apply.

  • TS3274 the sleep and wake button can not work

    Now my sleep and wake button can not work. When I press it either long press or short press. no response at all.
    , then I long press the home button to restart the ipad. It appears the apple logo, but after a while, the screen just a flash, and then restart again, and the apple logo appears again. It never restart properly until I plug in the USB cable with it to connect it with PC.
    What is wrong with my iPad, pls help, much appreciated!
    -Will

    I can't understand you.
    1. What sleep/wake button are u talking about? You mean the power button? Sleep/wake is a function, not a button, which works for covers that supports it.
    2.You press home button to RESTART ipad?? what home button? the one at the bottom of the screen or at the top?

  • I bought a EarPods October last year in USA, the day before yesterday the remoter can not work any more, it means by the EarPod still can lisence music but can not adjust the volume and answer the phone, can I get a new one or what can I get?

    I bought a EarPods October last year in the USA, the day before yesterday the remoter can not work any more, it means by the EarPod still can listen music but can not adjust the volume and answer the phone, can I get a new one or what can I get based on the one year product warrant?

    Now I am live in Baoding city, China, what I can do, it seems there is no apple store in my city??

  • Seek your help about the issue of Sun JES can not work well in HP9000

    Recently I am testing Sun JES (Java Enerprise System) 2005Q4 in HP9000 (HP-UX 11.11), but I encountered some troubles, after installation, Sun AM -- Access Manager (its old name is Identity Server) and Sun Portal Server can not work well, others (such as Sun App Svr, Directory Svr, Admin Svr) are OK.
    When I try to access AM admin console (http://myhost.mydomain.com:8080/amconsole), exception was thrown as below:
    exception
    javax.servlet.ServletException
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:300)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    root cause
    java.lang.NoClassDefFoundError
    com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:99)
    com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:242)
    com.iplanet.am.console.base.ConsoleServletBase.checkAuthentication(ConsoleServletBase.java:355)
    com.iplanet.am.console.base.ConsoleServletBase.validateSSOToken(ConsoleServletBase.java:238)
    com.iplanet.am.console.base.ConsoleServletBase.onBeforeRequest(ConsoleServletBase.java:188)
    com.iplanet.jato.ApplicationServletBase.fireBeforeRequestEvent(ApplicationServletBase.java:1105)
    com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:591)
    com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:459)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    java.lang.reflect.Method.invoke(Method.java:585)
    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    java.security.AccessController.doPrivileged(Native Method)
    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    After many test, I still can not finger out what is the real reasons casued this exception in HP-UX.
    The possible risk is JES 2005Q4 requires some software and hp-ux bundles patches before install JES, but I can NOT find the exact version of them from hp web site, and use corresponding higher version to release them.
    JES 2005Q4 needs:
    Perl (B.5.6.1.F) HP-UX11i
    Tour A.02.02
    Libiconv 1.9.2
    GOLDAPPS11i & GOLDBASE11i (June 2004, B.11.11.0406.5)
    I installed:
    perl_D.5.8.0.G_HP-UX_B.11.11_32+64
    TOUR_B.03.01_HP-UX_B.11.11_32_64
    libiconv-1.11-hppa-11.11
    GOLDQPK11i_B.11.11.0612.459
    I am very appreciated for your help!
    Thanks!!
    Vhu
    ===============
    some test env:
    bash-3.00# uname -a
    HP-UX rp3440 B.11.11 U 9000/800 1110163507 unlimited-user license
    bash-3.00# java -version
    java version "1.5.0.01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.01-_06_jun_2005_05_20)
    Java HotSpot(TM) Server VM (build 1.5.0.01 jinteg:06.06.05-04:39 PA2.0 (aCC_AP), mixed mode)
    JES media:
    java_es_05Q4-ga2-hpux-parisc.zip
    installed components in JES: App Svr, AM, Portal Svr, Directory Svr, Admin Svr.

    This is a double posting, please only post in one discussion at a time.
    Keynote 6.5 is stable and reliable under Yosemite for most users.
    As with all new operating systems and applications, a small number of users find a few problems.
    Copy and pasting text from and into Keynote from all the applications I have, work perfectly: the applications include; Safari, Mail, Word, PowerPoint, excel, Pages, Numbers, iMovie, Photoshop, InDesign, Illustrator.
    If you want to place graphics into Keynote, use one of the following methods:
    Insert > Coose
    click the media button on an image placehoder
    click the media button on the tool bar
    drag and drop from a Finder window
    Copy and pasting images into Keynote is not supported

  • Zsh completion can not work after re-login

    I follow http://www.linux-mag.com/id/1106/
    my .zshrc
    autoload -U compinit
    compinit
    zstyle ':completion:*' verbose yes
    zstyle ':completion:*:descriptions' format '%B%d%b'
    zstyle ':completion:*:messages' format '%d'
    zstyle ':completion:*:warnings' format 'No matches for: %d'
    zstyle ':completion:*' group-name
    if [ -d ~/zshfunc ] ; then
    r() {
    local f
    f=(~/zshfunc/*(.))
    unfunction $f:t 2> /dev/null
    autoload -U $f:t
    fpath=(~/zshfunc $fpath)
    autoload -U ~/zshfunc/*(:t)
    fi
    There is a ~/zshfunc/_fossil script, but it can not work after re-login.
    The temp workaround is re-type 'compinit' manually.
    fossil <tab> # will use file name as completion
    compinit
    fossil <tab> # will show commands for fossil
    Last edited by dlin (2014-11-10 00:47:14)

    Hi
    Thanks for the tip. However, I elected not to save the XP SP2 uninstall files when I installed SP2. so I appear to be stuffed.
    There must be some creative drivers that work with an audigy with XP SP2 installed!
    If not then its either re-format the Hard Dri've and re-install everything again (Doh!!) or get another (not Creative Labs) soundcard.
    this is really bugging me.
    Zonker

  • Help!!! 8i&9i can not work at the same time

    I have installed 8i&9i in one Solaris8, and the port and listener name is diffendent, but now 8i&9i can not work at the same time.
    pls help me
    thanks anyway.
    John

    I have hard time digesting your concern.. I have 4 Different instance of oracle running on sun 2.8.
    8.0.5, 8.1.7, 9.i rel 1, 9i rel 2. No issues there...
    The simple things is to check is you .profile ( env variables)
    Example ...
    Check you .profile or .cshrc ( Depends on the SHELL You are using )
    Let say you have .profile
    THERE IS SETTING SUCH AS...
    ORACLE_SID
    ORACLE_HOME
    LD_LIBRARY_PATH
    PATH
    etc..
    You could try the following..
    log into to you sun box..
    do echo $ORACLE_SID this will give you current SID YOU have available to work with..
    so lets say if you have a 8i SID CALLED orcl8i
    example assume you have .cshrc
    setenv ORACLE_SID oracl8i
    setenv ORACLE_HOME /oracle8i_HOME_PATH...
    setenv LD_LIBRARY_PATH /oracle8i_HOME_PATH//lib: etc..
    etc...
    then
    you could validate by doing echo..
    echo $ORACLE_HOME
    echo $ORACLE_SID
    now try svrmgrl
    this should work..
    as far as 9i you no longer have svrmgrl..
    you have to apply the above method and log into the sqlplus.
    hope this help...
    If there is a specific question email me [email protected]
    good luck.

  • Portal can not work with abnormal increased /usr/sap/SID file space

    hi experts,
    I got a problem today on our HR portal.
    At first I can't login the nwa, then I checked tha OS of portal, I saw that the file system /usr/sap/SID's used spaces increase very quickly, though I increase the free spaces for emergency use, the portal still can not work and the free space is still missing. I just solved by restart the SAP service.
    Did anyone face the same problems before?
    System information
    OS --> AIX v5.3
    Database --> Oracle 10.2.0.2
    SAP --> netweaver 2004s SP12.

    Hi,
    This happens when your archive log file of the application increases,
    Check the folder usr/sap/sid/instance/j2ee/cluster/server0/log/archive folder this is the reason for your disk space increase. Just take a backup and delete the files in the archive folder (except temp folder).
    The deletion of older archive files is not handeled by SAP, you have to manually delete the archive logs.
    Regards,
    Vamshi.

Maybe you are looking for

  • Cant move position of photos on gallery page

    Hi there, I am new at iweb this being my first project. I cant seem to move the gallery towards the top of the page. Can anyone please help? http://www.mazecatering.com.au/Maze_Catering/Gallery.html Also, all my text has skewed on this page for some

  • What is the sql query to know the database name having known table name?

    when i am running the following query....error coming select * from information_schema.tables where table_name = 'articles' Error starting at line 1 in command: select * from information_schema.tables where table_name = 'articles' Error at Command Li

  • Steps to install the Netweaver ABAP Trial version.

    Hi all, Am having the copy of Netweaver ABAP Trial version which is downloaded 6 months back. I tried to install it, the installation is getting failed. Can you get me the clear steps to install the Netweaver ABAP Trial version. Am having 2003 Server

  • Illegal override of usedMetadataFacets ???

    What the heck is this? VerifyError: Error #1053: Illegal override of usedMetadataFacets in org.osmf.layout.DefaultLayoutRenderer.

  • FF ID Error

    Hi Experts, We are using SAP GRC version 5.3. In Fire Fighter i have successfully deleted entry in Owners, Controllers but i am trying to to delete user entry in FF table in Fire fighter which is implemented on CUA system. While deleting saying Inval