WebLogic/Fusion Support Tool

Hello All,
I come to Weblogic with a long history with IBM middleware products.
IBM offers a robust tool (IBM Support Assistant) for supporting myriad products in the middleware space (web, app, db, OS network and other). Additionally, it would collect troubleshooting data, build up services cases, communicate with IBM support, install patches, compare configs, and do many other operations level tasks. It is built in a Agent/Manager/Workbench GUI model with Access Control Levels and lots of other good stuff.
Does Oracle offer a similar tool?

[java] [MBeanServerInvocationHandler]com.bea:Name=bam_server1,Type=Server
[java] Checking status of managed server - must be running
[java] Checking listen port of managed server - from build properties: 9001
[java] Sending ping to localhost:9001 - for soa-infra app
[java*] Response: 404*
[java] Problem invoking WLST - Traceback (innermost last):
[java] File "C:\FusionOrderDemo_R1PS5\11.1.1.6\CompositeServices\bin\checkFODSettings.py", line 39, in ?
[java] NameError: SOAInfraAppNotFound
404 error comes when client is able to send message but server is not able to understand the request.
You can see Error message is SOAInfraAppNotFound. Please check servers is started properly.
Also cross check if you have missed some dependancy like jars or dependant applications.
Thanks,
Ashu

Similar Messages

  • Weblogic Portal support

    Does OEPE support Weblogic Portal development? Do I need a seperate plug-in to see the portal related features that I see in the Workshop?

    The OEPE installer does not bundle with WebLogic Portal development tool. The portal development tool is packaged separately (bundled with OEPE).
    FYI: Re: How to integrate Oracle Enterprise Pack for Eclipse with Weblogic Portal
    http://www.oracle.com/technetwork/middleware/weblogic-portal/downloads/index.html

  • SUN VS Microsoft supporting tools

    hi Guys ,
    I have a question ?How do you find Sun development tools advantages and disadvantages and Microsoft .Just help me to fill up this pls.
    Mircosoft supporting tools
    Advantages
    1.FrontPages - very fast development process with support of template and GUI menu .I can build a web site with database engine within 5 minutes using template.I just click,next ,click and click and done.
    2.Interdev - A powerful tools for Web Debuging
    Disadvantages - too much of predefine API and tied to OS so blue screen or unknown bugs possibilities higher .
    SUN supporting tools
    Advantages
    1.Forte - ??
    2.Borland - ??
    Disadvantages
    1.Slow and no template provided .Difficults to publish to Apache server.
    One more question - any JSP/Servlet web debuging software that can provide me easy debugging on running web site so i can debug line by line just like Visual Studio(Visual Basic ) and press F8 to debug line by line with the value.

    hi
    u can use Visual Age for java which is similiar to visual studio.
    Products has facility of wizards for development virtually major areas in java jsp,servlets,EJB,Applets, swing etc..
    that too using wizards...
    In fact IBM has come up with Websphere Studio Application Developer which is more powerful tool than visual age and visual studio.

  • Is WebLogic 9 supported by Policy Agent ?

    Hi,
    We are planning to use WebLogic 9. I�m wondering if this version 9 of WebLogic is supported by the Policy Agent (or only the version 8.1) ?
    Thanks,
    Adel

    Please read this User Tip..
    Latest OS X & Logic Pro Compatibility Information

  • UTF8 without BOM and language support tools

    Do you know edit applications can save UTF8 Java file without BOM and can work with language support tools (type any language in unicode edit mode) ?
    Thank you very much !

    Try jEdit from http:/www.jedit.org/.
    However the NetBeans java IDE also is capable to work in UTF-8, by setting options appropiately.

  • Hi friends need help reg supporting tools

    hi friends,
    i need ur knowledge regarding supporting tools like
    REMEDY,CITRIX.need some material regarding these tools.
    pl forward to this mail id:[email protected]
    thanks in advance
    regards,
    srikanth.

    Hello Srikanth,
    REMEDY :  It is issue management tool used by the service provider to manage their tickets/issues. The documentation you can find from your project team, but mainly the process will be as follow for managing issues:
    There are several stages from raising the ticket to close it.
    1. Creation of Ticket : Inititally user will identify the query and raise the ticket in Issue management tool.
    2. Acceptance of Ticket: Support team will response the user query saying that We acknowledge the query.
    3. Assign to Consultant: Once Ticket is accpeted by support team, they will assign to respective team
    4. Work in process: Consultant will put the status as Work in Process when he starts working on the issue,
    5. User input required : if required more information from user, consultant will change status as user inputs required.
    6. Work in process: Once user gives input, consultant will start working on that and put the status as WIP.
    7. User testing: Once solution is provided and sent for user testing
    8. User Accpetant: User will test and accept / reject the solution
    9. Completed : everything goes fine consultant / user will change status as completed
    10. Close: Support team / User will change the status as Close after completion of query.
    CITRIX: Citrix is the secured VPN connection tool through which you can access your client's system. To access the system through citrix you need to have secure ID which will generate passwords for your ID for every 30 seconds.
    You will get documentation from your project team.
    Hope this will help.
    Regards
    Arif Mansuri
    Reward if answer is helpful.

  • Is Weblogic Cluster  supports Application scope Objects?

              Our Application is mainly depends on Application scope objects. On one m/c, it
              is perfect.
              Now, we want to support the failover , load balancing ... (High Availability).
              I know, weblogic cluster supports HttpSessions, EjbObjects ... etc. What about
              Application scope objects.
              we are planning for weblogic server which supports the our requirements.
              If not, what is the solution to make it work by using Weblogic server.
              for eg: I can give what type of application we are developing --- similar to
              textchat.
              our application is real time application.
              

    Even a singleton is not good enough as singletons are good only in the VM they were
              created it. One way is to have a distributed object such as a stateful session bean of
              which only one instance exists. U can create it at startup and store its handle in
              some persistent storage as well as a singleton. This ensures that even if the
              singleton doesnt contain it the refgerence to it can be obtained.
              There will be some problems with this setup as people should not allow it to create
              instances of it . Any such endeavor will lead to a CacheFullException.
              But essentially that seems possible.
              Even the 2.3 Servlet specification mandates that ServletContext and Application level
              object is only valid inside the JVM which created it. HttpSessions are replicated
              SessionContexts are not and are not likely to be in any J2EE application server
              Sameer
              Devi wrote:
              > One more comment from my side,
              > U mentioned "EXCEPT FOR JNDI" , if this is possible, how can we acheive?
              > Can U give brief description ? Take textchat example itself? since, our application
              > is almost have same mechanism. If it is < 1 sec delay means acceptable for this
              > release.
              >
              > Thanks,
              > Devi
              >
              > "Cameron Purdy" <[email protected]> wrote:
              > >Weblogic doesn't support replicated / synchronized app scope objects
              > >across
              > >a cluster except for JNDI, which is probably not a good solution for
              > >what
              > >you are describing.
              > >
              > >If you need a real-time shared fault-tolerant fail-overable high-performance
              > >load-balanced high-scale data store, then let me know when you find one
              > >;-)
              > >.... seriously, there are not a whole lot of good general purpose solutions
              > >in this space. There are some things to look at but they are all expensive:
              > >
              > >Persistent PowerTier on top of Oracle - a caching entity EJB server
              > >Jasmine (or whatever it is called this week) - an object oriented
              > >distributed data store
              > >....
              > >
              > >Peace,
              > >
              > >--
              > >Cameron Purdy
              > >Tangosol Inc.
              > ><< Tangosol Server: How Weblogic applications are customized >>
              > ><< Download now from http://www.tangosol.com/download.jsp >>
              > >
              > >
              > >"Devi" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Our Application is mainly depends on Application scope objects. On
              > >one
              > >m/c, it
              > >> is perfect.
              > >> Now, we want to support the failover , load balancing ... (High
              > >Availability).
              > >>
              > >> I know, weblogic cluster supports HttpSessions, EjbObjects ... etc.
              > > What
              > >about
              > >> Application scope objects.
              > >> we are planning for weblogic server which supports the our requirements.
              > >>
              > >> If not, what is the solution to make it work by using Weblogic server.
              > >> for eg: I can give what type of application we are developing ---
              > >similar to
              > >> textchat.
              > >> our application is real time application.
              > >>
              > >
              > >
              

  • Is Weblogic 11g supports for Kerberos AES/RC4 Encryption on Windows 2008 R2

    Is Weblogic 11g supports for Kerberos AES/RC4 Encryption on Windows 2008 R2?
    Thanks,

    DES is disabled by default on 2008, could this DC be a Windows 2003?  If so then this would be the expected encyption.
    The following is the list of the encryption available for each Windows system
    Windows 2000,  XP,Windows Server 2003:     
    DES, RC4          
             Vista
    , Windows Server 2008:      DES, RC4,AES          
             Windows 7 and  Windows Server  2008 R2:     DES(disabled by default), RC4,AES
    From:
    http://blogs.msdn.com/b/openspecification/archive/2010/11/17/encryption-type-selection-in-kerberos-exchanges.aspx
    Paul Bergson
    MVP - Directory Services
    MCITP: Enterprise Administrator
    MCTS, MCT, MCSE, MCSA, Security, BS CSci
    2012, 2008, Vista, 2003, 2000 (Early Achiever), NT4
    Twitter @pbbergs http://blogs.dirteam.com/blogs/paulbergson
    Please no e-mails, any questions should be posted in the NewsGroup.
    This posting is provided AS IS with no warranties, and confers no rights.

  • Can WebLogic 12C support Camel 2.10?

    I have been trying to implement Camel 2.10 with Weblogic 12C without success.
    The exact .ear file can be implement on Weblogic 10.3 without any issues.
    I have tried sourcing for solutions but it seems that there are very limited resource pertaining to issue that i have encountered.
    Can anyone tell me if weblogic 12C supports Camel 2.10 in the first place?
    Edited by: 965266 on Oct 14, 2012 8:29 PM

    2.1 is the latest JSF version supported by recent
    WLS 12.1.3 product release.
    EJB 3.1 is supported in all 12.x release of WLS
    Please check the below doc
    What's New in Oracle WebLogic Server
    Hope this helps!!
    regards,
    Vijaya

  • Cold Fusion Support Section

    Hello,
    How come the technology center area of OTN does not include a Cold Fusion support section?
    Thank you.

    is coldfusion mx 7 supports websphere 6.0.1?
    i have performed all the steps regarding deploying coldfusion
    mx on websphere but still
    http://localhost:9080/cfmx/cfide/administrator/index.cfm
    produce page not found error.

  • SAP SUPPORTING TOOLS

    HI to all,
    after implementation clients will go to support.
    what are the supporting tools available.
    i just want to clarify my question clearly.....
    there is a tools like remedy/critix...
    Apart from these what are the tools are there.
    now a days sap itself giving sap solution manager.
    how will it works?
    clear me about this.
    if u have any notes or sites provide me to clarify.
    thanks in advance.
    vamsi.

    Hi,
    Please look at the webast in the following link
    http://www.sap.com/community/events/2007_04_12_MRR/index.epx
    Please reward if this is useful for you.
    Thanks
    Venkata Rama Reddy.K

  • Verizon Help and Support Tool

    On the programs list on  my computer  there is a Verizon Help and Support Tool. I already uninstalled the Verizon In Home Agent as I no longer wish to have it on my computer. but I'm still getting messages to install Verizon In Home Agent updates. I don't  want to uninstall the Verizon Help and Support Tool if it is needed for something else other than the Verizon In Home Agent. Should I remove the Verizon Help and Support Tool? 

    romanneet wrote:
    hi I am trying to hook up a vcr/dvd combo to my verizon dvr how can i do thgat thanks
    DVR & Set-Top Box Wiring Diagrams The model, size, and color of your FiOS TV equipment may vary. To find the wiring diagrams for your Set-Top Box, DVR, or digital adapter, select your specific equipment model below.
    High Definition (HD) DVRs
    Motorola 7232-P2
    Cisco CHS 435HDC
    Motorola 7216
    Motorola 6416

  • Announcing Daycare support tools

        We published a package with tools [1] that can be useful to help diagnose issues encountered with Adobe Experience Manager.As the tools project continues to mature, additional tools will be provided to ease the overall diagnosis and maintenance of CQ. For additional information regarding each tool, please refer [2].
    Feedback is always appreciated and highly valued!
    [1]    http://dev.day.com/packageshare/packages/public/day/helper/Daycare%20Support%20Tools.html
    [2]        http://helpx.adobe.com/cq/kb/index/tools.html
    Thanks,
    Sham

    Good question.
    On page 1-18 of the 8.0 SRND we see:
    "The Analysis Manager is planned to replace Support Tools going forward as its interface is consistent across the Cisco Unified Communications
    solution."
    On page 1-19 of the same SRND we see a paragraph on Cisco Support Tools.
    In the 8.5 SRND there is no mention of Support Tools at all - but you will find reference to Analysis Manager. It refers us to the 8.5 Serviceability Guide (Feb 2011).
    So that's what we have to do.
    Regards,
    Geoff

  • Support tools required for ICM 7.5

    Hello Team,
    We are upgrading a customer from ICM 6 to ICM 7.5. Is support tools a required  application for ICM 7.5?This is a technical question - not sales or ordering related - I just need to  confirm if we upgrade to ICM 7.5, support tools is not required and there will  not be issues if we do not install it.
    Thanks
    David

    Hello,
    So it means it is only OPTIONAL?I am confused..As I see in the upgrade guide of ICM(Page 51)it seems it is required...See link below
    Link:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_7_5/installation/guide/icm75ug.pdf

  • Does Weblogic Express support JSPs

    Does Weblogic Express support JSPs?
              

    Yep!!
              Kumar
              Bryan Boyer wrote:
              >
              > Does Weblogic Express support JSPs?
              

Maybe you are looking for

  • Back Ground Job not showing in SM50,

    Hi Friends, I am running XK99 to Mass update Vendor details in Back ground, I am getting some error while running the job in back ground, I would like debugg the issue. But in SM50  Iam not able to see the job I sechduled using program MASSBACK or tr

  • How do i get to watch something that will only open with window's media?

    Sorry if this is a dumb question but we are new to the mac and have been trying to get some way to get windows media videos to play on our new mac. I tried to download the software to let them play on quicktime but it says that it can't play on an in

  • Changing the feild names in the Standard template for "Confirm Goods/Servic

    Hi , We need to change some spelling mistake in "Confirm Goods/Services " so for that i think we need Html template but i searched in SE80 but for BBPCF02 I am not able to get the template can any one sugest me how to carry the changes to the fields

  • Download of Mobile Application Modeler 1.0 fails every time

    Hello, When trying to download the Trial Version of the Mobile Application Modeler (1.0), a 15mb sized ZIP-file, the connection is always reset after downloading 99%. The zipfile is not valid and I can't open it. When trying to download the file with

  • No need to Install antivirus for Mac?

    We no need to Install Anti Virus for Mac Book? If NO ,How to scan data when Insert external HD? If YES ,Do we have any good antivirus sw for mac? Thanks in advance