No way to drop dynamic topic created with JMSHelper classes ?

I just want to know if there is any trick to drop such topic without
          using the administration
          For information for test we could have more than 100,000 topics
          created
          Thanks
          

Tom Barnes <[email protected]> wrote in message news:<[email protected]>...
          > Consult the JMX guide for information on how to use the mbean APIs to
          > manage WebLogic. This is how one would delete a topic.
          >
          > However, 100,000 topics is off the charts for a single server. A few
          > thousand, perhaps
          > 10000, is the most I have heard of in my experience. Perhaps someone
          > else on the
          > newsgroup has tried this? Note that once the number of configured
          > destinations
          > gets high, some customers have found it better performing to manipulate
          > the config.xml
          > file directly rather than use the APIs. (Note that destinations were
          > not intended to be
          > highly dynamic objects...)
          >
          > Tom
          >
          > cri_tophe wrote:
          >
          > > I just want to know if there is any trick to drop such topic without
          > > using the administration
          > > For information for test we could have more than 100,000 topics
          > > created
          > >
          > > Thanks
          Thanks a lot
          and last question: is there any easy way to get name of my JMSServer
          without using MBean ?
          Thanks
          

Similar Messages

  • OWB ERROR:  created with second class object failure

    I'm getting this error when I import a table into the repository. any ideas?
    created with second class object failure

    Hello!
    Second class objects are columns, indexes, constraints etc. Probably some of these contains reserved OWB keywords. You can check what went wrong by drilling down to these objects on the results screen.
    Regards,
    Robert

  • Correct way to start dynamic link project with PPro

    I tried and failed to correctly initiate an After Effects project using dynamic link to a PPro project (this is the Production Premium CS5 package I'm talking about here). I could see and edit the PPro project in AE, but couldn't see the AE changes in PPro.
    In CS4 and below, dynamic links were one way streets, so this behavior would be expected. Supposedly, in CS5 and above, dynamic links are two way streets, so I should be able to move back and forth between applications seemlessly. More or less. At least without having to render. Yes?
    So... how do I actually do it? Darned if I can figure it out from endless days of reading the manuals and looking for tutorials to explain it.
    What I'm wanting to do, in the end, is to do my edits in PPro, then move to AE to color grade and add motion graphics (like lower thirds, maybe some titles). Depending on the needs/desires of customers, I might have to re-edit and re-correct several times (iteratively). So I want to learn how to make interative editing/effects with PPro/AE work as Adobe seems to think it should -- a two way street.
    How do I do that? What are the steps in PPro, and in AE, and in what order?

    There are a three of ways you can do this.
    1. Right click on a selected clip or group of clips and select "Replace with an After Effects Composition"
    AE will open up and ask you for a name for the composition. Make sure that you put the AE project in a folder that's related to your Premiere project so that it can be found easily and so that it can be archived. Make sure that you save the composition. You will then see the composition in the Project window in PPro but it will have the default Untitled Linked Composition 01 name. You can change the name if you like but it's not necessary.
    Now everything you do in AE will show up immediately in PPro. Rendering of the project will take place in PPro using the sequence settings or the Media encoder settings.
    2. Go to File>Dynamic Link>New After Effects composition
    If you have AE open with a current project it will add a new untitled comp to AE. You can set the comp settings to anything you like, add any footage you like, and then go back to PPro and drag the new composition to the timeline and treat it as any other footage. Once again, everything you do in AE will show up in PPro.
    3. Go to File>Dynamic Link>Import After Effects composition
    You will be taken to a window that will allow you to pick your .aep file in the left side and then pick the composition in the right side of the UI.
    That should get you started. As long as you have the system resources to handle running both apps this is a very efficient way to work. The biggest danger is that you'll forget to save the project, exit, and loose a bunch of work.

  • DROP a database created with SQL

    Hi,
    I am a newbe in Oracle administration. Usually I use Oracle as simple developper.
    I want to drop a database on a Oracle 10g database.
    I tried to connect to Oracle like this
    sqlplus /nolog
    connect sys as sysdba
    shutdown abort;
    startup mount exclusive restrict;
    I get the message :
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/oracle/product/10.2.0/db_1/dbs/inittest.ora'
    There is not any test db in Oracle. Why does it answer this ?
    So I modified the query to
    startup mount exclusive restrict pfile=/u01/app/oracle/oradata/P44SPRD/u01/pfile/pfileP44SPRD.ora;
    I get the message :
    ORA-00205: error in identifying control file, check alert log for more info
    I checked if the control file defined in pfileP44SPRD.ora exists. It does.
    I also tried to drop the database with DBCA. In the step 3 it asks me to select the database. The database is listed as follow :
    -e P44SPRD.
    I select it, I click on "Finish". It askes me to confirm. And then nothing happends.
    Has anybody any solution ? Any help would be appreciated.
    Best regards,
    Xavier

    Hi,
    Welcome to OTN forums first of all.
    Well , you should have looked at the reference doc for the command first,
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta027.htm#RCMRF190
    The drop database command has to be executed from the RMAN prompt.Did you do it from there only?
    Here is one reference note from JH explaining the same,
    http://www.idevelopment.info/data/Oracle/DBA_tips/RMAN_10g/RMAN10_5.shtml
    Can you show us the output of the following commands,
    $export ORACLE_SID=<your_sid><<--sid is your db name
    $sqlplus /  as sysdbaYou should be over sql prompt after this.Issue the command,
    alter system enable restricted session;And then from RMAN , isssue drop database.
    Tell us the output of the steps.
    HTH
    Aman....

  • Is there a way to share a book created with iBooks Author in the course manager without having to share it in iBooks Author?

    We have a book that we created, but did not share it on the store, but would like students to be able to download the book in the course manager.

    Yes, definately. In iBooks Author go to File > Export and create an iBooks file (it will have .ibooks file extension). You can upload it to iTunes U Course Manager and therefore only make it available to your students.

  • Is there a way to be sure that created Regular expression (Class RegExp) is valid?

    Is it possible to create wrong Regular expression in  ActionScript/Flex which will cause runtime error? Or how to validate RegExp?
    I've tried so many  weird regexpes in Flash and Flex, it never complained! How do I know If my  regexp valid?

    "It is VERY reliable. If match() returns null - this means that String doesn't have any parts that match pattern."
    Exactly, but is doenst mean that syntax of RegExp is correct since you dont know what gave you null
    Apparemtly /foo([/ is wrong expression, and Java compiller complains:
    Unclosed character class near index 4 foo([     ^
    but in AS3 i can create
    var xxd:RegExp = /foo([/;
    when I do xxd.exec("") it got null;
    and no complains!! How to understand that?
    But in same time
    var xxd:RegExp = /foo/;
    xxd.exec(""), will be null as well!?

  • Created with second class object failure.

    Hi All,
    When I am trying to import tables from the database, I got the following warning message.
    Only for some of the tables I am getting.
    The table is importing properly. But I don't know why I am getting this error.
    Please anyone can explain.
    Thank you,
    Regards,
    Gowtham Sen.

    Hello!
    Second class objects are columns, indexes, constraints etc. Probably some of these contains reserved OWB keywords. You can check what went wrong by drilling down to these objects on the results screen.
    Regards,
    Robert

  • Rotate Image Created with createImage() ?

    I've been looking around online for a way to do this, but so far the only things I have found are 50+ lines of code. Surely there is a simple way to rotate an image created with the createImage() function?
    Here's some example code with all the tedious stuff already written. Can someone show me a simple way to rotate my image?
    import java.net.*;
    import java.awt.*;
    import java.awt.geom.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class RotImg extends JApplet implements MouseListener {
              URL base;
              MediaTracker mt;
              Image myimg;
         public void init() {
              try{ mt = new MediaTracker(this);
                   base = getCodeBase(); }
              catch(Exception ex){}
              myimg = getImage(base, "myimg.gif");
              mt.addImage(myimg, 1);
              try{ mt.waitForAll(); }
              catch(Exception ex){}
              this.addMouseListener(this);
         public void paint(Graphics g){
              super.paint(g);
              Graphics2D g2 = (Graphics2D) g;
              g2.drawImage(myimg, 20, 20, this);
         public void mouseClicked(MouseEvent e){
              //***** SOME CODE HERE *****//
              // Rotate myimg by 5 degrees
              //******** END CODE ********//
              repaint();
         public void mouseEntered(MouseEvent e){}
         public void mouseExited(MouseEvent e){}
         public void mousePressed(MouseEvent e){}
         public void mouseReleased(MouseEvent e){}
    }Thanks very much for your help!
    null

    //  <applet code="RotationApplet" width="400" height="400"></applet>
    //  use: >appletviewer RotationApplet.java
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.AffineTransform;
    import java.awt.image.BufferedImage;
    import javax.swing.*;
    public class RotationApplet extends JApplet {
        RotationAppletPanel rotationPanel;
        public void init() {
            Image image = loadImage();
            rotationPanel = new RotationAppletPanel(image);
            setLayout(new BorderLayout());
            getContentPane().add(rotationPanel);
        private Image loadImage() {
            String path = "images/cougar.jpg";
            Image image = getImage(getCodeBase(), path);
            MediaTracker mt = new MediaTracker(this);
            mt.addImage(image, 0);
            try {
                mt.waitForID(0);
            } catch(InterruptedException e) {
                System.out.println("loading interrupted");
            return image;
    class RotationAppletPanel extends JPanel {
        BufferedImage image;
        double theta = 0;
        final double thetaInc = Math.toRadians(5.0);
        public RotationAppletPanel(Image img) {
            image = convert(img);
            addMouseListener(ml);
        public void rotate() {
            theta += thetaInc;
            repaint();
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
                                RenderingHints.VALUE_INTERPOLATION_BICUBIC);
            double x = (getWidth() - image.getWidth())/2;
            double y = (getHeight() - image.getHeight())/2;
            AffineTransform at = AffineTransform.getTranslateInstance(x,y);
            at.rotate(theta, image.getWidth()/2, image.getHeight()/2);
            g2.drawRenderedImage(image, at);
        private BufferedImage convert(Image src) {
            int w = src.getWidth(this);
            int h = src.getHeight(this);
            int type = BufferedImage.TYPE_INT_RGB; // options
            BufferedImage dest = new BufferedImage(w,h,type);
            Graphics2D g2 = dest.createGraphics();
            g2.drawImage(src,0,0,this);
            g2.dispose();
            return dest;
        private MouseListener ml = new MouseAdapter() {
            public void mousePressed(MouseEvent e) {
                rotate();
    }

  • Create dynamic Topics in WebLogic 12c?

    I am new to both JMS and WebLogic, and I can't seem to figure out how to properly run my JMS solution in WebLogic. I have developed my proof-of-concept with Active MQ, but the application will eventually need to run on WebLogic.
    Active MQ allowed me to create Topics dynamically, by simply calling createTopic() on TopicSession. If the Topic doesn't exist, it is created, which is exactly what I need. I can't figure out an easy way to do this in WebLogic. I know that createTopic() won't work as per the documentation:
       Note: The createQueue() and createTopic() methods do not create destinations dynamically; they create only references to destinations that already exist.
       For information about creating destinations dynamically, see Chapter 7, "Using JMS Module Helper to Manage Applications."
    I am aware that there is a `JMSModuleHelper` class, but the javadoc says the following:
       Note: Oracle recommends that the use of the create (distributed)queue/topic methods be strictly limited, as they directly modify the associated
       JMS Module configuration (your-jms.xml) file and provide minimal feedback for detecting success or failure.
    In addition to this warning, the usage of this class involves complex manipulation of MBeans and requires the knowledge of which server my application is running on. This is very inconvenient, since my app will be deployed to multiple servers based on the desired environment (ie. Integration Test, System Test, UAT, Prod, etc).
    Is there really no easy way to use dynamic Destinations in WebLogic?
    This makes me wonder if my entire JMS based design might be misguided... The idea is that I have 5 different applications, but these applications share a large user base among themselves. These users have consistent IDs among the applications. Some events within any of the applications trigger a JMS message that is broadcast to a Topic with a name derived from the currently logged in USER_ID. Every time a user logs into any of the apps, the app subscribes to that USER_ID_Topic, with the application name being the Subscription ID. This way the message is broadcast to all users when they log in to any of the 5 applications, yet there is a well defined, centralized Topic for all applications to push their user events into.
    Is there a way to do this in WebLogic, or is this a bad approach?
    Any advice would be appreciated!
    Val

    I think what your question boils down to is whether you can call Session.createTopic(topicName) to create new topics on-the-fly. The JMS specification doesn't require this to be possible, but many vendors including Glassfish Message Queue do allow this.
    If your JMS provider doesn't allow dynamically-created topics you can achieve the same effect by using a standard topic name and then a message selector to "filter" the topic. A message selector allows the consumer to specify that they want to receive only those messages which match some specified condition based on a message property.
    Nigel

  • Create dynamic internal table with deep structure;cell coloring dynamic ALV

    Hi,
    My requirement is to do cell colouring for a dynamic ALV.
    So I am creating a dynamic internal table using the following method.
      CALL METHOD cl_alv_table_create=>create_dynamic_table
        EXPORTING
          it_fieldcatalog = i_fieldcatalog[]
        IMPORTING
          ep_table        = i_output.
    But how do I define field COLORS which should be again an internal table ?
    Is there any other way for cell colouring?
    Putting my problem in another way:
    How do I create a dynamic internal table with one field as another internal table.
    Quick replies are highly appreciated.
    Thanks,
    Nisha Vengal.

    halo Nisha
    Before building the display table . you can add the field in the feild catalog right . This display table gets generated from the field catalog right
    1 Create a global structute say ZEXTEND_FIELDCAT
    2 Have fields like STYLE type lvc_t_styl
                             COLOR type LVC_T_SCOL.
    3 Now you have to extend ur fieldcatalog
      l_fieldcat-fieldname = COLOR'.
      l_fieldcat-ref_field = 'COLOR'.
      l_fieldcat-ref_table = 'ZEXTEND_FIELDCAT'.
      APPEND l_fieldcat TO lt_field_catalog.
      CLEAR l_fieldcat.

  • Creating a dynamic web page with Dreamweaver CS6 academic version

    To create a dynamic web page with Dreamweaver CS6 academic version, setting up for testing server menu box just shows up and disappear. what is that issue?

    Anderson51 wrote:
    I'm new to this area ...  ...Like I said, I'm new and in way over my head - I think???? Help???
    Hmmm,
    I don't want to be the one to put you off.  I'm in over my head too but I really enjoy the pain of grappling with Dreamweaver.  It isn't really for the novice user and unlike any other app I know, it will be of greater benefit to those who have some knowledge of the underlying languages it deals with.  i.e. HTML, CSS and some others.  Strangely, I also hear from people that know the coding well, that they don't like/use/need Dreamweaver.
    If you only want one site, and don't really need to wrench your own unique identity from what you are doing, why not look at a free site from Wordpress.com?  I am sure you can use your own domain, and as you get proficient at it, you can expand what's there by paying for it.
    Just a thought
    Martin

  • Creating Dynamic Audio/Video with OSMF Framework?

    Hi All, Thanks to this forum and the OSMF framework - I learn ways to improve my application each day with OSMF. I am experimenting creating dynamic sound as well as video and was wondering if that is possible with the OSMF framework. Can I write a plugin that will allow me to stream a media file and modify it before playing it in the flash player? I could do this with the sampleDataEvent in Sound class and also had some success using netstream appendBytes in flash 10.1. Can i use the OSMF framework for such applications? Does the plug-in architecture allow me to create a media element as a byte array ?
    Thanks

    Tony
    Let us back track through the details.
    Premiere Elements 11 on Windows XP 32 bit.
    What are the video compression and file extension of the file created in PowerPoint? What version PowerPoint? What is the frame size and frame rate?
    What are the audio compression and file extension (mp3 or .wav) of the audio created with this Cubase software? Are you dealing with mono, stereo, or 5.1 channel?
    From your description, it sounds like you are letting version 11 set the project preset for you. What is it setting? We can find that out from the reading under Edit Menu/Project Settings/General - Editing Mode, Timebase, Frame Size, Pixel Aspect Ratio, even if the fields appear to be grayed out.
    If you import your .wmv export back into the Premiere Elements project, do you see content in both the video and audio tracks? If so, do both play back when you press the play button of the Edit area monitor?
    Have you checked Edit Menu/Preferences/Audio Hardware and ASIO and have you checked out your audio in the Edit area with the Audio Meter opened to verify sound level? See Window Menu/Audio Meters.
    Is the problem confined to this PowerPoint video and Cubase audio? What happens if you try this with a video from your camera and soundtrack from one of the SmartSound soundtracks?
    Please review the above and then let us know the answers to the questions.
    Thank you.
    ATR

  • Can't create dynamic html elements with jsp????? important

    Hi All,
    I am having problem creating dynamic html elements with jsp tags, i have tried to use EL and java scriplet, both of them don't work.
    i am trying to create dynamic menu in my "rightMenu.jspf", based on, if user has logged in or not.
    some like this!
    <jsp:if test ="${validUser == null}">
    some simple text menu here
    </jsp:if>
    but it is not working. it simply loading all and images with in statement, regardless of whether user has logged in or not. i think some how if statement is not working properly.
    "validUser" is a session bean, which is not creating at this point, it will created when user will log in successfully. and also this session bean does not exist at the page, where i am trying to check that .
    Is there any way to create dynamic values in jsp. It is really important, is there any body who help me in this matter. i would be really grateful.
    zaman

    hi jaspre,
    thanks for replying me. you know what, is it not something wrong with web.xml file. i remember once, i deleted some from there, a property with "*.jsp". i can't remember what exactly was it though.
    all if statements works on files ending with extension ".jsp" but don't work only on with extension ".jspf". there must be to do with this.
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <servlet>
    <servlet-name>ValidateServlet</servlet-name>
    <servlet-class>ValidateServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ValidateServlet</servlet-name>
    <url-pattern>/ValidateServlet</url-pattern>
    </servlet-mapping>
    <servlet>
    <servlet-name>dwr-invoker</servlet-name>
    <servlet-class>org.directwebremoting.servlet.DwrServlet</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>pollAndCometEnabled</param-name>
    <param-value>true</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>dwr-invoker</servlet-name>
    <url-pattern>/dwr/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>
    30
    </session-timeout>
    </session-config>
    <welcome-file-list>
         <welcome-file>
    main.jsp
    </welcome-file>
    </welcome-file-list>
    </web-app>
    if any one can figure it out. i would be grateful.
    zaman

  • Question: Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages? - Problem: I have 1400 e-mails with attachments that need to be conv

    Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages?
    - Problem: I have 1400 e-mails with attachments that need to be converted into pdf and the attachments cannot be embeded.
    System: PC Windows 7 using Acrobat X Prof. - Thank you!

    Hi ,
    There is an option of embedding index for faster search while converting email to a PDF .
    However I am not sure that will serve your purpose or not .
    I would recommend you to get in touch with Microsoft support as well .
    Meanwhile I'll work on it and get back to you in case I get a desired solution .
    Regards
    Sukrit Dhingra

  • Is there any way, to create with Adobe Muse HTML-Mail Templates?

    Is there any way, to create with Adobe Muse HTML-Mail Templates? or to convert the createt page to only html content? any other tool like an website copyer?
    tanks for help!

    Off the top of my head, you should be able to create mail templates in muse BUT it will require  very basic html/css knowledge on your part. I am assuming you want to do just the signature?
    Create the design you would like on one page, dont do any kind of styling in a master page. Then export the site into a folder. Open the html file with notepad/ textedit and then copy just the code for JUST the template. Throw it in you mail app of choice and it should work.
    This seems like something that would be done alot quicker in dreamweaver in design view.
    PLEASE NOTE: ^i could be completely wrong - but in theory this may work.

Maybe you are looking for

  • FCTR calculations not showing in Group currency after SPRUNConversion

    Hi, We are working on legal consolidation. We are following a two step process, in the first step the LC is getting converted into Reporting Curencies and the FCTR differences are being calculated and stored in defined FCTR accounts through script lo

  • BAPI_SALESORDER_CREATEFROMDAT2 house number

    Hi, I am trying to create sales order using BAPI BAPI_SALESORDER_CREATEFROMDAT2. But I am not able to find any parameter in the FM for house number. Streetis available but house number is not availabale. Can anyone tell me how to create order number

  • Improving existing PDF image quality without losing text

    I have finished PDFs, the result of an OCR process that produced text under image files.  I would like to modify the lighting of the images without changing the text part of the PDF.  Is this possible in any version of Acrobat Pro?  And, if so, which

  • Computer reboots instead of shutting down.

    Hello. My new lenovo notebook has some issues. Selecting shutdown from any software menu will not actualy shutdown the machine- it  looks  at first as though it is going to shutdown, OS and filesystems unloaded etc, even the fans start clicking off.

  • How do I update ios4.3.1 to ios7?

    Itunes only give the remark that my imac have the latest verson.