FileNotFoundException in RAD using WebSphere

Hi,
I am trying to parse a XML file using DOM parser using RAD as IDE using WebSphere server.
But when i give the relative path of the file, it tries to search it in the installation directory of RAD and throws file not found exception.
Please provide a solution for this.
Thx

RTFM or STFW

Similar Messages

  • Problem with Open document SSO using websphere.

    Hi All,
    I have a issue,
    We configured AD SSO using websphere and its working fine but when we try to login to the open document SSO using websphere it prompting for login credentials.
    Is there any steps needed for configure open document SSO using websphere.
    We made all the changes in web.xml file for the Open Document ,same as in Infoview web.xml file.
    When we launch the Open Document, it prompts for the login screen, we get username and passwd fields we do not get the authentication drop down,if we give the AD credentials , we get "Enterprise Authentication error" .We feel the default authentication mode is taken as "Enterprise".
    We have made changes in the web.xml for open document to have authentication.dafault as "secWinAD", also ,for test purpose we made the authentication. visible as "true" but the changes were not taken, we have redeployed the war files.
    Any one please help on this.
    Environment Details-
    BOBJ XI R3.1 SP2
    Web Sphere 6.1.0.25  .
    Thank you in advance.
    Thanks & Regards,
    Bill.

    The same settings in the infoviewapp web.xml must be applied on the opendocument web.xml. Also you must be on XI 3.1 FP1 or higher. There is currently an Edge issue being investigated.
    Regards,
    Tim

  • Error in Toplink 10.1.3 cache coordination using Websphere JMS

    I' am trying to setup Cache Coordination for Toplink 10.1.3 in Websphere 7 using Websphere's implementation of JMS. However I' am getting a NamingException
    when I try to lookup the Topic and TopicFactory from the JNDI tree. Admin Security is enabled in the server but not application security. I' am able to lookup
    the queues using InitialContext. Upgrading to Toplink 11 is not an option right now for us. Please help in finding out if anything is missing in my Toplink configuration.
    <?xml version="1.0" encoding="UTF-8"?>
    <toplink-sessions
         version="10g Release 3 (10.1.3.0.0)"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <session xsi:type="server-session">
              <name>default</name>
              <remote-command>
                   <commands>
                        <cache-sync>true</cache-sync>
                   </commands>
                   <transport xsi:type="jms-topic-transport">
                        <topic-connection-factory-name>jms/jobtrax.TCF</topic-connection-factory-name>
                        <topic-name>jms/jobtrax.ToplinkTopic</topic-name>
                        <jndi-naming-service>
                             <url>corbaloc:rir:/NameServiceServerRoot</url>
                             <initial-context-factory-name>com.ibm.websphere.naming.WsnInitialContextFactory</initial-context-factory-name>
                        </jndi-naming-service>
                   </transport>
              </remote-command>
    <!--<event-listener-classes>
    <event-listener-class>com.pstechnology.eaf.persistence.toplink.PostBeginTransactionListener</event-listener-class>
    </event-listener-classes>
              -->
              <logging xsi:type="toplink-log">
                   <log-level>fine</log-level>
                   <logging-options>
                        <log-exception-stacktrace>true</log-exception-stacktrace>
                        <print-thread>true</print-thread>
                        <print-session>false</print-session>
                        <print-connection>false</print-connection>
                        <print-date>true</print-date>
                   </logging-options>
              </logging>
              <primary-project xsi:type="class">com.pstechnology.toplink.ToplinkProject</primary-project>
              <login xsi:type="database-login">
                   <platform-class>com.pstechnology.eaf.persistence.toplink.Oracle10Platform</platform-class>
                   <external-connection-pooling>true</external-connection-pooling>
                   <external-transaction-controller>false</external-transaction-controller>
                   <sequencing>
                        <default-sequence xsi:type="native-sequence">
                             <name>Default</name>
                        </default-sequence>
                   </sequencing>
                   <datasource>jdbc/jobtrax_job_datasource</datasource>
                   <bind-all-parameters>true</bind-all-parameters>
              </login>
         </session>
    </toplink-sessions>
    [2/17/11 16:22:10:696 EST] 00000018 SystemOut O [TopLink Warning]:
    2011.02.17 04:22:10.690--Thread(Thread[server.startup : 0,5,main])--Local
    Exception Stack:
    Exception [TOPLINK-22103] (Oracle TopLink - 10g Release 3 (10.1.3.0.0)
    (Build 060118)): oracle.toplink.exceptions.RemoteCommandManagerException
    Exception Description: Could not look up remote connection under name
    jms/jobtrax.TCF with URL corbaloc:rir:/NameServiceServerRoot
    Internal Exception: javax.naming.NamingException: Error during resolve
    [Root exception is javax.naming.AuthenticationException: Login failed:
    com.ibm.websphere.security.auth.WSLoginFailedException [Root exception is
    com.ibm.websphere.security.auth.WSLoginFailedException]]
    at
    oracle.toplink.exceptions.RemoteCommandManagerException.errorLookingUpRemoteConnection
    (RemoteCommandManagerException.java:75)
    at
    oracle.toplink.remotecommand.jms.JMSTopicTransportManager.getTopicConnectionFactory
    (JMSTopicTransportManager.java:206)
    at
    oracle.toplink.remotecommand.jms.PstJMSTopicTransportManager.createJMSTopicRemoteConnection
    (PstJMSTopicTransportManager.java:67)
    at
    oracle.toplink.remotecommand.jms.JMSTopicTransportManager.createLocalConnection
    (JMSTopicTransportManager.java:106)
    at
    oracle.toplink.remotecommand.jms.JMSTopicDiscoveryManager.startDiscovery
    (JMSTopicDiscoveryManager.java:44)
    at oracle.toplink.remotecommand.RemoteCommandManager.initialize
    (RemoteCommandManager.java:132)
    at oracle.toplink.publicinterface.DatabaseSession.login
    (DatabaseSession.java:517)
    at oracle.toplink.tools.sessionmanagement.SessionManager.getSession
    (SessionManager.java:379)
    at
    com.pstechnology.eaf.persistence.toplink.TopLinkRepository.getServerSession
    (TopLinkRepository.java:163)
    at
    com.pstechnology.eaf.persistence.toplink.TopLinkRepository.getClientSession
    (TopLinkRepository.java:198)
    at
    com.pstechnology.eaf.persistence.toplink.TopLinkRepository.getReadSession
    (TopLinkRepository.java:216)
    at com.pstechnology.eaf.persistence.toplink.TopLinkRepository.read
    (TopLinkRepository.java:318)
    at
    com.pstechnology.repository.admin.ApplicationPropertyRepository.findApplicationPropertyByEnumId
    (ApplicationPropertyRepository.java:70)
    at
    com.pstechnology.service.admin.AdministrationService.findApplicationPropertyValue
    (AdministrationService.java:179)
    at
    com.pstechnology.scheduling.trigger.AbolishedTaskSimpleTrigger.getTimerRepeatIntervalValue
    (AbolishedTaskSimpleTrigger.java:45)
    at
    com.pstechnology.scheduling.trigger.AbolishedTaskSimpleTrigger.afterPropertiesSet
    (AbolishedTaskSimpleTrigger.java:30)
    at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
    (AbstractAutowireCapableBeanFactory.java:1198)
    at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
    (AbstractAutowireCapableBeanFactory.java:1167)
    at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
    (AbstractAutowireCapableBeanFactory.java:427)
    at org.springframework.beans.factory.support.AbstractBeanFactory
    $1.getObject(AbstractBeanFactory.java:249)
    at
    org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
    (DefaultSingletonBeanRegistry.java:155)
    at
    org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    (AbstractBeanFactory.java:246)
    at
    org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    (AbstractBeanFactory.java:160)
    at
    org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons
    (DefaultListableBeanFactory.java:291)
    at
    org.springframework.context.support.AbstractApplicationContext.refresh
    (AbstractApplicationContext.java:352)
    at
    org.springframework.context.support.ClassPathXmlApplicationContext.<init>
    (ClassPathXmlApplicationContext.java:122)
    at
    org.springframework.context.support.ClassPathXmlApplicationContext.<init>
    (ClassPathXmlApplicationContext.java:66)
    at com.pstechnology.service.SchedulingContext.initialize
    (SchedulingContext.java:56)
    at com.pstechnology.servlet.InitializationServlet.init
    (InitializationServlet.java:52)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init
    (ServletWrapper.java:358)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init
    (ServletWrapperImpl.java:169)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize
    (ServletWrapper.java:1809)
    at
    com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper
    (WebExtensionProcessor.java:98)
    at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings
    (WebApp.java:678)
    at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinally
    (WebApp.java:429)
    at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize
    (WebAppImpl.java:304)
    at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication
    (WebGroupImpl.java:100)
    at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication
    (VirtualHostImpl.java:166)
    at com.ibm.ws.webcontainer.WSWebContainer.addWebApp
    (WSWebContainer.java:731)
    at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication
    (WSWebContainer.java:616)
    at com.ibm.ws.webcontainer.component.WebContainerImpl.install
    (WebContainerImpl.java:376)
    at com.ibm.ws.webcontainer.component.WebContainerImpl.start
    (WebContainerImpl.java:668)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start
    (ApplicationMgrImpl.java:1122)
    at
    com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart
    (DeployedApplicationImpl.java:1319)
    at com.ibm.ws.runtime.component.DeployedModuleImpl.start
    (DeployedModuleImpl.java:609)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start
    (DeployedApplicationImpl.java:944)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication
    (ApplicationMgrImpl.java:725)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start
    (ApplicationMgrImpl.java:2046)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start
    (CompositionUnitMgrImpl.java:439)
    at com.ibm.ws.runtime.component.CompositionUnitImpl.start
    (CompositionUnitImpl.java:123)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start
    (CompositionUnitMgrImpl.java:382)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$300
    (CompositionUnitMgrImpl.java:110)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl
    $CUInitializer.run(CompositionUnitMgrImpl.java:949)
    at com.ibm.wsspi.runtime.component.WsComponentImpl
    $_AsynchInitializer.run(WsComponentImpl.java:349)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563)
    Internal Exception Stack:
    javax.naming.NamingException: Error during resolve [Root exception is
    javax.naming.AuthenticationException: Login failed:
    com.ibm.websphere.security.auth.WSLoginFailedException [Root exception is
    com.ibm.websphere.security.auth.WSLoginFailedException]]
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup
    (CNContextImpl.java:1840)
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup
    (CNContextImpl.java:1749)
    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt
    (CNContextImpl.java:1500)
    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup
    (CNContextImpl.java:637)
    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:165)
    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
    at javax.naming.InitialContext.lookup(InitialContext.java:455)
    at
    oracle.toplink.remotecommand.jms.JMSTopicTransportManager.getTopicConnectionFactory
    (JMSTopicTransportManager.java:204)
    at
    oracle.toplink.remotecommand.jms.PstJMSTopicTransportManager.createJMSTopicRemoteConnection
    (PstJMSTopicTransportManager.java:67)
    at
    oracle.toplink.remotecommand.jms.JMSTopicTransportManager.createLocalConnection
    (JMSTopicTransportManager.java:106)
    at
    oracle.toplink.remotecommand.jms.JMSTopicDiscoveryManager.startDiscovery
    (JMSTopicDiscoveryManager.java:44)
    at oracle.toplink.remotecommand.RemoteCommandManager.initialize
    (RemoteCommandManager.java:132)
    at oracle.toplink.publicinterface.DatabaseSession.login
    (DatabaseSession.java:517)
    at oracle.toplink.tools.sessionmanagement.SessionManager.getSession
    (SessionManager.java:379)
    at
    com.pstechnology.eaf.persistence.toplink.TopLinkRepository.getServerSession
    (TopLinkRepository.java:163)
    at
    com.pstechnology.eaf.persistence.toplink.TopLinkRepository.getClientSession
    (TopLinkRepository.java:198)
    at
    com.pstechnology.eaf.persistence.toplink.TopLinkRepository.getReadSession
    (TopLinkRepository.java:216)
    at com.pstechnology.eaf.persistence.toplink.TopLinkRepository.read
    (TopLinkRepository.java:318)
    at
    com.pstechnology.repository.admin.ApplicationPropertyRepository.findApplicationPropertyByEnumId
    (ApplicationPropertyRepository.java:70)
    at
    com.pstechnology.service.admin.AdministrationService.findApplicationPropertyValue
    (AdministrationService.java:179)
    at
    com.pstechnology.scheduling.trigger.AbolishedTaskSimpleTrigger.getTimerRepeatIntervalValue
    (AbolishedTaskSimpleTrigger.java:45)
    at
    com.pstechnology.scheduling.trigger.AbolishedTaskSimpleTrigger.afterPropertiesSet
    (AbolishedTaskSimpleTrigger.java:30)
    at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
    (AbstractAutowireCapableBeanFactory.java:1198)
    at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
    (AbstractAutowireCapableBeanFactory.java:1167)
    at
    org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
    (AbstractAutowireCapableBeanFactory.java:427)
    at org.springframework.beans.factory.support.AbstractBeanFactory
    $1.getObject(AbstractBeanFactory.java:249)
    at
    org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
    (DefaultSingletonBeanRegistry.java:155)
    at
    org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    (AbstractBeanFactory.java:246)
    at
    org.springframework.beans.factory.support.AbstractBeanFactory.getBean
    (AbstractBeanFactory.java:160)
    at
    org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons
    (DefaultListableBeanFactory.java:291)
    at
    org.springframework.context.support.AbstractApplicationContext.refresh
    (AbstractApplicationContext.java:352)
    at
    org.springframework.context.support.ClassPathXmlApplicationContext.<init>
    (ClassPathXmlApplicationContext.java:122)
    at
    org.springframework.context.support.ClassPathXmlApplicationContext.<init>
    (ClassPathXmlApplicationContext.java:66)
    at com.pstechnology.service.SchedulingContext.initialize
    (SchedulingContext.java:56)
    at com.pstechnology.servlet.InitializationServlet.init
    (InitializationServlet.java:52)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init
    (ServletWrapper.java:358)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init
    (ServletWrapperImpl.java:169)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize
    (ServletWrapper.java:1809)
    at
    com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper
    (WebExtensionProcessor.java:98)
    at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings
    (WebApp.java:678)
    at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinally
    (WebApp.java:429)
    at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize
    (WebAppImpl.java:304)
    at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication
    (WebGroupImpl.java:100)
    at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication
    (VirtualHostImpl.java:166)
    at com.ibm.ws.webcontainer.WSWebContainer.addWebApp
    (WSWebContainer.java:731)
    at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication
    (WSWebContainer.java:616)
    at com.ibm.ws.webcontainer.component.WebContainerImpl.install
    (WebContainerImpl.java:376)
    at com.ibm.ws.webcontainer.component.WebContainerImpl.start
    (WebContainerImpl.java:668)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start
    (ApplicationMgrImpl.java:1122)
    at
    com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart
    (DeployedApplicationImpl.java:1319)
    at com.ibm.ws.runtime.component.DeployedModuleImpl.start
    (DeployedModuleImpl.java:609)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start
    (DeployedApplicationImpl.java:944)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication
    (ApplicationMgrImpl.java:725)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start
    (ApplicationMgrImpl.java:2046)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start
    (CompositionUnitMgrImpl.java:439)
    at com.ibm.ws.runtime.component.CompositionUnitImpl.start
    (CompositionUnitImpl.java:123)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start
    (CompositionUnitMgrImpl.java:382)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$300
    (CompositionUnitMgrImpl.java:110)
    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl
    $CUInitializer.run(CompositionUnitMgrImpl.java:949)
    at com.ibm.wsspi.runtime.component.WsComponentImpl
    $_AsynchInitializer.run(WsComponentImpl.java:349)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1563)
    Caused by: javax.naming.AuthenticationException: Login failed:
    com.ibm.websphere.security.auth.WSLoginFailedException [Root exception is
    com.ibm.websphere.security.auth.WSLoginFailedException]
    at com.ibm.ws.naming.util.SecurityUtil.login(SecurityUtil.java:121)
    at com.ibm.ws.naming.jndicos.CNContextImpl.login
    (CNContextImpl.java:4516)
    at com.ibm.ws.naming.jndicos.CNContextImpl.cosResolve
    (CNContextImpl.java:2781)
    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup
    (CNContextImpl.java:1790)
    ... 60 more
    Caused by: com.ibm.websphere.security.auth.WSLoginFailedException
    at com.ibm.ws.security.ltpa.LTPAServerObject.authenticate
    (LTPAServerObject.java:998)
    at com.ibm.ws.security.server.lm.ltpaLoginModule.login
    (ltpaLoginModule.java:643)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:48)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at javax.security.auth.login.LoginContext.invoke
    (LoginContext.java:795)
    at javax.security.auth.login.LoginContext.access$000
    (LoginContext.java:209)
    at javax.security.auth.login.LoginContext$4.run
    (LoginContext.java:709)
    at java.security.AccessController.doPrivileged
    (AccessController.java:251)
    at javax.security.auth.login.LoginContext.invokePriv
    (LoginContext.java:706)
    at javax.security.auth.login.LoginContext.login
    (LoginContext.java:603)
    at com.ibm.ws.security.auth.JaasLoginHelper.jaas_login
    (JaasLoginHelper.java:354)
    at com.ibm.ws.security.auth.ContextManagerImpl.login
    (ContextManagerImpl.java:4024)
    at com.ibm.ws.security.auth.ContextManagerImpl.login
    (ContextManagerImpl.java:3728)
    at com.ibm.ws.security.auth.ContextManagerImpl.login
    (ContextManagerImpl.java:3724)
    at com.ibm.ws.security.auth.ContextManagerImpl.login
    (ContextManagerImpl.java:3475)
    at com.ibm.ws.naming.util.SecurityUtil$1.run(SecurityUtil.java:115)
    at com.ibm.ws.naming.util.SecurityUtil$1.run(SecurityUtil.java:111)
    at com.ibm.ws.security.util.AccessController.doPrivileged
    (AccessController.java:118)
    at com.ibm.ws.naming.util.SecurityUtil.login(SecurityUtil.java:109)
    ... 63 more
    Caused by: com.ibm.websphere.security.PasswordCheckFailedException
    at com.ibm.ws.wim.registry.util.LoginBridge.checkPassword
    (LoginBridge.java:204)
    at com.ibm.ws.wim.registry.WIMUserRegistry$1.run
    (WIMUserRegistry.java:181)
    at com.ibm.ws.security.auth.ContextManagerImpl.runAs
    (ContextManagerImpl.java:4610)
    at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem
    (ContextManagerImpl.java:4698)
    at
    com.ibm.ws.wim.security.authz.jacc.JACCSecurityManager.runAsSuperUser
    (JACCSecurityManager.java:432)
    at
    com.ibm.ws.wim.security.authz.ProfileSecurityManager.runAsSuperUser
    (ProfileSecurityManager.java:964)
    at com.ibm.ws.wim.registry.WIMUserRegistry.checkPassword
    (WIMUserRegistry.java:170)
    at com.ibm.ws.security.registry.UserRegistryImpl.checkPassword
    (UserRegistryImpl.java:338)
    at com.ibm.ws.security.ltpa.LTPAServerObject.authenticate
    (LTPAServerObject.java:973)
    ... 83 more
    Caused by: com.ibm.websphere.wim.exception.PasswordCheckFailedException:
    CWWIM4537E No principal is found from the 'admin' principal name.
    at com.ibm.ws.wim.ProfileManager.loginImpl(ProfileManager.java:3607)
    at com.ibm.ws.wim.ProfileManager.genericProfileManagerMethod
    (ProfileManager.java:292)
    at com.ibm.ws.wim.ProfileManager.login(ProfileManager.java:400)
    at com.ibm.websphere.wim.ServiceProvider.login
    (ServiceProvider.java:485)
    at com.ibm.ws.wim.registry.util.LoginBridge.checkPassword
    (LoginBridge.java:169)

    We are taking another run at TopLink 10.1.3 and have run into this problem again.
    It turns out that this is fairly reproducable. It occurs when we remove the last item (or all of the items) from the parent collection.
    It occurs with transparent indirection on or off.
    I've added several tests to our Junit suite to detect this behavior with various objects. Sometimes they fail, sometimes they pass. Going back to TopLink 9, a couple of the tests that fail in 10 fail, but most of them pass.
    Given the number of folks who shared our probem in TopLink9, I wonder how many have a similar problem in 10. I also wonder why the behavior differs somewhat between 9 and 10. Though our expanded test suite is now detecting the behavior in 9, it is less frequent.

  • Transaction Time out error in EJB while using Websphere Application Server.

    Hi All,
    I am using Websphere Application server and getting the transaction time out error. By default the transaction time out is 120 second. I am using session bean for doing a set of transaction. These set are dynamically generated. Is there any way to set the transaction time out for only this session bean to infinite ?
    Thanks in advance
    Vivek

    Hi,
    According to WAS 6 , every opened connection has to be commited (or rolledback) explicitly (didnt try autocommit) before closing. Even if all you have done with that connection is a SELECT Query.
    This has apparently solved the same problem I was getting. implement it and see whether it helps you.

  • Oracle Forms Architecture using Websphere AS

    My company wish to migrate to the latest version of Oracle forms (currently 10.1.2 (10gr2) ) from v5 and v6. I understand that the first step is to migrate v5 to v6, then we can move from v6 to v10.
    My question is actually regarding the forms architecture we are looking to implement. We are to purchase new WinTel servers (IBM x3550 rack servers) and my senior manager is "directing" me towards using Websphere as the application server. What experience do people have of running Forms with Websphere (as opposed to Oracle Application Server or Apache/Tomcat/mod-jk)? How easy (or not) is the configuration of forms to work with Websphere? Are there any "gotchas" to be aware of?

    Hi,
    I don't know nothing about Websphere, but I did the same thing for BEA WebLogic Server a while ago, that is install and run Forms without using OAS.
    It took me about one month to get it running, with most of the time spent on figuring out how BEA WebLogic (or any J2EE compliant server) works, how forms server works and what to put where. And to figure out, which parts (i.e .jar-files) are needed by the applet and which ones by the servlets, since oracle installs them all into the same directory (forms\java).
    Things to look out for or be aware of:
    - you still must install Oracle Application Server Forms + Reports Services (you just don't run the server tools or daemons then, and even can delete them from your disk)
    - you still need a licence for OAS!
    - some addons like SingeSignOn or Load Balancing may not work , or at least be more difficult to integrate
    hope that helps
    Volker

  • Mapping the CMP Fields with the Database Table using Websphere???

    Hi,
    How to Map the CMP Fields with the Database Table using Websphere
    thru ejb.jar.xml???
    Thanks,
    JavaCrazyLover

    Hi,
    How to Map the CMP Fields with the Database Table using Websphere
    thru ejb.jar.xml???
    Thanks,
    JavaCrazyLover

  • No OptimisticLockException on Client when using Websphere with JTA

    Hi,
    i'm using Websphere 6.0 with toplink 10.1.3.3.0 and the external TransaktionController (JTA) is enabled in the session.xml.
    Now I've activated OptimisticLocking (VersionLocking) and when the websphere server throw the OptimisticLockException, i see the Exception with the correct Cause and Message in the server logfile but on the remote Client i get there an
    java.rmi.RemoteException: CORBA UNKNOWN 0x4942fe86 Maybe; nested exception is:
         org.omg.CORBA.UNKNOWN:
         >> SERVER (id=4773e3aa, host=i11410.sbb.ch) TRACE START:
         >> java.rmi.RemoteException: ; nested exception is:
         com.ibm.websphere.csi.CSITransactionRolledbackException
    - thats all.
    I've tried it also with an ExceptionHandler where i created my own OptimisticLockException, but the same - on the server i see it but on the client only this ugly websphere Exception.
    Does anybody know this problem, is there something in the configuration wrong?

    Hi
    I have tested the s-video out on this notebook and everything worked correctly.
    I really dont know why it does not work on your notebook.
    Despite the fact that the s-video cable has worked on the friends computer, you should test another one because there are different s-video cables with different ends like SCART connector or only s-video and two RCA jacks for sound.
    Furthermore I would recommend testing this on fresh recovered notebook.
    Additionally you could take the notebook to your friend and test it on another TV.

  • RAD and websphere 6.0

    Hi,
    I tried to configure websphere from the prospective of IBM RAD 6.0 .
    then I started the server. My server status is showing starting.........
    I check in console but there is nothing in the console.After all server status is not showing like 'started'.
    Could you please give me the solution with full step.
    Thanks
    Kind regards,
    Raj
    Message was edited by:
    rajnishsunjava

    Yaar, we have no idea what the h�ll you have done to configure a web server in RAD.
    Are you using the built-in WAS 6 test server?
    Are you using the built-in Tomcat test server?
    Did you install the appropriate test server, if not?
    Is there a web or enterprise app. associated with the server?
    Are there multiple console views and are you looking at the right one?

  • Anyone using WebSphere 7 with IDM 8.0?

    Any issues?
    Thanks.

    We are using IDM 8.0 patch 7 and since IDM 8.1 has no issues, I suspect that it would be the same with 8.0 as they are not that different. It is just taking longer that expected to get WebSphere 7 setup for testing purposes here.
    Thank you.

  • Weblogic 10 MDB using Websphere MQ 6.1

    I am trying to configure weblogic server to use an MQ queue to trigger an MDB.
    I have setup the JNDI foreign provider with the links between the local and remote JNDI names. I have also placed the relevant MQ jars into the classpath.
    However when I startup the server I get the following problem:
    Error getting JMSServer member info NestedException Message is :com.ibm.mq.jms.MQQueue
    Has anyone successfully integrated these versions of weblogic and websphere MQ? From a search of relevant docs, it appears the weblogic approach has changed in recent versions from defining 'foreign JMS providers' to JNDI providers - however the documentation related to MQ integration all users the old approach - is there any more uptodate documents anywhere?
    Full exception is:
    Error getting JMSServer member info
    at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:440
    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(Mod
    uleListenerInvoker.java:107)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(Depl
    oymentCallbackFlow.java:381)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(De
    ploymentCallbackFlow.java:71)
    Truncated. see log file for complete stacktrace
    Error getting JMSServer member info NestedException Message is :com.ibm.mq.jms.MQQueue
    at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDMan
    agers(MessageDrivenBeanInfoImpl.java:1293)
    at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(Me
    ssageDrivenBeanInfoImpl.java:1058)
    at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java
    :1322)
    at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:423
    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(Mod
    uleListenerInvoker.java:107)
    Truncated. see log file for complete stacktrace
    >
    Thanks in advance.

    I've got the same error running WLS 9.2MP2 against a Tibco foreign provider dying at the same spot ModuleListenerInvoker.java:107:
              Error getting JMSServer member info
              at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:422)
              at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
              at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:381)
              at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
              at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:71)
              Truncated. see log file for complete stacktrace
              Error getting JMSServer member info NestedException Message is :com.tibco.tibjms.naming.TibjmsFederatedTopic
              at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDManagers(MessageDrivenBeanInfoImpl.java:12$
              at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(MessageDrivenBeanInfoImpl.java:1050)
              at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1270)
              at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:405)
              at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
              Truncated. see log file for complete stacktrace

  • Synchronization with Mobile Server using Websphere MQ

    Hi!
    Can anybody tell me how to carry out synchronization between Lite and Mobile Server via Websphere MQ messaging system? Unfortunately, in our case MQ queues is the only way to communicate between Mobile client and Mobile Server thus we can't use HTTP-connection what Mobile Server supports. Maybe there're some products what can transmit HTTP requests/responses via message queues (tunneling)?
    Thanks in advance!
    Serguei

    Please contact Oracle Russia, Sergey Danilov +7 095 258 41 80 to get your question answered properly. The answer is yes by implementing your own (message based) transport protocol.

  • Re: Using Websphere MQ & Weblogic 7.0 MDBs....

              Sridhar,
              It interest me to to know how you got on with this.
              Thanks,
              Ranjit
              "Sridhar Krishnaswamy" <[email protected]> wrote:
              >
              >We would like to keep Websphere MQ and Weblogic on separate machines
              >and still
              >take advantage of XA. My understanding (from reading the BEA Whitepaper
              >on configuring
              >foreign JMS Providers) is that it is not possible to configure the Weblogic
              >MDBs
              >in 'Container Managed Transaction Mode', because of the limitations of
              >MQSeries
              >(until version 5.2) supporting XA only in bindings mode, which means
              >that the
              >QM Manager where the MDBs connect to have to be on the same machine.
              >
              >
              >It looks like Websphere MQ 5.3 CSD03 does not have this limitation, i.e.
              >it provides
              >an 'Extended Transactional Client' that eliminates the need for the Queue
              >Manager
              >to be on the same machine as WLS. I am struggling to configure the setup,
              >because
              >there is not much information available and the only manual I got from
              >IBM talks
              >only about configure their own AppServer, Websphere.
              >
              >Does anyone have experience with configuring MDBs getting messages from
              >a MQ Queue
              >Manager on a different machine as a Container Managed Transaction? If
              >so, any
              >pointers would help.
              >
              >Thanks,
              >Sridhar
              

              Hi,
              We use WebLogic 7.0 and MQSeries running on separate servers. I created the .bindings
              file with the JMSAdmin tool and create a jndi dir to store the file in the WebLogic
              domain. I also configured the classpath in the startup script for Weblogic.
              To get the MDB's to work, you define the path of the .binding file in the weblogic.xml
              file. See below classpath and xml. I never tried to look at the file through
              the jndi tree. I did not implement code to do this such as the startup class.
              It hasn't been necessary, everything works great. I'm still looking into using
              the ETC....IBM says your can't but this thread says you can. Hope this helps.
              Jennifer
              classpath info:
              $DOMAIN_HOME/lib/fscontext.jar:$DOMAIN_HOME/lib/providerutil.jar:$
              DOMAIN_HOME/lib/com.ibm.mqjms.jar:$DOMAIN_HOME/lib/com.ibm.mq.jar
              weblogic-ejb-jar.xml
              <ejb-name>SynchronousMessageControllerMDB</ejb-name>
              <message-driven-descriptor>
              <pool>
              <max-beans-in-free-pool>3</max-beans-in-free-pool>
              <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
              </pool>
              <destination-jndi-name>RPCS.REQUEST.TO.RPCS</destination-jndi-name>
              <initial-context-factory>com.sun.jndi.fscontext.RefFSContextFactory</initial-context-factory>
              <provider-url>file:/opt/weblogic/apps1/rpcs/rpcsDomain/jndi</provider-url>
              <connection-factory-jndi-name>RPCSQCF</connection-factory-jndi-name>
              <jms-polling-interval-seconds>60</jms-polling-interval-seconds>
              </message-driven-descriptor>
              "Jean-François Malaise" <[email protected]> wrote:
              >
              >Hi,
              >
              >I have the same problem but with a little difference: I don't use a start-up
              >classe
              >but configur a foreign JMS Server (I use Weblogic 8.1) and I point our
              >provider
              >url to the directory where .bindings are (That file was created by the
              >JSMAdmin
              >tool of Websphere MQ).
              >I added the CLASS_PATH of MQ jars in the StartManagedServer.sh script.
              >The problem is: when I would like to see the JNDI tree, I have the foolowing
              >message
              >instead the tree: "Access denied". I have verified the file access (we
              >used Solaris
              >8.0) for the file .binding and they are corrects.
              >
              >Is someone had already have the problem and can help me?
              >
              >"K.V.Subrahamnyam" <[email protected]> wrote:
              >>
              >>
              >>
              >>Hi Guys,
              >>
              >>Hi Guys,
              >>Attached my startup class.i can connect to MQ through that.but how i
              >>can connect
              >>through MDB.
              >>Please help me in setting up my MDB to connect to MQ series.I've followed
              >>the
              >>same way as in jmsproviders pdf document.I've one weblogic startup class.in
              >>the
              >>startup class can i give any jndi name?where it stores jndi information?how
              >>it
              >>invokes MDB?what is the provider url and connection factory jndi anme
              >>we've to
              >>give in the weblogic-ejb-jar.xml.
              >>
              >>Please provide me the exact information.I heard that if we can copy
              >.bindings
              >>file from MQ Server to WebLogic server (as both are on different machines)
              >>and
              >>point our provider url to the directory where .bindings file copied.is
              >>it the
              >>correct way.i cannot get MQ server access.how i can do it?
              >>
              >>Tom Barnes <[email protected]> wrote:
              >>>You could try contacting BEA customer support,
              >>>a support person recently got the MQ extended client working
              >>>for another customer. (Her name is Jane Sampson.)
              >>>The main thing seemed to be that you
              >>>need to make sure that all required MQ jars are in
              >>>the server class path:
              >>>
              >>>Required on WLS where MQ objects are bound into JNDI:
              >>>
              >>>%MQ_JAVA_LIB%\com.ibm.mq.jar
              >>>%MQ_JAVA_LIB%\com.ibm.mqjms.jar
              >>>
              >>>Required only if MQ objects are bound into JNDI on a different server:
              >>>
              >>>%MQ_JAVA_LIB%\com.ibm.mq.jar
              >>>
              >>>For the jmsadmin.bat classpath, all that seems to be necessary is:
              >>>
              >>>%MQ_JAVA_LIB%\com.ibm.mq.jar
              >>>%MQ_JAVA_LIB%\com.ibm.mqjms.jar
              >>>
              >>>If that doesn't work try, dumping them all in:
              >>>
              >>>set MQ_JAVA_INSTALL_PATH=C:\PROGRA~1\IBM\WEBSPH~1\Java
              >>>set MQ_JAVA_LIB=%MQ_JAVA_INSTALL_PATH%\lib
              >>>set MQJMS_CLASSPATH=%MQ_JAVA_LIB%\com.ibm.mq.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\com.ibm.mqbind.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\com.ibm.mqjms.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\com.ibm.mqetclient.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\fscontext.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\connector.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\jms.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\jndi.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\jta.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\ldap.jar
              >>>set MQJMS_CLASSPATH=%MQJMS_CLASSPATH%;%MQ_JAVA_LIB%\providerutil.jar
              >>>
              >>>
              >>>In addition, I doubt the startup class you
              >>>are using is required anymore - instead, leverage
              >>>the new "foreign vendor" integration features
              >>>built into 8.1 (configured via console).
              >>>
              >>>http://edocs.bea.com/wls/docs81/jms/intro.html#jms_features
              >>>
              >>>Tom
              >>>
              >>>Leong Dong wrote:
              >>>
              >>>> "Sridhar Krishnaswamy" <[email protected]> wrote:
              >>>...
              >>>>
              >>>> Sridhar,
              >>>>
              >>>> I am currently trying to configure the MQ 5.3 extended transactional
              >>>client to
              >>>> work with MDB's on WLS 8.1, and is getting the following error:
              >>>> [EJB:010196]'javax.jms.JMSException: MQJMS1068: failed to obtain
              >XAResource'
              >>>Linked
              >>>> exception = 'javax.transaction.xa.XAException: client connection
              >not
              >>>XA enabled'
              >>>>
              >>>> I am using a Startup Class to set up the JNDI objects, as described
              >>>in the "Using
              >>>> Foreign JMS Providers with WebLogic Server" document. This worked
              >>>fine with MQ
              >>>> 5.2 in "bindings" mode, but not with MQ 5.3 in extended client mode.
              >>>>
              >>>> Any suggestions you can offer is greatly appreciated.
              >>>>
              >>>> Thank you in advance,
              >>>> Leong
              >>>
              >>
              >
              

  • Creating a web service using websphere integration developer

    Hi! all, Iam trying to create a web service in websphere integration developer, of IBM,
    While creating a wsdl file, it asks for literals, there we need to check the corresponding literal based upon the requiremnet.
    I came to know that document literal is used for document inputs and outputs,where as rpc literal/rpc encoded is used when dealing with the primitive data types.
    I created a simple addition operation with rpc encoded its working,
    but i tried out with the rpc encoded , which is causing an error
    the err is :
    IWAB0135E An unexpected error has occurred.
    SOAPException
    Operation timed out: connect:could be due to invalid address
    Iam not getting how to resolve this error,
    Please let me know , if any has faced this kind of error , n knows how to solve.
    And also let me know exactly , the difference between the literals.
    Fine then,
    Thanks & Regards,
    D.Swetha.

    Unfortunately, OUT parameters are not supported in 9.0.3 as per this doc:
    http://otn.oracle.com/docs/products/ias/doc_library/903doc_otn/generic.903/b10004/plsqlservices.htm#1030066
    JDeveloper's PL/SQL Web service support is built on top of the Oracle9iAS support so is subject to the same constraints. Support for OUT arguments is planned in future releases of Oracle9iAS and Oracle9i JDev.
    You may be able to construct a workaround using an approach described in this new DB Web services paper:
    http://otn.oracle.com/tech/webservices/htdocs/dbwebservices/Database_Web_Services.pdf
    where you use JPublisher/SQLJ to do the work and then another wrapper/sub class as the actual class that is published as a Web service. See the section that covers a strategy for publishing result sets which are an unsupported type but through a bit of extra work can be used within Web services. This loses the point-and-click tooling approach in JDeveloper but may solve the issue if it is a hard requirement.
    Mike.

  • Deployment using WebSphere

    Hello Everyone,
    I have successfully assembled an entity bean using Application Assembly Tool (AAT).
    I would like to know how to deploy this entity bean to Websphere's application server without using Application Development Studio, then run a client against the entity bean.
    Your help is greatly appreciately. John

    Hi,
    Its very simple.
    You can run ur ejb client using launchClient.exe.
    How: just use the following command:
    launchClient myejb.ear
    where myejb.ear is the enterprise archive file composed of .war and .jars
    hope above will help u..
    sameer

  • Using WebSphere Studio Device Developer

    Hi guys,
    I'm looking into options for coding for PDAs in java. I want to use some powerful GUIs, so naturally I've chosen to use J2ME/CDC and PP.
    I grabbed the trial version of the WebSphere software and I'm looking for a good guide on using the software. To start I just want to create a basic program which can show me what controls are available in Java.
    Is there anything more advanced than AWT GUIs currently?
    If there is how do I install it so I can use it with WebSphere.
    Thanks in advance,
    Joe

    Ok.. I got the J9 VM on it... i think..
    But I can't seem to run my app.
    Here is my apps code:
    import java.awt.*;
    import java.awt.event.*;
    public class HelloWorld extends Frame {
         boolean inAnApplet = true;
         TextArea output;
         public HelloWorld() {
              addWindowListener(new WindowAdapter() {
                   public void windowClosing(WindowEvent e) {
                        if (inAnApplet) {
                             dispose();
                        } else {
                             System.exit(0);
              setLayout(new BorderLayout());
              output = new TextArea(5,30);
              output.setEditable(true);
              add("Center", output);
         public void speak() {
              output.append("Hello World.\n");
         public static void main(String[] args) {
              HelloWorld window = new HelloWorld();
              window.setTitle("HelloWorld Application");
              window.inAnApplet = false;
              window.setSize(200,200);
              window.speak();
              window.setVisible(true);
    When I try to run it with "Java on Device" and i select my pocket pc i get the following error - Java Application: There are no Java applications available for the selected project and device
    Any ideas?
    It seems to run fine when i select the local JRE (ive-2.2)

Maybe you are looking for

  • I was charged over $600 for a phone I returned and it has been reactivated, but they can't take the charge off my bill.

    In September I was charged $650 for a broken phone that was not returned.  I took the phone to Verizon store near my home and asked what I needed to do to return the equipment.  The sales rep said all I needed to do was put it in the envelope and put

  • 2nd MBP has messed up my home network--help please

    I have a linksys wireless router. I have a MBP 1.83 gz and my MBP 2.2 GZ just arrived today. I turned them both on, both will get onto my wireless network (which is WEP protected) and then after two or three minutes neither computer can go online. In

  • How to get information about cluster disk using powershell

    Hi How can I list all cluster disks in my Hyper-V cluster using Powershell? I see two cluster disk "Cluster Disk 1" and "Cluster Disk 1" in my cluster management console but I would like to see them using powershell. Kind Regards Tomasz

  • Creating a simple scaling RollOver

    I'm trying to create a simple scaling rollover effect for some buttons using actionscript 3. In my file I have two buttons, the first button has the proper beginning and ending states, but lacks the animation in between. The second button has the pro

  • I need help with my ichat (version 2.0 I believe)

    I have an ibook G4 with Mac 10.3.9. I accidentally deleted my ichat application (version 2.0) I believe and now can't find a download for that, nor can I download the new version 2.1 since there is no 2.0 found in my applications. What can I do? Is t