Flights of Fancy missing partnerApp.jar

I'm trying to install the sample partner app as a web provider. The documentation says there should be a partnerApp.jar in the jpdk/lib directory. I can not find this file on my system. I have installed the JPDK successfully.
Should this file have been in the jpdk.zip? If so, has anyone found it there? If not, where is it?
Thanks

Christo,
the class files that were on partnerApp.jar (probably on an older version of JPDK) are now on samples.jar on jpdk\lib.
All the documentation for Partner Applications was not updated for the current version of JPDK (what a shame, you Oracle folks!).
I4m currently trying to mnstall this sample app (Flights of Fancy), if you have any other question, I'll probably have solved it all by then.

Similar Messages

  • Error on registering Flights of Fancy application(Partner Application, JPDK) provide

    Hi
    When i try to add a provider for Flights of Fancy application i am getting this error
    An error occurred when attempting to call the providers register function. (WWC-43134)
    The following error occurred during the call to Web provider: Unable to initialize new provider instance: oracle.portal.provider.v1.ProviderException: Portlet PartnerFlightPortlet: Required Renderer not set. (WWC-43147)
    i am able to access the URL (http://myhost/servlet/flightsprov) without any problem and is displaying the following information
    Congratulations! You have successfully reached your Provider's Test Page.
    Checking for components:
    Oracle XML parser: detected
    Oracle JSP: detected
    Recognizing initArgs: Usual initArgs are provider_root and sessiontimeout.
    dbhost: myhost
    partnerAppCookieDomain: mydomain.com.qa
    dbsid: mysid
    onCancelUrl: http://myhost
    partnerAppCookieDesc: SSO application cookie
    partnerAppCookieScope: /
    dbSchema: mypartner
    requestedUrl: http://myhost/servlet/flights
    provider_root: D:\port\partner
    dbport: 1521
    dbPassword: mypartner1
    partnerAppCookieName: SSO_PAPP_SERVLET_ID
    sessiontimeout: 1800000
    listenerToken: myhost:80
    ANd i make sure several times that i am using the same URL for Portal registration page.
    In the jserv.log file i am getting the following information
    [08/04/2001 13:08:24:642 GMT+03:00] flightsprov/javax.servlet.ServletException: Unable to initialize new provider instance: oracle.portal.provider.v1.ProviderException: Portlet PartnerFlightPortlet: Required Renderer not set.
    at oracle.portal.provider.v1.http.HttpProvider.getProvider(HttpProvider.java:339)
    at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:246)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
    at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    Can anybody help me in solving this problem
    thanks in advance
    Abdulla
    null

    You're not missing anything - it sounds like it's working perfectly.
    If a provider is affiliated with a partner application, the provider is automatically authenticated when you authenticate to the portal - because it is also a partner application. You only need to authenticate yourself once.
    Now, when you go to the partner application, the application session cookie that was created by the provider is passed to the partner application & so you are not challenged.
    Now, if you close your browser and access the partner application first, the login server will challenge you. When you subsequently go to the portal, you will not be challenged - the portal contacts the login server behind the scenes, determines you have already authenticated yourself and proceeds as if you had logged in.
    When you visit the partner provider portlet, it will detect the cookie created by the partner application and use that to tie into the same session.
    This is the whole point of single sign on.

  • Prob in installing Flights of Fancy

    Hi
    This is the second time it has happened to me.
    When I follow the installation document for installing "Flights of Fancy" example and run loadsdk.sql, the web service goes down. I receive "503 - Service temporarily unavailable" message in the browser.
    And in the error log, I get messages like the following:
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "PORTAL30.WWCTX_API" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "PORTAL30.WWERR_API_ERROR_UI", line 111
    ORA-06512: at "PORTAL30.HOME", line 19
    ORA-04063: package body "PORTAL30.WWCTX_API" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 8
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "PORTAL30.WWSEC_APP_PRIV" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 8
    [Tue Aug 14 12:25:05 2001] [warn] mod_plsql: Stale Connection due to Oracle error 4068
    [Tue Aug 14 12:25:05 2001] [error] mod_plsql: /pls/portal30/portal30.home HTTP-503 ORA-4068 <B>Call to WPG_SESSION API Failed.
    Could somebody tell me whats going wrong??
    Thanks

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Mohana Narayan ([email protected]):
    Gail,
    The subscriber_id parameter is new in 3.0.8.
    So if you are using previous releases you should have that commented out (just like the originbal sample does). However if you are on a 3.0.8, then it needs to be included, as a parameter with a default value of 1 as explained in previous post.
    Apart from that check whether your listener token looks like this ( you probably have an extra colon/period or something)
    p_lsnr_token => '&&5.:&&1.:&&2'
    There are two instances where this needs to be replaced, one in flapp.pkb and one in flsec.pkb. Make sure that you edited both files.
    Let me know if this still does'nt work for you.<HR></BLOCKQUOTE>
    Mohana, thank you for responding.
    I'm running 3.0.7 and I did exactly as you said and I'm still running into the same problems. Could the problem be caused by the fact that I'm running as localhost, and although my http.conf file lists 80 as my port, I don't enter the port when I access Portal.
    If I try to access the URL http://localhost/pls/portal30/ssosdk.flights_of_fancy.show_flights I get the following errors:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "SSOSDK.WWSEC_SSO_ENABLER_PRIVATE", line 430
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "SSOSDK.WWSEC_SSO_ENABLER_PRIVATE", line 201
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "SSOSDK.FLIGHTS_SECURITY", line 24
    ORA-01403: no data found
    ORA-06512: at "SSOSDK.FLIGHTS_OF_FANCY", line 24
    ORA-06512: at line 8
    Thank you!
    Gail

  • Missing webservices jar files in 9.0.2

    Hi,
    I am trying to deploy webserivces using stateless java class on oc4j version 9.0.2 but i do not have appropriate jar files. Only following jars are installed.
    %OC4J_INSTALL%\j2ee\home\WebServicesAssembler.jar
    %OC4J_INSTALL%\j2ee\home\WebServicesHtmlXmlWizard.jar
    %OC4J_INSTALL%\j2ee\home\wsdl2ejb.jar
    %OC4J_INSTALL%\soap\lib\wsdl.jar
    The environment is windows 2000.
    How can I get appropriate jar files to enable webservices on my installation of oc4j version 9.0.2.0.1
    Thanks
    Salman

    Could you elaborate on what you are missing? On a default OC4J install, downloadable here on OTN, everything is there ... I can point out what you need to locate but am not sure what you see missing or what error messages are leading you to not find classes.
    For example, the soap.jar is normally in the <oc4j_home>\soap\lib\ directory. In the <oc4j_home>\lib and <oc4j_home>\jlib there are also other supporting jars.
    Thanks.
    Mike.

  • Workshop missing WebLogic jar files

    Hello,
    I am new to WebLogic and Workshop (version 8.1.4). We are taking over a production code base from a vendor and have attempted to do a build of the .ear file. The build fails with errors. Looking into this, it appears the IDE does not know about the quoted portion of the following import lines:
    Package com.bea contains no member package or type of this name. “com.bea.wli”
    import com.bea.wli.control.dynamicProperties.DynamicPropertiesDocument.DynamicProperties;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument.EmailControlProperties;
    import com.bea.wli.control.dynamicProperties.FileControlPropertiesDocument;
    Package com.bea contains no member package or type of this name. “com.bea.data”
    import com.bea.data.RawData;
    The vendor stated that the .jar files might be located on the actual licensed WebLogic server? To reduce the time of this effort, could someone tell me the specific .jar files to go after?
    Thank you very much
    Robert

    I should clarify further that the copy of Workshop we are using was pulled down from the archive of BEA downloads. We do not have access to a copy of Workshop as configured by the vendor. Additionally, looking at the *.work file for the Application and comparing the .jar files to my Weblogic (local) install the following are missing:
    ../../../../bea/weblogic81/server/lib/wli.jar;
    ../../../../bea/weblogic81/portal/lib/wps_system.jar;
    ../../../../bea/weblogic81/p13n/lib/p13n_system.jar;
    ../../../../bea/weblogic81/portal/lib/netuix/system/netuix_system.jar;
    My assumption is the issue has to do with the wli.jar above. Can someone tel me where a copy can be obtained?
    thank you,
    Robert

  • Missing JAWS.jar

    I am new to java so I might have missed the obvious here. . I installed sdk1.4.2_05 and all was well until I included an import for netscape.javascript. and the package could not be found. I determined I needed the JAWS.jar in the classpath but I can not find the file. I've reinstalled the SDK to be sure I didn't miss anything. Any ideas?

    You will find the package in C:\Program Files\Java\j2re1.4.2_05\lib\plugin.jar if you use the default locations.

  • Missing jmf.jar - don't find any dl of it

    Hi,
    i'm missing the jmf.jar file, can anyone tell me where i can download it?
    the ones with javax.media ...
    Thanks in advance!
    Edited by: Kolarius on Feb 11, 2009 9:47 AM

    Actually...the exact quote would be...
    [http://forums.sun.com/thread.jspa?messageID=10604879#10604879]
    Seriously, learn to use a search engine.
    http://www.letmegooglethatforyou.com/?q=register+capture+devices+with+JMF&l=1

  • Missing sapj2eeclient.jar?

    We can no longer start Integration Repository in XI3.0. We get this error message:
    Unable to load resource:                                          
    http://ourhost:port/rep/repository/sapj2eeclient.jar
    I have tried to redeploy SAPJ2EECLIENT.SDA but that did not help. 
    This is the case both in SP10 and SP11! Any tips?
    Regards,
    AD

    Hi AD
    Probably your jar file has got corrupted.
    Check whether sapj2eeclient.jar is available in the specified path in server
    Path => usr/sap/<SAPSID>/DVEBMGS<INSTANCE NUMBER>/j2ee/j2eeclient
    Copy this sapj2eeclient.jar to the below mentioned path...
    usr/sap/<SAP SID>/DVEBMGS<INSTANCE NUMBER>/j2ee/clustur/server<INSATNCE NUMBER>/apps/sap.com/com.sap.xi.repository/servlet_jsp/rep/roo/start/lib
    Restart the server and launch your repository.This will solve your problem
    Regards,
    Suraj

  • Missing ejb-jar.xml

    Hello!
    i want to deploy an application on WebLogicServer 9.2
    i have an EAR-File and a JAR-File
    by deploying the application with:
    java weblogic.Deployer -adminurl t3://HOST:PORT etc...
    i get a message that the ejb-jar.xml in the META-INF folder does not exist.
    Can i write an own ejb-jar.xml for my application in a simple way?
    regards

    Wrong forum, this is about XML and your question is about EJB/J2EE. But yes, you can write one. The easiest thing is probably to copy an existing file from one of the samples that comes with your application server and edit it. There should be a graphical editor in your IDE that hides the XML and helps you get it right. Good luck and ask follow-up questions in a J2EE or WebLogic forum!

  • 9iAS missing AQXML.JAR

    Sitting here confused...
    We're running 9iAS 1.0.2 and I can't seem to locate the
    AQXML.JAR file that should be in the jlib directory for the app
    server.
    We're running 8.1.7 Rel 3 DB.
    Do we have to be running 9i DB in order to use AQ XML servlet or
    am I using the wrong version of 9iAS???
    HELP! ... thanks ...

    Yes, you need to have Oracle9i to use the AQ xml servlet.
    Regards,
    Bhagat

  • Activation failed: Missing external jar

    Hi,
    I'm using an external jar in my WebDynpro development for ESS. I placed this jar file in the lib folder. Everything works fine when deploying to the development server directly.
    During activation, i got the error which describing the imported classes from the jar file cannot be found. I'm confirmed this jar file was uploaded into the open activity prior to the activation.
    How to solve this problem?
    Any help would be highly appreciated. Thanks.
    - julius

    Hi julius,
    if you want to use a class in a jar file in your WebDynpro Development DC, you have to do the following steps:
    1) create a external library component , copy your jar file into the library folder
    2) creating two public parts one of the type assembly the other one of the type compilation
    3)create a j2ee library component and use the Public part of type assembly from step one as used component. Build and Deploy that component (sda file) to your server.
    4)In your WD DC use the PP from step 1 of type compilation, build the DC -> then you can use the classes of yor jar file.--> Organize Imports
    5)Last step: navigate to the properties of your WD project-> select Web Dynpro References -> select Library references and perss add. Enter the name of the j2ee library component ( this is for runtime dependency)
    regrds
    Martin

  • HADB (in AS8.1UR1 patch 09) missing rema.jar

    I've just upgraded to SJSAS EE 8.1UR1 Patch09, from SunSolve, and have noticed that the include HADB is broken.
    It's checking for a file rema.jar, which doesn't come with this version of HADB:
    [webody@appserv0]$ sudo /opt/SUNWappserver/hadb/4.4.2-20/bin/hadbm create devicesize=256 hosts=appserv0,appserv0 production
    2006-06-21 13:45:15.912 INFO Ready to accept client requests
    Please enter the password for the database system user: Please enter the password for the database system user:*********
    Please retype the password for database system user:*********
    WARNING: The dbpassword option is deprecated since it is insecure. Using this option can compromise your password. Please use either the command prompt or the dbpasswordfile option.
    Please enter the password for the admin system user:*********
    2006-06-21 13:45:28.875 INFO hadbm create devicesize=256 hosts=appserv0,appserv0 datadevices=1 no-cleanup=false no-clear=false quiet=false version=false yes=false force=false echo=false --dbpassword=****** production
    hadbm:Error 22170: The software package V4.4.2.20 was not found at path /opt/SUNWappserver/hadb/4.4.2-20 on host appserv0.
    Also, the HADB log file indicates this:
    2006-06-21 13:24:11.943 INFO Thr{0012} HADBManagement.logMessage: hadbm create datadevices=1 portbase=15200 spares=0 devicesize=3
    84 adminpasswordfile=/opt/SUNWappserver/hadb/4.4.2-20/adminpassword dbpasswordfile=/opt/SUNWappserver/hadb/4.4.2-20/dbpassword --hosts=1
    0.3.0.20,10.3.0.20 agent=10.3.0.20,10.3.0.20:1862 no-cleanup=false no-clear=false quiet=false version=false yes=false --force=fa
    lse --echo=false production
    2006-06-21 13:24:12.812 INFO Thr{0012} DistributedRepository.createNewDomain: Creating new domain -6c53a8a2_10bf49dd672_-8000
    2006-06-21 13:24:12.835 INFO Thr{0012} DrTxHandler$RepositoryChannel.<init>: Repository REP:-6c53a8a2_10bf49dd672_-8000: Multicast addres
    s=228.8.8.8, Port=1862, Bind address=10.3.0.20, Path=/opt/SUNWappserver/hadb/4.4.2-20/rep
    2006-06-21 13:24:16.220 WARNING Thr{0015} HADBManagement.selfRegisterHostIfNecessary: Failed registering bundle
    com.sun.hadb.mgt.MgtException: HADB-E-21028: No such file or directory : /opt/SUNWappserver/hadb/4.4.2-20/lib/rema.jar appserv0
    at com.sun.hadb.mgt.agent.InterMA.checkFileExists(InterMA.java:141)
    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:585)
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.hadb.mgt.agent.HADBMBeanServer.invoke(HADBMBeanServer.java:320)
    at javax.management.remote.generic.ServerIntermediary.handleRequest(ServerIntermediary.java:280)
    at javax.management.remote.generic.ServerIntermediary$PrivilegedRequestJob.run(ServerIntermediary.java:951)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.handleMBSReqMessage(ServerIntermediary.java:727)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.execute(ServerIntermediary.java:629)
    at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl$RemoteJob.run(ServerSynchroMessageConnectionImpl.java:249)
    at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
    at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)
    I checked another installation of HADB 4.4.2-7 (on another box), and the file "lib/rema.jar" is included.
    Anybody else have this problem?
    Message was edited by:
    tourtech

    I've just upgraded to SJSAS EE 8.1UR1 Patch09, from SunSolve, and have noticed that the include HADB is broken.
    It's checking for a file rema.jar, which doesn't come with this version of HADB:
    [webody@appserv0]$ sudo /opt/SUNWappserver/hadb/4.4.2-20/bin/hadbm create devicesize=256 hosts=appserv0,appserv0 production
    2006-06-21 13:45:15.912 INFO Ready to accept client requests
    Please enter the password for the database system user: Please enter the password for the database system user:*********
    Please retype the password for database system user:*********
    WARNING: The dbpassword option is deprecated since it is insecure. Using this option can compromise your password. Please use either the command prompt or the dbpasswordfile option.
    Please enter the password for the admin system user:*********
    2006-06-21 13:45:28.875 INFO hadbm create devicesize=256 hosts=appserv0,appserv0 datadevices=1 no-cleanup=false no-clear=false quiet=false version=false yes=false force=false echo=false --dbpassword=****** production
    hadbm:Error 22170: The software package V4.4.2.20 was not found at path /opt/SUNWappserver/hadb/4.4.2-20 on host appserv0.
    Also, the HADB log file indicates this:
    2006-06-21 13:24:11.943 INFO Thr{0012} HADBManagement.logMessage: hadbm create datadevices=1 portbase=15200 spares=0 devicesize=3
    84 adminpasswordfile=/opt/SUNWappserver/hadb/4.4.2-20/adminpassword dbpasswordfile=/opt/SUNWappserver/hadb/4.4.2-20/dbpassword --hosts=1
    0.3.0.20,10.3.0.20 agent=10.3.0.20,10.3.0.20:1862 no-cleanup=false no-clear=false quiet=false version=false yes=false --force=fa
    lse --echo=false production
    2006-06-21 13:24:12.812 INFO Thr{0012} DistributedRepository.createNewDomain: Creating new domain -6c53a8a2_10bf49dd672_-8000
    2006-06-21 13:24:12.835 INFO Thr{0012} DrTxHandler$RepositoryChannel.<init>: Repository REP:-6c53a8a2_10bf49dd672_-8000: Multicast addres
    s=228.8.8.8, Port=1862, Bind address=10.3.0.20, Path=/opt/SUNWappserver/hadb/4.4.2-20/rep
    2006-06-21 13:24:16.220 WARNING Thr{0015} HADBManagement.selfRegisterHostIfNecessary: Failed registering bundle
    com.sun.hadb.mgt.MgtException: HADB-E-21028: No such file or directory : /opt/SUNWappserver/hadb/4.4.2-20/lib/rema.jar appserv0
    at com.sun.hadb.mgt.agent.InterMA.checkFileExists(InterMA.java:141)
    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:585)
    at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
    at com.sun.hadb.mgt.agent.HADBMBeanServer.invoke(HADBMBeanServer.java:320)
    at javax.management.remote.generic.ServerIntermediary.handleRequest(ServerIntermediary.java:280)
    at javax.management.remote.generic.ServerIntermediary$PrivilegedRequestJob.run(ServerIntermediary.java:951)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.handleMBSReqMessage(ServerIntermediary.java:727)
    at javax.management.remote.generic.ServerIntermediary$RequestHandler.execute(ServerIntermediary.java:629)
    at com.sun.jmx.remote.generic.ServerSynchroMessageConnectionImpl$RemoteJob.run(ServerSynchroMessageConnectionImpl.java:249)
    at com.sun.jmx.remote.opt.util.ThreadService$ThreadServiceJob.run(ThreadService.java:208)
    at com.sun.jmx.remote.opt.util.JobExecutor.run(JobExecutor.java:59)
    I checked another installation of HADB 4.4.2-7 (on another box), and the file "lib/rema.jar" is included.
    Anybody else have this problem?
    Message was edited by:
    tourtech

  • Missing EUS_EDir.jar file

    Hello
    I have installed the following components:
    Component
    Version
    Oracle WebLogic Server
    11gR1 (10.3.6)
    Oracle Identity Management
    11g Patch Set 6 (11.1.1.7.0) for Linux x86-64
    I am now trying to integrate OVD with EUS for users stored in Novell eDirectory. Whilst configuring OVD for the Integration, I am getting the following error when I am trying to deploy the EUS_EDir Mapping Template.
    Directory Service Manager > Advanced > Mapping Templates > EUS_EDir
    Click on Apply
    I then get the following error:
    jar file /appl/iam/Oracle/Middleware/user_projects/domains/IDMDomain/servers/wls_ods1/tmp/_WL_user/odsm_11.1.1.2.0/z5xils/war/conf//ovdmapping/jars/EUS_EDir.jar does not exist !
    Can someone please help.
    Thanks

    All source and class files are exported into 1 folder (src). I enabled the "use output
    folders src/bin" option in Java > Build path. And tried a lot of the options provided
    during the exporting of a JAR.This is an Eclipse, rather than an Omondo, problem. And not really a "Java Programming" problem. My intent in saying this is not to put you off, but to suggest that Eclipse may have forums that provide better advice, faster.
    Work through any simple, tutorial type, examples that came with Eclipse if you are unfamiliar with it - to see what the options are, and how you would use them.
    Check that your project really is using separate src/bin directories, either by checking for the physical files, or from the "Package Explorer" pane. Right click on the project icon and select "Properties". Check under the "Java Build Path" settings that the "Source" tab shows <project name>/src and the default output folder is listed as <project name>/bin.
    Check that when you export the jar file, in the "Jar File Specification" pane, that the "Export Java source files and resources" check box is as you want it.

  • Missing products.jar

    I downloaded the 815shipstd.tgz file. I read and followed the PDF file. I had to buy some extra MBs of Ram. I set up the oracle8i user and oinstaller and dba groups. OUI started up real nice. Then... the "Source" field
    wants a products.jar file. It doesn't exist!
    Can anyone help me? I think everything is set up really fine.

    It's o.k. now. I had to re-download the compressed tar, it was corrupt the first time.

  • Missing Orion.jar file when running bc4j-ojsp.zip installation

    Hi
    I've run into a problem with installing the BC4J runtime kit
    once it's unpact and I try to run the bat file it's complaing
    that it cannot find the orion.jar file, when i search the c
    drive there is no orion.jar file either
    anyone got any ideas and or the orion.jar file and some
    instructions about where it needs to go ?
    regards
    Malcolm

    The orion.jar file is placed in the ?\j2ee\home directory. If it
    is not there reinstall and/or re-download the oc4j.zip file and
    unzip again.

Maybe you are looking for

  • How do I show photos in iPhoto as a list?

    how do I show photos in iPhoto as a list?

  • Can't upload files to internet

    I've been having trouble with my MacBook. It's running OS X 10.6.7 with a 2.4 GHz Core 2 Duo. Whenever I try to upload files to the internet via any protocol, be it through the browser, a bittorrent client or anything that I've tried, if the upload s

  • Some questions on drawing

    hi all, i want to draw out a different shape depending on what key the user pressed, but how do i draw outside of the paint() method? for example, when the user presses 1 on the handphone(emulator), i draw out a rectangle. i tried to check for the ke

  • Date Range - CM14 and BI Publisher

    Is there a way to make a date range prompt for reports for CM14 with BI Publisher. I can get it to work in BI Publisher but it does not transfer to CM14. Any ideas?

  • Why Bother with Apple TV?

    Get a Mini, hook it up via DVI to your TV, and enjoy your music, movies, rented movies, downloaded movies, photos, etc - without streaming anything or buying another box that will just need to be replaced in 6 months. At least with a Mini you get a w