Error when deploying ejb 3 in weblogic10

Hi,
I'm using the EJB3.0 in weblogic10, just as the following:
remote interface:
com.test.intf
public interface Test{
public void test();
and the impl:
com.test.impl
@stateless
@Remote(Test.class)
public class TestBean implements Test{
public void test{...}
Then I build an ear which including the ejb jar:
Test.ear
|__ejb.jar (including the Test and the TestBean)
|
|__Meta-Inf
And when I deploy the Test.jar to the weblogic 10, the following error occurs:
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Unable to load clas
s com.test.impl.TestBean_3u7muo_EmergencyServiceF
uncImpl ]
at weblogic.ejb.container.deployer.Ejb3SessionBeanInfoImpl.prepare(Ejb3S
essionBeanInfoImpl.java:319)
at weblogic.ejb.container.deployer.EJBDeployer.setupBeanInfos(EJBDeploye
r.java:914)
at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:
1188)
at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:425)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
leListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
oymentCallbackFlow.java:387)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:37)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
loymentCallbackFlow.java:58)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
loymentCallbackFlow.java:42)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.ja
va:615)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:37)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.j
ava:191)
at weblogic.application.internal.EarDeployment.prepare(EarDeployment.jav
a:16)
at weblogic.application.internal.DeploymentStateChecker.prepare(Deployme
ntStateChecker.java:155)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(App
ContainerInvoker.java:60)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.cr
eateAndPrepareContainer(ActivateOperation.java:197)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.do
Prepare(ActivateOperation.java:89)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.pr
epare(AbstractOperation.java:217)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploym
entPrepare(DeploymentManager.java:723)
at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploy
mentList(DeploymentManager.java:1190)
at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare
(DeploymentManager.java:248)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.pre
pare(DeploymentServiceDispatcher.java:159)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
ackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
ackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
ackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:516)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.lang.ClassNotFoundException: com.oracle.ocrt.service.impl.Emerge
ncyServiceFuncBean_3u7muo_TestIntf
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
ClassLoader.java:283)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClass
Loader.java:256)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
Loader.java:176)
at weblogic.ejb.container.deployer.BeanInfoImpl.loadClass(BeanInfoImpl.j
ava:540)
at weblogic.ejb.container.deployer.Ejb3SessionBeanInfoImpl.prepare(Ejb3S
essionBeanInfoImpl.java:310)
... 27 more
<2008-9-26 下午08时35分07秒 CST> <Error> <Deployer> <BEA-149265> <Failure occurr
ed in the execution of deployment request with ID '1222432506169' for task '0'.
Error is: 'weblogic.application.ModuleException: Exception preparing module: EJB
Module(test.jar)
Unable to deploy EJB: TestBean from test.jar:
***** ASSERTION FAILED *****[ Unable to load class com.test.impl.TestBean_3u7muo_TestImpl ]
weblogic.application.ModuleException: Exception preparing module: EJBModule(test.jar)
Unable to deploy EJB: TestBean from test.jar:
***** ASSERTION FAILED *****[ Unable to load class com.test.impl.TestBean_3u7muo_TestImpl ]
at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
What is the problem? And What can I do?
BTW, if I change the @Remote to @Local, I can deploy the ejb successfully.
In addition, Who knows how to access the ejb3.0 from a standalone client just like access the EJB2.0:
properties = new Properties();
properties.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
properties.put(Context.PROVIDER_URL, "t3://localhost:7001");
Context cont = new InitialContext(properties);
Obj ref = cont.lookup("???"); //--------------------> What should I write here???
Thanks!

Hi,
It's not easy to tell what's wrong with your example.
Maybe you could send me a zip and I'll check when I have some time.
By the way, you're asking a question about the lookup of an EJB3, I wrote an article that covers that topic.
It should give you some interesting input.
http://m-button.blogspot.com/2008/07/reminder-on-how-to-use-ejb3-with.html
Regards.

Similar Messages

  • Invalid change to class error when deploying EJB

    We have EJBs that were built by Webgain Visual Cafe and successfully deploy
    to WLS 5.1. We then use the WLE EJB Deployer Tool to build WLE container
    classes and deploy the same EJBs in WLE 5.1.
    One EJB does not deploy in WLE. The ULOG error message is:
    133929.EA-LAWSTUC!JavaServer.517: main: IJENGINE_CAT:150: ERROR: Invalid
    change to class service.Request
    133929.EA-LAWSTUC!JavaServer.517: main: EJB_CAT:29: ERROR: While deploying
    jar ServiceEJB : com.beasys.weblogic.classloader.RedeploymentException:
    ERROR: Invalid change to class service.Request
    133929.EA-LAWSTUC!JavaServer.517: Finalizer: IJENGINE_CAT:152: INFO: Closing
    jar C:\aj\ServiceEJB_WLE.jar
    Does anyone know what can cause an "invalid change to class" error when
    deploying to WLE 5.1? Especially since the EJB deploys successfully in
    WLS.
    Carl Lawstuen

    Reason: database keeps a reference of the class in JAVA$CLASS$MD5$TABLE table. This table keeps a refrence to all java classes loaded in database, and is present in each schema you deploy classes. That's the reason why if you change the application module name, you can load this classes. It instead keeps a reference if you use DROP JAVA CLASS command to drop a java class from de database. Use DROP JAVA command to clear the reference of the dropped classes when dropping it.
    You can see this table as a class dictionary of the database, and you don't have to handle this records manually.

  • Error when deploying EJB Session Info to 8.1.7 DB

    Hi all,
    I'm trying to make a deploy of BC4J project into Oracle 8.1.7 database with JDeveloper 3.2.2. When I try to deploy all the project, I get an oracle error and I'm disconnected from the database: "end of file on communication channel". java_pool_size paramete has a value of 70 Mbytes in database.
    But when I'm trying to make a deploy of files generated by deployment profile, I get oracle's errors in <appModuleName>OrcleServerEJB.prf file deployment:
    Error while granting to <package>/common/ejb/<appMod>Home
    ORA-04042: package, procedure or function does not exists.
    Error while resolving class <package>/common/ejb/<appMod>Home
    ORA-04043: object /6d1c81a7_<appModName>ModuleHome does not exist.
    Any ideas?
    Thanx in advance.

    Reason: database keeps a reference of the class in JAVA$CLASS$MD5$TABLE table. This table keeps a refrence to all java classes loaded in database, and is present in each schema you deploy classes. That's the reason why if you change the application module name, you can load this classes. It instead keeps a reference if you use DROP JAVA CLASS command to drop a java class from de database. Use DROP JAVA command to clear the reference of the dropped classes when dropping it.
    You can see this table as a class dictionary of the database, and you don't have to handle this records manually.

  • Error when deploying ear file

    Hello
    What could be the problem that I get this error when deploying my ear file with a web service within.
    [#|2008-03-29T17:43:02.640+0100|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.tools.deployment|_ThreadID=12;_ThreadName=Thread-26;_RequestID=0a164c90-57bc-4d4a-8b3f-270fc4584891;|Exception occured in J2EEC Phase
    com.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- C:\Sun\AppServer\domains\domain1\generated\xml\j2ee-apps\agency_app\agency_jar\META-INF\wsdl\AgencyModuleWebServiceService.wsdl (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
         at java.net.URL.openStream(URL.java:1007)
         at com.sun.enterprise.webservice.WsUtil.generateFinalWsdl(WsUtil.java:699)
         at com.sun.enterprise.webservice.WsUtil.generateFinalWsdl(WsUtil.java:643)
         at com.sun.enterprise.deployment.backend.WebServiceDeployer.doWebServiceDeployment(WebServiceDeployer.java:165)
         at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:855)
         at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:580)
         at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployApp(EJBCompiler.java:339)
         at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:222)
         at com.sun.enterprise.deployment.backend.AppDeployer.runEJBC(AppDeployer.java:359)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:214)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:129)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:169)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:871)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:266)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:739)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)
    |#]when I deployed this application on a custom domain setup, it does not fail. But it fails on default domain.
    Regards
    Michael

    How did you create your datasource, can you post the content, without passwords of course.
    Greetings.

  • Gettind error when deploying XI module

    Hi,
    I am getting the following error when deploying XI module in J2EE Engine. can anyone help me to proceed. Thanks.
    08/02/22 16:16:59 -  Start updating EAR file...
    08/02/22 16:16:59 -  start-up mode is lazy
    08/02/22 16:17:12 -  EAR file updated successfully for 13047ms.
    08/02/22 16:17:12 -  Start deploying ...
    08/02/22 16:18:27 -  EAR file uploaded to server for 2656ms.
    08/02/22 16:18:29 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/SignEncrypt..
                         Reason: Exception during generation of components of application sap.com/SignEncrypt in container EJBContainer.; nested exception is:
                              com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/SignEncrypt in container EJBContainer.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:567)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
                         Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/SignEncrypt in container EJBContainer.
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:621)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
                              ... 10 more
                         Caused by: java.lang.NoClassDefFoundError: Lcom/sap/aii/af/service/auditlog/AuditMessageKey;
                              at java.lang.Class.getDeclaredFields0(Native Method)
                              at java.lang.Class.privateGetDeclaredFields(Class.java:1522)
                              at java.lang.Class.getDeclaredFields(Class.java:1098)
                              at com.sap.engine.services.ejb.deploy.verifier.BeanClassCheck.check(BeanClassCheck.java:78)
                              at com.sap.engine.services.ejb.deploy.verifier.session.SessionBeanCheck.check(SessionBeanCheck.java:51)
                              at com.sap.engine.services.ejb.deploy.verifier.Verifier.checkBean(Verifier.java:82)
                              at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:46)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:254)
                              at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2161)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)

    Hi Indira.
    As I can see in your log, you're getting the exception
    Caused by: java.lang.NoClassDefFoundError: Lcom/sap/aii/af/service/auditlog/AuditMessageKey
    May be you need to include aii_af_svc.jar (AuditLog classes are located into this JAR library) in your EAR archive.
    Regards,
    Gari.

  • Error when deploying a map

    hello i have the following error when deploying a map in a local database, the mapping is a simple transfert of data between two table,
    ORA-06550: line 0, column 0:
    ORA-04052: erreurs lors de la consultation de l'objet distant [email protected]@KCDBDEV
    ORA-00604: une erreur s'est produite au niveau SQL récursif 1
    ORA-01882: région de fuseau horaire introuvable
    ORA-02063: pré
    any help please
    thanks,
    tarek

    Hello thank u for helping, i have exactly the same problème in Error executing a query using a DB-Link
    but i am not inderstanding the solution, i found the same probleme in metalink, and the solution posted is:
    1. Create an errorstack of the ORA-1882 to see the ALTER SESSION SET TIME_ZONE statement that is causing the ORA-1882 during deployment. To create this errorstack, follow step 1 to 4 below:
    1. Just before you reproduce the error, open a SQL*Plus session with user SYSTEM.
    SQL> alter system set events '1882 trace name ERRORSTACK level 3'
    2. Deploy the mapping to reproduce the ORA-1882
    3. Disable the system event
    SQL> alter system set events '1882 trace name errorstack off';
    4. Take a look at the errorstack (located in the udump directory). Suppose the following statement is in there:
    ALTER SESSION SET TIME_ZONE = 'GMT+02:00'
    2. Modify the run_service.sh(.bat) file as follow:
    * For UNIX:
    Modify owb_server_home/owb/bin/unix/run_service.sh as follows:
    Add the parameter -Duser.timezone="+02:00" to the line where java is started (last line of run_service.sh)
    $JAVAPATH/bin/java -Xmx768M -Djava.awt.headless=true -DORACLE_HOME.....
    e.g:
    $JAVAPATH/bin/java -Xmx768M -Duser.timezone="+02:00" -Djava.awt.headless=true -DORACLE_HOME
    * For Windows:`
    Modify owb_server_home\owb\bin\win32\run_service.bat as follows:
    Add the parameter -Duser.timezone="+02:00" to the line where java is started
    %JAVAPATH%\jre\bin\javaw.exe %JVM_OPTIONS%
    e.g.:
    %JAVAPATH%\jre\bin\javaw.exe -Duser.timezone="+02:00" %JVM_OPTIONS%
    3. Save the file and re-start the Runtime Service using stop_service.sql/start_service.sql.
    but in creating the errorstack of the ORA-1882 i not found the ALTER SESSION SET TIME_ZONE
    and i Modify the run_service i fixed -Duser.timezone="+01:00" cause the time zone here is Europe/Paris but there is no changes.
    the db link is from Oracle 10.2.0.2.0 to 9.2.0.1.0. and owb 10g R2
    other solution?
    thanks,
    tarek

  • Getting Error when deploying the WD application

    hi all,
    Anybody have idea about , what is the reason for the following error. Till now it is working properly. suddenly it is giving the following error when deploying the application.
    2.4.2007 13:17:36 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : eimkopdvs4
    SDM port : 50118
    URL to deploy : file:/C:/WINDOWS/TEMP/temp2898TestWebDynproProj.ear
    Result
    => deployment aborted : file:/C:/WINDOWS/TEMP/temp2898TestWebDynproProj.ear
    Aborted: development component 'TestWebDynproProj'/'local'/'LOKAL'/'0.2007.04.02.13.17.28'/'0':
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [EIMKOPDVS4] with user name: [Administrator]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:494)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:363)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:167)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         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:324)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.
         at com.sap.engine.services.security.remote.login.RemoteLoginContextExt.<init>(RemoteLoginContextExt.java:34)
         at com.sap.engine.services.jndi.implclient.LoginHelper.clientSideLogin(LoginHelper.java:81)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:355)
         ... 37 more
    Caused by: java.io.EOFException: End of stream is reached unexpectedly during input from Socket[addr=/10.4.71.36,port=50104,localport=3057]
         at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:420)
         ... 1 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Deployment exception : The deployment of at least one item aborted

    Hi,
    Check if the server is running. If so, try restarting it and then retry.

  • Using ADWrapper but has error when deploy to IIS

    Dear all,
    I am using below link to develop the program.
    Active Directory in VB.Net
    But has error when deploy to IIS as attached screen. Do you  know how to solve??

    Dear all,
    I am using below link to develop the program.
    Active Directory in VB.Net
    But has error when deploy to IIS as attached screen. Do you  know how to solve??
    Hi,
    I am moving this thread to Using Forums >Where is the Forum For…?
    forum, the owner of the forum will direct you to a proper forum.
    I would recommend you check this thread
    http://social.msdn.microsoft.com/Forums/en-US/13bb6961-720d-4604-8eff-22251604cd94/active-directory?forum=whatforum
     which shared a place where you could get help, and since this thread has lasted for a long time, you could create a new thread of that forum to get supports.
    Hello,
    Thank you for the post.  I would suggest posting your question in one of the below mentioned Web sites. Hope this helps you.
    http://social.technet.microsoft.com/Forums/en/winserverDS/threads
    http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.windows.server.active_directory&cat=en_us_5bd43452-4bab-4720-8df9-d5f37d3153b9&lang=en&cr=us
    Have a great day!
    Tier 2 Application Support  Server and Tools Online Operations Team
    Thanks for your understanding.
    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.

  • Ejb-ref error when deploying a previously working ear on weblogic 8.1

    when deploying an ear module on weblogic 8.1 i get the following error:
    The ejb-link 'CustomessagingBrick.jar/CustomMessaginBrick' declared in ejb-ref
    or ejb-local-ref 'ejb/Service2' in the application module 'cmbrick.war' could
    not be resolved. The target EJB for the ejb ref could not be found.
    The ear is composed of two sub-modules:
    CustomMessaginBrick.jar
    cmbrick.war.
    The same ear was deployed on weblogic 6.1.
    Every reference in the ear seems in the right place so i am really clueless.
    Hereafter i include the relevant portions of the deployment descriptors.
    the web.xml for cmbrick.war contains the following data:
    <ejb-local-ref>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocalHome</local-home>
    <local>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocal</local>
    <ejb-link>CustomMessagingBrick</ejb-link>
    </ejb-local-ref>
    its weblogic.xml file is the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
    "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
    <weblogic-web-app>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <jndi-name>Service2</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-web-app>
    while the weblogic-ejb-jar for CustomMessaging bricks contains the following:
    <weblogic-enterprise-bean>
    <ejb-name>CustomMessagingBrick</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>Service2</jndi-name>
    </weblogic-enterprise-bean>....

    when deploying an ear module on weblogic 8.1 i get the following error:
    The ejb-link 'CustomessagingBrick.jar/CustomMessaginBrick' declared in ejb-ref
    or ejb-local-ref 'ejb/Service2' in the application module 'cmbrick.war' could
    not be resolved. The target EJB for the ejb ref could not be found.
    The ear is composed of two sub-modules:
    CustomMessaginBrick.jar
    cmbrick.war.
    The same ear was deployed on weblogic 6.1.
    Every reference in the ear seems in the right place so i am really clueless.
    Hereafter i include the relevant portions of the deployment descriptors.
    the web.xml for cmbrick.war contains the following data:
    <ejb-local-ref>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocalHome</local-home>
    <local>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocal</local>
    <ejb-link>CustomMessagingBrick</ejb-link>
    </ejb-local-ref>
    its weblogic.xml file is the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
    "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
    <weblogic-web-app>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <jndi-name>Service2</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-web-app>
    while the weblogic-ejb-jar for CustomMessaging bricks contains the following:
    <weblogic-enterprise-bean>
    <ejb-name>CustomMessagingBrick</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>Service2</jndi-name>
    </weblogic-enterprise-bean>....

  • Ejb-ref errore when deploying a previously working ear on weblogic 8.1

    when deploying an ear module on weblogic 8.1 i get the following error:
    The ejb-link 'CustomessagingBrick.jar/CustomMessaginBrick' declared in ejb-ref
    or ejb-local-ref 'ejb/Service2' in the application module 'cmbrick.war' could
    not be resolved. The target EJB for the ejb ref could not be found.
    The ear is composed of two sub-modules:
    CustomMessaginBrick.jar
    cmbrick.war.
    The same ear was deployed on weblogic 6.1.
    Every reference in the ear seems in the right place so i am really clueless.
    Hereafter i include the relevant portions of the deployment descriptors.
    Thanks in advance!
    Greets,
    Luca
    the web.xml for cmbrick.war contains the following data:
    <ejb-local-ref>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocalHome</local-home>
    <local>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocal</local>
    <ejb-link>CustomMessagingBrick</ejb-link>
    </ejb-local-ref>
    its weblogic.xml file is the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
    "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
    <weblogic-web-app>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <jndi-name>Service2</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-web-app>
    while the weblogic-ejb-jar for CustomMessaging bricks contains the following:
    <weblogic-enterprise-bean>
    <ejb-name>CustomMessagingBrick</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>Service2</jndi-name>
    </weblogic-enterprise-bean>....

    The issue is that WLS 6.1 didn't really support ejb-links properly. An
    ejb-link should allow you to link a webapp or an ejb to another EJB
    without requiring additional information or a global JNDI name on the
    target EJB.
    WLS 8.1 is following your ejb-link and telling you there's not enough
    information.
    You have 2 options:
    1) Remove the <ejb-link>...</ejb-link> from your web.xml. You'll be
    using just an ejb-reference at that point, but you've already included
    the necessary information in the weblogic.xml that we can locate the EJB
    via its global jndi-name
    or
    2) Change the ejb-link to be
    <ejb-link>CustomMessaginBrick.jar#CustomMessagingBrick</ejb-link>
    If you wanted to, you could then remove the reference info from the
    weblogic.xml
    -- Rob
    luca wrote:
    when deploying an ear module on weblogic 8.1 i get the following error:
    The ejb-link 'CustomessagingBrick.jar/CustomMessaginBrick' declared in ejb-ref
    or ejb-local-ref 'ejb/Service2' in the application module 'cmbrick.war' could
    not be resolved. The target EJB for the ejb ref could not be found.
    The ear is composed of two sub-modules:
    CustomMessaginBrick.jar
    cmbrick.war.
    The same ear was deployed on weblogic 6.1.
    Every reference in the ear seems in the right place so i am really clueless.
    Hereafter i include the relevant portions of the deployment descriptors.
    Thanks in advance!
    Greets,
    Luca
    the web.xml for cmbrick.war contains the following data:
    <ejb-local-ref>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocalHome</local-home>
    <local>com.hutchison3g.core.brick.custom.messaging.CustomMessagingBrickLocal</local>
    <ejb-link>CustomMessagingBrick</ejb-link>
    </ejb-local-ref>
    its weblogic.xml file is the following:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
    "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
    <weblogic-web-app>
    <reference-descriptor>
    <ejb-reference-description>
    <ejb-ref-name>ejb/Service2</ejb-ref-name>
    <jndi-name>Service2</jndi-name>
    </ejb-reference-description>
    </reference-descriptor>
    </weblogic-web-app>
    while the weblogic-ejb-jar for CustomMessaging bricks contains the following:
    <weblogic-enterprise-bean>
    <ejb-name>CustomMessagingBrick</ejb-name>
    <stateless-session-descriptor>
    <pool>
    </pool>
    <stateless-clustering>
    </stateless-clustering>
    </stateless-session-descriptor>
    <transaction-descriptor>
    </transaction-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>Service2</jndi-name>
    </weblogic-enterprise-bean>....

  • Weblogic 10.3.0 Deployment error when using ejb-jar.xml

    Hi,
    I am getting the following error while deploying my EJB3 application on Weblogic 10.3.0. This is happening only if I include ejb-jar.xml.
    As per the EJB3 descriptor spec, Remote Home or Local home are not exists.
    Is this a issue in Weblogic 10.3.0 or am I missing any special setup ?
    Please help.
    weblogic.application.ModuleException: Exception preparing module: EJBModule(egm-poc.jar)
    Unable to deploy EJB: C:\appsrv\domains\WeblogicRS1.1-domain\servers\admin\tmp\_WL_user\_appsdir_egmear_ear\ot2591\egm-poc.
    jar from egm-poc.jar:
    In EJB JPATestBean, both the remote home and remote component interface must be specified. Currently, only one of them is spec
    ified.
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
    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)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    My ejb-jar.xml is
    - <ejb-jar version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd">
    <description>JPA Test Application</description>
    <display-name>JPATest</display-name>
    - <enterprise-beans>
    - <session>
    <ejb-name>JPATestBean</ejb-name>
    <remote>egm.poc.jpa.JPATestBeanRemote</remote>
    <local>egm.poc.jpa.JPATestBeanLocal</local>
    <ejb-class>egm.poc.jpa.JPATestBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    - <session>
    <ejb-name>AuditInfoDAOH</ejb-name>
    <local>egm.poc.jpa.Audit</local>
    <ejb-class>egm.poc.jpa.AuditInfoDAOH</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    - <assembly-descriptor>
    - <container-transaction>
    - <method>
    <ejb-name>JPATestBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>RequiresNew</trans-attribute>
    </container-transaction>
    - <container-transaction>
    - <method>
    <ejb-name>AuditInfoDAOH</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    Regards
    Saji

    Hi,
    Seems the issue is not common. Can anyone throw some light on this ?
    Regards
    Saji

  • Errors when deploy a simple entity ejb module to oc4j 10g?

    I work as following steps:
    1. new project
    2. new Digram-->EJB Diagram
    3. Drag a Entity bean ico to Diagram and name it with Student, then add a id&name column to it.
    4 set the entity-ejb Student's Resource Reference's property: name(MysqlPool),ResourceType(com.mysql.jdbc.Driver),Authentification(Container)
    (in oc4j, I have set the pool connection--MysqlPool)
    5 use command to start oc4j 10.1.3 in jdev10.1.3
    6 In Jdeveloper IDE, select ejb-jar.xml and use right mouse button to call out the menu and then select "Cretae ejb or jar deploy profile", set the deploy platform to my oc4j connection.
    7 select the deploy profile and deploy to my oc4j connection, then errors were reported as following:
    Target platform is Standalone OC4J 10.1.3 (AppServerConnection1).
    Wrote EJB JAR file to D:\jdevj2ee1013\jdev\mywork\Application1\Project1\deploy\ejb1.jar
    Wrote EAR file to D:\jdevj2ee1013\jdev\mywork\Application1\Project1\deploy\ejb1.ear
    Uploading file ...
    Application Deployer for ejb1 STARTS.
    Do not undeploy previous deployment
    Copy the archive to D:\jdevj2ee1013\j2ee\home\applications\ejb1.ear
    Initialize D:\jdevj2ee1013\j2ee\home\applications\ejb1.ear begins...
    Unpacking ejb1.ear
    Done unpacking ejb1.ear
    Initialize D:\jdevj2ee1013\j2ee\home\applications\ejb1.ear ends...
    Starting application : ejb1
    Initializing ClassLoader(s)
    Initializing EJB container
    Loading connector(s)
    Starting up resource adapters
    Processing EJB module: ejb1.jar
    Compiling EJB generated code
    Error while compiling EJB component: D:\jdevj2ee1013\j2ee\home\applications\ejb1\ejb1.jar
    com.evermind.compiler.CompilationException: Error finding a suitable DataSource: Error looking up cmt-datasource at jdbc/OracleDS (name not found)
         at com.evermind.server.ejb.compilation.EntityBeanCompilation.createTable(EntityBeanCompilation.java:257)
         at com.evermind.server.ejb.compilation.EntityBeanCompilation.preCompile(EntityBeanCompilation.java:318)
         at com.evermind.server.ejb.compilation.Compilation.generateAnyOldStyle(Compilation.java:1728)
         at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:162)
         at com.evermind.server.ejb.compilation.Compilation.doGenerateCode(Compilation.java:216)
         at com.evermind.server.ejb.EJBContainer.postInitBatch(EJBContainer.java:1197)
         at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1118)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:200)
         at com.evermind.server.Application.setConfig(Application.java:299)
         at com.evermind.server.Application.setConfig(Application.java:226)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1740)
         at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:403)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:144)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:95)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:53)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:68)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:299)
         at java.lang.Thread.run(Thread.java:534)
    application : ejb1 is in failed state
    java.lang.InstantiationException: Error initializing ejb-module; Exception
    Error compiling D:\jdevj2ee1013\j2ee\home\applications\ejb1\ejb1.jar: Error finding a suitable DataSource: Error looking up cmt-datasource at jdbc/OracleDS (name not found)
         at com.evermind.server.ejb.EJBContainer.throwInstantiationException(EJBContainer.java:2285)
         at com.evermind.server.ejb.EJBContainer.postInitBatch(EJBContainer.java:1422)
         at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1118)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:200)
         at com.evermind.server.Application.setConfig(Application.java:299)
         at com.evermind.server.Application.setConfig(Application.java:226)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1740)
         at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:403)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:144)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:95)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:53)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:68)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:299)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.InstantiationException:
    Error compiling D:\jdevj2ee1013\j2ee\home\applications\ejb1\ejb1.jar: Error finding a suitable DataSource: Error looking up cmt-datasource at jdbc/OracleDS (name not found)
         at com.evermind.server.ejb.EJBContainer.postInitBatch(EJBContainer.java:1226)
         ... 12 more
    Operation failed with error:
    java.lang.InstantiationException: Error initializing ejb-module; Exception
    Error compiling D:\jdevj2ee1013\j2ee\home\applications\ejb1\ejb1.jar: Error finding a suitable DataSource: Error looking up cmt-datasource at jdbc/OracleDS (name not found)
    Deployment failed
    Elapsed time for deployment: 41 seconds
    #### Deployment incomplete. #### 2005-2-15 10:46:02
    what's the meaning about Error finding a suitable DataSource: Error looking up cmt-datasource at jdbc/OracleDS (name not found)?
    I didn't use jdbc/OracleDS Datasource, and I deleted it from config\data-source.xml.
    Is it cause those errors or my operation rong?
    Who can tell me the entity ejb's deploy method&step?

    Yes, now I added a connection pool and a datasource in oc4j, and set the datasource's jndi name to "jdbc/OracleDS".For The connection pool,I use the mysql database.
    Followed the above operation, I repeat the deployment and it deployed successfully.
    Viewed by web-control-for-oc4j, I found jdeveloper automaticly created a datasource and pool for the ejb module.However, the datasource's parameter(connection-factory factory-class="oracle.jdbc.pool.OracleDataSource") is wrong.
    So I open Tools Menu->Preferences menu and setted the Deploy property to "unbundle datasource...".Then I Created a file named data-sources.xml in project and filled out the correct properties.
    After I deploied the ejb-module, I openned the deploied .ear file with winrar to view its contents.I found the factory-class property's value is still wrong which included in data-sources.xml file in Mata-Inf directory,but the property of the data-sources.xml file in .jar file is correct.So, the class factory value of the deploied ejb-application's connection pool still is "oracle.jdbc.pool.OracleDataSource".It couldn't work surely.
    Of course, I can modity the data-sources.xml in .ear file.
    But has some more better method to settle this problem while not manuelly?

  • Error when deploying a service

    When I want to deploy my business object methods which are exposed as web service, I get the following error message:
    --- Deploying file(s):
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\dictionary\_comp\gen\default\deploy\de.btcrequestdictionary.sda
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\metadata\_comp\gen\default\deploy\de.btcrequestmetadata.ear
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\permissions\_comp\gen\default\deploy\de.btcrequestpermissions.ear
         D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\ear\_comp\gen\default\deploy\de.btcrequestear.ear
    --- Status:
         Deploy finished with warnings.
    --- Description:
                S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           3
    Deployed with warnings:           1
    Failed deployments:                0
    ~~~~~~~~~~~~~~~~~~~
    1. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\dictionary\_comp\gen\default\deploy\de.btcrequestdictionary.sda
         Name:request~dictionary
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104909
         Deploy status:Success
         Version:NEW
    2. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\metadata\_comp\gen\default\deploy\de.btcrequestmetadata.ear
         Name:request~metadata
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104913
         Deploy status:Success
         Version:NEW
    3. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\permissions\_comp\gen\default\deploy\de.btcrequestpermissions.ear
         Name:request~permissions
         Vendor:de.btc
         Location:localDevelopment
         Version:20080509131541
         Deploy status:Success
         Version:NEW
    4. File:D:\DATEN\Dev\NWDS_CE_71_work.jdi\LocalDevelopment\DCs\de.btc\request\ear\_comp\gen\default\deploy\de.btcrequestear.ear
         Name:request~ear
         Vendor:de.btc
         Location:localDevelopment
         Version:20080515104912
         Deploy status:Warning
         Version:NEW
         Description:
              1. Exception has been returned while the 'de.btc/request~ear' was starting. Warning/Exception :
    [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 37028650:com.sap.engine.services.deploy.container.DeploymentException:
         at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:692)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.makeStartInitially(StartInitiallyTransaction.java:182)
         at com.sap.engine.services.deploy.server.application.StartInitiallyTransaction.prepare(StartInitiallyTransaction.java:143)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitiallyGlobal(StartTransaction.java:449)
         at com.sap.engine.services.deploy.server.application.StartTransaction.doStartInitially(StartTransaction.java:437)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:178)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:419)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:444)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:334)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:248)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3387)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3373)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3276)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3249)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:872)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Caused by: com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Exception occured during web services deployment. Unable to generate serialization framework for web service RequestService, application de.btc/request~ear.
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:360)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:220)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.execute(WSInitialStartProcess.java:140)
         at com.sap.engine.services.webservices.server.deploy.WSBaseAbstractDProcess.makeProcess(WSBaseAbstractDProcess.java:316)
         at com.sap.engine.services.webservices.server.deploy.WebServicesDeployManager.makeStartInitially(WebServicesDeployManager.java:687)
         ... 37 more
    Caused by: com.sap.engine.services.webservices.jaxws.j2w.JaxWsInsideOutException: Error compiling bean!
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsSchemaGenerator.compile(JaxWsSchemaGenerator.java:232)
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsSchemaGenerator.genJaxbMappings(JaxWsSchemaGenerator.java:261)
         at com.sap.engine.services.webservices.jaxws.j2w.JaxWsIMappingGenerator.generateWSDL(JaxWsIMappingGenerator.java:103)
         at com.sap.engine.services.webservices.server.deploy.ws.WSInitialStartProcess.generateJAXWSFramework(WSInitialStartProcess.java:286)
         ... 41 more
    Caused by: java.io.IOException: Compilation fails...
    Compilation Failed! Exit Code=1
    Command line executed: D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010/sapjvm_5\bin
    javac  -source 1.5 -target 1.5 -encoding Cp1252 -d "D:\usr\sap\NCE\J03\j2ee\cluster\server0\.\temp\tcjewebservicessrv\apps\de.btc\requestear\ws1210841463508" -classpath ".;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\webservices_container\backup\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\app_libraries_container\de.btcrequestejbmodulepersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\app_libraries_container\sap.comcafcoreearpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\orpersistence\jars\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\EJBContainer\backup\de.btcrequestejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\de.btc\requestear\servlet_jsp\RequestService\root\WEB-INF\classes;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\servlet_jsp\sap.comtcjewebcontainerimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ejb\sap.comtcjeejbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ejb20\ejb20.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jms\jms.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jms\jmsclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\webservices_lib\sap.comtcjewebservices_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafkm.proxiesassembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafkm.proxyjavaassembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafruntimeuicouplingejbjar.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\app_libraries_container\sap.comcafruntimedictddic_types_assembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\orpersistence\jars\sap.comcafruntimesecurity.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafkmcafdataservice.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafkmproxyapi.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafruntimeimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\EJBContainer\applicationjars\sap.comcafruntimesecurity.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\webservices_container\sap.comcafkmcafdataservice_EJB\types\CAFDataService\CAFDataService.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafruntimeear\servlet_jsp\CAFDataService\Config\root\WEB-INF\classes;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\app_libraries_container\sap.comcafcoreejbmodulepersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\orpersistence\jars\sap.comcafcoreejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\apps\sap.com\cafcoreear\EJBContainer\applicationjars\sap.comcafcoreejbmodule.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\orpersistence_client_lib\lib\orpersistence_client_lib_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\jperflib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\jta.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblbytecodelibrary.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblcache_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblframeimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblguiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbliqlibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljdsrjdsr.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_cacheframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_classloadframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_clusterframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_configurationframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_databaseframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_licensingframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_lockingframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_logapi.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_poolframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_serviceframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_threadframe.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcbljkernel_utilimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblopensqlkernelimplOpenSQLFrame.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcexceptionimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcjesessionmgmtapi_assembly.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcloggingjavaimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcloggingjavaimplPerf.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\vmc_storage_provider.jar;D:\usr\sap\NCE\SYS\exe\uc\NTI386\jstartup.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\lib\jvmx.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\iqlib.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\lib\tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\sap.comtcbljkernel_bootimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\jaas.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\system\sap.comtcblbytecodelibrary.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\boot\memoryanalyzer.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\dnsns.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\localedata.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\sunjce_provider.jar;D:\usr\sap\NCE\SYS\exe\jvm\NTI386\sapjvm_5.1.010\sapjvm_5\jre\lib\ext\sunpkcs11.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\servlet_jsp\sap.comtcjewebcontainerimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\http\sap.comtcjehttpserverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsf_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsftld.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-beanutils.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-collections.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-digester.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-logging-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\ecjavajsf_core.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejaccplb\jacc-1_1-fr-class.zip;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\classpath_resolver\sap.comtcjeclasspath_resolverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumecoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumetpdimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\com.sap.security.core.ume.service\sap.comtcsecumeserviceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sap.comtcjeconstantslib\lib\tcjeconstants.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\schemaprocessorsrv\sap.comtcjeschemaprocessor.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcjewebcontainerapi\sap.comtcjewebcontainerwebcontainer_api_impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\http\sap.comtcjehttpserverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\cross\sap.comtcjecrossimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\deploy\sap.comtcjedeployimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\iiop\sap.comtcjeiiopimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\file\sap.comtcjefileimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\shell\sap.comtcjeshellimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\shell\sap.comtcjeshellimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\iiop\sap.comtcjeiiopimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\naming\sap.comtcjenamingimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ts\sap.comtcjetsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\csiv2_api\sap.comtcblcsiv2impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\naming\sap.comtcjenamingimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\ts\sap.comtcjetsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jts\jts.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourceset_api\sap.comtcblresourcesetimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjemmodellib\sap.comtcjemmodelimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcbltxmanagerplb\sap.comtcbltxmanagerimplplbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\idl\idl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourceset_api\sap.comtcblresourcesetimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\resourcecontext_api\sap.comtcblresourcecontextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcbltxmanagerplb\sap.comtcbltxmanagerimplplbimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\transactionext_api\sap.comtcbltransactionextimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\csiv2_api\sap.comtcblcsiv2impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\file\sap.comtcjefileimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\cross_api\sap.comtcjecross_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsutil.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlincore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineelib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeear.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeconnector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeweb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeejb.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeappclient.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejlineelib\sap.comtcjtoolsjlineeorpersistence.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeorpersistencemetadatamodel\sap.comtcblorpersistencemetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.guid\sap.comtcblguidgeneratorimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jws_api\jsr181-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxannotationapi\annotation-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\webservices\sap.comtcjewebservices_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\container_api\sap.comtcjecontainer_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblreference_graph\lib\tcblreference_graph_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblreference_graph\lib\tcblreference_graph_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttpsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccompatcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecssfcore.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecjaasimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecsamltoolkitimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcseccsiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecutil0impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecuserstoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecxmlbindimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsecdestinationslibimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.mw.jco\sap.comtcbljrfcimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\j2eeca\connector.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\log\sap.comtcjelog_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\keystore_api\sap.comtcjekeystore_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcseccertrevocinterface\sap.comtcseccertrevocinterfaceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\mail.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\sap.comtcjejavamail_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\activation.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_jsse.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_smime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\iaik_ssl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\mail-activation-iaik\w3c_http.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.mw.jco\sap.comtcbljrfcimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tccom.sap.conn.jco\sap.comtcbljco_sapj2eeruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tccom.sap.conn.jco\sap.comtcbljco_sapj2eeruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.tc.Logging\sap.comtcloggingstandardimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.util.monitor.jarm\sap.comtcbljarmsatjarmsat.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.util.monitor.jarm\sap.comtcbljarmsatjarmsat.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcantlrruntime.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblconfigimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblcptimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcbljarmjarm.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcblopensqlkernelimplOpenSQLPort.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcjebootstrap_core_libimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\core_lib\sap.comtcsecsecstorefsjavacore.jar;D:\sapdb\programs\runtime\jar\sapdbc.jar;D:\usr\sap\NCE\SYS\global\security\lib\engine\iaik_jce.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ncp\sap.comtci18ncpjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18ndecfloat\sap.comtci18ndecfloatjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tci18nverifyintf\sap.comtci18nverifyintfjarIMPL.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\keystore_api\sap.comtcjekeystore_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\tcseccertrevocinterface\sap.comtcseccertrevocinterfaceimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.guid\sap.comtcblguidgeneratorimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jws_api\jsr181-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxws_api\jaxws-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxws_api\jaxws-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-xjc.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-xjc.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\jaxb20\jaxb-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\jsr173_1.0_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\sjsxp.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\jsr173_1.0_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\stax_api\sjsxp.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\saaj13\saaj-impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxannotationapi\annotation-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeejbmetadatamodel\lib\sap.comtcblejbmetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeorpersistencemetadatamodel\sap.comtcblorpersistencemetadatamodel.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\javaxpersistenceapi\persistence-api-1.0.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\sapxmltoolkit\sap.comtcsapxmltoolkitsapxmltoolkit.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\sap.comtcblbase_webservices_lib.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxm-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxrpc-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxr-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-rt.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcblbase_webservices_lib\jaxws-tools.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjebcanalysis\sap.comtcjebcanalysisimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\ejbormapping_api\sap.comtcjeejbormapping_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx\sap.comtcjejmximplimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\shell\sap.comtcjeshell_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx_notification\sap.comtcjejmx_notificationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\timeout\sap.comtcjetimeoutimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\runtimeinfo\sap.comtcjeruntimeinfoimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\jmx_notification\sap.comtcjejmx_notificationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjmx\sap.comtcblpj_jmxImpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\runtimeinfo\sap.comtcjeruntimeinfoimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\appcontext_api\sap.comtcjeappcontext_apiAPI.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\security_api\sap.comtcjesecurity_apiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsf_api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\ecjavajsftld.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-beanutils.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-collections.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-digester.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\com-sun-commons-logging-api.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajsf\lib\private\ecjavajsf_core.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjej2eedescriptorslib\sap.comtcjej2eedescriptorsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajstl\jstl-1_2.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\ecjavajstl\jstl-1_2.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeexprlangplb\jee5_el.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjeinjectionlib\lib\private\tcjeinjection.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\tcjejaccplb\jacc-1_1-fr-class.zip;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\servlet\servlet.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\classpath_resolver\sap.comtcjeclasspath_resolverimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\services\p4\sap.comtcjep4impl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\interfaces\visual_administration\sap.comtcblvisual_administrationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\compilation_lib\sap.comtcblcompilationimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumecoreimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.core.sda\sap.comtcsecumetpdimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumeapiimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.security.api.sda\sap.comtcsecumepermimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\com.sap.ip.basecomps\sap.comtcblbasecompsimpl.jar;D:\usr\sap\NCE\J03\j2ee\cluster\bin\ext\security.class\sap.comtcsechttps

    Hi,
    Check this: Re: Web Service deployment warning
    Reward points if it's helpful.

  • Error when deploying a simple Entity bean (EJB3) on Glassfich or Sun AS

    Hi,
    After some problems when deploying complex EJB3 Entity bean on GlassFich with a MySQL connector, I have made a simple entity.
    (test with Glassfish and Sun AS with same result)
    With netbean 5.5 => New EJB Module
    File->New->Persistence Unit (and use default values)
    Persistence.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence">
      <persistence-unit name="test" transaction-type="JTA">
       <provider>oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider</provider>
        <jta-data-source>jdbc/sample</jta-data-source>
        <properties>
          <property name="toplink.ddl-generation" value="create-tables"/>
        </properties>
      </persistence-unit>
    </persistence>File->New->Entity Class
    EntityTest.java
    package test;
    import java.io.Serializable;
    import javax.persistence.Entity;
    import javax.persistence.GeneratedValue;
    import javax.persistence.GenerationType;
    import javax.persistence.Id;
    @Entity
    public class EntityTest implements Serializable
        @Id
        @GeneratedValue(strategy = GenerationType.AUTO)
        private Long id;
        /** Creates a new instance of EntityTest */
        public EntityTest()
        public Long getId()
            return id;
        public void setId(Long id)
            this.id = id;
        public String toString()
            //TODO change toString() implementation to return a better display name
            return "" + this.id;
    }Build of project work fine but when I try to deploy (with the 2 servers), I have the error :
    Exception occured in J2EEC Phase
    com.sun.enterprise.deployment.backend.IASDeploymentException: Deployment Error -- null
    at java.util.HashMap$HashIterator.nextEntry(HashMap.java:790)
    at java.util.HashMap$KeyIterator.next(HashMap.java:823)
    at com.sun.enterprise.deployment.backend.EjbModuleDeployer.generatePolicy(EjbModuleDeployer.java:203)
    at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDeployer.java:171)
    at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:169)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:871)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:266)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:739)
    at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)
    at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)

    Yes, the problem is that the ejb-jar must contain at least one ejb component. It's a common misconception that Java Persistence API Entity classes are ejb components but they are NOT. The Java Persistence API was developed within the EJB 3.0 JSR and works very well with EJB but the entity classes themselves are not full-fledged ejb components.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Compilation error when deploying EAR file on standalone OC4J...

    Hi All,
    I am getting the following error when trying to deploy an EAR File describing a web service from the Jdeveloper IDE to the stanalone OC4J server instance.
    ==========================================================
    Uploading file JavaWebServiceEmp-GetDates-WS.ear ...
    Application Deployer for JavaWebServiceEmp-GetDates-WS STARTS.
    Copy the archive to C:\Lester\Testing\JDev10.1.3\oc4j\j2ee\home\applications\JavaWebServiceEmp-GetDates-WS.ear
    Initialize C:\Lester\Testing\JDev10.1.3\oc4j\j2ee\home\applications\JavaWebServiceEmp-GetDates-WS.ear begins...
    Unpacking JavaWebServiceEmp-GetDates-WS.ear
    Done unpacking JavaWebServiceEmp-GetDates-WS.ear
    Unpacking WebServices.war
    Done unpacking WebServices.war
    Initialize C:\Lester\Testing\JDev10.1.3\oc4j\j2ee\home\applications\JavaWebServiceEmp-GetDates-WS.ear ends...
    Starting application : JavaWebServiceEmp-GetDates-WS
    Initializing ClassLoader(s)
    Initializing EJB container
    Loading connector(s)
    Starting up resource adapters
    Initializing EJB sessions
    Committing ClassLoader(s)
    Initialize WebServices begins...
    Initialize WebServices ends...
    Started application : JavaWebServiceEmp-GetDates-WS
    Binding web application(s) to site default-web-site begins...
    Binding WebServices web-module for application JavaWebServiceEmp-GetDates-WS to site default-web-site under context root JavaWebServiceEmp-GetDates-context-root
    Operation failed with error:
    Error compiling :C:\Lester\Testing\JDev10.1.3\oc4j\j2ee\home\applications\JavaWebServiceEmp-GetDates-WS\WebServices: compilation error occurred
    Deployment failed
    Elapsed time for deployment: 1 minute, 50 seconds
    ==========================================================
    Please could somebody help me out with this? Basically I am not able to understand how to deploy the EAR file created under the MyWork folder under jdeveloper\jdev to the applications folder of j2ee\home. I am new to both EAR deployment as well as web services and would like to get a good understanding of the working of a web service which includes SOAP components and the like.
    Any help with regards to building and deploying a web service on standalone OC4J would be appreciated. Thanks a lot.

    Initially I followed the following steps to start up OC4J:-
    Settings :-
    1) Jdeveloper is setup under C:\Lester\Testing as Jdev10.1.3 folder
    2) I downloaded the extended oc4j zip folder and unzipped it under a new folder oc4j at the location C:\Lester\Testing\Jdev10.1.3
    Steps followed to run oc4j and deploy application
    1) Setup a standalone oc4j from the jdeveloper ide giving C:\Lester\Testing\Jdev10.1.3\oc4j as the root folder for oc4j.
    2) While doing step 1 added password and deployed it. Changed server.xml under C:\Lester/Testing/JDev10.1.3/oc4j/j2ee/home/config
    to include the following:-
    <shared-library name="global.libraries" version="1.0" library-compatible="true">
    <code-source path="C:\Lester/Testing/JDev10.1.3/oc4j/j2ee/home/applib"/>
    </shared-library>
    AND
    <java-compiler name="javac" in-process="false" options="-J-Xmx1024m -encoding UTF8" bindir="C:\Jdeveloper\jdk" extdirs="C:\Jdeveloper/jdk" />
    3) Opened a command prompt and went to the location C:\Lester\Testing\JDev10.1.3\oc4j\j2ee\home and ran the following command:-
    --> java -jar oc4j.jar
    4) Deployment: Then I deployed my primewebservice application from command prompt at C:\Lester\Smart Cylinder\Example code\prime\PrimeNumberService>
    using:-
    --> java -jar C:\Lester/Testing/JDev10.1.3/oc4j/j2ee/home/admin.jar ormi://172.20.13.164:8888 oc4jadmin welcome -deploy -file PrimeNumberService.ear -deploymentName DocStyleWebService
    5) Web Binding: Then I bound my primewebservice application from command prompt at C:\Lester\Smart Cylinder\Example code\prime\PrimeNumberService>
    using:-
    --> java -jar C:\Lester/Testing/JDev10.1.3/oc4j/j2ee/home/admin.jar ormi://172.20.13.164:8888 oc4jadmin welcome -bindWebApp DocStyleWebService PrimeNumberService_web http-web-site /docws
    6) Steps 4 and 5 went through without error.
    7) However when trying to access the web service using the following link I get the standard HTTP 404 (Page not found) error:-
    http://localhost:8888/docws/prime
    This was before I tried deploying the web service through jdeveloper IDE.
    I had tried the document web service given at the following link:-
    http://www.oracle.com/technology/sample_code/tech/java/codesnippet/webservices/docservice/index.html
    from the web services how to links
    http://www.oracle.com/technology/sample_code/tech/java/codesnippet/webservices/index.html
    Please could somebody help me out? Also periodically I recieve the ojc.exe not found error when trying to deploy an application using jdeveloper ide. There are two conflicting jdeveloper versions one comes with this exe and one without.
    Message was edited by:
    Lester N

Maybe you are looking for