Jdeveloper 11g integration with VSS

I am trying to integrate JDev with VSS using latest available extension VSSExtension_v06, but it can only used for JDev10g version.Can anybody help me findout the Jdev11g extension for VSS.

no jdev extension for 11g as the latest version is for jdev10
org.jdev10.vss.VSSExtension.0.6.jar
http://jdev-vss-ext.cvs.sourceforge.net/viewvc/jdev-vss-ext/jdev_vss_ext/java/org/

Similar Messages

  • Jdeveloper 11g integrated weblogic issue

    Hi All,
    I have Jdeveloper 11g installed. (11.1.1.2 version)
    When I startup the integrated weblogic server, I get following error.
    *** Using port 7101 ***
    "C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    The JRE was not found in directory C:\Oracle\Middleware11.1.1.2.0\jdk160_14_R27.6.5-32. (JAVA_HOME)
    Please edit your environment and set the JAVA_HOME
    variable to point to the root directory of your Java installation.
    The system cannot find the path specified.
    Press any key to continue . . .
    I did setup JAVA_HOME in my environment variable to C:\Oracle\Middleware\jdev_11gR1\jdk160_14_R27.6.5-32 still getting same error.
    You see in above error it keeps referring to C:\Oracle\Middleware11.1.1.2.0\jdk160_14_R27.6.5-32. (JAVA_HOME) ........ But the fact is I do not have C:\Oracle\Middleware11.1.1.2.0\ directory anymore. That was old directory, before I reinstalled the Jdeveloper 11g (Meaning, I tried to install Jdeveloper again with different oracle middleware)
    Please help...
    thanks,
    pp

    Hi,
    Application Data folder would probably be hidden folder. In the windows explorer, Go to Tools->Folder Options and in the View tab, select Show hidden files and folders option. You would be able to see the Application Data folder after that.
    -Arun

  • BPM 11g integration with UCM11g using Java Enbedded acitivity

    Hi Friends,
    Can anyone throw some idea how to integration with BPM11g and UCM11g
    We need to have a java code using Java Enbedded acitivity.
    1) How to Connect to UCM 11g using java code any sample Java Embedded Code( we are connecting through RIDC)
    2) How to Fetch the document from UCM using RIDC.
    3) How to Close the Connection.
    Hi friends,
    My requirement was Using BPEL JAva Embedded Acitivity need to connect UCM by RIDC. Got SCAC exception. I could solve this today 3/12/2012... refer below link
    Re: SCAC-50012 Got this exception when using BPEL Java Embedded Activity
    But I have the actual thing.. as per my post..
    Now I need to fetch the doc i.e.,
    In UCM we have pdf documents i need to Download that document and show it in ADF UI using Java Embedded Activity.
    Ie., Using Java Code I need to Download and Decode the PDF file using Java Embedded Activity after Connection with UCM. Save as a file in Local Machine then I need to Encode ads PDF and Show it to ADF UI.
    Please experts its Quite Urgent!!
    ThankQ!!
    Regards,
    Pavan
    Edited by: BPM Fresher on Dec 3, 2012 8:12 PM

    Hi experts...
    Any solution for this.. Can any one help me on this...
    Regards,
    Pavan

  • OBIEE 11g integration with sharepoint or any with any other webserver possibilities

    HI All,
    Can we integrate OBIEE 11g Analysis and dashboards to SharePoint server ? If yes could you help us guiding in right way of implementing this request. Any kind of help on this is highly appreciated.
    Can we use existing Weblogic web server to build some internal web applications. (Work flow tools)
      Maker checker application:
    We have Ops users which they send the daily reports to Traders for approval. Based on the approvals, end of day data will be reload into DB for Month end reporting. Reports are generating from OBIEE  11g.
    Thanks,
    Pavan

    Hi,,
    Thanks for your update,
    Kindly provide any other document for obiee 11g integration part with Windows active directory
    Thanks
    Edited by: user11018780 on Feb 9, 2011 7:22 AM

  • OAM 11g integration with Kerberos on cluster with load-balanced virtualhost

    Hello!
    I need to make a Kerberos integration with OAM.
    I find following notes about OAM 11g: WNA Configuration for HA Clusters [ID 1365888.1] (https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=223640518878014&type=DOCUMENT&id=1365888.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=14ehvbh4z2_61).
    "In an OAM Clustered environment, the OAM Principal for WNA must be the same on all tiers i.e. the load-balanced virtualhost for the OAM cluster.
    Therefore each OAM managed server will reference the same keytab file, generated for Principal HTTP/<virtualhost.domain>, and the keytab file will be in the same location on all OAM managed servers.
    For example: ${DOMAIN_HOME}/domains/${DOMAIN_NAME}/config/fmwconfig/oam/<keytab filename>.
    After copying the keytab file to the same directory on all OAM managed server machines, complete the configuration of the Kerberos authentication module in OAM Administration Console (/oamconsole).
    The AdminServer will ensure that the oam-config.xml file on all OAM managed server tiers in the cluster is updated with this configuration."
    The question is; When I generate oam.keytab with following command, What is the name of the server that I will must put in the command? Virtualhost (load-balanced), Node1 or Node2?
    ktpass -princ HTTP/<servername>@DOMAIN -pass XXXXXXX mapuser DOMAIN\user -out oam.keytab.
    Thanks in advance and best regards!
    PS: Sorry if my english is not clear.

    David,
    Your Principal name should be the SSO LB URL.(ie :sso.mycomany.com)
    ktpass -princ HTTP/sso.mycomany.com@DOMAIN -pass XXXXXXX mapuser DOMAIN\user -out oam.keytab.
    Also make sure sso.mycomany.com has a reverse DNS configured correctly.
    you can check using dig command
    ping sso.mycomany.com
    What ever the ip-address
    dig -x <IP-ADDRESS>
    Check in the reverse DNS section there should be 1 record.
    ;; ANSWER SECTION:
    1.1.1.1.in-addr.arpa. 3600 IN PTR sso.mycomany.com.
    Let me know if you have more questions.
    Thanks
    Saurabh

  • XCode Integration With VSS (Visual Source Safe)

    We have recently start developing for iPhone using XCode. We already have Visual Source Safe in place as our source control and I want to give it a try (integrate with XCode) before thinking of using CVS or SVN.
    Sometime back TheSilverHammer talk about VSS integration with XCode in his post "Two questions: Xcode 2.4 (reloading a source file) and endianness ...", however it was not clear how he did that? This post is now archived and is no longer available for replies. TheSilverHammer can you, or anyone else please tell how is it possible?

    I don't really know about VSS/XCode integration but I have to make a comment. Dump VSS. Pour gasoline on it, light a match and run.
    There are so many issues with VSS I'm not sure where to begin. No scalability, terrible stability, proprietary, etc.
    You mentioned CVS and SVN. In the long run you'll be way better off with either of those. Personally I prefer SVN.
    Just my 2 cents

  • IPM 11g integration with oracle applications R12

    Hi,
    We are in process of setting up first IPM instance for AP invoice processing. I installed all required software and got IPM server up and running. I was following installation guide for integration with applications R12 but it is not detailed enough so opened oracle SR and now analyst himself is saying documentation is not enough and you need to use solution accelarator kit. Oracle's product manger is not giving kit before giving training and there is no training in near future so we are just at full stop at this time. Has anybody done successful install and end to end integration with 11g version without solution kit? Can anybody point me to good detailed documentation?
    I would appreciate any help I can get on this.
    Thanks,
    Jigisha

    Hi
    AP Invoice end to end processing would need to have IPM , EBS , ODC , OFR (if needing to include forms recoginition functionality as well ) .
    This is the outline of the architecture that need to be set up for end to end AP processing .
    Let me look around if there is any documentation which gives further details on this topic .
    Thanks
    Srinath

  • JDeveloper 11g: Problem with search page sample

    Hello all!
    I realized the detailed search page in Oracle JDeveloper 11g Handbook ".
    Before, it runned without problem. But for a while, I have the following exception when I run a search:
    *Unexpected exception: java.lang.ArrayIndexOutOfBoundsException, e = 0.*
    I searched the forums, the answers that I had alluded to the types of data in the entity, and in the view. But I checked and the different types of entities are those views.
    The error always returns.
    I also increased by Size Range in the definition of the page.
    But there is nothing. Can anyone help me?
    Thank's
    Nystan

    Hi,
    you want at least to give us the page number that has the example you reference. Chances are that some of the experts on OTN own the book and could have a look. When you say "Before, it runned without problem. But for a while, I have the following exception when I run a search:", what did it make change ?
    Frank

  • BPM 11g integration with Business Activity Monitoring

    Hello,
    I'm trying to implement business indicators in a new project in Jdeveloper, and i want see the business indicators in the BAM portal, i alredy configure the BAM adapter in the IBM console and make all settings described in the tutorial, but when i run the process and the process try save the business indicators into the BAM, in the console throws an exception.
    I follow the instructions and create a data object with the name BI_default_nameProject_nameProcess and create the business variables with the prefix METRIC_nameBI in the Jdeveloper exist the same busines indicators.
    I dont understand, i think the mistake is when the BPM try to update or insert into the BAM table (BI_default_nameProject_nameProcess)
    My trouble is only with the business indicators what i create in Jdeveloper the other default indicators is OK (Component, Counter and Interval)
    Thanks
    Wriel
    ####<12-ene-2012 11H46' CST> <Error> <oracle.bam.webservices> <WrielZapata-PC> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <a6432244f621aacd:-186ebc2d:134d2c99137:-8000-00000000000013a4> <1326390395284> <BEA-000000> <WebServices: BAM-06145: No se pueden actualizar las filas del objeto de datos /Samples/Monitor Express/BI_default_SalesQuoteProcess_RequestQuote.>
    ####<12-ene-2012 11H46' CST> <Error> <oracle.bam.webservices> <WrielZapata-PC> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <a6432244f621aacd:-186ebc2d:134d2c99137:-8000-00000000000013a4> <1326390395285> <BEA-000000> <WebServices: BAM-06001: Detalles: Index: 0, Size: 0>
    ####<12-ene-2012 11H46' CST> <Error> <oracle.bam.webservices> <WrielZapata-PC> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <a6432244f621aacd:-186ebc2d:134d2c99137:-8000-00000000000013a4> <1326390395286> <BEA-000000> <WebServices: BAM-06145: No se pueden actualizar las filas del objeto de datos /Samples/Monitor Express/BI_default_SalesQuoteProcess_RequestQuote.java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at oracle.bam.webservices.common.OperationImpl.update(OperationImpl.java:1088)
    at oracle.bam.webservices.common.OperationImpl.update(OperationImpl.java:1073)
    at oracle.bam.webservices.dataobjectoperationsbyid.DataObjectOperationsByID.update(DataObjectOperationsByID.java:284)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:92)
    at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:74)
    at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:151)
    at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)
    at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)
    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
    at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:403)
    at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:532)
    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:141)
    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:172)
    at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)
    at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpServletAdapter.java:311)
    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:337)
    at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:95)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    ####<12-ene-2012 11H46' CST> <Error> <oracle.webservices.jaxws> <WrielZapata-PC> <AdminServer> <BAMActionMDB> <<anonymous>> <BEA1-4F4E7405F5D1B5C280E1> <a6432244f621aacd:-186ebc2d:134d2c99137:-8000-00000000000013a4> <1326390395292> <BEA-000000> <Error while invoking endpoint "http://localhost:7001/OracleBAMWS/WebServices/DataObjectOperationsByID?WSDL" from client>
    ####<12-ene-2012 11H46' CST> <Warning> <oracle.bam.adapter.adc.soap.DOOperationsDispatch> <WrielZapata-PC> <AdminServer> <BAMActionMDB> <<anonymous>> <BEA1-4F4E7405F5D1B5C280E1> <a6432244f621aacd:-186ebc2d:134d2c99137:-8000-00000000000013a4> <1326390395292> <BEA-000000> <Error in update webservice
    javax.xml.ws.soap.SOAPFaultException: BAM-06145: No se pueden actualizar las filas del objeto de datos /Samples/Monitor Express/BI_default_SalesQuoteProcess_RequestQuote.java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at oracle.bam.webservices.common.OperationImpl.update(OperationImpl.java:1088)
    at oracle.bam.webservices.common.OperationImpl.update(OperationImpl.java:1073)
    at oracle.bam.webservices.dataobjectoperationsbyid.DataObjectOperationsByID.update(DataObjectOperationsByID.java:284)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:92)
    at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:74)
    at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:151)
    at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)
    at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)
    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
    at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:403)
    at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:532)
    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)
    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:141)
    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:172)
    at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:708)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)
    at weblogic.wsee.jaxws.HttpServletAdapter$3.run(HttpServletAdapter.java:311)
    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:337)
    at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:95)
    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Were you able to figure out why this error is?Even i have landed into the same error

  • OAM 11g integration with Demantra, VCP and APCC

    I have a requirement here to implement SSO between the following applications using the OAM 11.1.1.5
    1.     Oracle e-Business Suite 12.1.3 (iSupplier, iReceivables and iStore)
    2.     VCP ( Value Chain Planning )
    3.     Demantra
    4.     APCC ( Advanced Planning Command Center )
    I am following the below url for configuring the OAM with Oracle e-Business Suite to implement SSO.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=1309013.1
    And VCP, demantra and APCC applications have been deployed independently on it’s own application servers on three different hosts.
    I am trying to figure it out the SSO implementation approach for these 3 applications. I would like to know whether Oracle has got any out of box SSO implementation techniques for these applications as EBS. I would appreciate if someone shares oracle document links related to this integration.
    I am seeking experts suggestion on this to proceed further.

    David,
    Your Principal name should be the SSO LB URL.(ie :sso.mycomany.com)
    ktpass -princ HTTP/sso.mycomany.com@DOMAIN -pass XXXXXXX mapuser DOMAIN\user -out oam.keytab.
    Also make sure sso.mycomany.com has a reverse DNS configured correctly.
    you can check using dig command
    ping sso.mycomany.com
    What ever the ip-address
    dig -x <IP-ADDRESS>
    Check in the reverse DNS section there should be 1 record.
    ;; ANSWER SECTION:
    1.1.1.1.in-addr.arpa. 3600 IN PTR sso.mycomany.com.
    Let me know if you have more questions.
    Thanks
    Saurabh

  • Siebel Integration with VSS

    Hi,
    Plz ny1 can suggest me,how can i integrate siebel with Microsoft Visual SourceSafe (VSS).
    i've made changes in srcctrl.bat file in siebel but at the time of check in it's gving error.
    thnx.

    Pradeep,
    You might want to check this weblog.
    Adapters to Integrate SAP XI and Siebel system
    James

  • JDeveloper 9i integration with PVCS

    I have read that JDeveloper 9i does not integrate with PVCS, is this true? If not, is support planned?
    Thanks

    Hi Scott,
    Currently, Oracle9i JDeveloper does not integrate with PVCS. We are
    considering ways of providing this support, though we do not yet have
    any dates for when this support may be available.
    However, you can build your own PVCS addin to use with 9i JDeveloper
    by using JDeveloper's Addin Manager and the source control framework
    we used for building the Oracle9i SCM, ClearCase and CVS support.
    This Framework is published as part of the Oracle9i JDeveloper product.
    For more details on the Framework and Addin Manager, please see the 9i
    JDeveloper documentation/help.
    Regards,
    Dominic Battiston
    JDeveloper Product Management
    Oracle Corporation

  • BPM 11g integration with External UI or ADF UI

    Hi ,
    Can any one throw some idea how to integrate BPM Human Task(User task component) with already existing ADF UI.
    I've a Approval Human Task . And my ADF team has developed the UI project. I need to integrate both BPM and ADF UI.
    Can any one give an idea on this...
    Regards,
    Pavan

    Hi Experts,
    I have solved this issue..
    For example if we want to integrate the ADF UI and BPM. Just run the Login.jspx and used that url and add the URI in EM console in Component metrics of Human task.
    Regards,
    Pavan

  • JDeveloper 11G - Weblogic 10.3 - SOA Deployment problem

    I have jDeveloper 11g configured with SOA Suite, Weblogic 10.3 server, I have created new domain in Weblogic server integrated with jDeveoper. But the weblogic server only supports jee application deployment. I unable to find SOA server deployment option.Any additional config required in Weblogic server? Thanks

    HI ,
    To find SOA Server while deploying your composite u need to install the following :
    1. RCU
    2. WLS
    3. SOA SUITE
    4. JDEVELOPER
    5. Create Domain and select SOA SUITE for developeers and EM also .
    U can see the SOA SERVERS in EM whether they are there or not , Basically u need to have SOA -INFRA up for and SOA Composite deplyoment
    http://download.oracle.com/docs/cd/E21764_01/install.1111/e14318/toc.htm
    check this out !!
    Cheers ,
    Abhinav

  • OIM 11.1.1.5.0 + BP03 Integration with BI Publisher 11.1.1.5.0

    Folks,
    Has anyone been successful in integrating BIP 11.1.1.5.0 with OIM 11g? I have recently integrated BIP 11g with OIM11g for reporting. After doing all the necessary configurations as mentioned in the OIM 11g developers guide and BP03 read me document, I am able to see the reports structure in BIP. Also I could execute few of the reports like Access Policy details, Role membership etc. .
    But none of the user reports are working. It always shows up a blank screen and no activity in logs either. I’m pretty sure that I have configured that BIP user properly and he has all the rights to execute the reports, in fact I have assigned all the available functional roles to the BIP user.
    Has anyone of you faced such an issue earlier?
    Appreciate your support!
    Thanks
    Sid

    Hi Sidharth,
    Instaed of BIP 11.1.1.5.0, go for BIP 10g, as it is certified with OIM 11.1.1.5. We integrated BIP 10g successfully.
    Hope this helps
    BI Publisher 11g Integration with OIM 11.1.1.5.0 + BP03
    Regards
    Kumar

Maybe you are looking for

  • PE5 add-in for Vista Media Center

    I upgraded from PE$ -> 5 a while ago and noticed that I lost the media center icon for photoshop elements. How do I get this to work with PE5? I see the Digital Home files and have done a uninstall and re-install of the app already.. Thanks

  • Mexico Digital invoice - SSF without an External security product

    Hi All, We are in the process of implementing Digital Invoice for Mexico. I have few queries regarding this. 1. Can the digital signature be achieved with out any external security product ? 2. If it is possible, then will it comply with the legal re

  • Getting best possible look for the web!

    I am using Compressor for compressing my footage for the web. When I export out of FCP my footage looks nice and crystal clear however when I compress the footage then upload to the net its not as nice looking as it was. Now I recently bought a Compr

  • Are There Any Themes for the Blackberry Tour Approved by RIM, or Not?

    I've already had one BB Tour bricked, and I had downloaded all apps through BB App World.  However, there appear to be ZERO themes on BB App World.  So themes are the one thing I downloaded OTA on various websites, including Crackberry.  Seeing that

  • CFBuilder , EGit, and Git Hub

    Hi, I'm trying to use CF Builder with either of the DVCS options (git or Mercurial).  Have been trying github with the EGit Eclipse plugin, but can't seem to get it working.  Anyone have experience with this? Thanks! Tim