Content Server problem after 5.0.2 upgrade

Hi,
We've just upgraded our staging environment from 5.0.1 to 5.0.2 and have lost all branding. The diagnostic script reports the following error:
==========
Community Branding Image Publishing Target : FAIL Settings
Community Branding Image Publish File Location: file://localhost/C:/ProgramFiles/plumtree/ptimages/imageserver/plumtree/portal/templates
Community Branding Image Publish Browser Location: http://<SERVERNAME>/imageserver/plumtree/portal/templates
Community Image FTP User Name:
Community Image FTP Password:
Possible Resolution
The file could not be found at the browser locationEnsure the community branding settings in content.properties are correct. The file location and browser location must be valid paths.
Error Details
Exception Message: Connect Failed. HTTP response code: 404
======================
I tried resolving both the file location and the http address from within the Content Server box and was able to without problem so I know it's not these it can't see.
I checked the pcs.log and the following error is reported:
======================
com.plumtree.openfoundation.io.XPFileNotFoundException: jscomponent file for jscontrols not found or failed to load.Exceptions encountered: - com.plumtree.openfoundation.io.XPFileNotFoundException: Failed to receive response from http://<PUBLICURL>/imageserver/plumtree/common/private/js/jscontrols/jscomponent.xmlin the alloted time (10000ms).======================
It appears that the Content Server is trying to access this xml file via the public url for the image server which, due to firewall configurations in this environment, it won't be able to do. I'd like to be able to change how it looks for this file to be http://<SERVERNAME>/imageserver rather than http://<PUBLICURL>/imageserver
Where is it getting this from for me to change it?
Thanks in advance for your advice, hope my problem description makes sense :-)
Anita

Hi Diane,
No, we haven't fully resolved this yet. In addition to the issue listed we've come across a number of others that look like problems from install. We've reached the point where it's looking more effective to try and uninstall Content Server and do a clean install from scratch rather than debug every little thing.
As part of the new install we're changing the architecture to create an internal ImageServer on the CS server and then use a scheduled task to push everything out to the external ImageServer on the portal box overnight. This should get around a number of the firewall and dns issues currently making communication between the two quite difficult.
We recently installed another 5.0.2 portal in a different environment and have had none of the same issues with it so we're a little perplexed. When we get this resolved I'll be happy to write a note about what it was. In the meantime if you get anywhere with yours please let us know.
cheers
Anita

Similar Messages

  • Problem after 5.5 2005Q3 upgrade

    I just completed an upgrade from 5.0 to 5.5 2005Q3. Everything appears to have worked okay, but now if I do a 'listLocks' from within the lh command I receive the following:
    Configurator> listLocks
    Configuration Audit Configuration
    Unable to list locks for type: AuditConfig
    Unable to list locks for type: LoginConfig
    java.lang.NullPointerException
    java.lang.NullPointerException
    at com.waveset.server.InternalSession.resolveOperandNamesToIds(InternalSession.java:3414)
    at com.waveset.server.InternalSession.getConditions(InternalSession.java:3396)
    at com.waveset.server.InternalSession.listObjects(InternalSession.java:818)
    at com.waveset.session.LocalSession.listObjects(LocalSession.java:447)
    at com.waveset.session.LocalSession.listObjects(LocalSession.java:4054)
    at com.waveset.session.LocalSession.listObjects(LocalSession.java:4000)
    at com.waveset.session.LocalSession.listObjects(LocalSession.java:3970)
    at com.waveset.session.WavesetConsole.listLocksType(WavesetConsole.java:1684)
    at com.waveset.session.WavesetConsole.cmdListLocks(WavesetConsole.java:1666)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.waveset.util.Console.callMethod(Console.java:559)
    at com.waveset.util.Console.doCommand(Console.java:349)
    at com.waveset.util.Console.interactiveConsole(Console.java:243)
    at com.waveset.util.Console.run(Console.java:98)
    at com.waveset.session.WavesetConsole.start(WavesetConsole.java:333)
    at com.waveset.session.WavesetConsole.main(WavesetConsole.java:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.waveset.util.Command.invokeMain(Command.java:217)
    at com.waveset.util.Command.launch(Command.java:179)
    at com.waveset.util.Command.run(Command.java:376)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.waveset.util.Command.main(Command.java:401)
    If I do a 'listObjects LoginConfig', I get:
    LoginConfig Waveset Login Configuration
    If I try to do a getObject on the LoginConfig object, I get the following exception:
    Configurator> getObject LoginConfig 'Waveset Login Configuration'
    com.waveset.util.WavesetException: Class com.waveset.object.Type is not a concrete class.
    com.waveset.util.WavesetException: Class com.waveset.object.Type is not a concrete class.
    at com.waveset.server.InternalSession.resolveOperandNamesToIds(InternalSession.java:3419)
    at com.waveset.server.InternalSession.getConditions(InternalSession.java:3396)
    at com.waveset.server.InternalSession.listObjects(InternalSession.java:818)
    at com.waveset.session.LocalSession.listObjects(LocalSession.java:447)
    at com.waveset.session.LocalSession.listObjects(LocalSession.java:4054)
    at com.waveset.session.LocalSession.listObjects(LocalSession.java:4000)
    at com.waveset.session.LocalSession.listObjects(LocalSession.java:3978)
    at com.waveset.session.WavesetConsole.cmdGetObject(WavesetConsole.java:944)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.waveset.util.Console.callMethod(Console.java:559)
    at com.waveset.util.Console.doCommand(Console.java:349)
    at com.waveset.util.Console.interactiveConsole(Console.java:243)
    at com.waveset.util.Console.run(Console.java:98)
    at com.waveset.session.WavesetConsole.start(WavesetConsole.java:333)
    at com.waveset.session.WavesetConsole.main(WavesetConsole.java:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.waveset.util.Command.invokeMain(Command.java:217)
    at com.waveset.util.Command.launch(Command.java:179)
    at com.waveset.util.Command.run(Command.java:376)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.waveset.util.Command.main(Command.java:401)
    Doing a 'listObjects AuditConfig' returns nothing.
    Any ideas?

    Hi Diane,
    No, we haven't fully resolved this yet. In addition to the issue listed we've come across a number of others that look like problems from install. We've reached the point where it's looking more effective to try and uninstall Content Server and do a clean install from scratch rather than debug every little thing.
    As part of the new install we're changing the architecture to create an internal ImageServer on the CS server and then use a scheduled task to push everything out to the external ImageServer on the portal box overnight. This should get around a number of the firewall and dns issues currently making communication between the two quite difficult.
    We recently installed another 5.0.2 portal in a different environment and have had none of the same issues with it so we're a little perplexed. When we get this resolved I'll be happy to write a note about what it was. In the meantime if you get anywhere with yours please let us know.
    cheers
    Anita

  • Timeouts and connection problems after 5.1(2) upgrade

    AIM/chat and some other programs are having timeout/connection problems after upgrade to 5.1(2). I am using S241 also. The connection problems stopped when the IPS was set to bypass. Rebuilt IPS and left sigs at default settings and problem is still happening. I am not seeing any of the IPs that are having the problem in the Event Viewer or on the Events in the IDM.
    Any known issues with the 5.1(2) that would cause this type of problem?

    I don't know specifically, but I did notice that 5.1(3) was released today.

  • Sound problems after iOS 4.2 upgrade

    Experiencing very poor sound quality after iOS 4.2 upgrade. Bad eq, left channel dropping out, sounds like heavy reverb. Exists with iPod and pandora apps. Tried adjusting eq in settings. Any one else having problems?

    Yep I just upgraded to new OS 4.2 on iPhone 4 and I get this static buzz sound when talking to people it's really annoying and sound quality is terrible. What happened? I went back to the shop and they said it's the upgrade and that there is an issue with it. They also said there is no point leaving the phone with them as they can't fix it that it's upto apple to release a patch for the problem. Can we get a fix for this soon before I damage my ears?

  • Dictation problems after ios 8.2 upgrade

    I rely heavily upon dictation.   2 problems occur (at minimum) after ios 8.2 upgrade to iphone 6. .
    1. I wasnt going to add this dictation bug (feature ;-)) b/c couldnt reproduce the seemingly safari bug when got home, but as I was dictating my first sentence for defect here, it happens in this text box on any line. :-(.
        1. Problem is as soon as dictation types in word Or words, when I hit done, it erases what was just dictated!  Happens on even just ine word. (So having to manually type all of this n I stink at typing ie, time consuming).
        2. I can paste characters from noteoad into here...so must be dictation relateD...it seems.
    2.  In the calendar textbox, when I dictate a new event (doesnt happen in location textbox) and the last character before it fills up the end of textbox (just before the "x"), it automatically does "done" for me (the beep sounds), it stops dictating, but more annoying is it will no longer allow me to continue dictating in that new event's top textbox.  That means I HAVE to type n I stink at that. To reproduce I simply:
    1. press the microphone.
      2. Type in only numerics 1 thru 17....it will dictate to look like this:  123 456-789-1011 1213 1415 1617
      3. "Beep/dong" noise because it hits the end of characters alowed it seems n decides it is "Done".
      4.  press the microphone
       5. "Beep/dong" noise because it wont let you dictate any more of anything said.
    I Couldnt find the entry where google shows someone with what looks like same issue/bug/defect/feature # 2, so entering this.
    I Have warranty but cant figure out how to get phone support for iphone (only mac ...last year).
    I don't seem to have this problem using i notepad in phone when he gets to having to wrap. :-)
    I Have not trieddictation on my mac...yet.
    CAn someone help on these issues please? Thanks!

    Hey Markwoody,
    Wow! That definitely sounds frustrating, but good job so far isolating and troubleshooting the issue. We have a few more steps that we can try in an attempt to resolve this issue:
    First, it sounds like you have tried restarting your phone. Let’s try a reset instead:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    https://support.apple.com/en-us/ht201559
    How to reset
    - You should reset your device as a last resort and only if you can't restart it.
    - To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.
    If the issue persists, we’ll want to restore your device to factory settings and test once more. You can backup your device, but be sure to restore it as new first for isolation purposes, as restoring a backup can sometimes restore the same issues that you were experiencing before.
    Use iTunes to restore your iOS device to factory settings - Apple Support
    http://support.apple.com/en-us/HT201252
    Thanks,
    Matt M.

  • Problems After Win 8.1 Upgrade - Two Additional Partitions Both With Same Volume Serial Number?

    An update from Win 8 Pro to Win 8.1 Pro has occurred automatically on one of my machines.
    Prior to the upgrade (from memory) the machine had an OEM Partition (40MB), EFI System Partition (500MB), Recovery Partition (8.17GB) and OS (C:) partition. Only the latter was visible in Computer.
    After the 8.1 upgrade there are two additional partitions, Recovery (500MB) and Recovery (450MB). All the partitions are now displayed in This PC as drives except the 40MB OEM Partition.
    When viewed in This PC both the two new drives (that appear to equate to the new partitions) show as 499MB each with the same amount of free space. In Disk Management the first new partition is shown as 500MB and the second as 450MB.
    I have SugarSync installed on this machine and since the upgrade it is displaying an error telling me it won't work because the two new drives have the same Volume Serial Numbers.
    Clearly something has gone wrong with the upgrade:
    Is there any way to resolve the Volume Serial Number conflict? 
    Is there any way to stop all these drives appearing in This PC?
    Do I need the two new partitions and if not how can I get rid of them?

    There is a fourth path to upgrading to Windows 8.1 provided by Microsoft. Microsoft have been displaying automated reminders from time to time on Windows 8 computers that Windows 8.1 update is available to download - from these reminders it is possible to
    choose either Install or Not Now.  Just recently these reminders have changed, they are instead notifying the user that the Windows 8.1 Update will be installed automatically or the user has options to postpone the installation for 1hr, 2hrs, etc. The
    user of this computer tells me she went away from the machine and Windows 8.1 update installed automatically from one of these prompts.
    I have seen these installation prompts on several of my customer's computers and they are not malware related (I deal with malware removal every day and would recognise this). However, I have scanned this computer with Bit Defender and MalwareBytes and there
    are no infections present.
    The only difference between this Windows 8.1 Update and the others that I have carried out is that it wasn't controlled and therefore I wasn't able to disable the security software (Bit Defender Internet Security 2015). This may be the cause of the problem.
    I've uploaded the two screenshots you asked for - the two new drives are W: and Z: and SugarSync is reporting that they have the same Volume Serial Numbers. Note: X: and Y: were not visible prior to the upgrade.
    There are two Windows Update logs at C:\Windows\ so I will upload both.

  • R/3 - Content server problem

    Hello,
    we have a SAP R/3 4.7 server linked to a SAP Content Server 6.2 version.
    This works ok.
    The only problem is that the Content Server saves all the documents + metadata from the documents in one big database.
    (With metadata I mean name of the document, author, creation date ...)
    How can we change this setup so that the Content Server only saves the metadata of the documents in the database, and that the documents are saved in a normal windows file structure?
    Has Anyone done this ?
    @moderator : if you think it is necessay to move this subject to another sub-forum , please do so. thank you
    Thanks
    Bud

    First, why do you want to mount R/3 directory onto XI? You have RFC, IDOC and ABAP proxies to connect your XI system with R/3. Why dont you go for any of these options?

  • Content server problem

    Hello,
    I would like to link my ECC 6.0 system with an (outdated..) 620 Content server
    This works fine for non secure data
    Now I would like to enable signed url's.
    for this you need to enable security=1 in the Content server .ini file.
    Furrthermore you should be able to check the certificates in the CSADMIN Certificates tab.
    if I go to this tab I recieve the following error at the bottom :
    Error In HTTP Acces: IF_HTTP_CLIENT->RECEIVE 1
    I googled and browsed the forums but without result.
    as anyone seen this problem, and even better has a solution ?
    Thank you SAP collegues
    Hans

    Hi Diane,
    No, we haven't fully resolved this yet. In addition to the issue listed we've come across a number of others that look like problems from install. We've reached the point where it's looking more effective to try and uninstall Content Server and do a clean install from scratch rather than debug every little thing.
    As part of the new install we're changing the architecture to create an internal ImageServer on the CS server and then use a scheduled task to push everything out to the external ImageServer on the portal box overnight. This should get around a number of the firewall and dns issues currently making communication between the two quite difficult.
    We recently installed another 5.0.2 portal in a different environment and have had none of the same issues with it so we're a little perplexed. When we get this resolved I'll be happy to write a note about what it was. In the meantime if you get anywhere with yours please let us know.
    cheers
    Anita

  • HT5037 problems after using iPhoto library upgrader

    i can't open iPhoto library after using iPhoto library upgrader for a disk with a few pictures from an old iPhoto library on it. please help

    did you execture the library upgrader (in the APplications folder ==> utilities double click on it)? What exact problem are you haveing?
    LN

  • Safari problems after 10.10.3 upgrade

    I am unable to search anything in Safari after 10.10.3 upgrade.

    1. Power off the router. Unplug it from the wall. Wait a while.
        Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
        Restart the computer.
        Start up in Safe Mode.
        http://support.apple.com/kb/PH14204
    2. Safari > Preferences > Extensions
        Turn off Extensions if any and launch Safari again to test.
        Turn on those one by one and test.

  • Application server problem after upgrade from 4.6C to ECC 6.0

    Hi all,
    We have recently upgraded our test server form 4.6C to ECC 6.0.
    In one of the programs we are using open dataset to write files to
    application server. This particular folder had been mapped through "Map Network
    Drive function" in windows. The path we have given in the program
    as "<Drive>:\<Folder>\File Name".
    Code :
    <b>DATA : zdsnb(45).
    ZDSNB = 'R:\SAPPayroll\zpaysheet.prn'
    OPEN DATASET zdsnb IN TEXT MODE.</b>
    In 4.6C this particular format was reading without any problem. But
    after the upgrade, system is throwing an error "File cannot be read".
    We have checked the NTFS share rights and rights for the mapped drive.
    It's "Everyone" full access.
    Our OS: Windows 2003 server 64 bit
    Database : MS SQL 2005 64 bit.
    Most of HR related testing is based on this access. Pl suggest a
    solution, so that we can go ahead with our testing and upgrade of other
    servers.
    Regards,
    Adeeb

    Am a little confused by which way your slashes are going, but if they're Ok try adding phrases below.
    open dataset p_uxfile <b>for input</b> in text mode <b>encoding default</b>.
    Best!
    Jim

  • OSX Server problem after upgrade to 3.01

    Everything goes well when I upgraded to OSX 10.9 and installed Server 3.0 on Mac mini 2011 last month. When I upgraded to  server 3.01 from app store, it is stuck at  "Setting the Server  on this Mac." The progress bar on the screen stop at "Preparing for the Services" forever. Any hints about how to solve this problem?

    After I followed this Apple procedure to perform the Server.app reset, it works well. However, it stucks again after it was upgraded to 3.02 via the Mac App Store. Finally, the latest version 3.1 comes out recently. Should I always follow the below procedures when I upgrade to the latest verson? How to backup the configuration files if any.
    To install the final release of OS X Server (Mavericks) on a Mac that has a pre-release version of OS X Server installed:
    Move these to the trash:
    The pre-release version of Server app.
    /Library/Preferences/com.apple.serverd.plist
    /Library/Preferences/com.apple.servermgrd.plist
    The folder /Library/Server
    Install OS X Server (Mavericks) via the Mac App Store.

  • [SOLVED]X server problem after system upgrade - fonts garbled

    Hi all,
    I "pacman -Syu"-ed my system yesterday and now my X server is busted. Admittedly, I don't upgrade as often as I should and this was a pretty big upgrade for me so perhaps something broke due to that. Now I cannot see fonts and icons properly. All text except for the "system" fonts is hopelessly garbled. I can only see text clearly in xterm. Images show up just fine.
    Please click the link below for a clearer picture of the problem
    In addition to this, the system hangs (blank screen, but disk light still on) when I exit my X session.
    I went through all the logs but found nothing amiss....
    Pls help, I'd really like my nice archlinux system back....
    thanks in advance.
    Sid
    Last edited by svs (2008-02-20 11:58:25)

    SOLVED!
    The upgrade must have corrupted my intel video drivers because removing and reinstalling the i810 package fixed the problem.

  • Spotlight problem after Tiger to Leopard Upgrade

    Since I upgraded my Macbook Pro 15" from Tiger to Leopard, Spotlight never worked. Initially I didn't mind too much but now I want to get it work.
    I tried all suggestions I found in this forum (see list below) to no avail.
    It seems Mac OS cannot index the system disk.
    Any Terminal command like mdutil or mdimport have no effect and return no info. As a check, I ran the same utilities on my iMac (same Leopard version, but native) and they do in fact work as expected, as well as Spotlight. Another example: mdfind works on my iMac but return nothing on my MBP.
    If I try the regular way, when I write my search string in the Spotlight window I just get nothing on my MBP.
    I tried the OnyX features for Spotlight:
    - Maintenance/Rebuild/Spotlight Index seems to do something, but in fact it does nothing useful
    - Parameters/Spotlight/Options: Enable Indexing the Startup-Disk makes an attempt to enable it and switches immediately back to disabled. No way to keep the option checked. Also removed the Font cache from OnyX as suggested in some post - null.
    Some attempts I made:
    - used Disk Utility to check the disk (no repair needed)
    - used Disk Utility to repair permissions: there are many that are always repaired... this makes me feel the problem might in fact be in the permission area. But after many repair the result is always null.
    - added the start-up disk to the Privacy area in Spotlight Prefs, and later on removed - null
    - trashed com.apple.spotlight.plist pref user prefs - a new one was created but no effect
    - removed /.Spotlight-V100 from terminal - a new one was created but no effect
    - used mdutil -E and -i on and off - I always get the message "/: Indexing and searching disabled"
    - mdimport -L or -A or -X return nothing (on my iMac they return the list of plugins, schema etc.)
    - rebooted many times also in safe mode - null
    - the problem exists also for the other user on the same MBP
    - tried OnyX as described above.
    No effect!!
    Now my question is: what can I try next ?
    I'm sure there is some parameter somewhere (some .plist ?) that can re-enable Spotlight. But which one and where ?
    Thanks in advance
    Piero

    Take a look at Spotless
    http://www.fixamac.net/software/spot2/index.php
    It deals mainly with Spotlight indexes, but it also contains some diagnostics - its description includes the following:
    Spotless will automatically find and delete the "mds-crash-state" file from selected volumes. The file may be created if the Metadata Server crashed or was unexpectedly closed during the indexing process. The presence of this file can prevent Spotlight from indexing the volume in the future.
    Spotless allows you to see exact size of the index directory on each volume.
    Spotless also includes an on/off switch for Spotlight.
    ------------------

  • Dashboards Problem after SCOM 2012 Inplace Upgrade- Missing Stored Procedures

    Dears,<o:p></o:p>
    After finishing SCOM 2012 in place Upgrade I face a problem on Performance and Service level dashboards, the Upgrade has been finished successfully as shown below
    But after I start Dashboards configuration I receive below errors
    After troubleshooting I see an error in Event viewer beside the errors on Snapshots above said that
    Fault Detail is equal to could not find stored procedure
    so I compared Stored Procedures under SCOM data warehouse database with another SCOM 2012 installation (different customer) and i see a lot of Missing Stored Procedures
    (all Stored Procedures  start with 'SDK.Microsoft_SystemCenter_Visualization are missing)
    Here i am stuck, I don’t know what I can do, I have some ideas but i don't know if its will work.<o:p></o:p>
    My ideas are:<o:p></o:p>
    1. Repair SCOM 2012 Installation (does the repair option will repair the databases)
    2. Re import Default SCOM Management packs like (Microsoft.SystemCenter.Visualization.Library.mpb) (does MP contains Stored procedures in the Database)<o:p></o:p>
    3. Install Rollup Update (may during installation it will create missing Stored Procedures)
    4. Move Stored Procedures from other SCOM server installation
    Please advise its strange issue
    Appreciate Your help
    Note:<o:p></o:p>
    Everything is work correctly regarding Raising alerts , generate reports , servers state , reset and recalculate health state, installing and ininstalling agents and others.

    Hi,
    Could you post the error message in forum directly? This snapshot it too fuzzy to know what the exactly meaning is.
    Alex Zhao
    TechNet Community Support

Maybe you are looking for