JWS Error

Hi guys,
I'm newbie in EJB and Webservices, and I got the following error when I run the project:
<faultcode>JWSError</faultcode>
<faultstring>com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.provider1.HospitalEJB_5mt8s3_ELOImpl' should be added to include-java-types.</faultstring>
<detail>
com.bea.wlw.runtime.core.request.ResponseValidationException: com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.provider1.HospitalEJB_5mt8s3_ELOImpl' should be added to include-java-types.
at com.bea.wlw.runtime.jws.request.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:40)
at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:261)
at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:160)
at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:100)
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161)
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.dispatch(Dispatcher.java:49)
at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.exploreExec(HttpServerHelper.java:285)
at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(HttpServerHelper.java:603)
at com.bea.wlw.runtime.core.dispatcher.HttpServer.doGet(HttpServer.java:81)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6456)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
Caused by: com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.provider1.HospitalEJB_5mt8s3_ELOImpl' should be added to include-java-types.
at com.bea.xml.marshal.MarshalContext.error(MarshalContext.java:148)
at com.bea.xml.marshal.PolymorphicMPlan.marshal(PolymorphicMPlan.java:30)
at com.bea.xml.marshal.MarshalContext.writeElementObjectOrHref(MarshalContext.java:436)
at com.bea.xml.marshal.BaseMPlan.writeValueUsingStrategy(BaseMPlan.java:307)
at com.bea.xml.marshal.BaseMPlan.marshal(BaseMPlan.java:358)
at com.bea.xml.marshal.MethodMPlan.marshal(MethodMPlan.java:261)
at com.bea.wlw.runtime.core.dispatcher.DispMessage.marshalXml(DispMessage.java:377)
at com.bea.wlw.runtime.jws.request.MimeXmlResponse.writePart(MimeXmlResponse.java:106)
at com.bea.wlw.runtime.jws.request.MimeXmlResponse.writeOutputPart(MimeXmlResponse.java:98)
at com.bea.wlw.runtime.jws.request.MimeXmlResponse.setReturnValue(MimeXmlResponse.java:36)
... 21 more
So, I don't know how to fix this error... anyone can help me?
Thanks,
Folley

Have you fixed this error. I am getting a same error...
<faultstring>com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.gm.gsip.domain.dto.VehicleDataDTO' should be added to include-java-types.</faultstring>
<detail>
com.bea.wlw.runtime.core.request.ResponseValidationException: com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.gm.gsip.domain.dto.VehicleDataDTO' should be added to include-java-types.
at com.bea.wlw.runtime.jws.request.MimeXmlResponse.setReturnValue(Ljava.lang.Object;)V(MimeXmlResponse.java:40)
at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:259)
at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:54)
at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(SyncDispatcherBean.java:168)
at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(SyncDispatcher_k1mrl8_EOImpl.java:46)
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Lcom.bea.wlw.runtime.core.dispatcher.DispFile;Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(Dispatcher.java:161)
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.dispatch(Lcom.bea.wlw.runtime.core.dispatcher.DispFile;Lcom.bea.wlw.runtime.core.request.Request;Ljavax.servlet.http.HttpServletResponse;Ljavax.servlet.ServletContext;)V(Dispatcher.java:49)
at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.exploreExec(Lcom.bea.wlw.runtime.core.dispatcher.DispUnit;Lcom.bea.wlw.runtime.core.dispatcher.HttpRequest;Ljavax.servlet.http.HttpServletResponse;Ljavax.servlet.ServletContext;)Ljava.lang.String;(HttpServerHelper.java:285)
at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;Ljavax.servlet.ServletContext;Ljavax.servlet.ServletConfig;)V(HttpServerHelper.java:603)
at com.bea.wlw.runtime.core.dispatcher.HttpServer.doGet(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServer.java:81)
at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6722)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogic.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponseImpl;)V(WebAppServletContext.java:3764)
at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel.ExecuteThread;)V(ServletRequestImpl.java:2644)
at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest;)V(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Source)
Caused by: com.bea.xml.marshal.XmlEncodingException: Encountered an object of unrecognized type. Type 'com.gm.gsip.domain.dto.VehicleDataDTO' should be added to include-java-types.
at com.bea.xml.marshal.MarshalContext.error(Ljava.lang.String;)Lcom.bea.xml.marshal.XmlEncodingException;(MarshalContext.java:148)
at com.bea.xml.marshal.PolymorphicMPlan.marshal(Ljava.lang.Object;Lcom.bea.xml.marshal.MarshalContext;)V(PolymorphicMPlan.java:30)
at com.bea.xml.marshal.MarshalContext.writeElementObjectOrHref(Ljavax.xml.namespace.QName;Ljava.lang.Object;Lcom.bea.xml.marshal.MarshalPlan;ZZ)V(MarshalContext.java:436)
at com.bea.xml.marshal.ArrayMPlan.marshal(Ljava.lang.Object;Lcom.bea.xml.marshal.MarshalContext;)V(ArrayMPlan.java:122)
at com.bea.xml.marshal.MarshalContext.writeElementObjectOrHref(Ljavax.xml.namespace.QName;Ljava.lang.Object;Lcom.bea.xml.marshal.MarshalPlan;ZZ)V(MarshalContext.java:436)
at com.bea.xml.marshal.BaseMPlan.writeValueUsingStrategy(Ljava.lang.Object;Lcom.bea.xml.marshal.BaseMPlan$ElementStrategy;Lcom.bea.xml.marshal.MarshalContext;)V(BaseMPlan.java:307)
at com.bea.xml.marshal.BaseMPlan.marshal(Ljava.lang.Object;Lcom.bea.xml.marshal.MarshalContext;)V(BaseMPlan.java:349)
at com.bea.xml.marshal.MarshalContext.writeElementObjectOrHref(Ljavax.xml.namespace.QName;Ljava.lang.Object;Lcom.bea.xml.marshal.MarshalPlan;ZZ)V(MarshalContext.java:436)
at com.bea.xml.marshal.BaseMPlan.writeValueUsingStrategy(Ljava.lang.Object;Lcom.bea.xml.marshal.BaseMPlan$ElementStrategy;Lcom.bea.xml.marshal.MarshalContext;)V(BaseMPlan.java:307)
at com.bea.xml.marshal.BaseMPlan.marshal(Ljava.lang.Object;Lcom.bea.xml.marshal.MarshalContext;)V(BaseMPlan.java:349)
at com.bea.xml.marshal.MethodMPlan.marshal(Ljava.lang.Object;Lcom.bea.xml.marshal.MarshalContext;)V(MethodMPlan.java:251)
at com.bea.wlw.runtime.core.dispatcher.DispMessage.marshalXml([Ljava.lang.Object;Ljavax.xml.soap.SOAPMessage;Lcom.bea.jws.Protocol;Ljava.util.Map;)Ljava.lang.String;(DispMessage.java:377)
at com.bea.wlw.runtime.jws.request.MimeXmlResponse.writePart(Lcom.bea.wlw.runtime.core.dispatcher.DispMessage;[Ljava.lang.Object;)V(MimeXmlResponse.java:106)
at com.bea.wlw.runtime.jws.request.MimeXmlResponse.writeOutputPart(Ljava.lang.Object;)V(MimeXmlResponse.java:98)
at com.bea.wlw.runtime.jws.request.MimeXmlResponse.setReturnValue(Ljava.lang.Object;)V(MimeXmlResponse.java:36)
at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:259)
at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:54)
at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(SyncDispatcherBean.java:168)
at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(SyncDispatcher_k1mrl8_EOImpl.java:46)
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Lcom.bea.wlw.runtime.core.dispatcher.DispFile;Lcom.bea.wlw.runtime.core.request.Request;)Lcom.bea.wlw.runtime.core.request.Response;(Dispatcher.java:161)
at com.bea.wlw.runtime.core.dispatcher.Dispatcher.dispatch(Lcom.bea.wlw.runtime.core.dispatcher.DispFile;Lcom.bea.wlw.runtime.core.request.Request;Ljavax.servlet.http.HttpServletResponse;Ljavax.servlet.ServletContext;)V(Dispatcher.java:49)
at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.exploreExec(Lcom.bea.wlw.runtime.core.dispatcher.DispUnit;Lcom.bea.wlw.runtime.core.dispatcher.HttpRequest;Ljavax.servlet.http.HttpServletResponse;Ljavax.servlet.ServletContext;)Ljava.lang.String;(HttpServerHelper.java:285)
at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executeGetRequest(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;Ljavax.servlet.ServletContext;Ljavax.servlet.ServletConfig;)V(HttpServerHelper.java:603)
at com.bea.wlw.runtime.core.dispatcher.HttpServer.doGet(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServer.java:81)
at javax.servlet.http.HttpServlet.service(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run()Ljava.lang.Object;(ServletStubImpl.java:1006)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.FilterChainImpl;)V(ServletStubImpl.java:419)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servlet.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run()Ljava.lang.Object;(WebAppServletContext.java:6722)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:121)

Similar Messages

  • JWS Error MSG Inside

    Below are the error messages that are being returned to me upon opening a linke to a .jnlp file on my Tomcat server. The JWS will load everything perfectly fine by clicking on a local copy of the .jnlp file, however, if I click a URL from the server pointing to the file that resides on the server (identical to the local copy in every way), it will give me this slew of messages.
    Anybody have any clue?? This is my first deployed JWS application so it's possible I'm overlooking something obvious, but I've done some reading and haven't come up with anything so far.
    ***********Exception*************
    JNLPException[category: Download Error : Exception: java.io.IOException: Server returned HTTP response code: 502 for URL: http://fmssql:8080/fms.jnlp : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getLaunchFile(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:536)
    *********Wrapped Exception*************
    java.io.IOException: Server returned HTTP response code: 502 for URL: http://fmssql:8080/fms.jnlp
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:709)
         at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:238)
         at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unknown Source)
         at com.sun.javaws.net.BasicNetworkLayer.doGetRequest(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getLaunchFile(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:536)
    **********Launch File*************
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="0.2 1.0"
    codebase="http://fmssql:8080/ "
    href="fms.jnlp">
    <information>
    <title>FMS App</title>
    <vendor>xxxxx</vendor>
    <homepage href="http://xxxxx.com "/>
    <description>xxxxx</description>
    <description kind="short">fms</description>
    <--<icon href="images/draw.jpg"/>
    <offline-allowed/>
    </information>
    <resources>
    <j2se version="1.3+" href="http://java.sun.com/products/autodl/j2se"/>
    <j2se version="1.3+"/>
    <jar href="fms.jar" main="true" download="eager"/>
    </resources>
    <application-desc main-class="com.fms.source.FMSApplicationMenu"/>
    </jnlp>

    In my reading I've uncovered that apparantly I need to add the .jnlp extensions to my webserver (Tomcat). Is this the right path or is it added by default? I'm using version 4.1.x.
    Thanks,
    David

  • JWS Error on localhost

    Hi,
    I have an interlan IP address, so 192.168.30.165, and on this machine i have installed Tomcat last version and JRE 1.4_rc, i have developed a chat, and configured the server for JWS.
    when i click on the link in html page, JWS start, but this error message appear:
    Si � verificato un errore durante l'avvio/l'esecuzione dell'applicazione.
    Titolo: chat
    Fornitore: gerasimone
    Categoria: Errore di scaricamento
    Impossibile caricare la risorsa: http://dlres.java.sun.com/servlet/com.sun.jsc.javasoft.jaws.JNLPServlet/j2se/javaws-1_0_1-j2re-1_4_0-inst-win-i.jar
    what is this?
    my pc is not a very server, and I'm conncted to internet behind firewall...
    please help me!
    thanks
    Simone Gerardiello Computime srl, Roma,Italia

    I believe this is because the JWS is trying to download a new JRE. This is because it cannot find a JRE as specified in the JNLP file. Make sure you have added all your JRE's in the JWS application managers preferences and that you have the JRE specifed in the JNLP file. If you have added all your JRE's to the JWS preferences, you can circumvent the bug by setting proper <j2se version> tags. Add a tag for every major JRE that can run your app. For example, if your app needs minimum 1.3, but also works with 1.4, then write this in your JNLP file:
    <resources>
      <j2se version="1.4"/>
      <j2se version="1.3"/>
      <jar href="MyApp.jar"/>
    </resources>I encountered the same problem like you are having when I ommitted the <j2se version="1.4"/> and thought that <j2se version="1.3+"/> was enough.
    - Daniel

  • Infrastructure.jws error

    HI OTN
    I encounter this error: C:\Infrastructure\DBSchema\build.xml:334: C:\Infrastructure\Ant\modules\oracle.javacache_11.1.1 not found.
    in my infrastructure.jws project. I have specify my jdeveloper home and I have also check that the file is in my jdeveloper home.
    Please help

    Timmie -
    Shay's correct, if you are using the Bulldog release of JDeveloper 11.1.1.0.0 (Help > About: JDEVADF_MAIN.BOXER_GENERIC_081002.2127.5156), use this version of FOD:
    http://www.oracle.com/technology/products/jdev/samples/fod/fod_11.zip
    If you are using the R1 release of JDeveloper 11.1.1.1.0 (Help > About: JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407), use this version of FOD:
    http://download.oracle.com/otn/java/jdeveloper/111/extensions/FusionOrderDemo_R1.zip
    These versions of FOD are not interchangeable with different versions of JDev.
    Also, make sure that you specify the jdeveloper.home entry properly in the build.properties file, including the 'jdeveloper' entry. My jdeveloper.exe is located at:
    c:\jdev\r1\jdeveloper\jdeveloper.exe, so I specify the jdeveloper.home property as follows:
    jdeveloper.home=C:/jdev/r1/jdeveloper
    Hope this helps,
    Lynn Munsinger
    Oracle JDeveloper & ADF Product Management

  • JWS error: 503 Service Unavailable

    Ifs is running, i can map it in Windows Explorer or acces it via ftp.
    But when trying to connect via WEB, i get the message: 503 Service Unavailable.
    I checked The Java Web Server administration on port 1717 and it reports that JWS is running.
    We have on the same machine Apache Web server which runs on port 80, so we use port 81 for JWS.
    Any idea?

    We've worked it out.
    Thanks to Oracle Metalink...
    "If other protocols come up fine, this usually means that one of the following
    is not set correctly in the IfsDavServletParameters.properties file (in
    $IFSHOME/settings/oracle/ifs/protocols/dav/impl/properties):
    ifs.dav.guestusername=username
    ifs.dav.guestpassword=password
    Change the password in the IfsDavServletParameters.properties file and restart
    iFS"
    null

  • Customisation during Import failed due to com.bea.wli.sb.transports.ejb.Jws

    Hi All,
    *Environment:
    Weblogic Server: 10.0.1.0
    Workshop Studiio: 1.1.0.0
    Aqualogic Service Bus: 3.0.0.0.0
    Linux: 2.6.18-53.e15 x86_64
    ANT: org.apache.ant_1.6.5
    JDK: jdk150_11
    All my services are JMS based, so all the JMS destinations has already been created and tested using a different utlity written in java which sends a messages to the jms queues and recieve those messges, so i am sure my jms destinations are already there.
    *Problem:
    1 - I can use alsb console to import the config.jar without any problem, even though the jms destinations are reflecting older addresses i.e. jms:localhost:7001/connfact/queue (my dev)environment, where as my to be environment is different physical host with address like jms://abdhost:7099/connfact/queue.
    2 - When i try to apply customisation using a customisation file i generated from my dev environment and changes the jms locations according to the to be host. the customisation operation failed complaining about 'Failed to lookup connection factory <factory name>'.
    in the weblogic console the error is
    [JAM] Warning: failed to resolve class com.bea.wli.sb.transports.ejb.Jws
    <ERROR> <ConfigFwk> <BEA-390109> <Failed to notify session listener com.bea.wli.sb.transports.WLSArtifactDeployerImpl for operation beforeSessionActivate on session weblogic
    com.bea.wli.sb.transports.TransportException: Failed to lookup connection factory <factory name>
    *Same Problem using ANT on hudson:
    I am also running same process using ANT build script on hudson to kick off build which imports alsb configuration, using already created config.jar, into alsb 3.0.0.0 already running on linux. The ANT script runs WLST import.py and export.py script, copied from the weblogic tutorial, to import configuration into alsb 3.0.0.0, but failed with same error.
    I am not sure if this error is only related to missing jar which is missed during weblogic startup and in my ant script. If so, can someone tell which jar to use unless its a BUG and already been addressed as this is pretty old version i am using.
    PS: dev and tobe environments have same weblogic build so i had already checked that.
    Many thanks for your help!
    sal

    Hi,
    Is there any update on the above issue?
    we are also facing the same issue. please provide solution if you have something.
    Regards,
    Bhaskar.

  • How to get access to the local file system when running with Web Start

    I'm trying to create a JavaFX app that reads and writes image files to the local file system. Unfortunately, when I run it using the JNLP file that NetBeans generates, I get access permission errors when I try to create an Image object from a .png file.
    Is there any way to make this work in Netbeans? I assume I need to sign the jar or something? I tried turning "Enable Web Start" on in the application settings, and "self-sign by generated key", but that made it so the app wouldn't launch at all using the JNLP file.

    Same as usual as with any other web start app : sign the app or modify the policies of the local JRE. Better sign the app with a temp certificate.
    As for the 2nd error (signed app does not launch), I have no idea as I haven't tried using JWS with FX 2.0 yet. Try to activate console and loggin in Java's control panel options (in W7, JWS logs are in c:\users\<userid>\appdata\LocalLow\Sun\Java\Deployment\log) and see if anything appear here.
    Anyway JWS errors are notoriously not easy to figure out and the whole technology in itself is temperamental. Find the tool named JaNeLA on the web it will help you analyze syntax error in your JNLP (though it is not aware of the new syntax introduced for FX 2.0 and may produce lots of errors on those) and head to the JWS forum (Java Web Start & JNLP Andrew Thompson who dwells over there is the author of JaNeLA).

  • Could not verify signing in resource (JAR + Pack200)

    It seems I always ended up getting JWS error I never have had before these days...
    Ok, long story short:
    - this is about a JavaFX 1.3.1 app with packed JARs
    - changed computer, switched from JDK 1.6.0_22 that I used for several month for signing and pack files to JDK 1.6.0_29 and JDK 1.7.0_02. This issue did not happen with JDK 1.6.0_22.
    - it's currently deployed to an internal web server for testing purposes, files and URL are correct and can be reached from my workstation.
    - every single JNLP file validates OK with JaNeLA.
    - the certificate used to sign the libs is valid.
    - the offending JAR file report as being Ok and signed when checked with jarsigner.
    The error from Java Web Start is:
    >
    Unable to launch the application.
    Error: Could not verify signing in resource: http://devlin01.noumea.spc.local/~fabriceb/Web/TUMAS/lib/OFP-fx.jar.pack.gz
    >
    The exception is:
    com.sun.deploy.net.JARSigningException: Could not verify signing in resource: http://devlin01.noumea.spc.local/~fabriceb/Web/TUMAS/lib/OFP-fx.jar.pack.gz
         at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
         at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.access$2200(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$9.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)The wrapped exception is:
    java.lang.SecurityException: SHA1 digest error for org/spc/ofp/javafx/scene/control/dialog/TitleLabel$TitleLabel$Script.class
         at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
         at com.sun.deploy.security.JarVerifier.readAndMaybeSaveStreamTo(Unknown Source)
         at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
         at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
         at com.sun.deploy.cache.CacheEntry.access$2200(Unknown Source)
         at com.sun.deploy.cache.CacheEntry$9.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
         at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
         at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)The main JNLP is:
    <jnlp spec="1.0+" codebase="http://devlin01.noumea.spc.local/~fabriceb/Web/TUMAS/" href="TUMAS-fx.jnlp">
      <information>
        <title>TUMAS development standalone version</title>
        <vendor>CPS-SPC Secretariat of the Pacific Community</vendor>
        <homepage href="http://www.tumas-project.org/"/>
        <description>Management Option Visualisation Tool</description>
        <description kind="short">Management Option Visualisation Tool</description>
        <description kind="one-line">Management Option Visualisation Tool</description>
        <description kind="tooltip">Management Option Visualisation Tool</description>
        <icon kind="default" href="MOViT.gif" width="128" height="128" size="10948"/>
        <icon kind="shortcut" href="MOViT.gif" width="128" height="128" size="10948"/>
        <icon kind="splash" href="MOViT.gif" width="128" height="128" size="10948"/>
        <offline-allowed/>
        <shortcut online="false">
          <desktop/>
          <menu submenu="TUMAS"/>
        </shortcut>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="always"/>
      <resources>
        <java max-heap-size="800m" version="1.6+"/>
        <jar href="TUMAS-fx.jar" main="true" size="154269"/>
        <extension name="MOViT" href="MOViT.jnlp"/>
        <extension name="l2fprod-7.3" href="l2fprod-7.3.jnlp"/>
        <extension name="JFXtras-0.7" href="JFXtras-0.7.jnlp"/>
        <extension name="gnujpdf-1.7" href="gnujpdf-1.7.jnlp"/>
        <extension name="Apache-POI-3.6" href="Apache-POI-3.6.jnlp"/>
        <extension name="SwingX-1.6.1" href="SwingX-1.6.1.jnlp"/>
        <extension name="OpenMap-5.0" href="OpenMap-5.0.jnlp"/>
        <extension name="JavaFX 1.3.x Runtime" href="http://dl.javafx.com/1.3/javafx-rt.jnlp"/>
        <property name="jnlp.packEnabled" value="true"/>
      </resources>
      <application-desc main-class="com.sun.javafx.runtime.main.Main">
        <argument>MainJavaFXScript=org.spc.ofp.project.tumas.TUMAS</argument>
        <argument>--development</argument>
      </application-desc>
    </jnlp>The JNLP which contains the offending lib is:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://devlin01.noumea.spc.local/~fabriceb/Web/TUMAS/" href="MOViT.jnlp">
        <information>
            <title>MOViT</title>
            <vendor>CPS-SPC Secretariat of the Pacific Community</vendor>
            <homepage href="http://www.tumas-project.org/"/>
            <description>Management Option Visualisation Tool</description>
            <offline-allowed/>
        </information>
        <security>
           <all-permissions/>
        </security>
        <resources>
           <jar href="lib/OFP-core.jar" part="MOViT" size="384817"/>
           <jar href="lib/OFP-GIS.jar" part="MOViT" size="10608"/>
           <jar href="lib/OFP-fx.jar" part="MOViT" size="2325354"/>
           <jar href="lib/OFP-fx-mappane.jar" part="MOViT" size="3277991"/>
           <jar href="lib/MFCL-IO.jar" part="MOViT" size="82454"/>
           <jar href="lib/MOViT-templates.jar" part="MOViT" size="5142641"/>
           <jar href="lib/MOViT-ztm.jar" part="MOViT" size="59484"/>
           <jar href="lib/MOViT-ztp.jar" part="MOViT" size="56450"/>
           <jar href="lib/MOViT-zte.jar" part="MOViT" size="41706"/>
           <jar href="lib/MOViT-fishery.jar" part="MOViT" size="66291"/>
           <jar href="lib/MOViT-fx.jar" part="MOViT" size="3282871"/>
           <jar href="lib/SPINiT-fx.jar" part="MOViT" size="332428"/>
           <property name="jnlp.packEnabled" value="true"/>
        </resources>
        <component-desc/>
    </jnlp>The following command lines are used when packing + signing the file (extra private bits have been removed) :
    ► Normalizing file: "<path to file>OFP-fx.jar"
    Executing: "C:\Program Files (x86)\Java\jdk1.6.0_29/bin/pack200" --repack --effort=9 --segment-limit=-1 --modification-time=latest --strip-debug "<path to file>OFP-fx.jar"
    process exited with error code: 0
    ► Signing file: "<path to file>OFP-fx.jar"
    Executing: "C:\Program Files (x86)\Java\jdk1.6.0_29/bin/jarsigner" -verify "<path to file>OFP-fx.jar"
    process exited with error code: 0
    Executing: "C:\Program Files (x86)\Java\jdk1.6.0_29/bin/jarsigner" -tsa <timestamp server> -J-Dhttp.proxyHost=<our proxy host> -J-Dhttp.proxyPort=<our proxy port> -keystore <our store> -storepass <our password> "<path to file>OFP-fx.jar" <our alias>
    process exited with error code: 0
    ► Packing file: "<path to file>OFP-fx.jar"
    Executing: "C:\Program Files (x86)\Java\jdk1.6.0_29/bin/pack200" "<path to file>OFP-fx.jar.pack.gz" "<path to file>OFP-fx.jar"
    process exited with error code: 0Any idea, besides reinstalling an older JDK and/or runtime?

    bouye wrote:
    Thanks for the suggestion and let's hop they put some process to prevent similar issues from hapening again in the future.False hope. Programming is hard, release management is hard, testing is hard, people make mistakes, budget restrictions cause mistakes to slip through, etc. etc.
    The most important factor in all this really is us and more specifically our willingness to properly report problems.

  • WebStart associations issue

    Hi all!
    I've a problem with file association in my application deployed with Java Web Start. Here there is a part of my jnlp:
    <jnlp spec="1.5" codebase="..." href="...">
      <information>
        ... title, vendor, homepage, descriptions, icons...
        <shortcut online="true">
          <desktop/>
          <menu submenu="Rintal - Project"/>
        </shortcut>
        <association extensions="rintal" mime-type="application-x/rintal"/>
        <offline-allowed/>
      </information>
      <security> <all-permissions/> </security>
      <update check="timeout" policy="always"/>
      <resources>  ....  </resources>
    </jnlp>In Windows XP, if i open a file *.rintal doesn't start my application, but starts the "choose application" interface. But not with any version of java:
    with JRE 5.0 (any update): WORKS
    with JRE 6.0: DOESN'T WORK
    with JRE 6.0 u1: WORKS
    with JRE 6.0 u2: DOESN'T WORK
    Well, if i change the associations tag whith this:
    <association extensions="rin" mime-type="x-application/rin"/>it works with all jre versions (naturally opens *.rin files).
    Many people work with my application and i need it works with any java version...
    What can i do with my *.rintal files?
    Thanks,
    Daniele

    Hi all again!
    I've some news.
    I wrote a simple jnlp to better understand the problem. Here there is the complete code:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.5" codebase="file:///C:/TestAssociation" href="TestAssociation.jnlp">
      <information>
        <title>TestAssociation</title>
        <vendor>Vendor</vendor>
        <association mime-type="application-x/abcdef" extensions="abcdef"/>     
      </information>
      <resources>
        <j2se version="1.5+"/>
        <jar href="TestAssociation.jar" main="true" download="eager"/>
      </resources>
      <application-desc main-class="TestAssociation"/>
    </jnlp>TestAssociation.jar contains only TestAssociation.class and here there is its code:
    public class TestAssociation {
        public static void main(String[] args) {
            javax.swing.JOptionPane.showMessageDialog(null, "Application Launched!");
    }I try on Windows XP with JRE 6.0 update 2 and WORKS with any extension except 'rintal'.............
    If I replace the association tag with this one:
        <association mime-type="application-x/rintal" extensions="rintal"/>      when i double click on jnlp file appears JWS Error Dialog whith these details:
    java.lang.NullPointerException
         at com.sun.javaws.LocalInstallHandler.promptReplace(Unknown Source)
         at com.sun.javaws.LocalInstallHandler.registerAssociation(Unknown Source)
         at com.sun.javaws.LocalInstallHandler.createAssociations(Unknown Source)
         at com.sun.javaws.LocalInstallHandler.install(Unknown Source)
         at com.sun.javaws.Launcher.notifyLocalInstallHandler(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Does anybody know where is my mistake?
    Thanks,
    Daniele

  • Application upgrade with Java Web Start

    Dear all,
    I need your help for my question.
    What I need is the following. I developed an application with javafx. I want to create an exe file with an installar for the application. After application is installed, in a nex momento I want to distruibuite upgrade of application (for bug fixing for example).
    I read about Web Start & JNLP but I didn't understood at 100%.
    Should I obtain what I need?
    That is, user from application clicks on Update button and application is updated to last version?
    Or is it useful only for jre update?
    PLease help me to understand, I want to know if I can use this technogy for upgrade system of my application.
    Thanks,
    Regards

    Why always expect applications HAVE to run everywhere when the targeted users only dwell on Windows...
    So far, I have found JWS to be unreliable for everything and even worse for JavaFX. Tried different settings (background, timout, etc.) in the JNLP for the updates and none work as expected. Basically the app may update but sometimes does not and no one can figure why... Sometime the app installs but JWS only gets a partial download of the JavaFX runtimes and still launches the app which either result in an undecipherable JWS error or the application crashing because some of the JFX base classes are missing. Of course sometimes the install fails and we still get an undecipherable JWS error... Sometimes it fails but the app get installed... sometimes the shortcuts are not installed or they get deleted but no re-created after an update or they loose their icons... and the list goes on and on... arf what a nightmare...
    On some computers, offline launch sometime still need a 2 minutes timeout to start on Windows and never start on Linux because... it tries to go online...
    Generally speaking for JFX it used to work better in 1.6.0_14 or earlier but each Java 6 release since has make JWS become more and more flawed.
    Furthermore, there still the matter of tons of JWS issues that are yet to be corrected, like JWS irremediably crashing it's own cache from time to time or not always updating all the app's JAR files (that error was difficult to isolate and identify) or loosing app reference when updating the JRE. Additionally, the Windows desktop integration still leaves to be desired (app icon looks very bad on recent Windows and for some reason it looks like JWS does not make use of Java2D at all...).
    There are ways to create native exe launchers for Java apps like Launch4J and you could make a pure Java app (with a very simple Swing UI) that actually calls the JWS executable to install JNLPs for your JavaFX app. I have done that to distribute a demo of my app on a CD and it usually works most of the time. I say most of the time because I have found some situation while JWS enters a deadlock while trying to register a JNLP and... and then nothing happens.
    Additionally JavaFX's licenses prevents from distributing the JavaFX runtimes, so if you want to stay legal you still need to point to the JavaFX JNLP on the JFX site. As an alternate measure I have my launcher detect if there is an internet connection active and then open the browser on the JFX site (I warn the user before doing so) so the runtimes gets pre-loaded before the app is installed. This feels very weak but that was the only real way I could make that work (asking JWS to load the remote JNLP like I do for the local ones usually did not work).
    Hopefully at some point they will get rid of that JWS crap, create a good web installer that can aslo be easily used offline and make a API so we can use it from the code... well... I do still hope this may happen some times...

  • JWS "Product could not be found" error

    Hello,
    I have an eclipse OSGi project that works from inside eclipse, but when deployed, generates the following error. Below that I posted my jnlp files. I have been looking at this for over two days, and I can't see anything wrong. I have been through the tutorials, bug reports, and obviously Google, but nothing. I know this must be a simple error, but I can't seem to see the forest for the trees, and I am stumped (yes, pun intended)!
    Thanks for any help...
    !SESSION 2009-01-15 13:39:37.414 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.6.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    !ENTRY org.eclipse.equinox.app 0 0 2009-01-15 13:39:38.289
    !MESSAGE Product net.niat.calvin.product could not be found.
    !ENTRY org.eclipse.osgi 4 0 2009-01-15 13:39:38.305
    !MESSAGE Application error
    !STACK 1
    java.lang.RuntimeException: No application id has been found.
         at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236) (......)
    calvin.jnlp
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp
        spec="1.0+"
        codebase="file:///C:/junk/ERS/">
      <information>
        <title>ERS</title> 
        <vendor>NIAT</vendor>
        <homepage href="http://niat.net"/>
        <description>Electronic Record System</description>
        <icon href="icon.jpg"/>
        <icon kind="splash" href="splash.jpg"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se version="1.6+" max-heap-size="256m"/>
        <jar href="org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar"/>
        <extension
            name="Calvin Feature"
            href="features/net.niat.calvin.feature.jnlp"/>
        <property
            name="osgi.instance.area"
            value="@user.home/Application Data/calvin"/>
        <property
            name="osgi.configuration.area"
            value="@user.home/Application Data/calvin"/>
        <property
            name="eclipse.product"
            value="net.niat.calvin.product"/>
      </resources>
      <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain">
        <argument>-nosplash</argument>
      </application-desc>
    </jnlp>
    net.niat.calvin.feature.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="file:///C:/junk/ERS/">
      <information>
        <title>ERS</title> 
        <vendor>NIAT</vendor>
      </information>
       <resources>
        <jar href="plugins/net.niat.calvin_2.6.2.11.jar"/>
        <extension name="RCP" href="features/org.eclipse.rcp_3.4.1.jnlp"/>
      </resources>
      <component-desc></component-desc>
    </jnlp>
    org.eclipse.rcp_3.4.1.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="file:///C:/junk/ERS/">
      <information>
        <title>Eclipse</title> 
        <vendor>eclipse.org</vendor>
      </information>
      <resources>
        <jar href="plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/>
        <jar href="plugins/net.niat.calvin_2.6.2.11.jar"/>
        <jar href="plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/>
        <jar href="plugins/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar"/>
        <jar href="plugins/org.eclipse.core.databinding_1.1.1.M20080827-0800b.jar"/>
        <jar href="plugins/org.eclipse.core.expressions_3.4.0.v20080603-2000.jar"/>
        <jar href="plugins/org.eclipse.core.jobs_3.4.0.v20080512.jar"/>
        <jar href="plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20071008.jar"/>
        <jar href="plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar"/>
        <jar href="plugins/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar"/>
        <jar href="plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar"/>
        <jar href="plugins/org.eclipse.equinox.preferences_3.2.201.R34x_v20080709.jar"/>
        <jar href="plugins/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar"/>
        <jar href="plugins/org.eclipse.help_3.3.101.v20080702_34x.jar"/>
        <jar href="plugins/org.eclipse.jface.databinding_1.2.1.M20080827-0800a.jar"/>
        <jar href="plugins/org.eclipse.jface_3.4.1.M20080827-2000.jar"/>
        <jar href="plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar"/>
        <jar href="plugins/org.eclipse.swt.win32.win32.x86.source_3.4.1.v3449c.jar"/>
        <jar href="plugins/org.eclipse.swt_3.4.1.v3449c.jar"/>
        <jar href="plugins/org.eclipse.ui.forms_3.3.101.v20080708_34x.jar"/>
        <jar href="plugins/org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar"/>
        <jar href="plugins/org.eclipse.ui_3.4.1.M20080910-0800.jar"/>
        <jar href="plugins/runtime_registry_compatibility.jar"/>
      </resources>
      <component-desc></component-desc>
    </jnlp>

    Well, I found the solution to my problem.
    It turns out that this error is caused when your JNLP app is missing resources needed by equinox. In my case, I was missing the com.ibm.icu_xxxxx.jar and needed to update my org.eclipse.swt.win32.win32.x86_xxxxx.jar. I should have been clued in when the application ran in eclipse (my development environment, which has the proper files), but not under JWS. Correcting my .war build with the proper items did the trick.
    If this is happening to you, make sure you place all of the required bundles and fragments into your deployment directory.
    Good luck, I hope this helps someone else!

  • ERROR: MyService.jws:715:There are two or more operations with the same schema-element 'ns0:MyNameSpace' on the input message in a web service file or callback interface.

    I have two web service operations that have the same complex type as their input
    parameter. I want to map this type to an existing schema. I can successfully
    do this with the first operation using XQuery but when I attempt to do this with
    the second operation I get the following error:
    ERROR: MyService.jws:715:There are two or more operations with the same schema-element
    'ns0:MyNamespace' on the input message in a web service file or callback interface.
    ERROR:      SUGGESTION: Use different schema-element values for each of those operations.
    How can I use different schema-element values? The input parameters are to be
    mapped to the same schema and same element since they are the same for both operations....

    I am having the same problem. How did you resolve this..?? could you please tell me the solution??
    Thanks
    Shari

  • Validation Error in the JWS

    I have a JWS file which gets deployed perfectly fine in the weblogic 10.3 runtime. I tested the webservice as well , everythign seems to be fine.
    I wanted to add a SOAP Handler for the JWS file so i configured it with the annotation as
    *@HandlerChain(file="handler.xml")*
    The Handler Config file looks like this
    *<?xml version="1.0" encoding="UTF-8"?>*
    *<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">*
    *     <handler-chain>*
    *          <handler-name>handlerOne</handler-name>*
    *          <handler-class>com.Handler</handler-class>*
    *     </handler-chain>*
    *</handler-chains>*
    I checked all the target namespace for the config file and the schema surely validates the xml.
    But Weblogic Workshop says it a validation error could not validate the xml file referenced at the mentioned target namespace.
    I have the required Handler class files , Handler Configs and annotations in JWS. But workshop tries to compile and shows as validation error & would not publish.
    Karthik
    Edited by: user6714943 on May 18, 2009 9:26 AM

    Thanks for your reply.
    But when i try to generate the wsdl again from the JWS. I get the following error. Though i missed the handler part of the xml still something seems to be a problem with JWS.
    Handler chain file validation error for file: file:/C:/odsi/odsi_10.3/samples/RetailAppWeb/poc/sampleWS/src/com/handler.xml. Element handler-chains@http://java.sun.com/xml/ns/javaee is not a valid handler-config@http://www.bea.com/xml/ns/jws document or a valid substitution. (C:\odsi\odsi_10.3\samples\RetailAppWeb\poc\sampleWS\src\com\SampleWS.java, line 17)
    Edited by: user6714943 on May 18, 2009 9:25 AM

  • Javaw.exe - Application Error while running JWS

    Hi!
    I have been working to change our application to work with JWS.
    I seem to have solved all hurdles and the application runs perfectly as we want it on my computer.
    It works perfectly well on my Win NT and another Win 2000 machine, but other people have problems.
    On the machines my application does not work, they have JWS installed all right and they can run the demo applications without any problem.
    They can also run my application some time at random.
    The error they keep getting is a
    Javaw.exe - Application Error
    The instruction at "xxxx" referenced memory at "xxxx", the memory could not be "read".
    Has anybody had this problem? Any help is appreciated.
    This error does not happen on my NT no matter how many times I try to break it.
    Thanks
    -Nawaz

    I Found the problem.
    I increased the heap size of the JVm and everything is fine.
    -Nawaz

  • JWS 2.0 Giving Error !!!

    Hello, Friends!!
    I am using JWS 2.0 with JDS 1.2.2.
    Till yesterday, My site was running quite properly but since yesterday, I have start facing a "Typical Error".
    The Error looks like this :
    (Heading) Messenger Service
    Message from web_server to web_server on 1/12/02 4:39PM
    The scan of C:\JDK1.2.2\XYZ.JAR\XYZ.JAVA has taken too long to complete and is being canceled. Scan version used is 4.1.50 DAT version 4.0.4171.(from WEB_SERVER IP 999.9.9.99 user XYZ_ORG\Administrator running NetShield 2000 4.5 OAS)
    Here, the XYZ = some_file_name.java (Every time this keeps on changing.)
    Can anybody give me some clue?!!
    Waiting for your response,
    Thanks,
    -Nirav

    Anyone??!!!!

Maybe you are looking for

  • The Snippets Plug-In does not work anymore

    Hey there, i used this plug-in, where i get it from here. The snippets helped me to insert basic source code, like setter/getter-functions (i know that these function are implemented in flash builder ) and other things like whole switch-statements or

  • ICal and calendar lists in calendar view

    The calendar lists no longer appear in the calendar view of iCal. I was having a problem so deleted ical from the macbook, then did a complete reinstall with an archive and save old settings, THEN updated all the software, THEN deleted the user accou

  • Captive Runtime air 2.7?

    Hey, I was wondering if it in any way could be possibly to package with captive runtime in a combination between the new 3.0 ADT and the 2.7 SDK? In the 3.0 feature sheet it says; "Developers can now control exactly which version of the runtime an ap

  • ISE and iPads

    I have been playing with ISE for a few weeks now. I want to get the thoughts of other more experienced ISE users. I have concluded, it is best to use EAP-TLS with CERTS to differentiate between corporate owned iPads and BYOD iPads. Although ISE does

  • GL Acount Master Data: field 'House Bank'

    Hi, Does anybody knows what is the field "House Bank" for in GL Account Master data (SKB1- HBKID)? I have configured in FBZP for each "house bank" its GL Account in table T012K-HBKID but I have never informed HBKID in GL Account Master data. - what i