Unable to run Crystal Report due to error code called "database code:102

I have created a View on the SQL server and Now I am trying to run crystal report using that view. However, I get Database Vendor Code error message 102. Need your help, How can I ran a report using SQL veiws in Crystal?
thanks!
Mansoor

Hi,
The report is getting an error code 102  from the database driver.Try with searching the RDBMs type for error code 102, to narrow down the issue.
If  data from database is failed to retrieve then,there are several causes of this error like disconnected tables, tables that are not connected properly.
Run your query in SQLcon32 and check that getting accurate output or not.
Regards,
Shweta

Similar Messages

  • Error when running crystal report

    i saw the error in log file 'Only TrueType fonts are supported. This is not a TrueType font' and 'Error while running Crystal report'
    Help me to fix this problem.Thanks inadvanced.
    I used some software developed in vb6.It changed some system font when running :D.
    i want to run both that soft   and sap.

    Hi,
    Please refer to the link, [Re: CR XI R2, Crystal Report Viewer Opentype Font not supported|Re: CR XI R2, Crystal Report Viewer Opentype Font not supported].
    What is the version of your crystal report, we will try to apply some service packs.
    Regards,
    Clint

  • Error While running crystal report

    Dear All,
    i have some crystal reports in SAP.while opening any crystal report its through some error like  "Error While running crystal report ".
    Kindly suggested me how to do this .
    Thanks&Regards,
    P.Pratap

    Hi All,
    Thanks for your reply,
    already i close this Issue.
    they have one addon for crysatl report .so it show error like Error while Running crystal report
    thanks&Reagrds,
    P.Pratap

  • Error while running Crystal Reports from application

    Hi,
    I am getting the below error when I try to run Crystal Reports from my application.
    There are no Page Servers connected to the Cache Server or all connected Page Servers are disabled or all connected Page Servers are not part of the specified server group. Please try to reconnect later.
    I am able to preview the reports in CMC and Infoview, but when I try to run the same report via my application the above error pops up.
    Sometimes I get a different error:
    The Page Server you are trying to connect to is not accessible. Please contact your system administrator.
    Looks like some configuration settings are missing/ corrupted.
    I tried to look in a number of websites... tried few workarounds, but none seems to be working.
    Any help is highly appreciated.
    Meena
    Edited by: meenakshitikoo1 on Apr 19, 2011 12:46 PM

    Check the following SAP note
    https://service.sap.com/sap/support/notes/1032461
    Regards,
    Stratos

  • Deadlocked error message when running crystal report

    Hi All,
    I need a bit of guidance as to the following problem.
    Seems there is a lock being created in SQL when running some crystal reports.
    When trying to run a report the following message is displayed:
    Database connection Error L 'ADO Error Code: 0x
    Source: Microsoft SQL Native Client
    Description: Transaction (Process ID 302) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    SQL State: 40001
    Native Error: [Database Vendor Code: 1205 ]'
    The error is happening intermittently when refreshing the report. It does not seem to happen when no users are using the system.
    Is there any way to stop this from happening? Or is this some kind of limitation with crystal and how it accesses the database?
    Many Thanks,
    Matt

    Hi Matt
    I have had this problem with long running queries as well.  I ended up doing the main part of the query in a view using WITH (NOLOCK) for each table and then reporting on the view.
    This had extra benefits of making the report much simpler and often making the query more efficient and easier to test as well.
    Rob

  • Crystal report 9 memory error.

    we are using crystal report 9 with sybase power builder..... at some client locations we are experiencing the application crash due to memory while opening crystal reports.
    the following errors were noticed
    1.the instruction at "0x77124804" referenced memory at "0x001b3e60". the memory could not be read.
    2.the instruction at "0x7c911daf" referenced memory at "0x00000000". the memory could not be read.
    please guide us what is the issue.. do we need any hotfix or service pack for this.
    regards

    I assume you already tried to reinstall the application and I would recommend to do it one more time, but this time follow the process for so-called manual uninstall
    1. Uninstall Crystal reports 9 using add remove programs
    2. Save backup -up of the Registry
    3. Remove the following registry key (be careful with the registry file):
    HKEY_CURRENT_USER\Software\Business Objects\Suite 12.0\Crystal Reports
    4. Reinstall Crystal Reports 9
    As the next step I would check and disable Data Execution Prevention.
    Go to: Start> Right-click My Computer" select Properties> Advanced tab > click Performance settings> Data Execution Prevention tab.
    If DEP turned on for all programs, then add Crystal Reports (crw32.exe) to except list.
    If DEP is not cause of problems, then I would suggest Process Monitor to locate the reason or at least try to locate it.
    You can download Process Monitor utility from the following page:
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    The same page will tell you how to use it. I would suggest the following steps:
    Close all unnecessary applications/processes
    1. Open Crystal Reports
    2. Start the Process Monitor, stop capturing events (Cntrl-E), clean the display (Cntrl-X), add the following filter (Cntrl-L) "Process Name is crw32.exe then include", click ok.
    3. Start capturing events (Cntrl-E)
    4. Immediately click Format menu on Crystal Reports
    5. Stop capturing events and save the log file
    Now you can look at the log file to see what is going wrong. I would also advice to capture the same log on client machine to compare the sequence of events.
    Gracias...!!

  • Crystal Reports Server XI error in Infoview

    We have an old Windows 2000 server that was running Crystal Reports Server XI (not R2) and we recently reinstalled it on a Windows 2003 server and imported all the reports.  All scheduled reports work find however in Infoview if we click View Latest Instance I get the following error:
    "An error has occurred: File or assembly name CrystalDecisions.Enterprise.Desktop.Word, or one of its dependencies, was not found."
    In the Application Event log on the server I get the following 3 errors at the same time.
    "Failed to connect to server. Error: 0x80070005"
    "Detection of product '{5A5C2A47-52AC-4715-9A6C-E4433B2DDDEF}', feature 'DotNETSDK' failed during request for component '{90C1F7A4-6DFD-4F1F-A5D2-923F04D9D77B}'"
    "Detection of product '{5A5C2A47-52AC-4715-9A6C-E4433B2DDDEF}', feature 'DotNETSDK', component '{54EC1C27-1B41-4A53-8E89-8F8D13E78AB8}' failed.  The resource '' does not exist."
    it looks like a permissions issue.  Has anyone seen this before?
    Mike

    Post Author: krishna.moorthi
    CA Forum: General
    Hi,
    I am new in Crystal Report Server XI .
    I am facing the problem to passing dyamic parameters and connection information to the report in the ASP.Net and C# environment.
    can u give me the tips for dynamic passing parameters and connection to the report?
    waiting for your reply.
    thanks in advance

  • Seagate Crystal Reports ActiveX Designer error '80043ac4'

    Website slows down when users are running reports. Users start getting errors when running any crystal report. After sometime main page itself stops loading and only static html is visible. Following is one of the errors users see:
    Seagate Crystal Reports ActiveX Designer error '80043ac4'
    Invalid directory.
    /opera_mort2/report/AlwaysRequiredSteps.asp, line 54
    Other errors seen on reporting site at that time are
    Active Server pages error 'ASP 0115'
    Unexpected error
    /opera_mort2/report/rpt_level.asp
    A trappable error (C00000005) occurred in an external object. The script cannot continue running.
    authentication and network errors.
    Rebooting the Web Server temporarily fixes the issue however the error recurs again after a day or two. We are seeing this problem in both our PROD and DR server. There was no change done to either of these boxes recently.
    Also at this pint IIS was crashing. Microsoft Support analyzed the crash dumps created from IIS and came up with the following:
    "All the memory dumps captured showed the same DLL that was accessing corrupted memory. This same DLL would also be the one that had originally written to those addresses. The DLL was craxdrt.dll from Crystal Reports 8.0 ActiveX Designer, which was version 8.0.1.0 from 1/28/2000. This DLL should be updated to see if this issue has already been fixed. Other options are to recycle IIS more frequently and move to a new version of Crystal Reports."
    Here is a detailed analysis from Microsoft Support:
    The issue appears to be heap corruption. Normally these are difficult to troubleshoot, however, in this case every memory dump that I looked at had the same component involved.
    start end module name
    42b30000 4307f000 craxdrt (export symbols) craxdrt.dll
    Loaded symbol image file: craxdrt.dll
    Image path: C:\Program Files\Seagate Software\Report Designer Component\craxdrt.dll
    Image name: craxdrt.dll
    Timestamp: Fri Jan 28 15:16:46 2000 (3892235E)
    CheckSum: 0055446A
    ImageSize: 0054F000
    File version: 8.0.0.371
    Product version: 8.0.1.0
    File flags: 22 (Mask 3F) Pre-release Special
    File OS: 40004 NT Win32
    File type: 2.0 Dll
    File date: 00000000.00000000
    Translations: 1009.04b0
    CompanyName: Seagate Software, Inc.
    ProductName: Crystal Reports 8.0 ActiveX Designer.
    InternalName: CRAXDRT
    OriginalFilename: CRAXDRT.DLL
    ProductVersion: 8.0.1.0
    FileVersion: 8.0.0.371
    PrivateBuild: 8.0.0.371
    SpecialBuild: 8.0.0.371
    FileDescription: Crystal Reports ActiveX Designer Runtime Support
    LegalCopyright: Copyright (c) 1991-1999 Seagate Software, Inc. All rights reserved.
    LegalTrademarks: Copyright (c) 1991-1999 Seagate Software, Inc. All rights reserved.
    Comments: Crystal Reports for Visual Basic
    This component is from the year 2000 and needs to be updated. I searched our old cases and found several where old version of this component caused the same heap corruption.
    Please help as this is a production issue. Please let me know if you need any more information.
    thanks and regards
    sudatta soman

    Something must have changed. Were any patches or auto updates done to the OS?
    CR 8.0 has been out of the support cycle for some time now.
    As Microsoft suggested please log in and download the patches for CR 8.0 from:
    https://www.sdn.sap.com/irj/sdn/businessobjects-support
    If that does not resolve the issue the only option will be to schedule sn IIS restart each night.

  • Issues in running crystal reports 2013 with SOQL as a datasource

    Hi Experts,
    We have some crystal reports created in CR 2008 with command as a data source and all the commands are written in SOQL pulling data from SFDC, now when I open and run those reports in crystal report designer 2013 it is giving below errors:
    Failed to retrieve data from the database.
    Details: 42S22:[Simba][SQLEngine] (31400) Qualified column could not be bound: c.Investor__r.Relationship_Formula__c. [Database Vendor Code: 31400 ]
    Failed to retrieve data from the database.
    Details: 42S22:[Simba][SQLEngine] (31400) Qualified column could not be bound: k.Account_Relationship__r.PE_Priority__c. [Database Vendor Code: 31400 ]
    We are running crystal reports in both the version with system admin user who has access to all the objects in SFDC. It works well for CR 2008 but not for CR 2013, means relationship is not an issue.
    We have done some analysis and found that if the field in query contains two periods (.) it is not recognising that field, if we remove that field from query, CR 2013 takes that as a valid statement.
    Any help or suggestions on this issue would be a great help.
    Regards,
    Apoorv

    Hi Apporv
    Please check your database documentation for error 31400.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Crystal Reports 2011 INS00140 error

    I have been unsuccessful in installing Crystal Reports 2011.  After I enter my name, company name, and key, it will pop up with the error after 30 to 45 seconds of waiting.  I am uncertain if I have to uninstall Crystal Reports 2008.  I have spoken to technical support.  They gave me a few things to try however, the end result was the same.  They mentioned to go back to the distributor and get another CD Key.  I am not certain if that would even matter at this point considering I am not getting that type of error.
    PC Spec:
    Dell Precision T3500
    Windows 7 Enterprise w/SP1
    4GB memory
    Intel Xeon W3550
    Steps taken:
    1.  Downloaded latest files from SAP (53005711 and 51041020)
    2.  Made certain I did not have the MS KB2467175 update
    3.  Installed Visual Studio Pro 2010
    Please let me know what else I can do to get this on my system short of reinstalling the OS.

    I spoke with Sean Keaney.  This is the email I got:
    Hello,
    Please follow the below steps to install CR 2011.
    Symptom
    The Product keycode is not valid. INS00140 Error appears in Validation Result window during Crystal Reports 2011 installation
    Environment
    Crystal Reports 2011 (patch level below SP02)
    Reproducing the Issue
    1.     Run Crystal Reports 2011 setup.exe
    2.     Enter valid keycode when prompted
    3.     
    Cause
    This is known issue and fixed in ADAPT01538339.
    There is a conflict between keycode validation process and Microsoft Visual C++ Redistributable Patch KB2467175
    Resolution
    The issue has been resolved in SP02, but as a quick fix uninstall the Microsoft patch, install Crystal Reports 2011 and reinstall the patch.
    The link for patch download: http://support.microsoft.com/?kbid=2467175
    Update: According to the latest information Microsoft replaced the patch with a newer security update.
    If this does not work for your install please contact the team who provided the license key to you so they can check this against their records.
    Should you require any further assistance please do not hesitate to contact us.
    Kind regards
    Sean Keaney
    Support Consultant
    AGS Primary Support, Customer Interaction Center
    SAP Service Marketplace: www.service.sap.com
    http://www.sap.com
    To get the most from your support, please review the Global Support Customer Interaction Brochure
    Your Feedback Counts - Complete our Survey Today!
    SAP Service Marketplace Channel: www.youtube.com/sapsmptv
    This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the addressee. If you are not the addressee please contact us immediately and also delete the communication from your computer. Steps have been taken to ensure this e-mail is free from computer viruses but the recipient is responsible for ensuring that it is actually virus free before opening it or any attachments. Any views and/or opinions expressed in this e-mail are of the author only and do not represent the views of SAP.
    SAP SSC (Ireland) Limited, Registered in Ireland No. 256220. Registered Office: 1012-1014 Kingswood Avenue, Citywest Business Campus, Dublin 24, Ireland

  • Crystal Reports XI installation error with boagent.exe

    When installing the trial Crystal Reports XI R2 SP2 on Vista Home Premium SP2, I am getting a popup with an error: abnormal program termination with C:\Program Files\Common Files\InstallShield\UpdateService\boagent.exe. And then the installer shows Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. This happens toward what seems the end of the installation process. I can run Crystal Reports fine after that and most features seem to work OK but I am not sure if all features are installed correctly.
    I have tried installing with DEP disabled and changing the compatibility mode of boagent.exe to XP SP2. I also tried installing the full trial SP4 too, but I am getting the same errors all the time. Repairing or uninstalling Crystal produces the same error too.
    What is boagent.exe and how does the Crystal installer use it? Is there log file where I could see more details and what possibly failed to install?

    Download SP 4 and try again then you can install SP 6

  • When deleting running crystal report from BOE CMC, it leaves Oracle thread?

    hi,  Yesterday, we discovered an anomaly.  From BOE's CMC, I deleted a running Crystal Report instance. I believed that this would "cancel" the running report. However, later, it produced a message.  It apparently kept on running in Oracle until it finished.
    My question: when I delete a job from BOE's CMC, what else must we do to cancel it from continuing in Oracle? Apparently, it continued to be a "thread" in Oracle.
    What additional steps should I take or are there any setup steps?  Thank you.
    Our BOE version (copied from the CMC about screen) is: Product: 12.1.0 © 2008 Business Objects (or Product Version:      12.2.0.290).
    Thank you,
    Dean

    I'd just been trying instructions in SAP note: 1407795 when this reply came through.... I can confirm this worked for me.
    The error codes I found in the Windows Event viewer, both yesterday and today are listen below:
    RCIRAS0240
    RCIRAS0622
    RCIRAS0567
    RCIRAS0244
    The issues that are described in this post and the ones I have seen first-hand  when the screen hangs when viewing this report on-demand, or the report running for a longer than expected time when scheduled, are covered by the above error codes. 
    A known cause of the issues you are experiencing is that when these particular reports were created, a network printer was specified as the default printer, this printer may now either be unavailable, IP address may have changed, etc.
    There do seem to be two options available:
    Option 1 - Remove the printer driver dependency
    Open this report in the Crystal Reports Designer.
    Under the File menu, click on Page Setup.
    Select the No Printer option.
    Option 2 - Add or correct the printer that the report is designed with
    Open the Report in the Crystal Reports Designer
    Under the File menu, click on Page Setup
    Make not of the printer that is listed in the Page Setup dialog
    Log on to the BusinessObjects Enterprise Server that houses the Crystal Reports Processing Servers.
    Make sure you log in as the user account that runs the Crystal Reports services.  This is generally the account that runs the Service Intelligence Agent (SIA)
    Go to Control Panel and click on Printers
    Ensure that the same printer is configured on the server that is used in the Crystal Report
    In the printer already exists, try removing it and re-adding it.

  • Unable to start App World due to error 2

    When I attempt to log in to Blackberry App World on my Playbook, or when I attempt to load an app update, I receive the message "Unable to start App world due to error 2".  A search of the knowledge base and forums does not seem to address this issue.  Any suggestions?
    Solved!
    Go to Solution.

    jontitmas wrote:
    De-brick method? Please help, how do you do this?
    First do a backup because you will lose every thing on the Playbook
    Then unplug the Playbook from the computer and make sure that you are using the latest version of the Desktop Manager on your computer.
    Turn off the Playbook
    With the Desktop Manager running, plug the Playbook into the computer without turning it on
    On the computer you will see a message saying that it can not communicate with the Playbook, on that message there is a button that says UPGRADE, click on it then after that REPAIR, and INSTALL
    This will reset the Playbook to the factory setting, so you will have to redo all the initial setup
    good luck
    Using the Playbook and the Z10 and the Z30 and loving them
    Martin

  • Visual basic with crystal report 8.5 error on reporting

    i am dvelping a program base on accounting
    Connection Using ADODB through record set...
    when view the report through compiler using run vb project method the data show is ok but when run application through MDi form the crystal report show blank data...
    my code in mention below
    plz help
    Dim Ac2 As String
    mDATE1 = Format(DTP.Value, "MM/dd/yy")
    mDate2 = Format(DTP1.Value, "MM/dd/yy")
    Ac2 = TxtCode.Text
    Set Rs = New ADODB.Recordset
    Rs.Open "delete * FROM tmp1", Con, adOpenKeyset, adLockPessimistic
    Set Rs1 = New ADODB.Recordset
    Rs1.Open "select  (opdr),(opcr) FROM acoding where acode= '" & TxtCode.Text & "'", Con, adOpenKeyset, adLockPessimistic
    Set Rs2 = New ADODB.Recordset
    Rs2.Open "SELECT Sum(dr)-sum(cr) as opening from ledger where date < # " & mDATE1 & "# and pcode = '" & TxtCode.Text & "'", Con, adOpenKeyset, adLockPessimistic
    Set Rs3 = New ADODB.Recordset
    Rs3.Open "select* FROM ledger WHERE DATE BETWEEN #" & mDATE1 & "# AND # " & mDate2 & " # AND pcode between '" & TxtCode.Text & "' AND '" & Ac2 & "'", Con, adOpenKeyset, adLockPessimistic
    Set Rs = New ADODB.Recordset
    Rs.Open "select * FROM tmp1", Con, adOpenKeyset, adLockPessimistic
        If Rs2.RecordCount <> 0 Then
            DR1 = IIf(IsNull(Rs2!opening), 0, Rs2!opening) + IIf(IsNull(Rs1!OpDR), 0, Rs1!OpDR) - IIf(IsNull(Rs1!OpCR), 0, Rs1!OpCR)
            Rs.AddNew
            Rs!Des = "OPENING BALANCE"
            Rs!pcode = TxtCode.Text
            Rs!DR = IIf(DR1 > 0, DR1, 0)
            Rs!cr = IIf(DR1 < 0, DR1 * -1, 0)
            Rs.Update
        Else
            Rs.AddNew
            Rs!Des = "OPENING BALANCE"
            Rs!pcode = Rs2!pcode
            Rs!DR = IIf(IsNull(Rs1!OpenDR), 0, Rs1!OpenDR)
            Rs!cr = IIf(IsNull(Rs1!OpenCR), 0, Rs1!OpenCR)
            Rs.Update
            End If
    If Rs3.RecordCount > 0 Then
        While Not Rs3.EOF
                Rs.AddNew
                Rs!pcode = Rs3!pcode
                Rs!vtype = Rs3!vtype
                Rs!VNO = Rs3!VNO
                Rs!DR = IIf(IsNull(Rs3!DR), 0, Rs3!DR)
                Rs!cr = IIf(IsNull(Rs3!cr), 0, Rs3!cr)
                Rs!Date = Rs3!Date
                Rs!Des = Rs3!Des
                Rs.Update
        Rs3.MoveNext
        Wend
        End If
    cr.ReportFileName = App.Path & "\reports\latif.rpt"
    cr.WindowState = crptMaximized
    cr.Action = 1
    end sub
    through Debug mod data all data is show but
    when run without debug mod  crystal report show data blank..
    proceed is that
    vb6 delete tem1 table from access
    opening sum from ledger table
    opening sum form A/C coding table
    first add opening in tem1 table
    then add all sepsfic data from ledger table to temp table
    after that data show in crystal report
    kindly Help

    Hello,
    Thank you for your post.
    Based on your description, I am afraid that the issue is out of support of VS General Question forum which mainly discusses
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I suggest that you can consult your issue directly on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread]
      for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot run application HRSystem due to error deploying to DefaultServer.

    I am new to java and jdeveloper. I am tring my hands on the tutorial on HRSystem. Below is the error message recieved while deploying the application. Dont know what to do please help.
    The plaform is linux. Thanks
    DefaultServer startup time: 12661 ms.
    DefaultServer started.
    [Running application HRSystem on Server Instance DefaultServer...]
    Uploading credentials.
    ---- Deployment started. ---- Jun 2, 2009 3:10:10 PM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2009-06-02 15:10:10.73: Writing WAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp
    2009-06-02 15:10:10.973: Wrote WAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp
    2009-06-02 15:10:57.397: Writing EAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem
    2009-06-02 15:10:57.404: Wrote EAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem
    Deploying Application...
    <Jun 2, 2009 3:10:59 PM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application HRSystem is not versioned.>
    Jun 2, 2009 3:10:59 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    Jun 2, 2009 3:10:59 PM oracle.as.jmx.framework.PortableMBeanFactory setJMXFrameworkProviderClass
    INFO: JMX Portable Framework initialized with platform SPI "class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl"
    <Jun 2, 2009 3:11:22 PM CET> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp. Please make sure that the annotations are valid. The error is javax.faces.webapp.FacesServlet>
    Jun 2, 2009 3:11:22 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    <Jun 2, 2009 3:11:22 PM CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1243951858599' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    <Jun 2, 2009 3:11:22 PM CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'HRSystem'.>
    <Jun 2, 2009 3:11:22 PM CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application HRSystem on DefaultServer.: Failed to load webapp: 'HRSystem-ViewController-context-root'.
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
    #### Deployment incomplete. #### Jun 2, 2009 3:11:22 PM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)
         ... 12 more
    #### Cannot run application HRSystem due to error deploying to DefaultServer.
    [Application HRSystem stopped and undeployed from Server Instance DefaultServer]
    Edited by: user1423903 on Jun 2, 2009 8:11 AM

    Try removing this directory: /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/ and restarting JDeveloper.

Maybe you are looking for

  • Problem with MIRO

    While posting Transaction - MIRO getting the below error. ERROR : Transation type is not valid for the Account - 2340100 The Purchase order is with the Account assignment category - A (i.e Asset) The GL - 2340100 is a Reconciliation account related t

  • Is Photoshop Elements 8 compatible with Windows 8?

    I just got a new computer with no CD drive.  Before trying to find an external drive to use to load the software I wanted to check compatibility.

  • Sql loader special char loading in table

    Hi all, I am using oracle 10g with UNIX. I have a .csv file transferred from windows to UNIX. I check the control M char and remove them using dos2unix command. The special char name are fine in UNIX for eg as below when check the .csv file after trn

  • PHP connections  using "zend" generates information on database logs

    Hi A customer has detected a strange issue on his database with PHP connections. Lots of messages like next are reported on the shared server logs: *** TRACE DUMP CONTINUES IN FILE /oradata/oraaa002/admin/bdump/oraaa002_s001_24956.trc *** Dump file /

  • Help needs on ADDRESS_UPDATE BAdi.

    Hi All,              I need to work in ADDRESS_UPDATE BAdi. Could Pleaze any respond and provide some valuable inputs to complete following requirement. Validates Zip code and Transportation Zone in LZONE against Zcustom table. If not found Zip code