Regarding issues connecting to EJB 2 from OSB

Hi,
I am trying to connect from OSB 11g to EJB 2 which is deployed on weblogic 7.1.
I am getting this error.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>BEA-380002: Error accessing the JNDI context for the EJB call: java.net.ConnectException: Bootstrap to failed. It is likely that the remote side declared peer gone on this JVM</faultstring>
<detail>
<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
<con:errorCode>BEA-380002</con:errorCode>
<con:reason>Error accessing the JNDI context for the EJB call: java.net.ConnectException:: Bootstrap to failed. It is likely that the remote side declared peer gone on this JVM</con:reason>
<con:location>
<con:node>GTX</con:node>
<con:path>request-pipeline</con:path>
</con:location>
</con:fault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Can any one please help me in resolving this issue.
Thanks,

Hi,
Thank you for posting in Windows Server Forum.
As per your comment, they have Remote Desktop client v5.2 and I suspect that due to this reason they can’t connect the remote session as the version if very old. We need to use latest RDP version to connect successfully. Also please check the certificate which
is used by server, please check below article for information. 
Remote Desktop disconnected or can’t connect to remote computer or to Remote Desktop server (Terminal Server) that is running Windows Server 2008 R2
http://support.microsoft.com/default.aspx?scid=kb;en-US;2477176
Hope it helps!
Thanks.
Dharmesh Solanki
TechNet Community Support

Similar Messages

  • Need help to connect tibco jms queues from OSB

    Hi,
    We have a requirement in our project "to connect tibco JMS Queues from OSB".
    The Queres are created by some othes in remote system, they provided us the details to connect the Queue. the detail are:
    Queue Name :EXT_WEALTHHUB.TO_EXT.SYNC.REQ
    Jndi Factory :SSLQueueConnectionFactory
    and hostName , PORT
    Credentails are provided.
    We entered the same details in Business service in transport page by choosing 'jms' as protocol and EndpointURI as.
    "jms://100.10.XX.YY:1234/SSLQueueConnectionFactory/EXT_WEALTHHUB.TO_EXT.SYNC.REQ"
    And we created a service account to maintain the credentials and browsed the same at service account in the business service.
    In JMS Transport Page we selected
    Response Queue : One for all Request URI's
    Response Pattern : JMS CorrelaltionID
    Response UI :jms://100.10.XX.YY:1234/SSLQueueConnectionFactory/EXT_WEALTHHUB.TO_EXT.SYNC.RESP
    when we are trying to establish a connection with the above queue getting
    javax.naming.CommunicationException [Root exception is weblogic.socket.UnrecoverableConnectException: [Login failed for an unknown reason: er.deployer.MessageDrivenBeanInfoImpl.getInitialContext(MessageDrivenBeanInfoImpl.java:733)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.getInitialContext(MessageDrivenBeanInfoImpl.java:689)
         at weblogic.jms.common.CDS$DD2Listener$1.run(CDS.java:1018)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:130)
         at weblogic.jms.common.CDS$DD2Listener.getInitialContextFromListener(CDS.java:1012)
         at weblogic.jms.common.CDS$DD2Listener.getInitialContext(CDS.java:984)
         at weblogic.jms.common.CDS$1.run(CDS.java:436)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:130)
         at weblogic.jms.common.CDS.createInitialContext(CDS.java:431)
         at weblogic.jms.common.CDS.getDDMembershipInformation(CDS.java:270)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDManagers(MessageDrivenBeanInfoImpl.java:1455)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(MessageDrivenBeanInfoImpl.java:1252)
         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1320)
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:493)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:531)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:165)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:157)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.socket.UnrecoverableConnectException: [Login failed for an unknown reason: in.checkLoginSuccess(Login.java:131)
         at weblogic.rjvm.t3.MuxableSocketT3.connect(MuxableSocketT3.java:403)
         at weblogic.rjvm.t3.ConnectionFactoryT3.createConnection(ConnectionFactoryT3.java:34)
         at weblogic.rjvm.ConnectionManager.createConnection(ConnectionManager.java:1777)
         at weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.java:1417)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:437)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:316)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:198)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl$2.run(MessageDrivenBeanInfoImpl.java:748)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.doPrivilagedAction(MessageDrivenBeanInfoImpl.java:2238)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.getInitialContext(MessageDrivenBeanInfoImpl.java:733)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.getInitialContext(MessageDrivenBeanInfoImpl.java:689)
         at weblogic.jms.common.CDS$DD2Listener$1.run(CDS.java:1018)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:130)
         at weblogic.jms.common.CDS$DD2Listener.getInitialContextFromListener(CDS.java:1012)
         at weblogic.jms.common.CDS$DD2Listener.getInitialContext(CDS.java:984)
         at weblogic.jms.common.CDS$1.run(CDS.java:436)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:130)
         at weblogic.jms.common.CDS.createInitialContext(CDS.java:431)
         at weblogic.jms.common.CDS.getDDMembershipInformation(CDS.java:270)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.createMDManagers(MessageDrivenBeanInfoImpl.java:1455)
         at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.activate(MessageDrivenBeanInfoImpl.java:1252)
         at weblogic.ejb.container.deployer.EJBDeployer.activate(EJBDeployer.java:1320)
         at weblogic.ejb.container.deployer.EJBModule.activate(EJBModule.java:493)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:532)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:165)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:158)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1269)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentM
    Any pointers on how to resolve the above issue will be a greate help to us.
    Thanks in Advance                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Wrong forum, please ask this on dedicated weblogic or soa forums

  • SET access issue while connecting to MQ explorer from OSB.

    Hi,
    Could some one please advice, why OSB is expectign the SET access must be enabled while connecting to the MQ manager, which is not allowed in the non-dev regions.
    ----- amqzfubx.c : 594 --------------------------------------------------------
    09/26/12 11:30:41 - Process(7899.11289) User(mqm) Program(amqzlaa0_nd)
    Host(mqhmts2)
    AMQ8077: Entity 'mqalsb ' has insufficient authority to access object
    XXX.SEU.MEM1.POSTTRADE.REQ'.
    EXPLANATION:
    The specified entity is not authorized to access the required object. The
    following requested permissions are unauthorized: set
    ACTION:
    Ensure that the correct level of authority has been set for this entity against
    the required object, or ensure that the entity is a member of a privileged
    group.
    Here our requireemnt is we have 100 members which are posting the messages through OSb to the external partners, for this in OSB we have used Topic/Subscription model, where it uses RFH2 header to get the particular memebr name like MEM1- MEM100. So for thsi we have used MQ protocol to fectch the Topic string value where MEM1 to MEM100 are configured to the topic string.
    But we are seeing the above erros when deployed to non-dev regions.
    Could you please advice is there any settign we can chaneg in OSB while configuring the MQ details.
    IN OSB we have configured the MQ copnnection details as below.
    Connection Type mqTcpModeType
    MQ Host Name xxx.unix.lch.com
    MQ Port Number 1234
    MQ Queue Manager Name XXX.ALSB.YYY
    Queue Manager CCSID
    MQ Queue Manager Channel Name ALSB.CONN
    SSL Required false
    Reference to the Static Service Account COMMON/Service Accounts/MQ
    WebSphere MQ Version v6
    MQ Connection Pool Size 100
    MQ Connection Timeout 1800
    MQ Connection Max Wait 3
    Is there any change that needs to be set in to avoid the SET permissions issue.
    Thanks.
    Edited by: user12679330 on 26-Sep-2012 05:30

    Sorry for the delay.
    siebenv.sh and odbc.ini should be created after the Siebel Server has been configured using the configuration wizard.
    Check Doc ID 604303.1 on support.oracle.com regarding the odbc error and let us know if it is helpful.
    Thank you,
    Wilson

  • Help regarding issue connecting to DB through shell script

    Hi,
    I have a Oracle 8.1.7 Database running on a AIX box. I am trying to truncate one table from within the shell script using here documents.
    Code section of my script -
    succ=`sqlplus -s ${USR} << EOF
    whenever sqlerror exit sql.sqlcode
    set feedback on
    Truncate table abc.xyz;
    exit;
    EOF`
    USR has been set as /. We have ops$ users in the database. So when I run this script using my id it runs fine. The problem seems to be coming when this runs as part of the batch job which runs under a different osuser. The error is -
    + + sqlplus -s /
    + 0< /tmp/sh164108.8
    succ=ERROR:
    ORA-01017: invalid username/password; logon denied
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}] | [INTERNAL]
    where <logon> ::= <username>[<password>][@<connect_string>] | /
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}] | [INTERNAL]
    where <logon> ::= <username>[<password>][@<connect_string>] | /
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    I am not sure what is going wrong. I have tried and googled for the issue and it seems that the issue is coming because the osuser under which the job runs may not be setup to use "sqlplus -s /" ? Any help appreciated.
    Regards,
    Saurabh

    This is the forum for Oracle's SQL Developer tool, not for general SQL and PL/SQL questions.Questions like this will get a better response in the PL/SQL forum.
    Having said that, it looks likely that the other user doesn't have an ops$ account.

  • Issues connecting to FTP sites from OS/X Computers

    Hello,
    I have a network that is mixed with Windows and OS/X Lion, Snow Leopard machines. We access external FTP servers to download files that are needed. None of my OS/X machines are able to connect to the FTP servers while all of my Windows machines are able to without a problem. What is even more strange is that if I attemp to connect to the server using a port such as 221 instead of 21, waiting for it to fail, and then connecting on 21, it works.
    Our network is using private ip addresses and the firewall is a Firebox appliance.
    Any ideas?
    Here is a log from terminal ftp:
    ftp> open ediftp.XXXXXXXXX.com
    Connected to ediftp.XXXXXXX.com.
    220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Name (ediftp.XXXXXXX.com:jim): USERNAME
    421 Service not available, remote server has closed connection.
    ftp: Login failed
    ftp>
    And here is the log from Filezilla that shows a connection when using the invalid port trick:
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Command:          USER xxxxx
    Error:          Could not read from socket: ECONNRESET - Connection reset by peer
    Error:          Could not connect to server
    Status:          Waiting to retry...
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:221...
    Error:          Connection attempt interrupted by user
    Status:          Delaying connection for 1 second due to previously failed connection attempt...
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Command:          USER xxxxxx
    Response:          331 Password required for xxxxxx.
    Command:          PASS **********
    Response:          230 User xxxxxxx logged in.
    Command:          SYST
    Response:          215 UNIX Type: L8
    Command:          FEAT
    Response:          211-Extensions supported:
    Response:           AUTH TLS
    Response:           CCC
    Response:           CLNT
    Response:           CPSV
    Response:           EPRT
    Response:           EPSV
    Response:           MDTM
    Response:           MFCT
    Response:           MFMT
    Response:           MLST type*;size*;create;modify*;
    Response:           MODE Z
    Response:           PASV
    Response:           PBSZ
    Response:           PROT
    Response:           REST STREAM
    Response:           SIZE
    Response:           SSCN
    Response:           TVFS
    Response:           UTF8
    Response:           XCRC "filename" SP EP
    Response:           XMD5 "filename" SP EP
    Response:           XSHA1 "filename" SP EP
    Response:          211 End.
    Command:          CLNT FileZilla
    Response:          200 Noted.
    Command:          OPTS UTF8 ON
    Response:          200 UTF8 OPTS ON
    Status:          Connected
    Status:          Retrieving directory listing...
    Command:          PWD
    Response:          257 "/" is current directory.
    Command:          TYPE I
    Response:          200 Type set to I.
    Command:          PASV
    Response:          227 Entering Passive Mode (173,56,68,239,115,193)
    Command:          MLSD
    Response:          150 Data connection accepted from xx.xx.xxx.xxx:37545; transfer starting.
    Response:          226 Transfer ok.
    Status:          Directory listing successful
    Jim

    this is most likely a local firewall issue on the the Vista computer combined with your NAT not doing hairpinning.  please see Matthew Kaufman's detailed treatment of the NAT/firewall issue at
       http://forums.adobe.com/message/1064983#1064983

  • Issue connecting to Vista peer from OS X, XP and Windows 7

    Hi, I've got the following problem.
    Got a bunch of OS X, XP, Vista and Windows 7 machines sitting on standard NetGear LAN. The router has a static IP and is running NAT for the clients. There is a firewall to Internet (Firebrick).
    There are no problems connecting between the OS X, XP, Windows 7 machines. However, you cannot connect to the Vista peers, except in some special cases.
    To simplify I'm using the standard file sharing example. Calling the following method:
    private function connectReceiveStreamToPeer(e:Event):void
    recieveStream = new NetStream(netConnection,txtFarID.text);
    recieveStream.client = this;
    recieveStream.addEventListener(NetStatusEvent.NET_STATUS, receiveStreamHandler);
    recieveStream.play("file");
    where txtFarID.text represents a Vista peer, never results in the receive stream becoming connected to the Vista peer's sendStream...
    However, there is a connection. If the Vista peer first connects its receiveStream to the sendStream of the OS X, XP or Windows 7 peer, then the OS X, XP or Windows 7 peer is thereafter able to connect its receiveStream to the sendStream of the Vista peer.
    I've tested this on a couple of Vista laptops. Both are completely standard and don't have any special security software installed.
    Any ideas?
    Best, Dominic

    this is most likely a local firewall issue on the the Vista computer combined with your NAT not doing hairpinning.  please see Matthew Kaufman's detailed treatment of the NAT/firewall issue at
       http://forums.adobe.com/message/1064983#1064983

  • Can OER harvest from OSB on different machine?

    Hi,
    The answer seemed to me obvious (YES) till I tried to do it. Since the harvester requires BEA_HOME set to OSB instllation how could I harvest OSB that does not reside on the same machine? Either I am missing something or the idea of a single OER managing assets in various environments is not 100% true.
    Thanks in advance for putting me on the right path.
    regards
    Pawel

    When connecting to the database from the host works (local) but not from another host (remote), could be several things causing the problem. And a specific error message is much more helpful than "it does not work ...". Can't help if we can't tell what you need help with.
    The one that gets most folk are the firewall settings. Next most "popular" problem is some kind of incorrect client setup.
    From the remote host, try a tnsping. This will test both possible problems, and also tell you where the client configuration files live. In a command box, a tnsalias should be set up in the client %ORACLE_HOME%/network/admin/tnsnames.ora
    tnsping xejoe  
    ... Used parameter files: <drive:>network\admin\sqlnet.ora ...
    Attempting to contact (DESCRIPTION=... <connect string host:port:service_name info> ...
    OK (<n> msec) ...
    ... Or could say tns-<n> error or something *not* OKYou have to tell your client who "xejoe" is, by specifying the connect details in tnsnames.ora or have an oracle naming service available, i.e. the tnsnames.ora method, add this stanza to the tnsnames.ora file:
    xejoe =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = <hostname or IP for xejoe instance>)(PORT = <port#>))
        (CONNECT_DATA =
          (SERVICE_NAME = <service name>[.domain_name] )
      )  And if you've added the port number exception to your firewall, it should be all good to go.
    To verify the correct SERVICE_NAME will require an actual sqlplus connection- tnsping only verifies if a host has an oracle listener running on that port.
    On the database server, a `lsnrctl services` command reveals the SERVICE_NAME used for the database instance.

  • Error acceessing remote EJB 2.0 from OSB

    Hi All,
    I am trying to access a remote EJB(2.0) from OSB. When i am trying to connect to the EJB i am getting this error.
    "java.net.ConnectException: Connection refused: connect; No available router to destination"
    I have built the WSDl based on the client jar that is provided and then configured the JNDI Provider. Then I provided the endpoint EJB URL in the following format.
    ejb:JNDIProviderName:ConnectionfactoryName:JNDIName.
    Let me know if i have missed out any configuration in order to access EJB. Your help is appreciated as we are struck in SIT.
    Thanks,
    B
    .

    Strange question. If you know EJB 2 and you know EJB 3, you should be able to answer this question yourself. If you don't know one of the two, you shouldn't be asking this question but hitting the books.
    As for the errors you are getting, the error couldn't be more clear:
    java.lang.NoClassDefFoundError: com/fammllc/exceptions/LubeNominationExceptionIt doesn't even have something to do with EJBs, its a simple case of class not found. The warning is more odd as the EJB 3 spec defines that transactions should default to REQUIRED, not "NOT_SUPPORTED". If EJB 3 would really be in play here, you wouldn't be getting this warning. Its probably a case of "read the manual" - the manual of whatever container you are using (I'm guessing Weblogic, which has its own forum here: https://forums.oracle.com/forums/category.jspa?categoryID=193).
    Edited by: gimbal2 on May 10, 2012 4:56 AM

  • Error connecting to CLOUDSCAPE database from EJB

    Hi All,
    I am working on Sun's reference implementation App Server verson 1.3.1. It comes shipped with cloudscape database. When I write try to connect to this App Server through JSP that calls methods through Enterprise Java Beans I get this Error Message:
    java.net.ConnectException: Connection refused: connect
    java.rmi.RemoteException: nested exception is: javax.ejb.EJBException: Unable to
    connect to database. Connection refused to host: XXXXXXXX; nested exception
    is:
    java.net.ConnectException: Connection refused: connect; nested exception
    is:
    javax.ejb.EJBException: Unable to connect to database. Connection refuse
    d to host: XXXXXXXXX; nested exception is:
    java.net.ConnectException: Connection refused: connect
    javax.ejb.EJBException: Unable to connect to database. Connection refused to hos
    t: XXXXXXXXX; nested exception is:
    java.net.ConnectException: Connection refused: connect
    <<no stack trace available>>
    Can any one help me solve this problem.
    Regards,
    Venky.

    Hi,
    check the following points.
    1.Make sure that Cloudscape is up.u can start this using teh command cloudscape -start
    2.set the datasorce properly.u can change this from deploy tool,tools->Server->datasources->standard configuration.
    use the default datasource jdbc/Cloudscape by leaving user/pwd as blank.
    HTH
    -asharafkk

  • Issues connecting to a SQL Anywhere repo from the Designer

    I have installed DS4.2 SP2 on a number of Suse 11.1 Linux VMs using all of the standard settings, and making use of the bundled SQL Anywhere database as my repo.
    I am getting an error in the Designer when I try to connect to certain repositories in the Login screen, but the problem is not happening on all installations.
    The error is an ODBC message:
    ERROR: ODBC call <SQLDriverConnect> to connect database <DS_REPO> failed with error: <[Sybase][SQL Anywhere]Database server not found>. Use the ODBCDriverSelector (Windows) or DSConnectionManager,sh (UNIX) utility in LINK_DIR/bin to configure the correct version of the driver.....(BODI-1112172)
    I have checked both the ODBCDriverSelector on the machine running the Designer and DSConnectionManager on the server, and the drivers are all correct for SQL Anywhere 12. I can also successfully connect to the database from the Windows Repository Manager - the only problem is with the Designer.
    I have tried adding an ODBC entry in the System DSNs for the repo database, and again I can successfully test the connection - but this hasn't fixed my issue, and the Designer can connect (when it can connect) even if a DSN isn't defined.
    I'd appreciate any thoughts or advice.

    I have a solution - in the CMC, set the repo to use DNS. You need to first create an appropriate entry in the <install dir>/sap_bobj/enterprise_xi40/odbc.ini and then create an equivalent entry on your client ODBC settings.

  • Issue in inovking https siebel  service from OSB

    hi,
    we are trying to invoke https siebel webservice from OSB and getting the following error.
    The invocation resulted in an error: [Security:090504]Certificate chain received from siebelhostname.oracle.com - 11.12.123.134 failed hostname verification check. Certificate contained *.oracle.com but check expected siebelhostname.oracle.com.     
    please advise.this is very urgent.
    Regards,
    KK

    Please disable the host name verification at Weblogic (all OSB servers). Certificate CN (*.oracle.com) is not same as server host name (siebelhostname.oracle.com).
    http://docs.oracle.com/cd/E17904_01/apirefs.1111/e13952/taskhelp/security/DisableHostNameVerification.html
    From Weblogic 10.3.4 onwards there is a patch available to enhance the existing default BEA hostname verifier to include wildcard certificates and wildcard host name verifier is available in Weblogic 10.3.6 OOB.
    Regards,
    Anuj

  • "Getting started"  for connectivity to OAM from OSB

    I am completely new to OAM IdXml. I need to do POC to make connectivity to OAM for CRUD operations from OSB.
    Where can I start from? Is there any "Getting started" Guide or Any beginer steps to follow to get started?

    I'm very familiar with organizing in iTunes, and I prefer to have iTunes organize my library and COPY any media I add (that way I don't have links to media everywhere).
    iTunes and iPhoto are totally different except that they both start with "i"
    (1) linking to my existing folders and photos
    Advantages:
    Keeping the library file small (so as to keep iPhoto speedy to open/navigate?)
    Preserve folder structure
    Drawbacks:
    Can't remove pics from the hard drive after I've previewed in iPhoto. I would have to preview all the pics in my respective folders, remove the ones I don't want, then import and tag, etc.
    Additional major drawbacks
    In addition to the more difficult import workflow as you note above deleting photo is more difficult (delete in iPhoto and then again from the hard drive outside of iPhoto)
    And upgrading/replacing hardware is much more difficult
    (2) copying the media to the iPhoto Library file. I like this idea because I can "Show package contents" if I want to see my originals, and it keeps everything in a nice, tidy file.
    Drawback (possible): Does this file, when it gets large, take a long time to open, and does iPhoto slow to a crawl? (I have about 80 GBs of photos to import).
    Advantage: I can remove files from the hard drive right from within iPhoto.
    That is a large library - mine has just over 30,000 photos in it which consist of about 50GB of photos (total library is about 72GB) which runs great on a 27" iMac (was getting slow on my old G5 before upgrading to an Intel 3.33 GHz core 2 duo)
    LN

  • Invoking EJB from OSB

    I am trying to invoke an EJB from OSB.
    For this i found 2 options.
    1 .exposing the ejb as webservice and configure the service end point in business service.(exposing the ejb as webservice is simple with annotations)
    2.Or in OSB there is a provision to configure the business service with transport type as ejb .(calling the ejb directly)
    both of them are simple.But in my requirement the OSB service would be deployed on multiple servers.
    Could any of you tell me which is the best way to implement this ,in the performance lines.
    Thanks in advance,
    Chandra

    Personally would prefer using 2 approach.
    Advantage of approach 2 is more pronounced if JTA XA transctions are involved in your pipeline which are not possible with WSDL over HTTP approach.
    Performance wise, approach 2 should be better.IF the EBJ is deployed in same weblogic as OSB , then we can avoid the http over head of papraoch 1 by using 1.
    My two cents
    Manoj

  • New install issue-unable to connect to DB server from a remote client.

    Hi experts,
    I am new to setting up oracle server so pls bear with me...
    I setup a db server (11g on top of 64bit Oracle Linux) at home (static 192.168.1.90). I verified that db, listener are up and running. However, I tried to connect to the server from a different client machine (192.168.1.108) within my home network but the server cannot be reached. I was able to ping both client and server using the IP addresses and hostnames. I followed the following steps to perform troubleshooting but was unable to move on beyond step 3, telnet-ing the server on port 1521. Can someone help me out what I should do make the port # (1521) is reachable by the client?
    1. Check with "ping" using the IP address ("ping 198.11.34.43"
    2. Check with "ping" using DNS name (e.g. "tnsping uranus")
    3. Try telnet to the IP on port 1521 (telnet 1.2.3.4 1521)
    4. Check with "tnsping" using TNS service name
    5. Invoke SQL*Plus from the OS command line "sqlplus fred@flintstone". If this fails, check to ensure that your listener is the flintstone service defined.
    6. Sign-on to SQL*Plus and connect with the TNS name ("connect fred/flintstome@service_name"
    7. Within SQL*Plus, try a select from table@remote_db_link
    thanks a lot in advance.

    user6391746 wrote:
    Hi experts,
    I am new to setting up oracle server so pls bear with me...
    I setup a db server (11g on top of 64bit Oracle Linux) at home (static 192.168.1.90). I verified that db, listener are up and running. However, I tried to connect to the server from a different client machine (192.168.1.108) within my home network but the server cannot be reached. I was able to ping both client and server using the IP addresses and hostnames. I followed the following steps to perform troubleshooting but was unable to move on beyond step 3, telnet-ing the server on port 1521. Can someone help me out what I should do make the port # (1521) is reachable by the client?
    1. Check with "ping" using the IP address ("ping 198.11.34.43"
    2. Check with "ping" using DNS name (e.g. "tnsping uranus")
    3. Try telnet to the IP on port 1521 (telnet 1.2.3.4 1521)
    4. Check with "tnsping" using TNS service name
    5. Invoke SQL*Plus from the OS command line "sqlplus fred@flintstone". If this fails, check to ensure that your listener is the flintstone service defined.
    6. Sign-on to SQL*Plus and connect with the TNS name ("connect fred/flintstome@service_name"
    7. Within SQL*Plus, try a select from table@remote_db_link
    thanks a lot in advance.solution depends upon which ERROR is thrown.
    Is COPY & PASTE broken for you?
    It is really, Really, REALLY difficult to fix a problem that can not be seen.
    use COPY & PASTE so we can see what you do & how Oracle responds.

  • HTTP connection from OSB web service to external system via a Proxy Server

    Dear experts,
    May I know has anyone tried to use HTTP protocol to send a request from OSB web service to external system via a proxy server? Heard that we need to establish some sort of tunnel (socket) to talk to Proxy Server. Can you please any have sample code or configuration steps to share?
    Thank you very much!!

    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/consolehelp/global_resources.html#wp1137294
    Adding Proxy Servers
    Use the Summary of Proxy Servers page to add and configure Proxy Server resources and make them available in Oracle Service Bus as a system resource. You must be in an active session to configure or reconfigure Proxy Server resources.
    1. If you have not already done so, click Create to create a new session or click Edit to enter an existing session. See Using the Change Center.
    2. Select System Administration > Proxy Servers.
    3. Click Add.
    4. In the Name field, enter a name for the Proxy Server resource. This is a required field.
    5. In the Description field, enter a short description for the Proxy Server resource.
    6. In the Host-Port Parameters section, enter the following information:
    1. In the Server Host field, enter the host name or IP address of the Proxy Server. This is a required field.
    The Server Host name for the Oracle Service Bus proxy server must be identical to the server host name of the actual proxy server.
    2. In the Clear Text Port field, enter the Proxy Server clear-text port number.
    3. In the SSL Port field, enter the Proxy Server SSL port number. You must enter either a clear text or SSL port number.
    4. Click Add.
    You can configure multiple Proxy Servers for each Proxy Server resource. This enables Oracle Service Bus to perform load balancing and offer fault tolerance features for the Proxy Server resource.
    7. If the Proxy Server performs proxy authentication, enter a user name in the User Name field, and the associated password in the Password and Confirm Password fields.
    These fields are optional, and required only if the Proxy Server is secured.
    8. Click Save to create and save the Proxy Server resource in the current session.
    9. To end the session and deploy the configuration to the run time, click Activate under Change Center.

Maybe you are looking for

  • How to find the Navigation in peoplesoft using SQL

    Hi All , I would like to know what are the possiblilites ways to find the navigation in peoplesoft. Is it possible to find using only RUN_CONTROL_ID same like Process name , component name ? . Please provide the SQL to find the possible ways. Advance

  • Where to keep .rdf file in Oracle 9iAS to generate Report ?

    Hello friends, We r using Oracle 9iAS and want to generate the Report but do not know the exact folder(or can say path) to keep .rdf file ? Generally, we keep .rdf file in Orahome/Reports/Samples/Demo/x.rdf but it doesn't work in case of Oracle 9iAS.

  • EJB Session Bean in Java Studio Creator

    Hello! I just download the creator 2, and imported some of my EJB that i created with Sun Application Server. It sounds like that the import was successful and i can see my files under EJB in servers windows. I am creating some form with creator and

  • No Response - Severe Delay in Response

    I don't know what happened since I added no new hardware or software but one day it was all working fine the next I started having severe problems. I did a repair installation and it didn't work so I completely uninstalled and then re-installed (afte

  • OIM on Weblogic Vs WebSphere

    Hi All What could be the reasoning for promoting OIM/Weblogic over OIM/Websphere. I want to suggest my client to go with OIM/Weblogic combination rather than websphere. What should be my strong points to promote OIM-Weblogic. Please help. Thanks