10g XE (univ) install on OEL - no web application

Hi Guys,
I seem to have a common install problem, but I can never seem to find a resolution to the problem.
I have a clean Oracle Enterprise Linux 5 install on a VM. I have installed the 10gXEuniv rpm on this, which seems to have gone in fine. When I check the services the db is running, and the listener is started. However, trying to get to http://127.0.0.1:8080/apex gets me a Firefox can't establish a connection to the server at 127.0.0.1:8080.
netstat -a tells me that port 8080 is not clashing with anything else.
I can use sqlplus to login as SYSTEM with no probs, and checked with a desc all_tables which returns fine.
If I do a listener status I get:
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 15-JUN-2009 20:43:00
Uptime 0 days 0 hr. 28 min. 53 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ozone.oracle.com)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
I don't understand why the listener status doesn't say anything about the XE service - which I'm imagining is my problem
If I try to sqlplus / as sysdba
I get
ERROR:
ORA-01031: insufficient privileges
Which is a first and shows something might be wrong.
My tnsnames.ora looks like the following:
XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = ozone.oracle.com)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
listener.ora looks like:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(ADDRESS = (PROTOCOL = TCP)(HOST = ozone.oracle.com)(PORT = 1521))
DEFAULT_SERVICE_LISTENER = (XE)
Something is obviously out of whack, but I'm beggared if I can figure out how a simple install can go so badly wrong. Can anyone help me fix it so that I can actually use the db?
Thanks for any help
Jo

Try this :
- stop the listener
$ lsnrctl stop- rename your listener.ora file
$ cd /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
$ mv listener.ora listener.ora.sav- start the listener
$ lsnrctl start- wait up to a minute and retry "lsnrctl status".
If I try to sqlplus / as sysdba
I get
ERROR:
ORA-01031: insufficient privilegesWhich OS user did you use ? maybe root ? try as oracle user, after checking that oracle user is member of dba group.

Similar Messages

  • Installing IPC 4.0 Web Applications on the NW 2004s WAS

    Hi experts,
    I am running the IPC 4.0 server and the SAP Netweaver 2004s Java Trial Version on my computer. Now I would like to install the IPC 4.0 Web Applications on my computer. Document IPC40WebAppInstV119.pdf from the service market place describes the procedure but only with respect to the SAP J2EE Engine 6.20.
    It would be great if you could help me with any of these questions:
    1) Would it be a problem to install the IPC 4.0 Web Applications on a SAP J2EE Engine 6.40 instead of 6.20?
    2) Would I still have to install SAPJBASIS.SCA and SAPCRMIPC.SCA as described on pages 30ff of the installation guide? Or is one or both of these archives already delivered with the SAP J2EE Engine 6.40?
    Thank you very much for your help. Points will be awarded!
    Regards,
    Jens

    Ok, first 2004s uses J2EE engine 7.0 and not 6.40.
    In theory you have to use the whole NWDI system to do deploy things to 2004s.
    I doubt that IPC4 would even work on 6.40 (not sure, just assuming), what is the backend ? with CRM if definitely would not work, as IPC in CRM5 is a complete rewrite and works totally differently that in previous versions (IPC does not run in the webas anymore but on the crm box instead (partly java).
    You most likely can't install IPC4 through NWDI (cause it's older), yet you need NWDI to deploy to 2004s (though i managed to do it without NWDI if you are interested).

  • Can't install Windows Server 2012 Web Application Proxy

    Hello,
     I'm using a Server 2012 R2 evaluation copy of windows. Windows is fully patched. I'm having trouble installing the Web Application Proxy using the Ms recommended method - when I use:
    https://technet.microsoft.com/en-gb/library/dn383662.aspx#BKMK_PSstep2
    The role service is not listed and if I use PowerShell "Install-WindowsFeature Web-Application-Proxy -IncludeManagementTools" I receive an error regarding an invalid role or feature name.
    My server has a certificate installed in the personal computer store with private key.
    What am I missing?
    Thanks
    IT Support/Everything

    Hi,
    Sorry for the delay reply.
    For Windows Server 2012R2 standard, we could see the web application proxy.
    Please check the image below:
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Storing SessionManager or Server for multiple web applications

    We currently have one enterprise application with 2 web applications installed. These 2 web applications must share the same session cache.
    Toplink is installed as a shared library for both of these web applications.
    What I am wondering is how Server and SessionManager should be utilized.
    In our servlet initialization of web application one we get an instance of the SessionManager and assign the SessionManager to a static instance variable.
    static SessionManager sessionManager;
    sessionManager = SessionManager.getManager();
    Now whenever we want to get a client session from either web application we make the call
    Server serverSession = (Server) sessionManager.getSession("XXX");
    From looking at the code for the sessionManager.getSession("XXX") I see that this
    results in a synchronized method invocation which is in turn bottlenecking our database access code.
    My question is should we not just be storing the Server in a static instance variable to distribute client sessions to both web applications and not the SessionManager.

    Hi,
    One SSA is ok, but you should think about access rights. If the access is clear cut between all the web apps you should be ok with one SSA. Multiple result sources limiting on content source also works, but could easily be bypassed.
    Multiple SSA's will eat up RAM/CPU like a mother :)
    As for popular etc.. it could be due to how those sources are set up, but haven't investigated or tested this much.
    Thanks,
    Mikael
    Search Enthusiast - SharePoint MVP/MCT/MCPD - If you find an answer useful, please up-vote it.
    http://techmikael.blogspot.com/
    Author of Working with FAST Search Server 2010 for SharePoint

  • Nested web applications directory.

    I recently design the jsp development structure in my company.
    It is basically contain two webapps which is productionLine webapp and developmentLine webapp.
    In my developmentLine webapp contain several programmers. Each of them has their own user directory in developmentLine webapp but i face a trouble which is each subdirectory cannot run their servlet in WEB-INF.
    In http://localhost/developmentLine/servlet/servletname is running fine but once i move the webapp into user directory then it cause the problem like http://localhost/development/John/servlet/servletname. It is not working. Any idea about it?
    design jsp development structure based.
    root
    -> productionLine
    \t -> HR
    \t -> Admin
    -> developmentLine
    -> John
    -> HR
    -> webster
    -> Admin
    Is the tomcat support nested webapplication? else i think i need put entire servlet in the common library to shared among each web applications.
    Edited by: webster on Nov 15, 2008 12:30 PM

    Because my company didn't install the any Java Tools before. I need to install entire java development Tools and assigned each particular directories in Tomcat web server for each developer. what's mean of "hacked"?
    I intent to put assigned each developer a userId directory in developmentLine directory. what i trying to do is allow each userId subdirectory in web application directory (i.e. ROOT, webdav, balancer and etc) to have their own servlet classes in WEB-INF directory.
    cause my company required put all the source code into a single server. Their think it is much more easier to maintain.
    so I am trying to install two tomcat in a server. I had change my http port, shutdown port and AJP port to 80, 89 and 85. When i try install a new Tomcat with same version into server, it pop up an error msg.
    Failed to install Tomcat5 service.
    Check your settings and permissions
    Ignore and continue anyway (not recommended)
    I choose ignore it, and continue install. Afterward my web application in port 80 change to 8080. I think it is replace the old tomcat server instead of running both tomcat together.
    Any idea?
    p/s: previous tomcat installation path is C:\Program Files\Apache Software Foundation\Tomcat 5.5 and another tomcat server installation path is C:\Program Files\Apache Software Foundation\Tomcat 5.52.
    Edited by: webster on Nov 17, 2008 10:39 AM

  • Deploying a J2EE web application in Oracle 10g

    Hi friends,
    <br>
    I had worked with Oracle9i 9.0.3 . But it's my first experience with Oracle 10g . I have installed Oracle 10g Infrastructure , Metadata Repository and one Middle tier - Forms and i hope i have followed The Oracle 10g installation guide Properly. Anyway installation is successful.
    The problem is a J2EE web application which is deployed properly on Oracle9i 9.0.3 doesn't get deployed in Oracle 10g. The following is the exception :
    <br>
    Deployment failed: Nested exception
    Root Cause: deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error in application Spom_Apps: Error loading package at file:/C:/Oracle/Ora9iASForms/j2ee/home/applications/Spom_Apps/JmsSubscriberMdb.jar, Error deploying file:/C:/Oracle/Ora9iASForms/j2ee/home/applications/Spom_Apps/JmsSubscriberMdb.jar homes: No location set for Topic resource MessageDrivenBean JmsReceiverMdb
    <br>
    <br>
    where JmsReceiverMdb is the deployment file containing the message driven beans.
    <br>
    Thanks in advance,
    paskal

    Hi,
    Thanks for responding . I am sending the file contents of ejb-jar.xml, orion-ejb-jar.xml, jms.xml.
    Could you also check whether dtds versions of 10g and 9i in these xmls are conflicting? If you can specify your email-id i can send these file as attachments.
    Hope you could strike the right spot.
    ejb-jar.xml
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <session>
    <description>Session Bean ( Stateless )</description>
    <display-name>spomPmConfigSSB</display-name>
    <ejb-name>spomPmConfigSSB</ejb-name>
    <home>jnipackage.spomPmConfigSSBHome</home>
    <remote>jnipackage.spomPmConfigSSB</remote>
    <ejb-class>jnipackage.impl.spomPmConfigSSBBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    <message-driven>
    <description>Message Driven Bean</description>
    <display-name>JmsReceiverMdb</display-name>
    <ejb-name>JmsReceiverMdb</ejb-name>
    <ejb-class>jnipackage.impl.JmsReceiverMdbBean</ejb-class>
    <transaction-type>Container</transaction-type>
    <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
    <resource-ref>
    <res-ref-name>jms/alarmTopicConnectionFactory</res-ref-name>
    <res-type>javax.jms.TopicConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>jms/alarmTopic</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.Topic</resource-env-ref-type>
    </resource-env-ref>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>JmsReceiverMdb</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    <container-transaction>
    <method>
    <ejb-name>spomPmConfigSSB</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Supports</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    Orion-ejb-jar.xml
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN" "http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd">
    <orion-ejb-jar>
    <enterprise-beans>
    <message-driven-deployment name="JmsReceiverMdb" max-instances="100" min-instances="0">
    <resource-ref-mapping name="jms/alarmTopicConnectionFactory"/>
    </message-driven-deployment>
    <session-deployment name="spomPmConfigSSB"/>
    </enterprise-beans>
    <assembly-descriptor>
    <default-method-access>
    <security-role-mapping impliesAll="true" name="&lt;default-ejb-caller-role>"/>
    </default-method-access>
    </assembly-descriptor>
    </orion-ejb-jar>
    jms.xml
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE jms-server PUBLIC "OC4J JMS server" "http://xmlns.oracle.com/ias/dtds/jms-server-9_04.dtd">
    <jms-server port="9127">
    <!-- Queue bindings, these queues will be bound to their respective
    JNDI path for later retrieval -->
    <queue name="Demo Queue" location="jms/demoQueue">
    <description>A dummy queue</description>
    </queue>
    <!-- Topic bindings, these topic will be bound to their respective
    JNDI path for later retrieval -->
    <topic name="Demo Topic" location="jms/demoTopic">
    <description>A dummy topic</description>
    </topic>
    <!-- Topic bindings, these topic will be bound to their respective
    JNDI path for later retrieval -->
    <topic name="AlarmQueue" location="jms/alarmTopic">
    <description>A topic</description>
    </topic>
    <topic name="FaultTextQueue" location="jms/faultTextTopic">
    <description>A topic</description>
    </topic>
    <topic name="FaultTopologyQueue" location="jms/faultTopologyTopic">
    <description>A topic</description>
    </topic>
    <!-- path to the log-file where JMS-events/errors are stored -->
    <log>
    <file path="../log/jms.log"/>
    <!-- Uncomment this if you want to use ODL logging capabilities
    <odl path="../log/jms/" max-file-size="1000" max-directory-size="10000"/>
    -->
    </log>
    <queue name="jms/OracleSyndicateQueue" location="jms/OracleSyndicateQueue">
    <description>Oracle Syndication Services Queue</description>
    </queue>
    <!--
    <queue-connection-factory name="jms/OracleSyndicateQueueConnectionFactory"
    location="jms/OracleSyndicateQueueConnectionFactory"/>
    -->
    <queue-connection-factory location="jms/OracleSyndicateQueueConnectionFactory"/>
    <queue name="jms/OracleUddiReplicationQueue"
    location="jms/OracleUddiReplicationQueue">
    <description>Queue for replication scheduler</description>
    </queue>
    <!--
    <queue-connection-factory
    name="jms/OracleUddiReplicationQueueConnectionFactory"
    location="jms/OracleUddiReplicationQueueConnectionFactory"/>
    -->
    <queue-connection-factory location="jms/OracleUddiReplicationQueueConnectionFactory"/>
    <queue name="jms/OracleWebClippingQueue"
    location="jms/OracleWebClippingQueue">
    <description>Queue for Web Clipping</description>
    </queue>
    <!--
    <queue-connection-factory
    name="jms/OracleWebClippingQueueConnectionFactory"
    location="jms/OracleWebClippingQueueConnectionFactory"/>
    -->
    <queue-connection-factory location="jms/OracleWebClippingQueueConnectionFactory"/>
    </jms-server>

  • Web application not able to connect to Oracle 10g

    I have been facing an issue with my Web application past 2 days wherein
    I am not able to connect to oracle database. The error is receive when I compile my project : OCIEnvCreate failed with return code -1 but error message text was not available. I have defined my connection in web.config and calling it using a connection string
    Details: os : window7 (64bit) .NET framework 4 Oracle 10g 32 bit can you please help me and provide me with a s

    Hi,
           My Question is related to Microsoft visual studio (.Net Framework). 
    Issue: My Application build in Asp.Net is not able to connect to Oracle 10g database (32 bit). My OS is 64 bit in which my visual studio2010 is Installed.
    Thanks
    Error:  
    OCIEnvCreate failed with return code -1 but error message text was not available.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.Exception: OCIEnvCreate failed with return code -1 but error message text was not available.
    Source Error: 
    Line 28:
    Line 29: OracleConnection con = new OracleConnection(connStr);
    Line 30: con.Open();
    Line 31: str = "select count(1) from ITS_INCIDENT";
    Line 32: com = new OracleCommand(str, con);

  • Error during installing SAP Netweaver 2004s WEB AS JAva  (SR3)

    Hello Gurus,
    I am installing SAP Netweaver 2004s Web AS Java   on Oracle Database  10g and HP-UX (PA-RISC 10.23).
    During installation ,in Configure UME phase iam facing an error ,due to which the installation is stuck in between. The extracted error trace of sapinst.log file is as follows:
    ERROR 2008-10-28 17:21:53.387 [sixxcstepexecute.cpp:951]
    FCO-00011 The step runUMConfigurator with step key
    |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|NW_UME_Configuration|ind|ind|ind|ind|1|0|NW_UME_Configuration_Standalone|ind|ind|ind|ind|0|0|runUMConfigurator was executed with
    status ERROR ( Last error reported by the step :Java EE Engine
    configuration error. DIAGNOSIS: See output of logfile
    umconfigurator.log: '
    Oct 28, 2008 5:21:51 PM Info: UME configurator
    (com.sap.security.tools.UMConfiguratorLoad) called for action "setup"
    Oct 28, 2008 5:21:52 PM Error: main()
    [EXCEPTION]
    java.lang.NoClassDefFoundError:
    com/sap/engine/lib/util/cache/CacheListener
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at com.sap.engine.offline.FileClassLoader.findClass
    (FileClassLoader.java:702)
    at com.sap.engine.offline.FileClassLoader.loadClass
    (FileClassLoader.java:600)
    at com.sap.engine.offline.FileClassLoader.loadClass
    (FileClassLoader.java:578)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at
    com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>
    (ConfigurationCache.java:114)
    at
    com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
    at
    com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:60)
    at com.sap.security.tools.UMConfigModel.<init>
    (UMConfigModel.java:79)
    at com.sap.security.tools.UMConfiguratorLoad.main
    (UMConfiguratorLoad.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:324)
    at com.sap.engine.offline.OfflineToolStart.main
    (OfflineToolStart.java:81)
    Oct 28, 2008 5:21:52 PM Info: Leaving with return code 99 '.).
    All variable environment are set correctly (JAVA_HOME, SAPINST_JAVA_HOME).
    Java version is Java version is Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.13-070317-15:01-PA_RISC2.0 PA2.0 (aCC_AP), mixed mode)
    Someone plz help me out wt is this error .
    Regards,
    Christian

    Hi Martin,
    The file  umconfigurator.log
    Oct 29, 2008 12:19:47... Info: UME configurator (com.sap.security.tools.UMConfiguratorLoad) called for action "setup"
    Oct 29, 2008 12:19:48... Error: main()
    [EXCEPTION]
    java.lang.NoClassDefFoundError: com/sap/engine/lib/util/cache/CacheListener
            at java.lang.ClassLoader.defineClass0(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
            at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:702)
            at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
            at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:114)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:60)
            at com.sap.security.tools.UMConfigModel.<init>(UMConfigModel.java:79)
            at com.sap.security.tools.UMConfiguratorLoad.main(UMConfiguratorLoad.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:324)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Oct 29, 2008 12:19:48... Info: Leaving with return code 99
    Thanks
    Christian

  • Problem in oracle 10g web application report printing in character mode

    Hi,
    We are using oracle dev. 10g suite based web application.
    This is an application migrated from oracle forms & report 6i.
    It's working fine except printing report in character mode. When we run the report then preview is Ok but in printing format becomes wrong.
    I means printing is not same as preview.
    Can any one help me on this situation.

    you can solve this problem by using oracle remote printing utility(orarrp)
    Nizhad
    Software Engineer,
    Accel Frontline Limited,
    Kochi.

  • Can you install the Office Web Application Server on one of the App Servers for SharePoint 2013?

    Hi,
    Is it possible to run Office Web Application Server (shows preview images for docs and allows Notepad, Word, Excel to work etc) on one of the SharePoint 2013 App Servers. I don't want to have to create a new server. It talks about setting
    up a farm. 
    Better still how the feck do you switch this functionlity off - I always remember it being a pain in the arse. We accidentally ran the first part of the configuration on one of the SharePoint App Servers only to find out our subscription does not
    have this download (bar stewards changed this Nov 2014 - just after started contract).    
    Help would be much appreciated as close to go live
    Thanks.
    John.

    Hi John,
    Please reboot the server at the very beginning and test the issue again.
    Quote from you:
    Problem is I get Internet Web Page cannot display the webpage everytime I click in a excel document, powerpoint document, notebook link or the preview
    Please post the url in browser address here.
    If you just executed the command below:
    Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices
    It just install some windows feature to the current server, we can find it should be done before installing several server products.
    Could you please verify if the command you executed is the same as the one above?
    You could also go to local disk and check if there is OfficeWebApps folder under C:\ProgramData\Microsoft\?
    If you check in Control Panel > Programs, is there any feature related to Office Web Apps?
    If you have confirmed there is no Office Web Apps feature installed, please go to SharePoint document library settings, and make the document to open in client, does it work?
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Error while installing a web-application

    Hi,
    the error shown belov occurs when i try to install a web application.
    The application is inside an .ear application.
    the reffering line in the web.xml is :
    <web-app application="myweb" name="myweb-web" root="/myweb" load-on-startup="true" />
    if i set the load-on-startup Value to false, the error occurs later when i try to run the application (i think the action lead to the start of the application)
    can anybody help me ?
    Thanks
    Mathias Schacht
    java.lang.NullPointerException
    at com.evermind.server.http.HttpApplication.initDynamicLoaders(HttpApplication.java:4592)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:466)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:337)
    at com.evermind.server.Application.getHttpApplication(Application.java:444)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:581)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:478)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:222)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:240)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:146)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:1546)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:997)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:65)
    at java.lang.Thread.run(Thread.java:484)
    at com.evermind.util.ThreadPoolThread.run (ThreadPoolThread.java:47)

    Hi Mathias,
    Have you tried running OC4J in debug mode? Here is the command for
    launching OC4J using all the debug flags I know. Note that most of
    this information came from the following site:
    http://www.atlassian.com
    Here is the command line (formatted for easy reading -- you need to
    reformat into one long command line):
    java -Dtransaction.log="console"
    -Dejb.debug.state=true
    -Dejb.assert=true
    -Drmi.debug=true
    -Drmi.verbose=true
    -Djdbc.debug=true
    -Djdbc.connection.debug=true
    -Ddatasource.verbose=true
    -Ddebug.jdbc.check=true
    -jar orion.jar -verbosity 10
    -out <output log file>
    -err <error log file>
    The "-out" and "-err" options capture standard output and standard
    error to log files that you supply names for.
    I suggest playing around with these settings (using different combinations
    of them) and see if you can get some more information regarding your
    error message.
    Hope this helps.
    Good Luck,
    Avi.

  • How to install and consume GroupWise Web Service (SOAP)

    Hello! I'm Razvan, programmer from Romnia, and I am new to GroupWise development.
    I am asking if anyone could help me with a C# Visual Studio 2010 example of how to install and consume GroupWise Web Service (SOAP).
    The documentation from novell site didn't help me, i didn't understant much of it.
    All I need is either a link to a documented GroupWise C# developer step-by-step tutorial, or some code examples.
    Can you please show me some code examples in C# with:
    1)loging in using a username and a password,
    2)retrieving contact list,
    3)retrieving appointment list,
    4)sending a mail,
    5)setting an appointment
    I don't know how to use "groupwise.wsdl" and customise it so that it points to our GroupWise server.
    Please, I really need this because I am working at a project right now which involves GroupWise integration.
    I hope I haven't disturbed anyone with my simple question.
    I know this might be a very simple question given the complexity of the other posts here, but that's why I really hope I will get an answer soon.
    Thank you very much!
    Signature:
    How old is the Orthodox faith?
    How old is the orthodox faith?

    Just a comment.
    The value for the version element should be "1.02"
    not "1.2".
    Preston
    >>> On Tuesday, March 01, 2011 at 8:06 AM,
    TheRomanian<[email protected]> wrote:
    > I have great news! After strong documentation yesterday and today, I've
    > just made a successfull example that actually connects to our GroupWise
    > server.
    >
    > I made it in PHP.
    >
    > I need an ASP.NET + C# application, but now is very simple to convert
    > it. I post the PHP code here for other people who in future might be
    > interested in finding out.
    >
    > So a simple PHP GroupWise Login code using "groupwise.wsdl" web
    > service:
    >
    >
    > require_once('./GWService/GroupwiseService.php');
    > require_once('FB.class.php');
    >
    > $classmap = array(
    > 'Authenication' => 'Authenication',
    > 'PlainText' => 'PlainText',
    > 'loginRequest' => 'loginRequest',
    > 'loginResponse' => 'loginResponse',
    > 'logoutRequest' => 'logoutRequest',
    > 'logoutResponse' => 'logoutResponse',
    > 'UserInfo' => 'UserInfo',
    > );
    >
    > $gwservice = new GroupwiseService(
    > "./WSDL/groupwise.wsdl",
    > array(
    > "location" => "http://11.150.40.78:8756/soap",
    > *Your GroupWise server IP:
    > and PORT*
    > "classmap" => $classmap,
    > "trace" => true)
    > );
    >
    > // do login
    > $pt = new PlainText();
    > $pt‑>username = *"YOUR GROUPWISE USERNAME"*;
    > $pt‑>password = *"YOUR GROUPWISE PASSWORD"*;
    >
    > $lr = new loginRequest();
    > $lr‑>auth = $pt;
    > $lr‑>language = "en";
    > $lr‑>version = "1.2";
    > $lr‑>application = "phpClient";
    >
    > $lres = $gwservice‑>loginRequest($lr);
    > //print_r($lres);
    >
    >
    > I Hope this will help others.
    >
    > ‑‑
    > Signature:
    >
    > How old is the Orthodox Faith?
    > 'How old is the orthodox faith?'
    > (http://www.orthodoxphotos.com/history.shtml)

  • How to install the FRMI to Web Server 7.0

    Hi I need a little help, which is like being able to install the service FRMI web server,
    when the installation made the mistake of telling it not to install the service for the initialization
    at system start up.
    How can I add it to boot,
    Web Server version
    root@msfront1 # /opt/SUNWwbsvr7/lib/webservd -v
    Sun Microsystems, Inc.
    Sun Java System Web Server 7.0 B12/04/2006 10:15
    OS
    root@msfront1 # cat /etc/release
    Solaris 10 11/06 s10s_u3wos_10 SPARC
    Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 14 November 2006
    Edited by: arosbar on 08-04-2009 09:39 AM

    hope you installed the web server as a root user. if you have done, it is easy to take it from there . you can use wadm create-server
    <install-root>/bin/wadm create-server user=admin ..  config=.. --node=<hostname> <hostname>
    finally, you should able to start/stop using Solaris 10 SVCS commands like
    svcs -a | grep http
    svcadm enable -s https-.. (for server instance)
    if you chose enabling SMF during installation, you can do so for admin server a well. (so that you can start/stop using commands like svcadm enable -s admin-server)

  • Error message while installing "FDM Web Application" on windows 64-bit

    I am unable to install "FDM Web Application" on a 64-bit windows platform. I have an error message indicating that 64-bit components for HFM & EPMA cannot co-exist with 32-bit components for HSF/FDM. Is there a way to install it? From the packages I downloaded, I have installed EPMA 64-bit. So I presume I'll have to uninstall EPMA 64-bit and re-install EPMA 32-bit?
    OS: Windows Server 2003 R2 Enterprise x64 Edition SP2
    Oracle WebLogic 9.2 MP3 32-bit
    Thanks in advance.
    Kind regards,
    Andy

    Hi,
    What version are you trying to install, as the latest release 11.1.1.3 should now support it.
    In the 11.1.1.3 Readme - http://download.oracle.com/docs/cd/E12825_01/epm.111/readme/epm_1111300_readme.html
    FDM now provides support for 32-bit binaries in a 64-bit environment. (though that was from version 11.1.1.1)
    Though saying that FDM can only run in IIS32bit mode, if you have installed EPMA 64bit it will have set IIS to 64 bit, so uninstall 64bit and use 32bit.
    FDM supports 64-bit servers running in 32-bit emulation mode only. Because IIS cannot run under 32-bit and 64-bit mode simultaneously on the same server, Financial Management and FDM Web components cannot be deployed on the same 64-bit server. All other components can be deployed together.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Info about Listener for oracle 10g and 11g installed on single systm

    Hi,
    I have installed oracle 10g n 11g on my system. I have question regarding oracle listener.
    oracle 10g , Listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = kankala.kalyan)(PORT = 1521))
    oracle 11g, Listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    (ADDRESS = (PROTOCOL = TCP)(HOST = kankala.kalyan)(PORT = 1522))
    my question is why the listener's names are same even though thy are on different ports?
    and for people worrying, why i have installed 10 n 11 is
    Initally only oracle 11g was installed on my system. Later, I was learning forms for first time and i have to connect to database frm developer suite 10g. so i installed oracle 10g database.

    The names are the same because that is the way you created them.
    If you want to make a change use NETCA to drop and recreate one of them.
    Just make sure you've defined ORACLE_HOME correctly before you do it.

Maybe you are looking for