Error building Application Service because of  Web Service operator

Hi  Guys,
I have a CAF Project and I want to import a standard Web Service from a SAP Java System.
I can import the Web Service, but I can't generate it. The error is, that two operations, called getProperty and setProperty, are in reserved Namespace.
Because it is an SAP Web Service I can't change the names of these operations.
Has anyone an idea how I could resolve this problem?
BR
Matthias

Hello Madhav,
You have to maintain your 'business transaction profile' (SPRO->CRM->IC Web->Business Transaction->Define bus. trans. prof.) in the customizing and assign that profile to your IC WebClient profile (the one you assigned in the org. model)
In the business transaction profile you must make sure that at least one transaction type (e.g. ZSRV) is assigned as 'Dependent business transaction' and that entry is flagged as 'Service'.
Also make sure that that transaction type (ZSRV) has leading business transaction category 'Service process' (BUS2000116).
This should solve your problem!
Kind regards,
Joost

Similar Messages

  • Entity an application service Operation!!

    Hi Experts,
    A small question!!! Can I create an Entity service operation without any custome key and without giving any inpu parameter and the corresponding Application service operation in the same way??
    This is so that someone can directly get access to all the data stored in the local persistency in the Entity service without giving any input parameters to access them???
    Thanks,
    vikram..

    Hi Vikram,
    You can create it. Create an operation within entity service, do not set any input parameter. Within your application service go to dependency tab page and set the dependeny with your entity service. Then within the operation tab page of your application service create an operation of type "Query" abd within data source select your entity service. Now within inplementation tab page of your application service select the operation which you have created. Now put the following code within the custom codding area of your operation.
    retValue = null;
    <Name of Entity>ServiceLocal cs = this.get<Name of Entity>Service();
    retValue = cs.<Name of Operation of Entity service>;
    I think this will solve your problem.
    Thanks
    Chandan

  • Error in application services, CAF

    Hello all,
    When testear my application services gives the following error me:
    <i>"ERROR. The following exception occured while processing your request: com.sap.caf.rt.exception.CAFFindException.:"</i>
    To what it can be due?
    Best Regards,
    Luis Galey.

    Luis,
    Check the server log for any exceptions. Make sure your project is built and deployed correctly. Could you post your findBy method and what are the parameters your are passing?
    Thanx,
    Mahesh

  • How to use an Adobe interactive form in an Application service operation?

    Hi,
    I have a peculiar requirement here:
    The user wants that on the trigger of a specific operation an operation of the Application service should get invoked: this operation should pick up a Adobe form template from a destination and then prefill this forms with some values and then store the same in the backend DMS.
    It's very easy to accomplish this task in WD Java with the use of Interactive form element but here we don't want any kind of user interaction for these forms, just the form templates will be prefilled with some dynamic values and then the same will be saved as is.
    Can some one please provide some insight into how the same can be acieved, any API's etc?.
    Please reply ASAP.
    Regards,
    Manish

    hi
    try this tutorial on
    online interactive
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on online interactive pdf form - 29.htm
    for offline interactive form
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on offline interactive pdf form using download - 30.htm
    for downloading and uploading pdf forms
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on offline interactive pdf form using e-mail - 31.htm
    regards
    saravana

  • How to use an Interactive form in a CAF Application service operation ?

    Hi,
    I have a peculiar requirement here:
    The user wants that on the trigger of a specific operation an operation of the Application service should get invoked: this operation should pick up a Adobe form template from a destination and then prefill this forms with some values and then store the same in the backend DMS.
    It's very easy to accomplish this task in WD Java with the use of Interactive form element but here we don't want any kind of user interaction for these forms, just the form templates will be prefilled with some dynamic values and then the same will be saved as is.
    Can some one please provide some insight into how the same can be acieved, any API's etc?.
    Please reply ASAP.
    Regards,
    Manish

    Hi Manish,
    If I get you correctly then you want to Upload a prefilled Adobe IF from some location without any user interaction and save it to some Backend/Temp storage: You need to have something like you have a user inbox and mail comes to this with the Adobe Form as an attachment, you extract the attachment and read it using available Java apis for reading. You can also specify a particular folder where you can place the filled form and then read it using FileInputStream and can save it in the backend after you have it in binary form in your application.
    Hope this helps!!
    Cheers,
    Arafat

  • Error building Application that runs correctly

    Dear NI engineers,
    I am attempting to build an exe and it give me the following error:
    >>The VI is broken. Open the VI in LabVIEW and fix the errors.
    >>C:\Documents and Settings\Desktop\Desktop\IsomerXDistribution\MAIN.vi
    The VI is not broken, and runs perfectly fine, the sub VI's and classes are not broken either.  
    >>Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    >>Error 1003 occurred at ABAPI Open VI and Check For Broken.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Invoke.vi.ProxyCaller
    >>Possible reason(s):
    >>LabVIEW:  The VI is not executable. Most likely the VI is broken or one of its subVIs cannot be located.  Open the VI in LabVIEW using File>>Open and verify that it is runnable.
    All of the VI's in the hierachy and project and executable and located. Why will it not compile?
    Thank you for your quick response.

    The code i am using is a very large (about 350 VI's and methods) complex data structure that runs exceptional well in labview.
    I am posting a very small code that demonstrates the problem. Apparently passing a class by reference causes a broken VI error when compiling. It works perfectly fine when running threw labview. It would be costly to rewrite the VI's in a different format, for something labview internally supports and all other OOP language support, simply because of an erronous compiler.  
    Why will this not compile, and how can i make it compile?
    http://128.123.180.148/IsomerX/DemoError.zip
    Serious responses only please.
    -Greg Sonnenfeld
    New Mexico State University
    IsomerX project
    Message Edited by Gsonnenf on 01-17-2007 05:12 PM

  • How to expose a application service as web service?

    <UL>Hi Experts,
       <LI>I have created a business component and application service. i have also built and deployed it,
       <LI>Now I want to expose the application service operation as web service so that I can call the application service from XI or any webservice testing tool like SOAPUI or SOAPSONAR?
       <LI>What are the steps involved in doing this?
       <LI>I have selected application service then right clicked and selected "Expose service as web service".
       <LI>This has generated the WSDL file. After this I don't know what to do.
       <LI>In the WSDL file the soap address location is pointing to a default link (<soap:address location="http://www.example.org/"/>).
       <LI>What will be the actual location look like?
       <LI>For example: http://<CE server>:<Port>/?  <--- what will I have to put here so as to give the exact location?
    <LI>Thanks & Regards
    <LI>Gopal
    </UL>

    Hi Gopal,
    If I am not wrong, you need not do anything to the WSDL.
    If you carefully look at your WSDL in your NWDS, the soap:address attribute will point to the default location. However, the 'location' attribute will be 'Empty'. When you Deploy the Composite Application on the server, the location attribute value will be replaced by http://<server host name>:<port>/<WebService Name>/<Application  Service Name> in the WSDL on the server. The WSDL URL  is generated using the same format, and that is how it recognizes the service.
    You can deploy your application on the server and go to the Web Service Navigator and check the WDSL.
    Regards,
    Ajay

  • Problem in Viewing Application service methods through Service Browser.

    Hi All,
    I have an Application Service (ReadFundDetails) which contains some Operations
    1> createFundAtSA
    2> updateFundAtSA
    But I can’t see the operations under the Application Service through service browser.
    I have deployed the project in two diff server. But the same problem persists in both the server. All the class files under the jar file have been generated successfully. There is no build issue. I have undeployed the project then build and redeploy but still the problem comes.
    I have another project for which i can see the Application Service operations successfully.
    Regards,
    Mithu

    Hi Mithu,
    CAF service browser is based on CAF Web Dynpro model which has several limilations. Check the SAP note <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_caf/~form/handler">1030595</a> and <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20063659-4f03-2a10-6a8a-d88786c39b71">this</a> document for more details on the limitations of CAF Web Dynpro model. To check the operations working properly create a web service for the app service test from the wsnavigator.
    Thanks,
    Dipankar

  • Custom method in application service

    Hi All,
    i have created a custom method in an application service.But It is not being shown in service browser.
    Can you  plz tell me what is the reason?.
    Thanks
    Sampath.G

    Hi Sampath,
    I think you haven't checkied the thread I mentioned carefully. As I mentioned in my previous reply the CAF Service Browser is based on CAF Web Dynpro model which has lot of limitations. You can refer the <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_caf/~form/handler">SAP Note 1030595</a> and <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20063659-4f03-2a10-6a8a-d88786c39b71">this document</a>. After refering these documents you'll understand that CAF Service browser don't support all types of custom application service operations. To test the application service create web service out of it and test it from wsnavigator.
    Thanks,
    Dipankar

  • Error in "Build Online Store with Oracle9i Web Services" sample

    After downloading and installing the "Build Online Store with Oracle9i Web Services" example from "http://otn.oracle.com/sample_code/tech/java/web_services/content.html". I receive the following runtime error message at the ShowShippingMode.jsp page :
    "http://www.zznet.ch:7777/WS-Demo/ShowProducts.jsp"
    [SOAPException: faultCode=SOAP-ENV:Server; msg=]
    To start the application go to "http://www.zznet.ch:7777/WS-Demo/Login.jsp".
    What is wrong?

    Both. I deployed the application under the IAS (902) and a standalone (903)environment. The IAS (port 7777) an the standalone oc4j (port 8888) is running with the same error.
    P.S. The server is down today for hardware technical reasons

  • Object null reference error while creating Web applications, Service applications etc after restoring AD accounts

    Hi,
    The old Active Directory accounts of my server were removed, those accounts are used by some of the SharePoint sites. A new AD account was created and when I try to replace the old accounts with new I am facing issue. I am also unable to create new web application,
    service application from my Central Administration. I also tried by restoring old accounts but still I am facing same issues, I
    am getting the error message Object
    reference not set to an instance of an object. for any create activities in Central Administration.
    Thanks in Advance for your help

    Thanks for the reply. When I am trying to update service account of services also I am getting error
    message Object
    reference not set to an instance of an object. i.e., while selecting component(web/service application from drop down) redirecting to error page

  • Connectiing Java Web Service to Power Builder application

    Hello
    I have to develop an application where i must connect a Power Builder application to java web service.Can any one help me in this matter...My client wants from Power Builder application i should call a .exe..means the parameter from the power builder should go to atfirst to that java exe and from that exe it should call the web application in java...
    Can any one help me in finding the solution?

    hi,
    Java web service builder for java application- Java web service : http://java.sun.com/webservices/docs/1.6/tutorial/doc/
    - builder : I guess you will need a custom class loader => see this
    hope it helps

  • SharePoint Foundation Web Application service "missing"

    Hi all,
    I've got an unusual situation. I was getting an "object reference not set to an instance of an object" error when trying to create a web application which was a little concerning.
    Although I've not got to the bottom of that yet I've discovered that the SharePoint Foundation Web Application service is "missing" when I go to the list of Services on Server in Central Admin. It's only a small farm (1 app and 1 web server) with
    the service running on the web server. 
    It must actually be running because the existing SharePoint sites are running, but obviously something's not right.
    Has anyone ever seen this happen before?
    Thanks.

    Thank you for the replies
    I've run Install-SPService but that's not made any difference.
    When I run the SharePoint Products Configuration Wizard (GUI), on the first screen (Modify server farm settings) it's showing the
    correct database server and configuration database name and "Do not disconnect from this server farm" is selected by default.
    On the next screen (Configure SharePoint Central Administration Web Application) it looks like I'm configuring a new because it wants me to specify a port for central admin. If I specify the existing central admin port then I get "The port specified
    has already been chosen". If I don't specify the port then it appears that if I continue Central Admin will be re-provisioned on a new port. 
    "False" is returned for the command  (get-spserver $env:computername).NeedsUpgrade 
    Could running psconfig from the command line fix this? If there's an issue I don't want to make things worse (although we are running in a VMware environment so I can snapshot the servers).
    Thanks.

  • Error while testing Service enabled Application module-ADF11g

    Hi All,
    I am facing an error while testing Service enabled Application module.I have followed the documentation avaialble in this link
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcextservices.htm#CJABABJE.
    All the supporting jar files are included in the calling application, but still I am getting class not found exception.
    Error is as follows…
    JBO-29000: Unexpected exception caught: java.lang.RuntimeException, msg=java.lang.RuntimeException: java.lang.ClassNotFoundException: demo.model.common.serviceinterface.AppModuleService: java.lang.RuntimeException: java.lang.ClassNotFoundException: demo.model.common.serviceinterface.AppModuleService
    Jdev version is 11.1.1.2.0 and
    Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Any pointers for the same is highly appreciated.
    Thanks,
    Anusha

    Hi Willian,
    Did you set up your "Model" Project to use the JDK 1.4 and rebuild the application ?
    See " [Deploying to Application Servers That Support JDK 1.4|http://tinyurl.com/lfc6kc] "
    Regards,
    Didier.

  • Web Application services failing to start (Foundation SS, Hyperion Admin)

    Hello,
    Hyperion Essbase 11.1.1.3
    In my installation recently my web applications are failing to start properly. I'm following the start order and allowing services time to come up, but they are still reporting an error.
    1. OpenLDAP starts fine, and quickly.
    2. Hyperion Foundation Shared Services - Web Application will not start. It fails each time (as does Hyperion Administration Services - Web Application) with the same error message in the logs (see below).
    Nothing has changed on these servers in a long time. Any ideas?
    Thanks!
    startServer.log:
    ************ Start Display Current Environment ************
    Host Operating System is Windows Server 2003, version 5.2 build 3790 Service Pack 2
    Java version = J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223ifx-20090225 (JIT enabled)
    J9VM - 20090224_30451_lHdSMr
    JIT - 20081112_1511ifx1_r8
    GC - 200811_07, Java Compiler = j9jit23, Java VM name = IBM J9 VM
    was.install.root = D:\IBM\WebSphere\AppServer
    user.install.root = D:\Web\HEA\deployments\WebSphere6/profile
    Java Home = D:\IBM\WebSphere\AppServer\java\jre
    ws.ext.dirs = D:\IBM\WebSphere\AppServer\java\lib;D:\IBM\WebSphere\AppServer\classes;D:\IBM\WebSphere\AppServer\lib;D:\IBM\WebSphere\AppServer\installedChannels;D:\IBM\WebSphere\AppServer\lib\ext;D:\IBM\WebSphere\AppServer\web\help;D:\IBM\WebSphere\AppServer\deploytool\itp\plugins\com.ibm.etools.ejbdeploy\runtime
    Classpath = D:\Web\HEA\common\config\9.5.0.0\lib\hit-config.jar;D:\Web\HEA\common\config\9.5.0.0\lib\hit-common.jar;D:\IBM\WebSphere\AppServer\profiles\AppSrv01\properties;D:\IBM\WebSphere\AppServer\properties;D:\IBM\WebSphere\AppServer\lib\startup.jar;D:\IBM\WebSphere\AppServer\lib\bootstrap.jar;D:\IBM\WebSphere\AppServer/lib/j2ee.jar;D:\IBM\WebSphere\AppServer/lib/lmproxy.jar;D:\IBM\WebSphere\AppServer/lib/urlprotocols.jar;D:\IBM\WebSphere\AppServer\java\lib\tools.jar;D:\Web\HEA\products\Foundation\server\conf;D:\Web\HEA\deployments\WebSphere6\SharedServices9\config;D:\Web\HEA\common\JakartaCommons\commons-pool-1.3.jar;D:\Web\HEA\common\JDBC\DataDirect\3.7\lib\hyjdbc.jar;D:\Web\HEA\common\JakartaCommons\commons-dbcp-1.2.1.jar;D:\Web\HEA\deployments\WebSphere6\SharedServices9\config/lib;D:\Web\HEA\common\JDBC\DataDirect\3.7\lib;D:\Web\HEA\common\SAP\lib;D:\Web\HEA\common\config\9.5.0.0\lib\hit-config.jar;D:\Web\HEA\common\config\9.5.0.0\lib\hit-common.jar;
    Java Library path = D:\IBM\WebSphere\AppServer\java\jre\bin;.;D:\IBM\WebSphere\AppServer\java\jre\bin;D:\Web\HEA\common\SAP\bin;D:\Web\HEA\common\CSS\9.5.0.0\bin;D:\Web\HEA\common\CSS\9.5.0.0\bin;D:\Web\HEA\products\Essbase\EssbaseClient\bin;D:\Web\HEA\products\Essbase\EssbaseClient;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Web\HEA\common\ODBC-64\Merant\5.2\Drivers;D:\Web\HEA\products\Essbase\eas\console\bin;D:\Web\HEA\products\Essbase\eas\server\bin;C:\Program Files (x86)\Windows Imaging\;d:\PROGRA~1\BMCSOF~1\Patrol3\bin;D:\IBM\WebSphere\AppServer\bin;D:\IBM\WebSphere\AppServer\java\bin;D:\IBM\WebSphere\AppServer\java\jre\bin;D:\Web\HEA\common\config\9.5.0.0;D:\Web\HEA\products\Essbase\EssbaseClient\bin;D:\Web\HEA\products\Essbase\EssbaseClient;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Web\HEA\common\ODBC-64\Merant\5.2\Drivers;D:\Web\HEA\products\Essbase\eas\console\bin;D:\Web\HEA\products\Essbase\eas\server\bin;D:\Web\HEA\common\CSS\9.5.0.0\bin;D:\Web\HEA\products\Essbase\EssbaseClient\bin;D:\Web\HEA\products\Essbase\EssbaseClient;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Web\HEA\common\ODBC-64\Merant\5.2\Drivers;D:\Web\HEA\products\Essbase\eas\console\bin;D:\Web\HEA\products\Essbase\eas\server\bin;C:\Program Files (x86)\Windows Imaging\;d:\PROGRA~1\BMCSOF~1\Patrol3\bin
    Current trace specification = *=info:com.ibm.*=all
    ************* End Display Current Environment *************
    [2/20/13 9:45:00:032 EST] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info:com.ibm.*=all.
    [2/20/13 9:45:00:048 EST] 0000000a WsServerContr 1 Executing executeUtilityOnWindows with args: D:\Web\HEA\deployments\WebSphere6\profile\config\ hyslCell hyslNode SharedServices9
    [2/20/13 9:45:00:048 EST] 0000000a WsServerContr 1 Getting WindowsService obj with: SharedServices9 and D:\Web\HEA\deployments\WebSphere6\profile\config\ hyslCell hyslNode SharedServices9
    [2/20/13 9:45:00:048 EST] 0000000a WindowsServic > getWindowsServiceNameForServer() Entry
    [2/20/13 9:45:00:048 EST] 0000000a WindowsServic 1 In executeCommand, args are: D:\IBM\WebSphere\AppServer\bin\WASService.exe -getServiceName SharedServices9 -profilePath D:\Web\HEA\deployments\WebSphere6\profile
    [2/20/13 9:45:00:048 EST] 0000000a WindowsServic 1 Runtime.exec() returned process java.lang.ProcessImpl@161a161a
    [2/20/13 9:45:00:079 EST] 0000000a WindowsServic 1 retCode from childProcess.waitFor() is 0
    [2/20/13 9:45:00:079 EST] 0000000a WindowsServic 3 exitCode = 0
    [2/20/13 9:45:01:079 EST] 0000000a WindowsServic 1 Trying to new up WindowsService using serverName=SharedServices9, winServiceName=null
    [2/20/13 9:45:01:079 EST] 0000000a ManagerAdmin I TRAS0018I: The trace state has changed. The new trace state is *=info.
    [2/20/13 9:45:01:142 EST] 0000000a AdminTool A ADMU0128I: Starting tool with the hyslProfile profile
    [2/20/13 9:45:01:142 EST] 0000000a AdminTool A ADMU3100I: Reading configuration for server: SharedServices9
    [2/20/13 9:45:04:939 EST] 0000000a AdminTool A ADMU3200I: Server launched. Waiting for initialization status.
    [2/20/13 9:45:12:361 EST] 0000000a AdminTool A ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under D:\Web\HEA\deployments\WebSphere6/profile\logs\SharedServices9 should contain failure information.
    SystemErr.log
    ************ Start Display Current Environment ************
    Log file started at: [2/20/13 9:45:09:705 EST]
    ************* End Display Current Environment *************
    [2/20/13 9:45:12:330 EST] 0000000a SystemErr R com.ibm.ws.exception.ConfigurationError: org.xml.sax.SAXParseException: Premature end of file.
    [2/20/13 9:45:12:330 EST] 0000000a SystemErr R      at com.ibm.ws.ssl.core.SSLComponentImpl.loadSecurityXMLFromConfig(SSLComponentImpl.java:314)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.ws.ssl.core.SSLComponentImpl.initialize(SSLComponentImpl.java:161)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:1338)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:1136)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:356)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:178)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:140)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:461)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at java.lang.reflect.Method.invoke(Method.java:618)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at java.lang.reflect.Method.invoke(Method.java:618)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at org.eclipse.core.launcher.Main.run(Main.java:977)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:329)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R      at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:92)
    [2/20/13 9:45:12:345 EST] 0000000a SystemErr R Caused by: org.xml.sax.SAXParseException: Premature end of file.
    SystemOut.log
    ************ Start Display Current Environment ************
    WebSphere Platform 6.1 [BASE 6.1.0.23 cf230910.10] running with process name hyslCell\hyslNode\SharedServices9 and process id 1528
    Detailed IFix information: No IFixes applied to this build
    Host Operating System is Windows Server 2003, version 5.2 build 3790 Service Pack 2
    Java version = 1.5.0, Java Compiler = j9jit23, Java VM name = IBM J9 VM
    was.install.root = D:\IBM\WebSphere\AppServer
    user.install.root = D:\Web\HEA\DEPLOY~1\WEBSPH~1\profile
    Java Home = D:\IBM\WebSphere\AppServer\java\jre
    ws.ext.dirs = D:\IBM\WebSphere\AppServer/java/lib;D:\Web\HEA\DEPLOY~1\WEBSPH~1\profile/classes;D:\IBM\WebSphere\AppServer/classes;D:\IBM\WebSphere\AppServer/lib;D:\IBM\WebSphere\AppServer/installedChannels;D:\IBM\WebSphere\AppServer/lib/ext;D:\IBM\WebSphere\AppServer/web/help;D:\IBM\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
    Classpath = D:\Web\HEA\DEPLOY~1\WEBSPH~1\profile/properties;D:\IBM\WebSphere\AppServer/properties;D:\IBM\WebSphere\AppServer/lib/startup.jar;D:\IBM\WebSphere\AppServer/lib/bootstrap.jar;D:\IBM\WebSphere\AppServer/lib/j2ee.jar;D:\IBM\WebSphere\AppServer/lib/lmproxy.jar;D:\IBM\WebSphere\AppServer/lib/urlprotocols.jar;D:\IBM\WebSphere\AppServer/deploytool/itp/batchboot.jar;D:\IBM\WebSphere\AppServer/deploytool/itp/batch2.jar;D:\IBM\WebSphere\AppServer/java/lib/tools.jar;D:\Web\HEA\common\config\9.5.0.0\lib\hit-config.jar;D:\Web\HEA\common\config\9.5.0.0\lib\hit-common.jar;D:\Web\HEA\common\SAP\lib;D:\Web\HEA\deployments\WebSphere6\SharedServices9\config;D:\Web\HEA\common\JDBC\DataDirect\3.7\lib\hyjdbc.jar;D:\Web\HEA\common\JakartaCommons\commons-pool-1.3.jar;D:\Web\HEA\common\JakartaCommons\commons-dbcp-1.2.1.jar
    Java Library path = D:\IBM\WebSphere\AppServer\java\jre\bin;.;D:\IBM\WebSphere\AppServer\java\jre\bin;D:\Web\HEA\common\SAP\bin;D:\Web\HEA\common\CSS\9.5.0.0\bin;D:\Web\HEA\common\CSS\9.5.0.0\bin;D:\Web\HEA\products\Essbase\EssbaseClient\bin;D:\Web\HEA\products\Essbase\EssbaseClient;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Web\HEA\common\ODBC-64\Merant\5.2\Drivers;D:\Web\HEA\products\Essbase\eas\console\bin;D:\Web\HEA\products\Essbase\eas\server\bin;C:\Program Files (x86)\Windows Imaging\;d:\PROGRA~1\BMCSOF~1\Patrol3\bin;D:\IBM\WebSphere\AppServer\bin;D:\IBM\WebSphere\AppServer\java\bin;D:\IBM\WebSphere\AppServer\java\jre\bin;D:\Web\HEA\common\config\9.5.0.0;D:\Web\HEA\products\Essbase\EssbaseClient\bin;D:\Web\HEA\products\Essbase\EssbaseClient;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Web\HEA\common\ODBC-64\Merant\5.2\Drivers;D:\Web\HEA\products\Essbase\eas\console\bin;D:\Web\HEA\products\Essbase\eas\server\bin;D:\Web\HEA\common\CSS\9.5.0.0\bin;D:\Web\HEA\products\Essbase\EssbaseClient\bin;D:\Web\HEA\products\Essbase\EssbaseClient;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Web\HEA\common\ODBC-64\Merant\5.2\Drivers;D:\Web\HEA\products\Essbase\eas\console\bin;D:\Web\HEA\products\Essbase\eas\server\bin;C:\Program Files (x86)\Windows Imaging\;d:\PROGRA~1\BMCSOF~1\Patrol3\bin
    ************* End Display Current Environment *************
    [2/20/13 9:45:09:876 EST] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
    [2/20/13 9:45:10:220 EST] 0000000a ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
    [2/20/13 9:45:10:361 EST] 0000000a AdminInitiali A ADMN0015I: The administration service is initialized.
    [2/20/13 9:45:11:470 EST] 0000000a PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
    [2/20/13 9:45:11:486 EST] 0000000a ManagedObject I Processing extension point com.ibm.wsspi.extension.managed-object-metadata-collector
    [2/20/13 9:45:11:595 EST] 0000000a WorkSpaceMana A WKSP0500I: Workspace configuration consistency check is false.
    [2/20/13 9:45:11:736 EST] 0000000a SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
    [2/20/13 9:45:12:205 EST] 0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file D:\Web\HEA\DEPLOY~1\WEBSPH~1\profile\logs\ffdc\SharedServices9_0000000a_13.02.20_09.45.12_0.txt
    [2/20/13 9:45:12:267 EST] 0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\Web\HEA\DEPLOY~1\WEBSPH~1\profile\logs\ffdc\SharedServices9_0000000a_13.02.20_09.45.12_0.txt
    [2/20/13 9:45:12:267 EST] 0000000a SSLComponentI E CWPKI0011E: Failed to load security.xml resource from cell. The exception is org.xml.sax.SAXParseException: Premature end of file.

    I have had this exact issue and it is caused by a corrupt security.xml file in Websphere. (This was in our System 9 environment)
    I navigated to D:\Hyperion\deployments\Websphere6\profile\config\cells\hyslCell
    and replaced the old security.xml file with a non 0 kb file from backup and restarted the services and it corrected the issue.
    Hope that helps!

Maybe you are looking for

  • Closing Oracle Background Engine Window.

    Hello, I am working on Oracle Reports 6.0. When I run any report Oracle Background Engine Window opens & show which report is running. But after closing report still that window remains as it is. It there any way to close that window onces I complite

  • IWeb using spaces instead of _'s between words in titles stopping uploading

    Had major problems with iWeb ever since purchase when first came out. Given up on it til now cos it makes me so mad with not knowing what to do. Please help. My Blog site i've created is at http://uk.geocities.com/blondefishwalker/Site/Site/Welcome.h

  • Keyboard not working correctly on laptop. What do I do?

    so I was using windex to clean my laptop and it went on my keyboard too. I cleaned it off but I noticed that it was not functioning properly. Some letters were not even working. After 24 hrs. almost everything is working but not correctly. Some keys

  • Revaluation of actual prices

    Dear experts,                 Generally we do price calculation in KSII, that is standard price calculation. After planning in kp06 and kp26 we do this calculation. For actual confirmations also ( in  CO11N ), we use the same price ( that means stand

  • Help! I think I've made a huge error! (songs from ITouch to ITunes)

    I've been having trouble transferring songs bought on my ITouch into my Itunes on my computer. I tried right clicking on 'My Ipod' and 'Transfer Purchases' and going to 'File' and clicking 'Transfer Purchases to My Ipod', but neither did anything. As