9iAS and 10gAS changes in "jndi-env.properties"

I am refering to the file jndi-env.properties in .ear file of a j2ee application.
If we want to deploy the application on Oracle 9iAS, we have to specify the IP and the Application name in provider URL:
java.naming.provider.url=ormi://localhost/APP
But in 10g, this seems to have changed. We have to include the port with IP:
java.naming.provider.url=ormi://localhost:12409/APP
Is there a work around if we want to omit the port from this parameter?
Thanks a lot :)

Found the correct way to write the URL
java.naming.provider.url=opmn:ormi://<host>:<request-port>:<oc4j-instance>/<application>
http://download.oracle.com/docs/cd/B32110_01/web.1013/b28221/servjndi011.htm#CIACBJEI

Similar Messages

  • JNDI environment properties for EJB in deployment descriptor

    Is it possible to deploy an EJB on weblogic 6.0 such that the EJBHome
    object is bound using JNDI to a different JNDI server such as ldap
    server instead of the weblogic server by specifying JNDI env.
    properties like PROVIDER_URL, INITIAL_CONTEXT_FACTORY in the
    deployment descriptor? That is use the weblogic built-in deployer but
    bind the JNDI names to a different JNDI server. For this, can the
    EJBHome objects be treated as just RMI (over IIOP) objects and bind
    them (stubs of the RMI objects) using the Sun's JNDI service provider.
    The goal is that thereafter the Home JNDI names can be looked up by
    RMI clients and the interface methods invoked.
    Thanks,
    ... arun

    Must I put the war and jar files in the same ear ?
    oh..ft...my boss is killing me ..
    package..repackage...package..repackage..and test ??
    Could anybody tell me how to refer a SLSB without put the webApp
    and the EjbApp together in an Ear file ??
    thanks very much!!!!

  • 9iAS with 10gAS

    Greetings.
    I have two AS questions concerning the same situation. We are installing 9iAS (1.0.2.2.2) to use with Oracle Applications 11i. Late in the planning stage, some of our business clients were told about the Discoverer features that come with the 10g Discoverer/AS.
    Here are the questions:
    1) Is it possible to have both the 9iAS and 10gAS running in parallel (different servers) against the same 9.5.7 database?
    2) More importantly, if it is possible, is it supported by Oracle? If it is supported, is that written down somewhere?
    Thanks,
    David

    Whoops... went a little dyslexic there. It is actually database version 9.2.0.3. blush
    I looked on metalink but didn't see this subject addressed specifically. I know that the DBA is going to ask the $64k question: If we call support with a problem, will they hang up when we tell them our architecture?

  • I changed my wheel group properties to no access at top disk level.  I messed up, how can I change back in single user mode "command s" as I am now in Thailand and not able to access startup disks?

    I messed up, I changed my "Wheel group" properties to No Access ( or something other than the default) at the top level of my startup disk "Macintosh HD".   Now my computer won't start up, I just get the spinning wheel of death.    I also am in Thailand right now, so I cannot go to a Genius at an apple store, nor do I have startup disks available.
    So I was hoping there was a way to change back the properties of my disk (Volume) in single user mode (via Command +s) during startup, i.e. can I do a chmod command on the Macintosh HD listing under the Volume Directory.    Or where do i fix this?   Is it fixable without startup disks, etc...
    THANKS FOR ANY HELP!!!!
    If you could also please let me know you have an answer, I WOULD REALLY APPRECIATE IT!!! 
    thanks so much
    mark
    <Edited by Host>

    Thomas,
    Thanks for the info on command-R, didn't know about that!!!
    Yes I changed the sharing "Wheel Group" permissions on my hard drive via Get Info.    But that's all I did.    And then most of the apps wouldn't respond with anything.    So not knowing I did something stupid, I decided to re-boot, and then nothing but the Wheel of Death at startup.
    I was trying to limit access to my computer on this network, changed my public folder settings, and then I thought why not the whole hard drive, but at that time I had no idea what the "Wheel Group" was... so I shouldn't have touched it, BUT IT DID ...... argggggg....
    I managed to go to an internet cafe & research the problem yesterday.    I used the command +s single mode to get in, and then did the necessary steps to mount the drive so I could make changes.   I basically did this:
    Boot into single-user mode (boot while holding down CMD-S)
    Follow the on-screen instructions to mount the file system as read-write (a fsck command followed by a mount command)
    Type the following: "chmod o+r /" followed by "chmod o+x /"
    Type "exit" to leave single user mode and complete the boot sequence.
    I found it at this link http://forums.macrumors.com/showthread.php?t=416180
    It worked... thank God!!!   Well so far so good.   
    I was going to try my own fix by chmod on the Hard drive listed under Volumes directory, but that doesn't seem to match the info under Get Info Window.    So I just used the fix above.    I probably should now go and do "Disk Utility - repair permissions", however I am a little gun shy right now, so I will probably wait until I am back in the States so I can go to an Apple store if it messes up.   Right now I'm following the "if it ain't broke, don't fix it" MOTTO...
    So Thomas I just wanted to say THANKS for replying so quickly, and I really appreciate your help!!!
    (yes I know I shouldn't have used my email addresses, but I WAS DESPERATE, but that's still no excuse)
    Hopefully maybe this thread will help someone else out in the future....
    Okay, thanks again!
    Mark

  • How do you change the click box properties (line colour and width) in Captivate 7.0?

    How do you change the click box properties (line colour and width) in Captivate 7.0?

    Yes certainly, we can do that, insert a smart shape and use it as a button, then go to the properties pane, change the Alpha to 0, that will make it transparent, and add the stroke color as red and increase the width.
    In case of a button, you have to select button type as transparent and do the same.
    Thanks.

  • Starting scripts for 9iAS and Storage tiers.

    Can someone point me to where are or how to start up 9iAS and Storage layers. I have both installed and ready to install Col Suite and wanted to have the other tiers up and running.
    Env: Red Hat 7.3
    512MB
    Thanks.

    Michael,
    in the proc directory you can do cat sem.
    Your output should be 250 32000 32 128
    Reset the values by doing echo 250 32000 100 128 >sem
    I also changed shmmax to totalram/2.
    echo 268435456 >shmmax
    I think this values will be lost after you restart your system.
    Need to find a place to have them perm.
    I have not installed the last component. Need to find out how to startup infra and midtier. Documentation does not seem to have that.
    Roman

  • Passing a login and password while using JNDI  for RT jobs

    Why can we not pass a user name and password when using JNDI for Real Time jobs?  Can it be passed in the URL line or somewhere else that I'm missing?  This is frustrating as we actually have to connect using Anonymous with no password which opens up so many security holes that we simply can't go to production with this.  Please advise.

    you can set the login using the JNDI properties file and create the file in the classpath, but again the password will be in plain text
    please file a case with Support I think this can be added to JMS adapter operation (user credentials)

  • Change author name in properties

    I have a PDF created by someone else and I need to anonymise it before sending it on. This means I need to change the author information in the document Properties, but although I can click the author name and highlight it, I can't change it. Has anyone come across this? Does anyone have a solution other than going back to the original author, who presumably would be able to change it?

    Hi alisons68876995,
    You might need to try this out:
    Go to "Edit> Preferences> Commenting" and disable "Always use log-in name for author name" option.
    Then, make a comment in the PDF and once done, go to Comment properties (Click on options in the comment pop-up) and the choose 'General' to choose the author name.
    Now, accept the changes, click on options again and choose 'Make properties default'.
    Now, adding a new comment will now include your name.
    Please check and then let me know.
    Regards,
    Anubha

  • 9IAS and Java 1.4.2_06

    Hi all,
    I have installed 9IAS and Java 1.4.2 on Solaris 8, as per Oracle's own documentation I have changed the JDK to point to my Java installation in /usr/j2se in order for out Java based application to work, however the EM process will now not start it time's out and aborts. This means I am unable to access the website I just recive an Internal Server error.
    Any ideas on how to get Oracle to use the new Java?
    Thanks.

    Hi,
    I had this same issue when upgrading from 9.0.4 to 10.1.2.2. Someone else in the forum had a solution. You could probably search for it. However, here are the details:
    The fillowing are the notes from Oracle:
    Applies to:
    Oracle Discoverer - Version: 10.1.2.2 to 10.1.2.3 This problem can occur on any platform.
    Symptoms
    The user interaction performance using Discoverer Plus 10g (10.1.2) when configured with Sun java plug-in (JRE/JVM) 1.6.0_03 or higher.
    Every action in Discoverer takes longer. For example:
    displaying the Create/Open Workbook wizard
    displaying the Help > About window.
    The problem does not exist with JInitiator or with Sun plugin 1.4 or 1.5 and earlier versions of 1.6
    JRE 1.6.0 - works correctly, runs with 1.5.0-like speed JRE 1.6.0_01 - works correctly JRE 1.6.0_02 - works correctly JRE 1.6.0_03 - here the problem is observed for the first time. The issue is then observed in all subsequent versions (e.g., _04, _05, _06, _07 and the new_10)
    The problem does not exist when an entry for the Discoverer server exists in the local hosts file on the client PC (C:\WINDOWS\system32\drivers\etc\hosts).
    Cause
    Sun's Java plug-in performs reverse DNS lookups when connecting to the Application Server. This can be observed with a network sniffer trace (Wire Shark).
    There is a change in the DNS handling in Sun plug-in 1.6.0_03 and higher.
    This issue may be more prevalent if you are accessing Discoverer Plus via a firewall, proxy server
    Solution
    To implement the solution, please execute the following steps:
    Ensure the external facing IP address of the Discoverer server has a reverse DNS entry in the DNS server.
    For example:
    nslookup <IP address> must resolve to the <machinename.domainname>
    and
    nslookup <machinename.domainname> must resolve to <IP address>
    An alternative or temporary solution would be to add an entry to the local PC host file as described above.
    Hope this helps,
    Nancy

  • Upgrade 9iAs to 10gAS

    Helo All,
    I have a query hope to get solved over here
    I have installed 9iAS (9.0.2) and 9iDB on a single machine on win2k platform. Now I would like to upgrade my 9iAS to 10g since im getting some problems and prevailing bugs in 9iAS.
    My Question here is
    1. Do I need to reformat the whole thing I mean take db back up and application back up and reformat the whole hard disk and install fresh 10g the the database.
    2. Or can i keep the existing database intact as it is and go for an upgrade with the 10g on the existing 9iAS.
    3. If i can upgrade on the existing 9iAS to 10 how can I do that. Just put the CD and run the 10g Installation?
    Can anyone help me out for a safe upgrade from 9iAs to 10gAs
    Thanks & Regards

    Portal is just a component of AS. You would upgrade to 10gAS R2. The link I provided shows the version paths you could take based on your original version.
    At any rate, see the 10.1.2.0.2 upgrade guide:
    http://download-east.oracle.com/docs/cd/B14099_19/getstart.htm
    (bottom right)

  • Error when I put a component in the stage and I change any property

    Hello
    I'm using Flash CS4, as3 and adobe air file. I have an application with 3 scenes, first scene to login, second to set up, and third to see an video.
    The problem is that, when I put a component in the second or third scene, if a change any property in the component inspector, any property it gives me error. So put the component and I change property by code in as3.
    But I'm doing things with FLVPlayback component, and now before enter the scene gives me error, the solution will be to get the original properties, but I don't remember, I could install other time Flash CS4, but I can do that for any componet, better know the solution.
    For example, I have an as file who is the class named p.e. MyMainclass, and in the scene3, I put FLVPlayback, who default values it's the last I used (I don't remember default after instalation), if any code in as3, it gives me this error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at com.program::MyMainClass/__setProp___id2__scene3_myvideo1_1()[com.program.MyMainClass::__ setProp___id2__scene3_myvideo1_1:7]
    I remove this component, I put another one I never used, it doesn't give me error, I change any property in the object inspector, p.e. color, it gives me error, I change to original property again, and then NO ERROR.
    Thanks in advance

    I would reccomend that you not use scenes for that purpose, not exactly sure why  but scenes are unreliable. Try putting all of your content in one scene, one timeline and just add a few stop() 's at the end of each "scene", then in your code remove scene2 and scene3 three references, and you'll possibly need to change frame anchors/targets also if you have them.
    The error indctates that you have called an object that does not exist at the time the code is run, check where you placed your code, should be frame one, scene1, and also check if you have objects entering the stage down the timeline, that do not enter in frame 1, possibly the movieClip? if so add another keyframe on your actions layer on the same frame as the object and enter the call function for it there.

  • PSE10 and PSE11 changing original date of image file on loading file to editor.

    There seem to be a problem with PSE10 and PSE11 on my computer when loading image files digitized on my film scanner. When loaded into the editor the image file immediate takes today’s date and time, and thus changes place on the timeline. However, sometimes the original image file date remains intact, for no obvious reason. I find this very frustrating.
    My setup is an HP computer running Windows7 Ultimate 64 bit, with  i7 processor and 12GB memory. My film scanner is a Minolta Dimage Elite II working with a Windows XP-based computer, and data are transferred using memory stick.
    Is there anybody out there able to advise me on what to do about the problem?
    It might be mentioned that I have made tests with a fixed set of image files on several computers running WindowsXP 32 bit, and several versions of PSE , including PSE10, without seeing this problem.

    If you have had a look at your other post,
    Why does PSE10 change my file date to today?
    you may be able to spot what can have triggered the updating of the catalog. There are too many date types in the exif, some of them are misleading. What is really interesting for a scan? For me (familiy history, genealogy) it's the supposed 'Date taken' or 'CreateDate' to display file chronogically. The file date in the OS is useful for backups.
    It's possible that the date digitized has some meaning for you.
    If you want to compare the different dates shown by John R Ellis in the Organizer database with those you see in an exif browser (or the properties in the editor, or the information panel in the organizer), you have to note that the 5 types of dates stored in the catalog database are;
    -pse:FileDate
    -Pse:FileDateOriginal
    -xmp:CreateDate
    -pse:TagDate
    -pse:LastOrganizerModifiedTime
    What's important to troubleshoot  your problems is to find what operation triggers the updating of the catalog from the files or vice versa.
    That can be: Update thumbnail, Write Metadata to files or...

  • Change the DMEE file properties

    Hi Guys,
    We need to make some changes to the DMEE file properties as below :
    We need to make sure that  FPAYH-DOC1R is listed in sorting at level 1.Actually the issue is that , even the payment exceptions are being captured in the DMEE file that is being downloaded.
    We need to eliminate these exceptional items from being captured in the DMEE file that is getting downloaded. Actually , we are capturing the DMEE file after the payment proposal stage. At this stage, the exception items are being captured in the DMEE file which is not correct. We want to eliminate these exceptional items from the file.
    Can you please suggest if this would eliminate the exception items from the file and also can you please let me know , where i can change the DMEE file properties.
    Thanks for your suggestions .
    Regards,
    Srikanth .

    Goto transaction DMEE, select your DME tree, goto DME Tree properties, goto tab "Sort/key fields".
    Also check levels. Insert field DOC1R in Sort/key field at appropriate level (usually level 3).
    Alternately you can also go to DMEE tree through FBZP. Select payment method in country and click on payment medium format setting, then DME Engine.

  • [svn] 3363: Fix performance problem when changing multiple DisplayObject-dependent properties .

    Revision: 3363
    Author: [email protected]
    Date: 2008-09-25 11:58:56 -0700 (Thu, 25 Sep 2008)
    Log Message:
    Fix performance problem when changing multiple DisplayObject-dependent properties. The call to assignDisplayObjects() is now batched up into the next commitProperties() call.
    Bugs: SDK-17033
    Reviewer: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17033
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as

    hello sir,
    i want to your help
    i was installed fresh windows 7 via cd rom and then after installed all software.
    and now after 1 day customer complained me that cd rom not read any cd and i m also check when i insurt cd so its not read and when i am double click on cd rom icon its eject so what i do for that please reply on my email address.
    [text removed for privacy]
    VIMAL

  • Active directory, SSGD and password change

    Hi everybody, we have some problems with SSGD, active directory and password change
    Scenario:
    We have 2 different perfectly working Active directory called "Gruppo" and "Eracle";
    We have 2 different tarantella installations called "Sgd" and "Tlv";
    Sgd servers are working servers and users authenticate against Eracle, used by our customer.
    We made 2 basic different test with Tlv:
    1. we configure Tlv to authenticate users against Gruppo (that is our real need)---> we can't change pasword using kpasswd or ttakpasswd
    2. we configure Tlv to authenticate users against Eracle ---> everything was ok
    There are NO DIFFERENCE beetween Sgd and Tlv, they have same configuration, same krb5.conf etc..
    There is ONE DIFFERENCE beetween Eracle and Gruppo:
    Eracle Active Directory's properties:
    Domain functional level: Windows 2000 mixed
    Forest functional level: Windows 2000
    Gruppo Active Directory's properties:
    Domain functional level: Windows 2000 native
    Forest functional level: Windows 2000
    SSGD documentation doesn't speak about different Active Directory properties. The SSGD documentation says that you can authenticate users against Active directory, so, IT HAS TO WORK even if the domain functional level of active directory is different.
    Can someone help us^Hi Simon
    I'll try again to explain you our problem, because it seems that I wasn't so clear.
    Scenario:
    We have 2 different perfectly working Active directory called "Gruppo" and "Eracle";
    We have 2 different tarantella installations called "Sgd" and "Tlv";
    Sgd servers are working servers and users authenticate against Eracle, used by our customer.
    We made 2 basic different test with Tlv:
    1. we configure Tlv to authenticate users against Gruppo (that is our real need)---> we can't change pasword using kpasswd or ttakpasswd
    2. we configure Tlv to authenticate users against Eracle ---> everything was ok
    There are NO DIFFERENCE beetween Sgd and Tlv, they have same configuration, same krb5.conf etc..
    There is ONE DIFFERENCE beetween Eracle and Gruppo:
    Eracle Active Directory's properties:
    Domain functional level: Windows 2000 mixed
    Forest functional level: Windows 2000
    Gruppo Active Directory's properties:
    Domain functional level: Windows 2000 native
    Forest functional level: Windows 2000
    SSGD documentation doesn't speak about different Active Directory properties. The SSGD documentation says that you can authenticate users against Active directory, so, IT HAS TO WORK even if the domain functional level of active directory is different.
    Can someone help us?
    Many thank
    Patrizia

    Added question.
    Do you guys know if changing the password will change the password on their Active directory access.
    Thanks,
    helmut

Maybe you are looking for