Error:Excel error in BIP server

Hi all,
I developed a template which gives excel output. I tested and its working fine in MS word.
I uploaded into the BIP server and when I am trying to view the report in excel format.
It is not showing up but giving me this error:
Missing file: ...lpserver\cabo\styles\cache\swan-desktop-2_3_3-en-ie-windoes.css
I searched previous threads on this topic, found one but not sure how to solve it.
Excel Template Builder?
Please help.

I did this according to the requirement.
I have to create a report from database tables using SQL query and show the out put as excel.
I did so.
I had to write two SQL queries and club them in rtf template and built the template.
I checked the preview as excel in MS word, by loading the xml file.
everythink worked fine.
But I uploaded the template on to development server and tried to view the out put in excel format. But, i got the above error.
It almost took me a week time to figure out the correct logic for query ..
Please help.

Similar Messages

  • Error while reading excel file from application server into internal table.

    Hi experts,
    My requirement is to read an excel file from application server into internal table.
    Hence I have created an excel file fm_test_excel.xls in desktop and uploaded to app server using CG3Z tcode (as BIN file type).
    Now in my program I have used :
    OPEN DATASET v_filename FOR INPUT IN text mode encoding default.
    DO.
    READ DATASET v_filename INTO wa_tab.
    The statement OPEN DATASET works fine but I get a dump (conversion code page error) at READ DATASET statement.
    Error details:
    A character set conversion is not possible.
    At the conversion of a text from codepage '4110' to codepage '4103':
    - a character was found that cannot be displayed in one of the two
    codepages;
    - or it was detected that this conversion is not supported
    The running ABAP program 'Y_READ_FILE' had to be terminated as the conversion
    would have produced incorrect data.
    The number of characters that could not be displayed (and therefore not
    be converted), is 445. If this number is 0, the second error case, as
    mentioned above, has occurred.
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_CONVERSION_CODEPAGE', was not
    caught and
    therefore caused a runtime error.
    The reason for the exception is:
    Characters are always displayed in only a certain codepage. Many
    codepages only define a limited set of characters. If a text from a
    codepage should be converted into another codepage, and if this text
    contains characters that are not defined in one of the two codepages, a
    conversion error occurs.
    Moreover, a conversion error can occur if one of the needed codepages
    '4110' or '4103' is not known to the system.
    If the conversion error occurred at read or write of  screen, the file
    name was '/usr/sap/read_files/fm_test_excel.xls'. (further information about
    the file: "X 549 16896rw-rw----201105170908082011051707480320110517074803")
    Also let me know whether this is the proper way of reading excel file from app server, if not please suggest an alternative .
    Regards,
    Karthik

    Hi,
    Try to use OPEN DATASET v_filename FOR INPUT IN BINARY mode encoding default. instead of OPEN DATASET v_filename FOR INPUT IN text mode encoding default.
    As I think you are uploading the file in BIN format to Application server and trying to open text file.
    Regards,
    Umang Mehta

  • Error while starting managed services on local BIP server

    When I am trying to starting managed services on local BIP server then
    [aanshulg@indl60109 bin]$ /usr/bin/perl opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=indl60109:9601
    Response: 4 of 5 processes started.
    ias-instance id=bi_instance1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
      coreapplication_obips1/OracleBIPresentationServicesComponent/coreapplication_obips1/
    Error
    --> Process (index=1,uid=1757041790,pid=5845)
      failed to start a managed process after the maximum retry limit
      Log:
      /home/aanshulg/BIPDomain/instances/instance1/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1/console~coreapplication_obips1~1.log
    [aanshulg@indl60109 bin]$ /usr/bin/perl opmnctl status\
    [aanshulg@indl60109 bin]$ /usr/bin/perl opmnctl status
    Processes in Instance: bi_instance1
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    coreapplication_obiccs1          | OracleBIClusterCo~ |    5654 | Alive 
    coreapplication_obisch1          | OracleBIScheduler~ |    5656 | Alive 
    coreapplication_obijh1           | OracleBIJavaHostC~ |    5655 | Alive 
    coreapplication_obips1           | OracleBIPresentat~ |     N/A | Down  
    coreapplication_obis1            | OracleBIServerCom~ |    5652 | Alive 
    ===========================================================================
    In log file   console~coreapplication_obips1~1.log
    /scratch/software/mw_local/FMWTOOLS_11.1.1.7.0_GENERIC_130327.1838.3_PATCHES4FA_11.1.8.0.0_PLATFORMS_JDK64/aanshulg/mw_home_standalone/bi/bifoundation/web/bin/sawserver: error while loading shared libraries: /scratch/software/mw_local/FMWTOOLS_11.1.1.7.0_GENERIC_130327.1838.3_PATCHES4FA_11.1.8.0.0_PLATFORMS_JDK64/aanshulg/mw_home_standalone/bi/bifoundation/server/bin/libperfapi64.so: unsupported version 24168 of Verneed record
    Because of this issue when I am trying to connect the BIP server
    I am getting this error
    Error
    Server not initialized. Please make sure the repository is ready.
    Can any body help me in this issue
    Thanks in Advance
    Best Regards
    Anshul

    I could see calling to setDomainEnv.cmd script:
    *@REM Call setDomainEnv here.*
    set DOMAIN_HOME=D:\Perforce\weblogic1\dev\src_crmod\wls\mytest
    for %%i in ("%DOMAIN_HOME%") do set DOMAIN_HOME=%%~fsi
    call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*
    set SAVE_JAVA_OPTIONS=%JAVA_OPTIONS%
    set SAVE_CLASSPATH=%CLASSPATH%
    But in my environment I do not see these variable set to any, JAVA_HOME, DERBY_CLASSPATH, JAVA_OPTIONS, CLASS_PATH.
    This might be the issue? Or anything else?

  • Error in importing multiple excel sheets to SQL Server

    I have a package which imports multiple excel sheets to SQL server using a For each Container. However I am getting the following error message "Excel Source failed validation and returns validation status "VS-NEEDSNEWMETADATA".
    Can you please advise me of the steps to potentially resolve this issue ?
    Many thanks
    Scott

    Hi Scott,
    Based on your scenario, you need to implement dynamic columns mapping which is not natively supported by managed source/destination adapters. To achieve dynamic columns mapping, we need to make use of Script Component to parse the input columns and dynamically
    map them to the destination columns.
    References:
    http://munishbansal.wordpress.com/2009/06/09/dynamic-columns-mapping-%E2%80%93-script-component-as-destination-ssis/ 
    http://blog.quasarinc.com/ssis/best-solution-to-load-dynamically-change-csv-file-in-ssis-etl-package/ 
    http://stackoverflow.com/questions/13836874/script-task-in-dft-doesnt-get-excecuted 
    Regards,
    Mike Yin
    TechNet Community Support

  • Export to excel error - NOT windows 2003 server

    hello everyone, I'm facing this kind of prblem: exporting to excel gives an error. no error when exporting in pdf or rtf. I read a number of threads on the matter: a hotfix was released to solve the problem on windows2003 server, which is not the case here. The used system is winxp sp3. I've also read that goig back to a sp2 might solve the problem, but that's certainly not an option. Anybody has any idea?
    using:
    windows xp sp3
    .net framework 2
    crystal report XI (not embedded)
    visual c# 2005
    thanks in advance

    With .NET 2005, you have to move on to CR XI r2 (11.5). No sense continuing with CR 11.0. As you already have CR 11.0, you can download CR XI r2 for free from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006008462008E/crxir2.zip
    Uninstall CR 11.0 before installing CR 11.5. Use your CR 11.0 keycode when installing CR 11.5.
    Once you have CR 11.5 installed, check the version. I want you to be at 11.5.1838 (I am not sure of the exact SP that is in the download). If you are at a lower version, apply SP 6 from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    The references in you r.NET project should be 11.5.3700.0. See how things go in your app once you are at CR 11.5.
    As an FYI.; Sp 6 runtime;
    msm:
    https://smpdl.sap-ag.de/~sapidp/012002523100000634042010E/crxir2sp6_net_mm.zip
    msi:
    https://smpdl.sap-ag.de/~sapidp/012002523100000633302010E/crxir2sp6_net_si.zip
    Ludek

  • An Error has occurred: File Repository server input is down

    Hello Team,
    I am getting the following error message "An Error has occurred: File Repository server input is down" when try to upload exel or any other document in repository using . NET Infoview. Even with the Admin account.
    and 
    If i try the same steps from Java Infoview i am able to upload the excel.
    I guess some issue with IIS .
    Env Dtls:
    BO XI 3.1 SP3
    IIS 7
    Windows server 2008.
    Waiting for your valuable suggestions.
    Regards,
    Sonu Pandita

    Hi Team,
    I resolved this issue by giving one user a permission on temp folder.
    Regards,
    Sonu Pandita

  • Excel error on Windows 7 - Strange Issue

    Hi
    We are running BPC MS version with SP9 and with clients accessing via Excel 2007 or 2010 (BPC client is 7.0.118) running on Windows XP and 2007 and have recently been having Excel crashes when opening certain (not all) BPC input schedules and reports. Excel crashes with an error in the module ntdll.dll and exception code 0xc0000374.
    After some further investigation, I have narrowed the issue down to machines running Windows 7 only (both with & without sp1) as XP machines don't have any issues. Yesterday I re-installed a fresh version of Windows 7 on my laptop then immediately installed Excel 2010 only (no other apps such as anit-virus, printer drivers, other Office products nor were any other Excel add-ins loaded) and connected to BPC only to have the same issue. I tested on other pc's also on both our BPC development & production server and faced the same problems.
    Interestingly it only happens to certain reports (I have full BPC admin rights) and if I open the BPC report without being connected to BPC, it opens fine however as soon as I connect to the server, Excel crashes. I have also tried setting the Excel calculation option to MANUAL which seemed to work for a day or so  then the crashes came back despite repeating the same procedure. I have also tried running in Windows safe-mode and disabling all non-MS service using MSCONFIG without success. On one machine also running Windows 7 crashes sometimes when trying to open the e-data option from the Excel menu.
    Is anybody experiencing the same issue as this is now critical as we go-live on 1 August for our next rollout? FYI I have also logged an OSS message and searched Windows / Excel online forums tried all the steps suggested for the error, however no solution could be found.
    I believe the issue maybe related to BPC client 7.0.118 as I don't remember this happening before we upgraded to sp 9 from sp 3 a few months ago, but I am not able to reinstall the earlier BPC client.
    Hope someone can assist.
    Regards
    Geoff

    Hi Geoff / Velázquez,
    Thanks for this. I had the same problem running a 7.0.118 client on Server 2008 R2 as a Terminal Server.
    There were some commented-out EVDREs that still had strange characters in the ColKeyRange and RowKeyRange cells. (The workbook was fine on Server 2003 / Office 2007 and XP / Office 2007, but caused Excel to crash on Server 2008 R2.)
    I deleted the entries (via XP) and the problem has now gone away. Problem solved.
    Glad I found this post. Appreciated.
    Regards
    Nick

  • Crystal Report Export To Excel Error: "Error detected by Export DDL"

    I have a windows application in .Net 2003, whenever i export the crystal report on my development machine or other windows xp machines it runs smoothly, but when i deploy the application on client's machine having windows vista installed, it displays error of "Error in file........., Error detected by export DLL"
    pls help me.

    First thing to look at is the wiki [What versions of Crystal Reports are supported on Windows Vista in VS .NET?|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=64259646].
    Note that CR 9.1 is not supported on Vista. And if CR 9.1 is not supported on Vista, any earlier version of CR will also not be supported on Vista. That is not to say the app(s) will not work, they may - or not. You never know... and we have no experience with these types of installs as we don't need to have it.
    Next, have a look at KBase [1205312 - "Error detected by export DLL" while exporting to Excel after applying SP2 on Windows 2003 Server|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303335333333313332%7D.do]. Not exactly the same OS, but I'd follow through on the suggestions in that KB anyhow.
    Finally, If this app works on a Vista box when a VB 6 app  is not installed, compare the dlls loaded between that box and the one that has both apps. Use [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] to do that.
    Other than that, only suggestion I have is to upgrade to a version of CR that does support Vista.
    - Ludek

  • EVDRE encountered an error retriving data from web server in PROD

    Hi friends,
    We are checking Evdre reports in BPC production system. We checked few application' EVdre input templates & reports and are fine.
    But yesterday evening onwards we are facing below error message.
    EVDRE encountered an error retriving data from web server. This message we are getting  for all BPC applications in BPC production.  There is no short dump in backend.
    But when i checked in BPC developement there is no probelm.
    We are on BPC7.5 NWsp04 and BI7.01.
    In BPC, production,when i try to create evdre template(just after filling
    information in evdre builder), immediately getting same error information.
    I read few notes, did as per that but sill problem exists. In note, mentioned process dim of particular application and process application. Logout from bpc admin & excel. I did this and, that error message not received for upto 20min. After that i'm getting error. We checked communciation between ABAP layer and bpc, reset IIS also. Still same probelm exists.
    Any suggestions pls.
    thanks,
    naresh

    Hi frineds,
    SAP OSS team resolved along with our basis guy.
    Initially SAP supported notes:
    1.1475233 and 1378705 Process all dimensions and applications.
    2.1355954 Drop SAP temp tables.
    3.1428764 confilict only if you use Oracle 10 g, if you don't, then forget it.
    I used 1378705 and problem resolved temporarly, but still exists after 1 day.
    There are different reasons for getting the error message. In our case, problem is at backend BW and, BW system running on HP unix OS.
    Checked librfc32.dll in the
    directory /usr/sap/BP1/DVEBMGS00/exe.
    Executed the following MDX statment in MDXTEST transcaction, and it
    executed in both the available instances.
    SELECT
    {[Measures].MEMBERS} ON COLUMNS,
    [0MATERIAL].[LEVEL00].MEMBERS ON ROWS
    FROM [$ZCO_CDPC].
    Even i also don't have clue how SAP resolved this issue.
    Regards,
    Naresh

  • Write error. [Error sending mail message to SMTP server. Return code: [].]:

    Hi ,
    I am getting the below error when scheduling a report which is larger in size in excel format.
    write error. [Error sending mail message to SMTP server. Return code: [].]: [CrystalEnterprise.Smtp]  
    The same error does not come up when sending the same report in XLS format using outlook.
    Can some one confirm if this error is because of the size of the report as I see a different error in XIR2 incase the size the exceeds the email server limit.
    ~Neethi

    Hi,
    this could be
    Maybe you have different limits for service smtp account (which the BO Server should use) and User smtp accounts.
    Thats why you can sent it via outlook and not from the BO Server.
    Regards
    -Seb.

  • Error while installing Oracle Apps server 10.1.3 with Oracle DB 11.2.0.2

    Error while installing Oracle Apps server 10.1.3 with Oracle DB 11.2.0.2 residing in the same server and being used by Apps server as it's metadata.
    bash-3.00$ export ORACLE_HOME=/data/ora11g/app/ora11g/product/11.2.0
    bash-3.00$ cd /data/OAS/install/soa_schemas/irca/
    bash-3.00$ ./irca.sh
    Integration Repository Creation Assistant (IRCA) 10.1.3.1.0
    (c) Copyright 2006 Oracle Corporation. All rights reserved.
    ERROR: Cannot find library - /data/ora11g/app/ora11g/product/11.2.0/jdbc/lib/ojdbc14.jar
    Please verify that the ORACLE_HOME is set correctly.
    bash-3.00$

    Hi Craig,
    Database 11gR2 could be used for Installing Application Server 10.1.3.x but with some limitation.
    So please review the note:-887365.1 Oracle Database 11g Release 2 (11.2) Certification for Oracle Application Server 10g (10.1.2, 10.1.3, 10.1.4)
    Section :- Oracle Application Server 10g Release 3 (10.1.3)
    Regards,
    Praaksh.

  • Error While defining the content server

    Dear Folks,
    We are trying to define the content sever in our sever. It is required for integration of SAP with documentum. We are trying to define in below path.
    Cross-Application Components - Document Management - General data - Settings for storage systems - Maintain storage system -
    It already have DMS_C1 content repository with storage type R/3 database. We are creating a new content repository with storage type HTTP Content Server. We are giving below inputs.
    Vesion No. 0045, HTTP Server - (My machine's FQDN and port is 8080), HTTP script as - sap/bc/contentsever/300.
    After giving above inputs, if I click on test connection, I m getting error as Error in HTTP Access:IF_HTTP_CLIENT -> RECIEVE1 ICM_HTTP_CONNECTION_FAILED.
    If I define the HTTP content sever as sap-qas.vsnl.co.in (i.e. My quality servers host name) it works fine i.e. connection test goes OK. Does any one know how we can define the content server and what all steps required for the same?
    Thanks and Regards,
    Kedar

    Hi Kedar,
    YOu have to provide the details as fallows
    Storage type : HTTP content server
    Version no. : 45 (based on the content server version)
    HTTP server : <content server IP>
    Port Number of content server : 1090 (default port)
    HTTP Scrip : ContentServer/ContentServer.dll
    Once after these details you can check
    Also install the DBM gui in your local PC and add this content servers database (if the content server is on MAX DB) then you need to star it from the console or else use the command to start it once after the installation.
    /sapdb/programs/bin/dbmcli -d <SID> -u control,plmcont db_state - to check the database status
    /sapdb/programs/bin/dbmcli -d <SID> -u control,plmcont db_online - to start the database
    Thanks,
    Chaitanya

  • Error while starting  Soa Managed server on weblogic11g

    Hi All,
    I am facing one issue while starting the soa managed server on weblogic11g.
    it gives error like :
    "<Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.NoClassDefFoundError: java/lang/IOException.
    java.lang.NoClassDefFoundError: java/lang/IOException
    What can be done to get over this issue & start the soa server ???
    Thanks & Regards,
    Nupur

    Hi,
    Full stack trace of log is :
    <Apr 12, 2011 7:04:19 AM IST> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.NoClassDefFoundError: java/lang/IOException.
    java.lang.NoClassDefFoundError: java/lang/IOException
         at jrockit.ext.epoll.EPoll.epollCtl0(Native Method)
         at jrockit.ext.epoll.EPoll.epollEnableOneshot(EPoll.java:87)
         at weblogic.socket.EPollSocketMuxer.read(EPollSocketMuxer.java:84)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:302)
         at weblogic.socket.MuxableSocketDiscriminator.dispatch(MuxableSocketDiscriminator.java:177)
         Truncated. see log file for complete stacktrace
    >
    <Apr 12, 2011 7:04:41 AM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'soademoDatabase1' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: ORA-28001: the password has expired
         at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(XAConnectionEnvFactory.java:479)
         at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(XAConnectionEnvFactory.java:173)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1193)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1117)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:244)
         Truncated. see log file for complete stacktrace
    Apr 12, 2011 7:05:49 AM IST> <Error> <Socket> <BEA-000405> <Uncaught Throwable in processSockets
    java.lang.NoClassDefFoundError: java/lang/IOException.
    java.lang.NoClassDefFoundError: java/lang/IOException
         at jrockit.ext.epoll.EPoll.epollCtl0(Native Method)
         at jrockit.ext.epoll.EPoll.epollEnableOneshot(EPoll.java:87)
         at weblogic.socket.EPollSocketMuxer.read(EPollSocketMuxer.java:84)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:302)
         at weblogic.socket.MuxableSocketDiscriminator.dispatch(MuxableSocketDiscriminator.java:177)
         Truncated. see log file for complete stacktrace
    <Apr 12, 2011 7:05:53 AM IST> <Warning> <oracle.sdp.messaging.driver.base> <SDP-26024> <Registration of driver Email-Driver did not complete; will retry periodically until messaging server responds.>
    <Apr 12, 2011 7:05:56 AM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'FtpAdapter' due to error weblogic.application.ModuleException: weblogic.connector.exception.RAException: Jndi Name is null or empty..
    weblogic.application.ModuleException: weblogic.connector.exception.RAException: Jndi Name is null or empty.
         at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:224)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
         Truncated. see log file for complete stacktrace
    No this is not a clustered environment.
    yeah but under domains there are two domains we have created.
    i.e. domains/ domain1 domain2
    both are having soa servers as managed server.
    in one domain soa is up but in domain2 it is not getting up causing above errors while starting.
    FYI : It is causing problem now only.. before this , soa server on both the server have been up & running simultaneously.
    Regards,
    Nupur

  • Error in starting web logic server

    Hi
    I am new to weblogic and i get the following error when i launched weblogic server for the first time. Please tell me how to remove this error.
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <WebLogicServer> <BSLF221A> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1314609103256> <BEA-000000> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Notice> <Log Management> <BSLF221A> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1314609103334> <BEA-170019> <The server log file D:\middleware\soasuite11g\user_projects\domains\soasuiteps3devdomain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Log Management> <BSLF221A> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1314609103350> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Diagnostics> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103444> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "http" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "https" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103631> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103647> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103647> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103647> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Aug 29, 2011 2:41:43 PM IST> <Info> <RJVM> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609103694> <BEA-000570> <Network Configuration for Channel "AdminServer"
    Listen Address          :7001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <Server> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104147> <BEA-002609> <Channel Service initialized.>
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <Socket> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104178> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    >
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <Socket> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104209> <BEA-000436> <Allocating 3 reader threads.>
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <Socket> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104209> <BEA-000446> <Native IO Enabled.>
    ####<Aug 29, 2011 2:41:44 PM IST> <Info> <IIOP> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609104350> <BEA-002014> <IIOP subsystem enabled.>
    ####<Aug 29, 2011 2:41:46 PM IST> <Error> <Security> <BSLF221A> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1314609106834> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)>
    ####<Aug 29, 2011 2:41:46 PM IST> <Critical> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106834> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1398)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)
         at com.sun.xml.bind.v2.model.impl.ModelBuilder.<clinit>(ModelBuilder.java:173)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:462)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:308)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1149)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:136)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:217)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:132)
         at javax.xml.bind.ContextFinder.find(ContextFinder.java:286)
         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)
         at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:337)
         at oracle.security.jps.internal.keystore.config.FarmKeyStoreConfig.load(FarmKeyStoreConfig.java:48)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:330)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:101)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:73)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:63)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:64)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
         at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:132)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:127)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:850)
         at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:844)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:844)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:291)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:284)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:270)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1339)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Aug 29, 2011 2:41:46 PM IST> <Notice> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106944> <BEA-000365> <Server state changed to FAILED>
    ####<Aug 29, 2011 2:41:46 PM IST> <Error> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106944> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Aug 29, 2011 2:41:46 PM IST> <Notice> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106944> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Aug 29, 2011 2:41:46 PM IST> <Info> <WebLogicServer> <BSLF221A> <AdminServer> <main> <<WLS Kernel>> <> <> <1314609106975> <BEA-000236> <Stopping execute threads.>

    "Caused By: java.lang.LinkageError: JAXB 2.0 API is being loaded from the bootstrap classloader, but this RI (from jar:file:/D:/middleware/soasuite11g/modules/glassfish.jaxb_1.0.0.0_2-1-12.jar!/com/sun/xml/bind/v2/model/impl/ModelBuilder.class) needs 2.1 API. Use the endorsed directory mechanism to place jaxb-api.jar in the bootstrap classloader. (See http://java.sun.com/j2se/1.5.0/docs/guide/standards/)"
    You have to upgrade your JAXB library in the rt.jar (located in the <JDK-HOME>/jre/lib directory).
    Steps are presented here: http://jaxb.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6.html section 7.1.2
    Also note the line "newer releases (since update 4) of JavaSE 6 contain JAXB 2.1" in section 7.1.2. If this is an option for
    you I would upgrade your JDK.

  • Error while starting weblogic Managed Server

    Hi ,
    I am new to SOA 11g. I installled the latest version(11.1.1.4) of all the components.I started web logic and able to login into Admin Console but I have a problem
    while starting Managed Server.It gives me an error saying
    <Feb 2, 2011 2:01:29 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 17.0-b17
    from Sun Microsystems Inc.>
    <Feb 2, 2011 2:01:30 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on C:\Oracle\Middleware\user_projects\domains\fmw_domain\servers\AdminServer\tmp\AdminServer.lok.
    Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:74)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:879)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:566)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:467)
    at weblogic.Server.main(Server.java:71)>
    <Feb 2, 2011 2:01:30 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 2, 2011 2:01:30 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 2, 2011 2:01:30 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Can anyone help ?
    Regards,
    Vikas Manchanda
    Edited by: 829347 on Feb 2, 2011 12:48 AM

    How are you starting the managed server? Is it a new install? The error suggests that the managed server is already running. You could check the windows task manager to see if there is a Java process running (or two if managed and admin server is on the same machine)
    Damien

Maybe you are looking for

  • My iphone 5 wont let me slide to access password area.

    I was using my iphone 5 and sat it down for half hour.  Went to open it but when i slide to access password screen it just goes black with Apple symbol. I have not entered the wrong password as i cant even get to that stage. Please HELP!

  • Transferring tem(training and event management) costs to related accounts

    Hi Experts, I can post tem costs to related employees' cost centers via activity allocation but I couldn't find any implementation for posting costs to related accounts like employees payroll costs posting to accounts. It could be done by entering te

  • Imported album is split in two sections

    I have an album titled "II" and it puts songs 1,2,5,11,12 and 13 after the album titled "III". How can i make it so the whole album is together? I've tried to re-import it but that does not work. Actually it was a folder on my comp that was added to

  • Application control with two OSs

    Sorry if this has been covered elsewhere - I could not find it. How can I easily force OS X to only select from applications associated with the same OS or volume? I have Leopard on one volume and Tiger on the other but it appears that if I use Get I

  • Type -2 in OBIEE

    Guys, We have type-II dimensions in our warehouse. We are using the start date and end date atttributes in the dimension to preserve the history. So when we define the joins in the physical layer between fact and dim, I guess simply joining on the pr