I have urgent bean problems!!!!!!

hi,
I am trying to make a jar file out of 3 classes and when entering in my statement to do this it keeps telling me that it is an invalid header file. I have created a manifest file called manifest.tmp which says the following;
Main-Class: jhtp3beans.controller
Name: jhtp3beans/controller.class
Java-Bean:True
Name: jhtp3beans/subject.class
Java-Bean:True
Name: jhtp3beans/viewcontroller.class
Java-Bean:True
and all of the above files are serailizable and have been turned into bean classes using the ,
javac -d . controller.java
statement, but obviously with the appropiate file name.
The statement i am typing in to create the jar file is:
jar cfm controller.jar manifest.tmp jhtpbeans\*.*
but it just wont work, has anybody got any suggestions???????????????????????????
I also tryed making jar files seperatly using the statement,
jar -cvfm controller.jar manifest.mf controller.class
this does actually work but the the bean box wont load the beans in so i can make them work together.
please help, cath

remove the "Main-Class: jhtp3beans.controller".
masa

Similar Messages

  • Oracle 8i & weblogic Entity bean problem

    I have a bean named AccountEJB,and in home interface,I have findByprimaryKey(Sting id).I allocated an Account(remote interface) object by call findByPrimaryKey.The program found it.But when I call busness method using this object,(sunch as account.getUserType()),I got remoteException.In server window,I got following message:
    <Jul 10, 2001 1:04:21 PM EDT> <Error> <EJB> <Exception during commit of transa
    ion transaction=(IdHash=5169777,Name = [EJB AccountEJBImpl.getDetails()],Xid=3
    a33593394cd3b17,Status=Rolled back. [Reason = java.lang.NullPointerException],
    mRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=0,seconds left=30,
    Info[myserver]=(state=rolledback),properties=({weblogic.transaction.name=[EJB
    countEJBImpl.getDetails()], LOCAL_ENTITY_TX=true})): java.lang.NullPointerExce
    ion
    at com.nmt.account.ejb.AccountADO.store(AccountADO.java:228)
    at com.nmt.account.ejb.AccountEJB.ejbStore(AccountEJB.java:109)
    at com.nmt.account.ejb.AccountEJBImpl.ejbStore(AccountEJBImpl.java:125
    at weblogic.ejb20.manager.DBManager.storeBean(DBManager.java:231)
    at weblogic.ejb20.manager.DBManager.beforeCompletion(DBManager.java:33
    at weblogic.ejb20.internal.TxManager$TxListener.beforeCompletion(TxMan
    er.java:159)
    at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(Se
    erSCInfo.java:500)
    at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(
    rverSCInfo.java:70)
    at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepare
    dChain(ServerTransactionImpl.java:877)
    at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepar
    ServerTransactionImpl.java:1203)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTr
    sactionImpl.java:158)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java
    03)
    at com.nmt.account.ejb.AccountEJBEOImpl.getDetails(AccountEJBEOImpl.ja
    :344)
    at com.nmt.account.ejb.AccountEJBEOImpl_WLSkel.invoke(AccountEJBEOImpl
    LSkel.java:118)
    at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.
    va:373)
    at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.
    va:237)
    at weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicReques
    andler.java:103)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteReque
    .java:17)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Unexpected exception in beforeCompleti
    : sync = weblogic.ejb20.internal.TxManager$TxListener@3 - with nested exceptio
    [java.lang.NullPointerException]
    at weblogic.transaction.internal.TransactionImpl.throwRollbackExceptio
    TransactionImpl.java:1248)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTr
    sactionImpl.java:208)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java
    03)
    at com.nmt.account.ejb.AccountEJBEOImpl.getDetails(AccountEJBEOImpl.ja
    :344)
    at com.nmt.account.ejb.AccountEJBEOImpl_WLSkel.invoke(AccountEJBEOImpl
    LSkel.java:118)
    at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.
    va:373)
    at weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.
    va:237)
    at weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicReques
    andler.java:103)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteReque
    .java:17)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    I am sorry,I still have more to say.This is urgent.Please help me.
    Thanks
    I have a bean named AccountEJB,and in home interface,I
    have findByprimaryKey(Sting id).I allocated an
    Account(remote interface) object by call
    findByPrimaryKey.The program found it.But when I call
    busness method using this object,(sunch as
    account.getUserType()),I got remoteException.In server
    window,I got following message:
    <Jul 10, 2001 1:04:21 PM EDT> <Error> <EJB> <Exception
    during commit of transa
    ion transaction=(IdHash=5169777,Name = [EJB
    AccountEJBImpl.getDetails()],Xid=3
    a33593394cd3b17,Status=Rolled back. [Reason =
    java.lang.NullPointerException],
    mRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since
    begin=0,seconds left=30,
    Info[myserver]=(state=rolledback),properties=({weblogic
    transaction.name=[EJB
    countEJBImpl.getDetails()], LOCAL_ENTITY_TX=true})):
    java.lang.NullPointerExce
    ion
    at
    at
    at
    t
    com.nmt.account.ejb.AccountADO.store(AccountADO.java:22
    at
    at
    at
    t
    com.nmt.account.ejb.AccountEJB.ejbStore(AccountEJB.java
    109)
    at
    at
    at
    t
    com.nmt.account.ejb.AccountEJBImpl.ejbStore(AccountEJBI
    pl.java:125
    at
    at
    at
    t
    weblogic.ejb20.manager.DBManager.storeBean(DBManager.ja
    a:231)
    at
    at
    at
    t
    weblogic.ejb20.manager.DBManager.beforeCompletion(DBMan
    ger.java:33
    at
    at
    at
    t
    weblogic.ejb20.internal.TxManager$TxListener.beforeComp
    etion(TxMan
    er.java:159)
    at
    at
    at
    t
    weblogic.transaction.internal.ServerSCInfo.callBeforeCo
    pletions(Se
    erSCInfo.java:500)
    at
    at
    at
    t
    weblogic.transaction.internal.ServerSCInfo.startPrePrep
    reAndChain(
    rverSCInfo.java:70)
    at
    at
    at
    t
    weblogic.transaction.internal.ServerTransactionImpl.loc
    lPrePrepare
    dChain(ServerTransactionImpl.java:877)
    at
    at
    at
    t
    weblogic.transaction.internal.ServerTransactionImpl.glo
    alPrePrepar
    ServerTransactionImpl.java:1203)
    at
    at
    at
    t
    weblogic.transaction.internal.ServerTransactionImpl.com
    it(ServerTr
    sactionImpl.java:158)
    at
    at
    at
    t
    weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJ
    Object.java
    03)
    at
    at
    at
    t
    com.nmt.account.ejb.AccountEJBEOImpl.getDetails(Account
    JBEOImpl.ja
    :344)
    at
    at
    at
    t
    com.nmt.account.ejb.AccountEJBEOImpl_WLSkel.invoke(Acco
    ntEJBEOImpl
    LSkel.java:118)
    at
    at
    at
    t
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicSe
    verAdapter.
    va:373)
    at
    at
    at
    t
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicSe
    verAdapter.
    va:237)
    at
    at
    at
    t
    weblogic.rmi.internal.BasicRequestHandler.handleRequest
    BasicReques
    andler.java:103)
    at
    at
    at
    t
    weblogic.rmi.internal.BasicExecuteRequest.execute(Basic
    xecuteReque
    .java:17)
    at
    at
    at
    t
    weblogic.kernel.ExecuteThread.execute(ExecuteThread.jav
    :137)
    at
    at
    at
    t
    weblogic.kernel.ExecuteThread.run(ExecuteThread.java:12
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Unexpected
    exception in beforeCompleti
    : sync =
    weblogic.ejb20.internal.TxManager$TxListener@3 - with
    nested exceptio
    [java.lang.NullPointerException]
    at
    at
    at
    t
    weblogic.transaction.internal.TransactionImpl.throwRoll
    ackExceptio
    TransactionImpl.java:1248)
    at
    at
    at
    t
    weblogic.transaction.internal.ServerTransactionImpl.com
    it(ServerTr
    sactionImpl.java:208)
    at
    at
    at
    t
    weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJ
    Object.java
    03)
    at
    at
    at
    t
    com.nmt.account.ejb.AccountEJBEOImpl.getDetails(Account
    JBEOImpl.ja
    :344)
    at
    at
    at
    t
    com.nmt.account.ejb.AccountEJBEOImpl_WLSkel.invoke(Acco
    ntEJBEOImpl
    LSkel.java:118)
    at
    at
    at
    t
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicSe
    verAdapter.
    va:373)
    at
    at
    at
    t
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicSe
    verAdapter.
    va:237)
    at
    at
    at
    t
    weblogic.rmi.internal.BasicRequestHandler.handleRequest
    BasicReques
    andler.java:103)
    at
    at
    at
    t
    weblogic.rmi.internal.BasicExecuteRequest.execute(Basic
    xecuteReque
    .java:17)
    at
    at
    at
    t
    weblogic.kernel.ExecuteThread.execute(ExecuteThread.jav
    :137)
    at
    at
    at
    t
    weblogic.kernel.ExecuteThread.run(ExecuteThread.java:12

  • URGENT BIG PROBLEM:during import track st. in queue simply does not disap

    I have problem when importing transport request on production(the transport domain controler is on development system) . The track status in queue simply does not disappear.
    I tried(based on what I have seen on an other thread) to delete the transport in import monitor and tp on OS level on productive and development system
    Then I deleted entries in TRBAT&TRJOB tables. The TPSTAT is empty.
    The problem persists.
    What would you suggest . The go live depends on this problem

    Hi,
    /usr/sap/trans/buffer might still contain entries, be careful do not modify anything here.
    Check the link
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/ad5b5a4ebc11d182bf0000e829fbfe/frameset.htm
    Check the 'Cleaning up the transport directory' and 'Synchronizing the Buffers' links within the above link.
    Please do not use subjects like : URGENT BIG PROBLEM.. it is against the rules of this forum.
    Regards,
    Siddhesh

  • Multiple session bean problem

    Hi,
    I am developing an admin module to my web app and have created a 2nd session bean to manage data within the admin component of the site just to keep things cleaner and more logical. However there is a problem which I cannot overcome.
    The source code to my main website is located in soulsurfing package. The source code to my admin website is located in soulsurfing.admin package. Inside this package is the java code to my admin web pages and a 2nd session bean called adminSessionBean. So far so good.
    I dropped a database table into my admin page which created a cachedrowset (CustomerRowSet) in my adminSessionBean and a data provider on my admin page (CustomerDataProvider). Ok things are still going well until now.
    There are two main issues i'm facing.
    1. Setting a breakpoint in my code and trying to step through the code line by line (F10) fails whenever the adminSessionBean appears in the line of code. In actuality the system just hangs until I exit debug mode in which the page finishes loading ok. If I step into the code (F11) it still works ok and if there is no breakpoint at all it loads ok too so there is something wrong with the debugger.
    2. Most importantly there is a problem with either the cachedrowset or the data provider because it simply does not return any data from the database. The sql query works fine in both MySQL and when running from creator too so no problem here. If I put a line of code in to capture the sql statement such as String test_var3 = getAdmin$adminSessionBean().getCustomerRowSet().getStatement().toString() a null exception is thrown. However if I ditch the 2nd session bean (adminSessionBean) and run everything exactly the same through the original session bean (SessionBean1) located in soulsurfing package then it all works fine so there must be conflict somewhere with having multiple session beans perhaps in different packages.
    Can anybody help me?
    Below is the java code to my web page that sets and executes the cachedrowset in the prerender method that is failing. Further below that is the code to my 2nd session bean.
    Thanks.
    customer_list.java
    package soulsurfing.admin;
    import com.sun.rave.web.ui.appbase.AbstractPageBean;
    import com.sun.rave.web.ui.component.Body;
    import com.sun.rave.web.ui.component.Form;
    import com.sun.rave.web.ui.component.Head;
    import com.sun.rave.web.ui.component.Html;
    import com.sun.rave.web.ui.component.Link;
    import com.sun.rave.web.ui.component.Page;
    import javax.faces.FacesException;
    import com.sun.rave.web.ui.component.TextField;
    import com.sun.rave.web.ui.component.Button;
    import com.sun.rave.web.ui.component.PageSeparator;
    import com.sun.rave.web.ui.component.StaticText;
    import com.sun.rave.web.ui.component.Table;
    import com.sun.rave.web.ui.component.TableRowGroup;
    import com.sun.rave.web.ui.component.TableColumn;
    import com.sun.data.provider.impl.CachedRowSetDataProvider;
    import com.sun.rave.web.ui.component.MessageGroup;
    import com.sun.rave.web.ui.model.DefaultTableDataProvider;
    public class customer_list extends AbstractPageBean {
        private int __placeholder;
        private void _init() throws Exception {
            customerDataProvider.setCachedRowSet((javax.sql.rowset.CachedRowSet)getValue("#{adminSessionBean.customerRowSet}"));
        private Page page1 = new Page();
        public Page getPage1() {
            return page1;
        public void setPage1(Page p) {
            this.page1 = p;
        private Html html1 = new Html();
        public Html getHtml1() {
            return html1;
        public void setHtml1(Html h) {
            this.html1 = h;
        private Head head1 = new Head();
        public Head getHead1() {
            return head1;
        public void setHead1(Head h) {
            this.head1 = h;
        private Link link1 = new Link();
        public Link getLink1() {
            return link1;
        public void setLink1(Link l) {
            this.link1 = l;
        private Body body1 = new Body();
        public Body getBody1() {
            return body1;
        public void setBody1(Body b) {
            this.body1 = b;
        private Form form1 = new Form();
        public Form getForm1() {
            return form1;
        public void setForm1(Form f) {
            this.form1 = f;
        private TextField textField1 = new TextField();
        public TextField getTextField1() {
            return textField1;
        public void setTextField1(TextField tf) {
            this.textField1 = tf;
        private TextField textField2 = new TextField();
        public TextField getTextField2() {
            return textField2;
        public void setTextField2(TextField tf) {
            this.textField2 = tf;
        private Button button1 = new Button();
        public Button getButton1() {
            return button1;
        public void setButton1(Button b) {
            this.button1 = b;
        private Button button2 = new Button();
        public Button getButton2() {
            return button2;
        public void setButton2(Button b) {
            this.button2 = b;
        private PageSeparator pageSeparator1 = new PageSeparator();
        public PageSeparator getPageSeparator1() {
            return pageSeparator1;
        public void setPageSeparator1(PageSeparator ps) {
            this.pageSeparator1 = ps;
        private StaticText staticText1 = new StaticText();
        public StaticText getStaticText1() {
            return staticText1;
        public void setStaticText1(StaticText st) {
            this.staticText1 = st;
        private StaticText staticText2 = new StaticText();
        public StaticText getStaticText2() {
            return staticText2;
        public void setStaticText2(StaticText st) {
            this.staticText2 = st;
        private Table table1 = new Table();
        public Table getTable1() {
            return table1;
        public void setTable1(Table t) {
            this.table1 = t;
        private TableRowGroup tableRowGroup1 = new TableRowGroup();
        public TableRowGroup getTableRowGroup1() {
            return tableRowGroup1;
        public void setTableRowGroup1(TableRowGroup trg) {
            this.tableRowGroup1 = trg;
        private MessageGroup messageGroup1 = new MessageGroup();
        public MessageGroup getMessageGroup1() {
            return messageGroup1;
        public void setMessageGroup1(MessageGroup mg) {
            this.messageGroup1 = mg;
        private CachedRowSetDataProvider customerDataProvider = new CachedRowSetDataProvider();
        public CachedRowSetDataProvider getCustomerDataProvider() {
            return customerDataProvider;
        public void setCustomerDataProvider(CachedRowSetDataProvider crsdp) {
            this.customerDataProvider = crsdp;
        private TableColumn tableColumn2 = new TableColumn();
        public TableColumn getTableColumn2() {
            return tableColumn2;
        public void setTableColumn2(TableColumn tc) {
            this.tableColumn2 = tc;
        private StaticText staticText4 = new StaticText();
        public StaticText getStaticText4() {
            return staticText4;
        public void setStaticText4(StaticText st) {
            this.staticText4 = st;
        private TableColumn tableColumn3 = new TableColumn();
        public TableColumn getTableColumn3() {
            return tableColumn3;
        public void setTableColumn3(TableColumn tc) {
            this.tableColumn3 = tc;
        private StaticText staticText5 = new StaticText();
        public StaticText getStaticText5() {
            return staticText5;
        public void setStaticText5(StaticText st) {
            this.staticText5 = st;
        private TableColumn tableColumn11 = new TableColumn();
        public TableColumn getTableColumn11() {
            return tableColumn11;
        public void setTableColumn11(TableColumn tc) {
            this.tableColumn11 = tc;
        private StaticText staticText13 = new StaticText();
        public StaticText getStaticText13() {
            return staticText13;
        public void setStaticText13(StaticText st) {
            this.staticText13 = st;
        public customer_list() {
        protected adminSessionBean getAdmin$adminSessionBean() {
            return (adminSessionBean)getBean("admin$adminSessionBean");
        protected soulsurfing.ApplicationBean1 getApplicationBean1() {
            return (soulsurfing.ApplicationBean1)getBean("ApplicationBean1");
        protected soulsurfing.SessionBean1 getSessionBean1() {
            return (soulsurfing.SessionBean1)getBean("SessionBean1");
        protected soulsurfing.RequestBean1 getRequestBean1() {
            return (soulsurfing.RequestBean1)getBean("RequestBean1");
        public void init() {
            super.init();
            try {
                _init();
            } catch (Exception e) {
                log("customer_list Initialization Failure", e);
                throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
        public void preprocess() {
        public void prerender() {
            try {
                if (getAdmin$adminSessionBean().getFilter1().equalsIgnoreCase("")) {
                    getAdmin$adminSessionBean().getCustomerRowSet().setString(1, "%");
                } else {
                    getAdmin$adminSessionBean().getCustomerRowSet().setString(1, getAdmin$adminSessionBean().getFilter1());
                if (getAdmin$adminSessionBean().getFilter1().equalsIgnoreCase("")) {
                    getAdmin$adminSessionBean().getCustomerRowSet().setString(2, "%");
                } else {
                    getAdmin$adminSessionBean().getCustomerRowSet().setString(2, getAdmin$adminSessionBean().getFilter2());
                getAdmin$adminSessionBean().getCustomerRowSet().execute();
                customerDataProvider.refresh();
                customerDataProvider.cursorFirst();
                getAdmin$adminSessionBean().setRowCount(customerDataProvider.getRowCount());
                getAdmin$adminSessionBean().setMsg(getAdmin$adminSessionBean().getRowCount() + " records returned.");
                //i have a breakpoint here which hangs when stepping over code however works if breakppoint not set
                String test_var1 = getAdmin$adminSessionBean().getFilter1();
                int test_var2 = getAdmin$adminSessionBean().getRowCount();
            } catch (Exception e) {
                log("Exception occurred!!", e);
                error("Error: "+e.getMessage()); //null exception is being caught
        public void destroy() {
            customerDataProvider.close();
    adminSessionBean.java
    package soulsurfing.admin;
    import com.sun.rave.web.ui.appbase.AbstractSessionBean;
    import javax.faces.FacesException;
    import com.sun.sql.rowset.CachedRowSetXImpl;
    public class adminSessionBean extends AbstractSessionBean {
        private int __placeholder;
        private void _init() throws Exception {
            customerRowSet.setDataSourceName("java:comp/env/jdbc/SoulSurfing_User");
            customerRowSet.setCommand("SELECT * \nFROM customer ");
            customerRowSet.setTableName("customer");
        private CachedRowSetXImpl customerRowSet = new CachedRowSetXImpl();
        public CachedRowSetXImpl getCustomerRowSet() {
            return customerRowSet;
        public void setCustomerRowSet(CachedRowSetXImpl crsxi) {
            this.customerRowSet = crsxi;
        public adminSessionBean() {
        protected soulsurfing.ApplicationBean1 getApplicationBean1() {
            return (soulsurfing.ApplicationBean1)getBean("ApplicationBean1");
        public void init() {
            super.init();
            try {
                _init();
            } catch (Exception e) {
                log("adminSessionBean Initialization Failure", e);
                throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
        public void passivate() {
        public void activate() {
        public void destroy() {
        private String filter1 = "";
        public String getFilter1() {
            return this.filter1;
        public void setFilter1(String filter1) {
            this.filter1 = filter1;
        private String filter2 = "";
        public String getFilter2() {
            return this.filter2;
        public void setFilter2(String filter2) {
            this.filter2 = filter2;
        private int rowCount;
        public int getRowCount() {
            return this.rowCount;
        public void setRowCount(int rowCount) {
            this.rowCount = rowCount;
        private String msg;
        public String getMsg() {
            return this.msg;
        public void setMsg(String msg) {
            this.msg = msg;
    }

    Hi Harini,
    What I didn't explain in my initial post is that there are more than 2 views in my application.  There are a total of 9 jsp's so far, so I coded multiple controllers due to the high amount of views.  After taking the HTMLB training class, I noticed that the examples used contained no more than 2 jsp's, so only 1 controller was needed.
    However, I talked with another Portal developer, and he suggested that it would be simpler to code the application using only 1 controller.  The problem is, I will have 1 LOOOOONG controller since there are many buttons across all of the jsp's (hence many events that will need to be handled) and many beans that need to be populated.
    Harini, thanks very much for offering to view my par file.  I think I have solved the problem on my own, but could you let me know what the design standard is for an application of this size?  Think of an online banking application that needs to handle bill payment (paying the bill, viewing past payments, etc.,).
    Would you use 1 controller for this type of application?
    Thanks very much for your help.
    -Jamie

  • Can I use a mini dvi to video adapter on my Macbook 7.1 of have some compatibility problems?

    I have a Macbook 7,1 and I want to buy a mini dvi to video (s-video and rca) to plug my macbook to my analog TV.... I want to know, if this have some compatibilty problems... or not....
    tengo una macbook 7.1 y quiero comprar un cable de mini dvi a video compuesto.... en la pagina de apple señala que esta diseñado para imac (intel) y powerbook de 12" que ya ni existen creo.... lo unico que quiero saber es si funcionaria o no el adaptador con mi macbook...

    The first review posting on the product page is:
    +dosen't work on mac pro with nvidia!!!!!+
    +Written by PH from hamburg+
    +August 27, 2007+
    Which suggests no. I have heard from an Apple Store "genius" that it does.
    Both are n=1, so I'd suggest a call to the Apple Store sales line (even if you don't order it that way).

  • Hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem pleas

    hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem please
    and this is an pic for the problem

    There is some troubleshooting for 0xE8 error codes on this page : http://support.apple.com/kb/TS3221 - you could see if anything on that page fixes it

  • DVD player 5.4 keeps crashing using a variety of DVDs.  I have OS 10.6.8, and have repaired permissions, verified the disc, and installed the 10.6.8 update combo.  Several previous questions have adressed this problem.  What is the solution?

    DVD player 5.4 keeps crashing.  I have seen here that a number of other people have had this problem.  I recently started one DVD, and when I went back to it, it opened to a black screen twice.  It also crashes with other DVDs after I scroll ahead or back.  It gives an error message that it is skipping damaged areas, or sometines error 69889.  Playing this on a PC, however, there is no problem.  I repaired the permissions, verified the disc, and installed the OS 10.6.8 combo update, all to no avail.  Techs told me that it is usually the hardware, so I bought a LaCie external combo drive.  Still crashes.  Looked on Apple downloads and they don't list a 5.4 to replace this version.  Mac informer.com offers a free download for DVD 5.5- should I try this?  Why doesn't Apple fix this problem?

    Your suggestions did not help.  I repeated them again after the first try did not succeed.  Any other ideas?
    Would installing another copy of DVD 5.4 help?  How can I get another copy of DVD player 5.4, since Apple does not seem to offer it?  I do have the disc for Snow Leopard, but am not extremely tech savy (and maybe it is the same corrupted version). 

  • Hi team , I have some questions/Problem for my product apple (iPad,iPhone) , I want to employee speak and type thai language

    Hi team , I have some questions/Problem for my product apple (iPad,) , I want to employee that can  speak  or response me in thai language
    1. ผม อาคเนย์  พำนักอยู่ประเทศไทย กรุงเทพฯ  มีปัญหาสอบถาม ดังต่อไปนี้
       - กระผมได้ทำการตัดบัตร เครดิต เพื่อซื้อเกมส์ผ่าน itune store ผ่าน apple itune ID : misskor.yaprom@*** เพื่อซื้อเกมส์ Eleves Realm ในวันที่18 ก.ค. 56 เวลา 17.07น. ซึ่งทางบัตรเครดิตได้แจ้งเรียกเก็บเงินมายอดเงิน 39.99$ ซึ่งในระบบจริงๆ ทางกระผมต้องการตัดในยอด 99.99$ แต่พอได้ประสานงานไปยังธนาคาร ได้รับการแจ้งกลับมาว่า ได้ทำการตัดบัตรในยอดเงิน 39.99$ ซึ่งในความเป็นจริงนั้น กระผมไม่ได้สั่งซื้อเกมส์ในยอด 39.99$ ซึ่งในยอด 99.99$ นั้นพยายามตัดในระบบบัตรเครดิตอยู่ แต่ทางกระผมได้ยืนยันกลับไปว่าไม่ให้ระบบตัดนะครับ เพราะว่าเนื่องจากมีปัญหาในการชำระเงินระหว่าง Apple itune store อยู่
       - ทั้งนี้ขอให้ทางเจ้าหน้าที่ประสานงานตรวจสอบ apple itune ID : misskor.yaprom@*** เพื่อซื้อเกมส์ Eleves Realm ตามที่ได้ให้รายละเอียดโดยด่วนว่าเป็นเพราะว่าระบบมีปัญหาหรือว่ามีอะไรเกิดขึ้นในข ั้นตอนการชำระเงินครับ
    รบกวนประสานงานกลับมายังกระผม อาคเนย์ ที่หมายเลขโทรศัพท์มือถือ +**** / reply feedback  email : lekod1@*** โดยด่วน ในวันศุกร์ที่ 19 ก.ค. 2556 ครับ
    ขอบคุณครับ
    อาคเนย์  อุดปิน
    กด
    <Edited By Host>

    Google translation:
    พนักงานของ iTunes Store จะไม่ได้อ่านข้อความในเว็บบอร์ดนี้ ถ้าคุณต้องการความช่วยเหลือสำหรับปัญหาที่มีใน iTunes Store, คุณจะต้องติดต่อกับพวกเขาผ่านทางแบบฟอร์มเว็บนี้:
    http://www.apple.com/emea/support/itunes/contact.html

  • I am using a work laptop and have the same problem. When I try to change the "configure proxy", they only available option is "use this proxy server for all protocols". Could it be that my system administrator blocked me from changing it since they don'

    I am using a work laptop and have the same problem. When I try to change the "configure proxy", they only available option is "use this proxy server for all protocols". Could it be that my system administrator blocked me from changing it since they don't want us to use Firefox.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; FNGP_SYS)

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • I have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3

    i have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3.
    the problem is best explained on the following one - page thread: 
    https://discussions.apple.com/thread/3951518?start=0&tstart=0
    (Clearly i'm not alone in this problem, although i think i figured out what's going wrong a little more than he did...read on!)
    his solution, to put mainstage in jump mode, is very unsatisfactory to me, as it bounces all of a sudden to drastically different settings.
    basically, my analysis is that my controller is NOT receiving MIDI date from mainstage.  in other words, mainstage knows what my controller is doing, but my controller doens't know what mainstage is doing.
     let's say i turn the knob all the way to the right ... 127...and the virtual fader goes to the right like it's supposed to. 
    now...next...let's say i change to a different patch, where that same VIRTUAL fader is not at the max clockwise position..maybe it's only at 1pm.  now when i turn the physical knob to the RIGHT, the midi data is still at 127 on the controller!  it didn't "reset" to sync up with the new level (say 80 or so) setting on the new patch.  so i can't increase that new setting of 80 by continuing to turn the knob to the right.  i have to turn it all the way to zero,...and then continue PAST zero until the controller thinks that IT is at 0...at that point the controller and mainstage are in agreement, and things work fine....so bascially, the keyboard thinks the level is at max...but mainstage thinks the level is at 1pm.
    i am using Logic 9, and i have a macbook pro 2.9 Ghz I7 with 8 gigs of memory and OS X 10.8.4

    Hi Josh,
    Thanks for taking the time to contact us here a Novation for technical support. Lets continue to correspond via email so we can get your issue resolved.
    Thanks.
    Mike Towns

  • I have recently updated the new apps via creative cloud now photoshop and bridge no longer work, they open then say they have encountered a problem and close, I also tried opening the old version of photo shop but getting the same result

    I have recently updated the new apps via creative cloud now photoshop and bridge no longer work, they open then say they have encountered a problem and close, I also tried opening the old version of photo shop but getting the same result

    What OS version? What's the exact error? Exactly when does the error occur? What previous versions? What is on the screen when the error displays? Does Photoshop get fully open?
    Try opening Photoshop holding down Shift key immediately to turn off plug-ins. Lots of good suggestions here: Photoshop: Basic Troubleshooting steps to fix most issues

  • Hello i have a unusual problem,anyway my iphone 4 wont turn on and when someone calls they hear ringing,but my phone doesent ring,so i open cimcas now ring off. Screen is just black,because it's turned off..Please help me to solve this problem..Thanks

    Hello i have a unusual problem,anyway my iphone 4 wont turn on and when  someone calls they hear ringing,but my phone doesent ring.So i poen simcase and now ring off. Screen is just  black,because it's turned off..Please help me to solve this  problem..Thanks

    As far as trying to power up your device, make sure it has a good charge and then hold the button on the top of the phone and the home button on the faceplate together until the apple appears on the screen.

  • I have installed latest update for itunes but it will not install and I receive a message Apple Mobile device failed to start. I have uninstalled and reinstalled itunes but have the same problem. I am using windows 7 and internet explorer

    I have downloaded the latest Itunes update, but it will not install and I receive a message 'apple mobile device failed to start'. I have uninstalled and reinstalled itunes but still have the same problem!

    Hi there willjay3976,
    You may find the troubleshooting steps in the article below helpful.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    -Griff W. 

  • I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and no Safari.

    I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and still
    no Safari.

    Julie --
    Backing up QuickTime's advice --
    Unless your bank's website is insecure, you're fine.  Go up to the Safari "Search" bar and type in Rapport.  You'll be amazed.  It may  "work" on PCs, but definitely not Macs.  And it's not needed for Macs.

  • After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    Your advice did not help me. I also installed 10.7.4 combo but the situation is the same.
    my internet connection is ok, mail is ok, but app store after 3 resets does not recognize my ID and it says "connection is not possible". Why? I have the same problem in both my mac mini late 2009 and mac book air 2010? Is it a problem of 10.7.4 update? I have to solve this problem and how can i return to 10.7.3 if my last backup was not with 10.7.3???thank you for your kind collaboration...

Maybe you are looking for