How connect jdeveloper 10 to oracle weblogic 10?

hi,
I m beginner in jdeveloper.
please someone tell me how to connect jdeveloper 10 to oracle weblogic 10?
i want jdeveloper 10 not jdeveloper 11.
thank you.
Peter.

hi james,
when i test connection i have success but when i deploy a servie i have this exception:
---- Deployment started. ---- 1 mai 2009 09:21:45
Target platform is WebLogic Server 9.x (webAppli).
Checking weblogic.xml for completeness...
Wrote WAR file to D:\jdevstudio10134\jdev\mywork\Soustraction\SoustarctionWS\deploy\WebServices.war
Wrote EAR file to D:\jdevstudio10134\jdev\mywork\Soustraction\SoustarctionWS\deploy\Soustraction-SoustarctionWS-WS.ear
D:\jdevstudio10134\jdk\jre\bin\javaw.exe -classpath C:\bea\wlserver_10.3\server\lib\wlclient.jar weblogic.Deployer -adminurl http://aymen:7001 -user weblogic -password **** -debug -verbose -deploy -upload -source D:\jdevstudio10134\jdev\mywork\Soustraction\SoustarctionWS\deploy\Soustraction-SoustarctionWS-WS.ear -name Soustraction-SoustarctionWS-WS
weblogic.Deployer invoked with options: -adminurl http://aymen:7001 -user weblogic -debug -verbose -deploy -upload -source D:\jdevstudio10134\jdev\mywork\Soustraction\SoustarctionWS\deploy\Soustraction-SoustarctionWS-WS.ear -name Soustraction-SoustarctionWS-WS
WebLogicDeploymentManagerImpl.<init>():103 : Constructing DeploymentManager for J2EE version V1_4 deployments
WebLogicDeploymentManagerImpl.getNewConnection():146 : Connecting to admin server at aymen:7001, as user weblogic
ServerConnectionImpl.getEnvironment():282 : setting environment
ServerConnectionImpl.getEnvironment():285 : getting context using http://aymen:7001
ServerConnectionImpl.close():328 : Closing DM connection
ServerConnectionImpl.close():348 : Unregistered all listeners
weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 'http://aymen:7001': Destination unreachable; nested exception is:
java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'aymen' and port: '7001' a WebLogic Server?; No available router to destination. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:306)
at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:143)
at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:93)
at weblogic.utils.compiler.Tool.run(Tool.java:158)
at weblogic.utils.compiler.Tool.run(Tool.java:115)
at weblogic.Deployer.run(Deployer.java:70)
at weblogic.Deployer.main(Deployer.java:54)
Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:425)
at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:287)
... 6 more
Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:142)
at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
... 9 more
Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: http://aymen:7001: Destination unreachable; nested exception is:
java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'aymen' and port: '7001' a WebLogic Server?; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:48)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:739)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:343)
at weblogic.jndi.Environment.getContext(Environment.java:263)
at weblogic.jndi.Environment.getInitialContext(Environment.java:167)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:324)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:296)
at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:140)
... 11 more
Caused by: java.net.ConnectException: http://aymen:7001: Destination unreachable; nested exception is:
java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'aymen' and port: '7001' a WebLogic Server?; No available router to destination
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:199)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:137)
at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:324)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:319)
... 16 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.ProtocolException: Tunneling result unspecified - is the HTTP server at host: 'aymen' and port: '7001' a WebLogic Server?; No available router to destination
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:465)
at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:316)
at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:255)
at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:199)
at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:220)
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:187)
... 21 more
**** weblogic.deploy returned with non-zero exit status: 1
**** weblogic.deploy returned with non-zero exit status: 1
Elapsed time for deployment: 2 seconds
#### Deployment incomplete. #### 1 mai 2009 09:21:47

Similar Messages

  • How to configure SSL for Oracle Weblogic Server

    Hi,
    Please help me to configure SSL in oracle weblogic server.
    If possible, please provide step by step to configure SSL.

    this should help
    http://weblogic-wonders.com/weblogic/2010/05/19/configuring-ssl-on-weblogic-server-custom-identity-custom-trust/

  • Failure to connect JDeveloper 10g to Oracle Database Expres Edition.

    Hi, i working with Oracle JDeveloper 10.1.3 and Oracle Database 10g Express Edition. CONNECT to Oracle Database XE from Jdeveloper Wizards using JDBC/Thin, generate the next error messge:
    ORA-0064: error ocurred at recursive SQL level 1.
    ORA-12705:Cannot access NLS datafile or invalid environmment specified.
    Vendor code: 604.
    , but connect to using ODBC work Ok.
    If run the application display:
    17002:Exception of E/S: SO: Exception was generated.
    Roberto.

    Hi Roberto,
    this issue can be caused by language incompatibility between JDeveloper language (client language) and database language.
    To check the language of the database, execute the following SQL statement from the DB:
    select * from nls_database_parameters;To check the JDeveloper language:
    Select menu Help --> About in JDev, and see the values for:
    user.language, user.region.
    Are they the same ?
    If not,
    1. Edit <JDev_Home>/jdev/bin/jdev.conf file.
    2. Add the following parameters:
    AddVMOption -Duser.language=...
    AddVMOption -Duser.region=...
    with the values for language and region, f.ex. en and US respectively
    3. Restart JDeveloper and re-test the connection.
    Hope this helps,
    Didier.

  • Connection JDeveloper to Oracle 8i

    How to make a connection in Jdeveloper 3.0 to Oracle Personal 8i local Database on a Windows 98 Machine.
    Oracle Database 8.1.5 and Jdeveloper 3.0 are in the same computer Win/98.
    Which JDBC Driver and connection method must be used?
    I need a complete explanation, please.
    Thanks.

    Hello OTN Team
    I just installed Personal Oracle 8i for Windows 98 with the typical
    instalation option. I want to show a software prototipe and so I need to know
    how I can connect many develop tools running in the same PC. After install
    Personal Oracle 8i I can start a session in SQLPlus with many users (internal,
    scott, system, etc), but I can't connect to the database with other programs
    like Forms 4.5, procedure builder or JDeveloper 3.0, running in the same PC.
    Perhaps to connect Forms 4.5 with Personal Oracle 8i and to connect JDeveloper
    3.0 between to diferent themes (Yes, I Know JDeveloper 3.0 is designed for
    Windows NT). Wherever, I really need to know the way to get the connection.
    Remember, Personal Oracle 8i and the Development tools are running in the same
    PC.
    Thanks for your help... !!
    null

  • How to configure Oracle WebLogic NodeManager as a MS service

    Hi Experts,
    I installed OBIEE 11.1.1.5, and i want to configure OBIEE start/stop as windows services.
    for that and after a successful configuration, Oracle configure by default two windows services: Weblogic Node Manager and FMW 11g Process Manager (OPMN).
    The problem is that Weblogic Node Manager is missing as a widows service.
    How can i do to create and configure it manually, please.
    Thank in advance.
    Best regards,
    Hassan C
    Edited by: 972869 on 23 nov. 2012 03:27
    Edited by: 972869 on 23 nov. 2012 03:28
    Edited by: 972869 on 23 nov. 2012 05:09

    Hi,
    i see it, but that is for install Admin and manage server, what i'm asking for is Oracle weblogic NodeManager.
    the windows service i need is named "oracle WebLogic NodeManager (e_obiee11_wlserver_10.3)" or somethiing like that, is the first in the page of your link:
    Weblogic Node Manager
    *(configured as a MS Windows Service if Custom Install route is chosen when installing Weblogic)*
    I'm asking how to create it.
    Thank you.
    Edited by: 972869 on 23 nov. 2012 05:14

  • How necessary is for an ORACLE developer to learn JDeveloper

    How necessary is for an ORACLE designer/developer to learn
    JDeveloper/SQLJ/JAVA to develope an enterprise level internet
    application?
    null

    Asad Iqbal (guest) wrote:
    : How necessary is for an ORACLE designer/developer to learn
    : JDeveloper/SQLJ/JAVA to develope an enterprise level internet
    : application?
    As you know, the business and programming community has
    adopted Java in an unprecedented manner.
    Java will be the lifeblood in the infrastructure of many
    future (enterprise level) applications and future platforms.
    So, I believe it is vital to understand Java!
    To develop an enterprise level application without Java,
    would be a difficult propositio to sell!
    Ofcourse, significant technical expertise in
    Designer and Developer, PL/SQL, etc
    will continue to be valued for many years to come.
    But this is just my personal opinion.
    null

  • How to make connection between ASP and Oracle 8i

    Dear Helper,
    I have a problem about how to make the connection between ASP and
    Oracle 8i. If you have this idea, please help me to solve this
    problem. Thank You!!!
    null

    You must install Oracle Objects for OLE.
    After this in asp-script you may use following instructions
    1)initialization
    <%
    Set Session("OraSession") =server.CreateObject
    ("OracleInProcServer.XOraSession")
    set Session("OraData") = Session("OraSession").OpenDatabase
    ("service", "scott/tiger",0)
    %>
    2)open Dynaset
    <%
    Set EmpDynaset = Session("OraData").CreateDynaset("select 1 as
    f1, 2 as f2 from dual", 0)
    %>
    3)navigation
    <%EmpDynaset.MoveFirst%>
    <%EmpDynaset.MoveNext%>
    <%EmpDynaset.EOF%>
    4) Field access
    <%=EmpDynaset.Fields(1).value%>
    5) Sql execute
    Session("OraData").ExecuteSQL("delete xxx")
    Best regards.
    null

  • How to connect access database through oracle sql prompt

    i want to connect access database via oracle , i am trying to import all the data in Access table into oracle table how it is possible .
    A.R

    The simplest way, if You have already created tables in Oracle DB, is to open the Access MDB, link Oracle tables via ODBC and build a query to append rows reading from Access tables to Oracle tables.
    Hope this helps
    Max

  • How do we connect two databases in Oracle other than Database Link?

    Good Morning,
    How do we connect two databases in Oracle other than Database Link?
    I am using Oracle 10g, I heard that we can connect two database in Oracle through ODBC. Is it possible? How?
    Thanks
    Nihar

    See if this helps.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4406709207206#18830681837358

  • Please How i can install Oracle weblogic 10.3.5 on AIX

    Please How i can install Oracle weblogic 10.3.5 on AIX

    HI ,
    First of all, you should read following link : Oracle WebLogic Platform 10.3 on IBM AIX 5.3 pSeries
    Thank you

  • How to create connection to cluster of Oracle database server?

    Hi, all!
    I have to create connection to Oracle cluster. How to do that?
    I can make a connection to one server but to cluster ....
    I saw many documents but without any result.

    Hello
    Two servers with oracle database server installed organized as a cluster.
    Both server work in parallel, when one of them stop work the other takes connection automaticaly.
    The connection to the cluster is not usual as a one server.
    I have to specify both servers.Any time i can make a connection to one of them but when he stop work my connection will be broken.
    Because of that the servers work under oracle server software.
    So i can make a connection to one of them and both.
    This is made because it is for production firm with many test computers that work 24/7 and send information to this oracle server.
    So i have to make a connection to the general oracle cluster (the two servers simultaneously).
    I saw some connection strings to do tha written on Visual Basic but i have no idea how to do that in C/C++.
    There is no information about that in the Oracle tutorials and manuals.
    I need this explanation because i make a connection without TNS config file.
    Can you help me?
    I will be very appreciated.

  • Depoying web service in oracle weblogic from jdeveloper 10.

    hi , i implement a web service and i deploy it in oracle weblogic from Jdeveloper 10.
    but when testing this web service, it evaluates them as null.
    and the wsdl in jdevelpor has 8888 not 7001.
    please someone help me.
    thank you
    aymen

    Put the jar file at $FND_TOP/java/3rdparty/standalone and add that jar file entry in jserv.properties. That should do the work for you.
    --Shiv                                                                                                                                                                                                                                                                                                   

  • How to install ODSI 10.3 in Oracle Weblogic 10.3.5.0?

    Hi,
    Please any one guide us, how to install Oracle Data Service Integrator 10gr3 in latest Weblogic 11g(10.3.5.0) version?
    Getting "The product maintenance level of current installer(Weblogic Server 10.3.0.0) in not compatible with the maintenance level of the product installed on your system(Weblogic Server 10.3.5.0)" error message when we try to install ODSI 10.3 in Oracle Weblogic 10.3.5.0
    Thanks in advance.
    Regards,
    Ven.

    Hi Mike,
    Thanks for your reply. Please can you tell me the compatiable version of ODSI for Oracle Weblogic 10.3.5.0?
    Regards,
    Ven.

  • How to connect google maps with oracle

    Hello people ,
    i read an artical there is a way to connect google maps with oracle .
    can anyone give us lesson or more information to do that ?
    regards .

    I guess, using Google for the same should be the best way to find the solution for it,
    http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=How+to+connect+google+maps+with+oracle
    HTH
    Aman....

  • How to connect pocket pc with oracle 9.2.0.6 databse

    hi,
    i have oracle 9 databse and erp which works with it.
    i need to create application for pocket pc which must work with oracle 9 database.
    how can i connect pda device with oracle databse?
    how to use oracle databse lite to do this?
    best regards

    I know there was a problem in 6i where you would get a crash if your query returned more than {Max Length} characters of the field representing the CLOB column.

Maybe you are looking for

  • I can't download the InDesign trial - Exit Code:6

    Exit Code: 6 Please see specific errors below for troubleshooting. For example, ERROR: -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 2 error(s) ----------- Payload: Microsoft Visual C++ 2012

  • Could'nt delete file after processing  sender file in windows environment ?

    Hi, I have problem with sender file adapter in windows 2003 server, because the file adapter cannot delete the file after processing, seems like permission problem. but then i have set full controll access to the pi7adm (sap instance admin). but the

  • Safari 5.1.4 breaks Google products and I want to open in 32-bit mode

    As we all know, the new Safari update (5.1.4) breaks everything Google: Gmail, Docs, etc. There is a workaround, but it's NOT A SOLUTION: unchecking "open in 32-bit mode." Because when I do that, guess what? Other websites start breaking - like that

  • Inserting additional parameters in a report

    Hi! I've got some problems generating pdf-reports with data originating from Labview.  I would like to pass some additional info (parameters and so on) along with experimental data.  I already studied some examples provided by NI but didn't really ma

  • BA & cost center in asset posting

    HI all, i have 2 questions:- 1)  1 asset master - AA001, having BA as BA001 & CCTR as C001. then request to change as BA001 & C002. BUT C002 belongs to BA002. can we have this kind of setting other than changing the assignment of BA at cost center ma