Use of WebLogic in a thin hardware client environment?

We are currently evaluating the use of a thin hardware client (something like the Sun Microsystems Sun Ray 2FS - http://www.sun.com/sunray/sunray2fs/) for a new JEE development effort. I was wondering if anyone could share their experiences using WebLogic in this environment with either Solaris or Linux (i.e. problems, lessons learned, configuration, etc...).
Thank You,
--Dan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

We are currently evaluating the use of a thin hardware client (something like the Sun Microsystems Sun Ray 2FS - http://www.sun.com/sunray/sunray2fs/) for a new JEE development effort. I was wondering if anyone could share their experiences using WebLogic in this environment with either Solaris or Linux (i.e. problems, lessons learned, configuration, etc...).
Thank You,
--Dan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Using a Mac laptop within a Novel client environment

    I have been working for a company that uses Macs exclusively and starting with one that is PC based. Moreover, they use Novel for their client server access. I hate that I might have to give up the use of a Mac laptop at work (I have an iMac at home and am a big fan of iCal, mail etc.).
    I am considering purchasing a Mac laptop for use at work on my own. Has anyone had success using a Mac in this environment? What are the pitfalls I should be aware of? Will it work with limited to no support from the PC based tech people?

    *Use this and you'll be fine on a Novell network*
    http://www.prosofteng.com/products/netware_client.php

  • Use of SQL*Loader and Thin Client

    I have a java application that is currently using the thin client. For portability issues, I am unable to use an OCI driver. My application also uses SQL*Loader.
    My big issue is that The Thin client requires the HOST and SID for a connection.
    But, for SQL*Loader to work in a client/server environment it needs to use the SERVICE_NAME and net8. Is there any way to have SQL*Loader use similar information that the thin client is using?
    I know the right solution is to use the OCI drivers, but right now that is not feasible.
    Thanks for any help in advance
    Jeff McNurlan
    Navigation Technologies.

    I assume you are using an ObjectInputStream. Without seeing your code or a snippet I can't be certain...
    The JDBC spec says the following about ObjectInputStream :
    "An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream"
    Since there was nothing written by ObjectOutputStream, ObjectInputStream has nothing to deserialize and this exception would be raised.

  • How to add Weblogic 10.3 Thin-Client library to project?

    Dear All,
    Can anyone help me how to include Weblogic 10.3 Thin-Client library to project. I am wondering for the location of Weblogic 10.3 Thin-Client library, but unable to locate it.
    Thanks in advance.
    Best Regards
    Bilal

    Its done...
    Go to project properties -> libraries -> Add library -> Weblogic 10.3 Thin-Client.

  • Can weblogic test client be used in weblogic 8.1 version

    Can anyone confirm whether we can use weblogic test client in weblogic server 8.1 version

    We figured out that Oracle SQL Flavor can be used with WebLogic, but only with DB connections created from JDBC URL, not work with DB connections from WebLogic connection pool.

  • Evaluating kodo for a thin rich client

    Hi
    We're evaluating our options for persistence on a project. We need a thin
    rich client - thin in terms of logic/smarts and rich in terms of
    UI/usability (swing/swt etc. not html). Before spending time to build a
    prototype, we have some questions.
    1. When using the remote persistence manager, how easy/hard is it to
    traverse relationships i.e. should the traversal be bounded by a
    transaction? We want to avoid transactions on the client side.
    2. We'll be looking to use horizontal mapping for most of our persistence
    capable objects.
    3. What are the issues to look out for when using attach/detach over a
    remote pm
    Thanks
    Srini

    1. When using the remote persistence manager, how easy/hard is it to
    traverse relationships i.e. should the traversal be bounded by a
    transaction? We want to avoid transactions on the client side.Relation traversal is completely transparent. You don't need a transaction.
    2. We'll be looking to use horizontal mapping for most of our persistence
    capable objects.Why?
    3. What are the issues to look out for when using attach/detach over a
    remote pmIf you're using remote PMs, then why would you use attach/detach? There
    are very few reasons that I can think of. Generally, you'd want to use
    one feature or the other. Not both.

  • WLS 10.0 Mp1 - Weblogic startup class to initialize client's SSL channels

    Hi,
    Is it possible to use Weblogic startup class to initialize client's SSL channels?
    Any pointers are appreciated.
    Thanks in advance.

    Hey
    If possible can you explain the issue in detail.
    What do you mean by “initialize client's SSL channels”
    Regards,
    Hussain

  • Thin & Thick Client - Update UI on a data change in server.

    Hello friends -
    I need to develop a application. It has both Thin(Web) & Thick client(Swing/SWT). Both clients display some table information. Table information is collected from many different datasources.
    Problem: How to update both Thin & Thick clients on a data updation. There might be 10K+ users accessing the server for this table information, either through Web browser or Java thick client (Swing/SWT). And every sec, data is updated in the database (there will be atleast 100 messages /sec updating the datasources). Web clients need to poll to get the update. And Thick clients need to be notified of data change by the server.
    Is there any (open source) framework available to achieve this. I have some thoughts for this, but would like to know is there is any proven architecture available for this kind of problem.
    Thanks.

    Those update rates are pretty low for a typical JMS system, so you should be fine with most decent JMS providers.
    For the thing clients you could consider using Ajax to avoid unnecessary database polling by large numbers of clients...
    http://activemq.org/Ajax
    James
    http://logicblaze.com/

  • Weblogic clientgen task generates soap11 client for soap12 wsdl

    I am creating a client using the clientgen task on a wsdl that is based on the soap1.2 spec.
    When the client invokes the service , the client code throws an exception complaining that the content type is wrong. The client code is using the content type text/xml to communicate with the service however the service is expecting application/soap+xml for communication.
    I realise from the specs that text/xml is used by the soap1.1 spec. Is there any additional setting on the client gen task to make it generate a 1.2 client?
    The webservice is deployed on weblogic9.2 and the client code is generated using the clientgen task found in 9.2 version of weblogic.

    Hi thanks for your reply.
    I was using weblogic9.2 when I ran into this issue. Our webapplications run on weblogic9.2.
    Subsequently I tried to build the client using the weblogic jar found in the Aqualogic service bus tier which is on weblogic9.2 M2 and the client is able to connect successfully. I guess some fix has been put by weblogic?
    When I looked around I could not find any documentation regarding this issue.
    Is there a fix for this issue on weblogic9.2 or any relevant documentation highlighting this issue?
    Edited by [email protected] at 11/30/2007 5:45 PM

  • Performance problems using WLS6.1 with the thin driver for Ora9i from OTN

    Hello everyone,
    Has anyone been experimenting with the thin driver for Oracle 9i under WLS6.1. I got it running, but
    I get extremely bad performance when having multiple concurrent accesses. It works more or less in
    single user mode. Also it seems not to support XA transactions?
    When could we expect the driver from BEA to be out?
    Thanks in advance!
    Samuel Kounev
    TU-Darmstadt, Germany

    I had done this from the very beginning, but I was still getting very bad performance under
    concurrent accesses. I even followed Sree's instructions and removed the old thin driver from
    weblogic.jar, but this didn't help. I am now trying to get the OCI driver for 9i running and hope
    this will solve the problem.
    Samuel
    Tamilselvan Ramasamy wrote:
    You have to use Oracle's Oracle 9i thin driver .
    put this driver infront of the classpath i.e before weblogic_sp.jar and
    weblogic.jar
    /selvan
    "Sree Bodapati" <[email protected]> wrote in message
    news:[email protected]..
    The BEA driver is available in WLS6.1SP2 which is GA.
    hth
    sree
    "Samuel Kounev" <[email protected]> wrote in message
    news:[email protected]..
    Hello everyone,
    Has anyone been experimenting with the thin driver for Oracle 9i under
    WLS6.1. I got it running, but
    I get extremely bad performance when having multiple concurrent accesses.
    It
    works more or less in
    single user mode. Also it seems not to support XA transactions?
    When could we expect the driver from BEA to be out?
    Thanks in advance!
    Samuel Kounev
    TU-Darmstadt, Germany

  • How Can I Use Multiple Weblogic Instances in a Single OS

    Hello Everyone,
    Actually I have to install Some different applications. Few of them need weblogic 10.3.6 and others need 10.3.4. The OS am using is Oracle  Enterprise Linux 5.
    Now I am able to install 2 separate(One of 10.3.4 and 10.3.6) instances with two different users,In two different directories.
    I have installed the weblogic 10.3.6 version with a user webadmin and installed node manager with port 5556. This is working fine.
    The main problem here is :
    In the second instance (10.3.4 ) installed with a a different user and gave the port number to NodeManager as 1600 and its not getting started. Its throwing error and also after some errors in the terminal am able to see that its reverting to port number 5556 only.
    What might be the issue?
    I have to install 2 different versions of weblogic in a single Server. But am failing with NodeManager. What Can I do to have multiple weblogic instances with multiple versions in a single server ?
    Can anyone suggest a resolution for this please ?
    Thanks in advance.

    Pl do not spam these forums with multiple posts - How Can I Use Multiple Weblogic Instances in a Single OS

  • How can i use the weblogic jdbc driver for sqlserver?

    hello
    i have downloaded and installed the weblogic on my windows2000 server,then i want to use the weblogic jdbc driver for sqlserver2000 outside of the weblogic,as follow:
    1 add following string to my classpath environment of the wndows2000: E:\bea\wlserver6.1\lib\mssqlserver4v65.jar
    2 then i write a test program as:
    import weblogic.jdbc.mssqlserver4.Driver;
    import java.sql.*;
    public class test{
    public static void main(String argv[]){
    try{ Class.forName("weblogic.jdbc.mssqlserver4.Driver");
    Connection
    conn=DriverManager.getConnection"jdbc:weblogic:mssqlserver4:localhost:1433","sa",""); }catch(Exception e){ System.out.println(e.getMessage()); }
    4 when i execute it,it throw a exception:
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/version at weblogic.jdbc.mssqlserver4.TdsStatement.getLicenseStr(TdsStatement.java:2665) at weblogic.jdbc.mssqlserver4.TdsStatement.microsoftLogin(TdsStatement.java:2474) at weblogic.jdbc.mssqlserver4.MicrosoftConnection.beginLogin(MicrosoftConnection.java:42) at weblogic.jdbc.mssqlserver4.TdsConnection.login(TdsConnection.java:57) at weblogic.jdbc.mssqlserver4.MicrosoftConnection.login(MicrosoftConnection.java:53) at weblogic.jdbc.mssqlserver4.BaseConnection.prepareConnection(BaseConnection.java:187) at weblogic.jdbc.mssqlserver4.Driver.newConnection(Driver.java:34) at weblogic.jdbc.mssqlserver4.ConnectDriver.connect(ConnectDriver.java:151) at java.sql.DriverManager.getConnection(DriverManager.java:517) at java.sql.DriverManager.getConnection(DriverManager.java:177) at test.main(test.java:7)
    who can help me?thank you!

    Hi,
    Mail me the jar file as I am using Weblogic 6.1 to my email id [email protected]
    Else tell me the site from where u have downloaded and i will do the same.
    I will test the same and let you know.
    Thanks,
    Seetesh

  • SAP R/3(Client100 using Proxy)---- XI----- RFC(SAP R/3 client 222) Scenario

    Hi all,
    I have the requirement to work on SAP R/3 ( with client 100 by using outbound Proxy)-->XI--->RFC(R/3 Client 222).
    i have done IR & ID Part. Now i am going to create Report in R/3 side (100 client). But, it is synchronous, i am getting so much confusion. Please help me how to write the code for it.
    The RFC is BAPI_EXCHANGERATE_GETDETAIL.
    I created Request message, Response message for sender.
    The message mappings are as follows:
    For Request:
    Sender Request------> BAPI Request
    For Response:
    BAPI Response---->Sender Response.
    Interface mapping
    Sender Interface---->BAPI.
    Request message contains the fields:
    Rate Type,
    SourceCurrency,
    TargetCurrency,
    Response Message contains:
    Exchange rate,
    FactorFromRatio
    FactorToRatio.
    Please try to understand this requiement and help me to write code for this.
    Thanks in advance.
    Regards,
    Nagarjuna.

    Hi Nagarjun,
    If you look at the exporting and importing paramters of your Method EXECUTE_SYNC...
    You would find the abap equivalent of your Message Type.  Hence you know all the fields.
    No it depends on the business Logic, or ratheer what the RFC is suppose to be requested for is filled in an an Input paramter to the Method. 
    This can be an IDOC To, in that case your MT should be similar.  Fill in the transmiaaion IDOC values.
    OR you can Actually harcode the values, make your Itab, and send it across ( as this is just for test purposes )
    Hope this helps.
    Regards
    Abhishek

  • Win7 64-bit Forms 11.1.2.0 and JDeveloper 11.1.1.6 use same weblogic server

    Trying to make JDev 11.1.1.6 and Forms 11.1.2.0 use same weblogic server on Win 7 64-bit.
    Installed JDeveloper 11.1.1.6 studio generic. This installs a 32-bit JDK and weblogic 10.3.5. (Oracle, Why doesnt forms installer install weblogic like JDev does?)
    Installed 64-bit JDK 1.6.0_24
    Configured JDeveloper 11.1.1.6 and Weblogic 10.3.5 for 64 bit and to use new 64-bit JDK. Works great.
    Started up Oracle forms and reports installer and see that it wants to use all the defaults paths of JDevelopers Weblogic server - nice.
    However, I dont see a way to tell the forms installer the new path of the 64-bit JDK. The forms installer sees the older unused JDeveloper 32-bit JVM and complains.
    Like I said.. trying to use same weblogic server and not install two weblogic servers.
    Any ideas?

    This problem is caused by a Bug
    Bug 12669780: SUBVERSION "CONNECTION" FAILING FOR PROTOCOL SVN+SSH IN JDEV 11.1.2.0.0
    A patch is expected to be delivered soon

  • Photomail will not function in pse10 or 11? using microsoft outllook 10 as e-mail client etc.or Adobe e-mail client

    It looks like that this is a common problem (bug) in adobe pse10 or 11 as i cannot send images in photo mail under the organizer using microsoft outlook 10 as the email client or using adobes"s e-mail client. In adobes"s e-mail client i cannot get it to send my verification code to my e-mail adress.This is rediculous as a message says if you cannot use micrsoft outlook 10 as the e-mail client then try to use our e-mail client which is non-functional!!  But I had to install windows live mail and use it as my e-mail client and it worked.  Why hasn"t  this been fixed already by your techies as it has been going on for a few years.  Thanks!!  Have ie9 windows 7.

    Please sign onto the ALL Nokia's and thunderbird sync: petition that can be found here - /discussions/board/message?board.id=pcsuite&thread.id=12755

Maybe you are looking for

  • H.264/AVC Mac issue

    Hello. I use Adobe Media Encoder CC 2014 to make MP4s on a Mac. In the past, my Quicktime video Inspector would say the format of my MP4 was H.264. It would play on any computer. Recently, AME has begun creating MP4s that say the format is AVC, not H

  • Error cannot use device the connected USB device requires too much power this error appeared  when I added my camera

    Error appeared when I connected my camera to iPad I used a camera connection device error  cannot use device t he connected USB device requires too much power Thanking you Wendy Banks

  • Issue tabbing across page breaks in dynamic form

    Hi all, I have a strange problem that I'm having trouble getting to the bottom of, relating to my dynamic form. This form grows and shrinks depending on how the user fills it out.  I have a questionnaire section where certain questions are hidden or

  • How to make MTS work

    does oracle need specific hardware for the server to make Multithreaded server work . coz i make all necessary init parameter and it does not work , when i connect using shared connection..

  • Done with Motion 3 - Thanks to Ripple...

    Thanks to Ripple Training's tutorials on the Motion 3's 3D elements: [Mono|http://www.kultfactory.com/mono.htm] Sincerely, Andrew Message was edited by: Andrew Winter1