SOA 10.1.3.3 Application server cannot use db 11.1.0.6.0 for orabpel user

RDBMS Version: 11.1.0.6.0
Operating System and Version: win 2000 sp4
Error Number (if applicable):
Product (i.e. SQL*Loader, Import, etc.): SOA Suite Application Server 10grel3
Product Version: 10.1.3.3
SOA 10.1.3.3 Application server cannot use db 11.1.0.6.0
For testing purposes I would like to setup a new system with Oracle Aopplication Server 10g rel 3 (10.1.3.3) Soa suite on top of an already installed Oracle Database 11.g (11.1.0.6.0)
Database 11g was installed on the server
During installation of the Application server 10g3(Full install) a database is needed (for orabpel schema etc), but the installer checks if the version of the database is higher than 9i2 . This check fails and installation cannot continue. I think this is because the check is not really if it is higher than 9i but it is looking for a predefined range of versions from V$VERSION and 11 is not within that range
Is there a possibility to overcome this? This is not a prerequisite check from OUI, but another check later on during install
I know that 11g is not certified yet for AS1og3, but this is a development environment to practice with the new releases.

I know that 11g is not certified yet for AS1og3, but
this is a development environment to practice with
the new releases.If the combination is not certified, it's not much of a development platform, right?

Similar Messages

  • Problem in accessing application server file using open dataset

    Hi All,
    I am trying to access application server file using open dataset command, its working fine for normal path which imention. But when i am giving path of XI server file, its not working. How to access XI server file using open dataset. Please let me know.
    Thanks in advance.
    Regards,
    Vishal

    Hi Vishal,
    You need to verify if the location where you are trying to save the file is in the same server of SAP. In case that the location is in other server you need to map that directy into the same server of SAP.
    You need to point always to a location in the same server of SAP, in order that the open dataset could work.
    Regards,
    Eric

  • ColdFusion 11 Application Server 3284 | ColdFusion 11 Application Server cannot be found...

    Trying to roll this server into production but keep having errors popup on Event Viewer:
    After dealing with the issue of not being able to restart the CF service and applying the hf1100-3776060.jar hotfix - I continue to receive the following error
    ====================
    The description for Event ID 3 from source ColdFusion 11 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    ColdFusion 11 Application Server
    3284
    the message resource is present but the message is not found in the string/message table
    =====================
    Any help will be greatly appreciated!
    Thank you!

    Hi Car, there were no errors registered by ColdFusion under the CF11\cfusion\logs coldfusion-error log but the error below continues to show during CF Application stop-start services.
    Anit Kumar Panda - followed the steps and was able to restart all services. during that time i received the following error on eventvwr.msc
    ======================
    The description for Event ID 3 from source ColdFusion 11 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    ColdFusion 11 Application Server
    4140
    the message resource is present but the message is not found in the string/message table
    ======================
    Thank you, very much, for all your assistance!

  • Why are we getting 'Coldfusion 10 application server cannot be found'?

    Our ColdFusion 10 Application Server would not start. It was running fine since server inception back in July until I got back to the office from vacation yesterday. Looking at the Event Viewer 'application' log, it's showing the following message:
    "The description for Event ID 259 from source ColdFusion 10 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event: ColdFusion 10 Application Server."
    I thought that the issue was caused by Hotfix 14. So I manually removed the hotfix and rebooted the server couple of times. However, ColdFusion still wouldn't start. Has anyone came across this issue before? I look forward to your response. Thanks.
    Best regards,
    Chung Lee

    Hello Carl V.,
    Thank you for you reply. I digged through the coldfusion-error.log and the exception.log and came across errors that were last generated on 12/17/2014. On the exception.log, it's showing the following:
    "Error","Thread-17","12/17/14","15:15:54",,"Could not initialize class java.awt.Toolkit"
    java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit
        at java.awt.Component.<clinit>(Unknown Source)
        at coldfusion.document.JPedalFontRegistry.init(JPedalFontRegistry.java:40)
        at coldfusion.document.DocumentServiceImpl.initializeDocumentService(DocumentServiceImpl.jav a:211)
        at coldfusion.document.DocumentServiceImpl.access$000(DocumentServiceImpl.java:52)
        at coldfusion.document.DocumentServiceImpl$1.run(DocumentServiceImpl.java:180)
    "Error","localhost-startStop-1","12/17/14","15:15:55",,"Unable to initialise JAI service: java.lang.NoClassDefFoundError: java.awt.Toolkit"
    java.lang.NoClassDefFoundError: java.awt.Toolkit
        at sun.awt.AppContext$2.run(Unknown Source)
        at sun.awt.AppContext$2.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.AppContext.initMainAppContext(Unknown Source)
        at sun.awt.AppContext.access$200(Unknown Source)
        at sun.awt.AppContext$3.run(Unknown Source)
        at sun.awt.AppContext$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.AppContext.getAppContext(Unknown Source)
        at javax.imageio.spi.IIORegistry.getDefaultInstance(Unknown Source)
        at coldfusion.server.CFService.setupImageProviders(CFService.java:707)
        at coldfusion.server.CFService.start(CFService.java:690)
        at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:110)
        at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:86)
        at javax.servlet.GenericServlet.init(GenericServlet.java:158)
        at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:121)
        at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
        at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
        at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
        at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

  • Configuring Oracle Application Server to use a user friendly url

    Hi All,
    I am having trouble configuring the apache httpd.conf file within an applicaton server to be able to use user-friendly urls for the infrastructure identity management tools server. I also need this for security reasons as well as hardware reasons - loadbalancing.
    At the moment I have a standard setup, whereby the sso application server is using port 7777. I would like the user not to enter the port, but to enter just a standard url, like http://login.<company>.com.au, so that if the user needs to modify oid using the oiddas web application, they can enter something like http://login.<company>.com.au/oiddas/ rather than http://<machine host name>:7777/oiddas/. This would also be used by portal for sso logins.
    From the standard installation, Apache was configured as follows:
    Port 7777
    Listen 7777
    ServerName <machine host name>
    DocumentRoot <root document folder>
    Now reading the documentation from the Oracle Application Server Installation notes for the Http Server, they document how to do this (in the loadbalancer section - this will eventually be used in the hardware setup):
    Port 80
    Listen 7777
    Listen 80
    # Virtual Hosts
    # This section is mandatory for URLs that are generated by
    # the PL/SQL packages of the Oracle Portal and various other components
    # These entries dictate that the server should listen on port
    # 7777, but will assert that it is using port 80, so that
    # self-referential URLs generated specify www.oracle.com:80
    # This will create URLs that are valid for the browser since
    # the browser does not directly see the host server.oracle.com.
    NameVirtualHost <machine ip>:7777
    <VirtualHost <nameofmachine>:7777>
    ServerName login.<company>.com.au
    Port 80
    </VirtualHost>
    # Since the previous virtual host entry will cause all links
    # generated by the Oracle Portal to use port 80, the server.company.com
    # server needs to listen on 80 as well since the Parallel Page
    # Engine will make connection requests to Port 80 to request the
    # portlets.
    NameVirtualHost <machine ip>:80
    <VirtualHost <nameofmachine>:80>
    ServerName login.<company>.com.au
    Port 80
    <VirtualHost>
    Note that I used slightly different names for the url's rather than the oracle names www.oracle.com and server.oracle.com
    Now after applying this, I noticed not only could I not go to the oiddas from the original machine name, but also couldnt go there from the new machine name.
    Also I was not even able to go to the standard index page whereby you can go to the enterprise manager for the application server, from either names.
    The following urls provide me with "The Page Cannot Be Displayed" error message:
    http://login.<company>.com.au:7777/
    http://<nameofmachine>:7777/
    The following urls provide me with "Page Under Construction" error message:
    http://login.<company>.com.au/
    http://<nameofmachine>/
    Could someone please tell me why this is the case, considering I am using the installation procedures Oracle has published within the Oracle Http Server Admistrators Guide (http://download-west.oracle.com/docs/cd/B14099_19/web.1012/b14007/netconf.htm#sthref379).
    Cheers
    Rodney

    Hi Rondey,
    Ik think that I can see your probleem.
    Just change the following line at your httpd.conf, then restart the component.
    First of all if the port is installed with nr. 7777. then the listen process will be on port 7778
    the second thing is just try to do the following steps
    ((Port 80 to Port 7777)))
    Listen 7778
    %%%% In loadbalancer section %%%%%%
    just add the following lines
    Listen 80
    Listen 8103
    Listen 8102
    NameVirtualHost *
    NameVirtualHost *:8103 or 80
    If you want to use this ports (8103 or 8102) for other site (url), then
    <VirtualHost *:80>
    ServerName <machine ip> or (host name)
    Hear from U,
    Regards,
    Hamdy

  • I had to restore my iPhone and now when I cannot use my iTunes stored on the phone for an alarm or ringtone.

    I had to restore my iPhone and now  I cannot use my iTunes stored on the phone for an alarm or ringtone.

    yes did you buy it of somebody or a well known company such as apple or carphone warehouse?
    and i mean the phone would have been activated in the first place with the sim card you get given when you first get the phone.
    trying to activate the phone with another sim card that you did not get when you brought the phone may result in you not being able to activate it
    no worries

  • Application Server cannot render arrow line style?

    I am using MapBuilder(10.1.3.1) to create a line style with arrow. It rended perfect in MapBuilder.
    The xml style is below:
    <?xml version="1.0" standalone="yes"?>
    <svg width="1in" height="1in">
    <desc/>
    <g class="line" style="fill:#000000;stroke-width:2.0;marker-name:M.LEFTARROW;marker-position:0.0;marker-size:15">
    <line class="base"/>
    </g>
    </svg>
    Then I apply this style to my themeBasedFOI, add to MapView and then deploy to Application Server(10.1.3).
    var mapView;
    function showMap() {
    mapView = new MVMapView(document.getElementById("map"), baseURL);
    var basemap = new MVBaseMap("bbui.CENTRAL");
    //Add a base map layer as background.
    mapView.addBaseMapLayer(basemap);
    //Set the initial map center and zoom level
    mapView.setCenter(MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8307));
    mapView.setZoomLevel(mapZoomLevel);
    //Add a scale bar
    mapView.addScaleBar();
    //Add a navigation panel on the top-left side of the map
    mapView.addNavigationPanel('west',true,false,false);
    //Add a copy right
    mapView.addCopyRightNote("@2008 powered by Delcan");
    //Add an overview map as a collapsible element inside the main map
    ovcontainer = new MVMapDecoration(null,null,null,200,150) ;
    ovcontainer.setCollapsible(true);
    mapView.addMapDecoration(ovcontainer);
    var over=new MVOverviewMap(ovcontainer.getContainerDiv(),3);
    mapView.addOverviewMap(over);
    //Add theme base FOIs
    addThemeBasedFOIs();
    //Display map
    mapView.display();
    //Add Map Viewer Event Listener
    mapView.addEventListener("mouse_click", mouseClick);
    mapView.addEventListener("nouse_right_click", rightClick);
    function addThemeBasedFOIs(){
    var travelTimeFOI = new MVThemeBasedFOI("travelTimeFOI","bbui.TRAVEL_TIME");
    travelTimeFOI.enableInfoTip(true);
    mapView.addThemeBasedFOI(travelTimeFOI);
    when I browser my map, I got a popup error:
    Cannot process the following responde from FOI server:
    <?xml version="1.0" encoding="UTF-8"?><oms_error>[Foi Server]foi process error: null</oms_error>
    Then I am going to Application Server Log, and find the following exception:
    08/11/11 10:45:58 INFO [oracle.sdovis.CacheMgr2] Creating/replacing a geometry cache group: sdovis_subreg_spatial_jdbc:oracle:thin:@10.10.10.9:1521:bbui : TRAVEL_TIME_GEOMETRY_PDT_GEOM.
    08/11/11 10:45:58 ERROR [oracle.lbs.foi.FOIServlet] java.lang.NegativeArraySizeException
         at oracle.lbs.foi.foiUtil.calculateHtmlLineArea(foiUtil.java:306)
         at oracle.lbs.foi.foiUtil.getLineStringAreaStr(foiUtil.java:1096)
         at oracle.lbs.foi.FOIServer.getHTMLMapString(FOIServer.java:855)
         at oracle.lbs.foi.FOIServer.renderFOILayer(FOIServer.java:555)
         at oracle.lbs.foi.FOIServlet.doPost(FOIServlet.java:178)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    08/11/11 10:45:58 ERROR [oracle.lbs.foi.FOIServlet] [Foi Server] foi process error.
    I will appreciate if you figure out what's wrong?
    Best Regards,
    Joyce

    I am using MapBuilder(10.1.3.1) to create a line style with arrow. It rended perfect in MapBuilder.
    The xml style is below:
    <?xml version="1.0" standalone="yes"?>
    <svg width="1in" height="1in">
    <desc/>
    <g class="line" style="fill:#000000;stroke-width:2.0;marker-name:M.LEFTARROW;marker-position:0.0;marker-size:15">
    <line class="base"/>
    </g>
    </svg>
    Then I apply this style to my themeBasedFOI, add to MapView and then deploy to Application Server(10.1.3).
    var mapView;
    function showMap() {
    mapView = new MVMapView(document.getElementById("map"), baseURL);
    var basemap = new MVBaseMap("bbui.CENTRAL");
    //Add a base map layer as background.
    mapView.addBaseMapLayer(basemap);
    //Set the initial map center and zoom level
    mapView.setCenter(MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8307));
    mapView.setZoomLevel(mapZoomLevel);
    //Add a scale bar
    mapView.addScaleBar();
    //Add a navigation panel on the top-left side of the map
    mapView.addNavigationPanel('west',true,false,false);
    //Add a copy right
    mapView.addCopyRightNote("@2008 powered by Delcan");
    //Add an overview map as a collapsible element inside the main map
    ovcontainer = new MVMapDecoration(null,null,null,200,150) ;
    ovcontainer.setCollapsible(true);
    mapView.addMapDecoration(ovcontainer);
    var over=new MVOverviewMap(ovcontainer.getContainerDiv(),3);
    mapView.addOverviewMap(over);
    //Add theme base FOIs
    addThemeBasedFOIs();
    //Display map
    mapView.display();
    //Add Map Viewer Event Listener
    mapView.addEventListener("mouse_click", mouseClick);
    mapView.addEventListener("nouse_right_click", rightClick);
    function addThemeBasedFOIs(){
    var travelTimeFOI = new MVThemeBasedFOI("travelTimeFOI","bbui.TRAVEL_TIME");
    travelTimeFOI.enableInfoTip(true);
    mapView.addThemeBasedFOI(travelTimeFOI);
    when I browser my map, I got a popup error:
    Cannot process the following responde from FOI server:
    <?xml version="1.0" encoding="UTF-8"?><oms_error>[Foi Server]foi process error: null</oms_error>
    Then I am going to Application Server Log, and find the following exception:
    08/11/11 10:45:58 INFO [oracle.sdovis.CacheMgr2] Creating/replacing a geometry cache group: sdovis_subreg_spatial_jdbc:oracle:thin:@10.10.10.9:1521:bbui : TRAVEL_TIME_GEOMETRY_PDT_GEOM.
    08/11/11 10:45:58 ERROR [oracle.lbs.foi.FOIServlet] java.lang.NegativeArraySizeException
         at oracle.lbs.foi.foiUtil.calculateHtmlLineArea(foiUtil.java:306)
         at oracle.lbs.foi.foiUtil.getLineStringAreaStr(foiUtil.java:1096)
         at oracle.lbs.foi.FOIServer.getHTMLMapString(FOIServer.java:855)
         at oracle.lbs.foi.FOIServer.renderFOILayer(FOIServer.java:555)
         at oracle.lbs.foi.FOIServlet.doPost(FOIServlet.java:178)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    08/11/11 10:45:58 ERROR [oracle.lbs.foi.FOIServlet] [Foi Server] foi process error.
    I will appreciate if you figure out what's wrong?
    Best Regards,
    Joyce

  • Application Server cannot start after restart

    Dear all,
    I have a database cluster with SAP CI running on 2 servers(on SAN), plus 4 applications.
    Today we have restarted all the servers, and found that only 1 server with database server and application server (w/CI) can start.  All other applications servers cannot start, and in SAP Management Console, it does not show the SAP Instance.
    Another problem is that the database cluster cannot move to another server, with error:
    "initerrlog: Could not open error log file 'M:\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'. Operating system error = 3(The system cannot find the path specified.)."
    Can anyone provide any assistant?  Many thanks!
    Regards,
    Daniel

    Hi Yaroslav,
    In Application Server, Not started.
    Log(1):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: SAP Service SAP???_?? has been stopped successfully..
    Log(2):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Initialization failed. Service not started. [ntservmain.cpp 1269].
    Log(3):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Cannot open Profile
    sapgrp\sapmnt\PRD\SYS\profile\START_D21_sapapp1. (Error 53 ERROR_BAD_NETPATH: The network path was not found. ) [ntservstart.cpp 902].
    For SQL Server(The one which Cluster cannot move group to):
    Log(1):
    The description for Event ID ( 35712 ) in Source ( SAPPRD_01 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event:  ,  ,  ,  ,  ,  ,  ,  ,  ,  , r, e, c, v, 1, 0, 0, 5, 4,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  , N, i, I, R, e, a, d, r, e, c, v,  ,  ,  , n, i, x, x, i, ., c, p, 4, 2, 4, 5, , , , , , , , , , , , , , , , , , , , , , , , , , ,           recv10054                   NiIReadrecv   nixxi.cp4245.
    Log(2):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: SAP Service SAP???_?? has been stopped successfully..
    Log(3):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Initialization failed. Service not started. [ntservmain.cpp 1269].
    Log(4):
    The description for Event ID ( 0 ) in Source ( SAP???_?? ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Cannot open Profile
    sapgrp\sapmnt\PRD\SYS\profile\START_D20_sapdb2. (Error 53 ERROR_BAD_NETPATH: The network path was not found. ) [ntservstart.cpp 902].
    Regards,
    Daniel

  • Application server cannot log onto the database with user PS.

    Hello,
    First of all, my setup is:
    Microsoft Windows Server 2003
    Oracle database 10g Rel. 2
    Peopletools 8.49
    HRMS 9.0
    I am trying to boot the application server, but the operation fails with the error message:
    PSAPPSRV.5796 (0) [08/27/09 10:29:41](1) GenMessageBox(0, 0, M): Database Signon: Invalid user ID or password for database signon. (id=PS)
    I am able to sign on to the database with sqlplus and user PS.
    Here is my config settings as shown on the psadmin screen:
    Features Settings
    ========== ==========
    1) Pub/Sub Servers : No 15) DBNAME :[hrdmo]
    2) Quick Server : No 16) DBTYPE :[ORACLE]
    3) Query Servers : No 17) UserId :[PS]
    4) Jolt : Yes 18) UserPswd :[PS]
    5) Jolt Relay : No 19) DomainID :[TESTSERV]
    6) WSL : Yes 20) AddToPATH :[C:\oracle\product\10.2.0\database\bin]
    7) PC Debugger : No 21) ConnectID :[people]
    8) Event Notification: Yes 22) ConnectPswd:[peop1e]
    9) MCF Servers : No 23) ServerName :[appserver]
    10) Perf Collator : No 24) WSL Port :[7000]
    11) Analytic Servers : Yes 25) JSL Port :[9000]
    12) Domains Gateway : No 26) JRAD Port :[9100]
    Here is the appsrv.log:
    PSADMIN.2336 (0) [08/27/09 10:29:29](0) Begin boot attempt on domain hrdmo
    PSWATCHSRV.5480 (0) [08/27/09 10:29:38] Checking process status every 120 seconds
    PSWATCHSRV.5480 (0) [08/27/09 10:29:38] Server started
    PSAPPSRV.5796 (0) [08/27/09 10:29:40](0) PeopleTools Release 8.49 (WinX86) starting
    PSAPPSRV.5796 (0) [08/27/09 10:29:40](0) Cache Directory being used: C:\oracle\product\PT8.49\appserv\hrdmo\CACHE\PSAPPS
    RV_2\
    PSAPPSRV.5796 (0) [08/27/09 10:29:41](1) GenMessageBox(0, 0, M): Database Signon: Invalid user ID or password for databa
    se signon. (id=PS)
    PSAPPSRV.5796 (0) [08/27/09 10:29:41](0) Server failed to start
    PSWATCHSRV.5480 (0) [08/27/09 10:29:42] Shutting down
    PSADMIN.2336 (0) [08/27/09 10:29:48](0) End boot attempt on domain hrdmo
    As I said, despite the error message, I am able to log on to the database with sqlplus with user PS password PS.
    Could someone please help me with this problem? Thanks.

    I installed the database with the setup program and come to think of it, I don't think you can specify whether to create a system or demo database. So I probably didn't install a demo, which is what I wanted. I also ran the SQRs and everything showed the database was correct, so I thought I did it right.
    If I could install a demo with the setup program, I would do that because I think I could run through it pretty quickly having done it once. I've read in this forum and other places that it's much better to install the db manually, so maybe I'll just do that.
    In any case, thanks for all you help Nicolas.

  • Configuring the application server to use HTTP proxy server

    Hi,
    I am trying to configure LiveCycle ES2 to access services over the internet and since my Livecycle server connects to internet through a Proxy server, I have referred to section 5.8.2 of LiveCycle install_weblogic.pdf that states the following:
    If the computer that LiveCycle ES2 is running on uses proxy settings to access external web sites, the
    application server should be started with the following values set as Java virtual machine (JVM)
    arguments:
      -Dhttp.proxyHost= [server host]
    -Dhttp.proxyPort= [server port] 
    However, I am getting the below exception while running the LC application as my Proxy server requires User credentials to connect to the internet:
    weblogic.net.http.HttpUnauthorizedException: Proxy or Server Authentication Required.
    I tried providing the below JVM startup argument too, but no luck:
    -Dhttp.proxyUser= [proxy user]
    -DhttpPassword= [Proxy password]
    Can you please suggest how to configure User credentials for the Proxy server in Livecycle.
    Thanks in advance.

    Hi WASIL,
    Thank you for your response.
    I have followed the above document suggested by yourself and the relevant steps while setting up the Server and the Workbench, and verified the settings too.
    The installation guide does highlight the steps to configure a Proxy server. However, the guide does not mention anything about how to handle Proxy server authentication.
    Please note that there are Proxy authenication options available in Workbench to configure how the Workbench connects to the LiveCycle server, whereas the problem I am facing here is how to connect the LiveCycle server with internet services through a Proxy server.
    I hope that clears the problem statement.
    Thankyou for your assistance.

  • Mail server cannot use certificate because.. the filename is too long ?

    Hi,
    For some reasons, yesterday, I created a new certificate on our server (XServe with Mac OSX Server 10.6.2) and I assigned this certificate to the mail server. Since then, we are not able to connect to our mail server. We receive an error saying the server cannot open a connection on port 993.
    I looked at the mail access log and I think I might have found the cause:
    Jan 7 09:20:25 xs1 dovecot[1944]: Fatal: sslcafile: Can't use /etc/certificates/LemieuxBedard.com.264472D0EC029B3194A4B779D2187278189E8352.ch ain.pem Bedard.48DFB4D5FA4786D77DEF02C72591002CC865D5E1.chain.pem Bedard.48DFB4D5FA4786D77DEF02C72591002CC865D5E1.chain.pem Bedard.48DFB4D5FA4786D77DEF02C72591002CC865D5E1.chain.pem Bedard.48DFB4D5FA4786D77DEF02C72591002CC865D5E1.chain.pem Bedard.48DFB4D5FA4786D77DEF02C72591002CC865D5E1.chain.pem Bedard.48DFB4D5FA4786D77DEF02C72591002CC865D5E1.chain.pem: File name too long
    I don't understand why the name is too long since the previous certificate had a name even longer. Is this a bug that should be corrected on the next update or have-I indeed done something wrong? Right now, I disable the certificate on the mail server and it works. However, I'd really like to use the certificate.
    Thanks for any help.

    No, you didn't do anything wrong, JeanPhilippe. I'm right there with you. There's even another thread on this issue:
    <http://discussions.apple.com/thread.jspa?messageID=10808126>
    I had the same problem: IMAP & POP services would not launch using SSL. Finally got it resolved today. It had nothing to do with certificates and their names, or creating them in openssl, and everything to do with a botched dovecot.conf file, courtesy of Server Admin.
    It appears that every time I changed the certificate for IMAP & POP SSL in Server Admin, it appended the new selection to the dovecot.conf file on 3 separate lines. The result was an unhealthy list of every certificate file Server Admin had ever been pointed to for this service.
    After making a backup, I edited the file (/etc/dovecot/dovecot.conf) down to the single cert file I wanted it to use. It happened to be first in the list, FWIW.
    If you want to duplicate this, look for the lines beginning with:
    "sslcertfile"
    "sslkeyfile"
    "sslcafile"
    Obviously you need to be careful in there. But I did not even have to bounce the service before it took my changes. Thankfully, Server Admin did not overwrite my edits (which I've seen happen with manual config of other services, such as the iChat service.)
    Good luck, and let me know if I can provide more detail.

  • JDev Application Server Connection using secured HTTP

    Is there a way to create an Oracle 10.1.2 application server connection in JDev (10.1.3.1) when the App Server's enterprise manager is under secured http?

    Hi,
    if the hhtp server is secured then deployment shouldn't be impacted because its using ORMI
    Frank

  • HT4623 "could not activate your iPhone" -- activation server cannot be reached.  Any ideas? Waited for 20 minutes now.

    Just keeps saying the activation server cannot be reached.  Am I too impatient or is there something actually wrong?

    Check to see if your antivirus or firewall is blocking access to gs.apple.com. You might also see this message if your phone was jailbroken or if your computer was used to jailbreak in the past.
    If neither of these apply, just keep trying. There's a very heavy load on Apple's data centers right now.

  • Connection to application server failed using  SSL port Why?

    Hi
    i am trying to deploy my application created in Jdev11.1.1 to WLS10.3.
    in creating connection to application server using SSl port 7002 my test connection is failed .the test connection status is
    Testing JSR-88 ... failed.
    [J2EE Deployment SPI:260010]Unable to connect to 't3s://localhost:7002' as user, 'weblogic'. Error received: null
    Testing JSR-88-LOCAL ... failed.
    [J2EE Deployment SPI:260010]Unable to connect to 't3s://localhost:7002' as user, 'weblogic'. Error received: null
    Testing JSR-160 DomainRuntime ... failed.
    t3s://localhost:7002: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination
    Testing JSR-160 Runtime ... failed.
    t3s://localhost:7002: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination
    Testing JSR-160 Edit ... failed.
    t3s://localhost:7002: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination
    Testing HTTP ... failed.
    Unable to open conection: Connection refused: connect
    Testing Server MBeans Model ... failed.
    t3s://localhost:7002: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection refused: connect; No available router to destination
    0 of 7 tests successful.
    what i have to do inorder to get successfull status.
    but when i am using the port 7001,test connection status is successfull .

    If it fails for your account and not for another, with the same settings on your phone, then the problem is with your account. If you or your IT department can't correct it, it may be corrupt. Delete the account from the Exchange server entirely and re-create it.

  • Sun App Server cannot use JMS expiration date due to constant pool resize?

    Hello,
    I thought that max-pool-size property could limit the amount of MDB beans created, and thus force the client to wait (and drop the timed out messages). But after reading this description:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4972762
    It looks like that's not the case. So if you combine that with the notion of setting time to live on MDB messages, what does that equal to? Does that mean that your JMS messages will NEVER time out, even if they have TTL or expiration date set on them, because there will always be a new bean created to handle the request?
    I'd appreciate it if someone could explain what's the deal here - what good is setting JMS expiration date if your message never expires? And what is the pool size for, if the number of beans can always be exceeded?
    Thank you,
    Mark

    Hi,
    Please go through the tutorial titled "Deploying to a Sun Java System Application Server" which is available at: http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/appserverdeploy.html
    Thanks,
    RK.

Maybe you are looking for

  • How to use laptop as external disc drive?

    I know i can use my laptop as an external disc via 'Remote Disc' but my install is 80gig and having just got half way through before my gifl accidentally closed the laptop lid i was wondering if i can actually hook the laptop upto the computer via a

  • Adding language learning CD's to itunes

    Hi - my wife and I are trying to add a few language learning CDs to our itunes library but we need some help please. The contents of the CD we have just loaded are, not surprisingly, not recognised by Gracenote, and so there are no artist, album or t

  • List of tunes by genre

    I have coded selected tunes in a custom genre, woodwind. Only some of those, however, show up in the listing by that genre.

  • Logitech S530: Broke my MacBook Pro

    I hooked up my new Logitech S530 today. Then I used the install CD to load the drivers. Only some functionality for the keyboard and mouse. So I went to the Logitech site and downloaded LCC212.dmg. It went though it's install and when finished, I tol

  • How print simplex on duplex printer P2055DN

    How do I force simplex (one side printed) printing on my duplex (double sided printing) P2055DN lasterjet printer? It seems like it is always printing duplex without being able to requst single sided printing. I use FinePrint as an intermediate print