Unable to find SWT forum, so posting here

Hi,
Has anyone worked on SWT? I am new to it.. and facing this problem.
In my app, I have a login Page and after giving the credentials the next page is displayed. Implementing this in swing is very easy but I have no idea how to implemt in SWT can anyone give me the sample code for the same.
Sorry for posting here.
Pankaj

I am posting a sample code in which from LoginPage i have to go to a TestPage . I guess if i will achieve this, i can achieve the table. Right now, I am getting SWTException : Subclassing not allowed when i press enter key in the password field. Ideally , it should display a TestPage when i press "ENTER" hey in PASSWORD field. here are the files:
//LoginPagenew.java
package com.qwest.bpm.swt.designer;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.KeyAdapter;
import org.eclipse.swt.events.KeyEvent;
import org.eclipse.swt.layout.FormAttachment;
import org.eclipse.swt.layout.FormData;
import org.eclipse.swt.layout.FormLayout;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Button;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Group;
import org.eclipse.swt.widgets.Label;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.swt.widgets.Text;
public class LoginPageNew {
private Shell shell;
public LoginPageNew() {
super();
public static void main(String[] args) {
          new LoginPageNew().initialize();
protected void checkSubClass() {
private void initialize(){
Display display = new Display();
shell = new Shell(display);
shell.setText("QBPM");
shell.setMaximized(true);
this.setupWidgets(display, shell);
          shell.pack();
          shell.open ();
          while (!shell.isDisposed ()) {
               if (!display.readAndDispatch ()) display.sleep ();
          display.dispose();
private void setupWidgets(Display display, Shell shell){
final Display newDisplay = display;
FormLayout formlayout = new FormLayout();
          shell.setLayout(formlayout);
          Composite gridComp = new Composite(shell, SWT.NONE);
          GridLayout gridLayout = new GridLayout();
          gridLayout.numColumns = 2;
          gridComp.setLayout(gridLayout);
          final Group group = new Group(gridComp, SWT.NONE);
          group.setText("Credentials");     
          Label label1 = new Label(group, SWT.NONE);
          label1.setText("User Name");
          label1.setBounds(60, 60, 120, 20);
          Text username = new Text(group, SWT.BORDER);
          username.setBounds(200, 60, 120, 20);
          Label label2 = new Label(group, SWT.NONE);
          label2.setText("Password");
          label2.setBounds(60, 90, 120, 20);
          Text password = new Text(group, SWT.BORDER);
          password.setEchoChar('*');
          password.setBounds(200, 90, 120, 20);
          password.addKeyListener(new KeyAdapter() {
          public void keyPressed(KeyEvent e) {
          // close the text editor and copy the data over
          // when the user hits "ENTER"
          if (e.character == SWT.CR) {
               System.out.println("Enter is pressed kya");
TestPage form = new TestPage(LoginPageNew.this.shell);
form.show();
          Label label3 = new Label(group, SWT.NONE);
          label3.setText("JNDI Server URL");
          label3.setBounds(60, 120, 120, 20);
          Text serverurl = new Text(group, SWT.BORDER);
          serverurl.setText("t3://localhost:7001");
          serverurl.setBounds(200, 120, 120, 20);
          Label label4 = new Label(group, SWT.NONE);
          label4.setText("Designer Server");
          label4.setBounds(60, 150, 120, 20);
          Text servername = new Text(group, SWT.BORDER);
          servername.setText("com.qwest.bpm.designerserver.DesignerServerRemoteHome");
          servername.setBounds(200, 150, 240, 20);
          Label label5 = new Label(group, SWT.NONE);
          label5.setText("Database");
          label5.setBounds(60, 180, 120, 20);
          Button database = new Button(group,SWT.RADIO);
          database.setBounds(200, 180, 120, 20);
          database.setText("MDW");
          Button login = new Button(group,SWT.PUSH);
          login.setBounds(150, 240, 120, 25);
          login.setText("Login");
          //login.addSelectionListener(page);
          FormData formGrid = new FormData();
          formGrid.top = new FormAttachment(0,120);
          formGrid.left = new FormAttachment(0,150);
          //formGrid.right = new FormAttachment(100,-10);
          //formGrid.bottom = new FormAttachment(10);
          gridComp.setLayoutData(formGrid);
//TestPage.java
package com.qwest.bpm.swt.designer;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.FillLayout;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Group;
import org.eclipse.swt.widgets.Label;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.swt.widgets.Text;
public class TestPage extends Shell{
private Shell shell = null;
private Text firstName = null;
private Display display;
     public TestPage(Shell arg0) {
          this(arg0, SWT.APPLICATION_MODAL);
     * @param arg0
     * @param arg1
     public TestPage(Shell arg0, int arg1) {
          super(arg0, arg1);
protected void checkSubClass() {
public void show(){
          shell = new Shell(display);
          shell.setText("Edit");
          shell.setLayout(new FillLayout());
          //new Button(shell,SWT.PUSH).setText("Go");
          this.initWidgets();     
          shell.pack();
          shell.open();
          //Display display = new Display();
          while (!shell.isDisposed()) {
               if (!display.readAndDispatch())
               display.sleep();
public void initWidgets(){
Group group = new Group(shell, SWT.NONE);
          group.setText("Person");
GridLayout layout = new GridLayout();
          layout.numColumns=2;
          group.setLayout(layout);
          new Label(group, SWT.SHADOW_OUT).setText("FirstName");
          firstName = new Text(group, SWT.BORDER);
          firstName.setText("Pankaj Bhomia");
}

Similar Messages

  • Unable to find the seeded responsiblities post upgrade r12.1.3

    Dear Experts,
    kindly note that we are unable to find the below Responsiblities in our CRP Instance.
    Our Version is R12.1.3 + 11.2.0.3.
    Responsiblities
    1.AGIS SUPER USER
    2.PAYABLE SUPER USER
    3.Receivable Super User
    3.Fixed Assets Super User
    4.GL Super user
    5.AR Super user
    6.General Ledger Manager
    Regards
    Mohammed.

    What do you mean by unable to find them? Have you verified from (Security > Responsibility > Define) screen?
    Troubleshooting Missing Responsibilities For A User (Doc ID 429852.1)
    Missing Responsibilities after 12.1.3 Upgrade (Doc ID 1309852.1)
    Missing responsibilities in R12.1.3 (Doc ID 1423432.1)
    Thanks,
    Hussein

  • The Successful Video To Ipod Forum, Please Post Here

    Everyone Is having Problems and Are vert frustrated. So when someone has sucessfully transfered their videos onto the ipod. please post here & explain how you did it, what you used and details if possible. We all need to work together to get this right. Since apple Isnt going to help it's up to us.
    I Am going to pick up my ipod video tomorrow, i already have my videos loaded into itunes and they work fine, i am going to see if they transfer to my ipod video then. I Will post if successful.
    I Am also going to talk to a mac genius tomorrow at the apple store when i purchase my ipod video. We will overcome this i promise!!!

    My ipod just came yesterday, it originally said delivery 10-21 but that changed to 10-18 and I missed fedex, so I had to go and pick it up. As a result I couldn't play with conversion so much. But here is what I found and what I plan to try. maybe we can try to keep a dialog going of what people are testing and what works. As the new ipods become more available more of the bigger players will come out with converters. Right now the best bet is to use encoders designed for the psp, which is hit or miss.
    PSP movie creator seems to work for mpeg4, haven't gotten h.264 to work but didn't spend that much time.
    320x240, will try 400x192 tonight. make sure you go from mpeg to mp4.
    I could not get videorama to work, at least not with the defaualt options. I will try again today.
    IPSP does not seem to want to work.
    PSPvideo 9 did not seem to work, but I spent only a few minutes with it.
    Heres what I plan to try today.
    Videorama - again
    nero rencode 2 for h.264
    vegas video
    Has any one tried the elecard converter.
    I have a website were I will be posting my results.
    www.distributed-home.com

  • Unable to find an Output Post Processor service to post-process request

    Hi experts,
    Users complaining that they could not able to generate the PDF.
    User Complaint:
    The program does not generate the PDF. The program just generates the XML output. The logfile shows that “Unable to find an Output Post Processor service to post-process request 25852905.”
    EBS: 12.1.2
    OS: RHEL 5.5
    DB: 11.1.0.7.0
    Steps that we tried:
    1. Increased the OPP process to 16
    2. Increased Concurrent:OPP Response Timeout to 750
    3. There is no issue in manager log file.
    4. Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout (Doc ID 352518.1)
    5. Restarted CM. Ran CMclean.
    6. Re: Output Post Processor
    7.Unable to View pdf Output File Created by XML Publisher
    But we dont find any solutions over the above.
    Log:
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    p_order_by='TRX_NUMBER'
    p_trx_number_low='8414037'
    p_trx_number_high='8414037'
    p_open_invoice='N'
    p_check_for_taxyn='N'
    p_choice='SEL'
    p_header_pages='1'
    p_debug_flag='Y'
    p_message_level='10'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.US7ASCII
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    MSG-00100: DEBUG:  AfterPForm_Trigger +
    MSG-00100: DEBUG:  Multi Org established.
    MSG-00100: DEBUG:  AfterParam_Procs.Get_Country_Details
    MSG-00100: DEBUG:  Get_Country_Description.
    MSG-00100: DEBUG:  AfterParam_Procs.Switch_On_Debug
    MSG-00100: Running in debug mode
    MSG-00100: DEBUG:  AfterParam_Procs.Get_Trx_Number_Low
    MSG-00100: DEBUG:  AfterParam_Procs.Get_Trx_Number_High
    MSG-00100: DEBUG:  AfterParam_Procs.Get_Tax_Option
    MSG-00103: lp_trx_date_clause =  and a.trx_date = a.trx_date
    MSG-00100: DEBUG:  BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG:  P_Choice:  SEL
    MSG-00500: DEBUG:  About to build WHERE clause.
    MSG-00500: DEBUG:  WHERE clause built.
    MSG-00100: DEBUG:  Choice is other than ADJ, setting ORDER BY.
    MSG-00500: DEBUG:  Table 1:          AR_ADJUSTMENTS                         COM_ADJ,
            AR_PAYMENT_SCHEDULES                   P,
            RA_CUST_TRX_LINE_GL_DIST               REC,
            RA_CUSTOMER_TRX                        A,
            HZ_CUST_ACCOUNTS                       B,
            RA_TERMS                               T,
            RA_TERMS_LINES                         TL,  
            RA_CUST_TRX_TYPES                      TYPES,
            AR_LOOKUPS                             L_TYPES,
            HZ_PARTIES                        PARTY,
            HZ_CUST_ACCT_SITES                     A_BILL,
            HZ_PARTY_SITES                         PARTY_SITE,
            HZ_LOCATIONS                           LOC,
            HZ_CUST_SITE_USES                      U_BILL
    MSG-00500: DEBUG:  Table 2:          RA_TERMS_LINES                         TL,  
            RA_CUST_TRX_TYPES                      TYPES,
            AR_LOOKUPS                             L_TYPES,
        HZ_CUST_ACCOUNTS                       B,
            HZ_PARTIES                        PARTY,
            HZ_CUST_SITE_USES                      U_BILL,
            HZ_CUST_ACCT_SITES                     A_BILL,
            HZ_PARTY_SITES                         PARTY_SITE,
            HZ_LOCATIONS                           LOC,
            AR_ADJUSTMENTS                         COM_ADJ,
            RA_CUSTOMER_TRX                        A,
            AR_PAYMENT_SCHEDULES                   P,
            RA_TERMS                               T
    MSG-00500: DEBUG:  Where 1:  A.BILL_TO_CUSTOMER_ID = B.CUST_ACCOUNT_ID
    AND REC.CUSTOMER_TRX_ID = A.CUSTOMER_TRX_ID
    AND REC.LATEST_REC_FLAG = 'Y'
    AND REC.ACCOUNT_CLASS   = 'REC'
    AND P.PAYMENT_SCHEDULE_ID + DECODE(P.CLASS,
                                       'INV', 0,
                 = COM_ADJ.PAYMENT_SCHEDULE_ID(+)
    AND COM_ADJ.SUBSEQUENT_TRX_ID IS NULL
    AND 'C'    = COM_ADJ.ADJUSTMENT_TYPE(+)
    AND A.COMPLETE_FLAG = 'Y'
    AND A.CUST_TRX_TYPE_ID = TYPES.CUST_TRX_TYPE_ID
    AND L_TYPES.LOOKUP_TYPE = 'INV/CM/ADJ'
    AND A.PRINTING_OPTION IN ('PRI', 'REP')
    AND L_TYPES.LOOKUP_CODE =
    DECODE( TYPES.TYPE,'DEP','INV', TYPES.TYPE)
    AND NVL(P.TERMS_SEQUENCE_NUMBER,nvl(TL.SEQUENCE_NUM,0))=nvl(TL.SEQUENCE_NUM,nvl(p.terms_sequence_number,0))
    AND DECODE(P.PAYMENT_SCHEDULE_ID,'',0, NVL(T.PRINTING_LEAD_DAYS,0))=0
    AND A.BILL_TO_SITE_USE_ID = U_BILL.SITE_USE_ID
    AND U_BILL.CUST_ACCT_SITE_ID = A_BILL.CUST_ACCT_SITE_ID
    AND A_BILL.party_site_id = party_site.party_site_id
    AND B.PARTY_ID = PARTY.PARTY_ID
    AND loc.location_id = party_site.location_id
    AND NVL(LOC.LANGUAGE,'US') = 'US'
    AND A.TERM_ID = TL.TERM_ID(+)
    AND A.TERM_ID = T.TERM_ID(+)
    AND A.CUSTOMER_TRX_ID = P.CUSTOMER_TRX_ID(+)
    MSG-00500: DEBUG:  Where 2:  A.BILL_TO_CUSTOMER_ID = B.CUST_ACCOUNT_ID
    AND P.PAYMENT_SCHEDULE_ID + DECODE(P.CLASS,
                                       'INV', 0,
                 = COM_ADJ.PAYMENT_SCHEDULE_ID(+)
    AND COM_ADJ.SUBSEQUENT_TRX_ID IS NULL
    AND 'C'    = COM_ADJ.ADJUSTMENT_TYPE(+)
    AND A.COMPLETE_FLAG = 'Y'
    AND A.CUSTOMER_TRX_ID = P.CUSTOMER_TRX_ID
    AND A.CUST_TRX_TYPE_ID = TYPES.CUST_TRX_TYPE_ID
    AND L_TYPES.LOOKUP_TYPE = 'INV/CM/ADJ'
    AND A.PRINTING_OPTION IN ('PRI', 'REP')
    AND L_TYPES.LOOKUP_CODE =
    DECODE( TYPES.TYPE,'DEP','INV', TYPES.TYPE)
    AND NVL(T.PRINTING_LEAD_DAYS,0) > 0
    AND A.BILL_TO_SITE_USE_ID = U_BILL.SITE_USE_ID
    AND U_BILL.CUST_ACCT_SITE_ID = A_BILL.CUST_ACCT_SITE_ID
    AND A_BILL.PARTY_SITE_ID = PARTY_SITE.PARTY_SITE_ID
    AND B.PARTY_ID = PARTY.PARTY_ID
    AND LOC.LOCATION_ID = PARTY_SITE.LOCATION_ID
    AND NVL(LOC.LANGUAGE,'US') = 'US'
    AND NVL(P.TERMS_SEQUENCE_NUMBER,TL.SEQUENCE_NUM)=TL.SEQUENCE_NUM
    AND T.TERM_ID = P.TERM_ID
    AND TL.TERM_ID(+) = T.TERM_ID
    MSG-00100: DEBUG:  AfterPForm_Trigger -
    MSG-00100: DEBUG:  BeforeReport_Trigger +
    MSG-00100: DEBUG:  BeforeReport_Procs.Populate_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Procs.Populate_Tax_Printing_Option
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Message_Details
    MSG-00100: DEBUG:  BeforeReport_Trigger.Get_Org_Profile.
    MSG-00100: DEBUG:  Organization Id:  26
    MSG-00100: DEBUG:  BeforeReport_Trigger -
    MSG-05000: DEBUG:  Trx No... 8414037
    MSG-00100: DEBUG:  Get_Country_Description.
    MSG-00010: 12:03 1 Transaction: 8414037
    MSG-00100: DEBUG:  Get_Country_Description.
    MSG-00100: DEBUG:  Get_Country_Description.
    MSG-05000: DEBUG:  Remit To Address....
    MSG-05000: DEBUG:  Address Style:   
    MSG-05000: DEBUG:  Address 1:        11000 IH-35 NORTH
    MSG-05000: DEBUG:  Address 2:       
    MSG-05000: DEBUG:  Address 3:       
    MSG-05000: DEBUG:  Address 4:       
    MSG-05000: DEBUG:  City:             AUSTIN
    MSG-05000: DEBUG:  County:          
    MSG-05000: DEBUG:  State:            TX
    MSG-05000: DEBUG:  Province:        
    MSG-05000: DEBUG:  Postal Code:      78753
    MSG-05000: DEBUG:  Territory:       
    MSG-05000: DEBUG:  Country_Code:     US
    MSG-05000: DEBUG:  Customer Name:   
    MSG-05000: DEBUG:  Bill To:         
    MSG-05000: DEBUG:  First Name:      
    MSG-05000: DEBUG:  Last Name:       
    MSG-05000: DEBUG:  Mail Stop:       
    MSG-05000: DEBUG:  Country Code:     US
    MSG-05000: DEBUG:  Country Desc:    
    MSG-05000: DEBUG:  Print Home Flag:  N
    MSG-05000: DEBUG:  Width:            40
    MSG-05000: DEBUG:  Height Min:       6
    MSG-05000: DEBUG:  Height Max:       6
    MSG-05000: DEBUG:  Remit To Formatted...   11000 IH-35 NORTH
    AUSTIN TX 78753
    MSG-05000: DEBUG:  Bill To Address....
    MSG-05000: DEBUG:  Address Style:   
    MSG-05000: DEBUG:  Address 1:        2481 ROSS CRES
    MSG-05000: DEBUG:  Address 2:       
    MSG-05000: DEBUG:  Address 3:       
    MSG-05000: DEBUG:  Address 4:       
    MSG-05000: DEBUG:  City:             NORTH BATTLEFORD
    MSG-05000: DEBUG:  County:          
    MSG-05000: DEBUG:  State:           
    MSG-05000: DEBUG:  Province:         SASKATCHEWAN
    MSG-05000: DEBUG:  Postal Code:      S9A3R3
    MSG-05000: DEBUG:  Territory:       
    MSG-05000: DEBUG:  Country_Code:     CA
    MSG-05000: DEBUG:  Customer Name:    VAUGHN FAUTH
    MSG-05000: DEBUG:  Bill To:         
    MSG-05000: DEBUG:  First Name:       VAUGHN
    MSG-05000: DEBUG:  Last Name:        FAUTH
    MSG-05000: DEBUG:  Mail Stop:       
    MSG-05000: DEBUG:  Country Code:     US
    MSG-05000: DEBUG:  Country Desc:    
    MSG-05000: DEBUG:  Print Home Flag:  N
    MSG-05000: DEBUG:  Width:            40
    MSG-05000: DEBUG:  Height Min:       8
    MSG-05000: DEBUG:  Height Max:       8
    MSG-05000: DEBUG:  Bill To Formatted... VAUGHN FAUTH
    VAUGHN FAUTH
    2481 ROSS CRES
    NORTH BATTLEFORD SASKATCHEWAN S9A3R3
    Canada
    MSG-05000: DEBUG:  Ship To Address....
    MSG-05000: DEBUG:  Address Style:   
    MSG-05000: DEBUG:  Address 1:        2481 ROSS CRES
    MSG-05000: DEBUG:  Address 2:       
    MSG-05000: DEBUG:  Address 3:       
    MSG-05000: DEBUG:  Address 4:       
    MSG-05000: DEBUG:  City:             NORTH BATTLEFORD
    MSG-05000: DEBUG:  County:          
    MSG-05000: DEBUG:  State:           
    MSG-05000: DEBUG:  Province:         SASKATCHEWAN
    MSG-05000: DEBUG:  Postal Code:      S9A3R3
    MSG-05000: DEBUG:  Territory:       
    MSG-05000: DEBUG:  Country_Code:     CA
    MSG-05000: DEBUG:  Customer Name:    VAUGHN FAUTH
    MSG-05000: DEBUG:  Bill To:         
    MSG-05000: DEBUG:  First Name:      
    MSG-05000: DEBUG:  Last Name:       
    MSG-05000: DEBUG:  Mail Stop:       
    MSG-05000: DEBUG:  Country Code:     US
    MSG-05000: DEBUG:  Country Desc:    
    MSG-05000: DEBUG:  Print Home Flag:  N
    MSG-05000: DEBUG:  Width:            40
    MSG-05000: DEBUG:  Height Min:       8
    MSG-05000: DEBUG:  Height Max:       8
    MSG-05000: DEBUG:  Ship To Formatted...   VAUGHN FAUTH
    2481 ROSS CRES
    NORTH BATTLEFORD SASKATCHEWAN S9A3R3
    Canada
    Report Builder: Release 10.1.2.3.0 - Production on Wed Sep 25 12:03:07 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    +------------- 1) PUBLISH -------------+
    Unable to find an Output Post Processor service to post-process request 25854362.
    Check that the Output Post Processor service is running.
    +--------------------------------------+
    +------------- 2) PRINT   -------------+
    Not printing the output of this request because post-processing failed.
    +--------------------------------------+
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Can any one please guide me for this issue.?.
    Thanks,
    Vasanth

    Hussein,
    FNDOPP log file
    9/25/13 10:47:48 AM] [Thread-31] Service thread starting up.
    [9/25/13 10:47:48 AM] [EXCEPTION] [OPPServiceThread0] java.sql.SQLException: ORA-24067: exceeded maximum number of subscrib
    ers for queue APPLSYS.FND_CP_GSM_OPP_AQ
    ORA-06512: at "APPS.FND_CP_OPP_IPC", line 85
    ORA-06512: at line 1
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1225)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3488)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3857)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.initAQ(OPPAQMonitor.java:558)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.init(OPPAQMonitor.java:534)
    at oracle.apps.fnd.cp.opp.OPPAQMonitor.initialize(OPPAQMonitor.java:89)
    at oracle.apps.fnd.cp.opp.OPPServiceThread.init(OPPServiceThread.java:94)
    at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:135)
    [9/25/13 11:04:11 AM] [EXCEPTION] [OPPAQMON:876235] ORA-04021: timeout occurred while waiting to lock object
    [GC 20321K->4065K(63360K), 0.0137050 secs]
    Thanks,
    Vasanth

  • Finding this forum here on the Bea Portal is quite hard...

    Finding this forum here on the Bea Portal is quite hard...
    For example, here
    http://dev2dev.bea.com/workshop/
    there should be a link to the Workshop forum... (this forum, and the M7 old forum).
    Thanks for putting some more links!

    Thanks for the suggestion. I will forward this to the web team.
    br
    Marky Goldstein wrote:
    Finding this forum here on the Bea Portal is quite hard...
    For example, here
    http://dev2dev.bea.com/workshop/
    there should be a link to the Workshop forum... (this forum, and the M7 old forum).
    Thanks for putting some more links!

  • NEW FORUM DESIGN: Post Feedback Here

    Posting everything in one place will allow Comcast to better monitor what feedback is given.

     andyross Member Since: ‎10-17-2003 Posts: 3,647 HORRIBLE Forum updateShare Topic Options Subscribe to this discussion  Are you deliberately trying to make the forums so hideous that nobody will use them? The subject text is so tiny, I can barely see it, plus it's virtually impossible to see the difference between read and unread. The subject listings have a huge amount of wasted space between them. You could double the number of on-screen lists (or shorten the scrolling) if you cut it down. There used to be a link on the right that would take me back to the Bookmarks page (what I use as a home page for these forums.) No easy way to get back there that I can see, other than directly from my browser bookmark. At least the text entry seems to properly work with Firefox.   Posted on :‎03-09-2015 05:22 PM    Kudos  0ReplyFollow Options      ResponsesReply     Posted byWelcome_to_Post Member Since: ‎07-02-2003 Posts: 5,381   *sigh*  Happens every.  Single. Time.  They downgrade upgrade the forum software.  Too bad no one listens to us.  Posted on :‎03-09-2015 05:26 PM    Kudos  0Reply Options        Posted byQueen-Evie Member Since: ‎02-04-2004 Posts: 14,621   One not-so-wise new "feature" is that when a topic is more than one page long the FIRST post of the topic is now at the TOP of each topic page. If that post is long that is just some extra scrolling to do in order to get through it and to the replies.And if you are at the bottom of the page and scroll back to the top you gotta get past the first long post on your way back up the page. There is no clear demarcation between posts. Posts are no longer numbered. About the only things that are good are that the toolbar features when replying now work with SeaMonkey and Firefox and other browsers AND the default font size seen when composing a reply is big enough to easily see instead of being teeny tiny as it was before. Yippee!!! No more nose prints on the screen when trying to see what I was composing.
    Comcast employees must be authorized to post in the forum in an official capacity. Employees posting here have their names in red and are designated as employees. Names not in red are customers. This is done to protect customers and for assurance that they are dealing with a Comcast employee.
    Non-Authorized Employees are allowed to post but cannot state they are employees nor can they allude to being employees.  Posted on :‎03-09-2015 06:40 PM    Kudos  0ReplyFollow Options        Posted byQueen-Evie Member Since: ‎02-04-2004 Posts: 14,621   Do me a favor. Repost this here http://forums.comcast.com/t5/Xfinity-com-Website/NEW-FORUM-DESIGN-Post-Feedback-Here/td-p/2490433 After you do that, I will lock this topic. To anyone else who wants to post feedback do so in the topic I linked to.

  • Unable to find the JDeveloper Technical Forum

    Hi,
    I was unable to find the Jdeveloper 2.0 tech forum on the OTN
    homepage.
    Can u please tell me if the link has been changed.
    Thanks in advance
    Ram
    null

    If you find it, let me know please!!
    Ram (guest) wrote:
    : Hi,
    : I was unable to find the Jdeveloper 2.0 tech forum on the OTN
    : homepage.
    : Can u please tell me if the link has been changed.
    : Thanks in advance
    : Ram
    null

  • Difficulty posting question and finding appropriate forum

    Apple needs to make it MUCH simpler to post a question to the discussion rooms.... every time I think I need help... I can never seem to find a way to post a question...and most often give up in frustration. I'm trying to find help in why games won't load at pogo.com..... but can't find a place to post the question....nor can I find a POST A NEW QUESTION button.... except here..... HELP!!!!

    romad wrote:
    Here is a reason a lot of people miss it: it is posted in a tiny font size! Perhaps if it was in 12 point, it would be more visible.
    Obviously there's some reason people miss it, but I can't imagine that's the reason. After all, the "Please Read ..." heading that leads into that explanation is hardly tiny:
    Again, it's obvious there's some reason that people often miss it. I'd guess it has to do with being frustrated by whatever Apple-related problem led them here, causing them to skim over what's in front of them as quickly as possible to get to a place where they can post.
    Whatever the cause, it's a known problem, and the Hosts and others have been trying to find a constructive way to solve it. Hence a brody's question, which I know was honestly intended to try to get to the root of this.

  • HP ENVY 4501 e-All-in-O​ne: Unable to Find Printer

    I just recently got a HP ENVY 4501 e-All-in-One.  The printer is connected wirelessly to my router but after I installed the software, it was unable to find the printer.  I have tried it on 3 different computers.  2 with Windows 7 and the other with Windows Vista.  How can I get the computers to find the printer? Also, can a  Linux system also use the printer? 
    Thanks. 

    Hi blanchard10,
    Welcome to the HP Forums.
    I see that you are having some installation issues.
    Just so you are aware, no Linux driver is available for this printer at this time.
    I do have a few steps that we can try in the attempt to install the printer on to your Windows 7 and Vista computers.
    First off, please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    Seeing that you are attempting to install the printer with a wireless connection, we do need to have the software and drivers installed on to each computer.
    Here is the HP ENVY 4500 e-All-in-One Printer series Full Feature Software and Drivers.
    Please make sure that you do NOT have any firewalls or anti virus protection running while doing the installation.
    Save the download to the Desktop of the computers so that it creates its own icon.  This will make it easy to find the download when it is completed on each computer.  Double click the new icon and follow the installation instructions.  The installation will give you connection options.  Select wireless.
    On the front panel of the printer, we will need to go through the Wireless Setup Wizard.  To get to the Wizard we will need to be on the main display of the printer and touch the Wireless icon on the top of the printer window.  Select Settings and then select the Wireless Setup Wizard and follow the instructions to connect to the network.  You will need the IP address once the printer is connected to add to each computer when prompted to do so.
    Please write me back if you are still having issues or if you have any other questions.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Office Web Apps - Office Web Apps was unable to find the specified certificate

    Hello,
    Let me start by saying I did not see a forum listed for Office Web Apps and figured the SharePoint forum would be the second best place to post this.  With that said, here's my issue...
    I installed OWA 2013 on a Windows Server 2012 (not R2) VM and installed all the prereqs as described here: http://technet.microsoft.com/en-us/library/jj219455(v=office.15).aspx  Since this is a test environment, I'm planning on using a self-signed
    cert which appears to be supported based on info found here: http://technet.microsoft.com/en-us/library/2e147f11-6f47-46bc-90bf-b2f179958d11(v=office.15)#certificate.  
    I created the cert using the following command:
    New-SelfSignedCertificate -DnsName owa.test.local -CertStoreLocation cert:\LocalMachine\My
    I then edited the cert's properties in the Cert Manager MMC snap-in and added a friendly name of "2014_OWA_Cert".  I then proceeded to try and create the OWA farm by running:
    New-OfficeWebAppsFarm -InternalUrl "https://owa.test.local" -CertificateName "2014_OWA_Cert" -EditingEnabled
    This produces the following error:
    New-OfficeWebAppsFarm : Office Web Apps was unable to find the specified certificate.
    At line:1 char:1
    + New-OfficeWebAppsFarm -InternalUrl "https://owa.test.local" -CertificateNa ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (:) [New-OfficeWebAppsFarm], ArgumentException
    + FullyQualifiedErrorId : CertificateNotFound,Microsoft.Office.Web.Apps.Administration.NewFarmCommand
    What gives?  

    Hi Waqas
    Thanks for your help with this. I had a look at both posts, the URL works fine from the WAC server and I am not using a System account to test docs.
    Also, this is a production site that is accessible over the Internet, so we are using https therefore the WOPIZone is external-https.
    Issue #3 in the above blog link does not reflect the same error I see on my servers.
    I also had a look at the information in this link: http://technet.microsoft.com/en-us/library/ff431687.aspx#oauth
    Problem: You receive a "Sorry, there was a problem and we can't open this document" error when you try to view an Office document in Office Web Apps.
    If you added domains to the Allow List by using the
    New-OfficeWebAppsHost cmdlet, make sure you’re accessing Office Web Apps from a host domain that’s in the Allow List. To view the host domains in the Allow List, on the Office Web Apps Server open the Windows PowerShell prompt as an administrator and run
    the Get-OfficeWebAppsHost cmdlet. To add a domain to the Allow List, use the
    New-OfficeWebAppsHost cmdlet.
    I have not added any domains to the Allow list so this did not help either. Should I add the domain?
    Any further help with this is much appreciated.
    Thanks again.
    Yoshi

  • Auto-Capitalization: How can I set Pages v5.01 to auto-capitalize the first letter of the first word in a sentence and to automatically change lower case "i" to "I" appropriately. I'm unable to find a menu that offers me these.

    Auto-Capitalization: How can I set Pages v5.01 to auto-capitalize the first letter of the first word in a sentence and to automatically change lower case "i" to "I" appropriately. I'm unable to find a menu that offers me these.

    Gavin Lawrie wrote:
    Once it had been established that the iWork rewrite had resulted in some features being lost and others broken, and once Apple had acknowledged the concerns* and suggested they are working on fixes**, I'm not sure what else there is to achieve.
    You are writing that in the perspective of having read about it here already. Repeated often enough that you encountered it somewhere in the posts.
    Users are flooding in here and don't know any of this. Of course we have to repeat everything endlessly.
    Because I like to give precise, understandable and workable answers to repeated questions, and Apple doesn't allow sticky posts here, I created a separate forum which users can consult to look up real answers, and contribute for themselves if they have something valuable to add:
    http://www.freeforum101.com/iworktipsntrick/
    There is a section purely devoted to Pages 5. Add whatever answers you feel will lighten the problems of Apple's 'upgrades'.
    Peter
    * Where have they acknowledged anything?
    ** They have barely anything listed, compared to the massive list of deleted features, and nothing but an extraordinarily long time frame considering they created the problems here and now. Apple has not said they will do anything at all about fixing the real issues, the biggest of which is that the new iWork apps break virtually all the work of existing users.

  • Export Release Build error - Exception in thread "main" java.lang.Error: Unable to find named traits

    I've been developing an AIR application for Android and iOS. During development, I've run the application (in debug mode) in the desktop simulator as well as on an iPhone 4 and a Nook Tablet.
    However, I recently tried to "Export Release Build" for iOS and hit the following error: (I've stripped out the package and class information in the error message below)
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-04-06 13:09:15.516
    !MESSAGE Error occurred while packaging the application:
    Exception in thread "main" java.lang.Error: Unable to find named traits: valid.package.path.here::ValidClassName
              at adobe.abc.Domain.resolveTypeName(Domain.java:231)
              at adobe.abc.Domain.resolveTypeName(Domain.java:148)
              at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6665)
              at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:5909)
              at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
              at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
              at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:336)
              at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:472)
              at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:82)
    Compilation failed while executing : ADT
    !STACK 0
    java.lang.Exception
              at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1019)
              at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
              at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
              at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doPackage (ExportReleaseVersionWizard.java:283)
              at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFi nish(ExportReleaseVersionWizard.java:152)
              at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
              at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
              at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
              at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
              at org.eclipse.jface.window.Window.open(Window.java:801)
              at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(Export ReleaseVersionAction.java:97)
              at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportRe leaseVersionAction.java:103)
              at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
              at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
              at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
              at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
              at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    The class the error message is referring to is defined with a SWC that my project links to. However, I've even tried to define a class with that same name (and location) within my project and it still fails to find it.
    Why am I able to Project->Clean and run this project within the desktop AIR player (or on the device in debug mode) but unable to export it as a release build?
    I have found a couple of threads mentioning a similar error but none of them have been marked as resolved.

    At this point I feel I am talking to myself, but I will share my work-around in case it helps another who may stumble across this post.
    In my particular case, both my main AIR application and my ANE wrapper library were referencing the same external Flex library (same revision). Both projects had the library linkage set to merge. Changing the linkage to "External" on one of the 2 libraries (it doesn't seem to matter which) and leaving the other as "Merged into code" enabled the export to complete without the bizarre "Unable to find named traits" error.

  • Setup Assistant unable to find base station

    Ok I am new to wireless so here goes. I have a iMac G5 2.0 running 10.4. I just bought the base station today. I am trying to use dsl with PPPoE. I have checked those settings about a 100 times. The same settings and cable I am using to post here to this forum thru ethernet.
    I plug in the base and when I get the flashing amber it is recognized in the internet connet app with a full signal strength. If I try to connect it tells me it cannot locate the server.
    When I try the setup assist app and select 'Set up a new Airport Base Station' and hit continue. it immediately say it found a new Airport Express base station and includes the name. But when I hit continue again it takes a minute to think the brings up a error message. '...unable to find your base station.
    I also come up empty with the Airport Admin utility. Nothing shows in it.
    I hope someone can help. Thanks.
    Jeffrey Dalton

    Whether or not a sound system is plugged into the Airport Express has no influence on the generation of this error message by the Airport Setup Assistant.
    I have a distinct feeling I'm going to be reiterating everything the people at Mac support told you to do (so it would be helpful to tell us at the start what you have tried thus far to solve the problem) but the next thing I would recommend is a factory default reset of the Airport Express per:
    http://docs.info.apple.com/article.html?artnum=108044
    The other thing that can cause all sorts of grief is any non-Apple firewall software you might have installed on this Mac - that includes firewalls, "internet protection" software, and VPN client software. The MacOS built in firewall is OK - but all this other baggage should either be disabled or uninstalled.

  • [SOLVED] Trying to compile Cafu engine - Unable to find dependencies

    Hello,
    I'm pretty new to Arch and currently I'm trying to compile Cafu (an open source game and graphics engine). On my notebook (running Xubuntu) I was able to compile it successfully but here in Arch the build fails after a while. I guess this is due to a dependency I am missing. Of course I have read the Cafu documentation first and it states that the following packages are needed:
    Cafu documentation wrote:
    A graphics driver with 3D hardware acceleration (the right driver is usually auto-detected and installed by the “Driver Manager”).
    build-essential – The compiler and basic tools required to compile C and C++ programs.
    libgtk2.0-dev – Developer files for GTK 2.0, needed for building wxGTK.
    libgl1-mesa-dev and libglu1-mesa-dev – OpenGL developer files, needed for building wxGTK and the Cafu rendering subsystem. On Debian Sarge (3.1), the packages xlibmesa-gl-dev and xlibmesa-glu-dev used to serve the same purpose, but on newer systems, they have been replaced by the libgl(u)1-mesa-dev packages.
    libasound2-dev – ALSA developer files, needed for building OpenAL-Soft.
    The problem ist, that these packages refer to Ubuntu packages. I was trying to find the equivalent Arch packages, but for the three last list points I was unable to find such a package. So I simply gave it a try, but the build fails as mentioned before. I know, this is not a Cafu forum and this console output will most likely not be very helpful, but I'll post it anyway:
    scons: building associated VariantDir targets: build/linux2/g++/debug build/linux2/g++/release
    g++ -o Libs/build/linux2/g++/release/Models/Loader_lwo.o -c -O3 -funsigned-char -Wall -Werror -Wno-char-subscripts -fno-strict-aliasing -DNDEBUG -DSCONS_BUILD_DIR=build/linux2/g++/release -ILibs -IExtLibs -IExtLibs/lua/src -IExtLibs/lwo -IExtLibs/jpeg Libs/Models/Loader_lwo.cpp
    Libs/Models/Loader_lwo.cpp:208:18: error: 'Vector3fT myNormalize(const Vector3fT&)' defined but not used [-Werror=unused-function]
    cc1plus: all warnings being treated as errors
    scons: *** [Libs/build/linux2/g++/release/Models/Loader_lwo.o] Error 1
    scons: building terminated because of errors.
    If I search for example for libgtk, all I find is the following:
    [joe@arch ~]$ pacman -Ss libgtk
    extra/libgtkhtml 2.11.1-4
    An HTML library for GTK
    community/libgtksourceviewmm2 2.10.1-2
    A C++ API for gtksourceview2
    Also I don't know which packages fit "libgl1-mesa-dev", "libglu1-mesa-dev" and finally "libasound2-dev". There is libgl but this causes a conflict the my proprietary nvidia graphics driver.
    Could anyone give me advice, which packages could be the right ones?
    Thanks!
    Last edited by grindcore (2012-02-28 06:29:03)

    Okay I have checked all the packages and it turned out that I had already all of them installed.
    This means there has to be indeed an upstream code issue. So I will contact the developers via the Cafu forum. I thought about doing this instantly after the build had failed, but I wanted to check out first whether I was not missing a dependency and consequently it would have been a fault of mine.
    Thank you very much.

  • Unable to find root "/dev/mapper/vgLinux-arch_root" after Install

    I set up multiple partitions on lvm so that I could install arch linux on it. I installed the grub bootloader and set the lvm hook in mkinitcpio. Now, when I try to boot from any of the options in grub (Ubuntu, Arch, Arch Fallback), it fails after loading initramfs with the error "Unable to find root device." I have been struggling with this error for several weeks and have read more forum answers than you can imagine and have had no luck with any of their solutions. I can provide any additional information you need, I'm just not sure which information will be helpful. Also, I am new to the forums, and I don't yet know how to include copies of config files like other forum posters do.
    Update: I have managed to successfully boot into Arch after using "lvm vgchange -ay" in the rootfs recovery shell to activate the lvm partitions and then exiting. However, I can't figure out how to boot automatically without doing this every time.
    Last edited by josh.slark (2014-09-08 01:15:35)

    Here's my mkinitcpio.conf. I set up email subscription to my topic, so my next response will be much faster. I didn't even notice your post until I came back to trying to fix this problem again after a hiatus. Thank you for you help.
    Last edited by josh.slark (2014-10-02 09:10:45)

Maybe you are looking for

  • How can I suppress icons in my bookmarks file?

    I don't like the bloat my bookmarks file is subject too when icons are captured with the bookmarks. Is there a way to suppress these images? They're absolutely unnecessary and really explode each bookmark that has them The image is larger than all ot

  • Picture on New Sharp Aquos LED TV

    I took delivery on a SHARP LC-60LE755U AQUOS  LED TV yesterday.  I love the picture - when I'm right in front of it.  The picture quality dramatically declines as you move away and to an angle from it.  Is this how all LED TV's are?  My old TV is an

  • Moving internal table to another internal table using ASSIGN statement.

    Hi, We have a requirement to move an internal table form one program(SAPMV60A) to the internal table of the include(RV61B9xx) using the following statement. [  xvbrp is a internal table in SAPMV60A.  ] ASSIGN ('(SAPMV60A)xvbrp')  TO <ls_xvbrp>. We tr

  • Microsoft Office 2007 Product Key??

    I thought... The Microsoft Office 2007 was totally installed in this laptop. (I bought it 3 days ago.) But once I click the Microsoft Office 2007 Word, it requires the product key?!!! What do I need to do to use it without paying money?? It is gonna

  • Pro*cobol Spurious nulls being updated into database

    I have a strange issue which I will probably report as a bug but thought i would pass by you guys 1st. I have an update statement EXEC SQL UPDATE HARDVER SET HAR_IMEPRT=NVL(RTRIM(:HAR-IMEPRT),' ') ,HAR_IMETER=NVL(RTRIM(:HAR-IMETER),' ') ,HAR_WINDOW=N