About IIOP Conection on JDeveloper 3.0

I have JDeveloper 3.0.
I want to deploy a application module and I don't know what i
must to write at IIOP conection because I receive a message:
"oracle.aurora.jndi.sess_iiop Messages,key Unknown
_Service:default"
I have a Orcale 8i server on computer:nedelescu and a database
named:prod
On a regular TCP/IP connection i wrote:
username:scott password:tiger host:nedelescu and SID:prod.
When I try to write this at IIOP connection I receive the
following message:
"oracle.aurora.jndi.sess_iiop Messages,key Unknown
_Service:default"
Tell me what I must do ?
Please send me an short example.
null

Make sure that your MTS dispatcher and listener are correctly
configured for IIOP. You can try connecting via the session shell
(sess_sh utility) from a command line to see if the IIOP
connection is working. The service URL is of the format:
sess_iiop://host_ip_address:listener_port:SID
-or if you connect directly to the dispatcher-
sess_iiop://hostipaddress:dispatcher_port
Example:
sess_iiop://138.2.1.23:2481:MARK
or
sess_iiop://138.2.1.23:10481
Where 2481 is the port on the listener that is configured to
listen for IIOP and 10481 is the port that the MTS dispatcher is
using for IIOP.
null

Similar Messages

  • IIOP connection from JDeveloper does not work

    I'm trying to run some sample EJB programs but cannot connect to the IIOP port from JDeveloper. I have installed Oracle 8.1.7 Enterprise on my machine, and it includes a listening location for IIOP on port 2481 under the listener. I can connect to JServer on this database from DBA Studio using various user/passwords, so the IIOP connection seems to work in principle.
    But when I try to set up an IIOP connection from JDeveloper (v.3.1.1.2), the "Test" button fails to connect, but does not give any details on the reason for the error.
    I have tried using the command line utility sess_sh, but this fails telling me the URL is invalid, even though it is exactly the same as the URL I connected to in DBA Studio.
    Why can I connect from DBA Studio but not from JDeveloper, and can anyone tell me how to get this connection to work?
    (It shouldn't be this hard to get a simple "Hello world" EJB to work!)
    Thanks,
    Chris

    You must use Jdev 3.2.x to communicate with RDBMS 8.1.7.
    Jdev 3.1.x.x is for RDBMS 8.1.6.

  • Any news about release date of Jdeveloper 11g, will it have BPEL support?

    Hi
    thank you for reading my post
    Is there any news about oracle jdeveloper 11g?
    will the release support BPEL development or there is another IDE comming for this purpose?
    I know SOA SUITE 10g, but I am looking to see whether oracle release a soa suite 11g or something based on the new Jdeveloper?
    New Jdeveloper has many features that ease the developer life when working in editor.
    Thanks

    The BPM is still in a separate tool - since the people who use it are not developers and they probably don't want to use JDev for this high-level modeling.
    If you think this should be integrated into JDeveloper, I'm sure the PMs for the SOA suite will be happy to hear about this. Use their forum:
    BPEL

  • Info about logging.xml in JDeveloper weblogic domains? JDK Logging Control

    Is there any documentation on the file <DomainDir>/config/fmwconfig/servers/<ServerName>/logging.xml?
    It seems to control JDK 1.4 logging for my weblogic server and overrides settings from the logging.properties file.
    This is important new behaviour!
    Is it documented somewhere?

    I see some message about a proxy. Have you checked that you can use the proxy from you network?
    If not you should turn the proxy off.
    Timo

  • How to create IIOP connection in JDeveloper?

    For my present application, I am using BC4J & JSP. At the time of deployment, tool is asking IIOP connection. For that, I tried to create new IIOP Connection. But, while testing the connection, it is saying "No Permission" ERROR. How to solve this? My DB is supporting JServer.
    Thanks,
    Radha Krishnan.C

    Hi,
    I have just nw, got it succeeded.
    I just granted
    SQL> grant sysdba to sri;
    After that I am able to create connection with role 'sysdba'. Hope this post would be useful for someone who tries.
    Thanks for your reply.
    Regards,
    Sabarisri. N
    Edited by: Sabarisri Nagalingam on May 6, 2011 2:42 PM

  • Is there a detailed tutorial about using Subversion with JDeveloper?

    Hi,
    My project is currently in my single-user repository, and I have checked out, modified, and checked in my files. All that works fine, but there is much more functionality available. At the moment, I am going through some YouTube videos by Stuart Fleming, but I was hoping that someone might suggest an article that I could keep as a searchable reference.
    Thanks.
    James

    Hi Timo,
    Using Subversion with JDeveloper is the only way I use it. Would you explain what you mean below?
    You just need a couple of method which are not dependant on jdev.
    Thanks.
    James

  • About remote conections

    Sorry if this looks like the kind of "use google" thread but I'm planning on setting a ssh conection between my laptop and my desktop PC wanting to connect to my desktop while I'm not at home.
    For that to work, I need some kind of interface that allows me to have an static ip or something like that, unvariable, redirecting me to my variable IP at home.
    I remembered dynDNS and No-IP, also I was thinking of logmein's Hamachi, but as far as my knoweledge goes, I can't tell what could be the better option to choose.
    Between two linux installs, what option can serve me better?
    Thank you in advance for your help

    if your router supports dynDNS or no-ip I would use that to keep it all updated and only allow ssh access via keys

  • IIOP Connection, Oracle 8.1.5, JDeveloper 3.0: Can`t establish connection

    Hi,
    I can`t establish IIOP Connection from JDeveloper 3.0 to Oracle 8.1.5 Enterprise DB Server.
    Let me describe my situation:
    One PC running Oracle 8.1.5 DB Server under NT Workstation 4.0 (host: leobeln)
    Another PC running JDeveloper 3.0 under NT Workstation 4.0 too.
    At server side, I used Net8 Assistant to configure a listener as follow:
    Name: listener_iiop
    Protocol: TCP/IP
    Port: 2481
    Host:leobeln, and checked the option: "Dedicate this endpoint for IIOP Connections"
    I set de Database Service tab as follow:
    Global DB Name: Test
    SID: Test (both name and SID are correct)
    Finally I saved this configuration and sarted the listener using LSNRCTL utility.
    When try to test connection from JDev, I receive the following error message:
    Can`t find resource for bundle oracle.aurora.jndi.sess_iiop.Message, key UNKNOWN_SERVICE:default.
    The connection properties are:
    UserName: scott
    Connection Type: IIOP
    URL: sess_iiop://leobeln:2481:Test
    The final objective is to deploy an App Module (BC4J) on Oracle 8i platform as EJB Session Bean
    somebody may help me ?
    Thanks
    PP

    Try connecting with the command line sess_sh tool that comes with your database. If that fails as well, then post a message to the Oracle JVM forum here for assistance.
    Take Care,
    Rob
    null

  • Deploying ADF/JDeveloper portlets in WebSphere Portal

    I'd like to use ADF/JDeveloper to build my application, but my customer is already heavily invested on a WebSphere Portal deployment platform.  The JDeveloper/ADF documentation has extensive information on creating portlets in various ways, but they all seem focused exclusively on deploying in an Oracle platform.  I have tried both the "Standards-Based" as well as the "JSF Portlet Bridge".  I have tried to deploy the portlets in WebSphere Portal using both the generated WAR file, as well as by registering the WSRP producer.  None work.
    With the WAR file, WebSphere Portal seems to import the WAR file just fine, and I can add a portlet to a page, but the portlet always shows as "unavaiable"
    With the WSRP producer, I can get something to show in the page, but the functionality within the portlet doesn't seem to work.
    I've searched extensively, but cannot locate any documentation or use cases for deploying portlets from JDeveloper into WebSphere Portal.  Does anyone have any thoughts?

    Dvohra21, again, I apreciate the effort, but I think you're missing the fundamental question.
    You've given me two types of articles/links.  Some are generic WebSphere Portal documentation about deploying a portlet from a WAR file.  Others are Oracle articles about who to generate portlets in JDeveloper, with examples deploying in Oracle/WebLogic servers.   Unfortunately I don't have a problem with either of those.
    I CAN deploy a portlet WAR file in WebSphere Portal, and sucessfully add it to a Portal page.  I have done that with multiple WAR files generated from Rational Application Developer.
    I CAN produce a WAR file from JDeveloper, following the instructions in the same resources you included, plus a few others.
    The problem is, the WAR file from JDeveloper, does not successfully run on WebSphere Portal.  I create a simple Hello World portlet in JDeveloper, and I can generate a WAR file from it, and seemingly deploy to WebSphere Portal.   However when I add it to a Portal page, it always displays only a blank box with the text "This portlet is unavailable".  This is in the same exact portal page, where the portlet created with Rational Application Developer shows up just fine right along side it.
    Bottomline is, although there is a great deal of information an demos about generating portlets from JDeveloper within an Oracle environment, I could not find a SINGLE ONE, that goes through an end to end scenario where it is deployed in WebSphere Portal.  Nothing in this forum, nothing in Oracle docs, and nothing I can find on a Google search.

  • Problems conecting java with mysql

    Hi, im workin' with mysql-connector-java-3.1.12 and it work on debug runtime but not when i access the .jar of the project.
    the code of conection is:
    try
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    con = DriverManager.getConnection(url,login,password);
    con.setAutoCommit(false);
    catch (Exception e)
    JOptionPane.showMessageDialog(null,"error en " + e.getMessage());
    there is no problems with code, it works!!, but i don't know what to do about of conection in the .jar
    I apreciate some help with this, Thankkkssss!!!

    Hi, im workin' with mysql-connector-java-3.1.12 and
    it work on debug runtime but not when i access the
    .jar of the project.Huh?
    the code of conection is:
    try
    lass.forName("com.mysql.jdbc.Driver").newInstance();
    con =
    DriverManager.getConnection(url,login,password);
    con.setAutoCommit(false);This is probably wrong. Unnecessary in this case - you aren't doing any writes.
    catch (Exception e)
    OptionPane.showMessageDialog(null,"error en " +
    e.getMessage());This is foolish code. You don't need Swing or a dialog box. You're printing less information than is available. Better to print the entire stack trace.
    is no problems with code, it works!!, Plenty of problems, really, regardless of whether it "works".
    You don't post your URL. That would help.
    but i don't
    know what to do about of conection in the .jar
    I apreciate some help with this, Thankkkssss!!!Put in the CLASSPATH, of course. NOT a system environment variable, either. javac.exe and java.exe ignore it. Use the -classpath option.
    %

  • Links needed for portal devlopment on oracle 10g appserver using jdeveloper

    hi,
    i'm relatively new to portals so wud like to hav sum knowledge of doing basing request & response stuff using jsp's as my UI while developing portlets using Jdeveloper.
    If anyone could come up with tutorials about portal development on Jdeveloper.
    i'm using oracle 10g AS app server(release 10.1.4) with oracle jdeveloper( version 10.1.2.0.0 build 1811).
    wud like inputs on wsrp & jsr-168 compliant portlets

    Hi,
    You could try starting with the Portal Developers Guide - http://download-west.oracle.com/docs/cd/B14099_19/portal.1014/b14135/toc.htm
    You should also find alot of useful info on the Portal Development page on OTN - http://www.oracle.com/technology/products/ias/portal/portlet_development_10g1014.html
    Cheers,
    Mick.

  • JDeveloper 3.0 and Database-Views

    I have started to test JDeveloper and have the first problem.
    I make extensive use of database-saved views and started with the Package Wizard to create default business-objects (view objects and view links).
    But when I select a database-view I get a save error: Entity creation failed no primary key attributes and does not support ROWID. oracle.jbo.dt.objects.Jbo.Exception
    The connection was established with jdbc.oracle.thin, the database is NT-Version 7.3.4, JDeveloper is Version 3.0 (Build 532).
    What have I done wrong or is it not possible to connect to views ???
    I hope for your help.
    Henry
    null

    Dan,
    JDeveloper 3.0 provides an 'Add-In API' and 'Custom Addins' for
    integration with third-party vendors. These were also in place
    for 2.0.
    If you go to the JDeveloper page, there are HTML documents
    available under the 2.0 Technical Information section, and also
    an online walkthrough available if you follow the 'Online Demo'
    link.
    Laura
    Dan Schroeder (guest) wrote:
    : Will JDeveloper 3.0 support source control integration? I am
    : currently MKS Source Integerty 7.5. I haven't seen any
    : references about source control within JDeveloper 3.0.482, but
    : someone told me that it may be available as an add on.
    null

  • Is there any tutorial for integrating struts with hibernate using JDevelope

    Hi Everybody
    I am using Jdeveloper...and I want to know is there any tutorial available for usinfg struts and hibernate.
    If anybody knows abt them...plz tell me the links.
    Thanks and Regards
    K Sreenivas

    A tutorial about using hibernate in JDeveloper is here:
    http://www.oracle.com/technology/pub/articles/vohra_hibernate.html
    There are many papers and tutorials about Struts in JDeveloper - just go to the tutorials page and technical papers pages linked from the JDeveloper home-page.

  • Links needed for portal development on oracle10g appserver using Jdevelope

    hi,
    i'm relatively new to portals so wud like to hav sum knowledge of doing basing request & response stuff using jsp's as my UI while developing portlets using Jdeveloper.
    If anyone could come up with tutorials about portal development on Jdeveloper.
    i'm using oracle 10g AS app server(release 10.1.4) with oracle jdeveloper( version 10.1.2.0.0 build 1811).
    wud like inputs on wsrp & jsr-168 compliant portlets

    Hi,
    You could try starting with the Portal Developers Guide - http://download-west.oracle.com/docs/cd/B14099_19/portal.1014/b14135/toc.htm
    You should also find alot of useful info on the Portal Development page on OTN - http://www.oracle.com/technology/products/ias/portal/portlet_development_10g1014.html
    Cheers,
    Mick.

  • JDeveloper in team application development

    We are looking for an evaluation of JDEveloper as a team
    application development tool.
    We would be starting from scratch, JAva-wise.
    THe intent is to deploy via JWeb in OAS 4.
    The question: Is JDeveloper 2.0 robust enough for a ground-
    up, team application development project?
    null

    Environment variables are the variables that you set at the OS
    level.
    You can set them in a DOS shell (single session) or in the
    Environment Tab of the System properties (on Windows NT). Double
    click the System icon in the Control Panel. You can add a
    variable and a value for it.
    Then there might be specific OAS variables as well. You can set
    these in the Management Interface of OAS.
    Help on using JWeb can be found in the OAS online help and
    samples.
    Hope this helps,
    -Roel.
    Nick Ayre (guest) wrote:
    : JDeveloper Team (guest) wrote:
    : : karen (guest) wrote:
    : : : We are looking for an evaluation of JDEveloper as a
    team
    : : : application development tool.
    : : : We would be starting from scratch, JAva-wise.
    : : : THe intent is to deploy via JWeb in OAS 4.
    : : : The question: Is JDeveloper 2.0 robust enough for a
    : ground-
    : : : up, team application development project?
    : : We indeed have features in JDeveloper for creating JWeb
    : : applications for OAS.
    : : We are currently focussing more on servlets though. OAS will
    : also
    : : have support for servlets in the very near future. So, since
    : : servlets is the industry standard for generating HTML from
    : Java,
    : : you may consider this for new application development. In the
    : : meantime you can use JDeveloper to create your servlets. In
    : the
    : : production release of version 2.0 (April/May) you will be
    able
    : to
    : : run and debug servlets in the JDeveloper IDE. This will use
    : our
    : : internal servlet runner. In the next couple of months you
    : could
    : : use OAS as a runtime environment for servlets. Please look at
    : the
    : : online demo for servlets:
    http://technet.oracle.com/product/tools/appjava/info/walkthru/ser
    : : vlet/s000.html
    : : (please note that the URL is broken up in two lines. You need
    : : both pieces;)
    : : You can also choose to stick with JWeb for a while.
    JDeveloper
    : : lets you build, run and debug JWeb apps. You might design
    your
    : : apps in a way that only the upper layer is JWeb specific,
    : which
    : : makes migration easier in the future.
    : : Your question about the robustness of JDeveloper. Our
    : development
    : : team is now spending 100% of their time making it more
    robust.
    : : The beta that is available is a little buggy, but we have
    : fixed
    : : loads of bugs un the meantime.
    : : Our own development organization works with the combination
    of
    : : JDeveloper and Clearcase with quite a large team. We are
    happy
    : : with this combination. You can use any other version control
    : : system since JDeveloper projects map perfectly to directories
    : of
    : : files on your operating system. We are also working with
    : : Intersolv on an addin for JDeveloper to their PVCS system.
    Our
    : : longer term direction is to integrate with the Oracle
    : Repository
    : : for team development & version/configuration control.
    : : Thanks,
    : : -Roel.
    : I have installed OAS 4.0.7 .
    : I have installed Jdeveloper 2.0 .
    : I have run some of the Jdeveloper tutorials .
    : Now I am trying to follow the Jweb tutorial.
    : How do I find where to set the ENVIRONMENT VARIABLES ?
    : Also is the any material on Jdeveloper and Jweb ?
    null

Maybe you are looking for

  • Problems Installing itunes on XP

    Hi all, I have windows XP and had to recently do a system restore due to having a virus on my computer. Unfortunately my restore point was set prior to installing itunes on my pc. I'm now up and running, but when I come to install itunes after I down

  • Inter company  return  PO- Error

    Hi , We have intercompany purchasing process which is working fine.  But When I am  trying  to create  the  Return purchase order through   ME21N and checked the line item  box as Return  for  the same item ,u2026getting an  error message  as  follow

  • How to read and paste an image file in the Adobe Indesign document by using plugins?

    Hai i'm senthil... i had just now started working with Adobe Indesign plugins... Can any one tell me how to read an image file from the hard disk and paste that image file in a text box in the document... plzz send me the codings and in which file we

  • Freezing during start up - only on admin account

    I have two accounts enabled on my Macbook Pro: One main account which is the admin, and one for my boyfriend to use. A few nights ago I downloaded a pdf file from an email and the computer froze. (the file download could just be a huge coincidence) I

  • How to insert text in smartform boxes

    Hi Friends, This is regarding about smartform box. I have created one template. pls find below for complete template for your ref. Total template has 5 lines names like C1, C2, C3, C4, C5, C6 and C7. To fulfill client req, again I have devided First