How to run a JMS client

I have an .ear file which contains an application which publishes a message to a JMS topic that I had developed and used on Websphere. With Webshpere the launchClient utility was used to run the .ear file. Is there something similar in WebLogic that I can use?
          Otherwise, how do I go about running an application liek this that needs to connect to the server and publish to JMS topics?
          Sorry, I'm new to this stuff.
          Thanks!

Thanks again for the response.
          Nope that's not quite it... the .ear file I have does not have any J2EE contained objects like session beans or EJBs at all. It is a straight stand-alone java application.
          When I ran it for Websphere I had to use a utility provided by IBM that launches the .ear as a client called "launchClient" - some sort of thin client wrapper.
          So my question is, how do I run a stand-alone java application that runs outside of the server? Can I run it in .ear form or do I have to extract out the classes/make a .jar file - what is the command line syntax - i.e. is there a similar utility for weblogic or do i have to jsut run it via the java command with some specialized runtime parameters.
          Hope this clears up the confusion and thanks again for helping me out - I appreciate it!!!
          -Kevin

Similar Messages

  • How to run expdp from client ?

    Hi All,
    I tried searching google and forums for my issue but to no avail > How to run expdp from client side ....like in my laptop.
    Because currently our PROD database server has no space for expdp dump file. So I want it directed to my laptop which has an extenal USB of 1TB harddisk...via client EXPDP
    import data using impdp command
    Posted on: 08-May-2012 11:36, by user: 841731 -- Relevance: 53% -- Show all results within this thread
    below command is correct or not? if it is not correct could you please send me the correct command. impdp user/pass@databasename schemas=sourceschemaname remap_schema=sourceschemaname:destinationschemaname ...
    System generated Index names different on target database after expdp/impdp
    Posted on: 30-May-2012 11:58, by user: 895124 -- Relevance: 43% -- Show all results within this thread
    After performing expdp/impdp to move data from one database (A) to another (B), the system name generated indexes has different ...
    [ETL] TTS vs expdp/impdp vs ctas (dblink
    Posted on: 08-May-2012 21:10, by user: 869578 -- Relevance: 39% -- Show all results within this thread
    (table : 500 giga, index : 500 giga), how much faster is TTS (transportable tablespace) over expdp/impdp, and over ctas (dblink) ? As you know, the speed of etl depends on the hardware capacity. (io ...
    Oracle Client
    Posted on: 21-Jun-2012 22:47, by user: Sh**** -- Relevance: 32% -- Show all results within this thread
    Hi Guys, Please can you guys elaborate the difference between Oracle Client and Oracle Instant Client. Also, please can you advise from where I can download the Oracle normal ...
    Oracle 10g Client
    Posted on: 05-Jun-2012 10:11, by user: dzm -- Relevance: 26% -- Show all results within this thread
    to search at oracle site and this forum, but i wasn't able to find a link to download the oracle 10g client. I really need especificaly the 10g version. Anybody know the link or another way to download ...
    9i client to access 11g database
    Posted on: 22-Jun-2012 07:31, by user: kkrm333 -- Relevance: 24% -- Show all results within this thread
    Hi, Can i access a 11g database using 9i client? Thanks,
    SQLplus in Oracle Client
    Posted on: 14-Jun-2012 00:36, by user: Tim B. -- Relevance: 24% -- Show all results within this thread
    Hi, I tried to install an 11g oracle client in linux. As I've compared the files with the files when you install using the oracle instant ...
    Re: Information on Oracle Client 11202-1.1.4-6
    Posted on: 05-Jun-2012 03:33, by user: 898763 -- Relevance: 23% -- Show all results within this thread
    Actually thats the client requirement
    Analysing the performance of a single client
    Posted on: 28-Mar-2012 02:05, by user: 880172 -- Relevance: 23% -- Show all results within this thread
    timeouts even on some of the simplest queries. I want to try and get some data about how just this one client is performing and what it’s doing, but everything Google has thrown up so far is orientated around ...
    to make client connection as sys
    Posted on: 12-Jun-2012 22:04, by user: user11221081 -- Relevance: 23% -- Show all results within this thread
    Dear gurus can i connect to my server from my client machine with sysdba without giving sys password i have connected in different ways as sys@abc ...Thanks a lot.

    Though you can initiate the binary from your client side but for the file creation, there is no other way but to store it on the server side. So your best bet would be to get some space free on the server side of yours.
    Aman....

  • How to run Content DB Client console from JDevloper

    Hi
    I have downloaded all the content db client console pages from server. Please let me know how to run the console from my local machine thru jdeveloper. When i tried to run it is giving some runtime exceptions.
    Sep 10, 2007 10:46:07 AM oracle.ifs.fdk.http.HttpNodeManager
    INFO: Creating HTTP Node ...
    07/09/10 10:46:07 Cannot create HTTP Node:
    oracle.ifs.common.IfsException: IFS-45061: Unable to create node
    oracle.ifs.common.IfsException: IFS-20016: Required parameters are null (either "Schema Name" or "Domain Name" should be non-null)
         at oracle.ifs.management.domain.HttpServletNodeUtilities.createNode(HttpServletNodeUtilities.java:243)
         at oracle.ifs.management.domain.HttpServletNodeUtilities.createNode(HttpServletNodeUtilities.java:156)
         at oracle.ifs.fdk.http.HttpServer.createNode(HttpServer.java:162)
         at oracle.ifs.fdk.http.HttpNodeManager.contextInitialized(HttpNodeManager.java:37)
    Please let me know if there is any documentation for this.
    Thanks
    Ravi

    Hi,
    I built berkeley DB 4.4.20 and use it from Jbuilder2005, I noticed that tha size of Jbuilderw.exe consumes about 96MB of memory and the size of javaw.exe consumes (in my application) about 63MB. so I thought that if I load the jdk1.4 only ( by running my code from the command line) this will save memory because not all compenents of Jbuilder will be loaded into memory. to do so, I copied the directory jdk1.4 from inside jbuilder2005 and put it on c:\, then I build berkeley DB using visaul c++ 6.0 and filled the following pathes in the include directory(tools-->options->directories)
    c:\jdk1.4\include
    c:\jdk1.4\include\win32
    and in the executable files directories I added the following path:
    c:\jdk1.4\bin
    then I set the classpath from inside windows (server2003), and I set the path as well but when I run the java class from the command line, I recieved message like "the packege com.sleepycat.db " not exist
    thanks

  • How to run ejb (JServer) client in web browser

    Did anyone try the ClubMed example under $ORACLE_HOME/javavm/demo/examples/ejb/applets/ClubMed?
    Does anyone know how to run the applets in latest Netscape and/or IE browsers? What do I need to do to set up security, etc. Thanks.
    null

    Forms client side is a Java applet, so it needs a Web browser to run. Anyway you could try to run it with the Java Web Start.
    <p>See this Jan Carlin entry.</p>
    Francois

  • How to run Session ejb client program?

    Hi
    I am using weblogic server8.1 . I was running an ejb session client program it throws exception like below. Can any one tell me how to run a client in weblogic server. give the syntax for running ejb client.
    D:\Weblogicserver\user_projects\domains\mydomain\applications\MyEJB\stateful>jav
    a -cp .;c:\j2ee\j2ee.jar;c:\weblogic\classes;D:\Weblogicserver\weblogic81\server
    \lib\weblogic.jar PortfolioClient
    Exception in thread "main" java.lang.NoClassDefFoundError: PortfolioClient (wron
    g name: stateful/PortfolioClient)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
    3)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    bye

    If stateful is the package for the client application, you should be executing from
    D:\Weblogicserver\user_projects\domains\mydomain\applications\MyEJB
    on the command line. The command should look like -
    java -classpath <whatever should be here> stateful.MyClient

  • How to run J2EE application client remotely

    I have the Duke's Bank demo running on a Linux PC "crackpad" (http://thomasfly.com:8000/bank/logon CustomerID=200, Password=j2ee) which I can access LAN-wise as http://crackpad:8000/etc. Accessing the bank as an administrator using the J2EE app. client also works fine (locally) on the Linux PC.
    I've also installed & run the Bank demo on a Windows PC, so I have all the req'd ears & jars there as well. However, when I try to run the app client on the Windows PC (accessing the J2EE Reference Implementation server on running crackpad), I getC:\j2eetutorial\bank\jar> runclient -client DukesBankApp.ear -name BankAdmin
    Application threw an exception:javax.naming.NamingException: Serial Context failureI set the environment variables per http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Tools10.html#65815 http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Tools10.html :C:\j2eetutorial\bank\jar> echo %VMARGS%
    -Dorg.omg.CORBA.ORBInitialHost=crackpad
    C:\j2eetutorial\bank\jar> echo %APPCPATH%
    DukesBankAppClient.jar
    C:\j2eetutorial\bank\jar> dir DukesBankApp*.*
    07/10/2002  09:58 PM           420,480 DukesBankApp.ear
    07/10/2002  10:25 PM           712,814 DukesBankAppClient.jarHas anybody encountered this problem & solved it, or see anything that I've overlooked?

    I have the Duke's Bank demo running on a Linux PC "crackpad" (http://thomasfly.com:8000/bank/logon CustomerID=200, Password=j2ee) which I can access LAN-wise as http://crackpad:8000/etc. Accessing the bank as an administrator using the J2EE app. client also works fine (locally) on the Linux PC.
    I've also installed & run the Bank demo on a Windows PC, so I have all the req'd ears & jars there as well. However, when I try to run the app client on the Windows PC (accessing the J2EE Reference Implementation server running on crackpad), I getC:\j2eetutorial\bank\jar> runclient -client DukesBankApp.ear -name BankAdmin
    Application threw an exception:javax.naming.NamingException: Serial Context failureI set the environment variables per http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Tools10.html#65815 :C:\j2eetutorial\bank\jar> echo %VMARGS%
    -Dorg.omg.CORBA.ORBInitialHost=crackpad
    C:\j2eetutorial\bank\jar> echo %APPCPATH%
    DukesBankAppClient.jar
    C:\j2eetutorial\bank\jar> dir DukesBankApp*.*
    07/10/2002  09:58 PM           420,480 DukesBankApp.ear
    07/10/2002  10:25 PM           712,814 DukesBankAppClient.jarHas anybody encountered this problem & solved it, or see anything that I've overlooked?

  • How to run siebel dedicated client in a IE sandbox

    Hi all,
    I don't know if sandbox is the right term for this, but here is what I need to do. We use Internet Explorer 8 to run our Siebel 8.1.1.10 version. Our Enterprise want's to install a newer IE version, but they cannot because Siebel requieres IE 8. I must admit, that I am not aware why it would not run on newer IE versions but they made a test and it failed. The solution to this would be to migrate to Open UI but due to high costs this is not an option.
    However, our Windows Engeneers developed a package to run IE8 in a sandbox. So we have IE8 installed under C:/Program Files/Internet Explorer and have a sandbox folder C:/Workarea/SiebelApps Thinapp_V2/ where another Internet Explorer8.exe is located. We use a separate Registry within the sandbox folder. The target is to have IE12 installed under Program Files and IE8 in a sandbox. We are able to open the webclient using the sandbox IE8 exe and everything seems to work fine. But if we try to open the dedicated client the application doesn't start. IE shows "Internet Explorer cannot display the webpage". The URL is "http://localhost/start.swe" so this seems to be ok.
    To start the dedicated Client we use the command line. We added the parameter /b pointing to the sandbox IE8 exe File (as you may see we use DEU language on Windows...)
    START "" /D "C:\Programme\APP\SIA\Client_81110\BIN" "C:\Programe\APP\SIA\Client_81110\bin\siebel.exe" /c "C:\Programe\APP\SIA\Client_81110\bin\deu\zkbconnect_kfg2.cfg" /b "C:\Workarea\SiebelApps Thinapp_V2\Internet Explorer 8.exe" /u T580 /p T580 /d ServerDataSrc
    It seems to me that start.swe command cannot be found.
    If we remove the /b parameter so that siebel uses the IE installed under Program Files the dedicated client starts and works.
    Has anyone tried to do something like this before or has a hint on how we could do this?
    Kind Regards
    Claudio
    We found an issue description in Oracle SupportWeb. There is a problem with the /b parameter found in 8.1.1.6. The Bug has been closed without a solution. Just naming the workarround to use the default browser. However I would say that the workaround was just a way to close a bug they do not want or cannot close because you would not need /b to open Siebel in the default browser. You would just use it if you want Siebel to open in a  browser that is not set as default. So I will close this thread because there will never be a solution to this problem.
    https://support.oracle.com/epmos/faces/DocumentDisplay?id=1378545.1
    Nachricht geändert durch user3261506

    Hello Chetan,
    Thank you for the hints.
    Dedicated Client itself works fine if we use the standard IE browser installed on the windows machine. We are just not able to start the Dedicated Client if we use the IE installed as a sandbox. Actually it is better to say, that the Dedicated Client starts, but IE throws an exception that it cannot connect to the website. It is maybe clearer if i put this in context:
    Using the IE Standard Browser:
    Shortcut: C:\APP\SIA\Client_81110\BIN\siebel.exe /b "C:\Program Files\Internet Explorer\iexplore.exe" /c "C:\APP\SIA\Client_81110\bin\deu\zkbconnect_eng1.cfg"
    1. When I press the shortcut, Siebel asks for my credentials.
    2. Type in logon Id and password
    3. Dedicated Client starts in IE. URL is http://localhost/start.swe
    4. Siebel Application starts and the siebel homepage is shown in IE.
    --> So everything OK
    Using the IE Standbox Browser (just the /b parameter is different):
    Shortcut: C\APP\SIA\Client_81110\BIN\siebel.exe /b "C:\Workarea\SiebelApps Thinapp_V2\Internet Explorer8.exe" /c "C:\APP\SIA\Client_81110\bin\deu\zkbconnect_eng1.cfg"
    1. When I press the shortcut, Siebel asks for my credentials.
    2. Type in logon Id and password
    3. Dedicated Client starts in IE. URL is http://localhost/start.swe
    4. Siebel is unable to load the homepage. We get a connection error instead. "Internet Explorer cannot display the webpage"
    --> NOK
    We actually just want the Dedicated Client to start with a differen browser. But this failes for unknown reasons. As you mentioned we tried to renaming the exe-File so that it would not contain spaces. Unfortunatly it did not help.
    The client log files doesn't show any connection error on debug level 5. So we have no idea what could be the problem is.
    Our windows team is currently analysing the registry files in the sandbox to check if there is a problem. If they get me new information I will post this in the thread.
    Kind Regards,
    Claudio

  • How to run a application client in jboss?

    Hi guys i'm new to EJB and may have some qns to ask.
    I have create ejb java files, compile and package it as jar. Next i also create the .jsp pages and package it as war. I package the war and jar together with the xml files for deployment. The file works.
    Now i create a java file as an application client along with the application-client.xml file. Next i jar both the class and xml files together.
    Now , how am i going to run the client class file to produce the results since its jar up. I using jboss 4.0 to run the application.
    thanks
    Regards ChongMing

    Your J2SE client code should simply look up the required EJB homes using JNDI, and use the client interface to execute the EJB code. The example interfaces ejb.interfaces.SimpleHome and ejb.interfaces.Simple need to be packaged into the client JAR and placed in the classpath of test.java
    Example:
    import javax.ejb.EJBException;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.rmi.PortableRemoteObject;
    import ejb.interfaces.SimpleHome;
    import ejb.interfaces.Simple;
    public class test {
        public static void main(String[] args) {
            try {
                 InitialContext ctx = new InitialContext();
                 SimpleHome home = PortableRemoteObject.narrow(ctx.lookup("ejb/Simple"), SimpleHome.class);
                 Simple simple = home.create(); // or findByPrimaryKey(), etc.
                 simple.aMethod();
            } catch (NamingException ne) {
                // unable to look up SimpleHome
            } catch (EJBException ejbe) {
               // generic EJBException, maybe something went wrong with Simple?
            } catch (ClassCastException cce) {
               // SimpleHome was of the wrong type
    }I may have screwed up the JNDI lookup, as I might not be getting the context correctly, but I usually don't call EJB code from the command line. If I'm wrong, the only thing that will change is that ctx will have to be initialized differently. The rest should work the same.
    Brian

  • How to run a jms-class as a stand-alone java-Programm???

    Hi,
    I have another little question concerning jms. The jms programs I have written so far had to be executed
    as application clients using the appclient-tool. I asked myself, if it is possible to run a class
    that uses jms like a normal java-Programm with the java-command.
    Unfortunately, an exception is thrown then, because there is no initial context for the JNDI
    lookup. Is there a work around to this problem??
    THANKS.

    can you write more concretely where I can find the solution to this problem??

  • How to run different Oracle client versions on the same PC

    I have developped an application (.Net 2.0, ODP v. 10). I must run it on PC where Oracle client version 8 is installed. The PC cannot be upgraded because of a client software running under this version.
    I tried to install ODP v. 10 on this PC in different home, but the software using version 8 stops running.
    Can Oracle Instant Client help ? But which version, 11 ? My application is based on ODP 10. Can ODP 10 access database via Instant Client 11 ?
    Thanks for your help
    LK

    The problem on Windows is: The 10g installation changed the default ORACLE_HOME,now it points to 10g and makes the 8.0.5 application invalid,because it runs now in a much higher environment. What I did in a similar situation, I created a batch file, which sets temporarily the old environment (in my case PATH,ORACLE_SID,ORACLE_HOME) and then invokes the application.
    I don't know whether such a solution will work for you (8.0.5 is very old,desupported since a long time), my old version was 8.1.7.4.
    Werner

  • How to run the exemple client program in win98

    HI
    I have installed weblogic server5.1 in windows 98 and while i try to run my client program from dos prompt it is not working.
    i am calling my from the same m/c where i installed weblogic server like this:
    This program is given in the weblogic example
    c:\java examples.ejb.basic.statelessSession.Client
    "t3://localhost:7001"
    but it shows some error.so pls help me

    aravanan wrote:
    >
    HI
    I have installed weblogic server5.1 in windows 98 and while i try to run my client program from dos prompt it is not working.
    i am calling my from the same m/c where i installed weblogic server like this:
    This program is given in the weblogic example
    c:\java examples.ejb.basic.statelessSession.Client
    "t3://localhost:7001"
    but it shows some error.so pls help mewhat error?
    Post the stack trace here..
    Kumar

  • VSM 1.3 application - How to run VSM Administration Client ( ?)

    Hi
    I am unable to access VSM's mall admin page. Is there any special procedure, like using JClient.
    I looked at the following URL:
    http://www.oracle.com/technology/sample_code/tutorials/bc4jvsm/over/setup.htm
    But I am not quite sure if this applies to VSM 1.3. Could somebody let me know..
    thanks in advance

    Using Run As - Java application, as the name implies, will run the main class as a Java standalone application and not as an application client. For example, doing a lookup() will raise
    Exception in thread "Main Thread" javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
    because the java.naming.factory.initial is not specified this happens in a standalone application, while in an application client running in the container this doesn't have to be specified, as the class is already in the container.

  • How to specify the JMS Client ID in Proxy Service of OSB 11.1.1.5 version ?

    Hi All,
    I am looking for an option to set the JMS clientID for a JMS Proxy services in OSB. Can this feature available in OSB 11.1.1.5 version?
    Thank you,
    Ram.

    These links will helpful for you.
    http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_train.html
    http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12419/tagdoc/af_train.html

  • Running JMS client on multiple systems (using J2EE 1.4)

    Hello all,
    Can anyone tell me if it is possible to run a JMS client on a system that is not running a J2EE server on localhost? Is there any way to reference the server on another machine (using J2EE 1.4 server)??
    I found information in the J2EE 1.3.1 tutorial that tells of ways to
    - run the client program with both systems running the server
    - run the client program with only one system running the server (which isn't localhost)
    However, the corresponding portion of J2EE 1.4 tutorial only specifies running the client with App server running on both systems...... does this mean that we cannot run a standalone client program with no server on localhost in case of the 1.4 server?
    Also, most of the tutorials on JMS I have seen so far only explain the scenario with both the client and the server on a single machine. Is this how average JMS applications work?? What I mean to ask is, in a typical scenario where does a JMS client run....?? at the server, or at the client (which may or may not be running a server at localhost).
    Thanks for your time.

    The functionality has not changed in J2EE 1.4 outside of reving to JMS 1.1

  • How to set JMS clients to use JVM Invocation layer

    Hi,
    I'm not sure if this JBoss specific (but I'm assuming it's not) so I'll be asking it here. How can I set my JMS clients and Message-Driven Beans to use JVM Invocation layer since the clients and queues will reside in the same JVM.
    Thanks in advance.

    May be that explains why I couldn't successfully integrate ActiveMQ with JBoss. I was using the 3.0 version. I'll try again once I find the time.
    Anyway, do you know how to set JBoss JMS clients and MDBs to use JVM invocation or transport layer instead of UIL2?
    I'm not sure if what I've done is correct But here's what I've done.
    For jvm-il-service.xml, I changed the JNDI reference from "ConnectionFactory" to "JVMILConnectionFactory" since the default service uses "ConnectionFactory". Then I used that reference as my JNDI look up in my JMS client. I'm just not sure how to do this with MDBs. I think I should add an entry in the ejb descriptor file but I need someone to confirm.
    Thanks.

Maybe you are looking for

  • Purchase Order Status not updating in SUS

    We are using SRM 4.0 in an extended classis setup and we are currently have issues with Purchase Orders in the SUS system that are invoiced and paid in SRM/R3 but in SUS they are still showing "In Process". The vendor has verified that the Purchase O

  • Cannot change Printer Properties in Word 2010 with J6480. Properties revert to default setting

    When I attempt to change Printer Properties in Word 2010, they simply revert back to the default setting.  I am unable to use the Printer Properties within the Word 2010.  If the default is grayscale, that is all the printer will print unless I chang

  • Re: Connection To Home Audio System

    I have currently upgraded my phone to the Nokia N80 which i have to admit is so far the best phone i have ever had to date. The problem i am having is trying to figure out how i can connect my phone to my Technics Audio system. It mentions something

  • Firefox opening links into certain applications

    Is it possible to make Firefox open certain links in other installed applications? for example open the Google play application link into the Google play, not in Firefox.

  • Am running out room on 3T time capsule, options .... 2nd hardrive ?

    Hi Am running out room on 3 terabyte time capsule, options .... 2nd hardrive ? I have my itunes running via the time capsule, use as a hardrive and the time capsule functionality, need more space, options ? thank you