Packaging WLPI jars with custom application

Hi,
We are deploying our application as an .ear file in weblogic 7.0. Also we are
using WLPI to handle the workflows. As per WLPI documentation to create a business
operation for an ejb's method the corresponding ejb should be deployed as part
of the WLI application. Since we are deploying our own .ear so I packed all the
required wli ejb components with our application and created a single application.
Now when I start the server all the ejb components (both WLI and our custom ejb)
are getting deployed properly. I'm able to create the required business operations
and play with workflow. Everything seems to be working fine however I get following
error messages on the weblogic console during startup:
<Aug 23, 2003 3:20:39 PM IST> <Error> <AI> <000000> <MessageDestinationManager
on myserver failed to add MessageDestinat
ion (798217097) ID=WLIBusinessProcessManagerEventQueue, JMS Queue JNDI 'com.bea.wli.bpm.EventQueue',
JMS ConnectionFacto
ry JNDI 'com.bea.wlai.JMSConnectionFactory', transacted? false', properties (WLPIContentType=IEvent,WLPIPlugin=WLAIPlugi
n,) due to javax.management.MBeanException
javax.management.InstanceNotFoundException: bpmdomain:Type=AIDestination
at com.sun.management.jmx.MBeanServerImpl.getMBean(MBeanServerImpl.java:1680)
at com.sun.management.jmx.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:1880)
at weblogic.management.internal.RemoteMBeanServerImpl.getMBeanInfo(RemoteMBeanServerImpl.java:176)
at weblogic.management.commo.CommoProxy.<init>(CommoProxy.java:70)
at weblogic.management.commo.CommoProxy.getCommoProxy(CommoProxy.java:187)
at weblogic.management.commo.CustomMBeanServerProxy.getMBean(CustomMBeanServerProxy.java:770)
at com.bea.wlai.message.MessageDestinationManager.addDestination(Unknown
Source)
at com.bea.wlaiplugin.common.ejb.WLAIPluginBean.setEventForwarding(Unknown
Source)
at com.bea.wlaiplugin.common.ejb.WLAIPluginBean.load(Unknown Source)
at com.bea.wlaiplugin.common.ejb.WLAIPluginBean_3tkwnk_EOImpl.load(WLAIPluginBean_3tkwnk_EOImpl.java:312)
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.loadPlugin(Unknown
Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(Unknown Source)
at com.bea.wlpi.server.init.BPMInitBean.ejbCreate(Unknown Source)
at com.bea.wlpi.server.init.BPMInitBean_ddwui7_Impl.ejbCreate(BPMInitBean_ddwui7_Impl.java:122)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:151)
at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:188)
at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:375)
at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1507)
at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1392)
at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:391)
at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:1039)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1025)
at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:617)
at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:376)
at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.j
ava:235)
at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:65)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:832)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
javax.management.MBeanException
at weblogic.management.commo.CommoProxy.<init>(CommoProxy.java:75)
at weblogic.management.commo.CommoProxy.getCommoProxy(CommoProxy.java:187)
at weblogic.management.commo.CustomMBeanServerProxy.getMBean(CustomMBeanServerProxy.java:770)
at com.bea.wlai.message.MessageDestinationManager.addDestination(Unknown
Source)
at com.bea.wlaiplugin.common.ejb.WLAIPluginBean.setEventForwarding(Unknown
Source)
at com.bea.wlaiplugin.common.ejb.WLAIPluginBean.load(Unknown Source)
at com.bea.wlaiplugin.common.ejb.WLAIPluginBean_3tkwnk_EOImpl.load(WLAIPluginBean_3tkwnk_EOImpl.java:312)
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.loadPlugin(Unknown
Source)
at com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(Unknown Source)
at com.bea.wlpi.server.init.BPMInitBean.ejbCreate(Unknown Source)
at com.bea.wlpi.server.init.BPMInitBean_ddwui7_Impl.ejbCreate(BPMInitBean_ddwui7_Impl.java:122)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.ejb20.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:151)
at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:188)
at weblogic.ejb20.manager.StatelessManager.initializePool(StatelessManager.java:375)
at weblogic.ejb20.deployer.EJBDeployer.initializePools(EJBDeployer.java:1507)
at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1392)
at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:391)
at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:1039)
at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1025)
at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:617)
at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:376)
at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.j
ava:235)
at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:65)
at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:832)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300)
at weblogic.Server.main(Server.java:32)
>
Can anyone tell me why these messages are coming???

Ok, I was able to resolve this error by myself.
I found out, that the installation from InDesign write a log file to %temp% which gives you very useful informations.
My mistake was to not include all the directorys that were created from the Application Manager.
Kind regards

Similar Messages

  • Packaging Additional jars with Midlet jar

    How should i package any additional Jar in my Midlet suit. Basically i am using JBuilder 2006 to develop a J2ME applcation and i have installed Nokia Developer suit for Midlet packaging. I thought that by adding the jar files (utility/helping) to res folder would enable me to package them with Midlet jar but it is not hapening. So on emulators my application is running fine as all the jars are in classpath but when i deploy the midlet jar in my cell phone it throws a No Class DEf found error which is logical and correct as no any utility jar is included in the midlet suit.
    Please help me to find a solution. I am in a dying stage and has to submit the deliverables by tomorrow.
    Thanking in anticipation.
    Regards,
    Alam Sher

    I extract 3rd party JARs and then include them in my JAR as follows:
    jar  xf  jakarta-oro-2.0.5.jar
    jar  xf jasperreports-1.2.1.jar
    jar  xf  iReport.jar
    jar cmf  mainClass Spec  Remote.jar  *.class  org/  net/  it/The extraction of jakarta... produces the org/ path, jasperreports... produces the net/ path and iReport ... produces the it/ path. All are in my working directory as are my *.class files. I hope this is the answer you need.

  • Are there ways to interface OBIEE with customer application?

    Our OBIEE version is 10.3.4 on Redhat, OBIEE connect to a Oracle 11.2.0.2 database running on the same box of Redhat as OBIEE. Our application is java based web application using Tomcat, it point to OLTP database of Oracle 11.2.0.2 on an dedicated Redhat server.
    One of the original requirements for the application was to process OLTP data with complecated logic and create reports in text files. Now the customer wants to use OBI to display, print and distribute the reports. The best way to meet this requirement change at the late stage of development appear to be interfacing the application with OBIEE, if possible at all. That way, on clicking a button in the application GUI, a stream of formated data is sent to OBI pressentation service as a response to a request. An OBI client page will then be displayed to shpw the reports, and allow user to print and distribute.
    Now are there some OBI APIs allowing an application to call to interface with OBIEE?
    Thanks.

    Hi,
    I do not gave further experience with this subject, but I guess this is what you are looking for;
    http://download.oracle.com/docs/cd/E12096_01/books/AnyWebServ/AnyWebServ_Overview3.html
    You will probably have to do some further research.
    Maybe Venkat could be of any help.
    http://oraclebizint.wordpress.com/2007/07/31/customizing-obi-ee-soap-api/
    Good Luck,
    Daan Bakboord
    http://obibb.wordpress.com

  • Integrate BI with Custom Applications

    Dear all,
    I am new to oracle BI.
    I want to create an dashboard and score card for KPI's.
    KPI data is collected in forms or other applications ,when ever there is an update in the data ,the change should be reflected in BI dashboard and score card.
    can anyone guide me on this.
    Thanks.

    KPI's are for the DATA analysis..
    In case if you want to report on some dummy values then create a KPI based on some numbers like 01.*100 or 10/34 etc..
    OBIEE dont give you the feasibility to enter the data and store in the metadata...Its a intellience tool but not end user OLTP where you can enter the values.
    Mark helps if it is helpfull.
    Regards,
    Veeresh Rayan

  • Facing problem when Integration of configurator with ADF application

    Hello,
    Integration of conifigurator with custom application is not returing to "return_url" after clicking on Finish button in conifgurator.
    We have developed a custom ADF application which integrates a configurator.
    We have follwed the below url on developing this.
    http://www.oracle.com/technetwork/topics/newtojava/overview/ofm-ebs-blog-postings-096286.html
    After completeing the configurator process, but the page is still showing as loading and not returning the return_url parameter mentioned in initialization parameters
    So we are unable to get the FacesContext of calling application as it always returns null.
    Please hlep on this, it is bit urgent.
    Thank you
    kali

    Hi pankaj,
    I tried the approach you suggested, Still it's getting stuck at that point it self, Below is the simple servlet code which is the return_url,
    package view;
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class configurator extends HttpServlet {
    private static final String CONTENT_TYPE = "text/html; charset=UTF-8";
    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    public void service(HttpServletRequest request,
    HttpServletResponse response) throws ServletException,
    IOException {
    response.setContentType(CONTENT_TYPE);
    PrintWriter out = response.getWriter();
    System.out.println("Hi how are you");
    out.println("<html>");
    out.println("<head><title>configurator</title></head>");
    out.println("<body>");
    out.println("<p>The servlet has received a POST or GET. This is the reply.</p>");
    out.println("top.location = \"http://localhost:7101//ConfigTest-ViewController-context-root//CheckoutTest.jsp");
    out.println("</body></html>");
    out.close();
    Below is the view source of clock rotating page , where i can't find any thing from the above servlet,
    <!-- $Header: czContainer.jsp 120.0 2005/05/25 07:12:55 appldev noship $ -->
    <!doctype html public "-//W3C//DTD HTML 3.2 Transitional//EN">
    <html>
    <head>
    </head>
    <body>
    <form name="_FormXYZ" method=POST>
    <input type=hidden name="_Field123">
    </form>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>
    <!-- <img src="/OA_MEDIA/czLogo.gif"> -->
    </td>
    </tr>
    <tr>
    <td>
    <!-- $Header: czEmbed.jsp 120.0 2005/05/25 05:18:08 appldev noship $ -->
    <link rel="stylesheet" charset="UTF-8" type="text/css" href="/OA_HTML/cabo/styles/cache/swan-desktop-custom-2_3_6_9-en-gecko.css"><script>var _UixWindowOpenError='A popup window blocker has been detected in your browser. Popup blockers interfere with the operation of this application. Please disable your popup blocker or allow popups from this site.'</script><script src="/OA_HTML/cabo/jsLibs/Common2_3_6_9.js"></script><iframe id="_pprIFrame" name="_pprIFrame" frameborder="0" longdesc="#" title="" src="/OA_HTML/cabo/images/swan/t.htm" style="position:absolute;top:-100;visibility:hidden" width="0" height="0"></iframe><div id="_pprBlockingDiv" onclick="return pprConsumeClick(event);" style="position:absolute;left:0;top:0;width:0;height:0;cursor:wait;" onkeyup="return false;" onkeydown="return false;" onkeypress="return false;"></div><script>var cachedLibs;</script><script>var pprFirstClickPass=true;</script><form id="DefaultFormName" name="DefaultFormName" style="margin:0px" method="POST" action="/OAHTML/czContainer.jsp?akRegionCode=FNDDIALOGPAGE&akRegionApplicationId=0&sessionid=A13TXog2ZwLsgdQNg07KHaLJka&transactionid=null&retainAM=N&addBreadCrumb=S&oapc=6"><input id="_AM_TX_ID_FIELD" type="hidden" value="2" name="_AM_TX_ID_FIELD"><input id="_FORM" type="hidden" value="DefaultFormName" name="_FORM"><span id="lovHFCId"></span><span id="_OAEmbeddedModePageLayoutReplacement__"><table id="FwkErrorBeanId" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td></td></tr></table><div></div><script language="javascript" src="/OA_HTML/cabo/oajsLibs/oafcoreR121.js"></script><div></div><div><div class="x69"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr valign="bottom"><td><img src="/OA_HTML/cabo/images/swan/infol.gif" width="18" height="18" border="0" alt=""></td><td><img src="/OA_HTML/cabo/images/swan/t.gif" width="5" height="0"></td><td width="100%"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width="100%"><h1 class="x7c">Information</h1></td></tr></table></td></tr></table></div><div class="x78"><noscript>JavaScript enabled browser required.</noscript><div></div><div></div><span id="TerminationInformationRegion"><table id="_czt1103-CSMsgTopRow" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td><img id="_czt1103-HorizontalSpacer1" src="/OA_HTML/cabo/images/swan/t.gif" width="25" height="1"></td><td id="_czt1103-CSMsgTopCell" align="left"><span id="_czt1103-CSMsgContainer"><span id="_czt1103-CSHeaderMsg" class="x2">Your configuration is being processed. Please wait ......</span><div></div><img id="_czt1103-VerticalSpacer1" src="/OA_HTML/cabo/images/swan/t.gif" width="1" height="50"><div></div><table id="_czt1103-ClockImageRow" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td><img id="_czt1103-ClockImage" name="_czt1103-ClockImage" src="/OA_MEDIA/process_animation.gif" title="Processing" border="0"></td></tr></table></span></td></tr></table><div></div>
    <IFRAME HEIGHT="0" WIDTH="0" SRC="CZInitialize.jsp?XMLmsg=<client-event session-id='JRAD1'><terminateSession/></client-event>" NAME="BackToCallingApplication" Id="BackToCallingApplication" title=""></IFRAME></span><input id="_fwkAbsolutePageName" type="hidden" value="/oracle/apps/fnd/framework/webui/OADialogPage:::" name="_fwkAbsolutePageName"><script language="javascript" src="/OA_HTML/cabo/oajsLibs/oafcoreR121.js"></script></div></div></span><span id="_DefaultFormName_Postscript"><input type="hidden" name="_FORMEVENT"><input type="hidden" name="serverValidate"><input type="hidden" name="evtSrcRowIdx"><input type="hidden" name="evtSrcRowId"><script>var _resetDefaultFormNameNames=["_FORMEVENT","serverValidate","evtSrcRowIdx","evtSrcRowId"];</script><script>function _DefaultFormNameValidater(form){return true;}</script></span><script>_submitFormCheck();</script></form><iframe name=formsLauncher src="http://ebs-tst.hologic.com:80/OA_HTML/blank.html" title="Forms Launcher" height=5px width=5px scrolling=no frameborder=no></iframe>
    </td>
    </tr>
    </table>
    </body>
    </html>
    I am not sure where i have done a mistake, Can u please correct me if i am wrong..:)
    Thanks,
    Kali
    Edited by: sai on Dec 24, 2012 2:42 AM

  • How to migrate custom application from AK to MDS ?

    I have got a custom application in Apps 11.5.8 where the data is stored in the AK_REGIONS table, etc. and the custmo application is registered in FND_APPLICATION table correctly. When applying the OAF 5.7 patch, the data is not migrated to MDS.
    Answer:
    This is because the OAF 5.7 patch does not migrate product data automatically. It is up to the development teams to do this.
    With Custom applications, there is apparently no documented or supported mechanism to migrate this data from AK to MDS.
    Solution:
    OA Framework 5.7 (or OAF 5.10) can read the page definitions out of AK, so there is no pressing need to migrate the page definitions anyway. (See Metalink Note 216823.1 for example of this) When a page needs to be changed, the page will need to be changed via AK Developer as before, or manually recreated using JDeveloper which will then be using the MDS repository.

    Do you mind telling me how you do it from the client ? All the libraries for the import utilities seem to be present in the application server. How (and what) to bring to the client where my jdeveloper resides ?
    Thanks in advance...

  • Custom application implemented in E-bussiness Suite

    Hi all
    I m looking to solve problem deal with custom application which will be implement into E-bussiness Suite.
    Thanks,
    g-

    What kind of issue you have?
    Commonly the custom_top is placed in the $APPL_TOP directory. In the context file located in $APPL_TOP/admin there is a pointer to a custom environment variable file (this also shows up in APPSORA.env). The context file points to a directory and filename, you will need to create the "custom" environment variable file there and then add whatever you want into it. This file that you create will not be touched by AutoConfig. Patches and upgrades should not affect the custom_top no matter where you put it.
    For more details, please refer to the following notes:
    Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216589.1
    Note: 304266.1 - Where Should Custom Top Environment Variable Get Added?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=304266.1
    Note: 105127.1 - FAQ (Customization)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=105127.1
    Note: 174200.1 - Troubleshooting Custom Reports
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=174200.1
    Note: 172282.1 - Troubleshooting Custom Reports in Oracle Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=172282.1

  • ESS Business Packages Migration from Ehp3 to Ehp4 with Custom Changes

    Hello All,
    We are using ECC 6.0 With Ehp3 and We have the following versions of ESS and MSS Business Packages Installed.
    SAP_ESS 603 SP4
    SAP_MSS 600 SP15
    We have NWDI server also installed in this and made some Customizations in ESS Webdynpro Java based applications.
    We have freshly installed  a new portal development server with Netweaver 7.0 Ehp1 to cleanup unneccessary stuffs in our existing development portal server and pointed to the upgraded backend ECC 6.0 Ehp4.
    The NWDI also installed freshly in the new server.
    While upgrading,  following Business Packages versions are recommended by SAP.
    SAP_ESS 603 SP6
    MSS 600 SP17
    PCUI_GP 603 Sp 06
    Now in the New portal server every applications works fine as delivered Out of the box and we are missing all the Webdynpro Java customizations which we have made as part of the Ehp3 based ESS Implementation.   
    We are in the process of Creating the New track in the New NW 7.0 Ehp1 server and import the .SCA files.
    My Question is how can we get the automatic migration process, so that the Webdynpro Java Customizations which we have done in the Previous track in Ehp3 with different ESS SP level can be carry forwarded to our New NWDI Server.
    How can we go ahead?. We are thinking of the following options and your suggestions are highly appreciated.
    1. Import the .SCA files related to Ehp4 and do the Webdynpro Java changes manually again in the DCs of Newly created  track    in the New NWDI server.
    2. Is there a way to migrate a Track from One Server to another NWDI server with the Custom changes carry forwarded.
    What are all the possible ways to achieve track migration to the new server with custom changes carry forwarded.   
    Appreciate your valuable inputs in this.
    Thanks and Regards,
    Sekar

    Hi Sekar,
    There is a cook book provided by SAP as attachment of note 872892. you can follow the process to have your custom DC's migrated to new Support pack of ESS/MSS.

  • Issue with NI-CAN 2.7.5 DLL(s) install for custom applications

    We have custom applications built on top of NI-CAN for Windows using the MS Visual C lib and header. In the past, to run our applications, we simply installed the latest NI-CAN package. Our applications would run, find and access any runtime DLLs, and be fine.
    With NI-CAN 2.7.5 though, we are seeing errors in our applications that suggest they cannot see the required DLL necessary to operate. The error is:
    "A dynamic link library (DLL) initialization routine failed."
    Did anything change in 2.7.5 with regards to the placement or installation DLLs required to run custom NI-CAN applications?

    I was able to get a little more information. Using Visual Studio to get a debug log, I see the following. With 2.7.4, the NI-CAN DLLs load and it work fine:
    'MATLAB.exe': Loaded 'E:\jobarchive\Btm1\2014_02_21_h12m30s17_job89749_pass\matlab\toolbox\vnt\vnt\mexNICAN.mexw32', Symbols loaded.
    'MATLAB.exe': Loaded 'C:\Windows\System32\Nican.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\NIcanFrm.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipalu.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipalut.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipal32.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\NIcanpu.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\NicanCfq.dll', Binary was not built with debug information.
    'MATLAB.exe': Loaded 'C:\Windows\System32\nicanDBA.dll', Binary was not built with debug information.
    'MATLAB.exe': Loaded 'C:\Windows\System32\NicanTsk.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\NiSpyLog.dll'
    On 2.7.5 though, additional error information shows up:
    'MATLAB.exe': Loaded 'T:\12\jpyle.Btm1.j86236.sb\matlab\toolbox\vnt\vnt\mexNICAN.mexw32', Symbols loaded.
    'MATLAB.exe': Loaded 'C:\Windows\System32\Nican.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\NIcanFrm.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipalu.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipalut.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipal32.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\NIcanpu.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\NicanCfq.dll', Binary was not built with debug information.
    'MATLAB.exe': Loaded 'C:\Windows\System32\nicanDBA.dll', Binary was not built with debug information.
    'MATLAB.exe': Loaded 'C:\Windows\System32\NicanTsk.dll', Cannot find or open the PDB file
    'MATLAB.exe': Unloaded 'T:\12\jpyle.Btm1.j86236.sb\matlab\toolbox\vnt\vnt\mexNICAN.mexw32'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\Nican.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\NicanTsk.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\NIcanFrm.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\NicanCfq.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\nicanDBA.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\NIcanpu.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\nipalu.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\nipal32.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\nipalut.dll'
    You can see it tries to load under 2.7.5, get a bunch of PDB file issues and then immediately unloads.
    Inspecting the DLLs under 2.7.4 vs 2.7.5, they look identical except for the nicanDBA.dll. That's the only one that has a version difference between NI-CAN versions. In both 2.7.4 and 2.7.5, all DLLs are being properly installed to \windows\system32 as expected so both sets are fully accessible path-wise.
    Please advise.

  • Packaging executable jars for my Swings based Desktop application

    I have developed a swings based desktop application for which we used third party JDIC jar inorder to incorporate the tray icon functionality for our application.
    The problem is i need to provide a distributable for this application and the application's executable jar file gets automatically created as a part of build from IDE [Am using NetBeans6.0]. The Application's exec.jar is not able to locate the jdic.jar and hence am unable to get the tray icon functionality, when i run the application's exec jar.
    i.I tried packaging the jdic lib jar with in the application's jar but got to know that tht can't solve the issue.
    ii.I also tried editing the manifest file to provide the class path to the thrid party jar [jdic] ... but of no use
    Any Help regarding this would be thoroughly appreciated.

    can anyone pls let me know how would i be able to package my application as distributable so that others can deploy and run.

  • Customizing Applications with MDS

    I have been investigating static customization using MDS and have read through [Customizing Applications with MDS|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/customize.htm] (and the seemingly identical copy in JDeveloper's Help Center). However, I have been unable to customize my application because I get this error (some parts have been abbreviated) when starting JDeveloper with the Customization Developer Role:
    Error initializing MDS configuration for application "file:/C:/Documents and Settings/..._adf_main.jws". Customizations disabled for this application. MDS-00035: cannot load the class: oracle....uiview.IndustryCC.
    The problem is that I do not know how to add the particular class to JDeveloper's classpath as instructed in section 33.2.1.4 of the documentation. I have added my class to JDeveloper's classpath via dropping a .jar into lib/ext of the JRE but then had horrible dependency troubles.
    While walking through the documentation, I discovered that Example 33-1 and its surrounding documentation are out-of-date because getIDPrefix() is final in CustomizationClass and thus cannot be overridden as the documentation instructs.
    I am using JDeveloper Version 11.1.1.1.0 Build JDEVADF_11.1.1.1.0_GENERIC_090421.1521.5361.
    How do I successfully enter customization mode for my application?

    Thank you. I got it working.
    All I needed was the path provided at Create and Deploy a Customization Class, item 7.
    I will note that the documentation does not have any slashes in its path:
    <JDEVELOPER_HOME>jdeveloperjdevlibpatches<jar_file_name>
    I got it to work after I copied the jar file I had already prepared to:
    <JDEVELOPER_HOME>/jdeveloper/jdev/lib/patches/<jar_file_name>

  • Jar file import problem with ADF application

    Hi Everyone,
    I am using Jdev 11g with integrated WLS. I have an ADF application and is trying to integrate JasperReport in it. I added the JasperReport JAR file in the project properties -> Libraries and Classpath, and checked it for "export" and "Deployed by Default'. I have my JasperReport codes in my managed bean
    as follows
    +public String cb1_action() {+
    +try {+
    +JasperDesign design = JRXmlLoader.load("C:/JDeveloper/mywork/ReentryApplication/ViewController/public_html/jasper/testReport.jrxml");+
    +JasperReport report = JasperCompileManager.compileReport(design);+
    +....+
    +}+
    +}+
    I am able to compile the managed bean class successfully. However when I run the application, I got a stack of errors like this,
    +[2009-10-08T11:31:59.910-04:00] [DefaultServer] [ERROR] [] [javax.enterprise.resource.webcontainer.jsf.application] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: test123] [ecid: 0000IGollZuB5EirL4YBUA1AnVop00000L,0] [APP: ReentryApplication] java.lang.RuntimeException: net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:[[+
    +C:\Documents and Settings\MISSP29\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\testReport_1255015914097_607807.java:4: package net.sf.jasperreports.engine does not exist+
    +import net.sf.jasperreports.engine.*;+
    +....+
    It appears that the JAR file is not picked up at the runtime correctly. I tried a simple Main class with the same codes and JAR file added, it works fine. Does anyone know what I am missing within the ADF application?
    Any helps would be appreciated.
    Thanks,
    John
    Edited by: john wang on Oct 8, 2009 9:24 AM

    Timo,
    Thanks you for your prompt response.
    1. I checked The following folder (I assume this is where it supposes to be). The JAR file is there.
    C:\Documents and Settings\MISSP29\Application Data\JDeveloper\system11.1.1.1.33.54.07\o.j2ee\drs\ReentryApplication\ReentryApplication-ViewController-webapp\WEB-INF\lib
    2. I did not do anything about deployment descriptor. Since I run my application within JDev integrated WLS, I did not do anything about deployment setting. Do I need do something with deployment descriptor if I want to import additional JAR files here? With my experience with 10g, to add a JAR file within JDev, all I need to do is to add it through project properties ->libraries.
    3. I agree with your absolute path comment. This is a test of how JasperReport works with ADF application. I will work it out later.
    Thanks,
    -John

  • WLPI: integrating organizations and roles with existing application

    Hi,
    how do I integrate WLPI's organizations and roles with an existing application's
    data structure? It looks like WLPI expects organizations and roles to be groups
    with a particular naming convention (i.e. an org is defined by a group 'WLPIOrg@MyOrg'
    and a null member). If I am integrating with an application that stores organizations
    and roles in (for example) separate database tables, how do I get WLPI to recognize
    these? Or do I have to maintain the organizations and roles in 2 places, one for
    the application and one for WLPI in the format described above?
    THanks,
    Martin

    Hi Martin,
    We're in the middle of a prototyping exercise of getting WLS, JMS,
    WLP, WLPI integrated accross one security realm. What its looking like
    is this (bear in mind I think this hasn't been tried before judging by
    newsgroups + BEA Docs)
    1)WLP has a bug that you cannot get user details from LDAP(exception
    is thrown)
    2)WLPI does need a certain structure -
    http://e-docs.bea.com/wlpi/wlpi121/install/cfigrun.htm#1246656
    and
    http://developer.bea.com/ftp_bin/Using_LDAP_with_WLPI.zip
    A) To solve your problem maybe you could write a custom realm to
    translate the roles + orgs back (no writing from WLPI ie read only )
    to WLPI.
    B) Maybe you caould have a META-DIRECTORY set up that synchronises the
    RDBMSRealm with something else maybe LDAP or another RDBMSRealm
    We are also looking into a unified security solution by Netegrity
    called siteminder. They are about to release a version for WLS 6 but
    they seem to be laggin behind. This provides a single signon over and
    enterprise system.
    This is a bit vague Martin, I will hopefully have more concrete info
    in a week or 2. If you have any other info you can mail me on -
    [email protected]
    BTW this wouldn't be Martin Van Vilet from the Netherlands that worked
    on the Intelligent Finance Product?
    "Martin van Vliet" <[email protected]> wrote in message news:<3b17ece8$[email protected]>...
    Hi,
    how do I integrate WLPI's organizations and roles with an existing application's
    data structure? It looks like WLPI expects organizations and roles to be groups
    with a particular naming convention (i.e. an org is defined by a group 'WLPIOrg@MyOrg'
    and a null member). If I am integrating with an application that stores organizations
    and roles in (for example) separate database tables, how do I get WLPI to recognize
    these? Or do I have to maintain the organizations and roles in 2 places, one for
    the application and one for WLPI in the format described above?
    THanks,
    Martin

  • SSO Enabling a custom application with OAM

    Hi All !
    Am a bit stuck on a problem and need some urgent help. Actually we are trying to launch some custom-built (J2EE/.NET) web applications from the Oracle Portal with SSO i.e. once the user logs into the portal he would not have to log-in again to the applications which would be launched from the portal home page.
    We have successfully integrated the Oracle Portal with the OAM SSO, but facing some problems with SSO enabling the custom applications. Any help on what should be the ideal integration architecture and approach for SSO enabling the apps with minimum amount of modification of the application code.
    The licenses are available for OID, OVD, OAM.
    Thanks in advance. Any views/comments/links to useful material appreciated.
    Cheers
    Soumak

    If your custom application uses its own database for Authentication, then you have to modify the login process for your application. i.e. you have to trust the OAM to have done the authentication and then create any custom cookie that your application might use in its landing page.
    I am assuming that your custom application have some way of tracking if the user has logged in or not. You can protect the Custom application URL within OAM and once the user has logged in you can then generate your custom application cookie.
    Even if you use OVD, you stil have to modify login process in your custom appliation to trust the third party to have done the authentication.
    Thanks
    Ram

  • Error while accessing application with custom components

    Hi experts,
    I have an application (HAP_MAIN_DOCUMENT) of component FPM_OIF_COMPONENT which uses a Webdynpro component with the same name (HAP_MAIN_DOCUMENT). This Webdynpro component (HAP_MAIN_DOCUMENT) uses 2 other components (HAP_DOCUMENT_BODY and HAP_DOCUMENT_HEADER).
    For my client requirement, i need to create the custom components by copying from standard components as the UI layout changes are quiet huge and not manageable with the enhancements. To accomodate this i have changed the standard configurations by replacing the standard web dynpro components with the custom ones copied. Apart fomr this there are no changes to the standard.
    While trying to access the application, i am getting the error as Null object reference. the details of the error is as below. Please advice.
    Portal Error
    Error when processing your request
    What has happened?
    The URL http://ddrsap12.dubal.domain:8001/sap/bc/webdynpro/sap/HAP_MAIN_DOCUMENT/ was not called due to an error.
    Note
    The following error text was processed in the system DSD : Access via 'NULL' object reference not possible.
    The error occurred on the application server ddrsap12_DSD_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: WDDOINIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT_CONTROLLER of program CL_WDR_INTERFACE_VIEW=========CP
    ST22 Dump Analysis
    Short text
        Access via 'NULL' object reference not possible.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Information on where terminated
        Termination occurred in the ABAP program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP" -
         in "WDDOINIT".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 4640
        of the (Include) program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU".
        Termination occurred in a Web Dynpro application
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
        The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
        procedure "WDDOINIT" "(METHOD)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP "; its source
         code begins in line
        4619 of the (Include program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU ".
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
          Name
       33 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU       4640
          CL_VW_HEADER_MAIN_CTR=>WDDOINIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       32 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU         70
          CLF_VW_HEADER_MAIN_CTR=>IF_WDR_VIEW_DELEGATE~WD_DO_INIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       31 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM003     3
          CL_WDR_DELEGATING_VIEW=>DO_INIT
       30 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM00Q     3
          CL_WDR_CONTROLLER=>INIT_CONTROLLER
       29 METHOD       CL_WDR_VIEW===================CP    CL_WDR_VIEW===================CM00K     5
          CL_WDR_VIEW=>INIT_CONTROLLER
       28 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       27 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
       26 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM005    23
          CL_WDR_VIEW_MANAGER=>BIND_ROOT
       25 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM00B    17
          CL_WDR_VIEW_MANAGER=>INIT
       24 METHOD       CL_WDR_INTERFACE_VIEW=========CP    CL_WDR_INTERFACE_VIEW=========CM004    11
          CL_WDR_INTERFACE_VIEW=>INIT_CONTROLLER
       23 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       22 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
    Thanks in advance,
    Regards,
    Ravi.

    Hi ,
    How are you able to configure Custom Web dynpro application to Appraisal document instead of HAP_MAIN_DOCUMENT. could you please share the steps. We have created custom application a copy of HAP_MAIN_DOCUMENT and the other two webdynpro components are also copied.
    We dont know how to link this to Appraisal template. BADI HRHAP00_BSP_TMPL is used to change application names for BSP application. How to change application name for Web dynpro ABAP. Please share the stpes which will help us
    Thanks and Regards,
    Kothand

Maybe you are looking for

  • Is it possible to replace \ in a file name with \\

    String FileS = JOptionPane.showInputDialog(null, "Please enter path to file:", "Getting Pathname", JOptionPane.QUESTION_MESSAGE); String FileP = FileS.replaceAll("\","\\"); This is what I have how can I get it to work?

  • Deskjet 882c with Vista

    Bonjour actually installed and runs. It blows my mind that vista is compatible with something... The printer installs ok, drivers were a pain to get in there, but once I did everything went well until the print. Nothing happens. The printer acts like

  • Apple Mobile Device program not installing!!!

    When trying to connect my iPhone to my computer it doesnt connect to iTunes. It says the iPhone cannot be used because the required software is not installed. Run the iTunes installer to remove iTunes, then install iTunes again. However, I've done th

  • Open 3gp file

    How can I Open a 3gp file to edit with final cut pro.

  • How to import a previous library ?

    Hi, I erased and installed my system, and now I would like to re-import my photos. But I have only a iPhoto library file, how do I import my photos ?