Setting up weblogic 6 with jbuilder 4

Hi
Im trying to set up weblogic 6 service pack 1 with jbuilder 4.
I've followed
the steps outlined in the following article:
http://community.borland.com/article/0,1410,26796,00.html
but when I come to running my container in jbuilder i get an AccessControlException.
I cannot find a field in jbuilder where i should be entering a
password for weblogic.
Can anyone help me????
Thanks in advance
Sohail

for the time being , create a file called 'password.ini' under
weblogic_install_dir/config/yourdomain and just enter the password on it
and try. The password.ini file is an ascii file that should have only
one line, your password.
Try this and see if this is the problem.
Cheers,
Bassam

Similar Messages

  • Getting weblogic 6.0 to integrate with jbuilder 4

     

    Richard,
    Borland has an article that lists steps to integrate WLS 6.0 and JBuilder4 -
    http://community.borland.com/article/0%2C1410%2C26796%2C00.html
    Nirav.
    Richard Wheeler wrote:
    I followed the same instructions, however get a "access denied" when
    attempting to run the sample program.
    Any Ideas?
    "Jeremy Meyer" <[email protected]> wrote in message
    news:3a9d85bf$[email protected]..
    After following borlands instruction at
    http://community.borland.com/article/0,1410,26796,00.html on how to
    integrate weblogic 6.0 with jbuilder 4, I could build my project for
    weblogic 6.0 but couldn't start or debug weblogic inside jbuilder. Thus
    started my quest. After a couple of days I got it to work and here is whatI
    did.
    1) set the "working directory" of my project to be d:/bea/wlserver6.0
    2) made a new run configuration and called it weblogic
    3) set it as an application
    4) made the main class to be weblogic.Server (weblogic.jar has to be in a
    required library)
    5) set the VM parameters to:
    -classic -ms64m -mx64m -Dweblogic.system.home=d:/bea/wlserver6.0 -Dbea.home=
    >
    d:/bea -Djava.security.policy=d:/bea/wlserver6.0/lib/weblogic.policy -Dweblo
    gic.Domain=mydomain -Dweblogic.Name=myserver
    Thats it. By running "weblogic", it starts within jbuilder. It also letsme
    debug that way (although it still takes an eternity)
    Anyway, hope this helps.
    Nirav Chanchani
    BEA Systems, Inc.

  • Problem setting up Weblogic's data source for oracle

              Hi!
              I am trying to setup XA DataSource Pool for Oracle using Weblogic's driver. App-Server
              throws exception during startup.
              config.xml setting are appended with this posting.
              Can somebody help me identifying the problem?
              Thanks,
              Vinay
              <JDBCConnectionPool
              Name="WL_XA_1_Pool"
              Targets="examplesServer"
              CapacityIncrement="1"
              DriverName="weblogic.jdbc.oci.xa.XADataSource"
              InitialCapacity="1"
              JDBCXADebugLevel="1"
              MaxCapacity="5"
              Properties="user=vinay;password=vinay;dataSourceName=WL_XA_1_Pool;serverName=pqasun1"
              RefreshMinutes="0"
              ShrinkPeriodMinutes="15"
              ShrinkingEnabled="true"
              TestConnectionsOnRelease="false"
              TestConnectionsOnReserve="false"
              URL="jdbc:oracle:oci8:@PlatformTest"
              />
              [error_wl2.txt]
              

              Hi Dinu,
              Silversword is our upcoming maintenance release for WLS 6.0, and
              should be available in June timeframe.
              If you are only using 1 database instance, you can use Oracle's
              driver in non-XA mode in distributed transactions. Please refer
              to "Configuring non-XA JDBC drivers" section for details: http://e-docs.bea.com/wls/docs60/adminguide/managetx.html#1045803.
              -- Priscilla Fung, BEA Systems, Inc.
              "Dinu Ramanthara" <[email protected]> wrote:
              >
              >Hi,
              > What is Silversword?
              >
              > I need to use Oracle's Driver as I have to use Oracle
              >AQ and Oracle
              >AQ doesn't seem to work with jDriver. All my database
              >activity,
              >through AQ as well as through JDBC are restricted to the
              >same Oracle
              >instance. Given that what are my options? Should I use
              >Oracle 8.1.6
              >drivers or should I use 8.1.7 drivers.
              >
              >Is there a document/sample code illustrating what need
              >to be done
              >to bind Oracle's XADataSource to the JNDI tree.
              >
              >Regards,
              >Dinu
              >"Priscilla Fung" <[email protected]> wrote:
              >>
              >>Hi Vinay,
              >>
              >>A couple of things to note. Oracle 8.1.6's driver has
              >>a bug that
              >>does not accept foreign Xid, and thus cannot be used
              >with
              >>any 3rd
              >>party vendor's Tranaction Manager, including WLS. Oracle
              >>8.1.7's
              >>driver has fixed this problem, but they have threading
              >>issues.
              >> We have worked around the threading issues in Silversword,
              >>but
              >>not in WLS 6.0 release. For now, the only Oracle XA
              >driver
              >>we
              >>recommend is Weblogic's jDriver for Oracle.
              >>
              >>-- Priscilla Fung, BEA Systems, Inc.
              >>
              >>
              >>"Vinay" <[email protected]> wrote:
              >>>
              >>>
              >>>
              >>>
              >>>Hi!
              >>>
              >>>I am trying to setup XA DataSource Pool for Oracle using
              >>>Weblogic's driver. App-Server
              >>>throws exception during startup.
              >>>config.xml setting are appended with this posting.
              >>>
              >>>Can somebody help me identifying the problem?
              >>>
              >>>Thanks,
              >>>
              >>>Vinay
              >>>
              >>>
              >>>
              >>>
              >>> <JDBCConnectionPool
              >>> Name="WL_XA_1_Pool"
              >>> Targets="examplesServer"
              >>> CapacityIncrement="1"
              >>> DriverName="weblogic.jdbc.oci.xa.XADataSource"
              >>> InitialCapacity="1"
              >>> JDBCXADebugLevel="1"
              >>> MaxCapacity="5"
              >>> Properties="user=vinay;password=vinay;dataSourceName=WL_XA_1_Pool;serverName=pqasun1"
              >>> RefreshMinutes="0"
              >>> ShrinkPeriodMinutes="15"
              >>> ShrinkingEnabled="true"
              >>> TestConnectionsOnRelease="false"
              >>> TestConnectionsOnReserve="false"
              >>> URL="jdbc:oracle:oci8:@PlatformTest"
              >>> />
              >>>
              >>
              >
              

  • Using debug mode with jbuilder 4 (or other tool) and wl 6.0

    Hello,
    I would like to know if there is a way to use jbuilder environnement to
    debug ejb deployed on WL. I would like to be able to set break points into
    my source code and be able to display variables values.
    If it is not possible with jbuilder, is it possible with an other tool ?
    If not, how can you debug ejb ? For exemple if I want to be sure a specific
    line has been callde, do I need to stop my server, insert a system.out,
    redeploy my ejb and restart my WL or is there a more simple way to do it ?
    Thank's.
    Nicolas.

    Hello,
    I would like to know if there is a way to use jbuilder environnement to
    debug ejb deployed on WL. I would like to be able to set break points into
    my source code and be able to display variables values.
    If it is not possible with jbuilder, is it possible with an other tool ?
    If not, how can you debug ejb ? For exemple if I want to be sure a specific
    line has been callde, do I need to stop my server, insert a system.out,
    redeploy my ejb and restart my WL or is there a more simple way to do it ?
    Thank's.
    Nicolas.

  • Web Services with JBuilder

    I've created a web service with jbuilder.I've deployed it in weblogic server 7. Jbuilder also creates a client jar file necessary where I want to call my web service. Imagine I want to call my webservice from a .NET platform. How I have to do it? I don't understand how I can create a generic web service that I can call from a J2EE platform or .NET platform...
    Any explanation to clarify my ideas?
    Thanks!

    All you need to do to access the web service from a .NET client is to point to the WSDL file generated by JBuilder. Visual Studio .NET will generate all the necessary classes from the WSDL file. You will be able to use these generated client classes to access your Java Web Service

  • Does WLS support Debugging Servlets with JBuilder 3 ?

    I have read all the news groups and it appears that WLS 4.5.1 does not
    support debugging Servlets with Jbuilder 3.0.
    I am using the trial version, does this matter ?
    Or should I just buy another web server ?
    Joe

    I think below documents will be helpful to you.
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/webservices/webservicesecurity/CreateDefaultWSSConfig.html
    This document tell you that you can attach a weblogic webservice configuration using weblogic admin console.
    After creating this configuration you need to updated this configuration as per the steps given under :
    Use X.509 certificates to establish identity
    Thanks,
    sandeep

  • Using Resin and Weblogic with Apache

    Hi,
    Does anybody know if i can use Weblogic to serve JSP and Resin to
    serve some servlets within Apache?
    Let me explain the case:
    We are testing to setup Weblogic with Apache as the webserver.
    Weblogic will be used to serve the JSP pages so i configured the
    httpd.conf as follows:
    <IfModule mod_weblogic.c>
    MatchExpression *.jsp
    WebLogicHost localhost
    WebLogicPort [port]
    </IfModule>
    This works fine and i can serve the jsp-pages without any problems.
    Since we work with thirdparty software we need to use Resin too. This
    is not much trouble to implement in Apache and i can make sure that
    some servlets are handled by caucho instead of Weblogic:
    <Location /servlet/Inventory>
    SetHandler caucho-request
    </Location>
    The above request works fine too!
    However i have to load the resin.conf file for full use of Resin in
    Apache. This setting however implicates that JSP pages aren't served
    by Weblogic anymore but are sent to Resin also. Even with the
    MatchExpression setting in httpd.conf, Apache still thinks JSP needs
    to be sent to Resin instead of Weblogic.
    Is there some way i can make sure that the JSP pages are served by
    Weblogic and not by Resin???
    Thanx in advance

    Hi all,
    Well, i figured it all out and if anyone would like to give it a try
    to, just do the following.
    The mod_caucho.so file was compiled with the option to handle .jsp
    files. I hashed out the following line in
    /src/c/plugin/common/config.c:
    cse_add_locatio ..... jsp etc.
    And then i configure the mod_caucho.so with:
    ./configure --with-apxs=/apps/apache/bin/apxs
    Now i have a perfect mod_caucho.so file which does not handle .jsp.
    All calls with .jsp are processed by weblogic, just as i wanted!
    Have fun with it (i shall :-)
    Remy
    [email protected] (Remy) wrote in message news:<[email protected]>...
    Hi,
    Does anybody know if i can use Weblogic to serve JSP and Resin to
    serve some servlets within Apache?
    Let me explain the case:
    We are testing to setup Weblogic with Apache as the webserver.
    Weblogic will be used to serve the JSP pages so i configured the
    httpd.conf as follows:
    <IfModule mod_weblogic.c>
    MatchExpression *.jsp
    WebLogicHost localhost
    WebLogicPort [port]
    </IfModule>
    This works fine and i can serve the jsp-pages without any problems.
    Since we work with thirdparty software we need to use Resin too. This
    is not much trouble to implement in Apache and i can make sure that
    some servlets are handled by caucho instead of Weblogic:
    <Location /servlet/Inventory>
    SetHandler caucho-request
    </Location>
    The above request works fine too!
    However i have to load the resin.conf file for full use of Resin in
    Apache. This setting however implicates that JSP pages aren't served
    by Weblogic anymore but are sent to Resin also. Even with the
    MatchExpression setting in httpd.conf, Apache still thinks JSP needs
    to be sent to Resin instead of Weblogic.
    Is there some way i can make sure that the JSP pages are served by
    Weblogic and not by Resin???
    Thanx in advance

  • Simple plans for setting up WebLogic 10.3.3 to run at boot in Solaris SMF?

    I need to set up WebLogic (AdminServer & NodeManager) to start at boot on a Solaris/X86 VM. They will be owned by a specific userid. Is there a shortcut guide to doing this with SMF on Solaris 10?
    Just so it's clear, I know how to start the AdminServer and NodeManager, I just need it done automatically at boot.

    Please remove <data-value name="LOCAL_JVMS"> tag, You are trying to install a JDK on /opt/JRE that for some reason this is being refused.
    If this don't works please show us your silent.xml file.
    Best regards.

  • Debugging Servlet with JBuilder 6

    Does anyone know how to debug a servlet with JBuilder version 6?
    I have created the servlet without the wizard.
    Thanks.
    -Amar

    You can use ServletExecDebugger from NewAtlanta.
    You can download ServletExecDebugger at
    http://www.newatlanta.com/products/servletexec/download.jsp
    1. Extract ServletExecDebugger files to your local folder
    2. Import ServletExecDebugger.jar file into you JBuilder
    workspace
    3. There will be ServletExecDebuggerMain.java file
    Import that also.
    4. Set ClassPath, Project Path , etc and off you go.
    ServletExecDebugger comes with good documentation
    for a free debugger.
    I have been using it for sometime now (in both JBuilder and Visual Age) and find it relatively simple to setup and good for debugging servlets.
    You cannot debug JSPs that much easier though !
    Hope this helps..
    KD

  • Setting up weblogic as http server

    How can I set up weblogic server as a http server with multiple virtual domain names?

    This is currently not supported as part of version 5.1. It will be added as
    part of our next version, 6.0, which is expected to go in public beta in a
    month.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "sagol" <[email protected]> wrote in message
    news:39acb108$[email protected]..
    How can I set up weblogic server as a http server with multiple virtualdomain names?

  • Urgent:Someone who has experience with JBuilder???

    i'm new with jBuilder, I'm using JBuilder5 , i work in a team of 5 people , we work on the same project but everyone use a copy of the software.Right know we want to put the project we've done until know in a server and continue programming by using this copy(everyone will work in a different (package or Module in this project) but all this packages are on the same project wich is on the server) : we wnat to use the same copy but we must synchronize this??? the question how to set up the compiler of JBuilder to let it possible : an idea is that every body of us could compile his module by the right click option(rebuild + name of the package clicked), this for compiling but for runnig during the work i have no idea ??????????
    any kind of help plaease it's urgent
    some internet links ideas
    i'll be gratefully

    A lot of people here use ant. But not all of us can read your mind, and those of us that can are sadistic bastards that like to force people to provide details of their problems just for the hell of it.
    So please do the following:
    * Go through an ant tutorial or other introductory docs, doing an example or two if present.
    * Set up your build.xml according to what you've learned.
    * If it still doesn't work, post the relevant portions of it (hopefully you'll have a small, representative sample that reproduces the problem), along with your relevant directory and file structure, the command you're running, and what error messages you're getting.

  • MIME SETTING FOR WEBLOGIC 6.0

    Hi All,
    I am unable to link any word or excel document from a HTML page. I am running weblogic6.0 as my application server. I suspect it has got something to do with the MIME type setting. Can anyone tell me where to change the MIME type setting for WEBLOGIC6.0
    thanks
    sanat

    Hi Sanat,
    You can change your setting from weblogic.properties file.
    It should be under your ....../weblogic directory.
    SJet

  • HT204053 I have one apple ID for purchases and then my mobile me ID where I use for email.  So I have set my cloud with my mobile me name, while keeping my purchases the original name.  Will my purchases be recognized as purchases when backup is finished.

    I have one apple ID for purchases and then my mobile me ID where I use for email.  So I have set my cloud with my mobile me name, while keeping my purchases the original name.  Will my purchases be recognized as purchases when backup is finished.

    Welcome to the Apple community.
    So long as you are logged into the iTunes Store, using the correct ID and password (settings >store), then you will always have access to your apps, books, music, TV shows etc etc bought via the iTunes Store on that account.

  • Is anyone else having trouble setting up messages with the new mountain lion software? I keep getting a notification that i cant sign in and it is saying, check network connection and try again, but i have full wifi bars, thanks, Justin

    is anyone else having trouble setting up messages with the new mountain lion software? I keep getting a notification that i cant sign in and it is saying, check network connection and try again, but i have full wifi bars, thanks, Justin

    Install this to get X11 functionality back in 10.8
    http://xquartz.macosforge.org/landing/
    Worked great for me and others.
    Jerry

  • HT204291 My iPad 4 does not show up on my TV screen when in AirPlay mirroring mode using WiFi.  The iPad displays AirPlay set to TV with the Mirroring On (green).  My iPad IOS software is 8.2 and my Apple TV software is at 7.1.  The TV displays the Apple

    My iPad 4 does not show up on my TV screen when in AirPlay mirroring mode using WiFi.  The iPad displays AirPlay set to TV with the Mirroring On (green).
    My iPad IOS software is 8.2 and my Apple TV software is at 7.1.  The TV displays the Apple Menu.  The “Settings” does however displays the General menu allowing me to see:
    Apple software:          7.1 (7003)
    Apple TV:                   Model No. A1464, Part No. MD199B/A
    Signal Strength shows 5 circles.
    It does not display the iPad screen but when I use the BT Sport App I can hear the sound but there is no video.  I have searched the internet for a solution to no avail. The problem first arose when the IOS was at 8.1+ but it worked correctly briefly when I updated to IOS 8.2.  Can you help please?

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Restart your mobile device.
    If you are still having problems, the following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.
    When making adjustments to your network for better optimisation, you may find some of the points mentioned on this page helpful.

Maybe you are looking for

  • Open web browser from java application to specific page

    Hi, I used the code from http://www.javaworld.com/javaworld/javatips/jw-javatip66.html to open a web browser to a specific URL. That worked great! However, I run into a problem if the URL targets a specific page, for example, "http://www.yahoo.com/ne

  • Copy AR  Downpayment request to Invoice

    Hi, How to Copy AR  Downpayment request to Invoice. Rgds Rajeev

  • PCA Planning 7KE1 Material Type BWTAR

    Is it possible to add valuation type BWTAR in the planning layout characteristics in transaction code 7KE1 in SAP? I have a need to plan representative materials by valuation type.

  • PO short text overwrite by Contract

    Hi, I am creating a PO for Service which doesnt have a Material Number. I need to refer the Contract number for those buys. When i am refering the Contract, it is overwritting the PO shorttext with what i have maintained in the Contract. I dont want

  • Document Connection Client - Error 234882975

    Hi, I have been using the MSFT Document Connection client (version 14.3.9) on Mac OS Lion 10.7.5 to access files stored on SharePoint (on an Office 365 subscription) for several years.  Yesterday I had an internet outage while trying to access files