I unable to run ejb with application client using oc4j j2ee container

Hi,
I have installe oracle9i (1.0.2.2) oc4j j2ee container.
I unable to run the ejbs . please help me how to run ejbs with application client and which files are shall configure.
See the client application is :
public static void main (String []args)
try {
//Hashtable env = new Hashtable();
//env.put("java.naming.provider.url", "ormi://localhost/Demo");
//env.put("java.naming.factory.initial", "com.evermind.server.ApplicationClientInitialContextFactory");
//env.put(Context.SECURITY_PRINCIPAL, "guest");
//env.put(Context.SECURITY_CREDENTIALS, "welcome");
//Context ic = new InitialContext (env);
System.out.println("\nBegin statelesssession DemoClient.\n");
Context context = new InitialContext();
Object homeObject = context.lookup("java:comp/env/DemoApplication");
DemoHome home= (DemoHome)PortableRemoteObject.narrow(homeObject, DemoHome.class);
System.out.println("Creating Demo\n");
Demo demo = home.create();
System.out.println("The result of demoSelect() is.. " +demo.sayHello());
}catch ( Exception e )
System.out.println("::::::Error:::::: ");
e.printStackTrace();
System.out.println("End DemoClient....\n");
When I am running client application I got this type of Exception
java.lang.SecurityException : No such domain/application: sampledemo
at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java : 2040)
at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java : 1884)
at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java : 1491)
at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java : 323)
at com.evermind.server.rmi.RMIContext.lookup(RMIConext.java : 106)
at com.evermind.server.administration.LazyResourceFinder.lookup(LazyResourceFinder.java : 59)
at com.evermind.server.administration.LazyResourceFinder.getEJBHome(LazyResourceFinder.java : 26)
at com.evermind.server.Application.createContext(Application.java: 653)
at com.evermind.server.ApplicationClientInitialContext.getInitialContext(ApplicationClientInitialContextFactory.java :179 )
at javax.naming.spi.NamingManager.getInitialContext(NamingManger.java : 246)
at javax.naming.InitialContext.getDefaultInitialCtx(InitialContext.java : 246)
at javax.naming.InitialContext.init(InitialContext.java : 222)
at javax.naming.InitialContext.<init>(InitialContext.java : 178)
at DemoClient.main(DemoClient.java : 23)
.ear file is copied into applications directory.
I have configured server.xml file like this
<application name="sampledemo" path="../applications/demos.ear" />
demos.ear file Contains following files
application.xml
demobean.jar
Manifest.mf
demobean.jar file contains following files
application-client.xml
Demo.class
DemoBean.class
DemoHome.class
ejb-jar.xml
jndi.properties
Mainifest.mf
Please give me your valuable suggestions. Which are shall i configure .
Thanks & Regards,
Badri

Hi Badri,
ApplicationClientInitialContextFactory is for clients which got deployed inside OC4J container..
For looking up EJB from a stand alone java client please use RMIInitialContextFactory..So please change ur code....
Also please check ur server.xml
Since you have specified your ejb domain as "sampledemo"
you have to use that domian only for look up..But it seems that you are looking up for "Demo" domain instead of "sampledemo" domain...So change your code to reflect that..
Code snippet for the same is :
Hashtable env = new Hashtable();
env.put("java.naming.provider.url", "ormi://localhost/sampledemo");
env.put("java.naming.factory.initial", "om.evermind.server.rmi.RMIInitialContextFactory");
env.put(Context.SECURITY_PRINCIPAL, "guest");
env.put(Context.SECURITY_CREDENTIALS, "welcome");
Context ic = new InitialContext (env);
Hope this helps
--Venky                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • IBM Client Access ODBC Driver DB2/400 SQL7017 Unable to run statement with specified commit level #-7017

    Changed IBM As/400 system from V4R5 to V5R2 and now get this message when using Access to link to external database the same exact settings on everything I can determine on all computers. 
    IBM Client Access ODBC Driver DB2/400 SQL7017 Unable to run statement with specified commit level #-7017
    I have Commit immediate = *NONE in the Advanced Server Options in ODBC Data Source Administrator. It shows the AS/400 files in the Link Tables list and allows me to add it to the Access table objects, but when I try to open it in datasheet view I get that
    error.
    What am I missing?

    Ouch. That's a lot of paste...
    INFO: PATH = C:\oracle\product\10.2.0\client_2;C:\oracle\product\10.2.0
    \client_1;T:\SDCHS20N440\Oracle\agent10g\jlib;T:\SDCHS20N440
    \Oracle\agent10g\bin
    INFO: The flags set for this home (T:\SDCHS20N440\Oracle\agent10g) are:clean
    SEVERE: Abnormal program termination. An internal error has occured. Please
    provide the following files to Oracle Support : I wonder how "T:" is involved. Looks like you got a management agent on a network drive. If so, is this Home registered with the oraInventory on your machine? Can you try the same install on a machine without any previous Oracle software installed?

  • How to run ejb application OC4J J2EE Container

    Hi all,
    I unable run ejb applications in OC4J J2EE Container.
    I have configure following files.
    in config directory
    Server.xml
    I have .ear file if configured in server.xml. this .ear copied into home/application directory
    I have create following deployment discriptor file.
    in META-INF for ejb.
    ejb-jar.xml
    application.xml
    I have specify all ejb classes details in ejb-jar.xml
    Please help me .How to run ejbs with jsp and application client.Which files shall i configure.
    Thnaks,

    Hi all,
    I unable run ejb applications in OC4J J2EE Container.
    I have configure following files.
    in config directory
    Server.xml
    I have .ear file if configured in server.xml. this .ear copied into home/application directory
    I have create following deployment discriptor file.
    in META-INF for ejb.
    ejb-jar.xml
    application.xml
    I have specify all ejb classes details in ejb-jar.xml
    Please help me .How to run ejbs with jsp and application client.Which files shall i configure.
    Thnaks,

  • Unable to run an OA Application in Oracle JDeveloper10g

    Hi friends
    I am unable to run an OA Application I am getting the following error.
    Can any one help me in this regard.
    I am getting the following error
    500 Internal Server Error
    java.lang.IllegalStateException: No DBC file specified
    at oracle.apps.fnd.common.DBC.intialize(DBC.java:169)
    at oracle.apps.fnd.common.DBC.getFileName(DBC.java:93)
    at oracle.apps.fnd.common.WebRequestUtil.getDBC(WebRequestUtil.java:176)
    at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:203)
    at OAErrorPage.jspService(_OAErrorPage.java:62)
    [OAErrorPage.jsp]
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
    at OA.jspService(_OA.java:115)
    [OA.jsp]
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:662)
    I added the .dbc file and also connected to database but still getting the above error

    HI,
    First of all i would request you not to create more than one thread for the same issue. we guys need to maintain this forum etiquette. I hope u can understand it.
    About ur issue....let me know the location where u have kept the .DBC file in local directory.
    Regards,
    Gyan

  • How to run the oracle application cleint using static ip or domain please e

    How to run the oracle application cleint using static ip or domain please explain me.
    i am not able to run oracle forms in client machine how to run it please explain me
    Please give me detail regarding that
    any body please help me.
    my mail id::::: [email protected]

    You did not mention exactly which Forms version you are using so it will be difficult to offer specific help. However, you did mention Forms 9i. ALL "9i" releases were desupported long ago, so find software or documentation are becoming more difficult.
    Here is the Deployment Guide for Forms 10.1.2
    http://download.oracle.com/docs/cd/B19375_07/doc/frs/forms/B14032_03/toc.htm
    Here are some technical reference for Forms 9.0.x
    http://www.oracle.com/technology/products/forms/techlisting9i.html

  • I have samsung corby gts3653 mobile and need to connect internet to mac through it but it doesn't have wifi and pcsuite for mac and how could i able to connect it through gprs? GPRS is active in mobile but unable to link it with macbook pro(using lion os)

    i have samsung corby gts3653 mobile and need to connect internet to mac through it but it doesn't have wifi and pcsuite for mac and how could i able to connect it, through gprs? GPRS is active in mobile but unable to link it with macbook pro(using lion os) can any one reply.

    Until the MacBook Air was released and supported in 10.5, the Mac did not consider USB to be a valid Networking Protocol. So set the Mac with USB solutions aside.
    To connect computer-to-computer, you typically need to be using an Ethernet crossover cable. Assigning the same address to two Ethernet devices is never the solution -- it gives a Network Conflict, just as you said.
    If your Windows box has some mechanism for Sharing its WiFi connection over Ethernet, you would have to follow its rules. Whether that means Manually assigning an Ethernet Address in the same range or the PC will provide the Address, I do not know.
    Best success may be running an Ethernet cable to your Wired/Wireless Base Station, or using a "gaming adapter" (Ethernet-to-Wireless no drivers required) connected to the Mac's Ethernet port to give it WiFi access. What is your Base Station {Cable, DSL, FIOS, Other} ? Ethernet cables can be up to 100 meters (an American Football Field). Often the Base Station can be moved closer for more convenience.

  • Exception when trying to run an Web Application that uses a Web service

    Hello All,
    I get an exception when trying to run an Web Application that uses a Web service. The web application is a WebDynpro Application.(an application similar to the one "Using an Email Web Service in Web Dynpro" in the tutorial section of Web Dynpro but using a different web service)
    The exception is
    <b>Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found.</b>
    Could anyone give me an idea on what might be the problem ?
    Regards,
    Loveline.

    Hello,
    Like you said it was the problem with url.
    The webservice I used is actually running on the local machine (where the NetWeaver developer studio is installed); so in the url I had specified localhost. But I deployed the application on another server(SAP J2EE Engine). That is why it didn't work. On changing the url as required, the application is working fine.
    Thanks !
    Regards,
    Loveline.

  • HPDM using WOL with thin clients using WES8

    When using HPDM 4.6 with t620 clients using WES8, the Wake on LAN option does not work.It makes it impossible to do settings and deployments outside office hours.How can this be fixed?

    Hi,
    Thin clients normally have a low memory allocation on the video card (8mb to 16MB) so this can be a problem.  Check to see if you can change this in the BIOS on the WYSE.  If not connect at 256 Colours to reduce this.  If you have pictures linked to products then their resolution will not be good but for SAP itself the difference is small.  Also rename the SAPSS.AVI to .old if you have not already done so so that the splash screen does not come up when logging in.
    In my multimedia testing on thin clients, unrelated to SBO, I found that both memory and processor power made a huge difference, which is contrary to thin client manufacturer claims.  As an example I used a 200MHz/64MB TC for a flash application and sound was about 3 seconds behind the image and the image update would skip 3 to 5 frames when updating.  Moving to a 800Mhz/128MB TC The frame refresh rate was almost perfect and the sound was only about 0.5 seconds behind.  I would therefore test on a more powerful thin client to see if it improves performance.
    The S30 is a 400MHz (rated @ 533 on performance by AMD).   Try a 1GHz TC with the maximum Video memory you can find.
    We are currently using VXL Itona 800Mhz/128MB and do not experience too much rolling but we are using 256 colours.
    Hope this helps.

  • How GET Output to Excel with Oracle9i Report using OC4J

    how GET Output to Excel with Oracle9i Report using OC4J.
    I FINISHED THE SETPS CONCIDERING THE JSP CODE NEEDED TO GET THE EXCEL OUTPUT ON LOCAL MACHINE.
    I NEED TO PUBLISH THIS REPORT THROUGH APPLICATION SERVER.
    THE QUESTION IS:
    1- HOW TO START AN OC4J INSTANCE FROM ORACLE 9I DS FOR THIS REPORT?
    2- WHERE (PATH) TO PUBLISH THE REPORT ON THE APPLICATION SERVER?
    3- WHAT IS THE DEFAULT URL TO RUN THIS REPORT AND WHERE TO PUT IT?
    4- HOW TO MAKE MAPPING FOR DIRECOTRY PATH TO TRANSLATED AS URL FOR THIS REPORT?
    5- IF ANY ONE CAN GIVE ME THE FULL CODE TO RUN AND CALL SIMPLE JSP REPORT TO BE VIED IN INTERNET EXPLORER.
    THANK YOU

    Hi,
    I can't answer to all your questions, however I can tell you that:
    2) The directory where to put the report file is specifiend in a file named
    <serverName>.conf
    in the sourceDire property
    <property name="sourceDir" value="/directory/dove/mettere/i/report"/>
    that you can find under ORACLE_HOME/reports/conf
    3) The URL is
    http://<server IAS address>:<port number>/<jsp file path>/<repName>.jsp?server=<report server name>&userid=<user>/<pwd>@<DB conn string>[&<param>=<valore>[&...]]
    5) In IE you have only to set the previous URL in the address bar.
    Hope this helps you
    Bye
    Raffy

  • How to run EJB with JSP as client on TOMCAT - JBOSS server

    Hi all,
    I am having my EJB component successfully deployed on JBOSS server. My core-java client is able to access the same. But when I use the JSP page which is on Tomcat server, I am getting following exception. Please help me out.
    Exception Report:
    org.apache.jasper.JasperException: sealing violation
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.load(JspServlet.java:125)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:161)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:171)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:328)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:251)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:977)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:196)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:977)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2041)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
         at org.apache.catalina.valves.ValveBase.invokeNext(ValveBase.java:242)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:414)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:975)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:159)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:977)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:818)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:897)
         at java.lang.Thread.run(Thread.java:484)
    Root Cause:
    java.lang.SecurityException: sealing violation
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at org.apache.catalina.loader.StandardClassLoader.findClass(StandardClassLoader.java:648)
         at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:987)
         at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:906)
         at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:136)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
         at java.lang.Class.newInstance0(Native Method)
         at java.lang.Class.newInstance(Class.java:237)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.load(JspServlet.java:123)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:161)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:171)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:328)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:251)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:977)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:196)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:977)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2041)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
         at org.apache.catalina.valves.ValveBase.invokeNext(ValveBase.java:242)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:414)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:975)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:159)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:977)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:818)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:897)
         at java.lang.Thread.run(Thread.java:484)
    Please let me know what the problem is as I am new to EJB.
    Thanx a lot
    Unmesh

    Hi
    Even i have the same problem...
    i have deployed the ejb in jboss..
    but i cannot even run the core-java client program
    can u pls mail me the code...
    and the directory path
    thanks a lot
    cheers
    simreen

  • Unable to run Gantt test application on Netweaver CE

    Hi,
    I am unable to run webdynprotest_gantt on Netweaver CE enviornment. I am getting below error.
    Processing HTTP request to servlet [dispatcher] finished with error. The error is: com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/_webdynpro_test_gantt' and application 'com' is not deployed on the server. Please check the used URL for typos.
    at com.sap.tc.webdynpro.clientserver.task.Task.getApplicationDeployableObjectPart(Task.java:385)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.initApplicationDeployableObjectPart(RequestManager.java:531)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.initTask(RequestManager.java:453)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doInitWdEnvironment(RequestManager.java:148)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:203)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:192)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
    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:152)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.tc.webdynpro.services.sal.deployment.api.WDDeploymentException: Failed to get deployable object part for application 'com' of deployable object 'local/_webdynpro_test_gantt'.
    at com.sap.tc.webdynpro.serverimpl.core.deployment.AbstractDeployableObject.getApplication(AbstractDeployableObject.java:91)
    at com.sap.tc.webdynpro.clientserver.task.Task.getApplicationDeployableObjectPart(Task.java:383)
    ... 43 more
    May I know if I am missing any LIB or sCAs?
    Here is the trace for jnet applet
    Java Plug-in 1.5.0_15
    Using JRE version 1.5.0_15 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\ritesh.mehta
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    <<<--- Applet.destroy(): AppWin0/JNET --->>>
    <<<--- EXIT for AppWin0/JNET --->>>
    ACF 7.1000.0.80
    UR L&F version: 7.1000.0.10
    ACF | performance | 13h48m14s859ms | # 3 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | end init, complete acf time: | -2434030589499
    ACF | performance | 13h48m14s968ms | # 3 | Thread-6403 | id AEGB.TestAppView.Gantt1 | end invoke, complete acf time: | 328
    <<<--- Applet.destroy(): AppWin0/JNET --->>>
    <<<--- EXIT for AppWin0/JNET --->>>
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | controlID: "AEGB.TestAppView.Gantt1"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | delegateWrapper: "com.sap.tc.webdynpro.network.GanttDelegateWrapper"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | locale: "en"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | jsPrefix: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | traceLevel: "INFO"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | clientSideMassDataCheck: "false"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | DEBUG_PARAM: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | align: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | alt: "Due to browser or system restrictions, this active component (applet) cannot be installed, executed or displayed"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | archive: "../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/JNetAppPro.jar,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_webdynpro_networkN.jar,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/JNetAppGantt.jar,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_plaf_ur_themes.jar"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | code: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | codeBase: "./"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | height: "600"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | hspace: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | legacy_lifecycle: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | mayscript: "true"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | name: "AEGB.TestAppView.Gantt1"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | scriptable: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | type: "application/x-java-applet;jpi-version=1.4.1"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | vspace: "null"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | width: "1424"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | ACF impl version = "7.1003.20071010221049.0000"
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | ACF initialized, instance: #4
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | classloader: sun.plugin.security.PluginClassLoader@a7dd39
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | document base: http://odwxpws1:50000/webdynpro/dispatcher/local/_webdynpro_test_gantt/Test1?SAPtestId=21&sap-wd-clienttrace=3
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | code base (call): http://odwxpws1:50000/webdynpro/dispatcher/local/_webdynpro_test_gantt/
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.traceInfos | could not read manifest: AccessControlException caught: access denied (java.lang.RuntimePermission getProtectionDomain)
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.init | can not override dom and sax version
    ACF | INFO | 13h49m23s250ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | AcfApplet.init | createNewDelegate
    ACF 7.1000.0.80
    ACF | INFO | 13h49m23s312ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | Acf2Delegate.checkSource | AccessControlException caught, can not check source, ACF is probably unsigned: access denied (java.lang.RuntimePermission getProtectionDomain)
    ACF | INFO | 13h49m23s312ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | GanttDelegateWrapper.getDelegate | calling JGanttApplet constructor, tracelevel: 3
    JNet 1.1034.7286
    Built on:
      Date: 13-Oct-2007 19:14:02
      Host: pwdfm193
      VM: Java HotSpot(TM) Client VM 1.4.2_14-b05 (Sun Microsystems Inc.)
      P4 Server: perforce3002.wdf.sap.corp:3002
      Changelist: 459598
      DC Release: 7.10
      Make Release: 710_VAL_REL
    Built with:
      Source Version: 1034
      Changelist: $Change: 459598 $
      Revision: $Revision: #10 $
      From: $DateTime: 2007/08/28 01:12:01 $
    Running on:
      ACF=true
      os.name = 'Windows XP'
      os.version = '5.1'
      java.vendor = 'Sun Microsystems Inc.'
      java.vm.name = 'Java HotSpot(TM) Client VM'
      java.vm.version = '1.5.0_15-b04'
      java.vm.vendor = 'Sun Microsystems Inc.'
      path.separator = ';'
      file.separator = '\'
      freeMem : 3959688
      totlMem : 17473536
      Rng Mode: Applet=false, Bean=false, Interactive=false
    ACF | INFO | 13h49m23s390ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.constructor | no debug object present
    ACF | INFO | 13h49m23s406ms | # 4 | thread applet-com.sap.tc.webdynpro.ace.AcfApplet.class | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: postToAWT, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DEBUG_PARAM, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TRACELEVEL, value: "3"
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TRACELEVEL, value: "3"
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_URL, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_HOST, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PROTOCOL, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PORT, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PATH, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_ENCODING, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_SESSION_ID_METHOD, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_RESERVED1, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_RESERVED2, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_ENCODING, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: OUTPUT_ENCODING, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_TYPEREPOSITORY, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_APPLICATION, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_USERINTERFACE, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_GRAPH, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOADGUID, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: STOREINITIALDATA, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FN_TMP, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FN_HTML, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: APPNAME, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENT_HANDLER, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FRAME, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENTS, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JAVA_EVENTS, value: "*"
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JAVA_EVENTS, value: "*"
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: HTTP_EVENTS, value is null
    ACF | INFO | 13h49m23s406ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IGS_HOST, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IGS_PORT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOOK_AND_FEEL, value: "UR_tradeshow"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOOK_AND_FEEL, value: "UR_tradeshow"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_LANGUAGE, value: "en"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_LANGUAGE, value: "en"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_COUNTRY, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_VARIANT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: NO_JS, value: "X"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: NO_JS, value: "X"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVLET_MODE, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_FORMAT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_FILENAME, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_PROPERTIES, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVLET_DOCBASE, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: APP_LOAD_LAST, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: PROPERTIES, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_NAME, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_HREF, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_TARGET, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_ALT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: MODEL_DIRTY_EVENTS, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RAW_DATA, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: CLIPBOARD_POLICY, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: WAIT_FOR_DATA, value: "TRUE"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: WAIT_FOR_DATA, value: "TRUE"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: STRICT_TYPE_RETRIEVAL, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: REPLY_MODE, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SAVE_POLICY, value: "SEND_EVENT"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SAVE_POLICY, value: "SEND_EVENT"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: XML_OUTPUT_PROPERTIES, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TIMEOUT_WAIT_COMMAND_RESULT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: OUTPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RESOURCE_POLICY, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_MONITORING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: EVENT_QING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LAYOUTER_THREAD, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TIMEOUT_DOUBLECLICK, value: "500"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TIMEOUT_DOUBLECLICK, value: "500"
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SESSION_ID, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RENDERING_HINTS, value is null
    With Permissions:
      [SYSTEM_PROPERTIES]=false
      [JAVA_RUNTIME]=false
      [LOCAL_FILES]=false
      [NET]=false
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getCodeBase | base url not set yet, return original code base: http://odwxpws1:50000/webdynpro/dispatcher/local/_webdynpro_test_gantt/
      [SOCKETS]=false
      [AWT]=false
      [CLIPBOARD]=false
      [SERVER_SAVE]=false
      [DOM_BUILDER]=true
    Using parameters:
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DEBUG_PARAM, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: debug_param, value is null
       0: DEBUG_PARAM = ''
       1:*TRACELEVEL = '3'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_URL, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_url, value is null
       2: SERVER_URL = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server, value is null
       3: SERVER = 'cgi-bin/jnet-cgi.exe'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_HOST, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_host, value is null
       4: SERVER_HOST = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PROTOCOL, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_protocol, value is null
       5: SERVER_PROTOCOL = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PORT, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_port, value is null
       6: SERVER_PORT = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_PATH, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_path, value is null
       7: SERVER_PATH = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_ENCODING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_encoding, value is null
       8: SERVER_ENCODING = 'UTF-8'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_SESSION_ID_METHOD, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_session_id_method, value is null
       9: SERVER_SESSION_ID_METHOD = 'URL'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_RESERVED1, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_reserved1, value is null
      10: SERVER_RESERVED1 = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVER_RESERVED2, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: server_reserved2, value is null
      11: SERVER_RESERVED2 = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_ENCODING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: input_encoding, value is null
      12: INPUT_ENCODING = 'UTF-8'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: OUTPUT_ENCODING, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: output_encoding, value is null
      13: OUTPUT_ENCODING = 'UTF-8'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data, value is null
      14: DATA = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_TYPEREPOSITORY, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data_typerepository, value is null
      15: DATA_TYPEREPOSITORY = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_APPLICATION, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data_application, value is null
      16: DATA_APPLICATION = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_USERINTERFACE, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data_userinterface, value is null
      17: DATA_USERINTERFACE = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: DATA_GRAPH, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: data_graph, value is null
      18: DATA_GRAPH = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOADGUID, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: loadguid, value is null
      19: LOADGUID = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: STOREINITIALDATA, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: storeinitialdata, value is null
      20: STOREINITIALDATA = 'false'
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FN_TMP, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: fn_tmp, value is null
      21: FN_TMP = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FN_HTML, value is null
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: fn_html, value is null
      22: FN_HTML = ''
    ACF | INFO | 13h49m23s421ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: APPNAME, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: appname, value is null
      23: APPNAME = 'JNET'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENT_HANDLER, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: js_event_handler, value is null
      24: JS_EVENT_HANDLER = 'jnetEvent'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: FRAME, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: frame, value is null
      25: FRAME = '800,600'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENTS, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: js_events, value is null
      26: JS_EVENTS = 'JNET_INITIALIZED,TRACELEVEL_CHANGED,NODE_DOUBLE_CLICKED'
      27:*JAVA_EVENTS = '*'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: HTTP_EVENTS, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: http_events, value is null
      28: HTTP_EVENTS = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IGS_HOST, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: igs_host, value is null
      29: IGS_HOST = 'localhost'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IGS_PORT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: igs_port, value is null
      30: IGS_PORT = '8030'
      31:*LOOK_AND_FEEL = 'UR_tradeshow'
      32:*LOCALE_LANGUAGE = 'en'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_COUNTRY, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: locale_country, value is null
      33: LOCALE_COUNTRY = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: LOCALE_VARIANT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: locale_variant, value is null
      34: LOCALE_VARIANT = ''
      35:*NO_JS = 'X'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVLET_MODE, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: servlet_mode, value is null
      36: SERVLET_MODE = 'IMAGE'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_FORMAT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: image_format, value is null
      37: IMAGE_FORMAT = 'PNG'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_FILENAME, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: image_filename, value is null
      38: IMAGE_FILENAME = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGE_PROPERTIES, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: image_properties, value is null
      39: IMAGE_PROPERTIES = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SERVLET_DOCBASE, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: servlet_docbase, value is null
      40: SERVLET_DOCBASE = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: APP_LOAD_LAST, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: app_load_last, value is null
      41: APP_LOAD_LAST = 'false'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: PROPERTIES, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: properties, value is null
      42: PROPERTIES = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_NAME, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: imagemap_name, value is null
      43: IMAGEMAP_NAME = 'JNetImageMap'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_HREF, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: imagemap_href, value is null
      44: IMAGEMAP_HREF = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_TARGET, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: imagemap_target, value is null
      45: IMAGEMAP_TARGET = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: IMAGEMAP_ALT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: imagemap_alt, value is null
      46: IMAGEMAP_ALT = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: MODEL_DIRTY_EVENTS, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: model_dirty_events, value is null
      47: MODEL_DIRTY_EVENTS = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RAW_DATA, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: raw_data, value is null
      48: RAW_DATA = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: CLIPBOARD_POLICY, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: clipboard_policy, value is null
      49: CLIPBOARD_POLICY = 'STRICT'
      50:*WAIT_FOR_DATA = 'TRUE'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: STRICT_TYPE_RETRIEVAL, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: strict_type_retrieval, value is null
      51: STRICT_TYPE_RETRIEVAL = 'FALSE'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: REPLY_MODE, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: reply_mode, value is null
      52: REPLY_MODE = 'STRING'
      53:*SAVE_POLICY = 'SEND_EVENT'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: XML_OUTPUT_PROPERTIES, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: xml_output_properties, value is null
      54: XML_OUTPUT_PROPERTIES = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: TIMEOUT_WAIT_COMMAND_RESULT, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: timeout_wait_command_result, value is null
      55: TIMEOUT_WAIT_COMMAND_RESULT = '3'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: input_compression, value is null
      56: INPUT_COMPRESSION = 'IMPLICIT'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: OUTPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: output_compression, value is null
      57: OUTPUT_COMPRESSION = 'NONE'
      58:*RESOURCE_POLICY = 'JAR_ONLY'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_MONITORING, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: input_monitoring, value is null
      59: INPUT_MONITORING = '1'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: EVENT_QING, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: event_qing, value is null
      60: EVENT_QING = '0'
      61:*LAYOUTER_THREAD = 'CURRENT'
      62:*TIMEOUT_DOUBLECLICK = '500'
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: SESSION_ID, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: session_id, value is null
      63: SESSION_ID = ''
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: RENDERING_HINTS, value is null
    ACF | INFO | 13h49m23s437ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: rendering_hints, value is null
      64: RENDERING_HINTS = ''
    UR L&F version: 7.1000.0.10
    ACF | INFO | 13h49m23s500ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: JS_EVENTS, value is null
    ACF | INFO | 13h49m23s500ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: js_events, value is null
    Event[JavaScript]: JNET_INITIALIZED
    Event[JavaScript]: TRACELEVEL_CHANGED
    Event[JavaScript]: NODE_DOUBLE_CLICKED
    Event[Java]: *
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: HTTP_EVENTS, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: http_events, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: EVENT_QING, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: event_qing, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: INPUT_COMPRESSION, value is null
    ACF | INFO | 13h49m23s515ms | # 4 | AWT-EventQueue-9 | id AEGB.TestAppView.Gantt1 | DelegateAppletStub.getParameter | parameter: input_compression, value is null
    loadRes(com/sap/jnet/TypeRepository.xml,-1,-1,0)
    loadRes.2: name=com/sap/jnet/TypeRepository.xml, is=java.util.zip.ZipFile$2@48f675
    <SAPJNetData version="1.0">
         <TypeRepository id="jnet" version="1.0">
              <COLOR>
                   <!-- the pre-defined Java colours are also pre-defined in JNet.
                        They can be referenced by their Java names, but with major
                        first letter and minor rest...
                        "Color.BLACK" in Java is "Black" in JNet.
                     -->
                   <type name="JNetBackground" >
                        <rgb>250,250,250</rgb>
                   </type>
                   <type name="None" >
                        <rgb>-1,-1,-1</rgb>
                   </type>
                   <!-- SAP colours: see SAP Branding.doc / Colour palette -->
                   <type name="SAPBlue" >
                        <rgb>0,51,102</rgb>
                   </type>
                   <type name="SAPGold" >
                        <rgb>255,153,0</rgb>
                   </type>
                   <type name="SAPGray" >
                        <rgb>153,153,153</rgb>
                   </type>
                   <type name="SAP697" >     <!-- dark red -->
                        <rgb>153,51,51</rgb>
                   </type>
                   <type name="SAP364" >     <!-- dark green -->
                        <rgb>51,102,51</rgb>
                   </type>
                   <!--     The UR Semantic Colours:
                             These colour will be overloaded at runtime by the
                             current theme values (if JNet runs under WebDynpro)
                   -->
                   <type name="URCOLOR.STANDARD" >
                        <rgb>255,255,255</rgb>
                   </type>
                   <type name="URCOLOR.ALTERNATING" >
                        <rgb>233,238,244</rgb>
                   </type>
                   <type name="URCOLOR.TRANSPARENT" >
                        <rgb>0,255,255,255</rgb>
                   </type>
                   <type name="URCOLOR.NEGATIVE" >
                        <rgb>255,103,88</rgb>
                   </type>
                   <type name="URCOLOR.POSITIVE" >
                        <rgb>186,238,154</rgb>
                   </type>
                   <type name="URCOLOR.TOTAL" >
                        <rgb>255,248,67</rgb>
                   </type>
                   <type name="URCOLOR.SUBTOTAL" >
                        <rgb>255,251,140</rgb>
                   </type>
                   <type name="URCOLOR.SUBTOTAL_LIGHT" >
                        <rgb>255,253,191</rgb>
                   </type>
                   <type name="URCOLOR.BADVALUE_DARK" >
                        <rgb>255,103,88</rgb>
                   </type>
                   <type name="URCOLOR.BADVALUE_MEDIUM" >
                        <rgb>255,128,115</rgb>
                   </type>
                   <type name="URCOLOR.BADVALUE_LIGHT" >
                        <rgb>255,152,140</rgb>
                   </type>
                   <type name="URCOLOR.CRITICAL" >
                        <rgb>250,242,176</rgb>
                   </type>
                   <type name="URCOLOR.CRITICALVALUE_DARK" >
                        <rgb>251,166,67</rgb>
                   </type>
                   <type name="URCOLOR.CRITICALVALUE_MEDIUM" >
                        <rgb>253,187,113</rgb>
                   </type>
                   <type name="URCOLOR.CRITICALVALUE_LIGHT" >
                        <rgb>254,204,142</rgb>
                   </type>
                   <type name="URCOLOR.GOODVALUE_DARK" >
                        <rgb>148,216,143</rgb>
                   </type>
                   <type name="URCOLOR.GOODVALUE_MEDIUM" >
                        <rgb>171,237,165</rgb>
                   </type>
                   <type name="URCOLOR.GOODVALUE_LIGHT" >
                        <rgb>198,249,193</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_HIGHLIGHTED" >
                        <rgb>151,179,209</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_HIGHLIGHTED_LIGHT" >
                        <rgb>163,193,225</rgb>
                   </type>
                   <type name="URCOLOR.KEY_MEDIUM" >
                        <rgb>166,229,244</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_LEVEL1" >
                        <rgb>183,207,232</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_LEVEL2" >
                        <rgb>195,214,235</rgb>
                   </type>
                   <type name="URCOLOR.GROUP_LEVEL3" >
                        <rgb>213,227,242</rgb>
                   </type>
    <type name="URCOLOR.MARKED" >
         <rgb>255,120,0</rgb>
    </type>
                   <type name="URCOLOR.POPIN" >
                        <rgb>212,218,225</rgb>
                   </type>
                   <type name="URCOLOR.DISABLED" >
                        <rgb>232,235,238</rgb>
                   </type>
    <type name="URCOLOR.TODAY" >
         <rgb>75,135,185</rgb>
    </type>
                   <type name="URCOLOR.SELECTED1" >
                        <rgb>187,221,221</rgb>
                   </type>
                   <type name="URCOLOR.SELECTED2" >
                        <rgb>246,243,135</rgb>
                   </type>
                   <type name="URCOLOR.SELECTED3" >
                        <rgb>195,221,174</rgb>
                   </type>
                   <type name="URCOLOR.SELECTED4" >
                        <rgb>246,103,103</rgb>
                   </type>
                   <type name="URCOLOR.SELECTED5" >
                        <rgb>253,187,113</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_METAL" >
                        <rgb>220,220,220</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_PEACH" >
                        <rgb>248,229,200</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_BLUE" >
                        <rgb>208,225,235</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_ROSE" >
                        <rgb>232,218,225</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_PURPLE" >
                        <rgb>233,219,240</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_AQUA" >
                        <rgb>197,234,238</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_TEAL" >
                        <rgb>204,227,227</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_YELLOW" >
                        <rgb>239,239,176</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_BROWN" >
                        <rgb>229,224,193</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_DEFAULT" >
                        <rgb>230,233,220</rgb>
                   </type>
                   <type name="URCOLOR.CALENDAR_GREEN" >
                        <rgb>214,236,174</rgb>
                   </type>
                   <!--     Predefined colours for UGSapNode's
                              Don't change these values (must be in sync with
                                         corresponging RGBs in com.sap.jnet.u.g.UGSapNode.java
                   -->
                   <type name="SAPColor.UGSapNode.Default">
                        <rgb>215,216,208</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Aqua">
                        <rgb>135,236,237</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Teal">
                        <rgb>126,223,213</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Yellow">
                        <rgb>246,231,69</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Brown">
                        <rgb>215,216,123</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Green">
                        <rgb>197,241,113</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Metal">
                        <rgb>205,205,208</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Peach">
                        <rgb>249,200,122</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Blue">
                        <rgb>157,210,240</rgb>
                   </type>
                   <type name="SAPColor.UGSapNode.Rose">
                        <rgb>238,164,201</rgb>
                   </type>
                   

    Hi,
    No progress yet. it seems everything is fine in code but there could be some issue with browser.
    When i view the source of application in browser, i found below code:
    out of which alt="Due to browser or system restrictions, this active component (applet) cannot be installed, executed or displayed"
    is important.
    Let me know your inputs.
    Best Regards,
    Ritesh
    <div style="position: absolute; top: 22px; left: 8px; width: 300px; height: 300px;">
    <span id="DELL.SampleJNETView.Network-r" tabindex="-1">
    <object id="DELL.SampleJNETView.Network" height="100%" width="100%" alt="*Due to browser or system restrictions, this active component (applet) cannot be installed, executed or displayed"* classid="java:com.sap.tc.webdynpro.ace.AcfApplet.class" name="DELL.SampleJNETView.Network" ct="AP" tabindex="-1">
    <param value="application/x-java-applet;jpi-version=1.4.1" name="type"/>
    <param value="./" name="codebase"/>
    <param value="../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_webdynpro_networkN.jar,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_plaf_ur_themes.jar" name="archive"/>
    <param value="true" name="mayscript"/>
    <param value="DELL.SampleJNETView.Network" name="ControlId"/>
    <param value="0" name="TraceLevel"/>
    <param value="com.sap.tc.webdynpro.network.NetworkDelegateWrapper" name="delegateWrapper"/>
    <param value="en" name="locale"/>
    <param value="true" name="disableHook"/>
    <param value="DELL.SampleJNETView.Network" name="AdapterId"/>
    <param value="true" name="manualUnlock"/>
    <param value="false" name="codebase_lookup"/>
    <param value="../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_webdynpro_networkN.jar;2007.1016.1356.01,../../../../webdynpro/resources/sap.com/tc~wd~dispwda/global/activeComp/com_sap_tc_plaf_ur_themes.jar;2007.1016.1356.01" name="cache_archive_ex"/>
    <param value="UR_tradeshow" name="LOOK_AND_FEEL"/>
    <param value="500" name="TIMEOUT_DOUBLECLICK"/>
    <param value="*" name="JAVA_EVENTS"/>
    <param value="SEND_EVENT" name="SAVE_POLICY"/>
    <param value="X" name="NO_JS"/>
    <param value="TRUE" name="WAIT_FOR_DATA"/>
    <param value="true" name="disableHook"/>
    <param value="true" name="disableDelta"/>
    <param value="en" name="LOCALE_LANGUAGE"/>
    </object>
    </span>
    </div>

  • Unable to Run/Deploy the Application

    JDev 11.1.2.1.0 ADF BC
    I am unable to run my application and it gives the below log:
    *** Using HTTP port 7101 ***
    *** Using SSL port 7102 ***
    C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1112\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Sahar Hassan\sqljdbc4.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\native;C:\Oracle\MIDDLE~1\patch_jdev1112\profiles\default\native;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;D:\oracle\product\10.2.0\db_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    *  To start WebLogic Server, use a username and   *
    *  password assigned to an admin-level user.  For *
    *  server administration, use the WebLogic Server *
    *  console at http:\\hostname:port\console        *
    starting weblogic with Java version:
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b50)
    Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client   -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Users\ADMINI~1\AppData\Local\Temp\trustStore4013408576188156013.jks -Doracle.jdeveloper.adrs=true -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none  -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server  -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\carml  -Digf.arisidstack.home=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\ADMINI~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.81\DEFAUL~1\oracle\store\gmds   -Dweblogic.management.discover=true  -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1112\profiles\default\sysext_manifest_classpath  weblogic.Server
    <Jun 19, 2012 4:43:24 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 19, 2012 4:43:24 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 19, 2012 4:43:24 PM IST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\lib\sqljdbc4.jar>
    <Jun 19, 2012 4:43:25 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 19.1-b02 from Sun Microsystems Inc.>
    <Jun 19, 2012 4:43:27 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Jun 19, 2012 4:43:27 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 19, 2012 4:43:27 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jun 19, 2012 4:43:27 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jun 19, 2012 4:43:27 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00019. Log messages will continue to be logged in C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Jun 19, 2012 4:43:27 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Jun 19, 2012 4:43:31 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <MessageLocalizationHelper> <getLocalizedMessage> The resource for bundle "oracle.jrf.i18n.MBeanMessageBundle" with key "oracle.jrf.JRFServiceMBean.checkIfJRFAppliedOnMutipleTargets" cannot be found.
    <Jun 19, 2012 4:43:36 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jun 19, 2012 4:43:36 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <CodebasePolicyHandler> <migrateDeploymentPolicies> Migration of codebase policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <AppPolicyHandler> <migrateAppPolicies> Migration of application policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <CodebasePolicyHandler> <migrateDeploymentPolicies> Migration of codebase policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <AppPolicyHandler> <migrateAppPolicies> Migration of application policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <WSEE:12>com.bea.core.repackaged.springframework.beans.factory.BeanCreationException: Error creating bean with name 'weblogic.wsee.jaxws.client.async.AsyncTransportProvider': Instantiation of bean failed; nested exception is com.bea.core.repackaged.springframework.beans.BeanInstantiationException: Could not instantiate bean class [weblogic.wsee.jaxws.client.async.AsyncTransportProvider]: No default constructor found; nested exception is java.lang.NoSuchMethodException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider.<init>()<WSEEComponentContributor.loadUsingSpring:83>
    <Jun 19, 2012 4:44:26 PM IST> <Error> <HTTP> <BEA-101216> <Servlet: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application: "SugarCRM-ViewController-context-root".
    javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
         at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
         at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
         at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
         Truncated. see log file for complete stacktrace
    Caused By: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:37)
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:34)
         at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
         at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
         Truncated. see log file for complete stacktrace
    >
    <Jun 19, 2012 4:44:26 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'SugarCRM'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application: "SugarCRM-ViewController-context-root".
    javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
         at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
         at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
         at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:150)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:37)
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:34)
         ... 49 more
    Caused by: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
         ... 50 more
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
         at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
         at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
         Truncated. see log file for complete stacktrace
    >
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00019. Log messages will continue to be logged in C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\JDK160~1\jre\lib\security\cacerts.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[5]" is now listening on 127.0.0.1:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[6]" is now listening on 0:0:0:0:0:0:0:1:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Warning> <Server> <BEA-002611> <Hostname "path-mumbai7", maps to multiple IP addresses: 192.168.1.20, fe80:0:0:0:8ceb:756:d0e1:6176%11, fe80:0:0:0:3401:2477:3f57:feeb%13, 2001:0:5ef5:79fb:3401:2477:3f57:feeb>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:3401:2477:3f57:feeb:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on 192.168.1.20:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:0:5efe:c0a8:114:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[2]" is now listening on fe80:0:0:0:3401:2477:3f57:feeb:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.1.20:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[4]" is now listening on fe80:0:0:0:8ceb:756:d0e1:6176:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:8ceb:756:d0e1:6176:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 2001:0:5ef5:79fb:3401:2477:3f57:feeb:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 2001:0:5ef5:79fb:3401:2477:3f57:feeb:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[3]" is now listening on fe80:0:0:0:0:5efe:c0a8:114:7102 for protocols iiops, t3s, ldaps, https.>
    <Jun 19, 2012 4:44:33 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Jun 19, 2012 4:44:34 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jun 19, 2012 4:44:34 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    IntegratedWebLogicServer startup time: 98161 ms.
    IntegratedWebLogicServer started.
    [Running application SugarCRM on Server Instance IntegratedWebLogicServer...]
    [04:44:34 PM] **** Warning: Application SugarCRM may have been left deployed on the server.  Undeploy it from the admin console.
    [04:44:34 PM] Web Module ViewControllerWebApp.war recognized in project ViewController.jpr
    [04:44:34 PM] ----  Deployment started.  ----
    [04:44:34 PM] Target platform is  (Weblogic 10.3).
    [04:44:35 PM] Retrieving existing application information
    [04:44:35 PM] Running dependency analysis...
    [04:44:35 PM] Deploying 2 profiles...
    [04:44:35 PM] Wrote Web Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\SugarCRM\ViewControllerWebApp.war
    [04:44:36 PM] Wrote Enterprise Application Module to C:\Users\Administrator\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\SugarCRM
    [04:44:36 PM] Redeploying Application...
    <CodebasePolicyHandler> <migrateDeploymentPolicies> Migration of codebase policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <AppPolicyHandler> <migrateAppPolicies> Migration of application policy failed. Reason: oracle.security.jps.JpsException: java.lang.reflect.InvocationTargetException.
    <Jun 19, 2012 4:44:37 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1340104476670' for task '0'. Error is: 'weblogic.application.ModuleException: Context path '/SugarCRM-ViewController-context-root' is already in use by the module: SugarCRM-ViewController-context-root application: SugarCRM_Project1_SugarCRM'
    weblogic.application.ModuleException: Context path '/SugarCRM-ViewController-context-root' is already in use by the module: SugarCRM-ViewController-context-root application: SugarCRM_Project1_SugarCRM
         at weblogic.servlet.internal.WebAppModule.initAndValidateContextPath(WebAppModule.java:1210)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:970)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:382)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:433)
         at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:375)
         Truncated. see log file for complete stacktrace
    >
    <Jun 19, 2012 4:44:37 PM IST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'SugarCRM'.>
    <Jun 19, 2012 4:44:37 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'SugarCRM'.>
    <Jun 19, 2012 4:44:37 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Context path '/SugarCRM-ViewController-context-root' is already in use by the module: SugarCRM-ViewController-context-root application: SugarCRM_Project1_SugarCRM
         at weblogic.servlet.internal.WebAppModule.initAndValidateContextPath(WebAppModule.java:1210)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:970)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:382)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:433)
         at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:375)
         Truncated. see log file for complete stacktrace
    >
    [04:44:37 PM] Deployment cancelled.
    [04:44:37 PM] ----  Deployment incomplete  ----.
    [04:44:37 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application SugarCRM due to error deploying to IntegratedWebLogicServer.
    [Application SugarCRM stopped and undeployed from Server Instance IntegratedWebLogicServer]

    Context path '/SugarCRM-ViewController-context-root' is already in use by the module: SugarCRM-ViewController-context-root application: SugarCRM_Project1_SugarCRMLooks like the application (or another application which uses same context root) is already deployed to the server and could not be undeployed.
    Can you invoke the WLS console, navigate the deployment and undeploy it, then try deploying from JDev and see if it works fine?
    -Arun

  • Running EJBs, JSC applications together in JBoss 4.0.1SP1

    This is not a question. It is just an example, in case somebody has some problem to run EJBs and JSC applications together in Jboss. Maybe this is a wrong place, but I did not know a better place. Sorry.
    Due to classloader issue, the following discussion will focus on JBoss 4.0.1SP1. And JSC version is 2 update 1.
    Setup JBoss 4.0.1SP1 to run JSC applications
    * Install JBoss 4.0.1SP1.
    * Copy jstl.jar and standard.jar from the $CREATOR_INSTALL_DIR/enterprise1/config/TagLibraries/JSTL11 directory to $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar directory. Same to $JBOSS_HOME/server/all/......
    * Some on-line discussions mentioned that we should delete $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar/jstl-libs directory. However, I did not see this directory. Because it does not hurt, I deleted tmp and work subdirectories under $JBOSS_HOME/server/default (and all).
    Deploy EJBs in Java Studio Creator
    * Remove all other files from META-INF in the .jar file. Only keep ejb-jar.xml. If you have an Entity bean you also need to keep jbosscmp-jar.xml.
    * Start Sun Java Studio Creator and start the application server.
    * Go to $Creator/SunAppServer8/bin and invoke "deploytool".
    * Expand node servers and click "localhost:25848" (Creator 2 is 24848).
    * In the login window login using admin/adminadmin.
    * Choose File -> Open, and open the EJB jar file.
    * Choose Tools -> Deploy, and also check the Return Client Jar box .
    * In Creator's Server panel, right-click on the Enterprise Beans and select Add Set of Session EJBs
    * Please note the RMI port number is 24700 for JSC 2 update 1.
    * Click Add button to add the Client.jar you saved when deployed the EJB to Sun Application Server
    * Click Next and then Finish. The new EJB should be available.
    Call EJBs in Creator
    Assumption:
    1. The session bean name is HelloBean and the jar file is Hello.jar;
    2. The war file is Hello.war.
    The simplest deployment description is as follows
    ejb-jar.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar version="2.1" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
    <display-name>Hello</display-name>
    <enterprise-beans>
    <session>
    <display-name>HelloSB</display-name>
    <ejb-name>HelloBean</ejb-name>
    <home>com.whatever.HelloRemoteHome</home>
    <remote>com.whatever.HelloRemote</remote>
    <ejb-class>com.whatever.HelloBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>HelloBean</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.co
    m/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ThemeServlet</servlet-name>
    <servlet-class>com.sun.rave.web.ui.theme.ThemeServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ThemeServlet</servlet-name>
    <url-pattern>/theme/*</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>faces/Page1.jsp</welcome-file>
    </welcome-file-list>
    <jsp-config>
    <jsp-property-group>
    <url-pattern>*.jspf</url-pattern>
    <is-xml>true</is-xml>
    </jsp-property-group>
    </jsp-config>
    <ejb-ref>
    <ejb-ref-name>ejb/HelloBean</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.whatever.HelloRemoteHome</home>
    <remote>com.whatever.HelloRemote</remote>
    <ejb-link>Hello.jar#HelloBean</ejb-link> <!-- This should be added manually -->
    </ejb-ref>
    </web-app>
    * When creating a session bean, either Eclipse or NetBeans is good enough.
    * When exporting a WAR file from JSC, select J2EE 1.4.
    * With the above deployment descriptors it is not necessary to deploy an EAR file. In other words, both .jar and .war files can be deployed separately.
    * When deployed to Sun Application Server, the EJB's sun-ejb-jar.xml should contain <jndi-name>ejb/HelloBean</jndi-name>. This results in JNDI lookup(�java:comp/env/ejb�); otherwise, it would be �java:comp/env�.
    * The SessionBeans deployed to JBoss and Sun Application Server can be different, but the signatures should be the same. When I did my first prototype, the SessionBean was hardcoded and did not access the database. However, in JBoss I had both Session Beans and Entity Beans.
    * When you have more than one .war file, you can move library .jar files from WEB-INF/lib to $JBOSS_HOME/server/your_server/lib. That way you can avoid many WARNING messages in JBoss' server.log.

    hi,i deploy ejbs & web app on jboss-4.0.2 as your method ,but throw exception
    java.lang.ClassCastException
         at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:229)
    when call ejb's method.
    That's ok when running on sun appserver 8.
    why?

  • Error while running EJB from java client on JBOSS

    Hi
    As i am new to EJB i have created a helloworld application in ejb which is working fine when i try to call it from servlet but when i try to invoke the same ejb from java client (i.e from diff jvm) on jboss i got the following error:
    javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused]]]
         at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1399)
         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:579)
         at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.gl.TestClient.main(TestClient.java:39)
    Caused by: javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused]]
         at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:254)
         at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1370)
         ... 4 more
    Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused]
         at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:228)
         ... 5 more
    Caused by: java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at java.net.Socket.connect(Socket.java:469)
         at java.net.Socket.<init>(Socket.java:366)
         at java.net.Socket.<init>(Socket.java:266)
         at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:69)
         at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:62)
         at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:224)
         ... 5 more
    Following is my code:
    Home Interface:
    package com.gl;
    import javax.ejb.CreateException;
    public interface testHome extends EJBHome {
         String JNDI_NAME = "testBean";
         public     test create()
         throws java.rmi.RemoteException,CreateException;
    Remote Interface:
    package com.gl;
    import java.rmi.RemoteException;
    import javax.ejb.EJBObject;
    public interface test extends EJBObject {
         public String welcomeMessage() throws RemoteException;
    Bean:
    package com.gl;
    import java.rmi.RemoteException;
    import javax.ejb.EJBException;
    import javax.ejb.SessionBean;
    import javax.ejb.SessionContext;
    public class testbean implements SessionBean {
         public void ejbActivate() throws EJBException, RemoteException {
              // TODO Auto-generated method stub
         public void ejbPassivate() throws EJBException, RemoteException {
              // TODO Auto-generated method stub
         public void ejbRemove() throws EJBException, RemoteException {
              // TODO Auto-generated method stub
         public void setSessionContext(SessionContext arg0) throws EJBException,
                   RemoteException {
              // TODO Auto-generated method stub
         public void ejbCreate(){}
         public String welcomeMessage(){
              return "Welcome to the World of EJB";
    ejb-jar.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <session>
    <ejb-name>testBean</ejb-name>
    <home>com.gl.testHome</home>
    <remote>com.gl.test</remote>
    <ejb-class>com.gl.testbean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    </session>
    </enterprise-beans>
    </ejb-jar>
    jboss.xml:
    <?xml version='1.0' ?>
    <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 3.2//EN" "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd">
    <jboss>
    <enterprise-beans>
    <entity>
    <ejb-name>testBean</ejb-name>
    <jndi-name>testBean</jndi-name>
    </entity>
    </enterprise-beans>
    </jboss>
    Client code:
    package com.gl;
    import java.util.Properties;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.rmi.PortableRemoteObject;
    public class TestClient {
         public static void main(String[] args) throws Exception{
                   try{
                   /*     Properties props=new Properties();
                        props.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
                        props.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
                        props.put(Context.PROVIDER_URL, "jnp://localhost:1099");
                   Properties props = new Properties();
    props.put(Context.INITIAL_CONTEXT_FACTORY,
    "org.jnp.interfaces.NamingContextFactory");
    props.put(Context.PROVIDER_URL, "localhost:1099");
                        System.out.println("Properties ok");
                        //env.setProperty(Context.INITIAL_CONTEXT_FACTORY,"org.jboss.naming.HttpNamingContextFactory");
                        //env.put(Context.PROVIDER_URL,"http://localhost:8080");
                        //env.put(Context.SECURITY_PRINCIPAL, "");
                        //env.put(Context.SECURITY_CREDENTIALS, "");
                        Context ctx=new InitialContext(props);
                        System.out.println("context ok");
                        //testHome home = (testHome)ctx.lookup("testBean");
                        Object obj = ctx.lookup ("testBean");
                        System.out.println("ojb = " + obj);
                        testHome ejbHome = (testHome)PortableRemoteObject.narrow(obj,testHome.class);
                   test ejbObject = ejbHome.create();
                   String message = ejbObject.welcomeMessage();
                        System.out.println("home ok");
                        System.out.println("remote ok");
                        System.out.println(message);
                        catch(Exception e){e.printStackTrace();}
    I am able to successfully deployed my ejb on JBOSS but i m getting above error when i am trying to invoke ejb from java client.
    kindly suggest me something to solve this issue.
    Regards
    Gagan
    Edited by: Gagan2914 on Aug 26, 2008 3:28 AM

    Is it a remote lookup? Then maybe this will help:
    [http://wiki.jboss.org/wiki/JBoss42FAQ]
    - Roy

  • Dependency Injection of EJB in application client

    Hello,
    I did a quick search and did not find a similar posting on this. I apologize if I missed one.
    I wrote a simple stateless session bean based on EJB 3.0 specification. I wrote a simple client called TestCVTApplication. I am hoping to inject this EJB. Here is how I defined my application-client.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application-client xmlns="http://java.sun.com/xml/ns/j2ee"
                        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
                                            http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
                        version="1.4">
        <ejb-ref>     
            <ejb-ref-name>cvt.server.HelloBean</ejb-ref-name>
            <ejb-ref-type>Session</ejb-ref-type>
            <remote>cvt.server.Hello</remote>
            <injection-target>
                <injection-target-class>cvt.client.TestCVTApplication</injection-target-class>
                <injection-target-name>helloEJB</injection-target-name>     
            </injection-target>  
        </ejb-ref>                   
        <callback-handler>
            cvt.client.MyCallbackHandler
        </callback-handler>
    </application-client>When I run my client, I am getting the below exception
    Exception in thread "main" java.lang.InstantiationException: Injection of multiple references to the same target[class = cvt.client.TestCVTApplication, field/property = helloEJB]
    Thanks for your help.
    Mustafa

    Injection is required to be supported in Application Client main classes. This error probably means you have defined two different dependencies that have the same target field name in the main class. Did you put an @EJB annotation in the main class in addition to adding the ejb-ref in the application-client.xml? You should just use either one or the other. Also make sure that the field in the main class has a "static" modifier.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • How to build a jar file so the program can access its resources folder?

    I have a java program written by someone else in which I have made a trivial change (I changed the background color). The jar file runs but it does not find one of the resources file. Here is the project folder's structure mainClass.txt (manifest tex

  • Unix command Line input and output

    Has anybody used Forte for now window application. Passing values through command line and get put as a return value. I am able to call Forte and pass input values but I do not know who to get the return value. Here is the shell script that I am runn

  • RH9 - Can I restore layouts in "Single Source Layouts" pod from .ssl files?

    RH 9 (latest) Windows 7 x64 Due to some corruption somewhere in our main help project that prevented me from generating layouts using the RoboHelp command line (rhcl.exe), I deleted my .xpj file and .cpd file, and then recreated the .xpj project file

  • Imac 4,1 freezing, new install, still freezing

    Hi All, As the subject indicates, my imac 4,1 (got it used for free) is freezing, tried new install of OS X and problems persist (had trouble installing it b/c i kept freezing) - oh, and i did a clean install. The last time it froze on me, I was tryi

  • Unanswered Questions Count is Wrong

    Hello Sysops (hehehe). Unanswered Questions is wrong for me. Thought you might want to look into that. Cheers