VPN problem behind ASA5505 -regular translation creation failed for protocol 50

Dear All,
I have to connect behind my ASA5505 with an VPN klient to an other site.
First time i got this failure.
"Deny protocol 50 src inside:192.168.50.X dst  outside:x.x.x.x by access-group "acl_in" [0x0, 0x0]"
Than I opened our inside (src 192.168.50.0) network  the UDP 500,4500 TCP 500,4500,10000 and ESP (dest x.x.x.x remote firewall ip).
access-list acl_in extended permit esp host 192.168.50.0  host x.x.x.x eq isakmp
access-list acl_in extended permit udp host 192.168.50.0  host x.x.x.x eq 500
access-list acl_in extended permit eudp host 192.168.50.0  host x.x.x.x eq 4500
etc.
After that i could connect for the remote firewall with vpn client but i couldn't reach any PC1s on there side and ping gives back no anwser.
Deny protocol 50 was solved but i got an other problem:
"regular translation creation failed for protocol 50 src  inside:192.168.50.X dst outside:x.x.x.x"
I found somewhere thet lines can help:
crypto isakmp nat-traversal
inspect ipsec-pass-thru
But this wasn't usefull.
I tried a many thing but i'm stuck.
Could somebody help me what can i do to solve this problem?
Thanks for all anwsers!

The solution was the following for one IP!
object network x.x.x.x                      (inside IP)
   host x.x.x.x                                  (inside IP)
   nat (inside,outside) static y.y.y.y     (remote IP)

Similar Messages

  • Portmap translation creation failed for udp src inside dst inside

    Hi!
    I have a problem with allowing traffic to UC500 subnets on ASA 5505 inside interface.
    My asa is a main router with addres 192.168.1.1
    UC500 voip box is connected to ASA's inside interface through UC500 WAN port with UC500 with 192.168.1.2 address.
    Firewall and NAT on UC500 is disable
    UC500 sip traffic works fine. voipbox creates its subnets for data and voip - 192.168.10.0 and 10.1.1.0. another important address is 10.1.10.1 which is UC500 CUE.
    My problem is that from within ASA local network (192.168.1.0) i cannot reach UC500 subnets, neither can I reach ASA's local network from the UC subnets.
    the log says
    3
    Sep 07 2013
    00:21:49
    DC
    53
    PBXCUE
    32901
    portmap translation creation failed for udp src inside:DC/53 dst inside:PBXCUE/32901
    I tried exempting uc500 subnets on ASA but that didn;t work.
    Funny thing is that I CAN reach the UC500 subnets when connecting with VPN to ASA...
    Please help! I am not familiar with CLI.
    I configured static route to 10.1.10.0 and since then I was able to ping 10.1.10.1 thorugh ASA;s VPN.
    I would be grateful for ideas.
    Lukasz
    global (inside) 1 interface
    global (outside) 101 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 101 0.0.0.0 0.0.0.0
    static (inside,outside) tcp interface https IIS https netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface www IIS www netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface smtp IIS smtp netmask 255.255.255.255  dns
    static (inside,outside) tcp interface pop3 IIS pop3 netmask 255.255.255.255  dns
    static (inside,outside) udp interface domain RenBetPBX domain netmask 255.255.255.255  dns
    static (inside,outside) udp interface 5061 RenBetPBX 5061 netmask 255.255.255.255  dns
    static (inside,outside) udp interface sip RenBetPBX sip netmask 255.255.255.255  dns
    static (inside,outside) tcp interface 13000 SQL 13000 netmask 255.255.255.255  dns
    access-group inside_access_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 x.x.x.x
    route inside PBXCUE-network 255.255.255.0 RenBetPBX 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy

    Hello Julio!
    Thank you for your advice.
    I have managed to solve my main problem by reconfiguring my switches vlans - enabling trunk port configs for required ports and allowing them access to both vlans.
    Now I can see everything from all of my inside networks.
    I continue my ASA adventures - I have managed to configure L2TP client access for my windows users, RADIUS authentication for domain users and yesterday night I have managed to configure site to site VPN with my RV120W router.
    I am only an enthusiast but my recent successes have given me apetite for more...
    I keep reading forums and trying to solve most of my problems myself but I have faced another one now and thought that maybe you could give me another tip on where to look for the issue:
    I still have one problem with my L2TP VPN config - I have configured split tunnel on the group policy to tunnel only 192.168.1.0 network requests.
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    My network at home is 192.168.2.0 but it still tunnels everything (when I check my ip after connecting to VPN my home laptop still identifies with ASA gateway(!) address .
    access-list outside_access_in extended permit icmp any interface outside object-group DM_INLINE_ICMP_1
    access-list outside_access_in extended permit tcp any interface outside object-group DM_INLINE_TCP_1
    access-list outside_access_in extended permit tcp any interface outside eq smtp
    access-list outside_access_in extended permit tcp any interface outside eq 8080
    access-list outside_access_in extended permit tcp any interface outside eq 23456
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 object-group DM_INLINE_NETWORK_1 any
    access-list outside_access_in extended permit tcp any interface outside eq 13000
    access-list outside_access_in extended permit tcp any interface outside range 8001 8016
    access-list outside_access_in extended permit tcp x.x.x.x 255.255.255.0 interface outside eq ssh
    access-list inside_nat0_outbound extended permit ip any 192.168.1.240 255.255.255.240
    access-list inside_nat0_outbound extended permit ip any PBXVOIP-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip any PBXCUE-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    access-list inside_access_in extended permit udp object-group DM_INLINE_NETWORK_2 any object-group DM_INLINE_UDP_1
    access-list inside_access_in extended permit ip host IIS any
    access-list inside_access_in extended permit ip any any
    access-list inside_access_in extended permit ip host RBSTORE_NAS any
    access-list inside_access_in extended deny udp any any object-group DM_INLINE_UDP_2
    access-list inside_access_in extended permit tcp any any eq 5432
    access-list inside_access_in extended permit tcp any host PBXCUE eq www
    access-list inside_access_in extended permit tcp host PBXCUE any eq www
    access-list inside_access_in extended permit tcp host RBCAMSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RBSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RENBETUPS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RenBetPBX host EXCH-MBX eq smtp
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    access-list outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    route print shows:
    and 192.168.1.240 is my VPN IP - its metric has higher priority than the local gateway.
    How do I change it?
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0      192.168.2.1    192.168.2.126   4250
              0.0.0.0          0.0.0.0         On-link     192.168.1.240     21
          80.51.24.22  255.255.255.255      192.168.2.1    192.168.2.126   4251
            127.0.0.0        255.0.0.0         On-link         127.0.0.1   4531
            127.0.0.1  255.255.255.255         On-link         127.0.0.1   4531
      127.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
          169.254.0.0      255.255.0.0         On-link     192.168.2.126   4506
      169.254.104.126  255.255.255.255         On-link     192.168.2.126   4506
      169.254.255.255  255.255.255.255         On-link     192.168.2.126   4506
        192.168.1.240  255.255.255.255         On-link     192.168.1.240    276
          192.168.2.0    255.255.255.0         On-link     192.168.2.126   4506
        192.168.2.126  255.255.255.255         On-link     192.168.2.126   4506
        192.168.2.255  255.255.255.255         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link         127.0.0.1   4531
            224.0.0.0        240.0.0.0         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link     192.168.1.240     21
      255.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
      255.255.255.255  255.255.255.255         On-link     192.168.2.126   4506
      255.255.255.255  255.255.255.255         On-link     192.168.1.240    276
    ===========================================================================
    I am starting to feel like I am using a bit too much of your friendliness ...
    Best Regards and have a great day!
    Lukasz

  • JAR creation failed , for Command bean DC

    Hi Experts,
    I am trying to access an EJB module DC from WebDynpro through Java bean model DC.
    In this when i tried to create a Jar file of the Java bean model, i got this error.
    JAR creation failed. See details for additional information.
    Problem writing /LocalDevelopmentdc_aptcbsap.com/bin/pg/com/atos/apt/bean/APTCommandBean.class to JAR: duplicate entry: pg/com/atos/apt/bean/APTCommandBean.class
    I have created in all total 4 DC
    1) EJB DC
    2) EAR DC
    3) Java bean DC
    4) WebDynpro DC
    I have reffered to the tutorial : Using EJBs in Web Dynpro application.
    Can you tell me what am i missing?
    Ashish Shah

    Hi Sridhar,
    Thanks for your suggestion.
    I have built and deployed the EAR DC.
    But When I added the following referencesto Java bean DC
    1) EAR DC , EJB DC
    2) ejb20.jar
    and i tried to build java bean DC project, it throws error for these referenced DC.
    And these referenced DCs are removed from the project.
    Do i have to add anything in the Public part of EJB or EAR DC?
    Can you tell me how to add those references in Public part and how to utilise them in other projects?
    Regards,
    Ashish Shah

  • Datasource creation failing for planning

    Hi,
    for creating a planning application, I first need to create one data source. but when i tried to create data source from workspace, I am getting an error 'The Essbase Conneciton failed' when i gave my essbase server and login details. Essabse is up and running fine but still am getting this error. Ver is 11.1.1
    can anyone pls let me know when this issue can occur?
    Reg
    -KV

    Hi John
    Here one log being update when i tried to validate the data source after giving essbase login credentials
    file name $hyperionhome/deployments/Tomcat5/HyperionPlanning/logs/catalina.out
    com.hyperion.planning.olap.EssbaseException: The Essbase API version (%s) for this application is incompatible with this version of the Essbase API (%s). (1030019)
    at com.hyperion.planning.olap.HspEssbaseMainAPI.EssInit(Native Method)
    at com.hyperion.planning.olap.HspEssConnection.<init>(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseJniOlap.getConnection(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.TestEssConnection(Unknown Source)
    at HspCreateDatasource.doCheckEssbaseConnection(Unknown Source)
    at HspCreateDatasource.doHandle(Unknown Source)
    at HspCreateDatasource.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at HspValidationFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Unknown Source)
    please let me know your thought
    Reg
    KV

  • DPM 2012 R2 Online Protection - Online Recovery Point Creation Failed

    Hi
    We are moving from protecting our DPM server with another server to use an Azure Data Vault.  2 of the Protection Groups work fine, but the third - protecting a pair of Folders - fails.  On the DPM MMC it shows Online recovery point creation
    failed, and in the Event Log it shows -
    Creation of online recovery points for D:\ on blah.blah.co.uk have failed. The last online recovery point creation failed for the following reason: (ID: 3188)
    The operation attempted cannot be performed at this time because a backup or restore operation is currently running. (ID: 100049)
    The DPM server is the only one conducting any backups.  The target server is Win 2003 (for the moment). 
    Could anyone give me any pointers?
    Thanks

    Ok, nobody any more ideas?
    The latest test involved 9.75GB on the protected server. I created the protection group and this was the outcome:
    Replica volume: 15.98 GB allocated, 0 KB used | Recovery point volume: 3.70 GB allocated, 0 KB used
    I then create a recovery point and then deleted all 9.75GB on the protected server. And did a full restore from DPM. It then gave following outcome:
    Replica volume: 15.98 GB allocated, 9.85 GB used | Recovery point volume: 3.70 GB allocated, 654.86 MB used
    Then after the creation of the first recovery point (sync + recovery point), I get this:
    Replica volume: 15.98 GB allocated, 4.79 GB used | Recovery point volume: 13.70 GB allocated, 3.27 GB used
    As you can see DPM took the 9.75GB and added it to the recovery volume. And strangly it took away half of the replica volume.
    In addition I get 3 entried in my logs:
    1) The used disk space on the computer running DPM for the recovery point volume of  E:\ has exceeded the threshold value of 90% (DPM accounts 600 MB for internal usage in addition to free space available). If you do not allocate more disk space,
    synchronization jobs may fail due to insufficient disk space. (ID: 3169)
    2) Synchronization jobs for E:\ on ****** have failed. (ID: 3115)DPM has run out of free space on the recovery point volume and will fail synchronization for E:\ on ***** in order to prevent existing recovery points from being
    deleted. (ID: 30195)
    3) Creation of recovery points for E:\ on ****** have failed. The last recovery point creation failed for the following reason: (ID: 3114)DPM does not have sufficient storage space available on the recovery point volume to create
    new recovery points. (ID: 214)
    I hope someone can help me with this.
    regards,
    Maurice

  • The timesheet creation failed, because of problems with the project I server or with data validation

    Hi,
    One of my user is facing issue in creating new time sheet,
    "The time sheet creation failed, because of problems with the project server or with data validations".
    This issue is coming to only few members out of 10000 members.
    Note: For the same user, can able to do in other machines. only the problem in his machine. Have ran the office diagnostics, but still the problem persists.
    Is any add-on's/any settings need to update in IE. Could any one please help me on how to fix this issue?
    Many thanks in advance.

    I would check the compatibility settings in IE etc, or try another browser (chrome, safari etc.)
    Ben Howard [MVP] | web |
    blog | book

  • Tree creation failed on node: pcd:portal_content/...

    Hi out there,
    after patching our EP 7 from SPS 10 to SPS 13 we have the following error:
    In the portal content directory there are some folders which cannot be
    expanded anymore. The following error message appears: "Could not load
    or refresh node Tree creation failed on node: pcd:portal_content/..."
    I have found out that this is always caused by an inconsistent role
    which is located in the folder I'd like to expand (or in a subfolder
    of it).
    It seems that this error has already been occuring in earlier SPs and / or releases. Has anyone found a solution to it?!?
    Thanx for your support and best regards
    Juergen Kuechle.

    Hi
    Restart the server it solve ur problem
    The problem is caused by a missing "ADD" notification for imported folder objects. If the package contains new folder objects , the caches on other cluster nodes are not synchronized for these folders. If the package contains a complete folder hierarchy with other PCD objects (like iViews, pages, roles, ...) under a folder, and this folder object is contained in the package and imported before the objects under the folder, the complete hierarchy is not synchronized in the cluster.
    Release the PCD cache on all cluster nodes after importing an EPA file containing folder objects
    Create separate transport packages for the folder objects and import them after the transport packages containing the (regular) objects under these folders
    Check SAP NOTE 991599
    Regards
    Krishna.

  • XSD Resolution problem - Unable to load Translation schemas

    Hi,
    I've run into a very strange kind of problem (not to say some are less strange then others). Let me explain the context of the situation.
    I've got a BPEL process calling two plsql packages on ORA database, one Java web service running on the same weblogic server and couple of other services (eg. notification services, jdbc select/insert, etc.). There is no problem with the last listed, but definitely something wrong with the web service and the plsql callouts.
    When I deploy the BPEL process and execute it, the first two instances always fail. The same happens when I restart the server, the errors are repeated after a certain period as well (for example over night). The process always fails EXACTLY TWICE, before running normally. Every other instance executed after the two initial failures runs WITHOUT the following error.
    I mentioned there are two plsql callouts in the process, earlier the first instance failed on the second one and the second instance failed on the first. Now, it mostly fails on the second callout. I've made no significant changes in the code. Perhaps the strangest thing about this is that it fails when invoking the plsql package but the error concerns xsd definitions of the web service that plays no role at this stage.
    All my services are correctly deployed, I deleted all interface definitions from MDS repository and redeployed SOA bundle again before installing each service.
    I think it has something to do with generated xsd definitions by the java web service (it's the http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 and http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 from following stack trace), but I can't figure out what exactly is wrong with them.
    Anybody come accross a similar error? Thanks for tips, I've run out of ideas.      
    Error Message: {http://schemas.oracle.com/bpel/extension}bindingFault
    Fault ID     default/S50001KontrolaSouboruBS!1.0*soa_be986963-f9d9-412d-b692-43804a35b3ee/KontrolaSouboru/830023-BpInv18-BpSeq8.12-2
    Fault Time     14-Feb-2012 11:11:16
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'LogFile' failed due to: Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "Could not instantiate InteractionSpec oracle.tip.adapter.db.DBStoredProcedureInteractionSpec due to: XSD Resolution problem. XSD Resolution problem. Unable to load Translation schemas from for http://xmlns.oracle.com/pcbpel/adapter/db/TST_IP/LOG_FILE/LOG_FILE/ due to: Different schema default values detected between: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 and oramds:/apps/LCRInterface/DataObjects/Common/V1/Common.xsd elementFormDefault values are differentDifferent schema default values detected between: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 and http://localhost:8001/soa-infra/services/default/S50035NotifikaceChybyBS/apps/LCRInterface/DataObjects/Common/V1/Common.xsd elementFormDefault values are differentDifferent schema default values detected between: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 and oramds:/apps/LCRInterface/DataObjects/Common/V1/DataTypes.xsd elementFormDefault values are differentDifferent schema default values detected between: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 and http://localhost:8001/soa-infra/services/default/S50035NotifikaceChybyBS/apps/LCRInterface/DataObjects/Common/V1/DataTypes.xsd elementFormDefault values are differentGlobal element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListByMaskRespDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 7] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 82] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:7] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:82] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 9] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 36] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:9] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:36] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}SaveFileDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 19] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 21] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:19] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:21] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListRespDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 11] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 51] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:11] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:51] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListByMaskDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 5] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 66] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:5] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:66] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetTextFileDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 13] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 112] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:13] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:112] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetTextFileRespDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 15] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 127] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:15] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:127] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}RenameFileDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 17] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 97] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:17] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:97] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListRespDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 115] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 52] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:117] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:54] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}RenameFileDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 175] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 98] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:177] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:100] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetTextFileRespDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 153] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 128] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:155] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:130] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListByMaskRespDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 64] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 83] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:66] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:85] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}SaveFileDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 93] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 22] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:95] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:24] Please make sure all used XML schemas are imported/included correctly. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>Different schema default values detected between: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 and oramds:/apps/LCRInterface/DataObjects/Common/V1/Common.xsd elementFormDefault values are differentDifferent schema default values detected between: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 and http://localhost:8001/soa-infra/services/default/S50035NotifikaceChybyBS/apps/LCRInterface/DataObjects/Common/V1/Common.xsd elementFormDefault values are differentDifferent schema default values detected between: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 and oramds:/apps/LCRInterface/DataObjects/Common/V1/DataTypes.xsd elementFormDefault values are differentDifferent schema default values detected between: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=2 and http://localhost:8001/soa-infra/services/default/S50035NotifikaceChybyBS/apps/LCRInterface/DataObjects/Common/V1/DataTypes.xsd elementFormDefault values are differentGlobal element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListByMaskRespDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 7] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 82] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:7] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:82] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 9] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 36] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:9] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:36] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}SaveFileDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 19] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 21] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:19] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:21] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListRespDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 11] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 51] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:11] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:51] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListByMaskDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 5] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 66] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:5] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:66] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetTextFileDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 13] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 112] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:13] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:112] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetTextFileRespDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 15] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 127] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:15] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:127] Global element declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}RenameFileDM' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 17] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 97] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:17] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:97] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListRespDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 115] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 52] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:117] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:54] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}RenameFileDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 175] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 98] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:177] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:100] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetTextFileRespDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 153] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 128] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:155] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:130] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}GetFileListByMaskRespDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 64] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 83] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:66] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:85] Global Type declaration/definition of name '{http://xmlns.lesycr.cz/DO/PrenosSouboru/V1}SaveFileDataType' are duplicated at the following locations: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [line#: 93] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [line#: 22] There are at least two of them looking different: http://localhost:8001/S50040PrenosSouboruBS/PrenosSouboruBSSOAP11BindingPort?xsd=1 [difference starting at line#:95] oramds:/apps/LCRInterface/DataObjects/D500Proces/PrenosSouboru/V1/PrenosSouboruDM.xsd [difference starting at line#:24] </detail></part><part name="code"><code>null</code></part></bindingFault></bpelFault>

    I had similar issue, when i deployed composite using Jdeveloper. The problem was with my adf-config.xml pointing to dev server and all my references in my composite.xml referring to test server.
    I changed property of 'oracle.mds.persistence.stores.db.DBMetadataStore' in adf-config.xml to test server. After adf-config.xml change in Jdev my compilation went smooth.
    Note: If above changes doesn't work, try restarting JDeveloper, sometimes the changes in adf-config.xml is not getting effect immediately.
    Regards,
    Ziaur Rahuman S
    Edited by: Ziaur Rahuman on Feb 13, 2013 10:58 PM

  • Control file creation failed while installing ---------R12 release 3

    While installing R12 release 3 I am getting following error at the time of Step 2 0f 5
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    following is summery of my server hardware
    HDD capacity 146GB X 10 nos. ( RAID5 with 2 arrays)
    8 GB RAM
    Operating System is Red hat Linux Enterprise 4 with Update 5
    Following are the HDD partition details
    Boot 1GB
    Root 50GB
    Tem 12GB
    SWAP 24GB distributed on two HDD partitions equally
    Database and Application HDD portion size 500GB
    I am refering Metalink note Note 402310.1 all the setting are correct
    Following is kernel settings
    kernel.sem = 256 32000 100 142
    kernel.shmall = 2097152
    kernel.shmmax = 4294967296 ( Half the size of the physical memory is 8GB )
    kernel.shmmni = 4096
    kernel.msgmax = 8192
    kernel.msgmnb = 65536
    kernel.msgmni = 2878
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_default = 262144
    net.core.wmem_max = 262144
    All the Pre-req.of installation are passing correctly
    •     glibc-2.3.4-2.25
    •     glibc-common-2.3.4-2.25
    •     binutils-2.15.92.0.2-21
    •     compat-libstdc++-296-2.96-132.7.2
    •     gcc-3.4.6-3
    •     gcc-c++-3.4.6-3
    •     libgcc-3.4.6-3
    •     libstdc++-3.4.6-3
    •     libstdc++-devel-3.4.6-3
    •     openmotif21-2.1.30-11.RHEL4.6**
    •     pdksh-5.2.14-30.3
    •     setarch-1.6-1
    •     make-3.80-6.EL4
    •     gnome-libs-1.4.1.2.90-44.1
    •     sysstat-5.0.5-11.rhel4
    •     compat-db-4.1.25-9
    •     control-center-2.8.0-12.rhel4.5
    •     xscreensaver-4.18-5.rhel4.11
    •     libaio-0.3.105-2
    •     libaio-devel-0.3.105-2
    these all packeges are avalable on the server some are even are the higher version because OS is with update 5
    Doen the installation 3 time with formating , but still facing same problem
    All Groups and Users and permitions are correct
    runProcess_3
    Statusstring Configuring Database
    Executing command: /stage/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /stage/startCD/Disk1/rapidwiz/jlib/java:/stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/stage/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /test/db/tech_st/10.2.0/appsutil/VIS_test.xml -stage /stage/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /test/db/tech_st/10.2.0/appsutil/log/VIS_test/ApplyDatabase_08271904.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.Running Database Install Driver for VIS instance
    Succesfully changed Permissions for /test/db/tech_st/10.2.0/appsutil/log/VIS_test
    Processing DriverFile = /stage/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /stage/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /stage/startCD/Disk1/rapidwiz/template/adrun10g.sh
    dest : /test/db/tech_st/10.2.0/temp/VIS_test/adrun10g.sh
    backup : /test/db/tech_st/10.2.0/temp/VIS_test/adrun10g.sh to /test/db/tech_st/10.2.0/appsutil/out/VIS_test/templbac/adrun10g.sh
    setting permissions: 755
    setting ownership: oracle:dba
    instantiate file:
    source : /stage/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh
    backup : /test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh to /test/db/tech_st/10.2.0/appsutil/out/VIS_test/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oracle:dba
    Step 0 of 5
    Command: /test/db/tech_st/10.2.0/temp/VIS_test/adrun10g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Step 1 of 5
    Command: /test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: su oracle -c "/test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh"
    STARTED INSTALL PHASE : DATABASE : Mon Aug 27 19:06:52 IST 2007
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /stage/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /stage/startCD/Disk1/rapidwiz/jlib/java:/stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/stage/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /stage/startCD/Disk1/rapidwiz/jlib/java:/stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/stage/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
         ... installing VISION demo database
    FINISHED INSTALL PHASE : DATABASE : Mon Aug 27 19:06:53 IST 2007
    su oracle -c "/test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh" has succeeded
    Succesfully changed Permissions for /test/db/tech_st/10.2.0/temp
    ===============================================================================
    NetServiceHandler 120.13 started for test at Mon Aug 27 19:06:54 IST 2007
    ===============================================================================
    [ Context Information ]
    Host : test
    Domain : apps.com
    Out Dir : null
    Tier Type : DATABASE TIER
    Getting connection...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : test
    sDbDomain : apps.com
    sDbPort : 1531
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@test.apps.com:1531:VIS
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test.apps.com)(PORT=1531))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    java.lang.NoSuchFieldError: TDU
    Please refer to the remaining logs on applications node at - /test/inst/apps/VIS_test/logs/08271731.log
    Can Some one pls reply
    Thanks and Regards,
    Amol

    promptUserForDiskPath Oracle Applications Rapid Install - RDBMS & Disk number = 1
    Path Obtained by Instantiate File: /prod/stage/oraDB/Disk1 & Disk number = 1
    Processing /prod/stage/oraDB/Disk1/dbts/driver/db102.drv file
    ================================================================
    Processing the contents of : Disk1
    Processing the driver file : /prod/stage/oraDB/Disk1/dbts/driver/Disk1.drv
    UNZIPPING THE DISK1 CONTENTS
    UNZIP used: UnZip 5.51 of 22 May 2004, by Info-ZIP. Maintained by C. Spieler. Send
    Unzip0 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db58_opmn.zip at /test/db/tech_st/10.2.0/
    Unzip0
    .end std out.
    .end err out.
    Unzip0 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db58_opmn.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip1 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db74_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip1
    .end std out.
    .end err out.
    Unzip1 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db74_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip2 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db26_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip2
    .end std out.
    .end err out.
    Unzip2 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db26_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip5 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db23_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip5
    .end std out.
    .end err out.
    Unzip5 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db23_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip6 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db29_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip6
    .end std out.
    .end err out.
    Unzip6 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db29_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip3 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db22_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip3
    .end std out.
    .end err out.
    Unzip3 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db22_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip4 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db9_bin.zip at /test/db/tech_st/10.2.0/
    Unzip4
    .end std out.
    .end err out.
    Unzip4 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db9_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip8 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db24_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip8
    .end std out.
    .end err out.
    Unzip8 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db24_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip9 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db27_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip9
    .end std out.
    .end err out.
    Unzip9 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db27_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip7 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db25_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip7
    .end std out.
    .end err out.
    Unzip7 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db25_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip12 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db73_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip12
    .end std out.
    .end err out.
    Unzip12 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db73_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip13 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db11_bin.zip at /test/db/tech_st/10.2.0/
    Unzip13
    .end std out.
    .end err out.
    Unzip13 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db11_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip14 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db37_lib.zip at /test/db/tech_st/10.2.0/
    Unzip14
    .end std out.
    .end err out.
    Unzip14 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db37_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip10 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db20_demo.zip at /test/db/tech_st/10.2.0/
    Unzip10
    .end std out.
    .end err out.
    Unzip10 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db20_demo.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip17 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db62_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip17
    .end std out.
    .end err out.
    Unzip17 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db62_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip15 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db54_rdbms.zip at /test/db/tech_st/10.2.0/
    Unzip15
    .end std out.
    .end err out.
    Unzip15 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db54_rdbms.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip16 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db42_lib.zip at /test/db/tech_st/10.2.0/
    Unzip16
    .end std out.
    .end err out.
    Unzip16 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db42_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip11 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db19_demo.zip at /test/db/tech_st/10.2.0/
    Unzip11
    .end std out.
    .end err out.
    Unzip11 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db19_demo.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip20 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db8_bin.zip at /test/db/tech_st/10.2.0/
    Unzip20
    .end std out.
    .end err out.
    Unzip20 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db8_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip19 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db1_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip19
    .end std out.
    .end err out.
    Unzip19 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db1_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip21 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db33_jdk.zip at /test/db/tech_st/10.2.0/
    Unzip21
    .end std out.
    .end err out.
    Unzip21 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db33_jdk.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip18 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db40_lib.zip at /test/db/tech_st/10.2.0/
    Unzip18
    .end std out.
    .end err out.
    Unzip18 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db40_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip22 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db72_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip22
    .end std out.
    .end err out.
    Unzip22 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db72_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip23 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db35_jlib.zip at /test/db/tech_st/10.2.0/
    Unzip23
    .end std out.
    .end err out.
    Unzip23 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db35_jlib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip25 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db53_rdbms.zip at /test/db/tech_st/10.2.0/
    Unzip25
    .end std out.
    .end err out.
    Unzip25 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db53_rdbms.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip26 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db13_ctx.zip at /test/db/tech_st/10.2.0/
    Unzip26
    .end std out.
    .end err out.
    Unzip26 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db13_ctx.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip27 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db57_wf.zip at /test/db/tech_st/10.2.0/
    Unzip27
    .end std out.
    .end err out.
    Unzip27 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db57_wf.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip24 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db0_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip24
    .end std out.
    .end err out.
    Unzip24 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db0_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip29 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db36_jre.zip at /test/db/tech_st/10.2.0/
    Unzip29
    .end std out.
    .end err out.
    Unzip29 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db36_jre.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip31 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db14_ctx.zip at /test/db/tech_st/10.2.0/
    Unzip31
    .end std out.
    .end err out.
    Unzip31 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db14_ctx.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip33 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db70_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip33
    .end std out.
    .end err out.
    Unzip33 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db70_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip28 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db2_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip28
    .end std out.
    .end err out.
    Unzip28 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db2_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip32 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db68_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip32
    .end std out.
    .end err out.
    Unzip32 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db68_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip30 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db52_rdbms.zip at /test/db/tech_st/10.2.0/
    Unzip30
    .end std out.
    .end err out.
    Unzip30 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db52_rdbms.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip34 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db64_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip34
    .end std out.
    .end err out.
    Unzip34 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db64_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip37 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db76_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip37
    .end std out.
    .end err out.
    Unzip37 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db76_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip36 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db90_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip36
    .end std out.
    .end err out.
    Unzip36 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db90_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip35 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db44_md.zip at /test/db/tech_st/10.2.0/
    Unzip35
    .end std out.
    .end err out.
    Unzip35 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db44_md.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip40 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db80_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip40
    .end std out.
    .end err out.
    Unzip40 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db80_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip41 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db21_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip41
    .end std out.
    .end err out.
    Unzip41 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db21_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip42 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db30_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip43 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db49_nls.zip at /test/db/tech_st/10.2.0/
    Unzip38 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db31_inventory.zip at /test/db/tech_st/10.2.0/
    Unzip38
    .end std out.
    .end err out.
    Unzip38 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db31_inventory.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip39 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db3_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip39
    .end std out.
    .end err out.
    Unzip39 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db3_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip44 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db28_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip42
    .end std out.
    .end err out.
    Unzip42 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db30_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..AutoConfig is exiting with status 0
    Processing disk file : disk.label in /prod/stage/oraDB/Disk2
    Checking the content :disk.label
    All contents are valid.....
    =============================================================
    Processing the contents of : Disk2
    Processing the driver file : /prod/stage/oraDB/Disk2/dbts/driver/Disk2.drv
    UNZIPPING THE DISK2 CONTENTS
    Unzip45 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db60_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip45
    .end std out.
    .end err out.
    Unzip45 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db60_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip46 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db59_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip46
    .end std out.
    .end err out.
    Unzip46 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db59_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip47 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db61_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip47
    .end std out.
    .end err out.
    Unzip47 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db61_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip50 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db63_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip50
    .end std out.
    .end err out.
    Unzip50 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db63_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip48 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db39_lib.zip at /test/db/tech_st/10.2.0/
    Unzip48
    .end std out.
    .end err out.
    Unzip48 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db39_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip49 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db65_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip49
    .end std out.
    .end err out.
    Unzip49 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db65_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip51 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db89_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip51
    .end std out.
    .end err out.
    Unzip51 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db89_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip52 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db77_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip52
    .end std out.
    .end err out.
    Unzip52 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db77_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip57 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db69_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip57
    .end std out.
    .end err out.
    Unzip57 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db69_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip55 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db81_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip55
    .end std out.
    .end err out.
    Unzip55 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db81_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip53 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db75_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip53
    .end std out.
    .end err out.
    Unzip53 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db75_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip56 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db83_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip56
    .end std out.
    .end err out.
    Unzip56 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db83_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip58 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db71_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip58
    .end std out.
    .end err out.
    Unzip58 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db71_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip54 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db79_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip54
    .end std out.
    .end err out.
    Unzip54 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db79_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip61 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db67_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip61
    .end std out.
    .end err out.
    Unzip61 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db67_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip60 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db87_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip60
    .end std out.
    .end err out.
    Unzip60 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db87_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip62 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db48_network.zip at /test/db/tech_st/10.2.0/
    Unzip62
    .end std out.
    .end err out.
    Unzip62 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db48_network.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip63 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db50_oui.zip at /test/db/tech_st/10.2.0/
    Unzip63
    .end std out.
    .end err out.
    Unzip63 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db50_oui.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip59 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db85_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip59
    .end std out.
    .end err out.
    Unzip59 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db85_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip65 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db4_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip64 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db32_jdk.zip at /test/db/tech_st/10.2.0/
    Unzip66 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db7_bin.zip at /test/db/tech_st/10.2.0/
    Unzip67 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db10_bin.zip at /test/db/tech_st/10.2.0/
    Unzip68 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db16_ctx.zip at /test/db/tech_st/10.2.0/
    Unzip68
    .end std out.
    .end err out.
    Unzip68 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db16_ctx.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip66
    .end std out.
    .end err out.
    Unzip66 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db7_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip65
    .end std out.
    .end err out.
    Unzip65 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db4_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..AutoConfig is exiting with status 0
    Processing disk file : disk.label in /prod/stage/oraDB/Disk3
    Checking the content :disk.label
    All contents are valid.....
    =============================================================
    Processing the contents of : Disk3
    Processing the driver file : /prod/stage/oraDB/Disk3/dbts/driver/Disk3.drv
    UNZIPPING THE DISK3 CONTENTS
    Unzip71 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db84_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip71
    .end std out.
    .end err out.
    Unzip71 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db84_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip73 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db66_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip73
    .end std out.
    .end err out.
    Unzip73 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db66_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip69 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db55_sysman.zip at /test/db/tech_st/10.2.0/
    Unzip69
    .end std out.
    .end err out.
    Unzip69 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db55_sysman.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip72 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db47_oc4j.zip at /test/db/tech_st/10.2.0/
    Unzip72
    .end std out.
    .end err out.
    Unzip72 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db47_oc4j.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip70 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db56_sysman.zip at /test/db/tech_st/10.2.0/
    Unzip70
    .end std out.
    .end err out.
    Unzip70 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db56_sysman.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip78 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db86_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip78
    .end std out.
    .end err out.
    Unzip78 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db86_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip74 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db45_oc4j.zip at /test/db/tech_st/10.2.0/
    Unzip74
    .end std out.
    .end err out.
    Unzip74 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db45_oc4j.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip76 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db34_jdk.zip at /test/db/tech_st/10.2.0/
    Unzip76
    .end std out.
    .end err out.
    Unzip76 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db34_jdk.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip79 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db78_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip79
    .end std out.
    .end err out.
    Unzip79 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db78_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip81 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db6_assistants.zip at /test/db/tech_st/10.2.0/
    Unzip81
    .end std out.
    .end err out.
    Unzip81 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db6_assistants.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip82 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db18_demo.zip at /test/db/tech_st/10.2.0/
    Unzip82
    .end std out.
    .end err out.
    Unzip82 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db18_demo.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip83 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db51_perl.zip at /test/db/tech_st/10.2.0/
    Unzip83
    .end std out.
    .end err out.
    Unzip83 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db51_perl.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip84 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db41_lib.zip at /test/db/tech_st/10.2.0/
    Unzip84
    .end std out.
    .end err out.
    Unzip84 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db41_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip85 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db12_bin.zip at /test/db/tech_st/10.2.0/
    Unzip85
    .end std out.
    .end err out.
    Unzip85 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db12_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip86 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db15_ctx.zip at /test/db/tech_st/10.2.0/
    Unzip86
    .end std out.
    .end err out.
    Unzip86 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db15_ctx.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip87 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db38_lib.zip at /test/db/tech_st/10.2.0/
    Unzip87
    .end std out.
    .end err out.
    Unzip87 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db38_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip80 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db88_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip80
    .end std out.
    .end err out.
    Unzip80 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db88_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip77 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db46_oc4j.zip at /test/db/tech_st/10.2.0/
    Unzip77
    .end std out.
    .end err out.
    Unzip77 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db46_oc4j.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip75 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db17_demo.zip at /test/db/tech_st/10.2.0/
    Unzip75
    .end std out.
    .end err out.
    Unzip75 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db17_demo.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip89 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db43_lib.zip at /test/db/tech_st/10.2.0/
    Unzip88 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db82_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip90 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db5_assistants.zip at /test/db/tech_st/10.2.0/
    Unzip89
    .end std out.
    .end err out.
    Unzip89 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db43_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip88
    .end std out.
    .end err out.
    Unzip88 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db82_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..AutoConfig is exiting with status 0
    AutoConfig is exiting with status 0
    AutoConfig is exiting with status 0
    Pls check NO ERROR found

  • RC-50004: Fatal: Error occurred in ApplyDatabase:  Control file creation failed  Cannot execute configure of database using RapidClone

    dear associates,
    linux version: red hat enterprise  linux 4.0.
    EBS version: 12.1.1
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for VIS instance

    dear associates,
    can u please assist me how can over come this error or problem.
    linux version: red hat enterprise  linux 4.0.
    EBS version: 12.1.1
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for VIS instance

  • VMM 2012 R2 Template creation fails with sysprep error via the gui, but works in powershell?

    I'm in the process of trying to convert an existing gen1 VM (Win Server 2012 R2) to a VM template using VMM 2012 R2 with rollup 1. The creation keeps failing with the following error :-
    "Error
    (2901)The operation did not complete successfully because of a parameter or call sequence
    that is not valid.Recommended ActionEnsure
    that the parameters are valid, and then try the operation again."
    I've checked that the local administrator account for the machine being converted to a template and it is blank as expected and in an attempt to troubleshoot I've output the template creation script via the VMM GUI and executed the commands in order which appears
    to have resolved the problem, well the template finishes creation, i'm yet to deploy a machine via it?
    # Create VM Template Wizard Script
    # Script generated on Thursday, April 3, 2014 12:52:15 PM by Virtual Machine Manager
    # For additional help on cmdlet usage, type get-help <cmdlet name>
    $VM = Get-SCVirtualMachine -VMMServer localhost -Name "MyTemplate_Template" -ID "98299447-83e1-4d98-a558-a96ebafcf9b5"
    | where {$_.VMHost.Name -eq "myhost.mydomain.com"}
    $LibraryServer = Get-SCLibraryServer -VMMServer localhost | where {$_.Name -eq "my.library.com"}
    $GuestOSProfile = Get-SCGuestOSProfile -VMMServer localhost | where {$_.Name -eq "Windows Server 2012
    R2"}
    $OperatingSystem = Get-SCOperatingSystem -VMMServer localhost -ID "50b66974-c64a-4a06-b05a-7e6610c579a2"
    | where {$_.Name -eq "Windows Server 2012 R2 Standard"}
    $template = New-SCVMTemplate -Name "My Template" -RunAsynchronously -VM $VM -LibraryServer $LibraryServer
    -SharePath "\\mylibrary.mydomain.com\SCVMM Library\Templates\mytemplatedestination" -GuestOSProfile $GuestOSProfile -JobGroup d2f2f539-85da-4091-ab08-abe739fc4761 -ComputerName "*" -TimeZone 85  -FullName "Administrator"
    -OrganizationName "My Organisation" -Workgroup "WORKGROUP" -AnswerFile $null -OperatingSystem $OperatingSystem 
    Now the only fields that weren't populated when I ran through the gui were FullName and Organization? Before I changed the script these two fields were just set to ""? Is that what has potentially caused the issue are they both required fields?

    Your not the only one who can reproduce this. Did you ever find out what it was? I saw your post and tried your same work-around and it also worked for me via Powershell.

  • When trying to start my Windows server 2008 R2 Data Center, I am getting "ramdisk device creation failed due to insufficient memory",

    I have the following:-
    VMWare workstation version 9 , with windows server 2008 R2 data center installed.
    - I have installed the windows 2008 R2 inside the VM using an iso image.
    - The host is windows 7.
    I use to work well with the VM, but after adding a new VM to the same workstation . I start getting the following error when starting my old VM
    ramdisk device creation failed sue to insufficient memory.
    And on the windows boot manger screen they mentioned to :-
    inset my windows installation dis and restart my PC.
    click “repair your computer”
    but not sure if this will fix the problem , baring in mind that the RAM assigned to the VM
     is 24 GB & 80 GB hard disk.
    The error is 
    Link.
    so can any one advice what is causing this error?
    Thanks

    You might start by checking the RAM.
    http://windows.microsoft.com/en-US/windows7/Diagnosing-memory-problems-on-your-computer
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Ora-3136 then ksvcreate: Process(m000) creation failed and db hangs

    Recently upgraded a large database from 10.2.0.4.0 to 10.2.0.5.0.
    The database recevies many thousand short-lived connections per minute.
    Since the upgrade we're repeatedly running into this problem
    Symptoms are that the incoming sessions will start to time out with ora-3136, then the alert log will show
    ksvcreate: Process(m000) creation failed
    then finally existying connections will freeze and no more connections can be established. I can't even get in to shut the db down normally - i have to kill pmon to get to the point where i can restart it.
    Typical alert log pattern:
    Thu Feb 02 02:26:51 PST 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Feb 02 02:31:21 PST 2012
    ksvcreate: Process(m000) creation failed
    Thu Feb 02 02:33:29 PST 2012
    ksvcreate: Process(m000) creation failed
    Thu Feb 02 02:35:36 PST 2012
    kkjcre1p: unable to spawn jobq slave process
    Thu Feb 02 02:35:36 PST 2012
    Errors in file /scratch/jdevadf/oracle/product/10.2.0/admin/srg102/bdump/srg102_cjq0_5920.trc:
    If i look in that file, i get this:
    /scratch/jdevadf/oracle/product/10.2.0/admin/srg102/bdump/srg102_cjq0_5920.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /scratch/jdevadf/oracle/product/10.2.0
    System name: Linux
    Node name: dadvil0075
    Release: 2.6.32-100.26.2.el5
    Version: #1 SMP Tue Jan 18 20:11:49 EST 2011
    Machine: x86_64
    Instance name: srg102
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Unix process pid: 5920, image: oracle@dadvil0075 (CJQ0)
    *** 2012-02-01 21:34:08.175
    *** SERVICE NAME:(SYS$BACKGROUND) 2012-02-01 21:34:08.149
    *** SESSION ID:(3992.1) 2012-02-01 21:34:08.149
    ssd_unwind_bp: unhandled instruction at 0x2fb3962 instr=f
    *** 2012-02-02 02:34:29.355
    Waited for process J001 to initialize for 60 seconds
    *** 2012-02-02 02:34:29.362
    Process diagnostic dump for J001, OS id=25477
    loadavg : 5.22 3.75 3.36
    Memory (Avail / Total) = 755.21M / 11706.12M
    Swap (Avail / Total) = 1904.80M / 2047.34M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    0 S jdevadf 25477 1 0 80 0 - 680831 semtim 02:33 ? 00:00:00 ora_j001_srg102
    Stack:
    [Thread debugging using libthread_db enabled]
    0x00000038556d5497 in semop () from /lib64/libc.so.6
    #0 0x00000038556d5497 in semop () from /lib64/libc.so.6
    #1 0x0000000003d91322 in sskgpwwait ()
    #2 0x0000000003d73d7a in skgpwwait ()
    #3 0x00000000007acf87 in kslges ()
    #4 0x00000000007ac8f0 in kslgetl ()
    #5 0x0000000000777a37 in kstipg ()
    #6 0x0000000000813aaa in ksucrp ()
    #7 0x0000000002498644 in kkjrdp ()
    #8 0x00000000030b98c7 in opirip ()
    #9 0x00000000013a4a2b in opidrv ()
    #10 0x0000000001f9e66e in sou2o ()
    #11 0x000000000072d2c5 in opimai_real ()
    #12 0x000000000072d17c in main ()
    A debugging session is active.
    Inferior 1 [process 25477] will be detached.
    Quit anyway? (y or n) [answered Y; input not from terminal]
    Process diagnostic dump actual duration=1.190000 sec
    (max dump time=30.000000 sec)
    *** 2012-02-02 02:34:30.544
    *** 2012-02-02 02:34:40.555
    Waited for process J001 to initialize for 70 seconds
    *** 2012-02-02 02:34:40.555
    Process diagnostic dump for J001, OS id=25477
    loadavg : 4.80 3.71 3.35
    Memory (Avail / Total) = 728.61M / 11706.12M
    Swap (Avail / Total) = 1904.81M / 2047.34M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    0 S jdevadf 25477 1 0 80 0 - 680831 semtim 02:33 ? 00:00:00 ora_j001_srg102
    Stack:
    [Thread debugging using libthread_db enabled]
    0x00000038556d5497 in semop () from /lib64/libc.so.6
    #0 0x00000038556d5497 in semop () from /lib64/libc.so.6
    #1 0x0000000003d91322 in sskgpwwait ()
    #2 0x0000000003d73d7a in skgpwwait ()
    #3 0x00000000007acf87 in kslges ()
    #4 0x00000000007ac8f0 in kslgetl ()
    #5 0x0000000000777a37 in kstipg ()
    #6 0x0000000000813aaa in ksucrp ()
    #7 0x0000000002498644 in kkjrdp ()
    #8 0x00000000030b98c7 in opirip ()
    #9 0x00000000013a4a2b in opidrv ()
    #10 0x0000000001f9e66e in sou2o ()
    #11 0x000000000072d2c5 in opimai_real ()
    #12 0x000000000072d17c in main ()
    A debugging session is active.
    Inferior 1 [process 25477] will be detached.
    Quit anyway? (y or n) [answered Y; input not from terminal]
    [repeated for several processes]
    I can upload the files or they are available on the internal network.
    Initially i thought it was bug 8426816, but that's supposed to be included in the 10.2.0.5.0 patchset.

    Hi;
    Symptoms are that the incoming sessions will start to time out with ora-3136, then the alert log will show
    ksvcreate: Process(m000) creation failedDid you check note Troubleshooting Guide (TSG) - ksvcreate: Process(xxxx) creation failed [ID 1379200.1] ?
    Regard
    Helios

  • Problem in connecting after manual creation of database in 9i.

    Hi,
    I had installed Oracle 9i and I tried to created the DB manually. I tried all possible ways to connect, but it was in vain. I tried - connect / as SYSDBA(ORA-24314: service handle not initialized), connect / as SYSDBA/password (where password is the one given during the creation of the service - as suggested in the Post installation guide of Oracle, just to receive an invalid option in connect string error) and connect "/ as SYSDBA" (ORA-12560: TNS:protocol adapter error).
    Please throw some light on this problem.
    Thanks in advance.
    Vijay

    I have the same problem with Personal Oracle 8i. I tried to create a database manually and the creation failed the first time because Oracle claimed it ran out of process memory. I was never successful in getting the database functioning and couldn't even deleted it although I did manage to delete the service.
    Now, whenever I use SQLPlus from the command prompt, I get the TNS Protocal Adapter error. SQLPlus worksheet and SQLPlus under the "Developer" menu both work and I can use the JDBC driver successfully.
    Anyone have any suggestions?
    Dianne

  • Spatial query index creation fails with ORA-13282: failure on initializatio

    Hi,
    I have an Oracle 10g 10.2.0.5.0 database newly installed. Spatial index creation fails:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13282: failure on initialization of coordinate transformation
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
    The script I am trying to run is:
    Insert into USER_SDO_GEOM_METADATA
    (TABLE_NAME, COLUMN_NAME, DIMINFO, SRID)
    Values
    ('SOME_TABLE', 'geo',
    "SDO_DIM_ARRAY"(
    "SDO_DIM_ELEMENT"('X',600000,900000,0.001),
    "SDO_DIM_ELEMENT"('Y',150000,400000,0.001)), 23700);
    CREATE INDEX IX_GEO_SOME_TABLE ON SOME_TABLE (GEO) INDEXTYPE IS MDSYS.SPATIAL_INDEX ;
    Earlier I had some issues with NLS settings in relation to Spatial, but in this particular case setting the NLS_LANG for AMERICAN_AMERICA does not help. I found this comment http://www.orafaq.com/forum/t/127312/2/ but would not like to hack around with MDSYS table content. Any help is highly appreciated.
    Regards, Tamas

    Tamas,
    1 . . .Are you indexing a table that already has geometries or an empty table?
    . . . .If the former, do all the geometries in that table have the same (not NULL) SRID (23700)?
    2 . .The link you posted suggests a parsing problem since in Hungarian (23700), the decimal seperator is a comma (not a period). Accordingly, I believe the edit to mdsys.sdo_cs_srs.WKTEXT would be:
    PROJCS["HD72 / EOV", GEOGCS [ "HD72", DATUM ["Hungarian Datum 1972 (EPSG ID 6237)", SPHEROID ["GRS 1967 (EPSG ID 7036)", 6378160, 298,247167427]], PRIMEM [ "Greenwich", 0,000000 ], UNIT ["Decimal Degree", 0,01745329251994328]], PROJECTION ["Egyseges Orszagos Vetuleti (EPSG OP 19931)"], UNIT ["Meter", 1]]
                                                                                                                                         ^                                    ^                                   ^                                                                                                  Regards,
    Noel

Maybe you are looking for

  • HT5192 unable to download ios 5.0 for ipad using windows 7 and itunes 10.1

    I am unable to upgrade to ios 5.0 for my ipad. I am using windows 7 and my itunes is updated 10.1   it keeps timimg out and i get error message 3259.  I already tried diacbling antivirus software

  • Record Streaming Video from Computer

    I need to "capture" streaming video that plays on a computer. I can't seperate out the file, just need to record as it plays. If Captivate can't do it, does anyone know of another program that can? Thanks much!

  • 'Submit To' Based on Number in Table Cell

    Hi, Upon clicking a Submit button, I'm trying to have my form go to certain people based on a number in a table cell. For example, if the dollar amount in the table cell I named "TotalPrice" is $1,000 or greater, it goes to one group, and if it is le

  • Abt the GRN

    Hello gurus, In the system when i tick mark the delivery completed indicator in the Purchase order than also system allow me to Create the GRN against the remaining quantity of Purchase order.

  • WPC navigation....

    Hi , We are using WPC  on NW 7.0 SP17 . We have four web pages in WPC  and created navigation node for the 4 pages and published it . I am able to see the 4  links in the detailed navigation for the pages in my portal role . In my first page content