Where does WL keep my Java files that it creates from JSPs?

Hi,
I'm using WL 9.2.2 on Solaris 9 (JDK 1.5). When WL builds a JSP page, it presumably converts those JSP pages to Java files before compiling them. Where does it keep those Java files? I'm having a hard time figuring out where my NullPointerException is occurring ...
java.lang.NullPointerException
at jsp_servlet._jsp._groups.__addgroup._jspService(__addgroup.java:810)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
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:283)
at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:394)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:309)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:525)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:261)
at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1085)
at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
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:283)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.myco.nps.im.plugin.NPSIMIntercepter.forwardRequestDirect(NPSIMIntercepter.java:852)
at com.myco.nps.im.plugin.NPSIMIntercepter.doFilter(NPSIMIntercepter.java:193)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3229)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Thanks, - Dave

It deletes them by default. If you want to preserve them, set the "keepgenerated" and "working-dir" (this one so you don't have to hunt for them) elements in the "jsp-descriptor" element in the weblogic.xml file.
[http://e-docs.bea.com/wls/docs103/webapp/weblogic_xml.html#wp1038491]

Similar Messages

  • Where can i see the java file of a container converted JSP file

    I am using weblogic11g.
    Where can i see the java file of a container converted JSP file .

    Hello.
    If you look for .class files, you will find them under $domain/servers/serverName/tmp/application/etc.
    If you look after .java translated files, nowhere if you don't have "keepgenerated" param set to true in the appc/jspc command line (may be set in a web descriptor but can't find a reference). The foo.java will be find in .\WEB-INF\classes\jspservlet.
    Edit: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/webapp/weblogic_xml.html
    Regards.
    Aurélien.
    Edited by: Aurelien DEHAY on 24 août 2009 17:12

  • Where on Windows hard drive does Firefox temporarily store PDF files that I open from websites when I have Adobe Reader configured as the default PDF reader?

    I have Windows 7 and Firefox 19.0.2. I see that every time I open a PDF file from a website, it prompts me to either save the file or open it with a program (defaults to Adobe Acrobat Reader). If it is the same file name that I keep opening up over and over, it appends an incremental number to the end of the file name. To me this implies that it is download the file to a temporary location and then opening it in Adobe Reader. Where is Firefox storing these files and how can I be sure that they are being deleted regularly? I don't want these files to be kept on my local hard drive after I close the file in Adobe Acrobat.

    ''lowcountrybird wrote:''
    Where is Firefox storing these files and how can I be sure that they are being deleted regularly?
    Files that you choose to open with an external program are saved in your temporary folder. To open it, click the Windows logo orb on the taskbar, type '''%TEMP%''' in the search box, then press Enter.<br>
    You can clean out temporary files in Windows using the Disk Cleanup utility. The program can also be scheduled to perform cleaning tasks automatically without prompting.
    * http://windows.microsoft.com/en-us/windows7/Delete-files-using-Disk-Cleanup
    * http://www.howtogeek.com/howto/10705/how-to-schedule-disk-cleanup-in-windows-7-vista/
    ''lowcountrybird wrote:''
    If it is the same file name that I keep opening up over and over, it appends an incremental number to the end of the file name.
    That shouldn't be happening. If you try to download a file that's already in your temporary folder, it should simply open instead of being downloaded again.<br>
    I don't know what could be causing it though. First, try upgrading to the latest version of Firefox. If nothing else, your system will no longer be vulnerable to the security holes in the version you're using.
    * https://www.mozilla.org/security/known-vulnerabilities/firefox.html

  • Wheres does imovie keep my exported files?

    I recently finished edited my footage on imovie within ipad and as I upload it to youtube, its does fine on the first two but then on the third it says not enough space.  So once I connected my ipad to my computer it seems the ipads been making files of the project when i upload them to youtube and thus filling up my ipad to the point where I can't upload anymore.  Suggestions on how to delete the youtube project files?

    It deletes them by default. If you want to preserve them, set the "keepgenerated" and "working-dir" (this one so you don't have to hunt for them) elements in the "jsp-descriptor" element in the weblogic.xml file.
    [http://e-docs.bea.com/wls/docs103/webapp/weblogic_xml.html#wp1038491]

  • On Mac OS X where does Firefox keep these following files?

    Where are these files kept?
    Temporary Internet Files?
    Cookies?
    Browser history?
    Cache?

    Select a profile from
    '''~/Library/Caches/Firefox/Profiles/'''
    and then all your cached information should be in your '''Cache''' folder.
    You can also determine your cache location by navigating to '''about:cache'''
    Select a profile from
    '''~/Library/Application Support/Firefox/Profiles/'''
    and in this there are files called '''cookies.sqlite''' (cookies) and '''places.sqlite''' (browsing history).
    More information can be found on [http://kb.mozillazine.org/Profile_folder_-_Firefox Mozillazine]

  • I'm having problems using Firefox when opening up PDF files that are called from jsp.

    I'm trying to open my billing statement in pdf format. When I click on the link, Firefox 4 takes me to the dowload page and starts to download a readPDF.jsp file. How come Firefox is asking for that? When I use IE 7 I get no problems. Please advise on how to get Firefox to open jsp files automatically.

    I have same problem too

  • Where does FireFox get the default value of a preference from. What is the format of the file that has the default value?

    Where does FireFox get the default value of a preference from. What is the format of the file that has the default value?. I need the actual default value for a particualr preference.
    About:config does show some default values but I need the source from which about:config picks up the default value.
    Any help in this direction is greatly appreciated.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    The prefs that aren't hidden if they are the default are stored in two JavaScript text files in the Firefox program folder
    You can open them via these links in a Firefox tab:
    <code>resource:///defaults/pref/firefox.js
    resource:///greprefs/all.js
    </code>
    ([/forum/1/702598])

  • Keeping generated Java files???

    How do I keep the generated java source code when my
              jsp pages get compiled. I have the following in my properties file:
              weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              weblogic.httpd.initArgs.*.jsp=\
              pageCheckSeconds=1,\
              compileCommand=C:/jdk1.3/bin/java.exe,\
              workingDir=C:/Weblogic/myserver/classfiles,\
              verbose=true,\
              keepgenerated=true
              The only files that are saved are the ones that get generated from
              jsp pages that contain errors.
              

    Hi Leo,
              as you are using a WebApp: sef, your context isn't the default one
              the solution is to put :
              <context-param>
              <param-name>weblogic.jsp.keepgenerated</param-name>
              <param-value>true</param-value>
              </context-param>
              at the begining of your web.xml file in the WEB-INF dir. after the
              "description" tag.
              You can too modify, using this method, the defaults of:
              weblogic.jsp.precompile
              weblogic.jsp.verbose
              weblogic.jsp.packagePrefix
              weblogic.jsp.compileCommand
              weblogic.jsp.pageCheckSeconds
              but it seems (at least I have not been able to do it...:) )
              that this is not possible with:
              weblogic.jsp.workingDir
              to put the generated file in other place.
              PacoG.
              P.D.: Pay attention to the fact that the generated files will be
              remote accesible at the URL:
              http://yourserver/yourwebapp/_tmp_war/yourpackageprefix/yourgeneratedfile.ja
              va
              and
              http://yourserver/yourwebapp/_tmp_war/yourpackageprefix/yourgeneratedfile.cl
              ass
              > Is there another location where the jsp properties are set? I notice in
              my
              > console that
              > keepgenerated is set to false regardless of what I have entered in my
              > properties file.
              >
              > <WebAppServletContext-sef> registering JSPServlet with initArgs
              > '[JspConfig:verbose=true,packagePrefix=jsp_servlet,compileCommand=javac,
              >
              workingDir=c:\ejb_examples\sef\_tmp_war,pageCheckSeconds=1,superclass=null,
              > keepgenerated=false
              >
              > "murali" <[email protected]> wrote in message
              > news:[email protected]...
              > > hai,
              > > it is working fine with me.
              > > iam able to get java files.problem may be something else.
              > > my code as follows:
              > > weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              > > weblogic.httpd.initArgs.*.jsp=\
              > > pageCheckSeconds=1,\
              > > compileCommand=/jdk1.2.2/bin/javac.exe,\
              > > workingDir=/tools/weblogic/myserver/classfiles,\
              > > overbose=true,\
              > > keepgenerated=true
              > >
              > > bye,
              > > murali
              > >
              > > Leo Lam wrote:
              > >
              > > > How do I keep the generated java source code when my
              > > > jsp pages get compiled. I have the following in my properties file:
              > > >
              > > > weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              > > > weblogic.httpd.initArgs.*.jsp=\
              > > > pageCheckSeconds=1,\
              > > > compileCommand=C:/jdk1.3/bin/java.exe,\
              > > > workingDir=C:/Weblogic/myserver/classfiles,\
              > > > verbose=true,\
              > > > keepgenerated=true
              > > >
              > > > The only files that are saved are the ones that get generated from
              > > > jsp pages that contain errors.
              > >
              >
              >
              

  • Where does Mail keep its hidden cache of auto-complete email addresses.  I am plagued with an incorrect email adress I can't get rid of.  Have made sure it's deleted from Contacts and made sure it's deleted from "previous recipients" list in Mail - i

    Where does Mail keep its hidden cache of auto-complete email addresses.  I am plagued with an incorrect email address I can't get rid of.  Have made sure it's deleted from Contacts and made sure it's deleted from "Previous Recipients" list in Mail.  But it still keeps reappearing ... obviously a secret cache file hidden somewhere?

    Autocomplete has nothing to do with this problem.
    From the Mail menu bar, select
              Window ▹ Connection Doctor
    Look for a disused SMTP (outgoing mail) account in the window that opens. Double-click it. Another window will open, showing a list of all the outgoing mail accounts. The unwanted one will be selected. Click the minus-sign button to delete it, then click OK.
    If there's more than one unwanted account, repeat.

  • Does Apple keep warrenties on file in the store?

    I can not find my warrenty slip that was in my Ipod when it first came and the headphone jack isnt working anymore.  Does Apple keep warrenties on file at the Apple store? Please help!

    Use this link to identify your iPod's Warranty Status.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    B-rock

  • Where does iWeb save the site file?

    Sorry guys but this is a lazy man's question.
    Where does iWeb save the site file when you click the save button?
    Is it saved as a seperate file or is it hidden within the program?
    I not talking about publishing it.

    Yes there is...I'll refer you to Apple's own technote...
    http://docs.info.apple.com/article.html?artnum=303670
    But you probably don't want to keep it on your iDisk. The file could be huge and the back and forth network bandwidth involved may make iWeb opens and saves unbearably slow. I've always recommended one of those cheap USB flash drives to keep a potable Domain file on.
    Has this been "helpful" to you?
    ==> www.DirtDoog.com <==</a>    
    Place A Virtual Pin On Putt-Putt's GuestMap!

  • Can time capsule keep backup files that are removed from my computer

    Can time capsule keep backup files that are removed from my computer? I am a photographer and have a ton of files that take too much space on my computer. I'd like to have a backup of them but keep them off of my computer. Does time capsul allow this?

    files you remove from your computer will be removed from your time machine backups sooner or later.
    better store important files on an external HD which, if connected directly to your computer and given enough space on your TC, can be backed up using time machine.

  • When I watch tv shows in Front Row that I've bought off iTunes the audio gradually falls out of sync with the video. It does not happen with other files that I have converted into mp4s. Any ideas for fixing this? It's a huge bummer...

    When I watch tv shows in Front Row that I've bought off iTunes the audio gradually falls out of sync with the video. It does not happen with other files that I have converted into mp4s. Any ideas for fixing this? It's a huge bummer...

    I too have the same problem.  The audio drop out of sync in about 5 sec in not uncommon for the audio to be 30+ sec behind video.  Apple needs to fix this!!!!!!!!!!!!!!!!   its a joke,  my iphone is all messed up after the last update as well.  at one time not to long ago apple products and software were top rated, not so much any more, more and more problems are showing up and apple is unwilling or unalbe to fix the many issues.  Apple needs to fix the audio sync problem, it not the computer hardware or other software it ITUNES!!!!,  there is no workaround other then hitting pause and hitting pause and hitting pause to temp fix the problem. 

  • Help, i am trying to print my JPEG file that i created in photoshop at a photo lab but it is coming out like an X-ray. I have printed these files before so i have no idea what i am doing wrong.

    Help, i am trying to print my JPEG file that i created in photoshop at a photo lab but it is coming out like an X-ray. I have printed these files before so i have no idea what i am doing wrong.
    Could it be something i have done in my settings?
    or when i am saving the file to JPEG?

    Basically you're approaching this the wrong way around. What you need is the extreme sections to be quieter, not louder. The problem with moving the lower end of the audio is that you'll move the noise floor too, and get what's generally referred to as a 'pumping' effect. So what you do is to use a compressor to tame the peaks, and leave the lower level sound alone. When you've done that, you amplify (or normalize to a level you can determine) the whole signal. So the noise floor will be higher, but constant and not pumping. 'Match Volume' is a completely different tool for setting the overall levels of different tracks so that they sound approximately the same - it doesn't even begin to do what you want.
    If it's music you are treating, then I'd almost certainly use the multiband compressor, because you get less artefacts with this. You need to experiment with the threshold levels, and almost certainly not use a massive compression ratio - 3:1 or 4:1 should be sufficient (although it's hard to tell without actually hearing the audio). You can tell what it's doing at any given point because the downward meter indicates how hard it's working. In theory you can apply make-up gain with it as well, but personally I leave that until everything's treated and use the 'Normalize' tool to set an absolute max level.

  • Where should I store the collatoral files that are associated with photos stored in lightroom?

    Where should I store the collatoral files that are associated with photos stored in lightroom? Items such as pdf files, word documents, etc. How should I connect them to each other so I can find both the photo and the related data?

    Lightroom itself will not help you with pdf, word, etc.
    However, there is a plugin you can use called AnyFile which will allow you to manage these documents in Lightroom (by assigning keywords and other metadata) so that you can search for all documents (photos, pdf, word, music, powerpoint, etc.) with given metadata.
    Because you do this via metadata, it doesn't matter where you put these files. Put them anywhere you want.

Maybe you are looking for

  • Application to run loops

    I have iPad 32GB and 3G and I want to run music loops. In a band and want to use various loops to start songs, etc. What do I need to "fire the loops"? I have been told something like iSample, but having a problem finding the right application for my

  • Use of dsp:select with some map or list???

    Dear Friends, I want to use dsp:select by using map or list as the option of the given combobox using repository. Can anybody help me out to resolve my problem. Thanks to in advance. Regards, Girish Mishra

  • Compilation problem -- classes in same package

    I feel like I should know the answer to this, but since I can't figure it out, I'll ask it anyway. I have the following three classes, all in the same package. The Dog class compiles just fine. As for the other two, the compiler insists it "cannot fi

  • Query version of a report 'Compliance 3 - Update Group (per update)'

    Hi, I was wondering if it was possible to create a query where I can view number of missing updates based on my baseline. This will be similar to an existing report 'Compliance 3 - Update Group (per update)' and when I select a collection, I would ex

  • My Nano won't turn on

    Grrrrrrrr! I updated my nano tonight. Once i disconnected it from my CPU it wont turn on. I have tried the 5 R's and still nothing. It wont turn on it doesnt recognize on my CPU, it wont do any thing. It's brand new darmittt. Any Helpful hints would