Stuffing cocoon into my EAR

I'm running WL 6.1 SP2 and Cocoon 2. I can get Cocoon to work under
          the mydomain\applications\cocoon directory. But I'm having big
          problems when I try to get Cocoon to run from inside my application's
          .EAR file. The problem seems to be in the logging.
          <Jan 28, 2002 9:46:36 AM EST><Notice><Management><Application Poller
          started for development server.>
          java.lang.NullPointerException
          at java.util.Hashtable.put(Hashtable.java:380)
          at org.apache.avalon.framework.context.DefaultContext.put(DefaultContext.java:107)
          at org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:388)
          at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:128)
          What I would like to do is turn off Cocoon logging completely. Does
          anyone know how to do this? There doesn't appear to be anything in
          the logkit.xconf that allows you to disable logging.
          Thanks.
          

- If this is the first time you used the headphone jack it can take firm force to get the plug fully seated.
- If it worked before than eithrr there is foreign material in the jack. Maybe the tip of a heahphone plug broke off inside. Or maybe the jack is just broken. Try looking inside the jack hole.
- If you can't clean it out I would make an appointment at the Genius Bar of an Apple store.

Similar Messages

  • How can I stop my iPhone 4's text notification from screaming into my ear on a phone conversation?

    When I'm on the phone and a text comes across, the notification screams into my ear at full volume.  It's super annoying.  There's got to be a way to lower the volume.  I don't mind being notified - in fact, I prefer it, but my ears are taking a beating if I have the audacity to have more than one friend.
    Is this a job for the feedback people here at Apple, or there a goaround?
    Thanks!
    Tyler

    Here's an interesting bit: iTunes will let me restore my iPod touch from backup: it's still running iOS 4.3.3. I figured as much... there's backups showing in the Preferences -> Devices list for both devices (and even my old, long gone iPod touch 2G), but my iPhone (on iOS5) isn't giving me any such option. I remember I had to downgrade before to get the backup restored (something went haywire in the setup assistant, and I couldn't restore a backup from iTunes there)... If it was possible to go to iOS 5.0 rather than 5.0.1 I would just do the same thing again, but iOS 5.0.1 isn't an option. I attached a screenshot. Hopefully Apple can get this nonsense sorted out; I think iOS 5 might be the root of this, somehow.

  • How to merge portlet.xml file from shared libraries into an EAR application

    Hi all
    I need some help
    I have some applications as shared-libs referenced by weblogic.xml into a EAR application.
    To see all portlets from that shared-libs, I'm creating a portlet.xml into the EAR application with all portlets from all shared libs. But is terrible for me. I would like to have it merged automatically without having to create it in the EAR application. Is that possible?
    Regards
    Bruno

    In the documentation, I saw this text:
    Overriding Shared J2EE Library Settings in the web.xml File
    At runtime, the web.xml files in all the shared J2EE libraries are merged, along with the web.xml
    file in your portal web project. The content of your WEB-INF/web.xml file overrides anything in
    the shared J2EE libraries, so if you want to change particular settings, you can do it there.
    There are many other files for which file contents are merged; these can be overridden in the same
    way. These files include not only WEB-INF/web.xml but also WEB-INF/weblogic.xml and any
    files mentioned in weblogic-extension.xml from either the users' application or the shared
    libraries.
    It seems to be possible to customize the weblogic-extension.xml. But I haven't seen how to do that
    What do you think about it?
    Regards
    Bruno

  • How to package a par into an ear

    Hi,
    I have built a par. Now I want to package it into an ear, as I want to use application-j2ee-engine.xml. I've read <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/9ddd96bb211d72e10000000a1553f6/content.htm">Packaging PARs in J2EE Applications</a> and add
    the following to application-J2ee-engine.xml:
    <modules-additional>     
            <module>
               <entry-name>
                  KMCTitan.par
               </entry-name>
               <container-type>
                  PortalRuntimeContainer
               </container-type>
            </module>
         </modules-additional>
    But, my question is, where should this KMCTitan.jar be placed?
    I am using NWDS.
    Thanks,
    Ray

    Please refer to <a href="https://forums.sdn.sap.com/thread.jspa?threadID=354957">this</a> thread.
    -Vladimir

  • Jdev 10.1.2 errors in making a project file/ repackaging into an ear file

    Hi Guys
    I am new to jdeveloper. I am using jdev 10g (10.1.2) for an old application modification and need help in running it.
    I used ear files to create a workspace which was consisted of two projects. One was myfiles.jpr and the other-one myfiles-ear.jpr. I went into the htdocs of myfiles.jpr and modified some of the jsp files in one of them. Can you please tell how to repackage it into an ear file.
    I tried to deploy it into an ear but I do not get the option for Deployment to an ear (right click on project, New, Deploy to an ear). I also tried to make the file and received a whole bunch of errors.
    please help.
    thanks!

    As far as I know repackaging always means recompile the Java classes. If you only have changed jsps, you can try to just change the original ear file and deploy this.
    Don't you have access to the original project or workspace?
    Timo

  • How to install Cocoon into Weblogi5.1

    I try to install Cocoon into weblogic5.1 step by step according to Cocoon
    install guide but it can't work . while I start weblogic it have followed
    error:
    Tue Dec 19 18:32:17 EST 2000:<E> <HTTP> Could not find Web application
    'cocoonwar'
    java.io.FileNotFoundException: Directory cocoonwar\ does not contain
    WEB-INF/web.xml
    at weblogic.servlet.internal.dd.DescriptorLoader.<init>
    (DescriptorLoader.java:200)
    at weblogic.t3.srvr.HttpServer.loadWARContext (HttpServer.java:648)
    at weblogic.t3.srvr.HttpServer.initServletContexts (HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    Tue Dec 19 18:32:18 EST 2000:<E> <HTTP> Error creating servlet context for
    Web application 'cocoonwar'
    java.lang.NullPointerException
    at weblogic.t3.srvr.HttpServer.initServletContexts (HttpServer.java,
    Compiled Code)
    at weblogic.t3.srvr.HttpServer.start(HttpServer.java:442)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)

    Hi,
    9iFS must be installed in an 9i home type. So you must have it installed in a single box in your 9i DB home. You must use the Apache server of the DB, because the installer will modify the configuration files of this Apache, not this of 9iAS.
    After just modify the port the 9i apache is listening (use 81 instead of 80 for example).
    Be careful that if you install a new apache for the 9i database, your vw_gateway_cfg environment variable will be changed and will point to the 9i home instead of the 9ias home. So you have to change it back to your 9iAS home if you want to use the portal !!!!
    Regards
    Pierre

  • I have put my head phone jack surcuely in but it's not making much sound. I have turned it up the whole way but it only gives me a tiny whiny little bit of sound. It only does this if I push it really far into my ear!!! Help!

    I have put my head phone jack surcuely in but it's not making much sound. I have turned it up the whole way but it only gives me a tiny whiny little bit of sound. It only does this if I push it really far into my ear!!! Help!

    I own the movies and I want them to stay in my iTunes library basically forever.
    But in both cases the file name no longer shows in the movie list, so I don't know how to re-download it from the Cloud.
    iTunes prefs > Store > Show iTunes in the Cloud purchases.
    This will show all your iTunes purchases in your library with a cloud icon down arrow. Click the icon to redownload or click on Play to stream without downloading.
    Also see this , -> Download past purchases
    and techncially, you don't "own" the movie, You simply have a license to use it.
    Yet the first thing iTunes does when you hit the delete key is tell you that it will remove the movie forever from all devices and the library.
    Actually, no it does not tell you that.
    FYI: You should keep copies of all yoru iTnue spurahses as the labels/movie studios/copyright owners can pull their product at anytime and it won't be available to redownload.
    Suggestions here -> http://www.apple.com/feedback/

  • Iphone map voice off speaker and into my ear... possible?

    i have a motorola w375 bluetooth...
    pairs great... voice for calls great...
    but how does one get the siri voice that speaks those directions... into my ear....?
    i can't find a preference toggle that deals with that.
    ideas?
    cheers

    "You have never heard of this issue" ...  I am facing this problem.  So either it exists or I am making it up.
    I really don't have the time to write this unless I have been in serious trouble because of this bug.  So do not assume this problem does not exist.  It probably does on other phones but shows up with less frequency or maybe more.
    It is dangerous if you are likely to end up in the "combat zone" of a city and you don't want to stop as it is dangerous in the middle of the night and the MAP application stops giving you directions.
    I paid money for it and there is no choice after that: neither for Apple nor for me.  It has to work well as there are other products that have been doing this well for many years using ancient processing technology.
    You may ask me not to use it.  Dude, I paid money for it.
    BTW, just so that you know that I have the utmost respect for Apple:
    I have been working on Mac products for close to 30 years and I know the amount of care that the developers put into their products.  Apple's developers are beyond normal; they are amazing.
    This MAP application, however, seems to be not quite up to par.

  • Using property files into an EAR Project? How?

    Hi there,
    I'm pretty new to j2ee development, so i hope i'm not asking a silly question.
    So what I have done / wanna do:
    - I created a ejb module project with several ejbs and several java classes in it
    - I created an ear application project to deploy the ejb module project
    - I am succesfully deploying my ear on my j2ee server
    So after all, I want to load different properties of some java classes through properties files (*.properties). How do I do that in this situation? Is there a way to use properties files altough the whole ejb project (containing the properties files) is packed into one file (the ear file)?
    I hope someone can help me an I'm pleased for every message
    Thank you all.
    Regards
    Daniel

    poissble with:
    getResourceAsStream(String)
    Regards

  • Error exporting application into a ear file

    I'm developing an application with the Sun One 5 IDE,and Application server 8, i'm making CMP entity bean, when i try to export to an ear file an error occur
    Validation failed for entities.CMPAdministradorBean. Verify that all fields are mapped.
    CMP Mapping Error in bean CMPAdministrador:: Warning: The bean pcImpl0.moduleComp0.entities.CMPAdministrador is not mapped.
    Set the primary table for the bean.
    No jndi-name defined for the cmp-resource element of this module.
    Select the SunONE tab for the ejb module and configure the CMP Resource property.
    and they can't make the ear
    somebody can help me with this.
    Thank you

    Figured it out, found similar post that stated changing the HEAP size
    Increase the page size in odiparams.bat in the bin folder and restart Designer.
    For eg:
    set ODI_INIT_HEAP=128m
    set ODI_MAX_HEAP=1024m

  • Is anyone experiencing electrical discharges into the ears while using the iPhone 5 or 5S earbuds?

    I have been experiencing at first mild, then much stronger electrical discharge in my ears while wearing the iPhone 5/5S earbuds. I went back to the Apple store, where they immediately exchanged them for a new pair. Yet upon first use the same problem recurred, leaving me with lingering pain in my ears. This has never happened with any other earbuds before. I read that it's static electricity caused by excessive dryness in the air, polyester clothing, etc. none of these conditions applied to me.
    Are other people experiencing this problem?

    If I am not mistaken, the inablilty to use data and phone is a limitation of the LTE format. Not a Apple specific problem.

  • My Classic only plays into one ear

    My iPod Classic (80G) which is less than a year old, now only sends signals into one side of ANY kind of speaker (earphones, car, external speakers, you name it). Is there anything I can do to fix it myself or would I have to take it to the local Apple Store? Or is this one of those "intended obsolescence" things to make me go out and buy a new 120G or a Touch?
    Help would be greatly appreciated, thanks!

    If your iPod is less than a year old, then it should still be covered under warranty. Since it sounds as though you have already established it is a problem with the iPod, you should contact Apple (or go to an Apple Store if one is convenient) and have it replaced.
    If the iPod is actually past warranty, it should be fixable. There are web sites you can visit that sell parts and instructions (such as http://www.ifixit.com) as well as places you can send your iPod to for repair (http://www.iresq.com is an example of one). You can google "ipod repair" to find other, similar sites.

  • [WSAD5.0] Access one EJB of an EAR into another EAR.webapp

    Hi,
    I've got 2 ear application : toto.ear and titi.ear
    toto.ear carry
    * one ejb.jar file with CMSession.java EJB
    titi.ear carry
    * one ejb.jar file with some other EJB
    * one web.war file with servlets & JSP
    The fact is I'd like to call 'toto.ear/CMSession.java' EJB from a servlet in 'titi.ear/web.war'. So I need to reference this CMSSession EJB in the 'titi.ear/web.war/web.xml', isn't it ?
    However, when I go to the web deployment descriptor page of 'titi.ear/web.war' the I click on 'reference' tab, then 'Add' button I can only see the EJB from 'titi.ear'.
    My question is how can I directly reference the 'toto.ear/CMSession.java' EJB from a Servlet located in 'titi.ear' ?
    Regards,
    Denis Boutin.

    Can you do that across applications. Dont you have to do a lookup and invoke the EJB.

  • How to Include Java sourcecode into EAR File in Web Dynpro

    Hi Everyone,
    There should be a setting in the developer studio , where in which we can include the source code into a EAR File after we build the source code.
    I am unable to get this settings.
    Please help me out
    Regards,
    Raj

    Hi,
    Well i don't think any of the source codes comes under the ear file when you deploy your application. You can see this.
    First open your project folder, here you will find the ear file.
    Open the command prompt, change the location to the place where ear file is located and then enter :
    jar xvf myearfile.ear
    This will give the extract of the ear file.
    thanks & regards,
    Manoj

  • Add Internationalization into .EAR archive, I don't have NWDS project

    Hi all,
    I have deployed WebDYNPRO application on the portal server, so I have appropriate EAR file.
    Client ask for internationalization of this application, but I don't have project files in NWDS - application developed another developer ages ago.
    Is it possible to restore NWDS project from EAR file?
    Ant if it is not possible, could I add translation of application into existing EAR file? How can I do it?
    Thank for advise.
    Ondrej

    It is solved, using NWDI I have source codes

Maybe you are looking for

  • How do I put videos from my iPod touch onto my computer (Windows Vista)

    I need to transfer some videos from my iPod touch to my computer so that I can put it together in a presentation. Anybody have any idea?

  • Opening an URL from a JAVA application

    hi, iam new to Java. Currently iam designing a simle GUI which takes input(URL) from user in a test field and has a button.Upon clicking button i want to open the webPage specified by that URL in a default webBrowser. How can i do that(opening webPag

  • SAP business process maps for mySAP ECC6.0?

    Any idea how we can get the SAP business process maps for mySAP ECC6.0?  Is this imbedded in Solution Manager? Thanks, Phani

  • Encodings stuck in FMLECmd /s output list

    Hi, I am running FMLE Command Line using FMLECmd.exe tool from several machines, all Windows 7 x64, all FMLE 3.2 latest. It is very often happening that some encodings get stuck in the FMLECmd.exe /s output list, see screenshot. This processes are NO

  • Malfunction of Event Structure?

    Apparently, an event structure keeps listening to events even if the structure should be inactive because it is located in the inactive case of a case structure. See the attached simple example. Any explanations, comments or whatsoever? Is it yet ano