Not able eto publish theme - resource file does not exist

Hi Guys!
I try to publish a service to standalone ITS.. When I publish service, it is ok, but when I try to publish Theme 99, I get an error:
Ressource file ws01000109  99 does not exist
How can I get this resource file?
What to do to be able to publish it?
Thanx a lot!
Peter

Hello Peter,
Maybe a resource file does not exist for ws01000109.  Have you tried to display the file?  You can do so by double clicking on the 99 in the left side tree.
Edgar

Similar Messages

  • "You will not be able to publish your resource plan..."

    Hi all,
    Project Server 2010 with SP1 and Feb '12 CU. 
    We've started experimenting with resource planning and have found a situation for which I have no explanation.  For some projects, the resource plan functions work just fine.  But we have a few where the Publish option in the ribbon of the resource
    plan is greyed-out and a message stating "Your will not be able to publish your resource plan until you publish the corresponding project schedule".  I've found that by following the instructions and publishing the project in PWA works - the publish capability
    for the resource plan is no longer greyed-out. 
    HOWEVER, I don't know what's causing this situation in the first place.  New projects can be created and they don't seem to produce the greyed-out publish option.  Most existing projects won't behave this way either - but some do.  It doesn't
    appear to be a permissions issue since when the publish button is greyed-out it remains that way for project managers and admin alike.  Also, publishing the project from Project Professional doesn't work either, only publishing from PWA will do the trick.
    Any advice about how to avoid getting the greyed-out publish button for resource plans would be most appreciated. 

    Thanks Michael!
    As it turns out, this isn't quite the answer but you've definitely helped in figuring this out.  Based on some additional experimentation (triggered by your line of thinking!), it seems that a change to the project's task and/or resources will disable
    the publish capability for that project's resource plan - unti the project is published again in PWA.  So if you add a task, or resource, or change an assignment that will trigger this greyed-out behavior for the publish button in the ribbon of the resource
    plan.
    Also, I've found that publishing in project professional has no impact.  The only way to re-enable the publish capability for the resource plan is to publish the project in PWA.  Of course, the message that accompanies the greyed-out publish button
    states this explicitly but people like me (who lack a keen sense for the obvious) sometimes miss these subtleties.
    Thanks again for your response - quite helpful.

  • Time Machine LOG file, does one exist

    I'm getting errors saying that the time machine backup has failed, but there seems to be no detail as to how it failed. Yet, when I look at the Time Machine status, it will show that backups are completing. I just no longer can find out if they are really any good or not.
    I need a LOG file or something where I can see the actual error message and diagnose the real problem. Telling me there is an error but not what is going on is just not at all helpful.

    You are asking in the wrong forum.
    http://discussions.apple.com/forum.jspa?forumID=1227

  • ERROR: exception symbol "20001" not found in resource file.

    HI,
    I am trying to use the Java API to create and update Work Tasks. When I setup a situation where two users edit and update the same work task I get an exception as follows.
    07/03/02 09:58:51 ERROR: exception symbol "20001" not found in resource file.
    07/03/02 09:58:51 a042d39669c482aa:-6ee930c2:1110a6f1a2f:-7a06
    <2007-03-02 09:58:51,453> <ERROR> <oracle.bpel.services> <::>
    ORABPEL-20001
         at oracle.bpel.services.workflow.repos.driver.olite.OliteWFTask.lockTask(OliteWFTask.java:425)
         at oracle.bpel.services.workflow.repos.driver.olite.OliteWFTask.updateWFTask(OliteWFTask.java:259)
         at oracle.bpel.services.workflow.repos.driver.PersistencyService.updateWFTask(PersistencyService.java:434)
         at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:2958)
         at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:2805)
         at oracle.bpel.services.workflow.task.impl.TaskService.performPostActionOperation(TaskService.java:2780)
         at oracle.bpel.services.workflow.task.impl.TaskService.updateTask(TaskService.java:492)
         at oracle.bpel.services.workflow.task.ejb.TaskServiceBean.updateTask(TaskServiceBean.java:135)
    <<<snip>>>
    Digging away and doing a bit more debugging indicates that the exception is due to not being able to load a Resource file...
    07/03/02 09:58:51 Got Throwable : - java.lang.ExceptionInInitializerError, null
    07/03/02 09:58:51 java.lang.ExceptionInInitializerError
    07/03/02 09:58:51      at com.evermind.server.rmi.RMICall.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMICall.java:109)
    07/03/02 09:58:51      at com.evermind.server.rmi.RMICall.throwRecordedException(RMICall.java:125)
    07/03/02 09:58:51      at com.evermind.server.rmi.RMIClientConnection.obtainRemoteMethodResponse(RMIClientConnection.java:517)
    07/03/02 09:58:51      at com.evermind.server.rmi.RMIClientConnection.invokeMethod(RMIClientConnection.java:461)
    07/03/02 09:58:51      at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:63)
    <<<snip>>>
    ...and...
    07/03/02 09:58:51 Caused by: java.util.MissingResourceException: Can't find bundle for base name com.collaxa.cube.i18n.exception_cube, locale en
    07/03/02 09:58:51      at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
    07/03/02 09:58:51      at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:726)
    07/03/02 09:58:51      at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
    07/03/02 09:58:51      at com.collaxa.cube.CubeException.getResourceBundle(CubeException.java:142)
    07/03/02 09:58:51      at com.collaxa.cube.CubeException.<clinit>(CubeException.java:82)
    07/03/02 09:58:51      at java.lang.Class.forName0(Native Method)
    07/03/02 09:58:51      at java.lang.Class.forName(Class.java:242)
    07/03/02 09:58:51      at com.evermind.io.ClassLoaderObjectInputStream.resolveClass(ClassLoaderObjectInputStream.java:33)
    07/03/02 09:58:51      at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1538)
    07/03/02 09:58:51      at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1460)
    07/03/02 09:58:51      at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
    07/03/02 09:58:51      at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
    07/03/02 09:58:51      at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
    07/03/02 09:58:51      at com.evermind.server.rmi.RMIClientConnection.handleMethodInvocationResponse(RMIClientConnection.java:856)
    Digging through the classes gives me a pretty good guess that the missing resource is in "orabpel.jar" which is on the classpath and in the class exception_cube_bpeltest.java.
    "exception.20001.severity", "10"
    "exception.20001.type", "error"
    "exception.20001.name", "Assertion execution error."
    "exception.20001.description", "A problem occurred while converting the assertion value \"{0}\" to a number at activity \"{1}\"."
    "exception.20001.fix", "Please change the value to be a number or do a string comparison."
    What I'm looking for is the nicely formatted exception to come back from Oracle so that I can wrap it up in our own exception handling and deal with the situation nicely. Instead of a java.lang.ExceptionInInitializerError - I think I'm supposed to be getting a proper "ORABPEL-20001" exception.
    I suspect it's got something to do with classpath. But I've checked that orabpel.jar is on the classpath.
    Please help :-)
    - Richard Perfect.

    I think it is a classloader related problem. I had the same situation when updating BPEL Tasks from a custom web application using REMOTE_CLIENT (RMI) method. I have no clue which classloader loads which class so I choosed a simple workaround: extracted the com.collaxa.cube.i18n folder and its contents from orabpel.jar into the oc4j container's applib directory. This way every classloader can find the resource files. (Do not copy the orabpel.jar into applib. It causes other classloader related dependency problems. Copy only the resource files.)

  • Published my iWeb files to MobileMe but can't get to domain

    I've finally been able to publish my iWeb files to MobileMe (after 2 days of trying -- a message kept appearing that said "iWeb couldn’t publish to MobileMe. The MobileMe servers are busy. Please try again in a few minutes."), but now when I try to go to my domain name (www.julie-harrison.com) it automatically redirects to "www.web.me.com".
    Help!
    juleslarosa

    Well, have you followed all the instructions about linking your domain name to MobileMe?
    Have you entered your domain name in your MobileMe personal domain name settings? If not, then go and do this.
    You then need to go to your domain name registrar and forward your domain name to web.me.com, by going to the DNS settings and setting up a new CNAME forwarding. Have you done this? If not, then go and do it.
    You need to do all these things for your domain name to work.
    By the way, it is web.me.com. If you keep typing www.me.com, then no it won't work.
    Your url will always be http://web.me.com/username/sitename.

  • How do I publish Android APK files from CS5?

    As far as I can understand you need three things to be able to publish Android APK files from CS5:
    1. Air 2.5 or greater (I've downloaded and installed 2.7 beta)
    2. Android SDK (I've downloaded and installed)
    3. Flash CS5 Android Extension (NOT AVAILABLE ANYMORE)
    That's right, the last thing you need is no longer available because Adobe is rolling it into the next Flash version. So because I didn't get in on the prerelease with the extension...I'm just out of luck? That can't be right. How do you create APK files from CS5 when you can't get the extension? All of the tutorials out there for creating Android content from CS5 use this simple extension that seems to make everything so easy. What is Adobe's answer for creating APKs out of CS5 if you weren't part of the prerelease? They don't have the extension available anymore so there must be a way. Any help would be greatly appreciated.

    You must use the Android extension to get the menu "AIR for Android", for you and das please find the below link:
    http://www.mediafire.com/?edyam3lpjuma91c
    Also check your private message.

  • How to read a Properties Resource File in KM with Web Dynpro Java

    Hello all,
    I would like to store a resource file in KM and have my web dynpro application read that file at runtime.  Is this possible?  Any examples of how to achieve this?
    I hoping to be able to modify this resource file in KM to easily change certain behaviors in my webdynpro application.

    Thanks Naga Raju Meesala.
    How come all these methods are deprecated...getEP5User
    Also, since I am building a weddynpro DC, what is the proper way to include these jar files as Used DCs?
    Now proceed in the same way with the variable PORTAL_HOME and add the following .jar files:
    u2022 \lib\prtapi.jar The portal runtime APIs
    u2022 \portalapps\com.sap.portal.usermanagement\lib\com.sap.security.api.ep5.jar The user management APIs of the Enterprise Portal 5.0 are deprecated, but still in use in SAP NetWeaver 04
    u2022 \portalapps\com.sap.netweaver.bc.rf\lib\bc.rf.framework_api.jar KM Repository Framework APIs
    u2022 \portalapps\com.sap.netweaver.bc.rf.service\lib\bc.rf.global.service.urlgenerator_api.jar Repository Framework Utility: URL Generator
    u2022 \portalapps\com.sap.netweaver.bc.sf\lib\bc.sf.framework_api.jar Repository Framework: Repository Services
    u2022 \portalapps\com.sap.netweaver.bc.util\lib\bc.util.public_api.jar Repository Framework Utilities

  • Java JDK for windows AMD64 between 1.4.2_09 and 1.5.0_00. Does it exist!?!

    Hello.
    I am installing a SAP ERP 6.0 environment on an windows AMD64 box. For this i need the JDK newer than 1.4.2_09 and older than 1.5.0_00.
    Before sun.com webpages where decommissioned earlier this year i belive that you could find this via http://java.sun.com/j2se/1.4.2/SAPsite/download.html.
    Today this leads to the "normal" download pages there windows amd64 cannot be found.
    Can anyone help me with this? I'm assuming I'm not the first or last who needs this...
    Thank you!
    //Jon

    user12972694 wrote:
    Hi,
    I managed to somehow find this direct link. It contains a SDK with 1.4.2_33.
    http://download.oracle.com/auth/otn/java/j2sdkfb/1.4.2_33-b02/j2sdkfb-1_4_2_33-windows-amd64.exe?e=1315310972&h=c7511a0d5cb36de598d3387aa0d109b5
    This Direct link doesn't seem to work, but the link itself proves enough that the file does indeed exist. If you were supposed to be able to find this file is another question :)

  • I have created a data module in s1000d application of framemaker 10.While publishing it in publication module it says"File does not exist".

    1- I have created a data module in s1000d application of framemaker 10.While publishing it in publication module it says”File does not exist”.
    2- Does FrameMaker 10 supports s1000d 4.1 ?

    See Lorna...it's almost second nature to you now,
    editing those js files! I TOLD you you could do it!
    Mark, it's EERIE that you should say this to me today because this is exactly what I have been thinking! I can put a song on a page with one eye shut now, and I can zip around those files pretty well (except for the recent fiasco where I didn't even look at the right folder). I also notice that the level of my writing is sounding more technical and familiar with digital world jargon. I remember how you told me I could do it, and you were right. You all were right and I feel more knowledgeable and at a point where I suspect that I can take steps on my own. HTML is a strange land, but just being able to edit that .js file and FIND it by navigating for it in Text Edit has made me feel much more competent.
    Before iWeb I didn't realize what Text Edit was for. I used it to take quick fast short notes. I never understood that concept of "opening something up in so and so application." The first time I clicked OPEN in Text Edit, and I saw all those danged files staring at me with beady eyes, I wanted to throw a white hanky and run for the hills. Not any more!
    Lorna in Southern California

  • I cannot log into facebook. I get the following message: 404 Error - Not Found The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request,

    I am not able to go to the facebook site. www.facebook.com is not working. I get the following error message. 404 Error - Not Found
    The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
    * You have used the proper case; requests ARE case-sensitive!
    * You have entered the URL correctly. (i.e. proper directory/filename)
    * You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
    * You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
    * The user/file still exists on this server.
    I also get redirected to "Busca Google" when typing www.facebook.com in the address bar.
    == URL of affected sites ==
    http://facebook.com; buscagoogle.com

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • HT4059 I have PDF files in iBooks on my iPad and am not able to sync them to my Mac computer.  Please help!

    I have PDF files in iBooks on my iPad and am not able to sync them to my Mac computer.  Please help!

    You should be able to copy them over to your Mac's iTunes by connecting the iPad to it and doing File > Devices > Transfer Purchases (that should copy PDFs and epubs that are in iBooks, not just actual ibooks) - does that not work ?

  • Just installed CC on my PC, Windows 7, 64 bit system. Not seeing any applications on the desktop or installation folder. However, all the resource files are present in the installation folder. What am I doing wrong?

    Just installed CC on my PC, Windows 7, 64 bit system. Not seeing any applications on the desktop or installation folder. However, all the resource files are present in the installation folder. What am I doing wrong?
    I've installed three times with no luck. I downloaded the Creative Cloud Packager off the licensing site: https://licensing.adobe.com. I unpacked and choose my applications. The install seemed to be successful, but I don't so any of the applications anywhere.

    Hi,
    Creating package doesn't mean it will install the product,
    You will need to install the package now. Please follow the instructions mentioned in the below articles
    Creative Cloud Help | Creating or editing packages
    Creative Cloud Help | Deploying packages
    Please let me know if it doesn't help.
    Regards,
    Devendra

  • I am not able to add videos to itunes. So I am not able to sync them with my IPhone4s. I ve tried: dragging to itunes, minimize file name of mp4, adding by file/folder still not adding. WHY? Please help.

    I am not able to add videos to itunes. So I am not able to sync them with my IPhone4s.
    I ve tried:
    dragging to itunes,
    minimize file name of mp4,
    adding by file/folder, but still not adding.
    WHY? Please help.

    This is very serious. Your computer got infected with ransom malware, Cryptowall.
    Go here for further info.
    CryptoWall 2.0 Anything Good about Buying you Keys? - General Security
    CryptoWall and DECRYPT_INSTRUCTION Ransomware Information Guide and FAQ

  • I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the

    I've become increasingly frustrated with the ipad adobe app. I've subscribed to be able to convert my pdf files into word documents and it has yet to work I've paid for a service that does not work which in turn makes me a disgruntled customer to say the least very disappointed with such horrible service

    Which service did you subscribe to?  Adobe PDF Pack?
    Once I know the service that you subscribed to, I can move this post to the right forum so that you can get in touch with the folks who can assist you.

  • Http-XI-File:  "The requested resource does not exist"

    i have a http-XI-File scenario, where i m sending a request from the HTTpClient application(i obtained that HTTPClientApplication from SDN itself), when i send the request, i receive a response in the internet explorer as
    "The requested resource does not exist"...
    help me

    Hi,
    Have You Entered Correct Input Parameters in the Client Test Tool ???
    Please Mention the Correct Server Port
    Regards
    Khanna

Maybe you are looking for

  • Email Submit and Data format

    I have been reviewing the following document and have 1 question. http://www.adobe.com/devnet/livecycle/articles/lc_understanding_submit_tip.pdf Is there a way to customize the data format using a submit button? I may have the requirement to have end

  • Interface with SHBrowseForFolder Function (shell32.dll)

    Dear OTN members, Anyone there know how to interface with SHBrowseForFolder Function in "shell32.dll" Windows NT's library ? Regards Khoo null

  • Error in TFS Release Management Server after Upgrading to Update 3

    Some weird and unexplained error logged in InRelease aka (Release Management) server event log after upgrading Release Management Update 1 to update 3. Below error started getting logged only after upgrading to Update 3. Even though we started the In

  • Acrobat X Pro 10.1 - Can't copy windows folders - Locked

    Having a major issue with Adobe Acrobat and explorer. If I download a PDF file and try to move it, I get the error: "Destination Folder Access Denied" you need permission to perform this action. (I am Administrator level). Especially if I am using th

  • CS2 deactivation on other computers

    I want to install and activate my old version of CS2 on my pc that is running on windows 8.1.  I have no idea how many times I have activated this program or on how many computers.  Is there a way to deactivate all but one?