Problem Creating APPLICATION Bean

As you all know, JSF application bean are used to store information across all user sessions.
When I create an application bean class with sun creator 2 release, my IDE freezes. And I have to restart creator and then it enters a slump again and the loop continues.
Please could someone guide me.
I intend to use the application bean to cache an object that is required by all users so that once the app bean is initialized then it can be available across all user session. Then each user can take that object and use it for it operations.
I will be glad if I could get help pretty soon.

tnks,
I have tried to use the default ApplicationBean1 that gets created when u create a new project.
To my amazement, when I embed codes in constructor or init() creator freeze-up and i have to shutdown abruptly and restart. The problem persist until i use the file system to expunge the code i'd earlier embedded.
Looking forward to hepls from everyone

Similar Messages

  • PLEASE HELP!  Problems creating Entity Bean

    Hello,
    I've created an Application Client in order to access an Entity Beans via a Session Bean. Whilst creating the "Language"-Bean via the Remote Object the size of the error log is growing very fast (in a few minutes up to 500 MB) and the SUN minor code 1015 is thrown.
    Does anyone know what to do? I've spent now nearly 2 days in order to solve the problem and I'm really despaired.
    Thanks in advance.
    Beate
    The Session Bean contains the following code:
    try {
    javax.naming.Context jndiContext = new InitialContext();
    LanguageHome languageHome = (LanguageHome) jndiContext.lookup (LANGUAGE_JNDI);
    LanguageRemote languageRemote = languageHome.create(languageHashtable);
    catch (NamingException ne) {
    System.out.println("in NamingException in createLanguage");
    throw new CreateException(ne.toString());
    catch(RemoteException re){
    System.out.println("in RemoteException in createLanguage");
    throw new CreateException(re.toString());
    The error log contains the following error text:
    org.omg.CORBA.OBJ_ADAPTER: vmcid: SUN minor code: 1015 completed: No
         at com.sun.corba.ee.internal.POA.GenericPOAServerSC.preinvoke(GenericPOAServerSC.java:352)
         at com.sun.corba.ee.internal.POA.ServantCachePOAClientSC.initServant(ServantCachePOAClientSC.java:100)
         at com.sun.corba.ee.internal.POA.ServantCachePOAClientSC.unmarshal(ServantCachePOAClientSC.java:91)
         at com.sun.corba.ee.internal.POA.POAImpl.makeObjectReference(POAImpl.java:998)
         at com.sun.corba.ee.internal.POA.POAImpl.createReference(POAImpl.java:1008)
         at com.sun.corba.ee.internal.POA.POAImpl.create_reference_with_id(POAImpl.java:1061)
         at com.sun.enterprise.iiop.POAProtocolMgr.createReference(POAProtocolMgr.java:296)
         at com.sun.ejb.containers.EntityContainer.internalGetEJBObject(EntityContainer.java:1197)
         at com.sun.ejb.containers.EntityContainer.getEJBObject(EntityContainer.java:171)
         at com.sun.ejb.containers.ContainerFactoryImpl.getTargetObject(ContainerFactoryImpl.java:176)

    Hello,
    I found the problem. My Primarykey class had a corrupt "equals" function. I used "==" for a String comparison instead of "equals()". This caused an endless loop.
    Thanks.
    Beate

  • Problem creating application from spreadsheet(.csv)

    I am experiencing a problem while creating an application from a spreadsheet (.csv file). I select upload csv file, the filename, and on the set table properties page the columns are in random order. Normally, the columns follow the order of the first line of the .csv file with comma separated column names. If the columns are not in the order specified in the .csv file, it cannot be loaded. I have used this method a few times and never had this problem in the past. Any information is appreciated.
    Thanks.

    Hello,
    Sure you cannot utilize the spread sheet functions in creating a Database app.
    You can do what you want by either using SQL function in the Report source, or if you use Interactive report then you can do it using Actions Menu >> Format >> compute .. Then you save your report as a default report.
    Please read more here:
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5719,29
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5717,29
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5718,29
    Best Regards,
    Fateh
    If you believe that my answer was helpful to you or correct then please mark the answer as helpful or correct
    Edited by: Fateh on Nov 21, 2012 3:23 AM

  • Problem creating Application Server Connection

    Hi,
    I am experiencing some problem in getting the connection to work right after I install the JDeveloper 10.1.3, the following is the configuration I used, please help me on this:
    Connection Type: Standard OC4J 10g 10.1.3
    Host name: localhost , RMI Port: 23791
    Firewall for port 23791 is turned off for both UDP and TCP.
    When I test for connection, I got the following error:
    Error while getting remote MBeanServer for url: ormi://localhost:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    I do not understand why this happen. Do I need to turn on any server to get this to work? Please help me. Thanks.

    Hi Timo,
    Thanks a lot. After doing much research here and there, I managed to get it work. I think it would be better that I shared my experience with everyone and this is how I get my first JSP on JDeveloper (OC4J) to work:
    - Start the OC4J server by running [Where you installed your JDeveloper]/jdev/bin/start_oc4j.bat
    - Create an application server connection. [For username: admin, password: welcome, URL: ormi://localhost:23791/]
    Just wonder if anyone can give me a clue on how do I change my port to 80 instead of the default 8988 and also how to change the context root?

  • Unable to create application module.  JNID/RMI problem?

    Hi forum,
    I've got an ADF/OC4J application deployed and running successfully but sometimes the following error comes up:
    JBO-30003: The application pool (com.miempresa.AppModuleLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught:
    oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.     at
    oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)     
    In stack trace details we can found:
    java.lang.Thread.run(Thread.java:595)## Detail 0 ##javax.naming.NameNotFoundException: com.miempresa.AppModule not found          
    at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)          at
    com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:255)          at
    com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:195)          at
    javax.naming.InitialContext.lookup(InitialContext.java:351)          at
    oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:136)
    Due to "NameNotFoundException", it seems to be reasonable to say that it's a JNDI problem. When application module is looked up through JNDI it's not found, so exeception is thrown. However, this doesn't happen frequently but occasionally. Why? What am I doing wrong?
    Thanks in advance for your help.
    Luis Serrano.

    Any ideas?

  • RMI of EJB Problem Sun Application Server 8

    I have an application that tries to invoke a remote ejb. If the client is on the same box as the ejb then everything works as expected. If the client makes the call from a different application server, then the errors listed below are generated CONTINIOUSLY UNTIL THE CLIENT APP SERVER IS STOPPED.
    Although I specify a hostname and port of the desired server, the error in the server log displays the hostname as localhost (which is incorrect, with the correct port) :
    locahhost:hostname: 127.0.0.1; port: 33702.
    I know that client is communicating with the app server where the ejb reside because the other log messages show the other iiop ports of the ejb app server:
    Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: 127.0.0.1; port: 33702"
    Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: 127.0.0.1; port: 33822"
    Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: 127.0.0.1; port: 33922"
    I use the following code to point the remote server:port:
    env.put("java.naming.factory.initial", "com.sun.jndi.cosnaming.CNCtxFactory");
    env.put("java.naming.provider.url", urlString);
    The value of the urlString is extracted from a properties file and
    contains the server and the port information.
    GENERATED ERRORS:
    [#|2007-02-15T12:22:53.995-0500|WARNING|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee._DEFAULT_.rpc.transport|_ThreadID=11;|"IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: 127.0.0.1; port: 33702"
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2257)
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:2278)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:208)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:221)
    at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:104)
    at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:146)
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
    at org.omg.CosNaming._NamingContextExtStub.resolve(_NamingContextExtStub.java:397)
    at com.sun.jndi.cosnaming.CNCtx.callResolve(CNCtx.java:440)
    at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:492)
    at com.sun.jndi.cosnaming.CNCtx.lookup(CNCtx.java:470)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at cyberCash.VerisignDriver.lookupRemoteVerisignAgentBean(VerisignDriver.java:779)
    at cyberCash.VerisignDriver.createVerisignRemote(VerisignDriver.java:609)
    at cyberCash.VerisignDriver.getVerisignRemote(VerisignDriver.java:579)
    at cyberCash.VerisignDriver.SaveInput(VerisignDriver.java:232)
    at org.apache.jsp.jsp.ePayment.verisignresults_jsp._jspService(verisignresults_jsp.java:143)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    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:585)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: java.net.ConnectException: Connection refused: connect
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:464)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at com.sun.corba.ee.impl.transport.DefaultSocketFactoryImpl.createSocket(DefaultSocketFactoryImpl.java:63)
    at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:191)
    ... 52 more
    |#]

    hi
    I am working with Sun java application Server 8.
    I can able to create application(*.ear),
    (Enterprise Java Bean) bean component,
    client application
    Problem is, i am unable to provide JNDI name for client application
    advice needed to provide JNDI name for the client applications
    i dont know whats the use of pointbase/cloudscape
    (As i am new to this sjaServer 8, i need your advice)
    Response to the following mail id
    [email protected]
    Please do the favour
    thank you

  • Problem creating sun-cmp-mappings.xml with xdoclet

    I am using xdoclet to create a deployable ear file for the Sun ONE app. server. I am having problems getting a correct sun-mappings.xml file with the correct cmr relation fields.
    As an example I created two beans; Account and AccountGroup. AccountGroup has a 1:n relation to Account via the cmr field account. If I look at the resulting sun-mappings file I also get a cmr field "account" in the Account bean, which shouldn't be there.
    Can anybody give me a clue what's wrong with this code.
    AccountGroupEJB.java :
    package test;
    import javax.ejb.*;
    import java.sql.*;
    import javax.sql.*;
    import javax.naming.*;
    * @ejb.bean
    * name="AccountGroup"
    * jndi-name="ejb/accountgroup"
    * local-jndi-name="ejb/accountgroup"
    * primkey-field="id"
    * cmp-version="2.x"
    * schema="AccountGroupSchema"
    * type="CMP"
    * view-type="local"
    * transaction-type="Container"
    * @ejb.pk
    * generate="false"
    * @ejb.transaction type="Required"
    * @ejb.permission unchecked="True"
    * @ejb.resource-ref
    * res-ref-name="jdbc/test"
    * res-type="javax.sql.DataSource"
    * res-auth="Container"
    * res-sharing-scope="Shareable"
    * jndi-name="jdbc/test"
    * @ejb.finder
    * view-type ="local"
    * method-intf="LocalHome"
    * query="select distinct object (a) from AccountGroupSchema a"
    * signature="java.util.Collection findAll()"
    * @ejb.finder
    * view-type ="local"
    * method-intf="LocalHome"
    * query="select distinct object (a) from AccountGroupSchema a where a.id = ?1"
    * signature="clover.AccountGroupLocal findByPrimaryKey(java.lang.Integer id)"
    * @ejb.persistence
    * table-name="accountgroup"
    public abstract class AccountGroupEJB implements EntityBean{
    public AccountGroupEJB() {
    private EntityContext ctx;
    * @ejb.create-method
    * view-type="local"
    public Integer ejbCreate(Integer id,String name) throws CreateException {
    setId(id);
    setName(name);
    return null;
    public void ejbPostCreate(Integer id,String name) throws CreateException {
    public void ejbActivate() {}
    public void ejbLoad() {}
    public void ejbPassivate() {}
    public void ejbRemove() {}
    public void ejbStore() {}
    public void setEntityContext(EntityContext ctx) {
    this.ctx=ctx;
    public void unsetEntityContext() {
    this.ctx=null;
    //abstract acessor methods for all persistent field
    * @ejb.persistent-field
    * @ejb.persistence
    * column-name="accountgroup.id"
    * @ejb.interface-method
    * view-type="local"
    * @ejb.pk-field
    public abstract Integer getId();
    public abstract void setId(Integer id);
    * @ejb.persistent-field
    * @ejb.persistence
    * column-name="accountgroup.name"
    * @ejb.interface-method
    * view-type="local"
    public abstract String getName();
    * @ejb.interface-method
    * view-type="local"
    public abstract void setName(String name);
    * @ejb.interface-method
    * view-type="local"
    * @ejb.relation
    * name="AccountGroup:Account"
    * target-ejb="Account"
    * role-name="AccountGroup:account"
    * target-role-name="Acount"
    * multiple="yes"
    * @sunone.relation
    * column="accountgroup.id"
    * target="account.accountgroup_id"
    public abstract java.util.Collection getAccount();
    * @ejb.interface-method
    * view-type="local"
    public abstract void setAccount(java.util.Collection accounts);
    AccountEJB.java:
    package test;
    import javax.ejb.*;
    import java.sql.*;
    import javax.sql.*;
    import javax.naming.*;
    * @ejb.bean
    * name="Account"
    * jndi-name="ejb/account"
    * local-jndi-name="ejb/account"
    * cmp-version="2.x"
    * schema="AccountSchema"
    * primkey-field="login"
    * type="CMP"
    * view-type="local"
    * transaction-type="Container"
    * @ejb.pk
    * generate="false"
    * @ejb.transaction type="Required"
    * @ejb.permission unchecked="True"
    * @ejb.resource-ref
    * res-ref-name="jdbc/test"
    * res-type="javax.sql.DataSource"
    * res-auth="Container"
    * res-sharing-scope="Shareable"
    * jndi-name="jdbc/Mysql"
    * @ejb.finder
    * view-type ="local"
    * method-intf="LocalHome"
    * query="select distinct object (a) from AccountSchema a"
    * signature="java.util.Collection findAll()"
    * @ejb.finder
    * view-type ="local"
    * method-intf="LocalHome"
    * query="select distinct object (a) from AccountSchema a where a.login = ?1"
    * result-type-mapping="Local"
    * signature="clover.AccountLocal findByPrimaryKey(java.lang.String login)"
    * @ejb.persistence
    * table-name="account"
    public abstract class AccountEJB implements EntityBean{
    public AccountEJB() {
    private EntityContext ctx;
    * @ejb.create-method
    * view-type="local"
    public String ejbCreate(String login, String name) throws CreateException {
    setLogin(login);
    setName(name);
    return null;
    public void ejbPostCreate(String login, String name) {
    public void ejbActivate() {}
    public void ejbLoad() {}
    public void ejbPassivate() {}
    public void ejbRemove() {}
    public void ejbStore() {}
    public void setEntityContext(EntityContext ctx) {
    this.ctx=ctx;
    public void unsetEntityContext() {
    this.ctx=null;
    //abstract acessor methods for all persistent field
    * @ejb.persistent-field
    * @ejb.persistence
    * column-name="login"
    * @ejb.interface-method
    * view-type="local"
    * @ejb.pk-field
    public abstract String getLogin();
    public abstract void setLogin(String login);
    * @ejb.persistent-field
    * @ejb.persistence
    * column-name="name"
    * @ejb.interface-method
    * view-type="local"
    public abstract String getName();
    * @ejb.interface-method
    * view-type="local"
    public abstract void setName(String name);
    sun-cmp-mappings.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE sun-cmp-mappings PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 OR Mapping //EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-cmp-mapping_1_0.dtd">
    <!-- Generated by XDoclet -->
    <sun-cmp-mappings>
    <sun-cmp-mapping>
    <schema>CloverSchema</schema>
    <entity-mapping>
    <ejb-name>AccountGroup</ejb-name>
    <table-name>accountgroup</table-name>
    <cmp-field-mapping>
    <field-name>id</field-name>
    <column-name>accountgroup.id</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>name</field-name>
    <column-name>accountgroup.name</column-name>
    </cmp-field-mapping>
    <cmr-field-mapping>
    <cmr-field-name>account</cmr-field-name>
    <column-pair>
    <column-name>accountgroup.id</column-name>
    <column-name>account.accountgroup_id</column-name>
    </column-pair>
    </cmr-field-mapping>
    </entity-mapping>
    <entity-mapping>
    <ejb-name>Account</ejb-name>
    <table-name>account</table-name>
    <cmp-field-mapping>
    <field-name>login</field-name>
    <column-name>login</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>name</field-name>
    <column-name>name</column-name>
    </cmp-field-mapping>
    <cmr-field-mapping>
    <cmr-field-name>account</cmr-field-name>
    <column-pair>
    <column-name>accountgroup.id</column-name>
    <column-name>account.accountgroup_id</column-name>
    </column-pair>
    </cmr-field-mapping>
    </entity-mapping>
    </sun-cmp-mapping>
    </sun-cmp-mappings>

    Here is a link to my patch:
    http://opensource.atlassian.com/projects/xdoclet/secure/attachment/10294/sunone-rel.patch
    Since the patch was created based on a 1.2.0 it is possible that you have to edit in my changes manually.
    Note also that my version doesn't support the "target-" attribues. You have to have CMR methods on both sides of the relationship. If one of the methods shouldn't be accessible you can leave out the interface-method tag, and the method will then act as a just a placeholder for xdoclet tags.
    For what it's worth we are using my patched xdoclet module to generate descriptors for several hundred CMP/CMR beans and it works perfectly.
    /Gunnar

  • Need assistance creating applications with superseedence to uninstall Office 2010, Lync 2010 and then install Office 365 click to run 2013

    We are getting ready in a few months to uninstall our locally installed Office 2010 and head to the cloud with Office 365 2013. I have created applications to uninstall Office 2010 and Lync 2010 and then added them to the supersedence tab for Office 365
    office 2013 click to run with appv5.
    When deploying the office 365 2013 application it does not uninstall office 2010 or lync 2010 with the supersedence.  I am able to manually uninstall Office 2010 and Lync 2010 with the command lines I am using in the applications.
    The application uninstall for Office 2010 is:
    The application uninstall is an exe so I created an application, created a deployment type with the location of our Office 2010 admin point, installation program and uninstall program are set with the same line as I have tried to deploy it separately and
    also as a supersedence in the Office 365 application setup.exe /uninstall ProPlus /config "\\sccmserver\share\Office2010\ProPlus.ww\silentuninstallconfig.xml.  The silentuninstallconfig.xml was created from the original config.xml file and edited
    to these settings:<Configuration Product="ProPlus">
     <Display Level="none" CompletionNotice="NO" SuppressModal="yes" AcceptEula="yes" />
     <Setting Id="Reboot" Value="Never" />
     <Setting Id="SETUP_REBOOT" Value="NEVER" />
     <OptionState Id="ProductFiles" State="Local" Children="force" />
     </Configuration>
    The detection method is the folder path to see that office 14 exists.  When I deploy this the machines finish with success showing this exists, but does not uninstall Office 2010.
    running the command line manually mapped to this location on a machine uninstalls office 2010 without issue. 
    Lync 2010 uninstall:
    Lync is an exe so I am using the LyncSetup.exe /silent /uninstall.  The application is in the supersedence tab for Office 365 2013. This never installs.  If I create a softare distribution and deploy it on its own it uninstalls without issue. 
    We are going to use Lync 2013 with our office 365 2013 installation so we need to uninstall this.  The detection method for lync is file system folder and the Microsoft lync folder for detection.
    MS Office 15 (Office 365) was created with the click to run tool.  I can install this with the application I created using the appv5 package created with the click to run tool.  The issue is we need Office 2010 and Lync 2010 uninstalled first. 
    Having both versions of Office installed in test has caused issues where Office 15 365 will not list in add and remove programs and cannot be uninstalled even with the fix it article to remove office 2013. 
    I have looked at many articles and so far it is not working for us.  Any help appreciated to get us to the cloud.
    Thanks,
    Brit

    The applications I have for uninstall of office 2010 and Lync 2010 for some reason do not uninstall. Manually testing the command lines they do.  The detection method seems to be hanging things up.  On the lync uninstall detection method I have
    the setting type of file system, type folder, path c:\program files\ folder name Microsoft Lync.
    I highly recommend using something other than a file/folder "exists" detection method. Installers are constantly leaving things behind due to environmental inconsistencies. It may leave files/folders behind with a schedule to delete files on next reboot.
    These things are unpredictable and very hard to use. I just use the "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" Registry location. There you can actually key off the "Product Version" DWORD as well which gives you an even more accurate method
    to determine if the application you are trying to deploy (or expect to exist) is truly there. This, of course, being if you are not using an MSI. If you have MSI technology ALWAYS use the product code unless the person writing the MSI chooses to use the same
    product code for every version release of their product. In which case, Use the registry method.
    As far as getting the supersedence and everything working. You need to start from the basics. Create Applications for all of the apps you want to remove. Make sure they install and uninstall properly (seems like overkill but it isn't that hard). Once you
    have working install/uninstall applications then you can easily apply supersedence to your new applications with a setting of Uninstall on the superseded apps you should have no problem getting rid of them. I have done this for numerous things.
    For example, I did this with Cisco Jabber to replace older versions of jabber, older versions of cisco unified personal communicator and lync and OSC. All of these replaced versions had to have an Application but once it was in it took two seconds to apply
    all the supersedence rules and now I know when I push that software out no matter version is running on any machine it will pull all the old apps off and put the new one on.
    Dustin Estes - MCP | www.dustinestes.com

  • Error while creating application

    Hi,
    I am getting the following error while creating the application.
    "IHspAppAssistantACM_SaveAppAssistant() Error
    Unable to Create application FirstApp.
    Error Number: 2147024891"
    No other application is existing with this name.
    I checked the HspEventLog... the following listed in it:
    Information*16*ns36225*01/09/08 11:53:17*CHspDataSourceImp.cpp*Line 378*Entering CreateApplication: FirstApp*
    Information*16*ns36225*01/09/08 11:53:19*CHspDSSQL.cpp*Line 3255*Could not retrieve planning version*
    Information*16*ns36225*01/09/08 11:53:19*CHspDSSQL.cpp*Line 3326*Could not retrieve product release*
    Information*16*ns36225*01/09/08 11:53:19*CHspDSSQL.cpp*Line 3397*Could not retrieve product CSS Version*
    Error*16*ns36225*01/09/08 11:53:19*CHspDSSQL.cpp*Line 217*Version & Release not found*
    Information*16*ns36225*01/09/08 11:53:19*CHspDataSourceImp.cpp*Line 394*CreateApplication: Deleting old schema*
    Information*16*ns36225*01/09/08 11:53:20*CHspDataSourceImp.cpp*Line 408*CreateApplication: Recreating security tables*
    Information*16*ns36225*01/09/08 11:53:20*CHspDataSourceImp.cpp*Line 437*CreateApplication: Creating Essbase application*
    Information*16*ns36225*01/09/08 11:53:31*CHspDataSourceImp.cpp*Line 495*CreateApplication: Creating new schema*
    Information*16*ns36225*01/09/08 11:53:32*CHspDataSourceImp.cpp*Line 574*CreateApplication: Initializing schema*
    Information*16*ns36225*01/09/08 11:53:32*CHspDataSourceImp.cpp*Line 642*CreateApplication: Creating plantypes*
    Information*16*ns36225*01/09/08 11:53:32*CHspDataSourceImp.cpp*Line 754*CreateApplication: Creating application owner user*
    I am using the following credentilas:
    Essbase Server login : admin
    SQl Server login: admin
    Windows NT login: ns36225
    We are using Planning 9.2 version and Planning Desktop for creating the applications.
    please help me.
    Thanks in advance.
    null

    Hi,
    I had set up CSS Properties file and as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Sample XML file generated by XML Spy v4.4 U (http://www.xmlspy.com)
    -->
    - <css>
    - <hub location="http://hic-pcs27303:58080">
    <dirPort>58089</dirPort>
    </hub>
    - <spi>
    - <provider>
    <native name="Native Directory" />
    </provider>
    </spi>
    - <searchOrder>
    <el>Native Directory</el>
    </searchOrder>
    - <token>
    <timeout>480</timeout>
    </token>
    - <logger>
    <priority>WARN</priority>
    </logger>
    </css>
    I got the problem. it is with DCOM account. I am adding a user in my LAN network, after clicking apply it taking the user in System account not in the domain account. e.g: I logged into my Sys(no: hst-pcs5424) with ABC domain, added a user ns36225 in this domain. During application setup it is looking for DCOM account in hst-pcs5424 account not in my ABC domain. So i need to add a user to the system account that should work without the LAN netwrok. But now my user account won't work with LAN.

  • Creating entity beans with auto numbered primary key

    I have two entity bean with a CMR between them. I am successfully creating the first one but when I try and create the child entity bean I get a NullPointerException.
    Now I think this is because the gernerated code tries to get the primary key of the created entity bean and this is not set as it is set using a auto number in the database (An oracle sequence and trigger).
    Is there anyway i can get round this problem?
    Thanks in advance,
    Adrian

    This is the auto generated code:
         public dmd.sync.ejbs.entity.AppliancePackInfoLocal create_Local(dmd.sync.dataobjects.dto.AppliancePackInfoDTO appliancePackInfoDTO, dmd.sync.ejbs.entity.AmppLocal amppLocal) throws javax.ejb.CreateException, java.rmi.RemoteException {
              BeanO beanO = null;
              dmd.sync.ejbs.entity.AppliancePackInfoLocal result = null;
              boolean createFailed = false;
              boolean preCreateFlag = false;
              try {
                   beanO = super.createBeanO();
                   dmd.sync.ejbs.entity.AppliancePackInfoBean bean = (dmd.sync.ejbs.entity.AppliancePackInfoBean) beanO.getEnterpriseBean();
                   preCreateFlag = super.preEjbCreate(beanO);
                   bean.ejbCreate(appliancePackInfoDTO, amppLocal);
                   Object ejsKey = keyFromBean(bean);
                   result = (dmd.sync.ejbs.entity.AppliancePackInfoLocal) super.postCreate_Local(beanO, ejsKey, true);
                   bean.ejbPostCreate(appliancePackInfoDTO, amppLocal);
                   super.afterPostCreate(beanO, ejsKey);
    It must be falling over on the last line as it calls the ejbPostCreate fine.

  • Error when create application - apex 4.0

    hi all,
    i have problem when create new project in apex.
    my step to create project :
    1. in oracle from i create simple form ,in form just textA - textB and button arithmetic.
    2. in command prompt, i'm type iff2xml90 (form_name)
    3. run apex like http://localhost:8080/apex/ and login
    4. i'm click Application Builder icon
    5. click Migration on the right side of the page
    6. on the Application Migration page, i'm click Create Project
    7. i'm enter thr project detail and upload Forms Module XML File (i'm made in point 1)
    8. project successful i'm created
    9. i'm create Application and show Generate Application and enter the detail,next
    but in point 9 have error when i'm Create Application.
    the error is _"1 error has occurred * The project, "Penjumlahan" does not contain any Blocks associated with database objects."_
    how fix the problem?
    thx :):):)

    Hi Beny,
    I think it would be better to post this question to another forum: {forum:id=137}
    Thanks,
    Udo
    P.S.: Please mark this thread as answered anyway.

  • Problem in Application Help Configuration in Solution Manager

    Hi Experts,
    Here I facing one problem during Application Help configuration..
    When I am going through application help for Solman Configuration it's taking me to standard erp help..
    Where as in SR13, under PlainHtmlHttp,
    In path tab I had given <b>saphelp_sm40/helpdata</b> for solution manager document.
    But for other standard t-code it's giving actual application help.
    where for SMSY,SOLAR01 etc i am not getting the application help.
    Looking for advices.
    Thanks & Regards,
    Sumanta Chatterjee

    Dear Sumanta,
    This depends on how you want to (or how you can) use this http://help.
    sap.com site.
    At first you must be aware of the different areas on this site, these
    areas have different URL structures, for example:
    - http://help.sap.com/saphelp_erp2004 <<< for mySAP ERP
    - http://help.sap.com/saphelp_47x200  <<< for R3 Enterprise
    - http://help.sap.com/saphelp_nw04    <<< for SAP NetWeaver 04
    - http://help.sap.com/saphelp_sm32    <<< for SAP Solution Manager 3.2
    The main problem is that in the area "http://help.sap.com/saphelp_sm32"
    there is only online documentation for the Solution Manager
    functionality.
    Can you please check the table SBAON_CCHK with transaction SE16.
    The following record must exist:
    MANDT COMPONENT                NAME_EN
    xxx   ST                       Solar Help
    If this record does not exist, please create this record manually.
    This should help resolve the issue.
    Regards
    Amit

  • How to create application toolbar in modal dialog box in selection-screen

    Hi Experts,
    how to create application toolbar in modal dialog box in selection-screen?
    Regards,
    Swapnika

    Hi,
    Check the following link regarding Model dialog box and appication toolbar
    http://help.sap.com/saphelp_nw70/helpdata/en/d1/801b84454211d189710000e8322d00/frameset.htm
    It helps in solving your problem.
    Thanks.
    Ramya.

  • HTMLDB 1.6 - 'Create Application' button results in Error

    Hi,
    I've downloaded and installed HTMLDB 1.6 from OTN and have followed the instructions from the OBE tutorial. After fighting with the dads.conf file and the HTTP server, I've managed to log in and complete the tutorial.
    The problem I now have is that whenever I click on 'Create Application' in the OBE workspace, I get another page which says:
    Error ERR-1014 Application not found.
    application=4000 workspace=10
    Also, Enterprise Manager reports that there are 23 invalid objects in the FLOWS_010600 schema,6 invalid objects in the FLOWS_FILES schema, and 6 invalid objects in the PUBLIC schema.
    Much help would be appreciated.
    Thanks
    Bal

    Hi Sergio,
    Thank you for responding. I am running HTMLDB 1.6 on 10g(10.1.0.3.0) on Suse 9.1 I suspect the installation is at fault, therefore I am re-installing it. I'll keep you posted on my progress.
    Thanks,
    Bal

  • Create Application system Dialog box poping up when ever designer is invoked, Then...

    Hi,
    we had recently installed designer in our systems but when we invoke designer we got Create Application system Dialog box poping up , Then when i give an application name the following error comes up
    RME-00011 Operation INS on CI_APPLICATION_SYSTEMS has failed
    RME-02124 Failed to execute Sql Statement
    begin
    errcnt := rmmes.getsize;
    rmmes.getall (:errutil,:errcode,:err1,:err2,:err3,:err4,:e rr5,:err6,:err7);
    end;
    RME-02105 Oracle error occurred
    ORA-06512 Line 157 in repos_user.rmmes
    ora-06512 at line 3
    ora-01403 No Data Found
    Please check for these errors and if possible mail your replies to the following email : [email protected]
    ASASP
    Thanking in advance
    Chan

    Hi Timo.
    In my application all the navigation rules are defined in faces-config.xml.
    But I found following statement in the "fusion developers guide"
    '**You cannot specify dialog:syntax in navigation rules within the faces-config.xml file if your Fusion web application uses ADF Controller features such as task flows. However, you can use the dialog:syntax in the control flow rules that you specify in the adfc-config.xml file.**'
    Since, my application is using faces-config.xml for defining navigation rules and using task-flow as well, I suspect , this is the root of my problem.
    Do u have any solution for it?
    Thanks
    Vikas

Maybe you are looking for

  • I am having trouble with my skype and Microsoft ac...

    I signed in with MS account. I tried to change my registered mail in profile settings, it aked my password. I tried using MS account password and it said wrong password. I forgot my skype password and i tried to recover it in another browser but it t

  • Error for output tax code:Tax code I4 may only contain one assignment line.

    Hi While posting customer invoice with output tax code, I am getting following error. Tax code I4 may only contain one assignment line. Please help me resolve. Regards Rekha

  • Renaming a pdf document using fields in the form

    Hello! I have a form with a button that allows the user to send it by e-mail.  I would like the attached pdf file in the e-mail to be named after fields that have been entered by the user (like the person's name, employee number).  Is this possible t

  • Database Aplication Tables Reconciliation in real time

    Hi. Is there a way to get database aplication tables trusted reconciliation in real time? I mean, If I add/update a row to a table in the trusted source, some type of agent calls an API in OIM which gets the added/updated row (and creates the user) T

  • Accented characters in Word for Mac: Option-i doesn't work

    I am trying to type an accented character (e.g., a circumflex over a letter). Everything I find online says type and hold "OPTION-i", release, then type the letter, but it doesn't work. Instead I get the accent over empty space, next to the letter. T