Trouble opening project after upgrading from RH7 to RH8

We recently loaded a RH7 project into Source Control 3.1.  All things seemed to be working well.  Until last week I was the sole user of the program and editor on the project.  Last week the IT department attempted to add a new user to the project, installing RH8.  The new user profile attempted to open the project in RH8 but we have not been able to completely open the project.  This was done before upgrading my PC from RH7 to RH8.
We were unable to open the project (and converting) in the new profile, however when viewing the project in Source Control, it showed all the files were checked out exclusively to the new profile.  We were able to utilize the 'check in' function in SC as Admin users and checked in all the files.
My PC was then upgraded to RH8 and I am attempting to open the project.  I received the Upgrade project dialog box. (I select 'Upgrade). I then recieve a warning 'Your project file, C:\....cpd, is corrupt and cannot be opened.  Try deleting this file and reopening the project."
I did this and tried to open the project.  I got as far as the status bar showing the files/project was being loaded.  After several minutes the screen goes all white and the Task Manager shows that it is not responding.
Any suggestions for this novice?
thanks!

Hi,
Please try the following tech doc and see if this helps in resolving the issue or not. Make sure that you have the backup of your project before trying these steps:
http://kb2.adobe.com/cps/528/cpsid_52862.html
Piyush Bhatnagar

Similar Messages

  • Can't open project after upgrade

    Hi
    After upgrading from iMovie 9 to iMovie 11, i have a project that i can't open any more. When i choose it in the project library the preview window freezes and the "edit project" button fades out so that I can't open it.
    Any one else got the same problem or know how to fix it.

    Hi I have the same problem. Did you manage to find a solution?
    Thanks

  • Upgrading from RH7 to RH8: Problem with user-defined variables

    Example:
    Before upgrade: <uservariable name=Product_name1 x-showvalue x-value=MyProduct>MyProduct</uservariable>.
    After upgrade: <?rh-udv_start name="Product_name1" ?>MyProduct<?rh-udv_end ?> .
    Notice that there is now a space before the period. Any time my UDV is followed by another letter or punctuation, there is now an extra space. :-/ Does anybody know of a way to fix this besides using FAR to search and replace every possible combination of UDV + letter/punctuation?

    Problems like that make me a whole lot happier that we upgraded from RHX5 where variables didn't exist! I think the best way forward IS to use a find and replace tool. Sorry.
    Read the RoboColum(n) for a tips,  tricks and musings on the Technical Communication Suite products.

  • Problem deploying VB6 project after upgrade from version 8 to version XI

    Hi,
    I'm upgrading a VB6 application from crystal report 8 to crystal report 11.
    When running on development machine it works fine, but when i deploy the application on the client pc instead of the activex control i get a white background with no error (Setup package is created by adding merge modules to an installshield 11 express project)
    Searching for dll not installed or not properly registered, i've used the "modules" utility and then i've manually registered dll that wasn't loading on the client pc.
    After that i get error 339 : 'crviewer.dll' or one of it's dependency is not registered. File not valid or not found.
    Is there a list of dll that need to be on the client machine or some advice for using the merge modules with installshield 11 express?
    Thanks,
    Carlo

    Download [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] to see what is happening when you runt he project. It will give you more info than Modules.
    Also, ensure that you are distributing the correct version of the runtime. You mention XI, but that still leaves the option of 11.0 or 11.5 (each of which as a different runtime). See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsReportDesignerComponentRuntimeDistribution-Versionspre8.0.xto12.0] wiki for more info.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Having troubles with Checkboxes after upgrade from 2 to 3.1.2

    Hola forum!
    For some reason, after I upgraded Apex to 3.1.2, all my screens where I have a checkbox immediately followed by an item, that item is now being automatically moved down to the next line (this used to work fine in 2)?
    So, I hadsomething like this
    Email Indicator [] Email Description____________________
    The problem is that after the upgrade everything looks like:
    Email Indicator []
    Email Description____________________
    I have everything setup right - Email Description has Begin On New Line = No and ...Field = No
    Also, Email Indicator has a colspan of 2 (but I've tried every configuration to get this back to the way it was).
    Any ideas?
    Thanks!
    Dan

    Hi all,
    fixed the problem !
    Problem description:
    All files in "$APACHE_HOME/Apache/images/*" have restricted permissions on filesystem level. They are all set to "-r--r-----" , so copying new files to this folder (and subsequent images/css, images/javascripts) fails.
    Problem solution:
    - in the "$APACHE_HOME/Apache/images" execute a "chmod -R u+w *" to give write permissions to owner of all files.
    - then go to th installation directory of apex and "copy -pR ./images/* $APACHE_HOME/Apache/images".
    - Check that there are now new files in the target directory
    - Then refresh the browser with "Ctrl-Shit-R" .
    -> It works !
    Thanks for everybodies help!

  • Sunone console not opening after upgrade from DS5.2 patch 3 to patch 4

    Hello,
    The Sunone Console is not opening when i upgrade from Directory server 5.2 patch 3 to patch4. I getting the following error message
    "error 501 Cannot logon because of an Incorrect userid,incorrect password or directory problem"
    can u please guide me. how can i solve this problem.
    Regards,
    Srini

    So while this certainly isn't the most elegant of solutions, and most assuredly isn't in the realm of supported by Oracle...
    I've used the DBMS_IJOB.DROP_USER_JOBS('username'); package to remove the 194558 orphaned job entries from the job$ table. Don't ask, I've no clue how they all got there; but I've prepared some evil looks to unleash upon certain developers tomorrow morning.
    Not being able to reorganize the JOB$ table to free the now wasted ~67MB of space I've opted to create a new index on the JOB$ table to sidestep the full table scan.
    CREATE INDEX SYS.JOB_F1_THIS_NEXT ON SYS.JOB$ (FIELD1, THIS_DATE, NEXT_DATE) TABLESPACE SYSTEM;The next option would be to try to find a way to grant the select privilege to the role without using the aforementioned "after CREATE on schema" trigger and dbms_job call. This method was adopted to cover situations in which a developer manually added a table directly to the database rather than using the provided scripts to recreate their test environment.
    I assume that the following quote from the 11gR2 documentation is mistaken, and there is no such beast as "create or replace table" in 11g:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10592/statements_9003.htm#i2061306
    "Dropping a table invalidates dependent objects and removes object privileges on the table. If you want to re-create the table, then you must regrant object privileges on the table, re-create the indexes, integrity constraints, and triggers for the table, and respecify its storage parameters. Truncating and replacing have none of these effects. Therefore, removing rows with the TRUNCATE statement or replacing the table with a *CREATE OR REPLACE TABLE* statement can be more efficient than dropping and re-creating a table."

  • PDF files won't open after upgrade from 9 to 10 or 11

    After upgrading from Reader 9 to Reader 10, I lost the ability to open PDF files on my Win 7 laptop.  Even the icons became blank white blocks. I reinstalled Reader 9 and it all worked as usual. In trying Reader 11, it happened again.  Any thoughts?

    Thank you for your reply. Allow me to clarify.
    After installing Reader 10 or 11, the icons for PDFs on my desktop changed from the typical PDF icon to a blank white icon like when the extension of a file has been changed or omitted. Double clicking the icon no longer opens the PDF file. Yes, Reader opens but I no longer was able to open any preexisting PDF files using the new version of Reader. I did try changing away from protected mode to no avail.
    I do not have a screen shot as I have downgraded to Reader 9. I have scanned thoroughly for malware and viruses and none have been found.
    Thank you again. I look forward to your further comments.
    Sent from my iPhone.
    Please pardon brevity, misspellings, and autocorrect hijinks.

  • Smartview reports do not open in HFM v11.1.2.1 after upgrade from v9.3.1.

    Smartview reports when I attempt to open in HFM v11.1.2.1 (after upgrade from v9.3.1), points me to launch v9.3.1 workspace. Any advise pls... Thanks, Mark

    Mark,
    I still don't fully understand the issue. Smart View is not launched from Workspace -- it is instead run from within one of the Microsoft Office products (Excel, Word, PowerPoint, Outlook). Are you instead asking about Financial Reports? These are run from the Explore menu within Workspace. You can view these as html or PDF.
    A little more confusing is the fact that Smart View can run a Financial Report from within any of the Office products. In any case, when you use Smart View in 11.1.2.1 you could open a connection to the Workspace server (the connection in Smart View is defined in the Smart View options under Advanced > Shared Connections URL). Assuming you have provided a correct URL there, pointing to the 11.1.2.1 workspace server, you should see the available shared connections when you open a new conenction.
    I re-read your e-mail and wonder if you are confusing things a bit. If you log into Workspace, using Internet Explorer, each user has their own preferences as to what page launches by default upon login. I think you are saying that a usr logging into the 11.1.2.1 workspace somehow has a default page leading them back to the 9.x workspace? If so, check their preferences to examine the default document and it's URL. Once logged into Workspace, choose File > Preferences > General, to view the Startup page. You can make any changes here, but this is user-by-user.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Help does not launch after upgrading from RH5 to RH7

    My problem is similar to CaroMe1's. Topics within chm files
    created using RH5 and integrated into our software product launch
    correctly when a Help button is clicked on a dialog. After
    upgrading to RH7, using the the same project files, chm files
    created using RH7 do not launch at all; that is, nothing happens
    when a Help button is clicked on any dialog.
    Thanks in advance for any advice!

    The .chm filename and the .xpj filename are the same.
    Sorry if I was swerving and incoherent! I probably shouldn't
    have posted after traveling and no sleep!
    Here is how I tested for the source of this problem:
    1. I created a .chm file using RH 5, integrated it into our
    product, clicked on the Help button on any of our dialogs, and the
    appropriate Help topic displayed.
    2. I created a .chm file using RH 7 (using the exact same
    project files as in the previous step), integrated it into our
    product, clicked on the Help button on any of our dialogs, and
    nothing happened. No topic, no Help. Nothing.
    Is that a better description of the problem? (I hope)
    Thanks again!

  • Missing Snippet Descriptions (upgraded from RH7 to RH9)

    Hi all,
    I've pretty much successfully upgraded my RH7 project to RH9. I only noticed two problems, one of which is the subject of this thread - the descriptions for each of my snippets isn't displaying. It looks to me like this problem has something to do with the way descriptions were previously stored (in a title tag for RH7 and lower versions?) versus the way the descriptions are now stored (in a meta tag, i think, for RH8 and higher versions?).
    I took a look at the hts file for one of my snippets that was upgraded from RH7 to RH9. The code looks like this (I've bolded the snippet description):
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Adobe RoboHelp 9" />
    <title>Use this text above the table that explains Action menu items.</title>
    </head>
    <body>
    <p style="margin-top: 2pt; margin-bottom: 2pt;">Select an action from the
    menu and click Go. </p>
    <p style="margin-top: 2pt; margin-bottom: 2pt;">&#160;</p>
    <p style="margin-top: 2pt; margin-bottom: 2pt;"><span class="NoteTitle">Note:</span>
    The Action menu may change depending on the content, the content's status,
    your permissions and what you have already accessed. Therefore, the options
    explained below may not all be available at the same time.</p>
    </body>
    </html>
    THEN, I created a brand new snippet in RH9. The code looks like this:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="topic-comment" content="this is a new test snippet" />
    <title>New Snippet</title>
    <meta name="generator" content="Adobe RoboHelp 9" />
    </head>
    <body>
    <p>This is placeholder text for your snippet. To add content to the body,
    replace this text. </p>
    <p>&#160;</p>
    <p>For information about applying snippets to topics, press <b>F1</b>.</p>
    </body>
    </html>
    Notice how the description for the brand new snippet starts with "<meta name" but for the snippet that was created in RH7 (and then automatically upgraded by RH9), the description for the snippet starts with "<title>".
    I have 101 (exact count) snippet files and would hate to have to go into each one and modify this line of code myself, so my question is this:  Does anybody know a good, faster way to 'upgrade' all of my hts (snippet) files to follow the new RH9 format?
    Here are two things I've tried:
    1. Using TextPad, I manually made the change in the .hts file. Result: The description still does not display in the Description column in the Snippets pod (on the left in the screenshot below), but it DOES display in the Snippet Properties window (on the right in the screenshot below).
    2. Copying the description from TextPad, then opening the Properties window for the snippet and pasting the description into the Description field, and saving the snippet. This WORKS...but I'll have to do it 100 more times to fix all my snippets, AND the Title tag still ends up being incorrect.   Although things LOOK correct in the Properties window (i.e., the Name field indicates the correct name for the snippet, and the Description field now contains the correct description), here's the resulting code:
    <meta name="topic-comment" content="Use this text as the explanation for the Add To Cart Action menu option." />
    <title>Use this text as the explanation for the Add To Cart Action menu option.</title>
    So, the meta and title tags end up having the same values! The title tag should say "Add To Cart" - I don't know how it's possible that it doesn't contain this text as the value for the title tag. Thus, it seems like in order to get the descriptions in there correctly, I have to do a copy, then paste into the Properties window in RH9, but to correct the Title tags I have to open the .hts files in a text editor (i.e., *outside* of RH9) and enter the correct title text for each snippet. Is this really going to be this time-consuming to fix?

    Let's try again.
    First forget thinking in INCLUDE mode. Everything will be included unless you exclude it.
    Example.
    Topic 1 has tag A applied to the topic
    Topic 2 has tag B applied to the topic
    Topic 3 has tag A applied to some of the content (let's say to the word Redrabbit) but not the topic itself.
    Topic 4 has the tag A applied to the word Redrabbit and tag B to the word Greenrabbit but no tag on the topic itself.
    This is how it should work.
    Topic
    Topic tag
    Text tagged
    Expression Not A
    Expression Not B
    Expression Not A and Not B
    Header 6
    1
    A
    Topic will be excluded
    Topic be in output
    Topic will be excluded
    2
    B
    Topic be in output
    Topic will be excluded
    Topic will be excluded
    3
    None
    Redrabbit is tagged A
    Topic will be in output but the word Redrabbit will be excluded
    Whole topic will be in output including the word Redrabbit.
    Topic will be in the output but the words Redrabbit and Greenrabbit will be excluded.
    4
    None
    Redrabbit is tagged A and Greenrabbit is tagged B
    Topic will be in output but the word Redrabbit will be excluded
    Topic will be in the output but the word Greenrabbit will be excluded.
    Topic will be in the output but the words Redrabbit and Greenrabbit will be excluded.
    Below is the expression dialog.
    Here I have selected from Available Tags and put them in Exclude.
    Click Advanced and you will see how RH writes the expression.
    Written like that, does it now work for you?
    See www.grainge.org for RoboHelp and Authoring tips

  • Can´t open LR after upgrade to 5.3 without entering a licens key

    Can´t open LR after upgrade to 5.3 without entering a licens key

    I have seen comments from someone who indicated that every time they started Lightroom they were prompted for the serial number, even though they had already entered it. Is this your situation? I can't remember what the solution is, but I have seen that problem mentioned in the past.

  • Error after upgrading from SOA 10.1.3.1 to 10.1.4.1 (commons-loging.jar)

    After upgrading from SOA 10.1.3.1 to 10.1.4.1 , I cant run any Struts 1 pages from my web application.
    I used to have "commons-logging-1.0.4.jar" under j2ee\<INSTANCE_NAME>\applib, and it worked fine before the upgrade, but after I upgraded I get this exception in the application log
    11/02/20 18:50:17.31 ClientWeb: Error initializing servlet
    java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2315)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
    at com.evermind.server.Application.getHttpApplication(Application.java:586)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: No suitable
    Log constructor [Ljava.lang.Class;@1c06a6d for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError
    : org/apache/log4j/Category) (Caused by org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang
    .Class;@1c06a6d for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
    at org.apache.struts.action.ActionServlet.<clinit>(ActionServlet.java:209)
    ... 20 more
    Caused by: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1c06a6d for org.apache
    .commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)
    at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:413)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
    ... 24 more
    Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Category
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
    at java.lang.Class.getConstructor0(Class.java:2640)
    at java.lang.Class.getConstructor(Class.java:1629)
    at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:410)
    ... 25 more
    11/02/20 18:50:17.31 ClientWeb: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4857)
    at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
    at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
    at com.evermind.server.Application.getHttpApplication(Application.java:586)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    at java.lang.Thread.run(Thread.java:595)
    11/02/20 18:50:17.31 ClientWeb: 10.1.3.4.0 Started
    11/02/20 18:51:35.906 ClientWeb: Servlet error
    javax.servlet.ServletException: Error instantiating servlet 'action'. Servlet class org.apache.struts.action.ActionServlet not found
    in web-application ClientWeb
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.servletClassNotFound(HttpApplication
    .java:4886)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4852
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4754
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication
    .java:2978)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:738)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    I tried moving this jar inside my war module, but problem still occures.
    However, if I removed the jar "commons-loging.jar" from "OracleAS_1\webservices\lib", everything works fine!
    Any ideas how to solve this problem??

    It is an old post, but I want to add and ask something anyway:
    I had the same problem and solved it through similar steps (didn't get the same errors and added the log4j to my project also) but don't you have the navigation problem?
    Now that I have deployed the application the first page that appears after launching the application is my Home.jspx which is not the same page that comes up when I use embedded OC4J to run the application. The Home.jspx is blank and when I enter a link manually:
    http://farbod:8888/TestApp/faces/pages/Employees.jspx
    instead of http://farbod:8888/TestApp/faces/pages/Home.jspx
    I get this error:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    I also tried changing the initial address throughout the application:
    <% response.sendRedirect("faces/pages/Home.jspx"); %>
    but I still get the above error.
    Thanks,
    Farbod

  • Screensavers don't work after upgrade from 10.3.9

    After upgrading from 10.3.9 my screensavers have not been working. Apple screensavers say looking for slides, and computer name is showing a folder icon and when selected an open file window pops up. All installed 3rd party savers working fine-

    Search for "com.apple.screencapture.plist", and toss it. Restart.
    In the same folder, if the above fails, look for the "ByHost" folder. Look for all the files similar to "com.apple.screensaver.000a27ae9f06.plist" that do not mention any other application. Toss those. Restart

  • After upgrading from it6 to itunes7 my videos doesn´t work

    After upgrading from itunes6 to itunes7 my videos doesn´t work. Theres no error message, no reaction. all the music play like befor, only my vids (quicktime), all!! the vids doesnt work after updating..i hope, that someone could help me..
    Many thanks
    Cross

    hmmmm. let's try checking to see if they will still play in your current version of QuickTime.
    in itunes, right-click on one of the videos that is causing the grief, and select "Show in Windows Explorer".
    right click the icon of the file in the Explorer window that comes up and select "Open With ...", and try to open it with your QuickTime player. does it play there or do you get funny business with that too?

  • After upgrading from 4.6C to ECC 6.0 templates not working in smartform

    Hello,
    After upgrading from 4.6C to ECC 6.0 templates not working properly in smartform, although value is flowing to the point the template is getting called and inside the template there are text elements where placeholders are kept to display the value, when the print is taken there are no values being displayed by the text elements.
    Please note - Text elements doesnot have any conditions present in the condition tabstrip.
    Thanks,
    Abhishek

    Hi,
    After the upgrade, you will have to do the security upgrade.
    Please follow these steps.
    1. Go To SU25
    2. Run step 2A to 2D.
    3. In step 2C, you shall get the list of all the affected roles.
    Click on first role. It will take you to authorizations of that role. Click on the "New" tab there to find the new objects added to the role after the upgrade.
    Note: You can open the same role in the unupgraded system to check.
    4. Provide the access to the required authorization objects.
    5. Disable the unwanted authorization objects.
    6. Generate the profile.
    7. Follow the same steps for all the affected roles listed.
    Please note that you will have a list of new objects added.You need to maintain them inorder to avoid any access issues.
    8. After step 2C, complete 2D.
    Regards,
    Imran

Maybe you are looking for

  • Open Order Quantity Problem

    Hi Experts! On our open order report, it shows that there is a quantity discrepancy.  The third-party order had a quantity of 2 and it was fully delivered and invoiced/billed, and completed; however it still shows up with an error open order quantity

  • Unable to save a report to BOJ X1 3.0 from CR 9

    I am trying to save a report created in CR 9.0 to our new BOJ XI server. When I click "save as" I can logon into the XI server no problem and find the user folder to save the rpt in but when I hit save it hangs and then I get: "Critical Error while a

  • How big of a monitor can a MacBook handle?

    Just wondering if there as a limit on the size of a monitor a MacBook can handle...

  • XQuery on XML DB

    I'm using the XQuery Java API (OJXQI) and I managed to combine the content of local XML file and relational table from database in the following way: FOR $a IN document ("bib.xml")/bib/book FOR $b IN sqlquery("select * from scott.emp")/ROW WHERE $b/S

  • Can I remove these packages after installation?

    Hi, I checked packages installed on my laptop. The followings are explicitly installed but I do not know whether they are useful to me. So I am wondering whether I can remove them without affecting my work. Can anyone give me some advices? xfsprogs 2