AIP-50077: Cannot Initialize Transport
Hi,
I configured custom document over Generic Exchange using JMS tranport. I configured JMS queue in SOA. I am getting the following errors in b2b.log
2008.11.24 at 16:00:56:103: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:initialize add JMS transport Endpoint: jms://opnm:ormi://10.232.65.81:6005:home {Destination Provider Properties=java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/, PROTOCOL_ENDPOINT=ProtocolEndpoint_15D9, Connection Factory Location=jms/QueueConnectionFactory, jms.receiver.jndi_connection_factory_location=jms/QueueConnectionFactory, Message Type=bytes, jms.receiver.factory_provider_properties=java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/, transport_callout_waittime=30, jms.receiver.jndi_destination_provider_properties=java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/, jms.receiver.polling_interval=300, polling_interval=300, Factory Provider Properties=java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/, jms.receiver.jndi_destination_location=opnm:ormi://10.232.65.81:6005:home}
2008.11.24 at 16:00:56:119: B2BStarter thread: B2B - (INFORMATION) oracle.tip.adapter.b2b.transport.TransportInterface:initialize: Props: jms://opnm:ormi://10.232.65.81:6005:home Destination Provider Properties = java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/
PROTOCOL_ENDPOINT = null
Connection Factory Location = jms/QueueConnectionFactory
jms.receiver.jndi_connection_factory_location = jms/QueueConnectionFactory
Message Type = bytes
jms.receiver.factory_provider_properties = java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/
transport_callout_waittime = 30
jms.receiver.jndi_destination_provider_properties = java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/
polling_interval = 300
jms.receiver.polling_interval = 300
Factory Provider Properties = java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/
jms.receiver.jndi_destination_location = opnm:ormi://10.232.65.81:6005:home
2008.11.24 at 16:00:56:119: B2BStarter thread: B2B - (INFORMATION) oracle.tip.adapter.b2b.transport.TransportInterface:initialize: Props: ftp://10.232.65.106/FTP/Acme PROTOCOL_ENDPOINT = null
file.receiver.password = *****
file.receiver.wallet_location = D:\OraHome_2\ip\ewallet.p12
file.receiver.wallet_password = *****
file.receiver.user = sss
transport_callout_waittime = 30
file.receiver.polling_interval = 60
polling_interval = 60
file.receiver.channel_mask = None
file.receiver.minimum_age = 0
filename_format = %FROM_PARTY%_%TIMESTAMP%.dat
file.sender.channel_mask = None
2008.11.24 at 16:00:56:119: B2BStarter thread: B2B - (INFORMATION) oracle.tip.adapter.b2b.transport.TransportInterface:initialize: Props: http://localhost transport_callout_waittime = 30
port = 7778
PROTOCOL_ENDPOINT = null
2008.11.24 at 16:00:57:869: B2BStarter thread: B2B - (ERROR) oracle.tip.transport.TransportException: Error: "jms.receiver.is_topic" header is not set.
at oracle.tip.transport.basic.TransportProperties.analyze(TransportProperties.java:217)
at oracle.tip.transport.basic.JMSReceiverProperties.<init>(JMSReceiverProperties.java:155)
at oracle.tip.transport.basic.JMSReceiver.<init>(JMSReceiver.java:113)
at oracle.tip.transport.basic.TransportReceiverFactory.createTransportReceiver(TransportReceiverFactory.java:97)
at oracle.tip.transport.b2b.B2BTransport.<init>(B2BTransport.java:147)
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:458)
at oracle.tip.adapter.b2b.engine.Engine.initialize(Engine.java:510)
at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:280)
at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:297)
at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:143)
at java.lang.Thread.run(Thread.java:534)
2008.11.24 at 16:00:57:869: B2BStarter thread: B2B - (ERROR) Error -: AIP-50077: Cannot Initialize Transport: oracle.tip.transport.TransportException: Error: "jms.receiver.is_topic" header is not set.
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:475)
at oracle.tip.adapter.b2b.engine.Engine.initialize(Engine.java:510)
at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:280)
at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:297)
at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:143)
at java.lang.Thread.run(Thread.java:534)
Caused by: oracle.tip.transport.TransportException: Error: "jms.receiver.is_topic" header is not set.
at oracle.tip.transport.basic.TransportProperties.analyze(TransportProperties.java:217)
at oracle.tip.transport.basic.JMSReceiverProperties.<init>(JMSReceiverProperties.java:155)
at oracle.tip.transport.basic.JMSReceiver.<init>(JMSReceiver.java:113)
at oracle.tip.transport.basic.TransportReceiverFactory.createTransportReceiver(TransportReceiverFactory.java:97)
at oracle.tip.transport.b2b.B2BTransport.<init>(B2BTransport.java:147)
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:458)
... 5 more
2008.11.24 at 16:00:57:869: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize ERROR in Engine Initialization
2008.11.24 at 16:00:57:884: B2BStarter thread: B2B - (ERROR) oracle.tip.adapter.b2b.engine.Engine:initialize oracle.tip.transport.TransportException: Error: "jms.receiver.is_topic" header is not set.
at oracle.tip.transport.basic.TransportProperties.analyze(TransportProperties.java:217)
at oracle.tip.transport.basic.JMSReceiverProperties.<init>(JMSReceiverProperties.java:155)
at oracle.tip.transport.basic.JMSReceiver.<init>(JMSReceiver.java:113)
at oracle.tip.transport.basic.TransportReceiverFactory.createTransportReceiver(TransportReceiverFactory.java:97)
at oracle.tip.transport.b2b.B2BTransport.<init>(B2BTransport.java:147)
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:458)
at oracle.tip.adapter.b2b.engine.Engine.initialize(Engine.java:510)
at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:280)
at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:297)
at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:143)
at java.lang.Thread.run(Thread.java:534)
2008.11.24 at 16:00:58:369: B2BStarter thread: B2B - (DEBUG) Engine:notifyAppInitError Enter
2008.11.24 at 16:00:58:369: B2BStarter thread: B2B - (DEBUG) DBContext beginTransaction: Enter
2008.11.24 at 16:00:58:384: B2BStarter thread: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
2008.11.24 at 16:00:58:384: B2BStarter thread: B2B - (DEBUG) DBContext beginTransaction: Leave
2008.11.24 at 16:00:58:400: B2BStarter thread: B2B - (DEBUG) Engine:notifyAppInitError Enqueue the ip exception message:
<Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<correlationId></correlationId>
<b2bMessageId></b2bMessageId>
<errorCode>AIP-50077</errorCode>
<errorText>Error starting B2B engine</errorText>
<errorDescription>
<![CDATA[Error starting B2B engine. Cannot Initialize Transport ]]>
</errorDescription>
<errorSeverity>Error</errorSeverity>
</Exception>
2008.11.24 at 16:00:59:197: B2BStarter thread: B2B - (DEBUG) DBContext commit: Enter
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) DBContext commit: Transaction.commit()
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) DBContext commit: Leave
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) Engine:notifyAppInitError Exit
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) B2BStarter - Exception Error -: AIP-50077: Cannot Initialize Transport
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) B2BStarter - B2B Database might be down, so stop B2B Server!
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) B2BStarter - Stop B2B Server...begin
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) B2BStarter - Shutdown B2B
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) B2BStarter - B2B Server shutdown
2008.11.24 at 16:00:59:213: B2BStarter thread: B2B - (DEBUG) B2BStarter - Stop B2B Server...end
2008.11.24 at 16:00:59:228: B2BStarter thread: B2B - (DEBUG) B2BStarter - Sleeping for 30000
How/where to set "jms.receiver.is_topic" header. please someone help me regarding this.
I set the istopic is 'false" in the tranport parameter and redeployed the configuration.
I' m getting following logs in b2.log file
oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:createMessage Enter
2008.11.24 at 17:21:40:118: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:createMessage Map To Party : {transport_callout_properties=null, polling_interval=30000, transport_callout_waittime=30, Destination Provider Properties=java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/, transport_callout_library=null, Connection Factory Location=jms/QueueConnectionFactory, transport_callout_classname=null, Message Type=bytes, Subscriber ID=null, Factory Provider Properties=java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/, isTopic=false}
2008.11.24 at 17:21:40:118: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:createMessage Map mmm : null
2008.11.24 at 17:21:40:165: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:createMessage message type 1
2008.11.24 at 17:21:40:165: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:createMessage creating request message
2008.11.24 at 17:21:40:165: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:createMessage setting payload and pc
2008.11.24 at 17:21:40:165: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:createMessage final encryption step
2008.11.24 at 17:21:40:165: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.generic.GenericExchangePlugin:GenericExchangePlugin:createMessage Exit
2008.11.24 at 17:21:40:165: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking PackMessage
2008.11.24 at 17:21:40:165: Thread-10: B2B - (DEBUG) MimePackaging:pack:Enter
2008.11.24 at 17:21:40:165: Thread-10: B2B - (DEBUG) MimePackaging:createMimeMessage:Enter
2008.11.24 at 17:21:40:243: Thread-10: B2B - (DEBUG) MimePackaging:createMimeMessage:number of pc components: 1
2008.11.24 at 17:21:40:243: Thread-10: B2B - (DEBUG) MimePackaging:createMimeBodyPart:Enter
2008.11.24 at 17:21:40:524: Thread-10: B2B - (DEBUG) MimePackaging:applySecurity:Enter
2008.11.24 at 17:21:40:524: Thread-10: B2B - (DEBUG) MimePackaging:applySecurity:Exit
2008.11.24 at 17:21:40:524: Thread-10: B2B - (DEBUG) MimePackaging:createMimeBodyPart:Exit
2008.11.24 at 17:21:40:540: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Entering...
2008.11.24 at 17:21:40:540: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.packaging.SmimeSecureMessaging:SmimeSecureMessaging: setDigestAlgorithm using algorithm name Leaving...
2008.11.24 at 17:21:41:258: Thread-10: B2B - (DEBUG) MimePackaging:applySecurity:Enter
2008.11.24 at 17:21:41:258: Thread-10: B2B - (DEBUG) MimePackaging:applySecurity:Exit
2008.11.24 at 17:21:41:258: Thread-10: B2B - (DEBUG) MimePackaging:createMimeMessage:Exit
2008.11.24 at 17:21:41:258: Thread-10: B2B - (DEBUG) MimePackaging:getMimeContent:Enter
2008.11.24 at 17:21:41:258: Thread-10: B2B - (DEBUG) MimePackaging:getMimeContent:Exit
2008.11.24 at 17:21:41:258: Thread-10: B2B - (DEBUG) MimePackaging:pack:Exit
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Invoking Pre-Transmit
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Enter
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Log & Update Database Tables
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Update the Message Table Row with message state Wait for Incoming Acknowledgment
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create a Native Event Table row for outgoing Request Message
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Enter
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:insertNativeEvtTblRow msgInfo.id = 29675379
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:protocl id set A
2008.11.24 at 17:21:41:274: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:
** DbAccess:insertNativeEvtTblRow protocolCollabId = null
2008.11.24 at 17:21:41:977: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:insertNativeEvtTblRow(3 params) Exit
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Create Event Table row for Message Retries
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit timeToAck = Thu Jan 01 05:30:00 GMT+05:30 1970
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit business transaction info name null revision null
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:preTransmit Exit
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) DBContext commit: Enter
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) DBContext commit: Transaction.commit()
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) DBContext commit: Leave
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Calling Send to transmit the message
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) Protocol Name: JMS
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) Version Name: 1.0
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) Endpoint: jms://opnm:ormi://10.232.65.81:6005:home
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send URL: JMS://OPNM:ORMI://10.232.65.81:6005:HOME
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send TO Endpoint: 511 jms://opnm:ormi://10.232.65.81:6005:home
2008.11.24 at 17:21:42:149: Thread-10: B2B - (DEBUG)
Protocol = JMS
Version = 1.0
Transport Header
TO_PARTY:Acme
MSG_ID:29675379
FROM:GlobalChips
DOCTYPE_NAME:shiporderjms
jms.sender.jndi_destination_provider_properties:java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/
DOCTYPE_REVISION:1.0
jms.sender.jndi_destination_location:opnm:ormi://10.232.65.81:6005:home
jms.sender.type:bytes
DATE:Mon, 24 Nov 2008 11:51:39 GMT
Content-Transfer-Encoding:binary
MSG_TYPE:1
jms.sender.factory_provider_properties:java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory;java.naming.security.credentials=welcome1;java.naming.security.principal=oc4jadmin;java.naming.provider.url=ormi://10.232.65.81:12603/
ACTION_NAME:BS_JMS
Content-Type:text/plain; charset=us-ascii
FROM_PARTY:GlobalChips
Connection:close
TO:Acme
MESSAGE-ID:29675379
jms.sender.jndi_connection_factory_location:jms/QueueConnectionFactory
jms.sender.is_topic:false
Parameters
-- listing properties --
http.sender.timeout=0
2008.11.24 at 17:21:42:211: Thread-10: B2B - (WARNING)
Message Transmission Exception
StackTrace java.util.MissingResourceException: Can't find resource for bundle oracle.tip.transport.IPTResource, key JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up jms/QueueConnectionFactory: jms/QueueConnectionFactory not found
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getObject(ResourceBundle.java:322)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at oracle.tip.transport.IPTTransport.formMsg(IPTTransport.java:240)
at oracle.tip.transport.IPTTransport.log(IPTTransport.java:270)
at oracle.tip.transport.basic.jms.JMSConnectionFactoryFactory.getConnectionFactory(JMSConnectionFactoryFactory.java:138)
at oracle.tip.transport.basic.jms.JMSConnectionFactoryFactory.getQueueConnectionFactory(JMSConnectionFactoryFactory.java:83)
at oracle.tip.transport.basic.jms.JMSConnection.<init>(JMSConnection.java:124)
at oracle.tip.transport.basic.JMSSender.send(JMSSender.java:164)
at oracle.tip.transport.b2b.B2BTransport.send(B2BTransport.java:301)
at oracle.tip.adapter.b2b.transport.TransportInterface.send(TransportInterface.java:976)
at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1744)
at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:968)
at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1131)
at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
at java.lang.Thread.run(Thread.java:534)
2008.11.24 at 17:21:42:211: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:send Error in sending message
2008.11.24 at 17:21:42:211: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Request Message Transmission failed
2008.11.24 at 17:21:42:211: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Enter
2008.11.24 at 17:21:42:211: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
2008.11.24 at 17:21:42:211: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Leave
2008.11.24 at 17:21:42:211: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequestPostColab Can't find resource for bundle oracle.tip.transport.IPTResource, key JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up jms/QueueConnectionFactory: jms/QueueConnectionFactory not found
Can't find resource for bundle oracle.tip.transport.IPTResource, key JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up jms/QueueConnectionFactory: jms/QueueConnectionFactory not found
2008.11.24 at 17:21:42:227: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:notifyApp retry value <= 0, so sending exception to IP_IN_QUEUE
2008.11.24 at 17:21:42:290: Thread-10: B2B - (DEBUG) Engine:notifyApp Enter
2008.11.24 at 17:21:42:305: Thread-10: B2B - (DEBUG) Enqueue Engine AQJMSCorrelationID = 9EBC96CB13E94D2193A63DBD20D00933
2008.11.24 at 17:21:42:305: Thread-10: B2B - (DEBUG) notifyApp:notifyApp Enqueue the ip exception message:
<Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<correlationId>29675379</correlationId>
<b2bMessageId>29675379</b2bMessageId>
<errorCode>AIP-50079</errorCode>
<errorText>Transport error: Can't find resource for bundle oracle.tip.transport.IPTResource, key JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up jms/QueueConnectionFactory: jms/QueueConnectionFactory not found
Can't find resource for bundle oracle.tip.transport.IPTResource, key JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up jms/QueueConnectionFactory: jms/QueueConnectionFactory not found</errorText>
<errorDescription>
<![CDATA[Machine Info: (pc022351)
Transport error: Can't find resource for bundle oracle.tip.transport.IPTResource, key JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up jms/QueueConnectionFactory: jms/QueueConnectionFactory not found
Can't find resource for bundle oracle.tip.transport.IPTResource, key JMSConnectionFactoryFactory_getConnectionFactory: JNDI Naming exception when looking up jms/QueueConnectionFactory: jms/QueueConnectionFactory not found ]]>
</errorDescription>
<errorSeverity>2</errorSeverity>
</Exception>
2008.11.24 at 17:21:42:305: Thread-10: B2B - (DEBUG) AQJMSCorrelationID = 9EBC96CB13E94D2193A63DBD20D00933
2008.11.24 at 17:21:42:321: Thread-10: B2B - (DEBUG) Engine:notifyApp Exit
2008.11.24 at 17:21:42:321: Thread-10: B2B - (DEBUG) DBContext commit: Enter
2008.11.24 at 17:21:42:321: Thread-10: B2B - (DEBUG) DBContext commit: Transaction.commit()
2008.11.24 at 17:21:42:321: Thread-10: B2B - (DEBUG) DBContext commit: Leave
2008.11.24 at 17:21:42:321: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.Request:outgoingRequest Exit
2008.11.24 at 17:21:42:321: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage:
***** REQUEST MESSAGE *****
Exchange Protocol: Generic Version 1.0
Transport Protocol: JMS
Unique Message ID: 29675379
Trading Partner: Acme
Message Signed: No
Payload encrypted: No
Information incomplete
2008.11.24 at 17:21:42:321: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage Exit
2008.11.24 at 17:21:42:321: Thread-10: B2B - (DEBUG) DBContext commit: Enter
2008.11.24 at 17:21:42:321: Thread-10: B2B - (DEBUG) DBContext commit: Leave
2008.11.24 at 17:21:42:321: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Exit
Edited by: user652656 on Nov 24, 2008 3:53 AM
Similar Messages
-
Error -: AIP-50077: [IPT_SmtpRecConnectionError]
I am trying to setup an email delivery channel to pull email messages from a POP3 mail account using Oracle integration B2B. It looks like I am getting a connection error while connecting to the mail server. Also from the logs it looks like its trying to use IMAP where in our mail server is a POP3 server.
Is there any setup which I missed to specify IMAP versus POP3 for the email retrieval ?.
Here are the logs.
<MESSAGE>
<HEADER>
<TSTZ_ORIGINATING>2008-02-27T14:37:17.098-06:00</TSTZ_ORIGINATING>
<ORG_ID>oracle.com</ORG_ID>
<COMPONENT_ID>B2B</COMPONENT_ID>
<HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
<MSG_TYPE TYPE="ERROR"></MSG_TYPE>
<MSG_GROUP>B2B</MSG_GROUP>
<MSG_LEVEL>16</MSG_LEVEL>
<HOST_ID>S119SNIP058531</HOST_ID>
<HOST_NWADDR>10.10.10.10</HOST_NWADDR>
<MODULE_ID>B2B</MODULE_ID>
<THREAD_ID>B2BStarter thread</THREAD_ID>
<USER_ID>SYSTEM</USER_ID>
</HEADER>
<PAYLOAD>
<MSG_TEXT>oracle.tip.transport.TransportException: [IPT_SmtpRecConnectionError] Connection error encountered by IMAP receiver.
at oracle.tip.transport.TransportException.create(TransportException.java:76)
at oracle.tip.transport.basic.smtp.IMAPMonitor.init(IMAPMonitor.java:239)
at oracle.tip.transport.basic.smtp.IMAPMonitor.<init>(IMAPMonitor.java:164)
at oracle.tip.transport.basic.SMTPReceiver.init(SMTPReceiver.java:358)
at oracle.tip.transport.b2b.B2BTransport.init(B2BTransport.java:349)
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:374)
at oracle.tip.adapter.b2b.engine.Engine.initialize(Engine.java:463)
at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:275)
at oracle.tip.adapter.b2b.init.B2BStarter.restartB2B(B2BStarter.java:220)
at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:114)
at java.lang.Thread.run(Thread.java:534)
Caused by: javax.mail.MessagingException: Connection refused: connect;
nested exception is:
java.net.ConnectException: Connection refused: connect
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:298)
at javax.mail.Service.connect(Service.java:234)
at javax.mail.Service.connect(Service.java:135)
at oracle.tip.transport.basic.smtp.IMAPMonitor.init(IMAPMonitor.java:228)
... 9 more
</MSG_TEXT>
</PAYLOAD>
</MESSAGE>
<MESSAGE>
<HEADER>
<TSTZ_ORIGINATING>2008-02-27T14:37:17.098-06:00</TSTZ_ORIGINATING>
<ORG_ID>oracle.com</ORG_ID>
<COMPONENT_ID>B2B</COMPONENT_ID>
<HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
<MSG_TYPE TYPE="ERROR"></MSG_TYPE>
<MSG_GROUP>B2B</MSG_GROUP>
<MSG_LEVEL>16</MSG_LEVEL>
<HOST_ID>S119SNIP058531</HOST_ID>
<HOST_NWADDR>10.10.10.10</HOST_NWADDR>
<MODULE_ID>B2B</MODULE_ID>
<THREAD_ID>B2BStarter thread</THREAD_ID>
<USER_ID>SYSTEM</USER_ID>
</HEADER>
<PAYLOAD>
<MSG_TEXT>Error -: AIP-50077: Cannot Initialize Transport: oracle.tip.transport.TransportException: [IPT_SmtpRecConnectionError] Connection error encountered by IMAP receiver.
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:379)
at oracle.tip.adapter.b2b.engine.Engine.initialize(Engine.java:463)
at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:275)
at oracle.tip.adapter.b2b.init.B2BStarter.restartB2B(B2BStarter.java:220)
at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:114)
at java.lang.Thread.run(Thread.java:534)
Caused by: oracle.tip.transport.TransportException: [IPT_SmtpRecConnectionError] Connection error encountered by IMAP receiver.
at oracle.tip.transport.TransportException.create(TransportException.java:76)
at oracle.tip.transport.basic.smtp.IMAPMonitor.init(IMAPMonitor.java:239)
at oracle.tip.transport.basic.smtp.IMAPMonitor.<init>(IMAPMonitor.java:164)
at oracle.tip.transport.basic.SMTPReceiver.init(SMTPReceiver.java:358)
at oracle.tip.transport.b2b.B2BTransport.init(B2BTransport.java:349)
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:374)
... 5 more
Caused by: javax.mail.MessagingException: Connection refused: connect;
nested exception is:
java.net.ConnectException: Connection refused: connect
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:298)
at javax.mail.Service.connect(Service.java:234)
at javax.mail.Service.connect(Service.java:135)
at oracle.tip.transport.basic.smtp.IMAPMonitor.init(IMAPMonitor.java:228)
... 9 more
</MSG_TEXT>
</PAYLOAD>
</MESSAGE>
<MESSAGE>
<HEADER>
<TSTZ_ORIGINATING>2008-02-27T14:37:17.098-06:00</TSTZ_ORIGINATING>
<ORG_ID>oracle.com</ORG_ID>
<COMPONENT_ID>B2B</COMPONENT_ID>
<HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
<MSG_TYPE TYPE="UNKNOWN"></MSG_TYPE>
<MSG_GROUP>B2B</MSG_GROUP>
<MSG_LEVEL>16</MSG_LEVEL>
<HOST_ID>S119SNIP058531</HOST_ID>
<HOST_NWADDR>10.10.10.10</HOST_NWADDR>
<MODULE_ID>B2B</MODULE_ID>
<THREAD_ID>B2BStarter thread</THREAD_ID>
<USER_ID>SYSTEM</USER_ID>
</HEADER>
<PAYLOAD>
<MSG_TEXT>oracle.tip.adapter.b2b.engine.Engine:initialize ERROR in Engine Initialization</MSG_TEXT>
</PAYLOAD>
</MESSAGE>
<MESSAGE>
<HEADER>
<TSTZ_ORIGINATING>2008-02-27T14:37:17.129-06:00</TSTZ_ORIGINATING>
<ORG_ID>oracle.com</ORG_ID>
<COMPONENT_ID>B2B</COMPONENT_ID>
<HOSTING_CLIENT_ID>beta</HOSTING_CLIENT_ID>
<MSG_TYPE TYPE="ERROR"></MSG_TYPE>
<MSG_GROUP>B2B</MSG_GROUP>
<MSG_LEVEL>16</MSG_LEVEL>
<HOST_ID>S119SNIP058531</HOST_ID>
<HOST_NWADDR>10.10.10.10</HOST_NWADDR>
<MODULE_ID>B2B</MODULE_ID>
<THREAD_ID>B2BStarter thread</THREAD_ID>
<USER_ID>SYSTEM</USER_ID>
</HEADER>
<PAYLOAD>
<MSG_TEXT>oracle.tip.adapter.b2b.engine.Engine:initialize javax.mail.MessagingException: Connection refused: connect;
nested exception is:
java.net.ConnectException: Connection refused: connect
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:298)
at javax.mail.Service.connect(Service.java:234)
at javax.mail.Service.connect(Service.java:135)
at oracle.tip.transport.basic.smtp.IMAPMonitor.init(IMAPMonitor.java:228)
at oracle.tip.transport.basic.smtp.IMAPMonitor.<init>(IMAPMonitor.java:164)
at oracle.tip.transport.basic.SMTPReceiver.init(SMTPReceiver.java:358)
at oracle.tip.transport.b2b.B2BTransport.init(B2BTransport.java:349)
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:374)
at oracle.tip.adapter.b2b.engine.Engine.initialize(Engine.java:463)
at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:275)
at oracle.tip.adapter.b2b.init.B2BStarter.restartB2B(B2BStarter.java:220)
at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:114)
at java.lang.Thread.run(Thread.java:534)
</MSG_TEXT>
</PAYLOAD>
</MESSAGE>Hi Ramesh,
Any more updates on what Oracle B2B supports...like IMAP and POP3 or is there still a limitation that it supports only IMAP. We were trying to user the latest patch (MLR13) for picking messages from the Email server and we are getting the following error:
2009.11.16 at 19:10:58:824: B2BStarter thread: (ERROR) Error in initialization of TransportReceiver: [email protected]
oracle.tip.transport.TransportException: [IPT_SmtpRecConnectionError] Connection error encountered by IMAP receiver.
at oracle.tip.transport.TransportException.create(TransportException.java:76)
at oracle.tip.transport.basic.smtp.IMAPMonitor.init(IMAPMonitor.java:249)
at oracle.tip.transport.basic.smtp.IMAPMonitor.<init>(IMAPMonitor.java:174)
at oracle.tip.transport.basic.SMTPReceiver.init(SMTPReceiver.java:358)
at oracle.tip.transport.b2b.B2BTransport.init(B2BTransport.java:389)
at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:476)
at oracle.tip.adapter.b2b.engine.Engine.initialize(Engine.java:529)
at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:280)
at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:318)
at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:151)
at java.lang.Thread.run(Thread.java:534)
Caused by: javax.mail.MessagingException: Connection refused: connect;
nested exception is:
java.net.ConnectException: Connection refused: connect
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:298)
at javax.mail.Service.connect(Service.java:234)
at javax.mail.Service.connect(Service.java:135)
at oracle.tip.transport.basic.smtp.IMAPMonitor.init(IMAPMonitor.java:238)
... 9 more
Also, we havent got the IMAP access for our account on the Email Server (official) we are using for the PoC.
Please let us know.
Regards
Kavitha -
Cannot initialize interface transport
I installed nifbus 3.0 and setup the interface card to connect through controlnet to an allenbradley linking device. I can see everything in RSLinx on the segment but when I try and rub the configurator softwater if returns a fatal error " NIFbus cannot initialize interface transport". Do you haev a solution around fixing this? I have uninstalled and re-installed everything and setup everything a couple of times but still cannot get it to run.
PLease call me if you can @312-330-5034 or email me an answer.
Thanks
HUgh RoddyHello,
Please be aware that NI-FBUS should work with the OEM version of RSLinx. NI-FBUS must call some DLL's from RSLinx OEM to visit the ControlNet resources. If RSLinx Lite is currently working on your computer, it prevents the 3rd party software (NI-FBUS) from calling these DLL's. Please contact Rockwell for the version information of RSLinx.
Hope it helps and please feel free to let us know if we could do more help for you!
Josiane Zhou
National Instruments China
Product Support Engineer for NI-FBUS -
Power map- Cannot initialize DirectX
I am running windows 7 in a VM with MS office 2013. I have installed power map for excel 2013. When I try to launch power map in excel it gives this error "Cannot initialize DirectX. Confirm that you hardware supports DirectX 10 or later and that you
have the latest video card driver installed."
Here is the DXdiag output:
System Information
Time of this report: 1/9/2014, 20:40:02
Machine name: VW7-SB12
Operating System: Windows 7 Enterprise 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130828-1532)
Language: English (Regional Setting: English)
System Manufacturer: VMware, Inc.
System Model: VMware Virtual Platform
BIOS: PhoenixBIOS 4.0 Release 6.0
Processor: AMD Opteron(TM) Processor 6220 , ~3.0GHz
Memory: 2048MB RAM
Available OS Memory: 2048MB RAM
Page File: 1191MB used, 2903MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 32bit Unicode
DxDiag Notes
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.
DirectX Debug Levels
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
Display Devices
Card name: RDPDD Chained DD
Manufacturer:
Chip type:
DAC type:
Device Key: Enum\
Display Memory: 348 MB
Dedicated Memory: 160 MB
Shared Memory: 188 MB
Current Mode: 1364 x 768 (16 bit) (60Hz)
Driver Name:
Driver File Version: ()
Driver Version:
DDI Version: 9Ex
Driver Model: unknown
Driver Attributes: Final Retail
Driver Date/Size: , 0 bytes
WHQL Logo'd: n/a
WHQL Date Stamp: n/a
Device Identifier: {D7B70EE0-4340-11CF-0767-0120A1C2CA35}
Vendor ID: 0x0000
Device ID: 0x0000
SubSys ID: 0x00000000
Revision ID: 0x0000
Driver Strong Name: Unknown
Rank Of Driver: Unknown
Video Accel:
Deinterlace Caps: n/a
D3D9 Overlay: Not Supported
DXVA-HD: Not Supported
DDraw Status: Not Available
D3D Status: Enabled
AGP Status: Not Available
Sound Devices
Description: Remote Audio
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID:
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: {3.0.0.00000002}.{6C26BA7D-F0B2-4225-B422-8168C5261E45}
Driver Version: ()
Driver Attributes: Final Retail
WHQL Logo'd: n/a
Date and Size: , 0 bytes
Other Files:
Driver Provider:
HW Accel Level: Basic
Cap Flags: 0x0
Min/Max Sample Rate: 0, 0
Static/Strm HW Mix Bufs: 0, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No
Sound Capture Devices
DirectInput Devices
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Keyboard
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Poll w/ Interrupt: No
USB Devices
Gameport Devices
PS/2 Devices
Disk & DVD/CD-ROM Drives
Drive: C:
Free Space: 15.7 GB
Total Space: 51.2 GB
File System: NTFS
Model: VMware Virtual disk SCSI Disk Device
Drive: Z:
Model: NECVMWar VMware IDE CDR00 ATA Device
Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
System Devices
Name: vmxnet3 Ethernet Adapter #3
Device ID: PCI\VEN_15AD&DEV_07B0&SUBSYS_07B015AD&REV_01\FF56500088269FFE00
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C0
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B8
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B0
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&A8
Driver: n/a
Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_8086&DEV_7191&SUBSYS_00000000&REV_01\3&2B8E0B4B&0&08
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C7
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BF
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B7
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AF
Driver: n/a
Name: PCI standard PCI-to-PCI bridge
Device ID: PCI\VEN_15AD&DEV_0790&SUBSYS_079015AD&REV_02\3&2B8E0B4B&0&88
Driver: n/a
Name: Intel 82443BX Pentium(R) II Processor to PCI Bridge
Device ID: PCI\VEN_8086&DEV_7190&SUBSYS_197615AD&REV_01\3&2B8E0B4B&0&00
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C6
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BE
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B6
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AE
Driver: n/a
Name: VMware VMCI Bus Device
Device ID: PCI\VEN_15AD&DEV_0740&SUBSYS_074015AD&REV_10\3&2B8E0B4B&0&3F
Driver: n/a
Name: Intel(R) 82371AB/EB PCI Bus Master IDE Controller
Device ID: PCI\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01\3&2B8E0B4B&0&39
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C5
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BD
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B5
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AD
Driver: n/a
Name: VMware SVGA 3D
Device ID: PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&2B8E0B4B&0&78
Driver: n/a
Name: Intel 82371AB/EB PCI to ISA bridge (ISA mode)
Device ID: PCI\VEN_8086&DEV_7110&SUBSYS_197615AD&REV_08\3&2B8E0B4B&0&38
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C4
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BC
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B4
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AC
Driver: n/a
Name: LSI Adapter, SAS 3000 series, 8-port with 1068
Device ID: PCI\VEN_1000&DEV_0054&SUBSYS_197615AD&REV_01\4&1F16FEF7&0&00A8
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C3
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BB
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B3
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AB
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C2
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&BA
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B2
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&AA
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&C1
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B9
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&B1
Driver: n/a
Name: PCI Express standard Root Port
Device ID: PCI\VEN_15AD&DEV_07A0&SUBSYS_07A015AD&REV_01\3&2B8E0B4B&0&A9
Driver: n/a
DirectShow Filters
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
MS ATC Screen Decoder 1,0x00600800,1,1,scdec.dll,8.00.6362.0202
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.01.3467.0000
ffdshow DXVA Video Decoder,0xff800002,2,1,ffdshow.ax,1.01.3467.0000
ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.01.3467.0000
ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.01.3467.0000
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
MPC - Mpeg Source (Gabest),0x00400000,0,0,MpegSplitter.ax,1.03.1976.0000
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
MONOGRAM AMR Splitter,0x00600000,1,1,mmamr.ax,1.00.0001.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
MPC - MP4 Source,0x00600000,0,0,MP4Splitter.ax,1.03.1976.0000
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
MPC - FLV Splitter (Gabest),0x00600000,1,1,FLVSplitter.ax,1.03.1976.0000
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
WavPack Audio Decoder,0x00600000,1,1,WavPackDSDecoder.ax,1.01.0000.0484
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
MONOGRAM AMR Decoder,0x00600000,1,1,mmamr.ax,1.00.0001.0000
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
MONOGRAM Musepack Decoder,0x00600000,1,1,mmmpcdec.ax,0.09.0002.0000
Haali Media Splitter,0x00800001,0,1,splitter.ax,1.10.0175.0000
Haali Media Splitter (AR),0x00400000,1,1,splitter.ax,1.10.0175.0000
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
MPC - MP4 Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1976.0000
File Source (Monkey Audio),0x00400000,0,1,MonkeySource.ax,
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
madFlac Decoder,0x00600000,1,1,madFlac.ax,1.08.0000.0000
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
Haali Video Renderer,0x00200000,1,0,dxr.dll,
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
Haali Simple Media Splitter,0x00200000,0,1,splitter.ax,1.10.0175.0000
DirectVobSub,0x00200000,2,1,vsfilter.dll,2.39.0005.0003
DirectVobSub (auto-loading version),0x00800002,2,1,vsfilter.dll,2.39.0005.0003
MONOGRAM AMR Encoder,0x00600000,1,1,mmamr.ax,1.00.0001.0000
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
Haali Matroska Muxer,0x00200000,1,0,splitter.ax,1.10.0175.0000
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
MONOGRAM AMR Mux,0x00600000,1,1,mmamr.ax,1.00.0001.0000
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
DC-Bass Source,0x00400000,0,1,DCBassSource.ax,1.02.0000.0000
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.01.3467.0000
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18175
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18175
MONOGRAM Musepack Splitter,0x00600000,1,1,mmmpcdmx.ax,0.04.0000.0000
madFlac Source,0x00600000,0,1,madFlac.ax,1.08.0000.0000
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
MPC - FLV Source (Gabest),0x00600000,0,0,FLVSplitter.ax,1.03.1976.0000
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
MPC - MPEG4 Video Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1976.0000
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
WavPack Audio Splitter,0x00600000,1,1,WavPackDSSplitter.ax,1.01.0000.0323
ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.01.3467.0000
MPC - Mpeg Splitter (Gabest),0x00400001,1,1,MpegSplitter.ax,1.03.1976.0000
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
MPC - MPEG4 Video Source,0x00600000,0,0,MP4Splitter.ax,1.03.1976.0000
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
WebM VP8 Decoder Filter,0x00600000,1,1,vp8decoder.dll,0.09.0007.0000
Haali Video Sink,0x00200000,1,0,splitter.ax,1.10.0175.0000
AC3File,0x00600000,0,1,ac3file.ax,
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.01.3467.0000
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
ffdshow Video Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
Xvid MPEG-4 Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Helix YV12 YUV Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
AC-3 ACM Codec,0x00200000,1,1,quartz.dll,6.06.7601.17713
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
WDM Streaming Capture Devices:
,0x00000000,0,0,,
WDM Streaming Rendering Devices:
VMware Virtual Audio,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Audio Renderers:
Remote Audio,0x00200000,1,0,quartz.dll,6.06.7601.17713
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Remote Audio,0x00200000,1,0,quartz.dll,6.06.7601.17713
EVR Power Information
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0Is this still an issue?
Thanks!
Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
Small Basic,
Wiki Ninjas,
Wiki)
Answer an interesting question?
Create a wiki article about it! -
Getting Error in b2b.log AIP-50075: Cannot find Document Exchange Plugin
Hi Gurus,
I have a configuration in which Oracle B2B has to pick messages from a filesystem. I have created IDCs to pick messages from the path configured. But Oracle B2B is not picking up the file from the path specified. When I went to b2b.log to look for any errors, I was getting following statements in b2b.log.
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Context Initialized
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Start B2B
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - Starting B2B
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - configuration obtained
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) B2BStarter - clear global cache
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (DEBUG) XEngine not running. So no need to clear cached objects inside XEngine.
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [0] EDI X12 over SMTP
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [1] EDI X12 over AS1
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [2] HL7 over MLLP Exchange
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [3] Custom Document over Generic Exchange
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [4] EDI EDIFACT over Generic Exchange
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [5] EDI X12 over Generic Exchange
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [6] RosettaNet over RNIF
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [7] Custom Document over MLLP Exchange
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [8] EDI X12 over EMail
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [9] Custom Document over AS1
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [10] EDI EDIFACT over EMail
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [11] EDI EDIFACT over AS1
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [12] HL7 over Generic Exchange
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [13] Custom Document over ebMS
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [14] Custom Document over Internet
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [15] OAG Document over Generic Exchange
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [16] EDI EDIFACT over Internet
2009.10.23 at 19:37:28:867: B2BStarter thread: B2B - (INFORMATION) Repository:print: [17] EDI X12 over Internet
2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (ERROR) Error -: AIP-50075: Cannot find Document Exchange Plugin - "{0}"
at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:255)
at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:318)
at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:151)
at java.lang.Thread.run(Thread.java:534)
2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Exception Error -: AIP-50075: Cannot find Document Exchange Plugin - "{0}"
2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Leaving ExecutionContext
2009.10.23 at 19:37:29:383: B2BStarter thread: B2B - (DEBUG) B2BStarter - Sleeping for 30000
This is happening continuously.
Can anybody please help me on this.
Regards,
NagasudhanHi Anuj,
Please find below the status of last patch applied.
D:\oraHome_cache\ip\install>opatch lsinventory
Oracle Interim Patch Installer version 1.0.0.0.57
Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
We recommend you refer to the OPatch documentation under
OPatch/docs for usage reference. We also recommend using
the latest OPatch version. For the latest OPatch version
and other support related issues, please refer to document
293369.1 which is viewable from metalink.oracle.com
Oracle Home : D:\oraHome_cache
Oracle Home Inventory : D:\oraHome_cache\inventory
Central Inventory : C:\Program Files\oracle\inventory
from : N/A
OUI location : D:\oraHome_cache\oui
OUI shared library : D:\oraHome_cache\oui\lib\win32\oraInstaller.dll
Java location : "D:\oraHome_cache\jdk\jre\bin\java.exe"
Log file location : D:\oraHome_cache/.patch_storage/<patch ID>/*.log
Creating log file "D:\orahome_cache\.patch_storage\LsInventory__10-26-2009_09-51
-11.log"
Result:
Installed Patch List:
=====================
1) Patch 8552373 applied on Wed Oct 21 18:58:47 IST 2009
[ Base Bug(s): 7652646 7497854 7664370 7661101 7007789 6352814 6802446 766
5607 7641078 6496457 6013963 8330151 7305413 7460584 7529893 7458954 7020996 839
3885 8210401 6329207 6740403 7126458 6511970 7379065 7230993 6774631 7198642 830
9511 7661769 8392729 7605518 6733262 7479148 8349002 6736026 7322333 7239355 724
2500 8344645 7645440 8451004 6747966 6369424 6737334 8339176 6774134 7046561 641
2124 7210461 7506319 8235175 7258882 7184318 6453359 7456866 7673646 6043277 676
9895 7457597 7193710 7668247 8404955 7132740 7261965 7485790 6518386 7305363 685
2370 6433256 7673431 6764239 8360048 7501748 7379153 8281019 7498031 8216457 704
6574 6875312 6754906 6656289 6417367 7658271 7556011 7000190 6979467 6852308 760
0385 7211208 6732051 8524862 7461051 8263026 7609467 7379161 7672714 6353293 715
7229 7594997 7211287 7034069 7563311 6822375 6640935 7359202 6769261 6919593 602
9507 6974391 7139013 7518641 6817264 7501903 7576785 7496014 7130151 5523563 732
2581 8508905 7680097 7241737 8480395 7660780 7660781 7191994 6924921 6800745 843
2093 7672723 8217566 7481317 6639030 6200414 7529795 7354853 7376270 7016005 730
3860 7678901 7368610 6881977 6016128 7033061 6397084 7672730 7709562 6449656 704
5589 6491068 7378745 7643811 7435853 7615836 6447557 7379042 6940476 7670634 695
0383 6764273 6962327 7478322 8546454 7157324 7184219 7164618 7672744 7672745 723
0184 7576730 7261863 7590301 8327427 6769430 8295683 7526186 8298731 6414280 613
9955 6646997 8233048 7692853 6794296 7457066 8225241 8552373 7204022 7706387 ]
2) Patch 5907304 applied on Wed Oct 21 16:04:28 IST 2009
[ Base Bug(s): 5458753 5131722 4563343 5711011 3726607 3613066 5901912 451
8385 5068565 4895416 4625102 4682514 3662022 4533048 4760744 5634746 5136454 475
4900 5380055 3543720 4561318 5179574 4329444 4871035 4605877 5907304 4297270 475
1932 3950478 5660845 5500883 5490845 5123798 4377469 4542097 3043199 5178202 545
0493 4587607 5490058 3365575 5345593 5017662 5694719 5381668 5114330 5090822 548
7993 5600971 4134994 4397366 4736134 5056864 5003119 4598613 5251148 4439455 473
9114 4545809 3559326 4360454 4573573 5901877 4537790 4768040 5049074 4663819 549
0935 4593537 5049077 4593539 5689908 4359124 3879892 4214618 5599596 3962946 496
6897 4689959 3842618 4932527 4624776 5057964 4150034 4529637 4625938 4632072 311
4089 4638391 4331689 5229137 5057606 4597251 4903532 3356492 4892623 5232076 522
5797 3928773 4874628 5385973 4864649 4554284 5261796 4458415 4605400 4700543 550
9707 4900129 4222791 5408970 5716295 4083461 4407719 4703814 5345988 4713437 539
4728 4712638 5390154 4760148 4939157 5043713 5336737 4137422 5257709 4899105 505
5442 5611353 5411847 5242647 5037807 4607523 4335559 5068988 5632264 5417371 467
1216 4575854 4943839 5731187 4523125 3667025 4547083 5227050 4924174 5698037 509
2688 5415410 3837600 4736248 4703253 4449900 4882231 4443086 5188810 4704700 476
4518 4391164 ]
OPatch succeeded.
OPatch returns with error code = 0
Regards,
Nagasudhan -
Enhancements is not active and cannot be transported
Hi All,
We are getting following error message when releasing a Transport request in CRM system which is on 7.0 version on MaxDB.
"Enhancements is not active and cannot be transported".
The strange thing is that the Tasks underneath are all released successfully , but only the TR is not getting released.
Also, the logs in transports do not point to which enhancement is not active as well.
Any help in this issue is highly appreciated.
Regards,
Murali NarayananHi Murali,
Go to the enhancement and check the tables.fields,includes and it request nos.Go to that transport request ,double click on that see what and all there under it. Post if need help.
Regards,
Madhu. -
IPod is not displaying in iTunes or Windows; updater cannot initialize it
I have looked through ALL the relevant tutorials/manuals on my 2GB black, iPod nano, and they have not helped. The updater cannot initialize or even find my iPod, and an occassional autosearch window pops up. Please help.
It´s really sad that the following info is not posted on Apple´s support sites:
http://discussions.apple.com/thread.jspa?threadID=451219&tstart=15
My iPod had the same problem and reformatting it in Windows Explorer (NO Quickformat!) fixed it. After this (took some time) the iPod Updater recognized the iPod again and I could restore the firmware. From then on I had no problems.
Apple: Please add this information to your official support pages since too many people have that problem. -
Can't start FM 9 on Windows 7: "cannot initialize dictionaries"
I am trying to move a copy of FM 9 from an old laptop to a new one running Windows 7 Enterprise. My IT guy reinstalled the software from CD and applied my license key. When I try to start FM, it gives this error during the "Core" startup: "FrameMaker cannot initialize its dictionaries. Either the LanguageDir entry specified in the initialization file is missing or incorrect, or the files in the LanguageDir are missing or corrupted."
I still have the old laptop, so I can compare and copy the files and directories directly. As far as I can see, the LanguageDir entry in the maker.ini is identical on both machines. Both have a dict folder, and I see the same number of files in both. Just for good measure I copied the old folder's contents across to the new folder, but that didn't help.Very good that you found the cause. I remember now that it was recommended to copy the installation files to your hard disk. See the FrameMaker online help:
http://helpx.adobe.com/framemaker/kb/troubleshoot-installation-problems-framemaker-9.html
http://helpx.adobe.com/framemaker/kb/troubleshoot-errors-or-freezes-installation.html -
Hi, I get this error message (cannot initialize) after the splash screen.
I have chatted with Adobe staff and spoke to one. I have un-installed and re-installed, created new administrator and installed, fixed permissions, deleted preferences, you name it.
In previous chat on a forum I read about the PsErrorLog.txt file.
Mine says:
2014:08:23 10:50:20 : /Volumes/workarea/PS_15_Mac_Daily_Retail/20140730.r.148/photoshop/main/photoshop/sources/ UColorState.cpp : 737 : REQUIRE failed
2014:08:23 10:54:42 : /Volumes/workarea/PS_15_Mac_Daily_Retail/20140730.r.148/photoshop/main/photoshop/sources/ UColorState.cpp : 737 : REQUIRE failed
I cannot locate the ColorSettings.csf in the photoshop preferences folder and my System Preferences / displays / color says iMac.
Any tips how to solve this issue?Either your default color settings files are corrupted, or they are missing (they're in the system application support folder).
Uninstalling and reinstalling should put the default files back in place. -
Error: Cannot initialize application data. when trying to start JSPM
Hi All
I get the an error when trying to open the D:\usr\sap\SLM\DVEBMGS00\j2ee\JSPM\go.bat on Windows 2003. I am trying to run the JSPM. Could find much info about the exact problem. Please advice.
Trouble Ticket Report
Java Support Package Manager for SAP NetWeaver'04s
SID................: SLM
Hostname...........: gpisolides
Install directory..: D:/usr/sap/SLM
Database...........: Oracle
Operating System...: $(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/OpSysType)
JDK version........: 1.4.2_16 Sun Microsystems Inc.
JSPM version.......: 7.00.12.0.1.7.21
System release.....: 700
ABAP stack present.: true
The execution ended in error.
Cannot initialize application data.
Could not extract value with key SAPSYSTEM from file D:/usr/sap/SLM/SYS/profile/SLM_DVEBMGS00_gpisolides. A possible reason could be that the path to the directory containing the sappfpar executable is not included in the PATH environment variable. Could not start process sappfpar. Error while executing process sappfpar.java.io.IOException: CreateProcess: sappfpar pf=D:/usr/sap/SLM/SYS/profile/SLM_DVEBMGS00_gpisolides SAPSYSTEM error=2
More information can be found in the log file D:\usr\sap\SLM\DVEBMGS00\j2ee\JSPM\log\log_2008_08_05_15_22_30\JSPM_MAIN_1_01.LOG.
Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
com.sap.sdt.jspm.phases.PhaseTypeJSPM
com.sap.sdt.jspm.gui.JspmUiException
Cannot initialize application data.
JSPM_MAIN
JSPMPhases
NetWeaver Upgrade
SAPJup
Java Upgrade
Thanks
Krishna KKCan you execute this command manually when you login as "slmadm":
sappfpar pf=D:/usr/sap/SLM/SYS/profile/SLM_DVEBMGS00_gpisolides SAPSYSTEM
Markus -
Hi,
Just downloaded and installed OBIEE 11.1.1.7.0 from OTN.
OS: Windows 2008 Server R2 64 Bit.
Install Type: Simple Install
Database: 11.2.0.3
Received the following error message in Admin Server log:-
[2013-06-22T11:29:46.944+05:30] [AdminServer] [WARNING] [JPS-01520] [oracle.jps.idmgmt] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <WLS Kernel>] [ecid: 0000JxeTGxfDwWGLIyK6yf1HlJlb000003,0] [APP: bicomposer#11.1.1] Cannot initialize identity store, cause: javax.naming.CommunicationException: 2606:b400:2010:4046:30e1:d75d:8b07:5f9d:7001 [Root exception is java.net.ConnectException: Connection refused: connect].
[2013-06-22T11:29:46.946+05:30] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.connection.ConnectionsHelper] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <WLS Kernel>] [ecid: 0000JxeTGxfDwWGLIyK6yf1HlJlb000003,0] [APP: bicomposer#11.1.1] Failed to get credentials for alias ADF and connection name bi-default[[
java.lang.RuntimeException: java.security.PrivilegedActionException: oracle.security.jps.service.idstore.IdentityStoreException: JPS-01520: Cannot initialize identity store, cause: oracle.security.idm.ConfigurationException: javax.naming.CommunicationException: 2606:b400:2010:4046:30e1:d75d:8b07:5f9d:7001 [Root exception is java.net.ConnectException: Connection refused: connect].
at oracle.adf.share.security.providers.jps.JpsUtil.getDefaultIdentityStore(JpsUtil.java:386)
at oracle.adf.share.security.providers.jps.JpsUtil.getDefaultIdentityStore(JpsUtil.java:363)
at oracle.adf.share.security.providers.jps.JpsUtil.getUserUniqueIdentifier(JpsUtil.java:272)
at oracle.adf.share.security.providers.jps.JpsUtil.getUserUniqueIdentifier(JpsUtil.java:233)
at oracle.adf.share.security.providers.jps.CSFCredentialStore.getCurrentUserUniqueID(CSFCredentialStore.java:1245)
at oracle.adf.share.security.providers.jps.CSFCredentialStore.fetchCredential(CSFCredentialStore.java:481)
at oracle.adf.share.security.providers.jps.CSFCredentialStore.fetchCredential(CSFCredentialStore.java:645)
at oracle.adf.share.security.credentialstore.CredentialStore.fetchCredential(CredentialStore.java:187)
at oracle.adf.mbean.share.connection.ConnectionsHelper.getCredentials(ConnectionsHelper.java:208)
at oracle.adf.mbean.share.connection.ReferenceHelper.getCredentials(ReferenceHelper.java:325)
at oracle.adf.mbean.share.connection.ReferenceHelper.createReference(ReferenceHelper.java:290)
at oracle.adf.mbean.share.connection.ConnectionsRuntimeMXBeanImpl.registerBean(ConnectionsRuntimeMXBeanImpl.java:494)
at oracle.adf.mbean.share.connection.ConnectionsRuntimeMXBeanImpl.createConnection(ConnectionsRuntimeMXBeanImpl.java:572)
at oracle.adf.mbean.share.connection.ConnectionsRuntimeMXBeanImpl.configObjectReloaded(ConnectionsRuntimeMXBeanImpl.java:773)
at oracle.adf.mbean.share.connection.ConnectionsRuntimeMXBeanImpl.postRegister(ConnectionsRuntimeMXBeanImpl.java:1084)
at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doPostRegister(OracleStandardEmitterMBean.java:551)
at oracle.adf.mbean.share.AdfMBeanInterceptor.internalPostRegister(AdfMBeanInterceptor.java:223)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPostRegister(AbstractMBeanInterceptor.java:204)
at oracle.as.jmx.framework.generic.spi.interceptors.DefaultMBeanInterceptor.internalPostRegister(DefaultMBeanInterceptor.java:87)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPostRegister(AbstractMBeanInterceptor.java:204)
at oracle.security.jps.ee.jmx.JpsJmxInterceptor$4.run(JpsJmxInterceptor.java:523)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalPostRegister(JpsJmxInterceptor.java:539)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPostRegister(AbstractMBeanInterceptor.java:204)
at oracle.as.jmx.framework.generic.spi.interceptors.DefaultMBeanInterceptor.internalPostRegister(DefaultMBeanInterceptor.java:87)
at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalPostRegister(ContextClassLoaderMBeanInterceptor.java:167)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPostRegister(AbstractMBeanInterceptor.java:204)
at oracle.as.jmx.framework.generic.spi.interceptors.DefaultMBeanInterceptor.internalPostRegister(DefaultMBeanInterceptor.java:87)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPostRegister(AbstractMBeanInterceptor.java:204)
at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.postRegister(OracleStandardEmitterMBean.java:516)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.postRegisterInvoke(DefaultMBeanServerInterceptor.java:1035)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:974)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:917)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:482)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$27.run(WLSMBeanServerInterceptorBase.java:714)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.registerMBean(WLSMBeanServerInterceptorBase.java:709)
at weblogic.management.mbeanservers.internal.JMXContextInterceptor.registerMBean(JMXContextInterceptor.java:445)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$27.run(WLSMBeanServerInterceptorBase.java:712)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.registerMBean(WLSMBeanServerInterceptorBase.java:709)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.registerMBean(WLSMBeanServer.java:462)
at oracle.as.jmx.framework.wls.spi.security.PrivilegedMBeanServerInterceptor$1.run(PrivilegedMBeanServerInterceptor.java:55)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at oracle.as.jmx.framework.wls.spi.security.PrivilegedMBeanServerInterceptor.registerMBean(PrivilegedMBeanServerInterceptor.java:60)
at oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack.contextInitialized(ADFConnectionLifeCycleCallBack.java:111)
at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.security.PrivilegedActionException: oracle.security.jps.service.idstore.IdentityStoreException: JPS-01520: Cannot initialize identity store, cause: oracle.security.idm.ConfigurationException: javax.naming.CommunicationException: 2606:b400:2010:4046:30e1:d75d:8b07:5f9d:7001 [Root exception is java.net.ConnectException: Connection refused: connect].
at java.security.AccessController.doPrivileged(Native Method)
at oracle.adf.share.security.providers.jps.JpsUtil.getDefaultIdentityStore(JpsUtil.java:381)
... 84 more
Caused by: oracle.security.jps.service.idstore.IdentityStoreException: JPS-01520: Cannot initialize identity store, cause: oracle.security.idm.ConfigurationException: javax.naming.CommunicationException: 2606:b400:2010:4046:30e1:d75d:8b07:5f9d:7001 [Root exception is java.net.ConnectException: Connection refused: connect].
at oracle.security.jps.internal.idstore.util.IdentityStoreUtil.getIdentityStoreFactory(IdentityStoreUtil.java:189)
at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmFactory(AbstractIdmIdentityStore.java:273)
at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.initStore(AbstractIdmIdentityStore.java:157)
at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmStore(AbstractIdmIdentityStore.java:132)
at oracle.adf.share.security.providers.jps.actions.IdmStoreAction.run(IdmStoreAction.java:46)
... 86 more
Caused by: oracle.security.idm.ConfigurationException: javax.naming.CommunicationException: 2606:b400:2010:4046:30e1:d75d:8b07:5f9d:7001 [Root exception is java.net.ConnectException: Connection refused: connect]
at oracle.security.idm.providers.stdldap.TestConnectionPool.execute(LDIdentityStoreFactory.java:1026)
at oracle.security.idm.providers.stdldap.LDIdentityStoreFactory.setupConnPool(LDIdentityStoreFactory.java:620)
at oracle.security.idm.providers.stdldap.LDIdentityStoreFactory.setup(LDIdentityStoreFactory.java:333)
at oracle.security.idm.providers.ovd.OVDIdentityStoreFactory.<init>(OVDIdentityStoreFactory.java:59)
at oracle.security.idm.providers.wlsldap.WLSLDAPIdentityStoreFactory.<init>(WLSLDAPIdentityStoreFactory.java:45)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at oracle.security.idm.IdentityStoreFactoryBuilder.getIdentityStoreFactory(IdentityStoreFactoryBuilder.java:128)
at oracle.security.jps.internal.idstore.util.IdentityStoreUtil.getIdentityStoreFactory(IdentityStoreUtil.java:185)
... 90 more
Caused by: javax.naming.CommunicationException: 2606:b400:2010:4046:30e1:d75d:8b07:5f9d:7001 [Root exception is java.net.ConnectException: Connection refused: connect]
at com.sun.jndi.ldap.Connection.<init>(Connection.java:209)
at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:116)
at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1580)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2678)
at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:296)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
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.ldap.InitialLdapContext.<init>(InitialLdapContext.java:134)
at oracle.security.idm.providers.stdldap.TestConnectionPool.run(LDIdentityStoreFactory.java:1006)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:189)
at com.sun.jndi.ldap.Connection.createSocket(Connection.java:351)
at com.sun.jndi.ldap.Connection.<init>(Connection.java:186)
... 13 more
Anyone else got this same issue?Add the Host name and static ip address In : C:\WINDOWS\system32\drivers\etc in this "host" file add the Ip addres and system name which u can see as below
127.0.0.1
localhost
So just Comment it like below
#127.0.0.1
localhost
and add as
172.168.20.1 systemname
Before that after intsalling the loopback adopter assing the above static ip address to that loop back adopter ( google it ).
then restart and try to install. -
Cannot initialize CGI exec subsystem - Sun ONE Web Server 6.1
Hello,
I have a problem connecting to a running admin server on Solaris 9. Startup is as follows:
(error log)
[12/Mar/2004:11:06:43] info ( 2579): CORE1116: Sun ONE Web Server 6.1 B08/22/2003 12:37
[12/Mar/2004:11:06:43] info ( 2580): CORE3016: daemon is running as super-user
[12/Mar/2004:11:06:47] info ( 2580): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.1_03] from
[Sun Microsystems Inc.]
[12/Mar/2004:11:06:49] info ( 2580): WEB0100: Loading web module in virtual server [vs-admin] at [/admin-
app]
[12/Mar/2004:11:06:56] info ( 2580): HTTP3072: [LS ls1] http://lab1:84 ready to accept requests
[12/Mar/2004:11:06:56] info ( 2580): CORE3274: successful server startup
Then, when I try to connect to it with the browser it results with an error:
[12/Mar/2004:11:09:31] failure ( 2580): cgi_init reports: HTTP4047: could not initialize CGI subsystem (Cgistub path ../../bin/https/bin/Cgistub), err fork() failure [Not enough space]
[12/Mar/2004:11:09:31] failure ( 2580): for host 10.101.12.146 trying to GET /https-admserv/bin/index, cgi_start_exec reports: HTTP4066: cannot initialize CGI exec subsystem
What is the meaning of '...not enough space' ?
The port itself is still listening:
*.84 *.* 0 0 49152 0 LISTEN
I must add that the server itself has been already successfully installed, ealier tests with the admserv were fine. But all of a sudden I can't get rid of this error, I made no changes except several reboots.
Regards NickHello trejo.cj,
space in /tmp seems not to be the problem:
! [email protected]:/tmp# df -k
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 479872 99067 332818 23% /
/dev/dsk/c0t0d0s6 4031059 986895 3003854 25% /usr
/proc 0 0 0 0% /proc
mnttab 0 0 0 0% /etc/mnttab
fd 0 0 0 0% /dev/fd
/dev/dsk/c0t0d0s4 1984564 1250344 674684 65% /var
swap 43168 16 43152 1% /var/run
swap 59064 15912 43152 27% /tmp
/dev/dsk/c0t0d0s5 8063580 4078907 3904038 52% /opt
/dev/dsk/c0t0d0s7 15119586 3999501 10968890 27% /export/home
ls -la /tmp
prw-r----- 1 cics cics 0 Mar 16 12:00 .LAB1REG.fifo
drwxrwxr-x 2 root root 104 Mar 16 11:28 .X11-pipe
drwxrwxr-x 2 root root 104 Mar 16 11:28 .X11-unix
drwx--x--x 2 cics cics 106 Mar 16 12:10 EFC1385
drwx--x--x 2 Slab1 cics 106 Mar 16 12:00 EFS945
drwx------ 2 netlife netlife 264 Mar 16 11:56 https-admintool-9d93b4d6
drwx------ 2 root other 207 Mar 16 11:54 https-admserv-9d93b4d6
drwx------ 2 netlife netlife 162 Mar 16 11:54 https-btv-9d93b4d6
-r--r--r-- 1 root root 0 Mar 16 11:28 llbdbase.dat
-rw-r--r-- 1 root other 0 Mar 16 11:52 lock.https-admintool.84
-rw-r--r-- 1 root other 0 Mar 16 11:52 lock.https-admserv.84
-rw-r--r-- 1 root other 0 Mar 16 11:52 lock.https-btv.84
! [email protected]:/tmp# cd https-admintool-9d93b4d6
! [email protected]:/tmp/https-admintool-9d93b4d6# ls -la
srwxrwxrwx 1 netlife netlife 0 Mar 16 11:56 .cgistub_676
srwxrwxrwx 1 root other 0 Mar 16 11:54 iwsadmin.675
-rw-r--r-- 1 root other 720896 Mar 16 12:05 iwsstats.https-admintool
srwxr-xr-x 1 root other 0 Mar 16 11:54 iwswatchdog.674
The file iwsstats.https-admintool is a binary. Are there any hints inside why the server gives this error? If yes, can it be displayed?
I my case I have installed a virtual server named admintool, this is owned by user netlife.
Now I changed in the Server Manager in the CGI settings > Listen Sockets the info about CGI user and CGI group according to the netlife user.
Right now it works, so I will watch out for further occurences.
Nick -
Getting error "Cannot initialize Report Engine server. (RWI 00226)"
Hello All,
We have BO XI 3.1 running on AiX 5.3 and db2 9.5 with fixpack 6.
I am getting error "Cannot initialize Report Engine server. (RWI 00226)" Whenever i am trying to create a document or report.
We were not getting this error earlier. getting it since few days.
currently our web intelligence processing server is not running and showing the status as "initializing and disabled".
every time when i tried to restart web intelligence processing server,it is going to initializing status only.
I tried to enable the trace for this server but it is not allowing me to do and throughing the error " Configuration, auditing or enable/disable state change rejected; server SIA.WebIntelligenceProcessingServer is currently being initialized."
I also tried creating a new instance of web intelligence processing server, even it has also gone to "initializing" status all the time.
Environment Information:
BOXI 3.1 SP2
OS: AIX 5.3
DB: DB2 9.5 Fix pack 6
Plese help in resolving this issue.
Thanks & Best Wishes,
Sachin.Hi,
Thanks for your prompt response.
I already tried the solution provided by you. I stopped BO server completely and restarted it again but it does not worked for me.
I have stopped the old Web intelligence processing server and created a new instance and started, but the new one has not started but going to initializing status.
It even not allowing me to delete the newly created instance, saying that it is still in initializing status.
Please suggest me if anything else i need to check.
Thanks in advance.
Best Regards,
Sachin -
Cannot initialize Photoshop because preferences file was deleted
Hi. I recently had problems with startup disk being full and had to empty Cache.
Now, when I go to open up Photoshop CS5 for the first time after rebooting, I get this error message:
Cannot initialize Photoshop because preferences file not found, it was deleted.
Can anyone tell me how to correct this problem?
Thank you,
GailThere is a similar thread HERE with several suggestions.
--OB -
Unable to install photoshop cs6 (installation programm cannot initialize)
Unable to install photoshop cs6 (installation programm cannot initialize)
Moving this discussion to the Downloading, Installing, Setting Up forum.
Kimd82553076 what specific errors are you able to locate in the installation logs? For information on how to locate and interpret the installation log files please see Troubleshoot with install logs | CS5, CS5.5, CS6, CC.
Maybe you are looking for
-
Can you set a default print quality?
Good Morning Everyone, I've been putting up with this annoyance since I install PSE 8. I've looked for a solution but can't find one. Hope you can help. Here's the problem. Every time I print a document PSE 8 defaults to a print quality of 1200 dpi,
-
How can I print to a IP address printer from my iPad and a iMac
I have a HP Laser Jet 1100 that I have converted to a Networked printer via TP link print server so I wont need a computer running 24/7, how can I get my iPad 4th Gen and a iMac to print on it, IP 192.168.1.13 Thanks
-
How do I copy a dvd to my hard drive?
I have a short dvd that I would like to save to my computer. I think I have copied it but cannot play it. I am asked what program I want to open it with. The program suggested costs $50. I want to be sure that's it before I purchase.
-
Photoshop CC 2014: intermittent and unpredictable issues
My teachers and students are using Photoshop CC 2014, a recent upgrade for us from CS6. We are on Mac OSX 10.9.4 on MacBook Air laptops. There appears to be a very real issue relating to Layers. Images that are dragged from one window to another (rat
-
RE: (forte-users) Node Installed Libraries
If you use Forte, the solution is to patch compcomp, or add a 'post-distrib' script. compcomp: replace the -L/path/file by -L/path -l:file Add -Wl,+s in link command post-distrib: # Enable SHLIB_PATH for all binaries, chatr +s enable $bin done # Enab