Problem in VC iview after upgrading the server

Hello All,
We have created iViews using VC application in NW07 SP17. It was working fine. Recently we have upgraded the server to SP19. After upgrade, VC iview shows Portal Runtime error.I am getting following error while tracing log file.         
com.sapportals.portal.prt.component.PortalComponentException: Error in init method
Caused by: com.sapportals.portal.prt.component.PortalComponentException: Error occurs during the compilation of java generated from the jsp
Thanks,
Venkatesh R

Hi,
This is a known issue, and you have three options:
1) Upgrade to SP20 where this issue is fixed
2) open an OSS ticket to SAP support, and you will probably get a fix.
3) sounds like you are using flex 1.5, start using Flex 2 runtime where this issue will not occur.
Amir

Similar Messages

  • MSExchangeSA and IS is not starting automatic at reboot after upgrading the server from SP1 to SP2

    I am running a 2 node DAG with separate Hub & CAS servers
    I have already upgraded the Hub CAS server and they are fine
    Exchange running on Windows 2008 R2 SP1
    All are in VM-Ware ESXi 5.0
    After I upgrade the mailbox server to SP2 the SA and IS service not starting automatic after reboot
    If I run "net time /set" command and then restart ADtopology server, the IS and SA starts fine
    But again after reboot they do not start
    Also I get the below event in the app log when the IS & SA fails to start
    Log Name:      Application
    Source:        MSExchangeIS
    Date:          05/22/2012 5:15:03 AM
    Event ID:      5003
    Task Category: General
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      server.domain.com
    Description:
    Unable to initialize the Information Store service because the clocks on the client and server are skewed. This may be caused by a time change either on the client or on the server, and may require a restart of that computer. Verify that your domain is correctly
    configured and  is currently online.
    If I check the Registry for time resource it is taking from the DC
    I manually compared the time between DC and Exchange and it is fine
    Since the Exchange mailbox is virtual, I checked the time sync on VM-Ware tools and it is "unchecked"
    Checked for group policy and do not find any specific to time sync.
    Confirmed that Windows Time service is running
    Suspecting a Operating system issue, tried to upgrade the other DAG
    Even that node is displaying the same symptom and Issues
    Tried to install RU1 on both nodes and that too did not fix the issue.
    Checked with VM-Ware engineer and he said that every thing from VM-Ware end is fine
    Is Anyone have come across the issue before ?

    Exchange 2010: Unable to initialize the Information Store
    Problem: 
    Unable to initialize the Information Store service because  the clocks on the client and server are skewed.   This may be caused by a time change either in the client or the server,  and may require a reboot of that computer.   Verify that
    your domain is properly configured and  is currently online.
    Solution: 
    Open a cmd prompt from the Exchange Server as administrator (right mouse click on the command prompt shortcut and select “Run as Administrator”)
    Run this command
    Net time \\ADServerName /Set
    Restart the Microsoft Exchange Active Directory Topology Service
    *Important!! You have to restart the Microsoft Exchange Active Directory Topology Service or this fix will not work..  I tried just starting the Information Store service after running the command it it still failed..
    This worked for me and all is well on my exchange server.
    - See more at: http://www.mountainvistatech.com/2012/06/04/exchange-2010-unable-to-initialize-the-information-store/#sthash.SwQpgQEM.dpuf

  • Problems opening PDF files after upgrading file server to 2012 R2

    Hi,
    At the weekend we upgraded our main file server from Windows 2003 to 2012 R2.
    Since the upgrade, users (including myself) can only open one PDF document at a time from the file server.  If I double click a PDF file, it opens like normal, however If I double click another PDF file, the acrobat reader flashes (in task manager I can see another instance AcroRd32.exe starts and then exits) but the second document doesn't open.
    If I close the first document down, and then try and open the second one, then it opens with no problems.
    This only affected opening files on the new file server, opening multiple files on a local drive is fine.
    If I disable 'enable protected mode at startup' then I can open up multiple documents from the file server.  I'd prefer not to have to do this.
    The users are using Acrobat Reader 11.0.10 on both Windows 7 64bit and Windows 2008 R2 Remote Desktop.
    Does anyone have any ideas what may be causing this?  And does anyone have a workaround other than disabling protected mode?
    Thanks
    Joe

    An update...
    The new fileserver has a different name than the old server.   We have a CNAME alias pointing the old name to the new name.  
    I only get the problem when accessing the PDF documents with the old name, when accessing via the new name, everything works as expected.
    However there are lots of shortcuts and other other links to the old name, so finding a workaround would still be good.
    Cheers
    Joe

  • Caldavd failing to start after upgrade to Server 3.2.1

    This problem, caldavd not starting after upgrading to Server 3.2.1, is a variation on the theme of PostgresQL not starting.  It too boils down to a postgres database not having been updated properly.  Below are the steps needed to fix this problem:
    sudo su -
    # Change to the directory with the postgres database for the calendars and contacts
    cd /Library/Server/Calendar\ and\ Contacts/Data/Database.xpg
    # Disable caldavd for now
    launchctl unload -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/org.c alendarserver.calendarserver.plist
    # move the broken database out of the way and build a new empty one
    mv cluster.pg broken-cluster.pg
    mkdir cluster.pg && chmod 700 cluster.pg && chown _calendar:_calendar cluster.pg
    sudo -u _calendar /Applications/Server.app/Contents/ServerRoot/usr/bin/initdb "/Library/Server/Calendar and Contacts/Data/Database.xpg/cluster.pg" -E utf8 --lc-ctype=C
    # Finish the upgrade job that never completed by explicitly invoking the previous version of postgres:
    sudo -u _calendar /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_upgrade -b /Applications/Server.app/Contents/ServerRoot/usr/libexec/postgresql9.2 -B /Applications/Server.app/Contents/ServerRoot/usr/bin -d /Library/Server/Calendar\ and\ Contacts/Data/Database.xpg/cluster.pg.original_for_upgrade/ -D /Library/Server/Calendar\ and\ Contacts/Data/Database.xpg/cluster.pg
    # Mark the newly upgraded database as no longer in need of an upgrade
    sudo -u _calendar touch cluster.pg/.NoRestoreNeeded
    # Start caldavd back up
    launchctl load -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/org.c alendarserver.calendarserver.plist
    And everything should be the way it should have been in the first place!

    Hi, I have the same issue and Linc Davis pointed me to this thread from Re: Server Calendar migration failed.
    Your solution already got me somewhere, so thanks for that
    I need to note that my machine is on Yosemite (10.10.1) and I'm running Server 4.
    The only issue I have is that I get an error message when running pg_upgrade, the log says:
      pg_upgrade run on Fri Jan 23 09:31:30 2015
    command: "/Applications/Server.app/Contents/ServerRoot/usr/libexec/postgresql9.2/pg_ctl" -w -l "pg_upgrade_server.log" -D "/Library/Server/Calendar and Contacts/Data/Database.xpg/b$
    waiting for server to start....LOG:  database system was interrupted; last known up at 2013-11-02 12:21:52 CET
    LOG:  creating missing WAL directory "pg_xlog/archive_status"
    LOG:  starting archive recovery
    LOG:  restored log file "000000010000000000000002" from archive
    LOG:  invalid magic number D075 in log file 0, segment 2, offset 0
    LOG:  invalid checkpoint record
    FATAL:  could not locate required checkpoint record
    HINT:  If you are not restoring from a backup, try removing the file "/Library/Server/Calendar and Contacts/Data/Database.xpg/broken-cluster.pg/backup_label".
    LOG:  startup process (PID 12315) exited with exit code 1
    LOG:  aborting startup due to startup process failure
    ........................................................... stopped waiting
    pg_ctl: could not start server
    Examine the log output.
    The log talks about removing the backup_label file. When I do that the log says the following:
      pg_upgrade run on Fri Jan 23 09:41:34 2015
    command: "/Applications/Server.app/Contents/ServerRoot/usr/libexec/postgresql9.2/pg_ctl" -w -l "pg_upgrade_server.log" -D "/Library/Server/Calendar and Contacts/Data/Database.xpg/b$
    waiting for server to start....LOG:  database system was interrupted; last known up at 2013-11-02 12:21:52 CET
    LOG:  starting archive recovery
    LOG:  invalid magic number D075 in log file 0, segment 2, offset 0
    LOG:  invalid primary checkpoint record
    LOG:  could not open file "pg_xlog/000000010000000000000001" (log file 0, segment 1): No such file or directory
    LOG:  invalid secondary checkpoint record
    PANIC:  could not locate a valid checkpoint record
    FATAL:  the database system is starting up
    .LOG:  startup process (PID 15068) was terminated by signal 6: Abort trap
    LOG:  aborting startup due to startup process failure
    stopped waiting
    pg_ctl: could not start server
    Examine the log output.
    Thanks already for the help

  • I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    You have to go to autherized iPhone agent.

  • After upgrading Exchange Server 2007 to SP3 with update rollup 13, OWA not working

    Hi,
    We have just installed Service Pack 3 and update rollup 13 on our Exchange Server 2007, but unfortunately our OWA has gone inaccessible.
    PROBLEM- The following error comes up when we try to access OWA :
    Exception
    Exception type: Microsoft.Exchange.Clients.Owa.Core.OwaInvalidConfigurationException
    Exception message: Object reference not set to an instance
    of an object.
    Call stack
    Microsoft.Exchange.Clients.Owa.Core.OwaConfigurationManager.CreateAndLoadConfigurationManager()
    Microsoft.Exchange.Clients.Owa.Core.Globals.InitializeApplication()
    Microsoft.Exchange.Clients.Owa.Core.Global.ExecuteApplicationStart(Object sender, EventArgs e)
    Inner Exception
    Exception type: System.NullReferenceException
    Exception message: Object reference not set to an instance
    of an object.
    Call stack
    Microsoft.Exchange.Clients.Owa.Core.Configuration.CheckPublicFolders(ADSystemConfigurationSession session, ADObjectId[] pfdbIds, Boolean& allLegacy, Boolean& allLater)
    Microsoft.Exchange.Clients.Owa.Core.Configuration..ctor(ADSystemConfigurationSession session, String virtualDirectory, String webSiteName, ADObjectId distinguishedName, Boolean isPhoneticSupportEnabled)
    Microsoft.Exchange.Clients.Owa.Core.OwaConfigurationManager.LoadConfiguration()
    Microsoft.Exchange.Clients.Owa.Core.OwaConfigurationManager.CreateAndLoadConfigurationManager()
    ACTION TAKEN SO FAR :
    1. Removed OWA virtual directories and recreated them again.
    2. IIS has been reset.
    3. Restarted the HUB/CAS server.
    4. Created public folder database.
    Even after doing all these activities, owa is still inaccessible. Please help.
    Regards,
    Ankur

    Hi Ankur,
    From your description, you can't access to OWA after upgrading Exchange server 2007 to SP3 rollup 13. Firstly, please locate to C:\ExchangeSetupLogs and make sure that it is a successful installation. If not, this issue often occurs.
    If it is a successful upgrading, please follow the steps below for troubleshooting.
    1. Open IIS Manager, click Default Web Site -> Authentication, make sure that Anonymous Authentication and Windows Authentication are enabled.
    2. Click Default Web Site -> SSL Settings, check "Require SSL" and click Ignore.
    3. Click Default Web Site -> HTTP Redirect, check Redirect (enter your 
    https://URL), check "Only redirect" box and Status code Found 302.
    4. Expand Server Configuration -> Client Access ->double click owa ->Authentication tab. Check the Basic Authentication and check the Use forms-based authentication button Logon Format: Domain\user name.
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Site does not load after some minutes of creation or after restart the server

    Hello,
    I have been asked to create a test enviroment identical to the production enviroment. So, what I did was:
    Backed up the production web application's content database: Prod_WSS_ContentDB
    Created new test servers (domain controller, sql server and sharepoint 2013 server) in a new, completely isolated, network environment, without any connection with the production environment (specifically Azure)
    Created a new web application in test environment with a new content database.
    Dismounted the new content database with powershell: Dismount-spcontentdatabase Test_WSS_Content
    Copy the Prod_WSS_ContentDB database to the test sql server and restored it with Management Studio.
    Mount the Prod_WSS_ContentDB databe to the web application with powershell:
    Mount-spcontentdatabse Prod_WSS_ContentDB -WebApplication http://testsp/
    Then, when I type http://testsp in the browser it redirects me to http://testsp/SitePages/Home.aspx
    and the site loads exactly as the production environment.
    But, after some minutes, or if I restart the Sharepoint Server, when I navigate to
    http://sitesp I am redirected to http://testsp/SitePages/Home.aspx
    as expected, but the site does not load, the browser just show a complety blank page.
    The Central Administration site loads normally.
    Trying to fix it I found that if I dismount the content database Prod_WSS_ContentDB, then mount the test database Test_WSS_Content,
    then navigate to the site, dismount Test_WSS_Content and finally mount again Prod_WSS_ContentDB, the site loads normally, no blank page, but after some minutes or if I restart the same happens again.
    For the error event I receice in event viewer it seems that the problem is related to database. I have not found a solution for this error... How can I solve  this?
    The error is:
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          6/27/2014 2:44:22 PM
    Event ID:      5586
    Task Category: Database
    Level:         Error
    Keywords:      
    User:          UCETEST\spaccount
    Computer:      TESTSP01.ucetest.edu.do
    Description:
    Unknown SQL Exception -2146893055 occurred. Additional error information from SQL Server is included below.
    A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>5586</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-27T14:44:22.743159500Z" />
        <EventRecordID>4742</EventRecordID>
        <Correlation />
        <Execution ProcessID="1688" ThreadID="1692" />
        <Channel>Application</Channel>
        <Computer>TESTSP01.ucetest.edu.do</Computer>
        <Security UserID="S-1-5-21-2552298216-324766354-3392103171-1108" />
      </System>
      <EventData>
        <Data Name="int0">-2146893055</Data>
        <Data Name="string1">A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The handle specified is invalid)</Data>
      </EventData>
    </Event>
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

    Hi,
    According to your post, my understanding is that Site does not load after some minutes of creation or after restart the server.
    Please make sure you create a test environment for existing production site correctly.
    Here are some great articles for your reference:
    Moving content between SharePoint environments
    Copy SharePoint production data to a test environment
    Build a SharePoint 2010 Test/Development Farm
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support
    Hello Linda Li,
    I follwed that steps to create my test enviroment... and I have recreated it some times using that same steps, but the problem persits. After some minutes or after I restart the SharePoint server the site does not load.
    Melvintt
    MCTS, Windows Server 2008 R2: Network Infrastructure
    MCTS, Windows Server 2008 R2: Active Directory, Configuring

  • Problem activating iphone 4 after upgrading to iOS 5

    I have purchased an iphone 4 which is factory unlocked in Malaysia. I upgraded the phone to IOS 5 from the US Store since I live in USA and frequently travel to Asia. After upgrading the phone it worked with both a Malaysian Sim Card and a Thai Sim Card. I then purchased an iphone 4S and am able to use it everywhere as it is also unlocked. When I erased the iphone 4 and reset it, it will not let me activate the phone with either the original sim card or any other sim cards. Why? How do I correct this problem?

    Did you check your security software settings? eliminating conflicts from third-party security software.

  • Reception / Battery problems with iPhone 3GS after upgrading to iOS 4.2.1

    There are major reception and battery problems with iPhone 3GS after upgrading to iOS 4.2.1.
    I can not believe that Apple did not test this for major bugs like this one is.
    I am a business user and can not effort to have bad reception. Apple wants to gain in the business clients... I never had this with my former BlackBerrys!
    I need a reliable phone not a play thing like this is right now, it just needs it to work propely. And if a major bug like this comes along, fix it immediately. After the iPhone4 story, now this...incredible! Going back to my reliable BlackBerry! It just ain't reliable and takes forever to fix a problem.

    I have the same issue after iOS 4.2.1 update. I am using iPhone 3GS officially unlocked by Apple. I tried using different SIM cards and both carriers show same problem when using phone in 3G mode. Phone falls back to EDGE mode showing 'E' from '3G' at start. I have reset the phone and rebooted several times and moved to different cell areas in the city just to verify the problem.
    I had no such issues earlier. I also have Nokia E71 which shows full signal and has no such issues.
    I have posted the bug on apple iphone feedback page. I hope they Apple will fix the problem and test the release properly on all models before releasing to public.

  • Problem with dual boot after upgrade to Mountain lion

    Hello Every One,
    I have a Macbook pro from 2009 which had dual boot option Windows 7 + Snow Leopard.
    The windows 7 had 2 partitions (C; and D: an extended partition).
    I upgraded the OS X to Mountain lion. after upgrade the system showed 3 options at boot time. Mac, Windows and a recovery partition.
    when i boot to windows the D: drive is gone...I mean even though i can see the partition in partition software, windows 7 stopped showing D: in "My computer".
    So i used testdisk utility to get the D: drive back and now when i boot to mountain Lion i am able to access both C:(BOOTCAMP) and D: drives.
    but now the problem is during boot time my Mac Book pro doesn't show the windows option.
    Can some suggest a means to boot into windows 7? Also what is the purpose of recovery partition that Mountain lion adds to the system? I mean is it going to hurt if i get rid of it so that i can go back to my old configuration of 3  primary partitions (1 for windows 7 ...C: bootcamp + MountainLion) + 1 extended partition for D:
    any help would be appreciated?
    Regards

    Ragu79 wrote:
    Also what is the purpose of recovery partition that Mountain lion adds to the system? I mean is it going to hurt if i get rid of it
    Leave it: http://support.apple.com/kb/HT4718

  • Performance problem for mass transactions after upgrade from 4.7 to ECC6.0

    Hi All,
    After upgrade from 4.7 to ECC 6.0 (IS-U), mass transactions such as FPY1, FPVA, FP04M are taking very long time to complete. for example, before upgrade the jobs sceduled for FPVA transaction take around 5k-6k seconds. Whereas after upgrade the jobs for FPVA with the same variant takes around 9k-10k seconds. I am unable to figure out the cause for exponential increase in the duration of several mass-jobs (after the upgrade). Are there any SAP notes or do we need to do any customizing setting to solve this problem? Does anyone face this kind of problem?
    Thanks in advance
    Taj

    Hi,
    This is normal after upgrade to 6.0, I have faced the same in all upgrades I've done and some others that I have involved also. If you did not requests and going live upgrade check I strongly recomend to schedule an Early Watch Check to minimize the impact. Times won´t be the same but can be very close if the system is tuned well. We have tuned systems that now run with good performance after this services.

  • Why I am facing signal problem in my 4s after upgrade to os 5.0.1

    Why I am facing signal problem in my 4s after upgrade to os 5.0.1 and how can I solve it

    Hi, i also got the same problem. pls let me know if there any luck.
    01738855651
    Tusher
    Thanks Man

  • Why my hp mini 5101 the "7" key doesnt work after upgraded the bios?

    why my hp mini 5101 the "7" key doesnt work after upgraded the bios?
    The current bios version is F.07

    korpx,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • CS5 can't preview the fonts image after upgrade the OS X 10.10.1

    My CS5 can't preview the fonts image after upgrade the OS X 10.10.1,
    Wanna try to reinstall the AI but my disc read error. Anyone has this problem or solution, Many Thanks!!

    Thanks but can't find this "system transparency" setting inside the illustrator. Search the key word doesn't work...

  • Automation error element not found in vb6 2147319765 after upgrading the os

    Hi we had updated our OS to windows 7 from XP.Previously we had an application in XP which is built on Vb 6 .The application throws an error message like Automation error --element not found with error code 2147319765 .The application shows the same error
    message even after I ran the application in XP compatability mode.
    The application is using data from other servers and all the servers are windows server 2003.
    muneer

    Double post:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/229b4e46-9bcb-411e-901e-fec376dc36da/automation-error-element-not-found-in-vb6-2147319765-after-upgrading-the-os
    This forum is about VB.Net. If your question is about a VB6 project, have a look here:
    Where to post your VB 6 questions
    Armin

Maybe you are looking for

  • Getting the values in jsp in struts

    hi, the thing is the values i had set in the form in the action as available in the jsp page when i use neastes tld but i am not able to find when i try to get in the request.getProperty(" ") nither as request,getAttribute() then how to get if i want

  • Trying to download the Trial of Acrobat DC but download never starts

    Trying to download the Trial of Acrobat DC but when I get to the page that says "when your download is complete, you will be able to start using Acrobat" nothing happens. The download never starts.

  • Temperatur​e Reading for Thinkpad T510 Usage

    Hi All, I got a question regarding the standard / acceptable temperature operating range for the thinkpad t510 laptops. So my setup currently is my t510 is connected to an external monitor, external speakers, external keyboard and mouse. So it is ess

  • Some BPF questions

    Hi colleagues, A prospect is asking the following about BPF (they will probably install 7.5 MS): By default BPC does not provide complex timing and other management-related functionality such as task routing and escalation for BPFs. What might be the

  • Oracle 10g SQL

    Hi , I want some information regarding Oracle 10g SQL Exam.Please provide any dumps,links,books or any other related information. Thanks in Advance Laxman