Developing a Diameter Usage Scenario without Installing WebLogic or CCAS

Can anyone help me with this problem? I want to develop an application using the Diameter library of CCAS, but don't want to install WebLogic or CCAS. Specifically, when I try to create a session, I get the following exception:
Exception in thread "main" java.lang.NullPointerException
     at com.bea.wcp.diameter.Application.createSessionId(Application.java:177)
     at com.bea.wcp.diameter.Session.<init>(Session.java:50)
     at com.bea.wcp.diameter.cc.ClientSession.<init>(ClientSession.java:30)
     at com.bea.wcp.diameter.charging.RoSession.<init>(RoSession.java:10)
     at com.bea.wcp.diameter.charging.RoApplication.createSession(RoApplication.java:28)
     at OraDiaTest.main(OraDiaTest.java:31)
     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:597)
     at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
I have tried multiple scenarios, among which I encountered an error regarding a class named weblogic.descriptor.internal.AbstractDescriptorBean, which I couldn't locate in the CCSA packages.
Appreciate your help in advance

Check these steps:
1. configure the diameter node
2. specify your client (or server) application (suppose instanse name is app) for this node
3. start the node
4. create session using app.createSession()
Regards

Similar Messages

  • Weblogic.appc without installing weblogic

    Hi
    Using Weblogic 10, and trying to compile JSP's within an EAR file using weblogic.appc works correctly on a box where weblogic has been installed.
    Running the same thing on a box which only has the required JARs for weblogic.appc on it - but does not have weblogic installed on it. Does not compile - you get NoClassDefFoundError errors.
    Jars that are being included in the classpath are
    ${JAVA_HOME}/lib/tools.jar::${WL_HOME}/lib/weblogic.jar:${WL_HOME}/lib/ojdbc14.jar:${JAVA_HOME}/jre/lib/rt.jar:${WL_HOME}/lib/webservices.jar
    Error received when running this on the box that does not have weblogic installed is:
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/application/compiler/Appc : weblogic/utils/compiler/Tool
    Is there a way to use weblogic.appc on a box that does not have weblogic installed on it?
    Thanks In Advance.

    Yes just tried that, changed the class path to use wlfullclient.jar instead of weblogic.jar
    It does get a little further now in that it start to compile the ear - however there are still
    java.lang.NoClassDefFoundErro
    errors see below:
    Warning, output location exists /build_output/MyEar.ear
    Created working directory: /tmp/appcgen_1247571644398_MyEar.ear
    java.lang.NoClassDefFoundError: com/bea/xml/XmlException
    at weblogic.application.descriptor.AbstractDescriptorLoader2$READONLY_SINGLETON.<clinit>(AbstractDescriptorLoader2.java:315)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorManager(AbstractDescriptorLoader2.java:320)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:774)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:395)

  • Using Appc and JSPC without installing Weblogic 10 Server

    All,
    Does anyone know if it possible to create a jar file that can be used with appc or jspc on a machine where the WL 10 application server is not installed?
    -T

    Yes just tried that, changed the class path to use wlfullclient.jar instead of weblogic.jar
    It does get a little further now in that it start to compile the ear - however there are still
    java.lang.NoClassDefFoundErro
    errors see below:
    Warning, output location exists /build_output/MyEar.ear
    Created working directory: /tmp/appcgen_1247571644398_MyEar.ear
    java.lang.NoClassDefFoundError: com/bea/xml/XmlException
    at weblogic.application.descriptor.AbstractDescriptorLoader2$READONLY_SINGLETON.<clinit>(AbstractDescriptorLoader2.java:315)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorManager(AbstractDescriptorLoader2.java:320)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:774)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:395)

  • Run sql statements in PL/Sql Developer without installing Oracle database?

    Hi all,
    I wish to ask is there any possibility to run Run sql statements in PL/Sql Developer without installing Oracle database?
    Regards.

    Hello Jimmy,
    this is the forum for the tool SQL Developer and, as the title says, *(Not for general SQL/PLSQL questions)*.
    PL/Sql Developer is not an Oracle tool, but from allound allroundautomations.
    And you need access to a database to run SQL statements. This does not need to be one installed by yourself.
    Regards
    Marcus

  • Working on SQL Developer / pl/sql developer without installing Oracle

    HI,
    I am working on SQL Developer tool without installing oracle into my local machine.
    I just took server IP as hostname and continuing with the same/
    Now, since I donot have tns names, I am not able to use any other user other than my work related.
    like scott etc.
    could anyone let me know, is there any way that i can work on sql developer or pl/sql developer without installing oracle into local machine
    like using scott etc...
    for testing and learning purpose of self code.
    thanks in advance.

    VBSK wrote:
    I am working on SQL Developer tool without installing oracle into my local machine. You need an Oracle client driver - this is mandatory.
    No, you do not need a TNS alias (as the connection string can be build manually by the application and the driver).
    So SQL*Developer needs to have an OCI (Oracle Call Interface) client driver. This can be "installed" using Oracle Instant Client.
    Instant Client does not really install - to use it takes 3 basic steps:
    - download it (zip file)
    - unzip it to a directory (e.g. C:\InstantClient on Windows)
    - add to your Windows User's environment an ORACLE_HOME variable that points to this directory
    These steps should suffice in making the driver in in Instant Client available to Oracle applications. (works for me running an Oracle OCI client like <i>Mumbai</i> or Oracle's <i>SQL Data Modeler</i>).
    If you want a tnsnames.ora file, then create the file and create a new environment variable called TNS_ADMIN that refers to directory location of the file. It can use the same location as your Instant Client directory.
    PS. I assume you have an existing Oracle server to connect to.

  • Installing weblogic without node manager

    Hi
    I installed weblogic 9.2 on windows 64 bit env. My machine is a VM.
    I installed the admin server and managed server on different ports both on the same machine.
    So i dont think there is a need for node manager in this context since there are no multiple machines involved.
    I start the admin server and then try to start the managed server from the admin console . This is the error its giving me
    The server dev_01 does not have a machine associated with it.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager. No action will be performed.
    where dev_01 is the name of the managed server.
    However, i am able to start the managed server thorugh script
    startManagedWebLogic.cmd dev_01 http://localhost:7001
    I would not prefer to have the node manager . so how would i start the managed server from the admin console?
    Any help much appreciated

    Hi,
    Starting a ManagedServer from AdminConsole requires Nodemnager should be associated with the ManagedServer.
    NodeManager is a Utility which is used to remotely start, stop Servers. If you try to start a ManagedServer from AdminConsole , in this case also it is called as *"Remote Start"* even if the ManagedServer is located in the Same Physical Box.
    <b><font color=maroon>
    It means without associating the NodeManager to your ManagedServer you cannot start that ManagedServer from the AdminConsole. Because as soon as u try to start the ManagedServer from AdminConsole the AdminServer tries to pass the Start Instructions to the NodeManager Associated with That ManagedServer. If NiodeManager is associated with the ManagedServer then it performs all the prework before starting the Server and then issues the ManagedServer Start command.
    </font></b><BR>
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

  • Install Weblogic 12c zip for developement on Windows 7

    I have downloaded wls1211_dev.zip for development purpose (instead of full install using windows installer), for installing on the windows 7 (64 bit). After extracting the zip contents, I set up the environment variables for JAVA_HOME, MW_HOME and JAVA_VENDOR as stated in the readme.txt included in the zip distribution. I also made sure to set the environment variables using 8.3 names (old DOS names) by using dir /x command. Here are the environmental settings:
    E:\WLS12c>echo %JAVA_HOME%
    C:\PROGRA~1\Java\JDK17~1.0_0\bin
    E:\WLS12c>echo %MW_HOME%
    E:\WLS12c
    E:\WLS12c>echo %JAVA_VENDOR%
    Sun
    But every time I run configure.cmd, I get the following error:
    (I checked the permissions on the directory where I have unzipped and it is full control for me (not an administrator user). I tried to run the configure.cmd using administrative user but the same result). I can also navigate to the directories using 8.3 names. I am able to create delete and update files and folder in the target directories as non-administrative user. I have no idea why I should be getting the following errors.
    WebLogic Server 12c (12.1.1.0) Zip Configuration
    MW_HOME: E:\WLS12c
    JAVA_HOME: C:\PROGRA~1\Java\JDK17~1.0_0\bin
    783 jar files are being unpacked.
    Please wait, title bar will show progress ...
    The system cannot find the path specified.
    -- above line repeated I guess 783 times
    "ACLs are being setup for E:\WLS12c Please wait..."
    The system cannot find the path specified.
    The WebLogic Server wasn't found in directory E:\WLS12c\wlserver\server.
    Please edit the setWLSEnv.cmd script so that the WL_HOME
    variable points to the WebLogic installation directory.
    Your environment has not been set.
    The system cannot find the path specified.
    I will appreciate your help in this regard.
    Thanks in advance
    Salman

    Hi,
    This issue usually occurs when you install WebLogic Server using generic jar installer and when launching installation with incorrect JDK version.It may be improper JDK installation or incorrect JAVA HOME setup at OS level.
    To resolve this issue, uninstall current WebLogic installation using generic.jar installer that is referring incorrect JDK and relaunch the installation with correct JDK by setting correct JAVA HOME system variables. Below are steps to be followed to address this issue.
    Un-install WebLogic from your machine.
    If the installer is on a network drive it's recommended to copy the generic installer to your local file system and to a folder with no spaces or strange characters.
    Remove the system variables you've set: JAVA_HOME, JAVA_VENDOR, and remove the %JAVA_HOME%\bin from the path system variable.
    Run the installer as follows:
    Open a command prompt
    Change directory to \JDK_64\bin folder and execute:
    java.exe -jar -Xms1024m server1001_generic.jar
    After the installation is completed you can proceed to safely run the Configuration Wizard (config.cmd)
    Regards,
    Kal

  • Run Form in HTTPS or SSL mode without installing Application Server

    Hi all,
    I have installed Oracle Database 10g and Oracle Developer suite 10g in my PC (Window XP). Now I want to implement SSL or running forms in HTTPS mode instead HTTP and I don't want to install Application server.
    Any workaround is there to run Forms in HTTPS mode without installing Application server.
    Thanks,
    Omer

    Performance issue? How old is your hardware? I am running OAS 10.1.2.3 on a Server 2003 VM which basically consumes 512MB RAM and ludicrous amounts of CPU/IO.
    In any case: as said if you want to test SSL in a real life scenario then enabling SSL in OC4J is not what you want to do. In production the configuration is completely different, as there you would configure Apache to run your forms via SSL.
    What comes to my mind would be to install Apache 1.3 (this would be the version OAS 10.1.2 uses), configure mod_oc4j there and configure it with SSL. On the other hand this also isn't the configuration you have in production so this also is not exacly what you want.
    If you want to verify if your forms application will run via SSL then most certainly it will run without changing your sources. The only things you might have to change would be if you do HTTP Requests from the database to your application server via utl_http or from the client to the application server via java beans or via the java importer.
    But for tests I'd strongly recommend doing it via an application server installation, and not via developer suite.
    cheers

  • Running forms 6i on client without installed runtime !

    Dear proffesionals, what do you think about code below-we tried to enable our users to run applications developed in Forms 6i, without installed runtime on their machines. Is this solutions good, and why ? We installed forms6i runtime on the server, and make batch script (with code below), and make .exe file from that. Than we send link to users with locations of that .exe file? Is this way possible to run application through VPN ?
    Thanks in advance,
    Adnan
    Code:
    set ROOT_DIR=\\ip_address\
    set APLIK=\\ip_address\
    set ICONE=\\ip_address\
    set PROGRAM=Form.fmx
    set USER=username     
    set PASS=password
    set BAZA=database_name
    set path=%ROOT_DIR%;c:\dos;%PATH%
    set ORACLE_HOME=%ROOT_DIR%
    set path=%ORACLE_HOME%\BIN;%ROOT_DIR%;%PATH%;%ROOT_DIR%\BIN
    set FORMS60=%ORACLE_HOME%\FORMS60
    set FORMS60_PATH=%APLIK%
    set RW60=%ORACLE_HOME%\REPORT60
    set REPORTS60_PATH=%APLIK%
    set API=%ORACLE_HOME%\DBS
    set BROWSER60=%ORACLE_HOME%\BROWSER60
    set CA_GPREFS=%ORACLE_HOME%\
    set CA_UPREFS=%ORACLE_HOME%\
    set CORE40=%ORACLE_HOME%\CORE40
    set DE60=%ORACLE_HOME%\tools\common60
    set NET80=%ORACLE_HOME%\net80
    set ORA_NLS33=%ORACLE_HOME%\NLSRTL33\DATA
    set DEV2000_SCCONVERT=FALSE
    set DOC60=%ORACLE_HOME%\tools\doc60
    set GRAPHBMP60=%ORACLE_HOME%\graph60\gwiz_bmp
    set graphics60=%ORACLE_HOME%\graph60
    set graphogd60=%ORACLE_HOME%\graph60\gwiz_ogd
    set gsconnectdir=%ORACLE_HOME%\olap\ecf620
    set gsinstalldir=%ORACLE_HOME%\olap\ece620
    set gwizard60=%ORACLE_HOME%\graph60
    set mm60=%ORACLE_HOME%\tools\common60
    set nlsrtl33=%ORACLE_HOME%\nlsrtl33
    set ocl60=%ORACLE_HOME%\graph60
    set oin60=%ORACLE_HOME%\oin60
    set ora_nls33=%ORACLE_HOME%\nlsrtl33\data
    set oracle_jdk=%ORACLE_HOME%\jdk\
    set orainfonav_docpath=%ORACLE_HOME%\oin
    set otrace80=%ORACLE_HOME%\otrace80
    set plsql80=%ORACLE_HOME%\plsql80
    set pro80=%ORACLE_HOME%\pro80
    set qt_player=OMO
    set rdbms80=%ORACLE_HOME%\rdbms80
    set reports_builder=rwbld60.exe
    set reports_runtime=rwrun60.exe
    set reports60_classpath=%ORACLE_HOME%\jdk\lib\classes.zip;%ORACLE_HOME%\REPORT60\java\jars\myreports60.jar;%ORACLE_HOME%\REPORT60\java\jars\xmlparser.jar
    set reports60_express_ui=%ORACLE_HOME%\bin
    set reports60_jni_lib=%ORACLE_HOME%\jdk\bin\javai.dll
    set reports60_splash=TRUE
    set rw60=%ORACLE_HOME%\report60
    set shared_oracle_home=%ORACLE_HOME%
    set tk60=%ORACLE_HOME%\tools\common60
    set ui60=%ORACLE_HOME%\tools\common60
    set vgs60=%ORACLE_HOME%\tools\common60
    set UI_ICON=%ICONE%
    set NLS_LANG=CROATIAN_CROATIA.EE8MSWIN1250
    set NLS_DATE_FORMAT=DD.MM.RRRR
    set NLS_NUMERIC_CHARACTERS=,.
    start /separate /D%TEMP% ifrun60 module=%PROGRAM% userid=username/password@database
    echo off
    if not errorlevel 1 goto ok_2000
    CD %TEMP%
    start ifrun60 module=%PROGRAM% userid=%user%/%pass%@%baza%
    if not errorlevel 1 goto ok_9x
    goto error
    :ok_2000
    echo ---------------------
    echo Application started
    echo successfully
    echo at OS WIN2000...!
    echo ---------------------
    goto end
    :ok_9x
    cls
    echo ---------------------
    echo Application started
    echo successfully
    echo at OS WIN9x...!
    echo ---------------------
    goto end
    :error
    cls
    echo ---------------------
    echo There was some
    echo problems with starting
    echo this application...!
    echo ---------------------
    goto end
    :end

    In order to distribute a Forms 6i application to a client you really only have three (3) choices.
    1. Install the Forms Runtime on each PC (truely distributed application).
    2. Deploy the application using desktop virtualization (Citrix, etc). This option requires a Virtualization server.
    3. Web Deployed. (This requires the addition of an Application server and does require some type of installation on the client (the Oracle Jinitiator), but this can be automated with the Web Deployment.) Check out this link [Forms 6i Documenation|http://www.oracle.com/technology/documentation/6i_forms.html] and scroll to the bottom and view the "Oracle Forms Developer Release 6i: Deploying Forms Applications to the Web with Oracle Forms Server" document.
    Hope this helps.
    Craig...
    If a response is helpful or correct, please mark it accordingly

  • Install weblogic 610 on solaris error

    hi :
    i am trying to install weblogic 610 pack 2 on solaris 2.8. when i start
    with
    sh weblogic610sp2_sol.bin -i console
    the following error occurs:
    Preparing to install...
    Preparing CONSOLE Mode Installation...
    ============================================================================
    ===
    Choose Locale...
    1- English
    CHOOSE LOCALE BY NUMBER: 1
    ============================================================================
    ===
    WebLogic Server 6.1 (with sp2) (created with InstallAnywhere by Zero
    G)
    Invocation of this Java Application has caused an InvocationTargetException.
    Thi
    s application will now exit. (LAX)
    Stack Trace:
    java.lang.NullPointerException
    at java.util.StringTokenizer.<init>(StringTokenizer.java:122)
    at java.util.StringTokenizer.<init>(StringTokenizer.java:138)
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.j([DashoPro-V1.2-120198])
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.c([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.a([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.main([DashoPro-V1.2-120198])
    at java.lang.reflect.Method.invoke(Native Method)
    at com.zerog.lax.LAX.launch([DashoPro-V1.2-120198])
    at com.zerog.lax.LAX.main([DashoPro-V1.2-120198])
    GUI-
    any idea?
    thanks in advance!
    daniel wang

    Hi.
    Try the following: make sure you have JDK 1.3.x installed and in your path
    before you run the installation. I have seen similar problems when someone had
    JDK 1.1.x in the path. You might also try running a silent installation
    instead.
    Regards,
    Michael
    daniel wang wrote:
    hi :
    i am trying to install weblogic 610 pack 2 on solaris 2.8. when i start
    with
    sh weblogic610sp2_sol.bin -i console
    the following error occurs:
    Preparing to install...
    Preparing CONSOLE Mode Installation...
    ============================================================================
    ===
    Choose Locale...
    1- English
    CHOOSE LOCALE BY NUMBER: 1
    ============================================================================
    ===
    WebLogic Server 6.1 (with sp2) (created with InstallAnywhere by Zero
    G)
    Invocation of this Java Application has caused an InvocationTargetException.
    Thi
    s application will now exit. (LAX)
    Stack Trace:
    java.lang.NullPointerException
    at java.util.StringTokenizer.<init>(StringTokenizer.java:122)
    at java.util.StringTokenizer.<init>(StringTokenizer.java:138)
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.j([DashoPro-V1.2-120198])
    at
    com.zerog.ia.installer.steps.ChooseJavaVM.c([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.a([DashoPro-V1.2-120198])
    at com.zerog.ia.installer.Main.main([DashoPro-V1.2-120198])
    at java.lang.reflect.Method.invoke(Native Method)
    at com.zerog.lax.LAX.launch([DashoPro-V1.2-120198])
    at com.zerog.lax.LAX.main([DashoPro-V1.2-120198])
    GUI-
    any idea?
    thanks in advance!
    daniel wang--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • How do I test a scenario without getting the other party involved

    Hi,
    How do I test a scenario without getting the other party involved?
    I have created a scenario to receive information from an external system (Remedy), processing through a SoapAdapter into SAP to create a service order. How can I send a sample of information in order for me to test my scenario without asking the Remedy people to transmit data all the time?
    Thanks in advance,
    Leanne

    hi Leanne,
    have a look at my weblog:
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible
    it shows how to use the test tab from RWB
    to send test messages
    Regards,
    michal

  • File to File multiple scenario without mapping

    Hi
    I am doing one simple file to file scenario without mapping i.e picking file from sender directory and then placing it in receiver directory via FTP.
    Now i have to take two files from different directories and place them in to different directories in the receiver side.
    On the sender side i have selected Advanced selection for source file and maintained the sceond directory name and filename.
    now i am not aware about the reciver side that how to place the two files in to different directories.
    I have to make only one interface for this.
    Thanks in advance.

    u have to follow the code in the link provided above but with some manipulations...
    in case u r placing the files in different target dir depending upon the source directory then ur code will be something like this:
    Note: i dont have a system as of now..so cant able to check the code for syntax errors..please cross check it
    MessagePropertyKey mpk = new MessagePropertyKey("Directory","http://sap.com/xi/XI/System/File");
    String SourceDir = msg.getMessageProperty(mpk);
    if(SourceDir.equals("/SourceDirectory1"))
    String targetDir1 = "/TargetDirectory1"
    msg.setMessageProperty("http://sap.com/xi/XI/System/File","Directory",targetDir1);
    else if(SourceDir.equals("/SourceDirectory2"))
    String targetDir1 = "/TargetDirectory2"
    msg.setMessageProperty("http://sap.com/xi/XI/System/File","Directory",targetDir2);
    else
    http://help.sap.com/javadocs/pi/SP3/xpi/com/sap/engine/interfaces/messaging/api/Message.html#getMessageProperty(com.sap.engine.interfaces.messaging.api.MessagePropertyKey)
    lIbraries for adapter module development:
    http://wiki.sdn.sap.com/wiki/display/XI/Where%20to%20get%20the%20libraries%20for%20XI%20development
    How to develop adapter module:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e6747fa?QuickLink=index&overridelayout=true

  • How to install Weblogic Portal 10.3.0

    Dear All,
    I need to install Weblogic Portal 10.3.0 in two flavaors. 1) Single instance 2)In a cluster.
    I'm relative new to Weblogic Portal. The platform is solaris 10 64 bit. Can anyone provide a step-by-step installation sequence?
    I read the installation guide but it says nothing about how the installation would work. This is what I have done till now:
    1. Installed the WLP 10.3.0 with Weblogic Server, Weblogic Portal and Workshop components.
    2. After installation, ran config.sh command and configured Admin server and one managed server (to support portal).
    But after my domain is created and I start my managed server, I see nothing in the deployments page. There are no errors either in the log files.
    IS there a step I'm missing? Do we need to manually deploy portal application? if yes, how?
    Any help would be truly appreciated.
    rgds,
    rb

    Hi RB!
    Sounds like you just starting off fresh with WLP. This may or may not help. I suggest learning some of the basics of creating a Portal.Ear file and deploying it to other environments.
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/getting_started/introduction.html#wp1005589
    Using WebLogic Portal
    If you are new to WebLogic Portal, a short tutorial is provided to help you get started. See Tutorials – Getting Started with WebLogic Portal for more information. The tutorials discuss setting up a portal development environment, creating a portal, and assembling a desktop in your staging environment.
    Tip:      If you are unfamiliar with the Eclipse development environment on which Workshop for WebLogic is based, the tutorial “Getting Started with Workshop for WebLogic” located in the Oracle Workshop for WebLogic User’s Guide, is highly recommended; the tutorial shows you how to start Workshop for WebLogic and navigate the workbench user interface, introduces terminology associated with the workbench, and shows you how to create a simple web application.
    The WebLogic Portal Overview provides a starting point for understanding and developing applications with WebLogic Portal. This chapter introduces portal concepts, describes the WebLogic Portal infrastructure framework and business services, and describes the portal life cycle, from architecture through development, staging, and production. The remaining chapters in this guide describe each phase of the life cycle in detail and provide a starting point for using WebLogic Portal.
    Tutorials – Getting Started with WebLogic Portal
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/index.html
    Cheers!
    RichardL

  • Any solution for incomplete Web pages without installing SP8?

              Well i have the same problem with incomplete web pages on WLCS 3.2 SP6 and Weblogic
              5.1.0 ... Is there any solution without installing SP8 ?? Thanks by advance
              "newsgroups.bea.com" <[email protected]> wrote:
              >We ended up loading a complete install of Wl6 w/ SP1 and this error stopped.
              >
              >"dc" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> Yes! This is the workaround.
              >> So it is not a problem with buffering in the servlet or JSP. It seems
              >to
              >be
              >> with the proxy.
              >>
              >> "Merg" <[email protected]> wrote in message
              >> news:[email protected]...
              >> >
              >> > I have the same problem. Only, it works fine under WL5.10SP7, but
              >with
              >> WL6.0 is happens all the time. If I bypass the iisproxy.ini with WL6.0
              >it
              >> works fine.
              >> >
              >> > Regards,
              >> > Merg
              >> >
              >> > Ivano Miscali <[email protected]> wrote:
              >> > >Hi to, everyone. I have the same problem in an NT configuration.
              >> Sometimes i can
              >> > >see only the first half of the pages. I would say that the problem
              >is
              >the
              >> same
              >> > >with IEplorer or with Netscape Navigator, and i have see that it
              >seems
              >to
              >> happen
              >> > >when the weblogic service on NT s working for 4/5 days continuosly.
              >> > >
              >> > >Can Anyone Help Me?
              >> > >
              >> > >thanks in advance, Ivano Miscali
              >> > >
              >> > >John Patrick wrote:
              >> > >
              >> > >> Just wondering if anyone could help with a problem I'm having
              >with my
              >> JSPs.
              >> > >> Sometimes when I navigate to my JSP the JSP does not create all
              >the
              >> required
              >> > >> HTML.
              >> > >> I end up with a half completed page, or with bits of HTML missing.
              >If
              >> I
              >> > >> refresh the page, everything is fine. This happens only
              >> intermittently, and
              >> > >> different bits of HTML are missing at different time. My JSPs
              >do
              >have
              >> a lot
              >> > >> of tags in them, but have very little Java code, if any.
              >> > >>
              >> > >> Has anybody else had this kind of problem?
              >> > >>
              >> > >> I'm using WLS 5.1.0 Service Pack 6 and IE 5 on Win2000.
              >> > >>
              >> > >> Oh, and I seem unlucky enough to have IE crash on me too, when
              >I open
              >a
              >> JSP.
              >> > >> As with my above problem, it's intermittent.
              >> > >>
              >> > >> Thanks to anyone who can help.
              >> > >
              >> > >--
              >> > >-----------------------------------------------
              >> > > Ivano Miscali:
              >> > > [email protected]
              >> > > TEL 055/4365740
              >> > > _______________________
              >> > > CELL 0335/7456235
              >> > > [email protected]
              >> > > [email protected]
              >> > > [email protected]
              >> > >
              >> > >
              >> >
              >>
              >>
              >
              >
              

    no one knows anything about the upcoming SDK and what might be made available. Speculation on such is not allowed on these forums. just wait till Feb for any possible app. Also leave any comments of what you want from the touch at the link below.
    http://www.apple.com/feedback/ipod.html
    gff

  • Two mappings in one scenario without bpm

    Hi,
    I am using two different mappings.
    Output of one mapping is acting as an input for other mapping i.e source message for second mapping.
    Is it possible to do this scenario without using bpm?

    hi,
    have a look how it works from my weblog:
    /people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping
    you can use any mapping but you need to
    be aware how to input and output structures look like:
    https://weblogs.sdn.sap.com/weblogs/images/34500/1_xslt_pierwszy.JPG
    BTW
    target structure is only checked if you use
    graphical mapping
    if you use abap or java mappings your target structure
    will not be checked (if it's valid) as it is with
    graphical mapping 
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Maybe you are looking for

  • How do I change a filename in Pages when the "save as" option doesn't appear?

    How do I change a filename for a Word doc that I imported into Pages?  The "save as" option doesn't appear and Pages assigns my documents arbitrary filenames and puts them in odd places like templates.

  • How to cast in ABAP ?

    Hi, I need to cast a data but i don't kow how to do it in ABAP. Actually, I have a variable typed QUAN (quantity i guess) and i want to concatenate it in a String variable. That's not possible. The solution i've found is to move the Quan variable to

  • Firewire target disk mode install leopard

    Does anyone know if it is possible to install Leo via dvd to another computer booted in target disk mode? My work computer somehow lost some important OS files during an system update, and now I can't get past single user mode, nor can I seem to boot

  • 12.0.1 update not fixing icon preview?

    I was disappointed to find out that the bug where Photoshop doesn't save the image preview on the icon was not fixed with the 12.0.1 update. We work with sometimes 20 photos on one job folder, and having to refer to them by filename (which normally i

  • Physical Path for KM Documents

    Hi, I would like to know the path for the physical location of the documents that I have uploaded into the Portal. (EP6 SP9) Regards, Harish