Can't get definitions factory from context in struts tiles in weblogic 10

I have exception trace which only happens whenever i recompiling my java file while running my web application in weblogic 10
javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Can't get definitions factory from context.
*     at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:286)*
*     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)*
*     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)*
*     at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)*
*     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)*
Caused by: javax.servlet.jsp.JspException: Can't get definitions factory from context.
*     at org.apache.struts.tiles.taglib.InsertTag.processDefinitionName(InsertTag.java:580)*
*     at org.apache.struts.tiles.taglib.InsertTag.createTagHandler(InsertTag.java:479)*
*     at org.apache.struts.tiles.taglib.InsertTag.doStartTag(InsertTag.java:441)*
Anybody has any idea how to fix this?
It seems the error happen because weblogic trying to reload the context after i recompiling java file
How do i turn off / workaround on this?
By the way i m using struts tiles
Thanks

I have exception trace which only happens whenever i recompiling my java file while running my web application in weblogic 10
javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Can't get definitions factory from context.
*     at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:286)*
*     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)*
*     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)*
*     at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)*
*     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)*
Caused by: javax.servlet.jsp.JspException: Can't get definitions factory from context.
*     at org.apache.struts.tiles.taglib.InsertTag.processDefinitionName(InsertTag.java:580)*
*     at org.apache.struts.tiles.taglib.InsertTag.createTagHandler(InsertTag.java:479)*
*     at org.apache.struts.tiles.taglib.InsertTag.doStartTag(InsertTag.java:441)*
Anybody has any idea how to fix this?
It seems the error happen because weblogic trying to reload the context after i recompiling java file
How do i turn off / workaround on this?
By the way i m using struts tiles
Thanks

Similar Messages

  • I have purchase iphone4 from someone,it is not factory unlock ,how can i get it factory unlock,its safari not working and its not showing drive on my computer

    i have purchase iphone4 from gray market,it is not factory unlock,how can i get it factory unlock,
    its safari not working and it is not showing drive in my computer.

    iPhones are sold in carrier-locked and unlocked versions. If the phone has a carrier lock on it, you must contact the carrier to have it removed (you probably need to bring the phone to the carrier for the process). If you don't know the carrier, you won't be able to get it unlocked. US carriers will not remove the carrier lock and it cannot be removed.
    How is Safari behaving that makes you say that Safari is not working? The lock status of the phone won't affect Safari, except that if the phone is locked and you aren't using the carrier (and SIM provided by the carrier) to which it is locked, then you can't use the phone or 3G service, only Wi-Fi.
    The iPhone should not appear as a drive on your computer, so there's no error there.

  • My roommates' computers can't get a signal from my Airport base station

    I just bought a used Airport Extreme (the round one) off Craig's List and set up a network in my apartment using Airport Utility on my MacBook. I've set it up with WPA, and I can connect to it. Works great....
    Until my roommates try to connect from their computers. One is on a ~5 year-old iMac and the other is on a Thinkpad. Their machines can see the SSID but can't get a signal from it or connect to it. I've tried removing the password and unsecuring the network. I've tried resetting the router entirely and reconfiguring. Same story.
    I know this is an Apple issue because their machines can connect just fine to our previous crappy router that was slowing down our connection (that was meant to be replaced by the shiny new (used) Airport). I've looked into the WEP / hex key issue mentioned on some forums (eg http://www.macwindows.com/airportpc.html#011408b), but I don't think that Apple/PC compatibility is the issue because one of their machines is an iMac.
    Help?

    Hello amandalotti. Welcome to the Apple Discussions!
    Per chance, do you have Access Controls enabled? (ref: AirPort Utility > Manual Setup > AirPort > Access tab) If so, disable it.
    If not, I suggest performing a "factory default" reset on the base station to get it back to its original "out-of-the-box" configuration to see if this will help.

  • Error -  Tag Insert : Can't get  definition - help needed

    Error - Tag Insert : Can't get definition 'Template.page' ..
    getting the above error when i use
    <tiles:insert definition="Template.page" /> in my jsp page
    altough I have definition by name "Template.page" error is thrown..
    I am using myfaces + tiles..
    I have clearly mentioned the tiles files in web.xml.
    But if i call any jsp page from its viewid... its reconising its respective tiles deinition... like below
    when i call /faces/mypage.jsp and in my tiles page i have
    <definition name="/mypage.tiles" extends="Template.page" >
    <put name="header" value="/sss/yyy/home.jsp" />
    </definition>
    so when i call that page, its recognises the definition and working fine..
    but when i use definition like below
    <tiles:insert definition="Template.page" /> in my jsp page and in tiles.xml files i have the definition.. like below
    <definition name="Template.page" path="template.jsp" >
    <put name="header" value="/sss/yyy/home.jsp" />
    <put name="footer" value="/sss/yyy/home.jsp" />
    </definition>
    its saying the Error - Tag Insert : Can't get definition 'Template.page'

    Error - Tag Insert : Can't get definition 'Template.page' ..
    getting the above error when i use
    <tiles:insert definition="Template.page" /> in my jsp page
    altough I have definition by name "Template.page" error is thrown..
    I am using myfaces + tiles..
    I have clearly mentioned the tiles files in web.xml.
    But if i call any jsp page from its viewid... its reconising its respective tiles deinition... like below
    when i call /faces/mypage.jsp and in my tiles page i have
    <definition name="/mypage.tiles" extends="Template.page" >
    <put name="header" value="/sss/yyy/home.jsp" />
    </definition>
    so when i call that page, its recognises the definition and working fine..
    but when i use definition like below
    <tiles:insert definition="Template.page" /> in my jsp page and in tiles.xml files i have the definition.. like below
    <definition name="Template.page" path="template.jsp" >
    <put name="header" value="/sss/yyy/home.jsp" />
    <put name="footer" value="/sss/yyy/home.jsp" />
    </definition>
    its saying the Error - Tag Insert : Can't get definition 'Template.page'

  • I can't get any sounds from my ipod, only through earphones

    I can't get any sounds from my itouch. I can only hear through my headphones. I completely reset my itouch and still nothing

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so. There is a little switch in the headphone jack that disconnects the speaker when the headphone jack is inserted.
    Try the following to rule out a software problem. I do not know what you meant by "completely reset my itouch".
    - Reset the iOS device. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack or other hardware problem.
    Apple Retail Store - Genius Bar

  • How can i get all values from jtable with out selecting?

    i have one input table and two output tables (name it as output1, output2). Selected rows from input table are displayed in output1 table. The data in output1 table is temporary(means the dat wont store in database just for display purpose).
    Actually what i want is how can i get all values from output1 table to output2 table with out selecting the data in output1 table?
    thanks in advance.
    raja

    You could set the table's data model to be the same:
    output2.setModel( output1.getModel() );

  • How can i get thes songs from ipod nano to the itunes libary??

    hi
    i have ipod nano and i sync it with over 500 songs .....my bad i lose all that songs on my libary  .... how can i get thes songs from ipod nano to the itunes libary??

    See this older post from another forum member Zevoneer on different ways to copy content from your iPod to your computer.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Can you get values back from a stored procedure via OUTPUT parameters?

    Can you get values back from calling a stored procedure via OUTPUT parameters/variables? I call the SP via a SQL statement from a script either in a WF or DF.
    I thought I read some reference that DI could not get the values from OUTPUT parameters but I could not find it again (don't know if it is in any of the documentation or referred to in a forum.
    I did try a couple of tests but it did not reutrn any values via OUTPUT. But before I give up I thought I'd see if you could and maybe I needed to change something.

    This isn't exactly an answer to your question, but I'll point out that, given that you're resorting to a SQL script in the first place, there's no reason you can't also turn the output parameters into a regular result or record set. (The following uses T-SQL, although I think it's pretty generic.)
    declare @param1 int, param2 varchar(100), @return int;
    exec @return = proc @param1 = @param1 output, @param2 = @param2 output;
    select @param1 as param1, @param2 as param2;
    That is, to get from output parameters to a "regular" output from the SQL script isn't much of a leap...
    Jeff Prenevost
    BI Consultant
    Ann Arbor, MI

  • Can viewObject get a parameter from sessionScope to binding variable?

    hello,
    using Jdev11g ADF Fusion application
    Can viewObject get a parameter from sessionScope and assign into binding variable ? without using executeWithParameter
    Thanks
    greenApple

    A. Safwat,
    As I said before, I was not trying to be offensive, but simply to explain some of the shortcomings of one solution over another. One of the reasons people give such short answers is that many questions (including this one) have been asked and answered many many many times before on the forum. As to my reasons:
    1). Overkill - overkill because you are writing code to do what the framework already provides for you.
    2). Not bind-variable friendly - you are gluing in literals into a SQL statement. That means that Oracle will have to hard parse the query for each new value of the filter clause, yielding to poor performance, particularly in a multiuser environment. It should ideally be done using bind variables.
    3). Insecure (think about what happens if you put "'xyz' or 1=1" into the filterValue there) - not using bind variables is a security hole. Think through what happens if a filter criteria comes through like the one I mentioned.
    4). Inflexible - because you are overriding executeQueryForCollection, this VO becomes inflexible and can only be used in this particular place. Using the declarative approach outlined by Timo is more flexible
    5). Bad (ok, that's my opinion there) - OK, perhaps this was a bit offensive ;)
    Please don't take a critique of a post as offensive, as I assure you it was not intended to be in that spirit. As I mentioned, I greatly appreciate when people point out issues/problems/etc with my ideas, as that is the best way for me to learn. I have in the past written applications that were not bind-variable friendly, and I learned the downsides the hard way (system was horribly non-performant) - I wish someone had reviewed my approach and told me "bad idea" before the application made it into production.
    Respectfully,
    John

  • How can I get all photos from iPhoto to automatically back up to iCloud from my Mac OSX Version 10.6.8 operating system.  Not enough memory to upgrade.

    How can I get all photos from iPhoto to automatically back up to iCloud from my Mac OSX Version 10.6.8 operating system.  Not enough memory to upgrade.

    You can't.  iCloud is not for general file backup from a Mac. It's for backup up and syncing data between mobile devices and and Macs and  The following is from this Apple document: iCloud: Backup and restore overview.
    iCloud automatically backs up the most important data on your (mobile) device using iOS 5 or later. Once you have enabled Backup on your iPhone, iPad, or iPod touch .....
    What is backed up
    You get unlimited free storage for:
    Purchased music, movies, TV shows, apps, and books
    Notes: Backup of purchased music is not available in all countries. Backups of purchased movies and TV shows are U.S. only. Previous purchases may not be restored if they are no longer in the iTunes Store, App Store, or iBookstore.
    Some previously purchased movies may not be available in iTunes in the Cloud. These movies will indicate that they are not available in iTunes in the Cloud on their product details page in the iTunes Store. Previous purchases may be unavailable if they have been refunded or are no longer available in the iTunes Store, App Store, or iBookstore.
    You get 5 GB of free iCloud storage for:
    Photos and videos in the Camera Roll
    Device settings (for example: Phone Favorites, Wallpaper, and Mail, Contacts, Calendar accounts)
    App data
    Home screen and app organization
    Messages (iMessage, SMS, and MMS)
    Ringtones
    Visual Voicemails
    But not from a Mac.  If you want to backup your photos and other important files I suggest you get an external hard drive and use  it with Time Machine.
    OT

  • How can I get all photos from the camera roll onto the photo stream so they will share between iphone and ipad?

    How can I get all photos from the camera roll, and all new pictures taken, to get on the photostream so they can share between iphone and ipad?

    When turning PhotoStream on with photos available in the Camera Roll, only photos captured by the iPhone or saved on the iPhone are placed in the PhotoStream.
    For all photos that were in the Camera Roll prior to turning PhotoStream on, import the photos with your computer and add the photos to your PhotoStream on your computer.

  • HT1454 why i can not get video out from my ipod touch after i did the upgrade

    why i can not get video out from my ipod touch after i did the upgrade

    why i can not get video out from my ipod touch after i did the upgrade

  • HT1454 Can not get video out from my ipod touch 3rd gen. Any ideas? It should nt be diffiicult to do this on the 21 st century, or not?

    After having spent EUR 130 on cables from apple, i still can not get video out from my ipod touch 3rd gen. Any ideas? It should nt be diffiicult to do this on the 21 st century, or not?

    Backing up an iOS device will copy some data to a backup file within iTunes, but this excludes all media.  You can also transfer iTunes Store purchases from the iDevice to iTunes but, without using a third-party tool, nothing else.  As long as you do not sync the iPod with your new library, the media that's on it will remain ... for as long as it keeps functioning, is not lost, stolen, eaten by the dog, ...
    You may also have an option to recover your previous library from your old laptop; as long as its hard drive isn't fried, a computer repair store or technician may be able to extract the drive, mount it in an external enclosure, and copy your data to another PC.  Whatever you choose, there is no real alternative to having all your media on your computer, managed by iTunes, and regularly backed up to another device/location.

  • I have an iPod Classic and the latest version of iTunes. I make all my purchases on my computer, but when I try to click the "add to" option and transfer the songs to my iPod, it doesn't work. How can I get my songs from my computer to my iPod?

    I have an iPod Classic and the latest version of iTunes. I make all my purchases on my computer, but when I try to click the "add to" option and transfer the songs to my iPod, it doesn't work. How can I get my songs from my computer to my iPod?

    See this excellent user tip from another forum member turingtest2 outlining the different methods and software available to help you copy content from your iPod back to your PC and into iTunes.
    Recovering your iTunes library from your iPod or iOS device
    B-rock

  • Can i use some other company's locked iphone? or can i get official unlock from apple? cause i had iphone but it got water damage and don't want to pay crazy amount of money to get brand new...

    can i use some other company's locked iphone? or can i get official unlock from apple? cause i had iphone but it got water damage and don't want to pay crazy amount of money to get brand new...
    and i m getting locked phone from my family memeber for free. but he's with some other carrier. so can i get official unlock for that phone. please help me with this.
    thank you

    Only the original cellular provider can authorize unlocking. You will need to contact them to determine if they offer unlocking and if the phone qualifies.

Maybe you are looking for

  • Web printing too small

    Any web printing I do is too small and I don't know how to reset the size. This started with Tiger. Any help out there?

  • FS-CD : Regrouping changes in release 6.0 vs 4.72

    Hi , I am looking the list of  changes that were made in 6.0 release with regards to regrouping of receivables/payables and foreign currency valuation. And the changes comparing to 4.72 release and a brief description of the process of regrouping and

  • Current System date in report

    Hi, Iam working on BW reports. Currently iam with report which needs to get the current system date automatically in reports. Can anybody help me on how to get the current system date in report automatically. I tried in layout but it gives all info.

  • Extending Shared Pool

    Dear buddies, I am receiving this error: ORA-04031: unable to allocate 32884 bytes of shared memory ("shared pool","grant select on query....","sql area","qry_text : ....") In order to solve this, I need to give more space for the shared pool? The to

  • Multiple SSO Tickets Cause Problem

    Dear SAP Fellas, Our customer implemented NWBC based travel management into ECC6 based HR system. It uses its own SSO tickets, when users log on via webbrowser, it is working fine. In this landscape there is an Enterprise Portal used for other purpos