Unable to locate hub.properties

Hello,
I am trying to SSL enable my workflow but I am unable to locate Hyperion_Home/deployments/Application_Server/SharedServices9/Config directory
Where is Hyperion_Home located?
Thanks.
FOUND THE ANSWER. I was on the wrong server.
Edited by: adi26 on Jun 17, 2009 1:08 PM

I was on the incorrect server and it really was ServerName/d$/Hyperion/deployments

Similar Messages

  • Multi-room DVR Issues: Unable to locate hub, interrupted recording, skipping during playback

    Hi Guys,
    I was wonderng if you could help me.   I have been a FIOS customer for many years and have a multi-room HD DVR and 2 HD set-top boxes.   I have always had some problems during playback on some recordings where the picture and sound will skip, but over the last several months some new problems have appeared.  Frequently during playback of recorded shows the recording will stop playing and I will get a message on the screen "unable to locate hub".  I then have to power off the STB, reboot and when I go to the dvr option I have to refresh the devices before connecting to the dvr again.  If this happens while a show is recording then the recording stops and then restarts causing the show to be split into 2 recordings.  Sometimes I get a message "You have reached maximum playback on DVR".  This really frustrating and I would like these issues resolved.   I have the older HD dvr, 1 new hd set-top box, and 1 old hd stb.   The playback issues happen on both hd stbs.  We don't usually watch shows on the dvr itself so I am not sure how it performs during playback.  1 other note that might help troubleshooting is that I can't seem to display the IMG in full screen on the dvr.
    Thanks in advance for your help,
    Sincerely,
    Randy R.

    uncorrdinated wrote:
    Hi Guys,
    ..I.  Sometimes I get a message "You have reached maximum playback on DVR".  This really frustrating and I would like these issues resolved.   I have the older HD dvr, 1 new hd set-top box, and 1 old hd stb.   The playback issues happen on both hd stbs.  We don't usually watch shows on the dvr itself so I am not sure how it performs during playback.  ..
    Thanks in advance for your help,
    Sincerely,
    Randy R.
    You can only do 1 playback at a time UNLESS you are playing back from the DVR/HUB.  If you want to do 2 simultaneous play backs, one of them must be from the DVR.  I ran into this same message when my wife would watch a recorded program in one room and I would try to watch a recorded program in another room.  Fixed it by moving the DVR to one of the rooms where the conflict occured most often.  As for the "unable to locate hub" message.  This was a very common problem about a year ago, which was fixed with a software update. You need to check what version software is on all your boxes.

  • Javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package ...

    I want to marshall a java content tree (generated with jaxb api) in xml stream
    in an EJB.
    Generated classes are archived in a jar file containing its jaxb.properties, when
    I test it
    in a classic java process it runs well.
    When I try to do it in an EJB with weblogic 8.1 I get the following error:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
    I've checked:
    - jaxb.properties is in the archive file
    I've tried to put the jar file in the classpath of the server in the starter script.
    I've tried to put reference classpath in the manifest of the ejb jar and of application
    ear.
    I've tried to put both reference in server classpath and ear/jar manifest.
    I still doesn't run.
    Any idea?
    Thanks a lot
    Franck

    Add the directory of the generated classes in the classpath.
    "franck" <[email protected]> wrote:
    >
    I want to marshall a java content tree (generated with jaxb api) in xml
    stream
    in an EJB.
    Generated classes are archived in a jar file containing its jaxb.properties,
    when
    I test it
    in a classic java process it runs well.
    When I try to do it in an EJB with weblogic 8.1 I get the following error:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package
    I've checked:
    - jaxb.properties is in the archive file
    I've tried to put the jar file in the classpath of the server in the
    starter script.
    I've tried to put reference classpath in the manifest of the ejb jar
    and of application
    ear.
    I've tried to put both reference in server classpath and ear/jar manifest.
    I still doesn't run.
    Any idea?
    Thanks a lot
    Franck

  • Unable to locate jaxb.properties

    [I have already checked my generated folder which is "config.xmlobjects.configurator.ipc.createConfig" for "jaxb.properties" file; It exists. ]
    Error Causing Code:
    JAXBContext jc = JAXBContext.newInstance( "config.xmlobjects.configurator.ipc.createConfig" );
    Error Below:
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package config.xmlobjects.configurator.ipc.createConfig
    StackTrace, below
    javax.xml.bind.JAXBException: Unable to locate jaxb.properties for package config.xmlobjects.configurator.ipc.createConfig
         at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:176)
         at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:231)
         at Main.main(Main.java:74)

    I had the "unable to locate jaxb.properties" message before, I tried this workaround, and now I get:
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:42)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:28)
    at java.lang.reflect.Method.invoke(Method.java:327)
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:99)
    at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:200
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
    at Testing123.main(Testing123.java:28)
    Caused by: java.lang.NoClassDefFoundError: edu.uci.ics.__007eemilyo.simse.model.
    ObjectFactory
    at com.sun.xml.bind.GrammarInfoFacade.createGrammarInfoFacade(GrammarInf
    oFacade.java:103)
    at com.sun.xml.bind.DefaultJAXBContextImpl.<init>(DefaultJAXBContextImpl
    .java:61)
    at com.sun.xml.bind.ContextFactory.createContext(ContextFactory.java:27)
    ... 9 more
    --------------- linked to ------------------
    javax.xml.bind.JAXBException: Provider com.sun.xml.bind.ContextFactory could not
    be instantiated: java.lang.reflect.InvocationTargetException
    - with linked exception:
    [java.lang.reflect.InvocationTargetException]
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:105)
    at javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:200
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:126)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:274)
    at Testing123.main(Testing123.java:28)
    Please help!! Thanks!

  • JAXB: Unable to locate jaxb.properties for package com.globalrefund.jaxb

    When I package my classes into a jar and try to run my app with
    java -jar myapp.jar
    I get "Unable to locate jaxb.properties for package com.globalrefund.jaxb"
    Everything works fine when I run my app by setting the classpath followed by "java com.globalrefund.MainClass".
    "jaxb.properties" is in the jar in the directory "com.globalrefund.jaxb". I use JRE 1.4.1.
    What's wrong?
    Regards,
    Bernhard

    a little additional info:
    It works when I put jaxb.properties in the directory com.globalrefund.jaxb and let classpath point to the root of the directory structure.
    If I create a jar containing exactly the same directory structure and add the jar to the classpath it does not work.
    Looks like JAXB cannot read jaxb.properties from a jar?!
    Any ideas?
    Thanks
    Bernhard

  • Patching WebLogic server - Unable to locate the specified product directory

    We are trying to apply the October CPU patch to our WebLogic 10.3.6 installation on Windows Server 2003.  However, when we run the below command:
    bsu -install -patch_download_dir=E:\ofm11g\utils\bsu\cache_dir -patchlist=BYJ1 -prod_dir=E:\ofm11g\wlserver_10.3
    We receive this error:
    Unable to locate the specified product directory.[E:\ofm11g\wlserver_10.3]
    That directory is valid.  We are running two instances using this WLS installation - Oracle Reports 11.1.1.6 and Oracle Portal 11.1.1.6.  We are trying to apply the patch with the same user that installed the software.
    I was able to successfully run this command on a different server that runs Oracle Internet Directory 11.1.1.6.
    Any ideas?

    I was able to fix this by ensuring that E:\ofm11g\wlserver_10.3 contained two files: .home and .product.properties.  After I copied these from a different server and edited to fit my environment, I was able to successfully install this patch.

  • Setup Wizard unable to locate Router. WRT54GR

    After I run the Setup Wizard disc and hooked up the router as the disc instructs you to do I click on the "next" button after powering it on and I get a message that says "The Setup Wizard was unable to locate an Router on your network. Please make sure your Router is powered on and all cables are properly connected to your PC". It is hooked up correctly. The lights that are supposed to be on are on. The "wireless" and "internet" light are flashing very quickly though and not solid. Is this normal or not? Also when I first turned it on, my firewall recognized the network and asked me to assign it a name, so I don't understand why the Setup Wizard is not recognizing the router. This is for a WRT54GR.

    Go to control panel>network connections>right-lick local area connection and click properties>highlight internet protocol tcp/ip and click properties. Make sure it's set to obtain an ip address automatically and obtain dns.
    Hope this helps! (",)
    The box said windows xp or better... So I installed Linux!

  • I couldn't locate policy.properties or sso directory in Oracle AS10.1.3.1.1

    I'm trying to do SSO, configured policy in Access Manager as per integration steps in b25347.pdf
    I couldn't locate policy.properties or sso directory in Oracle AS10.1.3.1.1
    I dont know what i'm missing ?

    Thank you,Madrid!
    I have resolved the problem by setting the
    ORACLE_HOME to the right value.
    And thank all of you.
    But I still can't unstand why I could connect tothe
    database through user "system" without setting
    ORACLE_HOME environment variable???Hi everyone,
    I too, have encountered this problem. The user i
    used to install Oracle 10g Express is a member of
    ORA_DBA group AND it also has Windows admin. rights.
    However, i am not able to connect / as SYSDBA.
    Where and how in Windows can I verify ORACLE_HOME
    environment variable? and where can i check if it is
    pointing to oracle_sid? i have search for this
    pattern but was unable to find it.
    Thanks all for your help!Thanks everyone for all your replies. I verified and sure enuf, oracle_sid was not set the the db name
    Thanks!

  • I just backed up my 3gs iphone using itunes.  All my photos and contacts have disappeared from my phone.  I am unable to locate them on my computer.  HELP!!!

    I just backed up my 3gs iphone using itunes.  All my photos and contacts have disappeared from my phone.  I am unable to locate them on my computer.  HELP!!!

    OK, I understand.  Try this ... it's much safer.  It will simply restore your backup, but not do anything to your iOS:
    While your iPhone is plugged in to iTunes, right click on the iPhone icon on the left side of the iTunes display.
    Choose "Restore from backup ..." from the pop-up menu that appears.
    Again, what this will do is place that backup back on your iPhone without changing iOS.  So you should be very confident in the backup contents before doing this.

  • Unable to locate timecode in batch capture

    Hi there, I have been working on this problem for a while and would really appreciate some help.
    I have a documentary project I have been working on for some time and have completed the EDL. I am now trying to batch capture the footage again in full res and am having problems with a couple of the tapes.
    First the specs:
    The video was shot on a Sony HDR-HC1 in HDV(1080) mode.
    I am using this camera to capture the footage.
    I am trying to recapture the footage in a sequence with the easy setting on HDV1080i50.
    I had originally captured the footage in SD on an older version of final cut pro (I am now working with FCP6) and didn't realise that my 16:9 footage was actually all 4:3 letterboxed. To fix this problem I used the media manager to export and then in the new project batch capture all the footage again from the tape. The project uses 18 tapes, 16 of which were batch digitised with only minor troubleshooting required. However 2 of the tapes are proving to be very problematic. It seems that whatever clip I select on the tape it gives me a message saying "unable to locate timecode".
    I have tried setting the tape to the exact location of the clip before selecting the batch capture, but the computer always seems to look for a spot which is 2-3 mins out of sync with the clip. For example, if the in point is 00:10:00:00 the computer will roll the tape to around the 00:12:00:00 mark and start jogging around there for about 30 seconds until eventually giving me the "unable to locate timecode" message. Looking in the information in the bins, the in and out points are accurate, its just that when I try to capture, the computer rolls the tape to the wrong position.
    If anyone knows a workaround for this that will help me avoid having to edit the footage all over again I will be extremely grateful.
    Thanks
    Liam

    HI I have the same problem, the capture window says: Waiting for time code, the device must set in vcr mode and then This operation could not be complete as there is no video, the F!#!%$$ problem is very illogical ,at this mooring I do batch capture without a problem but since the second tape this problem starting, I update to FCP 6.0.4 and,. @@#%#@%#$ the first tape capture but the second not capture and the problem starting againd, note that IMOVIE capture the tape and work very well, iI replace fire wire, camera VCR and , I trayu with Canon, Sony, JVC and the problem persist , I have quicktime 7.4.5, FCO 6.0.4, note that I have two Macs with the same problem in both macs IMOVIE work like a PRO edition Software but FCP is very bad, I have with this problem a long time, I formated Mac, reinstall FCS2 many timers and the problem persist. IS not a problem whit easy setup or wherever , I download the FireWire SDK from Apple and test all connection with the applications of sdk and in all case , the camera and the fire wire are OK, the problem is with quicktime and FCP, If any one is working OK with FCP and DV NTSC devices and JVC PRO HD devices, please tell us HOW DO. I'm working with FCP since 2000 and in this month FCP makes me very UNHAPPY.

  • Unable to locate external device after upgrade

    i have been using FCE 2.0.3 and mac os 10.3 to view clips on video monitor (tv) easy set up was dv pal. so i chose view and and then firewire from the FCE menu to review clips on video monitor through my cannon mv750i-worked ok until recently. I have also been able to capture as well. Nothing wrong with the camera as it works ok in another computer (power pc) which has mac os 10.4.7 but fce is still 2.0.3. So is something i am not doing?
    i then upgraded to mac os 10.4 and fce to 3.5 and easy set up also at same dv pal and a window message comes up informing me that "unable to locate external device" or you have changed system configurations. I have made sure that the camera is on. so please can someone tell me what i can do?

    When I recently upgraded from OSX 10.3.9 to OSX 10.4.7 I found that FCE 3.0 would not recognise the camera.
    When I upgraded to QuickTime 7.1.2 the problem immediately disappeared.
    http://www.apple.com/quicktime/download/mac.html
    Ian.

  • I Tunes unable to locate music ?

    I have just spent 7 hours updating our i-Tunes account. I successfully deleted the extra copies of tracks,located missing files,updated the library and then backed up the whole of i-Tunes.
    I then backed up the whole I-Mac to an external drive and was busy patting myself on the back for an excellent job when I thought I would just check and see everything opened properly after a shut down. I didnt.
    When i opened i-Tunes I could see all my albums,all the artwork,all the playlists, all the music files perfectly organised as I had left them.
    BUT when I clicked on a tune to listen to it, i-Tunes gave me a mesage saying i-Tunes was unable to locate the music file ? I followed the link path to where the music was stored, user\music\ i-Tunes\ i-Tunes media etc and there was all the music as I had left it ??
    When I clicked on any file in i-Tunes it could find it, but when I click on the media folder with the music in it opens i-Tunes up perfectly and plays my tune. I've tried emptying the whole i-Tunes library and then restoring it from i-Tunes folder but I get multiple copies of the allbums, missing artwork, missing files, some albums have one or two tunes missing and some are completely duplicated, e.g. I can see two copies of each track in the album..........I cant believe it ! why is i-Tunes so frustrating ? all I want it to be able to see one copy of each track on each album and keep it that way.
    Is it something to do with my library ? is that corrupted ? should I delete the library and create a new one ? how do I do that ? How, (once I've got it back to how I want it) do I save everything and ensure it doesn't go reading something corrupt again. This is a nightmare...HELP

    The exclamation mark for missing files is shown if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place. Changing the path to the media folder won't fix the links to files you've moved by hand.
    Select a track with an exclamation mark, use Ctrl-I to get info, then say no when asked to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions. I can provide a step by step guide if you give me the two paths.
    In some cases iTunes may be able to repair itself if you go through the same steps and locate the lost track. It may then offer to attempt to automatically fix other broken links. Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes. I would suggest you untick Edit > Preferences > Advanced > Keep iTunes Media folder organized before you start so that things don't have to move around as they are repaired.
    tt2

  • I want to make a slideshow to view on my television with image's duration ranging from seconds to an hour or more and I want to use my iPhone or iPad mini to control the television through my Apple tv.  I've been unable to locate an app that will do this.

    I want to make a slideshow to view on my television with image's duration ranging from seconds to an hour or more and I want to use my iPhone or iPad mini to control the television through my Apple tv.
    I've been unable to locate an app that will do this.  The Photos app that comes with the phone or iPad has extremely limited duration controls.  PhotoStream seems to load everything from my phone or iPad not allowing me to just load up a set group of images.
    iPhoto for iPad is getting some terrible recent reviews.  I tried a couple other free apps but they don't use Airplay.
    I can do something like this with iPhoto and my MB Air, but it's kind of ugly to have the computer open in order to connect by Airplay to my Apple TV.  I've thought the iPad or iPhone would be a lower profile controller.
    Am I out of luck?

    Thanks for your help.  Since I'm uninterested in loading all my photos (the only option) into photostream, I won't be able to use the settings in ATV.  I guess I'm just stuck with using iPhoto on my MB Air.  Thanks again.
    paul

  • HT1918 I am unable to locate where to change the phone number that is associated with my itunes account.

    I am unable to locate where to change the phone number that is associated with my itunes account.  I have a new number and the old number is no longer accessible by me.  I've logged into my iTunes acct and it seems I can only change my appleID itself, my billing address info, and password and things like that.  I cannot find where to remove a number and add a new one.  I've gone to my mobile devices (iphone, ipad) as well as my mac and I'm getting a bit frustrated with it.  I'm sure there's a simple solution and I'm just missing it.  Going to settings>messages>send&receive....there is the old number and no option to make a correction.  I've unchecked it but why can't I add the new number?  On my iphone the ONLY option that shows up is my current number but when I set up my new ipad I have the issue described here.  I want this number completely removed from my account there has to be a way to get it out of the system.  
    Also when going to settings>facetime>you can be reached at:  shows email addresses as well as the OLD phone number with no option to make the correction, remove the incorrect number, or add a new number.  I figured this was tied in to my appleID since thats when it showed up (right when I signed in on my ipad).  So I went to itunes on my mac and went to my account and there I find AppleID Summary, itunes in the cloud, purchase history, and settings.  I've gone through each of those and am still unable to figure out where to change it.  Somebody PLEASE tell me where to find this data so I can change it.  I've seen multiple inquiries about this all over the internet but everyone's solution is to do exactly what I've already done.  No resolution to the real issue. 

    Apple will have it, but if there is ever a question/problem, the store that you made the exchange at will have it on record. 
    But if you're worried about it call 800-APL-CARE and see if they have it.

  • Today, I got a "update iTunes and tonight, I can't access my iTunes. I uninstalled and reinstalled and the error message reads: iTunesexe-unable to locate component. App has failed to start due to MSVCR80.dll was not found: Reinstall may fix" but hasn't.

    I received an iTunes update today and updates files. Tonight, I couldn't acces my iTunes. I uninstalled and reinstalled and still getting same error message: iTunes exe unable to locate component. This application has failed to start because MSVCR80.DLL was not found. Reinstalling the application may fix this problem.  I've done it several times and still get the error.  I'm fearful I have lost all my music.  What can I do?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for

  • Oracle graphics(Bar chart) error

    Hi All, I have developed a Bar chart using graphics builder 6i and it is running but when the y axis value larger (say 9999999) then axis lable getting symbol as star(*). Also Bar column Label getting symbol as star(*). What is the problem? Is it pos

  • Can I lock items in my Dock?

    My 4 year old daughter has a great game of dragging things out of my dock and watching the puff of smoke!!!.. great fun for her but a real pain for me! With Tiger I used Transparent dock which had a check box that allowed you to lock the items in the

  • Resources created w/MQ Admin Console not seen in GF Admin console

    Environment: Glassfish Enterprise Server v2.1 JDK 1.6.0_11-b03 (bundled) Sun Java(tm) System Message Queue 4.3 (Build 7-g) Windows XP SP3 Following the documentation in Chapter 1 of the Sun Java System Message Queue 4.1 Administration Guide[1] I used

  • Making sure photos are the exact same size

    I am creating before and after photos and need to make sure that each are the same size.  I will have groups of 2 side by side and then groups of 6 with 2 across and 3 down.  Once I create them in layers, is there a way that I can check to make sure

  • Db_files too high and  High parse to execute ratio Error

    Hi DBAs, I was using TOAD to check the statistics on our database and got the above error(db_files too high) against DBWR avg scan depth(3,057.4334) AND ALSO High parse to execute ratio against Parse to execute ratio 83,2903 How do I deal with these