IBM JRE and Webservice (JWSD 1.3)

Initally, I can run this program in SUN JRE and JBoss. However, I have received some add change requests, therefore, we need to use IBM JRE and existing JBOSS 3.2.3.In addition, I have got a problem using IBM JRE and JBoss 3.2.3.
Actually, I use Sun JRE to compile those coding and then ftp to the JBOSS 3.2.3. Then, I use IBM JRE to run java application and sent web services request to JBOSS 3.2.3(using IBM JRE).
The following is a log file in JBOSS 3.2.3 which provides web service.
2007-07-16 09:17:32,083 ERROR [STDERR] Jul 16, 2007 9:17:32 AM com.sun.xml.rpc.server.http.JAXRPCServletDelegate doPost
SEVERE: caught throwable
java.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/soap/ver1_1/Message1_1Impl
The following is a log file which is created by Java application
ERROR - Error in invokeBatchJobAction: com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
ERROR - Error in run: com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
ERROR -
e.getCause().getMessage(): com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
Does anyone can tell me what problem?

It seems you're using Sun implementation (JAXRPC) and this one is looking for Sun SAAJ implementation.
You could get the same kind of error when using JAX-WS SAAJ (Sun implementation) who in turn require the Sun Xerces impl

Similar Messages

  • SecurityException with IBM J9 and Webservices

    Hello everybody...
    ...I need some "professional" help ;-)
    I just started to write a simple Apache Axis webservice and want to call it with a
    simple PDA application. For development I use the WSDD from IBM, the applications
    project uses the J9 PersonalProfile. I updated WSDD to support Webservices for MIDP and "Extension Services", then I took the wizard to create the client stubs from the WSDL.
    This works so far....
    ...but when I start my application on the development machine I get the following exception:
    Exception in Thread "main" java.lang.VerifyError: java.lang.SecurityException: java.rmi.MarshalException - protected system package 'java.rmi'
    at java.lang.Class.verify(Class.java:259)
    at java.lang.Class.initialize(Class.java:315)
    at javax.microedition.xml.rpc.Operation.newInstance(Operation.java:42) .....
    The client stubs are OK, because they work if I use the MIDP 2.0 library in WSDD for my project. So it must have something to do with the PP ?!?
    Has anyone an Idea ?!? Your help would be very appreciated !!
    Thanks in advance...
    Mirko

    WebService package belongs to ext directory - e.g. \J9\lib\jclFoundation11\ext if your java home directory is J9. Note that default j9 java home is above bin directory from which you start j9.exe. You don't need to set it explicitely in order to make the WebServices work, default setting is good enough (if you don't mess up your j9 installation).
    The security exception you got means that you are trying to load a system package (name begins with java) and you are not using bootstrap class loader. This can happen if you e.g. install WebServices somewhere else and add them to your classpath as if they were just ordinary non-system package. System packages belong to ext directory where they are picked automatically or you have to add them to your bootclasspath, not to classpath.

  • Oracle 11.2.0.2g driver with IBM JRE(J2RE 1.5.0 IBM J9 2.3 Linux x86-32)

    Hi All,
    I am trying to use oracle 11.2 jdbc thin driver with IBM JRE and getting following exception messages.
    Details from Ojdbc5.jar
    Implementation-Version: 11.2.0.2.0
    Repository-Id: JAVAVM_11.2.0.2.0_LINUX_100812.1
    And Details from Java System Properties
    java.vm.info: J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20060504 (JIT enabled)
    J9VM - 20060501_06428_lHdSMR
    JIT - 20060428_1800_r8
    GC - 20060501_AA
    java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:195)
    at javax.crypto.Cipher.getInstance(Unknown Source)
    at oracle.security.o5logon.O5LoginClientHelper.decryptAES(Unknown Source)
    at oracle.security.o5logon.O5LoginClientHelper.generateOAuthResponse(Unknown Source)
    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:655)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:366)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:536)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
    at com.tes.archival.extractor.DataExtractorWithJdbcImpl.extractArchivalRecords(DataExtractorWithJdbcImpl.java:61)
    at com.tes.archival.executor.ExtractorExecutor$1.call(ExtractorExecutor.java:57)
    at com.tes.archival.executor.ExtractorExecutor$1.call(ExtractorExecutor.java:1)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Thread.java:797)
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    ... 24 more
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
    at javax.crypto.b.a(Unknown Source)
    at javax.crypto.b.a(Unknown Source)
    at javax.crypto.b.access$600(Unknown Source)
    at javax.crypto.b$0.run(Unknown Source)
    at java.security.AccessController.doPrivileged(AccessController.java:241)
    ... 27 more
    Any help in resolving this issue will be much appreaciated.
    Regards,
    Raman

    804915 wrote:
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!Probably a permissions problem. Or something is wrong with the certs.

  • Launching a signed application that requires ibm-jre-1.5.0 from sun 1.4.2

    I am having problems with java web start not starting my application.
    The progress gui shows 'starting application' while the progress bar keeps blinking away.
    The application jars are signed using IBM-jdk's jarsigner.
    The setup is as follows:
    The client machines have only Sun's jdk-1.4.2_05 installed.
    The application requires a Java5 jre, so a jnlp file has been crafted that installs the required jre (provided by WebSphere thin client).
    The jre-installation goes well, i.e. the jre shows up in the web start guis as installed by the name specified.
    When web start tries to run the application on the 1.5.0-jre, it fails with the following produced in the web start log file:
    Java Web Start 1.4.2_05 Console, started Tue May 12 15:10:46 CEST 2009
    Java 2 Runtime Environment: Version 1.4.2_05 by Sun Microsystems Inc.
    Logging to file: C:\javaws.log
    Java Web Start 1.4.2_05 Console, started Tue May 12 15:12:30 CEST 2009
    Java 2 Runtime Environment: Version 1.4.2_05 by Sun Microsystems Inc.
    Logging to file: C:\javaws.log
    IBM WebSphere Application Server, Release 6.1
    Client Runtime Installer Tool
    Copyright IBM Corp., 2004, 2006
    Start installation.
    Found [java/jre/bin/javaw.exe] at
    file:C:/Documents%20and%20Settings/apptest/Application%20Data/Sun/Java/Deployment/javaws/cache/http/D<myserver>/P9080/DMruntime/RMWASThinClientJRERuntime-6.1-windows.jar!/java/jre/bin/javaw.exe.
    Extracting: C:/Documents and Settings/apptest/Application
    Data/Sun/Java/Deployment/javaws/cache/http/D<myserver>/P9080/DMruntime/RMWASThinClientJRERuntime-6.1-windows.jar.
    Extracting IBM WebSphere Application client runtime [1.5.0]:
    C:\Documents and Settings\apptest\Application
    Data\Sun\Java\Deployment\javaws\cache\.ext\E1242133972562\.
    Finished installing the IBM WebSphere Application client runtime in
    C:\Documents and Settings\apptest\Application
    Data\Sun\Java\Deployment\javaws\cache\.ext\E1242133972562\.
    Finished extracting IBM WebSphere Application client runtime.
    Java Web Start 1.4.2_05 Console, started Tue May 12 15:14:20 CEST 2009
    Java 2 Runtime Environment: Version 1.5.0 by IBM Corporation
    Logging to file: C:\javaws.log
    Exception in thread "javawsApplicationMain"
    java.lang.NoClassDefFoundError: sun.security.util.DerInputStream
    at com.sun.javaws.security.SunSecurityUtil.getExtendedKeyUsage(Unknown Source)
    at com.sun.javaws.security.SunSecurityUtil.checkLeafKeyUsage(Unknown Source)
    at com.sun.javaws.security.SunSecurityUtil.checkExtensions(Unknown Source)
    at com.sun.javaws.security.SunSecurityUtil.checkTrustedChain(Unknown Source)
    at com.sun.javaws.security.CertificateDialog.verifyCertificate(Unknown Source)
    at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(Unknown Source)
    at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
    at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
    at com.sun.javaws.Launcher.continueLaunch(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:810)
    Java Web Start 1.4.2_05 Console, started Tue May 12 15:17:15 CEST 2009
    Java 2 Runtime Environment: Version 1.4.2_05 by Sun Microsystems Inc.
    Logging to file: C:\javaws.log
    Java Web Start 1.4.2_05 Console, started Tue May 12 15:47:10 CEST 2009
    Java 2 Runtime Environment: Version 1.4.2_05 by Sun Microsystems Inc.
    Logging to file: C:\javaws.logI am quite unsure what to do. The DerInputStream is in the 1.4.2's rt.jar.
    I am confused as to who is actually having the problem, the sun web start JRE or the ibm jre.
    Does anyone have any hints?
    Thanks,
    /Morten

    Found it!!!
    It was not the applet.-tag... But the JRE that copies the proxy-settings from IE at some point (installation maybe) and uses those settings allthough I changed my settings in IE to work on our intranet.
    So I just changed the proxy-settings in the JRE control panel and now it works fine.
    /Peter

  • IBM JRE 1.2.2 - NullPointerException

    Hi All,
    anyone knows the solution to this : ???
    We need to use WebStart in connection
    with IBM WebSphere and IBM-JRE 1.2.2 on the client side.
    The JRE is installed well, an is used by webstart.
    WebStart shows "Starting Application" and hangs.
    I always get a null pointer exception when I enable logging:
    java.lang.NullPointerException
    at java.lang.ClassLoader.setSigners(ClassLoader.java:650)
    at java.lang.ClassLoader.defineClass
    (ClassLoader.java:474)
    at java.security.SecureClassLoader.defineClass
    (SecureClassLoader.java:103)
    at com.sun.jnlp.JNLPClassLoader.defineClass
    (JNLPClassLoader.java:279)
    at com.sun.jnlp.JNLPClassLoader.access$0
    (JNLPClassLoader.java:245)
    at com.sun.jnlp.JNLPClassLoader$1.run
    (JNLPClassLoader.java:226)
    at java.security.AccessController.doPrivileged(Native
    Method)
    at com.sun.jnlp.JNLPClassLoader.findClass
    (JNLPClassLoader.java:220)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
    at com.sun.javaws.Launcher.continueLaunch
    (Launcher.java:481)
    at com.sun.javaws.Launcher.handleApplicationDesc
    (Launcher.java:334)
    at com.sun.javaws.Launcher.handleLaunchFile
    (Launcher.java:151)
    at com.sun.javaws.Launcher.<init>(Launcher.java:113)
    at com.sun.javaws.Main.main(Main.java:153)
    Have we overseen something? What is the problem?
    Thanks for help!
    Sven

    my jar-file is signed.
    i have another application, signed by the same self-signed keys -> it works !
    and uses the IBM JRE 1.2.2 too.
    other guys in this forum are working with IBM-JRE 1.2.2 and signed jar-files too.
    if i change the the <j2se version="1.2.2"> tag to <j2se version="1.3"> my
    application is also working. ( without websphere-ORB! )
    thanks so far ...

  • IBM JRE 1.5: Uncaught exception in compiler

    I installed trial version of Flex Builder 2 Eclipse plug-in.
    If I run eclipse with the shortcut created by Flex Builder
    installation, everything works fine (it uses the Sun JRE 1.4.2
    included with the installation). If I modify the shortcut to run
    eclipse with the IBM JRE 1.5 (according to Flex 2.0.1 system
    requirements, such configuration is supported) and create new Flex
    project, the following error appears during the first build:
    Error
    Mon May 28 13:53:00 IDT 2007
    Uncaught exception in compiler
    java.lang.IllegalAccessError:
    org.apache.xerces.util.XMLAttributesImpl$Attribute
    at java.lang.ClassLoader.defineClassImpl(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:222)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.j ava:160)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:49 8)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java: 468)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager. java:427)
    at
    org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :410)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:188)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:33 9)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:391)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:352)
    at
    org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:83)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
    at java.lang.J9VMInternals.verifyImpl(Native Method)
    at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
    at
    org.apache.xerces.impl.XMLDocumentFragmentScannerMMImpl.<init>(XMLDocumentFragmentScanner MMImpl.java:105)
    at
    org.apache.xerces.impl.XMLDocumentScannerMMImpl.<init>(XMLDocumentScannerMMImpl.java:258)
    at
    org.apache.xerces.impl.XMLNSDocumentScannerMMImpl.<init>(XMLNSDocumentScannerMMImpl.java: 120)
    at
    org.apache.xerces.parsers.IntegratedParserConfigurationMMImpl.createDocumentScanner(Integ ratedParserConfigurationMMImpl.java:282)
    at
    org.apache.xerces.parsers.DTDConfiguration.<init>(Unknown
    Source)
    at
    org.apache.xerces.parsers.StandardParserConfiguration.<init>(Unknown
    Source)
    at
    org.apache.xerces.parsers.IntegratedParserConfigurationMMImpl.<init>(IntegratedParserConf igurationMMImpl.java:193)
    at
    org.apache.xerces.parsers.XML11ConfigurationMMImpl.<init>(XML11ConfigurationMMImpl.java:1 82)
    at
    org.apache.xerces.parsers.XML11ConfigurationMMImpl.<init>(XML11ConfigurationMMImpl.java:1 39)
    at java.lang.Class.newInstanceImpl(Native Method)
    at java.lang.Class.newInstance(Class.java:1263)
    at org.apache.xerces.util.ObjectFactory.newInstance(Unknown
    Source)
    at
    org.apache.xerces.util.ObjectFactory.findJarServiceProvider(Unknown
    Source)
    at org.apache.xerces.util.ObjectFactory.createObject(Unknown
    Source)
    at org.apache.xerces.util.ObjectFactory.createObject(Unknown
    Source)
    at
    org.apache.xerces.parsers.SAXParserMMImpl.<init>(SAXParserMMImpl.java:155)
    at
    org.apache.xerces.parsers.SAXParserMMImpl.<init>(SAXParserMMImpl.java:138)
    at
    org.apache.xerces.jaxp.SAXParserMMImpl.<init>(SAXParserMMImpl.java:109)
    at
    org.apache.xerces.jaxp.SAXParserFactoryMMImpl.newSAXParser(SAXParserFactoryMMImpl.java:10 2)
    at
    flex2.compiler.config.FileConfigurator.load(FileConfigurator.java:60)
    at
    flex2.tools.Compiler.processConfiguration(Compiler.java:465)
    at
    flex2.tools.oem.internal.OEMUtil.getApplicationConfiguration(OEMUtil.java:208)
    at
    flex2.tools.oem.internal.OEMUtil.getApplicationConfiguration(OEMUtil.java:180)
    at
    flex2.tools.oem.Application.recompile(Application.java:662)
    at flex2.tools.oem.Application.compile(Application.java:530)
    at
    flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:224)
    at
    com.adobe.flexbuilder.project.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(Un known
    Source)
    at
    com.adobe.flexbuilder.project.compiler.internal.ASApplicationBuilder.build(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.compiler.internal.ASBuilder.build(Unknown
    Source)
    at
    com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.buildApplication(U nknown
    Source)
    at
    com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(Unknown
    Source)
    at
    org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:603)
    at
    org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:167)
    at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
    at
    org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:230)
    at
    org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:233)
    at
    org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:252)
    at
    org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:285)
    at
    org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:145)
    at
    org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:208)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

    I found the problem! Seems to be due to the fact that I'm using a package called "data", which caused a conflict while trying to access "this.data" in an item renderer.
    Explicitely casting "this.data" solved the problem!
    If someone would like to try to reproduce this error, old code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx"
    autoDrawBackground="false" xmlns:components="visual.components.*">
    <components:ContactElement ContactID="{this.data.ContactID}"
    Sender="{this.data.Sender}"
    Target="{this.data.Target}"
    Accepted="{this.data.Accepted}"
    Player="{this.data.Player}"/>
    </s:ItemRenderer>
    New code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/mx"
    autoDrawBackground="false" xmlns:components="visual.components.*">
    <fx:Script>
    <![CDATA[
    import data.ContactItem;
    ]]>
    </fx:Script>
    <components:ContactElement ContactID="{ContactItem(this.data).ContactID}"
    Sender="{ContactItem(this.data).Sender}"
    Target="{ContactItem(this.data).Target}"
    Accepted="{ContactItem(this.data).Accepted}"
    Player="{ContactItem(this.data).Player}"/>
    </s:ItemRenderer>
    Thanks again for the help. I panicked quite a lot when I discovered that ugly error!

  • Can I use IBM jre v1.3 with weblogic5.1.0 on win2000?

    I tried to simply change the JAVA_HOME to the IBM jre folder, but it
    didn't work and I got a message said my registry was misconfigured.
    What do I need to do or is it possible to use IBM jre v1.3 with
    WebLogic 5.1?

    I'm pretty sure that it is not certified. We do not know what will happen.
    I suggest using one of the platforms that we have certified.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Phil Du" <[email protected]> wrote in message
    news:[email protected]..
    I tried to simply change the JAVA_HOME to the IBM jre folder, but it
    didn't work and I got a message said my registry was misconfigured.
    What do I need to do or is it possible to use IBM jre v1.3 with
    WebLogic 5.1?

  • Installer IBM JRE

    I would like to install IBM's JRE using Webstart. I have created a zipped file, which contains all the nessary files needed to launch IBM's JRE. The problem is I can't seem to find an API, which will allow me to add this new JRE to the list of available JRE's listed inside of Webstart.
    I would like install this new JRE using a custom installer and refer to it in my JNLP file, see below.
    <resources>
         <j2se version="IBM-1.3" />
         <jar href="app.jar" />
    </resources>
    I can unzip the JAR file I created on a client machine, but I have been unable to add this JRE to Webstart.
    Background.
    I need to use the IBM JRE on the client side in order to invoke EJB calls to Webstart. IBM has a non-standard ORB, which means you must use their JRE.

    I watched this topic because I encountered a similar situation at the last place I worked. When I left we had yet to resolve the topic. As no one has offered a simple solution I'll share what I know to try and put you on the right path. I don't believe you actually have to use IBM's JRE in order to pull this off - only their corba classes. Of course the JRE would work but I couldn't figure out how to do that either. Using the corba classes seemed a more likely solution. My plan was to package the jars from IBM's thin client with my application and use them rather than the standard corba classes. The big problem is that this requires editing the java.security file for sun's jre and I don't know if you can do that via webstart. Plan B would have been for me to write a custom installer with something like install anywhere. IBM does have a J2EE client that will solve all these problems but it doesn't work on Windows '95. If you dig around IBM's site you should be able to find some info on using websphere with sun's JRE although its not officially "supported." Hope this helps...

  • Whats is difference between Java JRE  and  Java SDK

    Hi,
    what is the difference between Java JRE and Java SDK...
    i think both of them have the same set of files to be installed...
    I am not able to understand where they differ

    The JRE (Java runtime Environment) contains just the stuff necessary to run Java and the SDK (System Development Kit) contains the extra stuff necessary (and also helpful) to develop in Java.

  • How to Set Up SSO Between IBM WebSphere and SAP EP Using JAAS

    Hi
    I have read the article on SDN called "How to Set Up SSO Between IBM WebSphere and SAP EP Using JAAS", which is also the name of my posting.
    The reason why I post this is that I've tried to follow the links in the PDF to get the file WebsphereEpSsoLib.zip but I get an error 403, which tells me that the file is not there.
    Does anybody know where this file went or can somebody tell me an alternative place to get this file?
    Jacob

    Please open the associated whitepaper, and you can find the download link to the .ZIP file on page 4.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ibm/how to set up single sign-on between an ibm websphere portal and the sap enterprise portal using jaas.pdf
    Hope that works!
    Elise

  • I do not know my apple administrator username and password? How do I find out what it is? I am trying to download IBM Notes and Domino onto my MacBook Pro and I cannot download the software without verifying my apple administrator username/password

    I do not know my apple administrator username and password. How do I find out what it is? I am trying to download IBM Notes and Domino onto my MacBook Pro and I cannot download the software without verifying my apple administrator username and password.

    iOS is only for mobile devices, so:
    Resetting or changing a password:
    For Snow Leopard or earlier:  http://support.apple.com/kb/HT1274
    For Lion or later:  http://support.apple.com/kb/HT6022
    For Mavericks users:
    http://www.macworld.co.uk/how-to/mac-software/how-change-admin-password-mac-3535 328/
    This is also useful:
    http://www.macworld.co.uk/ipad-iphone/news/?newsid=3463233&olo=email
    If it's running Mac OS X 10.6.8 or earlier, insert a Mac OS X install DVD, restart with the Option key held down, click on it, and use the Reset Password utility.
    If it's running Mac OS X 10.7 or newer, restart with the Command and R keys held down, open the Terminal, and use the resetpassword command:
    https://discussions.apple.com/docs/DOC-4101

  • I am having an issue with an IBM site and it was suggested by customer service that I need to install version 3 of Firefox. I cannot find a site to do this.

    I need to download a copy of FireFox 3.o to be able to post updates in an IBM repository. The current 4.0 version doesn't allow me to post or open files in this repository.

    If you just need it for that one site, I believe a better option than replacing Firefox 4 is to install the portable version of Firefox 3 on your hard drive. You can use the portable version for the IBM site and Firefox 4 for other sites. You can get the portable version from http://portableapps.com/apps/internet/firefox_portable - Firefox 3 is listed in the legacy versions section.
    It is best not to use Firefox 3 for all browsing as it is no longer supported with security updates.

  • Directory structure for servlets and webservices in one application

    hi,
    Can any one help me for creating servlets and webservices in one
    application and deploying in Jboss 4.2.0.
    I want to know exactly what is the directory structure for creating this
    application and what are the additional .xml files for deploying this application.
    if any one know this answere please tell the answere.

    I figured out a solution - it's a problem of policies. In detail: Server1's codebase entry (file:) refers to the class directory of Server1's project. In the simple case of only Client1, which has no codebase entry, it works fine without a file permission on the side of Server1. In the complex case of Client1+Server2, which has to have a codebase entry (file:) refering to the class directory of the Server2's project on a separate machine, for exactly the same method call from Client1 to Server1 a file permission entry on the side of Server1 is needed for Server1's class directory. But WHY ???
    It seems to be a little confusing with the codebase entries, many of the posts are contrary to others and to my personal experiences. Some comments given by Adrian Colley throw a little light upon some aspects. Is there anybody, who can explain the whole topic, when, why, and which part of RMI application deals with codebase entries, also in case of not dynamic code downloading ? May be there is also a reference into the java docs, which I didn't found up to now.
    Thanks in advance
    Axel

  • What is the difference between j2sdk1.4.1_03/jre and j2re1.4.1_03?

    Hi,all!
    What is the difference between j2sdk1.4.1_03/jre and j2re1.4.1_03?
    Why there have two JRE? Which one we should use?

    JRE - Java Runtime Enviroment, what you stick on the end-user computers - http://www.java.com
    SDK - Software Development Kit (aka JDK - Java Developer Kit) - http://java.sun.com

  • What's the difference between JRE and HotSpot

    What's the difference between JRE and HotSpot?
    Where can i find HotSpot for Solaris?
    tks!

    The difference between the two is explained at:
    http://www.sun.ca/software/communitysource/hotspot/
    and
    http://www.sun.ca/software/communitysource/hotspot/faq.html
    It's included in the J2SE v1.3.1 release.

Maybe you are looking for