A New Logging & Tracing Framework for XI.

Hello all:
There is a new weblog out there which may be helpful:
<a href="/people/amjad-ali.khoja/blog/2005/12/16/slaw-a-new-logging-tracing-framework-for-xi, a New Logging & Tracing Framework for XI.</a>
Please feel free to post any questions/comments/input in the weblog. Thanks!

Hi Amjad ,
You have written that we need util.jar for SLAW. if I am right this jar contains the code that we developed for wrapper. Can't we different name to our jar? There is an other util.jar available with XI installation.
Ranjeet Singh.

Similar Messages

  • An open source framework for agile development with Sites

    I am happy to announce the release of a new open source framework for sites development: AgileSites 1.0.0.beta1.
    AgileSites is an open source framework built using standard and documented Sites API provinding a number of features meant to simplify development, mostly to make agile development and offshoring way easier and more manageable.
    Some of the features:
    - MVC with plain Java controller and pure HTML views
    - Templating done in jQuery style (like client-side javascript templating)
    - Integrated unit testing and build system
    - Integrated csdt so everything is source and can be stored in Git or Subversion and rebuilt with jenkins in minutes
    - Hot reloading of java classes, including the url assembler - you code in java without restarting the application server
    - Single jar deployment - all your site code is in a jar that can be easily tracked and moved around
    - A simplified API layer built on top of standard tag assets making development a breeze
    - Complete and unlimited access to the full Sites API
    - Keeps the JSP structure so the framework can be added to another site using JSP
    AgileSites is available in his own dedicated site: www.AgileSites.org with a video showing his capabilites.

    The framework is completely following WebCenter Sites standard. It is built on top of JSP and Java using only documented API and standard Java libraries. It is not different than any other site implementation. It is basically a pre-built site to make easier applying agile development practices. It is as supported by Oracle as any other custom website implementation on top of Sites.

  • [svn] 4634: First part of glue code for allowing Halo components to use the new Text Layout Framework , in order to get functionality such as bidirectional text.

    Revision: 4634
    Author:   [email protected]
    Date:     2009-01-22 17:38:56 -0800 (Thu, 22 Jan 2009)
    Log Message:
    First part of glue code for allowing Halo components to use the new Text Layout Framework, in order to get functionality such as bidirectional text.
    Background:
    TLF is making this possible by implementing a TLFTextField class. It is a Sprite that uses TLF to implement the same properties and methods as the legacy TextField class in the Player. Thanks to the createInFontContext() bottleneck method in UIComponent, it can be used by a properly-written Halo component (such as those in Flex 3) without any modifications to the component.
    Note: Text should render similarly -- but is unlikely to render identically -- when a component uses TLFTextField vs. TextField. The width and height may be different, affecting layout; text could wrap differently; etc. This is a fact-of-life based on the fact that TLF/FTE and TextField are completely different text engines.
    Whether a Halo component uses TLF or not to render text will be determined in Flex 4 by a new style, textFieldClass. (Gumbo components always use TLF.)
    TLFTextField is currently only partially implemented. It does not yet support scrolling, selection, editing, multiple formats, or htmlText. Therefore it can only be used for simple display text, such as a Button label.
    Details:
    The TextStyles.as bucket 'o text styles now includes a non-inheriting textFieldClass style. It can be set to either mx.core.UITextField or mx.core.UITLFTextField. These are the Flex framework's wrapper classes around the lower-level classes flash.text.TextField (in the Player) and its TLF-based workalike, flashx.textLayout.controls.TLFTextField.
    The global selector in defaults.css currently sets it to mx.core.UITextField using a ClassReference directive. For the time being, all Halo components will continue to use the "real" TextField.
    The new UITLFTextField is a copy of UITextField, except that it extends TLFTextField instead of TextField. This class has been added to FrameworkClasses.as because no classes in framework.swc have a dependency on it. It will get soft-linked into applcations via the textFieldClass style.
    The TLFTextField class currently lives in a fourth TLF SWC, textLayout_textField.swc. This SWC has been added to various build scripts. The external-library-path for building framework.swc now includes all four TLF SWCs, because UITLFTextField can't be compiled and linked without them. However, since they are external they aren't linked into framework.swc.
    Properly-written Halo UIComponents access their text fields only through the IUITextField interface, and they create text fields like this:
    textField = IUITextField(createInFontContext(UITextField));
    (The reason for using createInFontContext() is to support embedded fonts that are embedded in a different SWF.)
    The createInFontContext() method of UIComponent has been modified to use the textFieldClass style to determine whether to create a UITextField or a UITLFTextField.
    With these changes, you can now write code like
    to get two Buttons, the first of which uses UITextField (because this is the value of textFieldClass in the global selector) and the second of which uses UITLFTextField. They look very similar, which is good!
    Currently, both Buttons are being measured by using an offscreen TextField. A subsequent checkin will make components rendering using UITLFTextField measure themselves using an offscreen TLFTextField so that measurement and rendering are consistent.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Deepa
    Modified Paths:
        flex/sdk/trunk/asdoc/build.xml
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/projects/framework/build.xml
        flex/sdk/trunk/frameworks/projects/framework/defaults.css
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/metadata/TextStyles.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UITLFTextField.as

    Many of your points are totally legitimate.
    This one, however, is not:
    …To put it another way, the design of the site seems to be geared much more towards its regular users than those the site is supposedly trying to "help"…
    The design and management of the forums for more than five years have driven literally dozens of the most valuable contributors and "regulars" away from the forums—permanently.
    The only conclusion a prudent, reasonable person can draw from this state of affairs is that Adobe consciously and deliberately want to kill these forums by attrition—without a the PR hit they would otherwise take if they suddenly just shut them down.

  • Logging Framework for AIR

    Hi All,
    I am looking for some good logging framework for both AIR and
    RIA application. I am new to flex so hoping some links from the
    forum people. It would be nice if you guys can provide any link for
    that framework where i can seee the example of how to use the
    logging in AIR and RIA.
    Thanks in advance
    ~hStrong

    Not so much a framework, but I have a logging class I use for
    debugging purposes in my Ajax AIR app. It's written in javascript,
    but I'm sure that you could rewrite it for flash or flex if you
    needed to.
    http://www.ear-fung.us/apps/airlogger/
    you just include the JS file I have posted on my site and log
    to the file using log.write("message here");
    It'll put a log file on your desktop with all sorts of debug
    related goodness.

  • [ALSB] turning on/off logging/tracing for proxy services

    Hi all,
    do you have any snippet for turning on/off logging/tracing for proxy services using WLST or JMX ?
    I've seen a previous thread about Enable/Disable Proxy Service using JMX and I'm looking for something similar.
    Regards
    ferp

    Thanks, but I mean using WLST or JMX code and not by ALSB console
    regards
    ferp

  • Logging/Tracing on Netweaver Studio console

    Hello All,
    I am new to SAP Netweaver. I have worked on Java before and have used log4j Apache logging API for logging.
    I am able to see the logs on console and also redirect it to a file depending on the appender i have configured.
    My question here is, in Netweaver domian, how do i check logs on my studio console.
    There is an option in Visual Admin where i can configure in Log Configurator --> advanced mode
    - log destination where i can select the Console Log.
    Even after selecting this and having a restart of application on the J2EE engine, i am not able to see any logs on console.
    All logs/traces are appended to defaultTrc.
    Please help me with this. Could you please provide me a flow as to how can i use Logging/Tracing in and out?
    Thanks for your help and support.
    Nimbuskudva

    Hi Nimbuskudva,
    You can implement a logger in your webdynpro java application in NWDS and you can see the logs by going to the netweaver administration console of the application.
    The url for going to admin console would be http://<host>:<port>/nwa > you chold have admin priviledge to access this > login into it > go to Monitoring > Log and Traces > select default trace from the Show dropdown and you would be able to see the log.
    You need to keep the log level of the server to debug. This needs to be done by Basis.
    Regards,
    Sen

  • Problems with SAP logging,tracing in custom LoginModule

    Hello,
    We are developing a custom logimodule for our J2EE application on WebAS.
    We are using eclipse IDE to develop the code.
    We want to use the SAP logging framework in the custom loginmodule.
    In this regard we have certain queries:
    - If we hard code the log(category) and trace(location) file location in our loginmodules
    the logging, tracing works fine i.e. we are able to see the traces etc. in the files at the specified location.
    - Our requirement is that we want to leverage the logging tracing mechanism provided by the J2EE engine.That is we want that our traces should appear in the WebAS defaultTrace.0.trc file. Also we want that the trace properties for our loginmodule like severity, TraceFormatting etc. could be configured using the WebAS visual admin tool etc.
    As per documentation to configure tracing, we navigated to Log Configurator in visual Admin tool and from there to the destination tab but we don't see our LoginModule int the list of destinations.
    How could we enforce our LoginModule to use defaultTrace.0.trc file and let J2EE engine decide
    the logging properties like severity etc. for our LoginModule.
    Thanks
    Alok

    Hi,
    No, I´m not yet in the middle of a update. I want to apply some support package using JSPM, and it need to SDM run in integrated mode, but my sdm don´t start in integrated mode,
    Feb 18, 2009 5:51:57 PM  Info:
    Feb 18, 2009 5:51:57 PM  Info: ============================================
    Feb 18, 2009 5:51:57 PM  Info: =   Starting to execute command 'server'   =
    Feb 18, 2009 5:51:57 PM  Info: ============================================
    Feb 18, 2009 5:51:57 PM  Info: Starting SDM - Software Deployment Manager...
    Feb 18, 2009 5:51:58 PM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0014.20071029094708.0000
    Feb 18, 2009 5:51:59 PM  Info: SDM operation mode successfully set to: Integrated
    Feb 18, 2009 5:52:00 PM  Info: JStartupFramework is active
    Feb 18, 2009 5:52:00 PM  Info: Operation mode of SDM in JStartupFramework is "Integrated".
    Feb 18, 2009 5:52:00 PM  Info: Check if Server is running already.
    Feb 18, 2009 5:52:01 PM  Info: OK server is not running. Enable SDM Process in JStartupFramework.
    Feb 18, 2009 5:52:01 PM  Info: enabling SDM Process with JStartupFramework
    Feb 18, 2009 5:52:01 PM  Info: enabled SDM Process with JStartupFramework
    Feb 18, 2009 5:52:01 PM  Info: Successfully enabled SDM Process in JStartupFramework.
    Feb 18, 2009 6:04:11 PM  Error: SDM server startup not finished after 600 seconds. Giving up.
    Feb 18, 2009 6:04:11 PM  Error: Could not start SDM. Processing error. Return code: 4
    For these reason I want to extend the timeout value, or any other idea.
    Thanks.

  • Java tools and frameworks for BEA WL6.1

    Hi,
    Are there any additional developer frameworks that ship
    with BEA WL 6.1 Enterprise Server? For example, are
    there frameworks for handling logging, performing
    exception handling etc.?
    Thanks.
    Andy

    No even if I don't add anything it doesn't uninstall bea home. It
    leaves it and apparrently any associated bea home directory registry
    entries. As to the second problem, I will try increasing my java heap
    size. I don't think that I have tried that yet, but the brain isn't
    as sharp as it was....
    Thanks,
    g888
    Michael Young <[email protected]> wrote in message news:<[email protected]>...
    Hi.
    The installation keeps track of all files installed. When you uninstall
    it only removes files from the original installation that are not in use.
    If you have new files (like log files or application files) uninstalling
    won't remove them. This is probably what you are seeing. You will have
    to remove these files manually after the uninstall.
    I haven't tried editing the registry lately, but it looks like the bea
    home list is kept in HKEY_LOCALMACHINE\SOFTWARE\Bea Systems\BEAHOMELIST
    I don't know that deleting this will gain you anything.
    As for your OutOfMemory exceptions, did you try increasing your java heap?
    Hope this helps,
    Michael
    g888 wrote:
    I tried installing WL6.1 SP2. I then tried applying or isv.jar and
    keep getting OutOfMemory exception errors. So I decided I would
    uninstall it and retry. The only problem is that the uninstall
    doesn't really uninstall everything. It leaves the bea home directory
    and apparrently some other things. It never asks me anymore for what
    options I want to install and it seems to remember all of the
    directories that I had tried it in. I tried deleting some bea keys
    from the registry but it doesn't want to go away. I'm on NT SP6. I
    would like to remove all evidence of the previous install. (Just as
    FYI, I've rebooted, deleted files, I have a ton of drive space and
    memory, and a decent development machine....)
    ANYONE HAVE ANY IDEA...PLEASE?!
    Thanks,
    g888

  • Logging & Tracing

    What's the purpose of Logging & Tracing..........Can anyone explain in detail with example. Thank you.

    Tracing rewrites functions that help developers to recognize errors and solve problems. Logging information comprises the status of a technical component on an SAP J2EE server. The audit log of the Adapter Framework collects information for each message.
    enable them in multiple ways:
    Logging:
    a) Using configuration parameters LOGGING or LOGGING_SYNC for local integration engine.
    Using configuration parameter LOGGING_PROPAGATION for globally (for all integration engines)
    b) Activate logging for individual pipeline services
    c) Set logging in the message header
    d) Set logging in the trouble shooting settings
    Tracing:
    a) Using configuration parameters TRACING_LEVEL for local integration engine.
    Using configuration parameter TRACING_LEVEL_PROPAGATION for globally (for all integration engines)
    b) Set tracing in the message header

  • Error while creating a new connection in ODSM for OVD

    Hi all,
    I am getting the following error while creating a new connection in ODSM for OVD.
    Error log:
    [2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by:
    =======
    java.lang.NoClassDefFoundError: Could not initialize class
    com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at com.octetstring.vde.admin.services.client.ServerMgrServiceLocator.getVDEAdminService(ServerMgrServiceLocator.java:58)
    at oracle.ldap.odsm.model.ovd.APServerProxy.connect(APServerProxy.java:248)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticateAs(APServerProxy.java:684)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticate(APServerProxy.java:286)
    at oracle.ldap.odsm.model.ovd.APServerProxy.init(APServerProxy.java:216)
    at oracle.ldap.odsm.model.ovd.APServerProxy.<init>(APServerProxy.java:198)
    at oracle.ldap.odsm.model.ovd.OVDRoot.connectOVD(OVDRoot.java:185)
    at oracle.ldap.odsm.ui.common.Connection.connect(Connection.java:120)
    at oracle.ldap.odsm.ui.common.Visit.createConnection(Visit.java:663)
    at oracle.ldap.odsm.ui.common.Login.saveChanges(Login.java:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    ... 28 more
    How to resolve this issue.Pls suggest me.
    Regards,
    -Deena.

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

  • I just recently got 2 new iPhone 4. one for me and my husband. How do i sync up both on one computer with out reuning my sisters already synced iPhone 3s info getting all her apps and contacts onto my phones?

    I just bought 2 new iPhone 4 one for and my husband. I want to sync them on the same computer without it runing my sisters already syned 3s. When tried syning my old and i mean very old iPhone's contacts it said i could only merge them with my sister contacts and now i have her contacts on my phone and it sent my all her un needed apps as well. I want to be able to sync but not have her things placed in my phone or have anything erased from hers either. Can anyone help me?

    By far the simplest way to do this is create separate accounts on the computer for each person.  That way, you each log into your own separate account, sync your own device(s) to your own contacts/calendars/apps/music and so forth.

  • How can i do the registeration of JStartup Framework for SDM installation

    when i do the registeration of JStartup Framework for a new SDM installation,an error occurred:
    Invalid parameter syntax "sdmhome"
       registerjstartup:
          Registration of JStartup Framework for this SDM installation
          usage:
             registerjstartup sdmhome=<...> msport=<...> jstartupdir=<...> mshost=<...> [logfile=<...>] [syntaxcheck=<...>] [logtoconsole=<...>]
    Syntax error. Return code: 12
    My Commandline as:
    SDM registerjstartup sdmhome="D:\user\sap\E01\DVEBMGS01\SDM\program",what is wrong with the commandline?

    Hope you are executing the commands in the following order:
    1. sdm jstartup “mode=standalone”
    2. sdm registerjstartup sdmhome=<...> jstartupdir=<...> mshost=<...> msport=<...>
    where:
            jstartupdir – the directory in which the JStartup Framework software is installed
            mshost – the host name of the message server
            msport – the port on which the message server waits for requests
    3. sdm jstartup “mode=integrated”
    by the way, which OS u r using?
    Regards,
    Ravi.

  • How to add a new universe in population for Predictive Analysis

    Post Author: izhar
    CA Forum: Performance Management and Dashboards
    Hi all members I am working on BOXI R2, SP2 I have to ask that, How to add a new universe in population for "Predictive Analysis". Currently i can only view universe of "Direct Customers and Direct Products"
    Any member please help me hereRegards Izhar

    Hi Anne,
    It really depends on how your portal is set up. And there are 101 ways this could have been done.
    I've used the Home Page Framework as an easy to define and extend framework to show applications. I've used it both for ESS and MSS, Using the HPF requires that an application has an iView in the portal.
    The main point to be made here is that this is not a Web Dynpro ABAP specific question - but rather one about MSS portal implementation - you would probably be better posting a question in either one of the ESS/MSS or Portal forums.
    As it is not a WDA specific question, I'd ask that you kindly close this thread and reopen in another forum.
    Thanks for your understanding, it would be nice to be able to answer all questions in all forums (perhaps with some sort of tagging system) but currently forum rules are that questions must be specific to the forum posted.
    Thanks,
    Chris

  • New WD My Passport for Mac - questions!

    Hi, everyone,
    I just bought a new WD My Passport for Mac 1 TB. I am going to use it to run Time Machine and then drag and drop pertinent files that I need. From there, I am doing a clean install of Mountain Lion. I have a 2012 MacBook Pro.
    I just have a few questions.
    1. I read that there are big issues with this and Mavericks/Yosemite. If I ever upgrade, am I am going to lose everything or has that since been resolved?
    2. How do I install it? When I read the manual, I am not sure if I am supposed to install the software (because of issues with point 1), just plug & play, how to do Time Machine, and so on.
    I have another My Passport from a few years back, but don't remember how to set it up.
    If someone can dumb it down for me, I'd really appreciate it. I am looking to do a Time Machine, then drag over various documents, my Music folder, iPhoto Library, Mail exports, and a few other things.

    Thank you again. It's really nice there are people like you willing to give their time to help others.
    An update: My Passport (not named that!) is backing up via Time Machine as we speak. Next step is to copy the files that I need over to the hard drive. I already have on another hard drive, but I figure it is better to be safe than sorry.
    My question for you is basically if there is anything I should try to think about or remember to bring over. These are the things that I use regularly and what I have done on the other drive and will do here:
    - Microsoft Office (mostly just Word): I will reinstall the disk, I have the activation code, and I will drag over all of my files
    - iMovie: I've made one movie, and I like it, and I dragged it over and tested it on another MacBook and know it works
    - iPhoto: I will drag over iPhoto Library
    - Mail: I have exported all of my Mailboxes, will re-import them, and then re-set up my accounts
    - iTunes: I dragged over iTunes Music from the Music > iTunes > iTunes Music folder (?)
    - iCal/Notes: logging back into iCloud should do it
    - Stickies: I know there is a database in the ~library ... do I just drag that over?
    - Chrome: I will download it again
    - my printer: I think I just go to the site to download the driver
    - Airport Express: does that just work on its own?
    - Dropbox: I will redownload it but, heck, I might just drop my account
    - Bookmarks are exported from Chrome
    - iCal is exported, just in case.
    - Contacts are exported, just in case
    I don't THINK there is anything else I am forgetting that I might use regularly and not realize it. Do you have any suggestions of something I might be missing? I do have an iPhone backup I might want to snag (I know it is stored elsewhere...) but I am thinking of wiping that clean, too.
    Should I take note of any specific security or user settings I have (other than basics, like colors and that sort of stuff)
    I am nervous that I will forget something but excited to have a nice, fresh new MacBook and fool myself into thinking I got to treat myself to something new!

  • New to OA Framework, getting 500 Internal Server Error

    Dear OAF Gurus,
    I am new in OA Framework development, I have developed first page following https://blogs.oracle.com/prajkumar/entry/oaf_hello_world_tutorial.
    But when i run the page got the error
    500 Internal Server Error
    oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509)
    Please help me in this regard.
    QZ

    Dear Zahid,
    Thanks for your reply,
    I have performed:
    Please perform the following steps:
    1. Go to Internet Explorer --> Tools --> Internet Options --> Connections tab --> LAN settings --> Advanced button
    2. In Exceptions, please include "192.168.*" <without quotes>
    3. Click Ok and Run your page again from Jdeveloper.
    Im using firefox and and in No Proxy Field i put 192.168.*.
    In addtition to above, also verify the following property in your Jdeveloper:
    Tools --> Embedded OC4J Server Properties --> Startup --> Host Name or IP Address used to refer to Embeded OC4J should be 'Default Local IP Address'.
    I also click on Default Local IP Address
    Now page url changed "http://192.168.92.1:8988/OA_HTML/runregion.jsp"
    but same error.
    I have searched
    Tip: A little Search would have helped you in not creating a duplicate thread.
    500 internal server error
    But you know 500 Internet server error is very common and generic error so lot of information there but my issue may be due to some problem in dbc file or db connection???
    i also change the dbc file name from template.dbc to domain_name.dbc copy from server and paste in
    C:\p9879989_R12_GENERIC\jdevhome\jdev\dbc_files\secure
    For Reference dbc file:
    # $Header: template.dbc 120.0 2005/05/07 16:45:30 appldev ship $
    # TEMPLATE.dbc
    #   Template database configuration file.
    #   Create one copy of this file for each database instance this
    #   Applications Server will connect to.  Each file should have the name
    #       <database_instance_name>.dbc
    #   and be located in this directory ($FND_TOP/secure).
    #   Change each of the parameters below to values appropriate for
    #   the database instance.  Do not change the syntax.
    #   This file can be gererated using the AdminAppServer tool.
    #   This is a java utility that can be run from the command line.
    #   Instructions to use this tool are documented in the Applications
    #   Sysadmin Manual.
    # TWO_TASK
    #   SQL*Net name of database.
    TWO_TASK=database
    # FNDNAM
    #   Oracle User to be used for Oracle Applications connection.
    #   The FNDNAM Oracle User must have Oracle Applications privilege level
    #   'Universal'.
    FNDNAM=APPS
    # GWYUID
    #   Oracle User/Password of the public account to be used for initial
    #   Oracle Applications connection.
    #   The GWYUID Oracle User must have Oracle Applications privilege level
    #   'Public'.
    GWYUID=APPLSYSPUB/PUB
    # GUEST_USER_PWD
    #   Applications User/Password of the Guest user.
    #   The Guest Applications User is a public Applications user
    #   with no responsibilities assigned.  If no such user exists,
    #   create one in the 'Define User' form.  Do not use a user with
    #   any active responsibilities. Note: This parameter is for
    #   an applications user NOT an Oracle user. The Guest user
    #   is seeded with 11i.
    GUEST_USER_PWD=GUEST/GUEST
    # THE FOLLOWING PARAMETERS ARE RELEVANT ONLY
    # IF JDBC IS BEING USED. IF THEY ARE NOT SUPPLIED, DEFAULTS
    # WILL BE USED.
    # APPS_JDBC_DRIVER_TYPE
    #   The type of JDBC driver being used. If no value is supplied,
    #   the thick (OCI) driver will be used. Give a value of THIN
    #   or THICK depending on the type of JDBC driver to be used.
    #   For a detailed discussion on the THIN vs the THICK driver,
    #   refer to the JDBC documentation. For Release 11i , this
    #   should be set to a value of THIN.
    APPS_JDBC_DRIVER_TYPE=THIN
    # DB_HOST
    #   The host machine on which the database resides. This parameter
    #   is required only if the THIN DRIVER is being used.
    DB_HOST=host_name
    # DB_PORT
    #   The port of the host machine on which the database resides.
    #   This is required only if the THIN driver is being used.
    DB_PORT=port_number
    # DB_NAME       
    # Database instance name.
    # This is required only if the THIN driver is being used.
    # If no value is provided, the TWO_TASK is used.
    # DB_NAME=db_name
    Best Regards,
    Qamar

Maybe you are looking for

  • Query to add a column in between existing cols of a table?

    HI All, I have two questions. 1. Query to add a column in between existing cols of a table? (not at the end. This is view of an order of output fields in a report) 2. How do I swap the contents of two columns in a table. Suppose in a table tab there

  • Connecting to multiple Airport Express base stations at the same time?

    I want to be able to use wireless internet and stream music to my stereo at the same time, but I only have a single internet connection behind my stereo and it's connected to the Pay TV. My options seem to be getting a new line installed behind the s

  • ASControl JNDI Browser not displaying the JNDI tree (10.1.3.2)

    We're running OC4J 10.1.3.2 on JDK 1.5.0_06 We have a problem that when we try to access the JNDI Browser on any of the instances that we have created, the JNDI Browser always displays "No Properties Found". I have created an instance named "web" and

  • Alternative to Motion 4?

    I'm working on a web site and would love to find a cheaper alternative to Motion 4.  I don't need the entire suite of Final Cut and really just need/want the capabilities found in Motion 4.  Are there any alternatives that are available on the Mac Ap

  • Why are some of my playlists missing?

    Where are my missing playlists?