Jsp-comp error saying tag-property is read only

Hi!
Running oc4j 1.0.2.2 on win2000.
When I try to access a jsp I get a "error parsing jsp-page",
saying:
Property 'numberofitems' of
bean/tag 'bg.taglib.campaign.CampaignListTag' is read only
Is there anyone that can explain...?
stubbs follow...
class:
public class CampaignListTag extends ListTag {
public int doStartTag() {
return(EVAL_BODY_TAG);
public int getNumberofitems(){
return super.getNumberofitems();
public void setNumberofitems(String NumberOfItems){
super.setNumberofitems(NumberOfItems);
jsp-call:
<%@ taglib uri="taglib" prefix="bg" %>
<bg:CampaignList numberofitems="12">
tag-declaration:
<tag>
<name>CampaignList</name>
<tagclass>bg.taglib.campaign.CampaignListTag</tagclass>
<bodycontent>JSP</bodycontent>
<attribute>
<name>numberofitems</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
regards
.../Andreas

Hi,
How many machines are effected by this problem?
I've seen someone suggested you disable add-ins, does this work? To eliminate the influence by add-ins, we can also start Outlook in Safe Mode to test:
Press Win + R, type "outlook.exe /safe" in the blank box, press Enter.
If the issue persists, please switch the account to work in Online Mode:
Go to Account Settings -> Double click on the account -> Uncheck "Use Cached Exchange Mode" -> Next -> Finish.
You will need to restart Outlook to work in Online Mode.
Now please check if this issue persists when you select the contact in Step 6. I suggest you do this so since in Cached Mode Outlook uses the Offline Address Book, and in Online Mode Outlook uses Global Address List directly. If it works fine in Online Mode,
probably the OAB is corrupted and I suggest you go to C:\Users\username\AppData\Local\Microsoft\Outlook, find the Offline Address Books folder and delete it. Outlook will generate a new one when it starts next time in Cached Mode, let's see if it fixes the
issue.
Regards,
Melon Chen
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • OracleCommand.Transaction property is read only

    Does anyody know what's wrong with this:
    VB Code:
    Imports Oracle.DataAccess.Client
    Dim oraCn As New OracleConnection(ConString)
    Dim oraCmd1 As New OracleCommand(oraString1, oraCn)
    Dim oraTrans As OracleTransaction
    oraTrans = oraCn.BeginTransaction(IsolationLevel.ReadCommitted)
    oraCmd1.Transaction = oraTrans --> gives me error said that the property is read only
    Does anyone know how to solve this issue?
    Thanks in advance

    Hi,
    Access rights are proper. In fact, I am using Admin ID with full access.
    Regards,
    Kapil

  • My MacBook w/ OSX 10.6.8 cannot access my external Time Machine Backup USB Drive.  It says it is a Read Only drive.  When I went to change permissions I found all pernissions were listed as "Custom" and I could not reset them to "Read Write".  Any help!

    My MacBook w/ OSX 10.6.8 cannot access my external Time Machine Backup USB Drive.  It says it is a Read Only drive.  When I went to change permissions I found all pernissions were listed as "Custom" and I could not reset them to "Read Write".  Any help would be appreciated.

    This can be done easily with ethernet.
    Please follow the instructions strictly.
    To make it easier I want you to do this overnight so you can turn off all your current connection to the internet.
    Just go to the airport fan in to the top right and turn airport off.
    Get ethernet cable and connect the laptop to the TC lan port.. ie <-> ones.
    Press and hold the reset on the TC for about 10sec. until the front led flashes rapidly.
    Open the airport utility.. go to manual setup and change the wireless to off. (so other people around you cannot join your network of one).
    Ignore all the errors.. they won't stop the backup working.
    Go to the TM and reselect the backup target disk as the TC.
    It should start after 2min and run through to completion.
    That is it.. for a backup of many GB it might take a few hours.. so make sure the laptop has power plugged in and the sleep is off.. (on early ones I think this is needed but I am a late arrival to the scene).. sleep doesn't affect later OS.

  • "Time Machine Error   The backup volume is read only"

    Lately, every time I try to backup to my Time Capsule using Time Machine it fails and I get a message saying "Time Machine Error The backup volume is read only. To select a different volume, open system preferences and choose Time Machine" So I do that and I see the Time capsule listed. I don't want to select anything but the Time Capsule, cuz what else do I have, right? Am I wrong in assuming the "backup volume" is the Time Capsule? Anyway, I have tried changing the permissions on the time capsule, but when I get the "get info" box for the time capsule, there is not an option to change those settings, they are grayed out. Every thing worked well for about a week and then this started. My backup volume must have been "Read & Write" at first, because I can see what was backed up when I open Time Machine. Anybody have a clue what's going on? How can I make the back up volume "Read & Write" again and why did it change to "Read Only?"

    Nope, I am using the same passwords as ever, both users have the same password, BTW. The password I gave to the Time Capsule is different, tho, but that password is for the wireless aspect of the Time Capsule, so that wouldn't have anything to do with it, would it?
    I also get a message box that says "Disk Repair The disk "Backup of XXX's Computer" was not repairable by this computer, it is being made available to you with limited functionality. You must back up your data and reformat the disk as soon as possible." This box appears in conjunction with the appearance of the Norton's virus scan box scanning the time capsule.

  • OracleCommand.Transaction property is read only Pls Help me

    I Am Using oracle 9 .2.
    Imports Oracle.DataAccess.Client
    Imports Oracle.DataAccess.Types
    Dim lCmdSql, lCmdErr As New OracleCommand
    Dim lTrans, lTransErr As OracleTransaction
    lCmdSql.Connection = conGlobal
    'lCmdSql = conGlobal.CreateCommand()
    lCmdSql.CommandTimeout = 500000
    lTrans = conGlobal.BeginTransaction(IsolationLevel.ReadCommitted)
    'Error Come Here
    Transaction property is read only
    lCmdSql.Transaction = lTrans'''''''''''

    Hi,
    How many machines are effected by this problem?
    I've seen someone suggested you disable add-ins, does this work? To eliminate the influence by add-ins, we can also start Outlook in Safe Mode to test:
    Press Win + R, type "outlook.exe /safe" in the blank box, press Enter.
    If the issue persists, please switch the account to work in Online Mode:
    Go to Account Settings -> Double click on the account -> Uncheck "Use Cached Exchange Mode" -> Next -> Finish.
    You will need to restart Outlook to work in Online Mode.
    Now please check if this issue persists when you select the contact in Step 6. I suggest you do this so since in Cached Mode Outlook uses the Offline Address Book, and in Online Mode Outlook uses Global Address List directly. If it works fine in Online Mode,
    probably the OAB is corrupted and I suggest you go to C:\Users\username\AppData\Local\Microsoft\Outlook, find the Offline Address Books folder and delete it. Outlook will generate a new one when it starts next time in Cached Mode, let's see if it fixes the
    issue.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How and Where to change ESS payslip property as READ only Mode

    Hi,
      We are SAP ECC5.0 and using EP6 for ESS payslip. We have a problem
    launching ESS payslip for those employees who have Acrobat Editor and
    Reader installed. One can actually change the payslip information via
    Acrobat Editor when click onto PRINT button.
    However, for those without Acrobat Editor installed in the PC, we do
    not have such problem. Please advise how to resolve this.
    Was told to change ESS payslip property as READ only Mode. Unable to find this in the configuration setting.
    Thanks.

    You may further look at the following help link:
    http://help.sap.com/saphelp_nw04/helpdata/en/97/ccfc3f0ac2c642e10000000a1550b0/frameset.htm
    If it helps, pl do reward.
    Thanks
    Narasimha

  • What to do about Backup failed with error: The target volume is read-only

    This is a weird story. My wife has a PowerBook G4/1.33 GHz that she uses in clamshell mode with a 20" Cinema Display. One day under OS X 10.5.6, her Time Machine backups (to a networked 500 GB Time Capsule) failed with the error: Backup failed with error: The target volume is read-only. So I upgraded her to 10.5.7 and erased the sparseimage file, starting a new Time Machine backup. And it just happened again. Any idea how this sort of problem arises? My wife was doing something at her computer when the Time Machine error occurred.
    Please don't advise us to upgrade to 10.5.8, because her PowerBook freezes not infrequently with any OS later than 10.5.6, and I was just about to downgrade her from 10.5.7 to 10.5.6.

    Pondini wrote:
    odysseus wrote:
    This is a weird story. My wife has a PowerBook G4/1.33 GHz that she uses in clamshell mode with a 20" Cinema Display. One day under OS X 10.5.6, her Time Machine backups (to a networked 500 GB Time Capsule) failed with the error: Backup failed with error: The target volume is read-only. So I upgraded her to 10.5.7 and erased the sparseimage file, starting a new Time Machine backup. And it just happened again.
    Try repairing the sparse bundle, per #A5 of the Time Machine - Troubleshooting *User Tip,* also at the top of this forum.
    I've tried this before, but it can't be repaired, because it can't be mounted.
    Any idea how this sort of problem arises? My wife was doing something at her computer when the Time Machine error occurred.
    One possibility is, the HD in the Time Capsule is beginning to fail (all HDs fail, sooner or later).
    I'm backing up to my own sparseimage bundle just fine.
    Please don't advise us to upgrade to 10.5.8, because her PowerBook freezes not infrequently with any OS later than 10.5.6, and I was just about to downgrade her from 10.5.7 to 10.5.6.
    Those two things may be related. Whatever's going wrong may very well be what's corrupting the backups.
    I'd recommend finding out what's wrong with the Powerbook. It's impossible to tell, of course, but that may be the root of the problem.
    There's a problem with PowerBooks and Cinema Displays. I've posted a lot about this. Even after a motherboard replacement, my PowerBook G4/1.67 GHz had freezes, and eventually Apple gave me a MacBook Pro, but I think there's a failure involving hardware/software design.
    If you haven't yet, I'd start by dong a +*Verify Disk+* on it's internal HD (also per #A5);
    That checks out fine.
    if there are no errors, or they're fixed and the problem continues, run the +Apple Hardware Test+ from the disc that came with the Mac. (One of the discs should have that, and instructions for running it, printed in tiny type on the label).
    If still no help, I'd be inclined to do an +Archive & Install, preserving users & settings,+ of Leopard, then download & install the appropriate "combo" update. That's a combination (thus the clever name) of all the updates to Leopard since it was first released, so installing it should fix anything that's gone wrong since then, such as with one of the normal "point" updates. Info and download available at: http://support.apple.com/downloads/MacOS_X_10_5_8_ComboUpdate (change the last "8" to the desired number). Be sure to do a +Repair Permissions+ via Disk Utility (in your Applications/Utilities folder) afterwards.

  • Smart View error when opening Powerpoint files read-only

    Users are experiencing the following error when they open a Powerpoint file as read only. Using MS Office 2007 with Hyperion 11.1.2.1 Doesn't happen in edit mode. Error reappears every time user pages down to next slide. Quite annoying!
    Shape. Tags : Invalid request. Presentations cannot be modified.
    Has anyone experienced this issue and resolved it?
    Thanks,

    Source: My oracle support
    =============================================================================================================================
    Applies to:
    Hyperion Planning - Version: 11.1.2.1.000 and later [Release: 11.1 and later ]
    Information in this document applies to any platform.
    Symptoms
    In Smart View Version 11.1.2.1.000, when attempting to open a PowerPoint document that is already open by other user the following error occurs:
    ERROR : Shape.Tags: Invalid Request. Presentation cannot be modified.
    Cause
    This issue has been verified as Unpublished Bug 12418027: SMART VIEW ERROR : SHAPE.TAGS : INVALID REQUEST. PRESENTATION CANNOT BE MODIFIED
    The cause of the problem is that when a presentation is edited by another user, an exception will be thrown while trying to query the tags in the presentation from a different process.
    Solution
    This issue has been fixed in the Oracle Hyperion Smart View for Office, Release 11.1.2.0.000 Patch Set 1 (PS1): 11.1.2.1.102 Release.
    This patch is available via My Oracle Support:
    1. Log into the My Oracle Support portal.
    2. Choose the Patches & Updates tab.
    3. Enter the Patch Name or Number from the drop-down box.
    4. Perform a search for Patch:12968304 for your corresponding OS platform.
    5. The patch file includes both installers and the readme.
    Additional Information:
    Please refer to the patch readme for system requirements, dependencies, and installation instructions.

  • ADF 10.1.3 : getting error while auto refreshing the read only table

    Hi All,
    I have implemented auto refresh on ADF read only table +[auto refresh simply requeries table rows]+ but after say about 15 -20 refreshes, i start getting the warning:
    bq. "*Feb 10, 2009 3:21:17 PM oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage* \\ *     WARNING: JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key*[ |http://forums.oracle.com/forums/]"
    and all the rows in the table disappear.
    I searched on Google and found that this error can be removed by disabling token validation in the page. But i have following queries:
    1. In my auto refresh code, i have added following lines to avoid this error but i am still getting the error, what could be the reason for this.
    bq. *" current_row_key = dciter.getCurrentRow().getKey();* \\ *     dciter.executeQuery();* \\ *     dciter.setCurrentRowWithKey(current_row_key.toStringFormat(true));"*
    2. Can disabling validation on my page lead to any issues?
    Regards
    Lokesh

    Any inputs on this ..

  • MDT 2010 - Validation Error: The deployment share is read-only, so no changes can be made

    I keep getting the above listed error when trying to update the rules on one of my deployment shares.  I've even gone so far as to remove the read-only flag on everything in the share, it doesn't help.
    As a workaround, I've been editing the CustomSettings.ini directly, but I'd really like this to work.  Any ideas?
    As an aside, the 'Alert me when someone responds to this post' never seems to work here.  And yes, I've checked my spam folder as well...

    Ok, it seems to be related to the MDT WizardEditor, but I'm not sure how.  I logged on to the server and was able to update the deployment share several times.  I closed the MMC, opened the WizardEditor, opened the Deploy.xml thing inside the WizardEditor, closed WizardEditor, reopened MMC - READ ONLY.
    Very weird.

  • Error when mapping drive with read only permissions - unc path works fine

    Hello,
    we have user shares that we map to drive H:. the shares are in the form \\server\user\<loginname>. The shares have full permission and the files and folders have full permission for the user. To be clear, the shared folder is \\server\user. <loginname>
    are several folders, one for each user.
    We use a vb script to check if a user stores too much data and if yes, we set the permissions for the user to read only and delete (with icacls).
    Unfortunately, it this happens, we cannot map the drive anymore on Windows 7 (on Windows XP it works fine). The error is "Permission denied". Interestingly, the user can still open the share with the unc - path.
    Is there anything I can do, so that the user still has his drive mapped? Most user are not tech savvy enough to open their share with the unc - path.
    Thank You,
    Peter

    Hi Peter,
    Sorry for the delay in reply.
    Please disable User Account Control in windows 7 to see if you can see the map drive. In the meantime, I suggest to use GPP instead of logon script to map drive.
    GP Preferences Will Reduce Logon Scripts : Mapping Drives
    http://blogs.technet.com/b/grouppolicy/archive/2009/02/11/gp-preferences-will-reduce-logon-scripts-mapping-drives.aspx
    Please refer to the similar thread below to see if it helps:
    Windows 7 Drive mapping via Logon script issue
    http://social.technet.microsoft.com/Forums/en-US/6cdfae47-1ca0-46e8-8456-6aac2ee616b2/windows-7-drive-mapping-via-logon-script-issue
    Regards,
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • My Time machine has stopped backing up saying there are some read only files.

    My Time machine has stopped backing up and says that ther are some read only files preventing this. What steps do I need to take to fix it?

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message. Clear the text field and scroll back in the log to that time. Post the messages timestamped from then until the end of the backup, or the end of the log if that's not clear.
    Post the log text, please, not a screenshot. If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Some personal information, such as the names of your files, may be included — edit that out, too, but don’t remove the context.

  • TG4MSQL ora-28500 error on RECOVER login in READ-ONLY mode

    We're connecting from a 10.2 dbase to SqlServer2000 via TG4MSQL. No upfront problem connecting but the Oracle .trc file shows below error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Transparent gateway for MSSQL][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'RECOVER'. (SQL State: 00000; SQL Code: 18456)
    Below is the content of .ora file:
    HS_FDS_CONNECT_INFO=INETSQL3.ComPro
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_TRANSACTION_MODEL=READ_ONLY
    We are using READ-ONLY mode so the RECOVER login was not defined on SqlServer.
    Anyone know why TG4MSQL is trying to open a connection as RECOVER? And is there a way to stop it?

    Pending transactions turned out to be the culprit. Below is info from our TAR that
    provides some detail on what RECOVER is doing.
    Oracle handles all transactions as if they were distributed transactions. He takes a very conservative approach on the assumption that you may want to update
    or insert later. This has been like this since Oracle version 6 and will never
    change. Hence all transactions get handled as a distributed transactions even though there are no simultaneous updates. A common remote transaction would involve reading from SQL Server and then taking that data an inserting into an Oracle database. In the event a transaction gets aborted for some reason RECO must rollback the transaction. SQL Server requires a valid username/password and hence uses the recovery username/password specified in the gateway init file. The default parameters for both are RECOVER , if they are omitted in the init.ora file for the gateway. Obviously these do not exist on SQL Server. Note that this recovery process is detected and processed by the Oracle kernel. READONLY mode only prevents inserts, updates or deletes to be issued to SQL Server and nothing else. The gateway has nothing to do with handling and monitoring transactions to SQLServer. In all likelyhood you have several in doubt transactions in the dba_2pc_pending view. As long as those entries remain RECO will continue to try and rollback these in doubt transactions and fail each time due to an invalid username/password. This will go on until you either manually remove them or give RECO a valid SQL Server username/password to use.
    OPTION 1
    ==========
    Code the follwing in your gateway init.ora file
    HS_FDS_RECOVERY_ACCOUNT=use the username specified in your db_link
    HS_FDS_RECOVERY_PWD=use the password specified in your db_link
    OPTION 2
    ==========
    Define a username with password RECOVER on the SQL Server database you are connecting to
    OPTION 3 (Manually removing in doubt transactions)
    ================
    Use dbms_transaction.purge_lost_db_entry(local_tran_id)
    STATUS should be in collecting
    Please see Metalink
    Note.126069.1 Ext/Pub Manually Resolving In-Doubt Transactions Different Scenarios
    for detailed information

  • Error after starting a database read only

    I have a database Oracle 10 g Enterprise Edition:
    is started read write
    svrmgrl> shutdown immediate
    startup mount
    alter database open read only
    shutdown immediateDatabase closed
    Database dismounted
    ORA-03113 end-of-file on communication channel
    startup mountORA-24324 service handle not initialized
    ORA-01041 - internal error, hostdef extension does not exist
    Why?
    Thank you,
    Mihaela

    yes, of course I did:
    sqlplus "/as sysdba"
    from Windows Oracle 10g. I wanted to test those commands for an Oracle8 i database and par mistake I wrote svrmgrl.
    Thank you,
    Mihaela

  • Error - Failure inserting into the read-only column "Adj_ID".

    I received the error messages while importing data from one DB to another.
    Validating (Error)
    Messages
    Error 0xc0202049: Data Flow Task 1: Failure inserting into the read-only column "Adj_ID".
     (SQL Server Import and Export Wizard)
    Error 0xc0202045: Data Flow Task 1: Column metadata validation failed.
     (SQL Server Import and Export Wizard)
    Error 0xc004706b: Data Flow Task 1: "component "Destination 2 - Adjustments" (271)" failed validation and returned validation status "VS_ISBROKEN".
     (SQL Server Import and Export Wizard)
    Error 0xc004700c: Data Flow Task 1: One or more component failed validation.
     (SQL Server Import and Export Wizard)
    Error 0xc0024107: Data Flow Task 1: There were errors during task validation.
     (SQL Server Import and Export Wizard)

    >> Failure inserting into the
    read-only column "Adj_ID". 
    The error message is very clear(inserting to readonly column). Are you inserting data to  Identity or calculated column
    Satheesh
    My Blog

Maybe you are looking for