Can not modify jsp portlet

Hello,
I have an application with 16 jsp portlets. All of them works fine, but when I add one more portlet it works fine at the begining but when I modified it and then deployed it the changes does not appear. And also I tried to add one more portlet but when I doplied I can not see it in the provider that I registered in oracle portal.
I'v tried also add new application with very very simple portlet and then register this new provider It works fine at the begining but when I modified it (just add word hello to be appeard in the portlet) the changes not appear also.
Any helpfull comment/suggestion?

Hi Bellys,
bellys77 wrote:
Hi All
I can not modify my empty sequence.
I created lots of new sequences HD snd in different frame rates.
all same... modify is grayed out..
please help
Which version of Premiere Pro are you running? Any more details? FAQ: What information should I provide when asking a question on this forum?
Thanks,
Kevin

Similar Messages

  • Why is there no "none" option of payment methods? , Can not modify About Me!

    Why is there no "none" option of payment methods? , Can not modify About Me!

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    If None is not available - On your computer launch iTunes and click "iTunes Store" in the left navigation pane. Click the "down arrow" next to your name at the top right side of the page and click "Account." Enter your username and password and click "View Account" to log into your account information. Next to your Payment Type, click "Edit." Select the "None" button and click "Done." Confirm that your card has been removed by returning to the Apple account information screen. Under Payment Type, it should say that there is no credit card on file.
     Cheers, Tom

  • I can not install any addons as firefox throws an error saying " firefox can not modify the needed file"

    whenever I try to install an addon, firefox says it can not install the addon since it can not modify the needed file! Whatever addon I have are from my previous version of firefox.

    Is the date / time set correctly on that PC? <br />
    Right-click the Time in the System Tray and select Adjust Date / Time to see.

  • I am running firefox 23.0.1. I just upgraded to evernote 5.0+. When I try to add webclipper 5.7 to firefox I get the error Firefox can not modify the neede

    I am running firefox 23.0.1. I just upgraded to evernote 5.0+.
    When I try to add webclipper 5.7 to firefox I get the error
    Firefox can not modify the needed file
    I could not locate the files referenced in the answers presented.

    Firefox no longer unpacks an extension automatically, but renames the XPI file to the ID of the extension and copies that file to the extensions folder in the Firefox Profile Folder.
    If an extension needs to be unpacked then there should be an unpack directive (<nowiki><em:unpack>true</em:unpack></nowiki>) in the install.rdf file of that extension.
    * https://developer.mozilla.org/En/Updating_extensions_for_Firefox_4.0#XPI_unpacking
    You can try to set the extensions.alwaysUnpack pref to true on the about:config page.
    *http://kb.mozillazine.org/about:config

  • Can Not Edit JSP Page

    Running SJSC2.1 on XP
    I have a project which uses tables and DB
    I can not edit the JSP page (the tab for the Page1.jsp page has an asterisk) after the name.
    The IDE can not edit the page either, I add a table column for display and the design mode shows the added column but the JSP page does not show the new column, nor does the new column show when the app is deployed..
    I can edit the file with wordpad outside of the IDE
    What gives???
    Thanks

    Actually, I did say that I am able to edit the file and save it in WordPad..
    Outside of the IDE..
    Thanks anyway...
    I have restarted the IDE, Rebooted the system (which reboots the app server) made sure there are no "hanging" "app module" entries in the domain.xml file...
    Anybody know why the "*" is shown with the filename on the SJSC Design tab..
    There was also a series of very small "red somethings" to the upper left of the file name in the Files> listing
    The red somethings looked like:
    | | | |
    | o |
    I have no idea what this red something is.. I thought if might say something but even with a magnifying glass it is unreadable, if in fact the somethings is text
    Thanks
    any help would be appreciated...

  • Can not get JSP examples to run

    I am able to use the example servlets, but I can not get the JSP examples to run. I get the error listed at the end of this message.
    I am using jdk1.3.x and TOMCAT Version 3.2.3
    Here is my classpath
    .;C:\jdk1.3\jre\lib\rt.jar;c:\jdk1.3\lib\tools.jar;C:\jakarta-tomcat\webapps\privilegesparadox;C:\jdk1.3jre\lib\ext\XML4J.JAR;C:\jdk1.3\jre\lib\ext\mm.mysql-2.0.4-bin.jar;C:\jdk1.3jre\lib\ext\mssqlserver.jar;C:\jdk1.3\jre\lib\ext\mail.jar;C:\jdk1.3jre\lib\ext\activation.jar;C:\Netscape\Servers\java\ldapjdk.jar
    I am running this on win2000. I have done several years of servlet work and now am needing to do JSP stuff. I can not get the examples to run... so any of my test stuff does not work either.
    Error: 500
    Location: /examples/jsp/dates/date.jsp
    Internal Servlet Error:
    javax.servlet.ServletException: sun/tools/javac/Main
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:508)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:812)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:484)
    Root cause:
    java.lang.NoClassDefFoundError: sun/tools/javac/Main
         at org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:136)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
         at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:542)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:258)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:268)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:812)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:484)

    I don't get it... I have been using jdk 1.3.x for sometime... a year now. All seems fine with servlets and java applications I have created. What could be not there if all of this works?
    If reinstall the jdk over top of where is is now, would that be of any help? I will copy my /ext jar files to a temp area first so I can keep my jar files.
    Dean-O

  • Can not modify/import RFC/IDoc

    After I import design object to IR, I can't import IDoc from SAP system.
    there I can not change system, client, information.
    Why?

    hi
    Just double click on the software component and check whether the radio button Import of RFCS and IDOCs interfaces from SAP systems Permitted. Then you give R3 applicaiton server name and the system number as 00 and give your userid and password.
    You can also get your R3 applicaiton server name from the SAP logon pad. Open SAP Logon pad select the R3 system which you want to connect and click on Change Item. There your application server name is given. So cross check once again whether this one and the one you are giving are the same. Then proceed further. It should work.
    Note: reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • Javafx media component can not modify the http header. javafx media component can not append parameter in url such as m3u8?channel=2

    1. When our HLS stream server check user name and password. In http header such as the cookies value. There are not place for it.
    2. The mp4 can append ?parameter=value. But m3u8 can not be appended.

    1. When our HLS stream server check user name and password. In http header such as the cookies value. There are not place for it.
    2. The mp4 can append ?parameter=value. But m3u8 can not be appended.

  • Customizing FBL1N - FB02 // Can not modify field PAYEE in document display

    Hi,
    When opening line items in FBL1N for a particular Vendor and selecting, open items.
    In the document display I have a field called 'PAYEE' (BSEG-EMPFB)
    This field in the first document is enabled. Although on the second document this field is disabled and I can't enter any data.
    Does anyone knows the customizing that will make the field 'ENABLE' ? Or why it is disabled ?
    The two documents aren't for the same company code and do not have the same type (BLART).
    Appreciate your reply.
    Regards
    Jonathan
    Edited by: Antish  Awootar on Aug 4, 2010 1:17 PM

    Hi,
    Please check in the transaction OB32, the setting for this field for the relevant company code.
    Regards,
    Gaurav

  • Why AP can not modify the hostname

                 Modify the hostname of the AP, but the tips below in the WLC WEB

    The error message is telling you that on your High Availability tab you have an IP Address in the Primary/Secondary/Tertiary section but do not have a WLC hostname there.    High Availability is done by WLC Name with the IP Address Optional.    The only way you'll be able to make a GUI modification (change the AP name for example) will be AFTER you fix the error [remove the ip address in the HA section, or add the WLC name like is required for a valid HA config).

  • Can not get JSP to work for the first time.

    This is my first attempt to write JSPs. When TOMCAT attempts to render my first java server page TOMCAT reports the following two errors:
    org.apache.jasper.JasperException: Unable to compile class for JSPerror: Invalid class file format in C:\j2sdk1.4.0_01\jre\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand.
    C:\Program Files\Apache Tomcat 4.0\work\Standalone\localhost\JobEntry\HeadingExample$jsp.java:0: Class java.lang.Object not found in class javax.servlet.GenericServlet.
    package org.apache.jsp;
    I am on an XP box, running jwsdp-1_0_01, j2sdk1.4.0_01, and TOMCAT 4.04.

    You might want to try downloading a newer Tomcat Version 4.1.18 works well. Follow the URL below. I have tried this version with the SDK 1.4 in the past, without problems. It might be that your older version of Tomcat just doesn't like the 1.4 SDK. Would take 5 minutes max on a decent http connection to DL and install.
    http://jakarta.apache.org/site/binindex.cgi

  • Can not modify wire in LabVIEW 8.6 create with State Editor

    I have a VI created using LabVIEW 8.6 that incorporates a State Editor diagram (not State Chart).  After working on the VI for several weeks, I created a new State.  Some of the shift registers were pre-wired (first time I have seen this).  The wires connecting to the tunnels that connected to the shift-registers could not be modified.  Any clues on how enable modifications of these wires.

    Blubell,
    I have been able to recreate this with LV 8.6 and the SDE ( State Diagram Editor ) with the following:
    1- Use the SDE to create a state diagram with several states. 
    2 - Go the the block diagram and add a shift register to the outer while loop and wire through  case statement. 
    3 - Right click the tunnel on the case statement and select 'Linked Input Tunnel>Create & Wire Unwired Cases'.  LV will go ahead and make the connections for you in the other case statements.  I guess its a new tool.  Unfortunately it is interacting with the SDE when you add another case and won't let you alter the connection for the new case.  It is locking this connection just like it locks several other things to the state diagram.
    The cure appears to be this:
    1 - Open the state diagram and delete the new case/cases. 
    2 - Go to the block diagram and right click on the problem child tunnel and select 'Linked Input Tunnel>Clear'.  Now you should be able to go back to the SDE and add the new states.

  • OAYC can not modify the the last depreciation posting year and month

    Dear all,
    I will set the asset last depreciation posting fiscal year and period,  but, in the OAYC T-CODE, the fiscal year and period feilds is unabled.
    use F1 key, the detail message is :
    Fiscal year of last depreciation posting
    In this field, the system enters the fiscal year for which depreciation was last posted. If legacy data transfer is carried out during the course of the fiscal year, you must manually update this field.
    The field is not available for input if legacy data not transferred within the fiscal year, or if depreciation is not posted in this depreciation area.
    But I do not how to correct it .
    Please help me. thanks.
    Passion Wu

    Hi,
    Answer for your query is available in your question only.
    The field is not available for input if legacy data not transferred within the fiscal year, or if depreciation is not posted in this depreciation area
    There are 2 ways to upload the legacy asset to the SAP system.
    1) Legacy asset upload at previous fiscal year end
    2) Legacy asset upload during current fiscal year
    When you use the 2nd method only, system will allows you to enter those last posted dep period and fiscal year OAYC.
    In this context your legacy asset transfer date should fall within the current fiscal year.
    Ex: If your FY is APR2MAR, then your transfer date cannot be the end date of last closed fiscal year.(31.03.2009)
    It should be like 30.04.2009 or 31.05.2009 or 30.06.2009 and so on.............
    Hope this will help you.
    Thanks,
    Srinu..
    OAYC_SRBORIGI

  • Can not modify template CR 8.8 of SAP

    Hi all!
    I have problem when i modify the template CR 8.8 of SAP that i downloaded form portal of SAP.
    File name: XX-1.2.b1p
    After i modified the template with some work as insert logo, modify text,.... and then i attached in to SAP B1 8.8 but when i print this template, error appears.
    Please help me!
    Thanks!

    Hi!
    OK, no problem. you don't save as this report with another name
    You should export file rpt, it will done
    Thanks!

  • Can not modify the layout for my Default Display Form, inside an issue tracking list. the form will be blank after adding the cusotm styles

    I am working on an Issue Tracking list inside SharePoint 2013. but when a user clicks on an item , the description field will occupy only a small area of the page , while most of the page will be blank as follow:-
    so using F12 Developer Tools on IE i detect the marckup for the Description field as follow:-
    where it is mentioned that it have a Width=350, so i add a Script Editor web part to the displayform and i specify the following to expand the field from 350 to 1000:-
    <style>
    #SPFieldNote
    {width: 1000;
    <style>
    but the result is that the display form will display nothing when clicking on an item as follow:-
    Of course if i remove the ScriptEditor web part the form will be shown again..
    so can anyone advice from where i can force the default display item view to occupy the whole page size ? Thanks

    Hi John,
    Since width is mentioned in 'td' itself, so using styles we can't overwrite the width. For that you can implement javascript or jQuery code to set the width on td element.
    $('#SPFieldNote').width('1000px');
    Regards,
    Brij K

Maybe you are looking for