ViewTbl16Classes for WTCResources MBean location

Hi!
I am trying to configure a WTCResources MBean from an Ant task. I need to provide it with a list of JavaBeans obtained after a VIEW compilation.
The documentation talks about a list of fqns. But I cannot find a reference for where to place the real classes as the server to see them (actually I am always getting an error about location of classes BEA-180114).
Please help me urgent. 10x a lot

Hi, Alex
You must add the class file that you want to the server classpath. E.g.: CLASSPATH=%CLASSPATH%;%YOUR_PATH%\sample\lib, where the lib directory contains the entire package path to the desired class file (eventually a jar file).
This is a known issue in BEA Weblogic 8.1 and is not solved in SP2.
Check the "Bea Weblogic Server and Weblogic Express Release notes", page 94, CR106305.
Dan

Similar Messages

  • Help - Class name and descriptions for a function location.

    Hi Guys
    i have to write a report that displays the class and class descriptions for a function location. the user passes in either the function location(TPLNR) or the class name and  the report should display the the class characteristics and resp. values. Is there a FM that i coud use?
    please help.
    many thanks.
    seelan.

    sadiepu1 wrote:
    When I set up Words with Friends on my Fire it asked for my username and password which from a previous reply to my inquiry above stated that the S 3 doesn't store due to privacy issues. I have tried all my usual combinations of usernames and passwords and my Fire won't let me access the game as it keeps telling me that one or the other is not correct. I have deleted the app from my Fire and re-downloaded it but have the same error comes up. I have accessed the Words with Friends support both on my phone and their website but there is no live chat. I might have to take both to a Verizon store. Also, my Fire won't let me access the game without a correct username and password. To say that I am frustrated would be an understatement as well I have tried everything I can think of with no luck! Thanks for any help you can give!
    Did you use facebook to log in? 
    Verizon will not be able to help you retrieve any of the information you need.  You will have to contact Zynga.

  • I'm having a huge issue with itunes locating my missing files..and it's too many for me to locate 1 by 1..It says I'm missing over 3,00 songs and They are all in my music folder..What can I do to fix this issue?

    I'm having a huge issue with itunes locating my missing files..and it's too many for me to locate 1 by 1..It says I'm missing over 3,000 songs and They are all in my music folder..What can I do to fix this issue? I've looked at all the tutorials on youtube and none of it works. I recently got a new computer and I Back-Up all my music and itunes playlist and I import it on my new computer with the new itunes and I go to play a few songs, it says I'm missing them I locate a few but it's still like 3,000 missing and again they are all on the computer and in one folder..Please Help !

    I did that and nothing changed half my songs still have examination marks beside them
    I also just tried dragging my folder of music int he playlist and it duplicated all of my songs? My playlist was at 5k now it's at 10k becuz of 3 duplicates of songs. Is there a way to delete multiple duplicate files?

  • APO Constrained and unconstrained Forecast for a Product, Location

    Hi Gurus,
    Please let me know the simple ways to get the constrained and unconstrained forecast for a product / location. I am new to APO, so please help me to send the detailed information. I would really appreciate it.
    Thanks in advance for your wonderful help.
    Best regards
    Nagarajan

    Nagarjan,
    When you run the fortecast in DP you consider the sales history. Now, this sales history is actual sales. While forecasting all that is considered are these values of the past and not the present and future capability to actually meet this forecast. Its just plain statistically generated numbers. Now suppose based on your sales you generate the following forecastL
    Jan 1000
    Feb 1000
    Mar 1500
    This is then released to SNP. Use the TX /sapapo/mc90. The idea is now to EVALUATE THIS FORECAST AGAINST OUR CAPABILITY TO SUPPLY, IN OTEHR WORDS CONTRAINTS!
    After releasing to SNP you can do a finite planning taking into consideration constraints such as Capacity, vendor capabilities, procurement constraints etc... Its almost always the case that the exact numbers cannot be met and thats whgy we do all the replanninga and levelling and rescheduling etc etc...
    In SNP you can run an unconstrained pla., You can then level this using SNP capacity levelling. Remmeber this process may span certain levels like DC- > FG Plant -> SFG Plant etc...
    After considering supply capcbilities you can come up with a REVISED forecast:
    Jan: 800
    Feb: 1000
    Mar: 1600
    Note that for March you are able to take an increased volume. You can now release this plan to DP back again to tell it that this is the demand I can meet and this is what should be planned. This can be done using Tx /SAPAPO/SNPFCST or /SAPAPO/LCOUT
    Hope this clarifies.
    Abhi

  • Required to get class Charateristics and values for an functional location

    Hi ,
       As per the requirement ,i have to read the class characteristics and the corresponding values for an function location.I have functional location number ,and the various class names associated with fn.location. Any pointers would be helpful
    Regards
    Arun T

    FM BAPI_OBJCL_GETDETAIL
    OBJECTKEY                       ?0100000000000011643
    OBJECTTABLE                     IFLOT              
    CLASSNUM                        ZPMI_BLDG          
    CLASSTYPE                       003                
    KEYDATE                         29.07.2009         
    UNVALUATED_CHARS                                   
    LANGUAGE                        EN                 
    Cheers!

  • My Firefox home page displays a weather icon for New York , how can I change it for my own location? It only shows for USA

    At the bottom of the screen there are several icons for weather forcasts ect. for New York. How can I channge these icons to show the forecast for my own location? When I try to change location all I can get are locations for the USA

    What web page do you have set as your homepage?

  • Duplicate target database for standby backup location.... errors out

    Hi ,
    i am getting below error while executing
    RMAN> duplicate target database for standby backup location '/rman1/perf/brmbkpdg' nofilenamecheck dorecover ;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "backup": expecting one of: "dorecover, db_file_name_convert, from, nofilenamecheck, ;, spfile"
    RMAN-01007: at line 1 column 39 file: standard input
    Can you please suggest a fix or what should be the syntax
    Thanks
    Naveen

    If it helps here are my tested commands: (Oracle 11)
    PRIMARY
    RMAN RUN {
    allocate channel d1 type disk;
    backup format '/u01/backups/PRIMARY/df_t%t_s%s_p%p' database;
    sql 'alter system archive log current';
    backup format '/u01/backups/PRIMARY/al_t%t_s%s_p%p' archivelog all;
    backup current controlfile for standby format '/u01/backups/PRIMARY/sb_t%t_s%s_p%p';
    release channel d1;
    STANDBY
    RMAN> run {
    allocate channel C1 device type disk;
    allocate auxiliary channel C2 device type disk;
    duplicate target database for standby nofilenamecheck;
    My how to notes are here :
    http://www.visi.com/~mseberg/duprman.html
    Please note these were written not to create but to recover a standby, you still have to set up forced logging and the net80 in advance.
    Best Regards
    mseberg

  • Where are the backup files for my iPad located on my macbook pro with maverick ?

    where are the backup files for my iPad located on my macbook pro with maverick ?

    As an addendum, if I need to, and hopefully won't, unless I switch computers, how can I revert from a copy of a different backup?  Thanks. :-)

  • Function module for displaying the location

    Hi,
          Could anyone tell  the Function module for displaying the location in our system  without a  file name while downloading, when the user press f4.
    thanks

    * read the default pathname on application server
      call function 'FILE_GET_NAME'
           exporting
    *           CLIENT                  = SY-MANDT
                logical_filename        = lc_logical_filename_ftappl
                operating_system        = sy-opsys
    *           parameter_1             = ' '
    *           PARAMETER_2             = ' '
    *           USE_PRESENTATION_SERVER = ' '
    *           WITH_FILE_EXTENSION     = ' '
    *           USE_BUFFER              = ' '
           importing
                emergency_flag          = l_emergency_flag
                file_format             = l_file_format
                file_name               = l_file_name_ftappl
           exceptions
                file_not_found          = 1
                others                  = 2.

  • JSP tags for managing MBeans??

    Hi,
    I'm trying to build a GUI for managing a custom MBean. The MBean implementation is a wrapper for a singleton class (specifically, a Configuration class for a web app). I've tried using WebJMX, but the problem there is that it relies heavily on MX4J, and has not kept up with JMX advances in the last two years (MX4J is a bit ahead of weblogic 8.1).
    Just as there is a set of console extension jsp tags, I suspect that a set of JSP tags exists for the developers of the Weblogic console to write their JSP pages to manage the weblogic MBeans. I coud just try to figure out the pattern of the INPUT and FORM tags in the html, but that leaves me with a possibly-inaccurate, version-dependent, non-dynamically-generated page to manage one MBean.
    Does such a set exist? Could someone point me to any information about how to use such a set of tags?
    I would like to be able to have the JSP I use for my console extension display an interface for modifying MBean configurable fields and executing MBean operations. What would the best way be to do this? I do not want to embed the Sun JMX RI in my web-app and launch a separate HtmlAdaptor listening on a different port. I would like the admin to the MBean be accessible through (and only through) the weblogic console.
    Thanks in advance for the help,
    Matt Geis

    Hi,
    I'm trying to build a GUI for managing a custom MBean. The MBean implementation is a wrapper for a singleton class (specifically, a Configuration class for a web app). I've tried using WebJMX, but the problem there is that it relies heavily on MX4J, and has not kept up with JMX advances in the last two years (MX4J is a bit ahead of weblogic 8.1).
    Just as there is a set of console extension jsp tags, I suspect that a set of JSP tags exists for the developers of the Weblogic console to write their JSP pages to manage the weblogic MBeans. I coud just try to figure out the pattern of the INPUT and FORM tags in the html, but that leaves me with a possibly-inaccurate, version-dependent, non-dynamically-generated page to manage one MBean.
    Does such a set exist? Could someone point me to any information about how to use such a set of tags?
    I would like to be able to have the JSP I use for my console extension display an interface for modifying MBean configurable fields and executing MBean operations. What would the best way be to do this? I do not want to embed the Sun JMX RI in my web-app and launch a separate HtmlAdaptor listening on a different port. I would like the admin to the MBean be accessible through (and only through) the weblogic console.
    Thanks in advance for the help,
    Matt Geis

  • Can we block a material for particular storage location ?

    We can allow material to storage locations by MMSC. Can we block a material for particular storage location ?
    Please share ur view.

    Hi,
    If you want a material to be blocked, go to the Basic data 1 view of the material,there in the genral data you have " X-plant material status ". Also in Cost estimate 1 view of the material you have Plant Specific Material status. Use the options available to block the material in these two views.
    Also u can goto MM06 where put material,plant,storage location.When u select enter just tick the check box of material,plant and storage location and save it.
    Pls reward if found useful.
    Regards,
    Indranil
    Message was edited by:
            INDRANIL BHATTACHARYYA

  • Block Customer for Particular Storage Location

    Hi.
    I want to Block a Customer for Particular Storage location.
    ie plant 1000(St Loc 01,02)
       plant 2000(St Loc 03,04)
    Block Customer XYZ for Plant 2000 & Sto Loc 03
    is this possible?
    Reg.
    Amol

    Through standard settings, this is not possible.  Try with USEREXIT_SOURCE_DETERMINATION (MV45AFZB) where you have to define the storage location and the customer code.
    thanks
    G. Lakshmipathi

  • Duplicate ILOAN for unassigned Functional Location

    Hi,
    We have a peculiar problem: Two ILOANs ( Location & account assignment for technical object) are created by the system for the same equipment - one for the assigned Functional Location and the other for Unassigned Functional Location. When we have assigned a functional location to the euipment, why is the ssytem creating ILOAN for the same equipment with unassigned functional location ? How can this be rectified ? We don't want ILOAN for the unassigned location as it is affecting the reporting.
    Thanks in advance,
    Rgds,
    Sheeja

    Hello,
    The system is creating the same equipment only because during the equipment creation from IBIP the system does not find the superior location to which the equipment is assigned(directly to PG or FL or .....) so this generates a new equipment number(SAP number).You must be searching the equipment through the legacy number so you are finding the two same legacy equipment with different SAP number.
    I would suggest one thing find all the unassigned equipment and create one default FL just like unused FL and assign all the equipment to it.
    Now your reporting will not be affected. DO you have any other issue ???

  • Po list   for perticuler storage location

    dear sirs,
    is it possible to see the po list for perticuler storage location of perticuler plant ?
    Regards
    kailas ugale

    HI,
    Yes, it is  possible to see the Purchase Order list for particular Storage Location of particular Plant as follows.
    Using T-code ME2N - Purchasing Documents per Document Number, the input data to be given as follows.
    Plant : _______
    Scope of List : ALV
    Document Date : __________ to __________ (report require period)
    If the report input data Storage Location require, you have to select Dynamic Selection button(Red,Green,Blue color button) and shown 2 options are as follows.
    1) Purchasing Document Header
    2) Purchasing Document Item
    The above option, you have to click Purchasing Document Item shown Storage Location field double click and give input data  Storage Location  ______ (list of PO require Storage Location)  and execute the report. The particular Plant and the particular Storage Location  list of purchase orders displayed.
    Hope, it is useful for you.
    Regards,
    K.Rajendran

  • If my itouch was stolen and I put it in lost mode can the thief still turn on the wifi for me to locate it or do they need the password to turn it on?

    If my itouch was stolen and I put it in lost mode can the thief still turn on the wifi for me to locate it or do they need the password to turn it on?

    It can still connect to Wifi in Lost Mode. As long as you do not erase it, you will be able to track it via Find My iPhone. And even if you erase it, the Activation Lock will prevent the thief from ever being able to use it:
    ACTIVATION LOCK
    Hope you get it back!
    GB

Maybe you are looking for

  • PDF Color Shift On Windows Platform

    OK, here goes: I still can't print double-sided on my Mac, although the colors reproduce perfectly on our Canon office printer. Grays print neutral gray. So in order to print double sided documents, I export out of InDesign to a PDF file. I transfer

  • Reshape with daqmx

    hi We use a Daqmx PCI 6251 to acquire and send signal to generate pulse (for measurement strain), But i need to reshape frequency of pulses because is too high.How can i do it? Thanks Mariangela

  • Cannot Add File Share to (any) File Server Role of a Cluster in Windows Server 2012

    Cannot Add File Share to (any) File Server Role of a Cluster in Windows Server 2012... Get this message in the Operational Log in "FileServices-ServerManager-EventProvider" section of MS-Windows Eventlogs: Exception: Caught exception Microsoft.Manage

  • The background on my ipad has turned like a negative picture

    Can you help me understand what I've done wrong and how to fix it?  Thank you

  • Java applet loads too slow.

    I was wondering if there is anyway to remedy this situation: I am using TextPad to write my java code/html code. when i send my HTML code to Internet Explorer to view my applet, it takes several seconds to load. Even while looking at other java apple