Adapters not found!

Hi,
I couldnt able to see any adapters other than JPR.our basis guy imported BASIS package ,I could see Basis component in IR.we did CPA Cache full refresh but still we didnt see any adapters in RWB ->Adapter monitoring.
he imported Basis pkg that he downloaded from service market place.
or does it need to be export BASIS SWCV in SLD and import that into IR as .tpz?
or either of them is fine?
thank you,
babu

hi
May this will be useful to u.
notes:
764176
804124
SXI_CACHE
Solution
In the Runtime Workbench in the Component Monitoring (hierarchy display),
check whether all expected components are listed completely.
The integration server is usually missing in the case of inconsistencies caused by the upgrade.
Under 'Technical Landscape' in the SLD, select the "Exchange Infrastructure" technical system type.
Check whether all XI components of the same XI domain are assigned and whether there are several XI domains for the server.
There may be two domains with similar names, one with a fully-qualified host name and one with a short host name.
This is an inconsistency.
Often, the integration server and another XI component
(directory, repository, or adapter engine) are not assigned to the same domain either.
You can solve the inconsistencies as follows:
1. In the SLD editing interface, choose "Administration" -> "Content Maintenance".
Select "XI Integration Server" from the drop-down menu, and navigate to the associations of the integration server.
Select the "XI Integration Server Logical Identity" association and delete the association by choosing 'Remove'.
2. Switch to "Home" in the "Technical Landscape" view, and select the "Exchange Infrastructure" technical system type there.
Select all domains and XI components for the host and delete these by selecting them and pressing 'Remove'.
3. Restart the J2EE server.
After you restart the server, the XI components log on to the SLD again and create a new entity of class "XI Integration Server".
4. To register the directory and repository again, you must also log on to the two tools.
5. In the "Technical Landscape" --> Technical System Type "Exchange Infrastructure" view, check whether all XI components are logged on correctly (Adapter Engine, Integration Directory, Integration Repository, Integration Server and Runtime Workbench/RWB).
The Adapter Engine components may be missing.
If so, stop and restart in the J2EE Visual Admin --> Server --> Services, and deploy application sap.com/com.sap.aii.af.cpa.app.
6. Change again to the administration interface --> content maintenance for the associations of the XI Integration Server.
Create a new association by pressing the 'New Association' button, select the "XI Sub-System viewed Application System" association type here, and in the next step choose the BC system for the Integration Server.
Save the association by choosing 'Associate'.
Create a new association by pressing the 'New Association' button, select the "XI Integration Server Logical Identity" association type here, and in the next step choose the business system for the Integration Server.
Save the association by choosing 'Associate'.
7. In the "Technical Landscape" --> Technical System Type "Exchange Infrastructure" view, check whether the assignment to the application system is also displayed there (the business system in which the Integration Server is running should appear in the "Application System" column for the Integration Server).
8. To make the changed associations known in the directory, the SLD temporary storage must be deleted in the directory.
To do this, log on to the Integration Directory and choose 'Environment --> Delete temporary storage areas for SLD data'

Similar Messages

  • INSTALLATION ERROR;----Adapters not found.

    Hello frnds,
    Just recently i installed XI 3.0 and configuring a scenario..
    and i codnot find any adapter in  creating communication channel
    So pls give me a hint...waiting for ur replies..
    Simraan.

    Hi,
    Here you have to Import the .TPZ  Software Component Version SAP Basis  which will comes with Installation Package.
    1. Copy XI3_0_SAP_BASIS_6.40_17_00.tpz to directory /usr/sap/<SAPSID>/SYS/global/xi/repository_server/import/
    2. On your SAP XI host, call transaction SXMB_IFR.
    3. Choose Repository (Design).
    4. Choose &#8594; Tools &#8594; Import Design Objects
    2. Choose the file /usr/sap/<SAPSID>/SYS/global/xi/repository_server/import XI3_0_SAP_BASIS_6.40_15_00.tpz
    5. Import the file.
    Regards
    Seshagiri
    Edited by: N V Seshagiri on Feb 12, 2008 10:48 AM

  • Class Not Found: com.bea.wlevs.adapters.jms.api.OutboundMessageConverter in Outbound JMS Converter

    OEP 12.1.3
    Following the instructions in 4 Adapters (12c Release 1 (12.1.3)) I have created a custom message converter bean for my Outbound JMS Adapter (I had to add the JAR file com.bea.wlevs.adapters.jms_12.1.3.0_0.jar from OEP_HOME\oep\modules to my project to make the code compile). However, upon deployment, I ran into a class not found exception:
    <Sep 15, 2014 7:17:19 PM CEST> <Error> <org.springframework.osgi.extender.internal.activator.ContextLoaderListener> <BEA-000000> <Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=CreditCardTheftDetection.AirportCreditCardTransactionProcessing, config=osgibundle:/META-INF/spring/*.xml))
    java.lang.NoClassDefFoundError: saibot.airport.security.prevention.jms.SuspectedCreditCardEventConverter not found from bundle [CreditCardTheftDetection.AirportCreditCardTransactionProcessing (CreditCardTheftDetection.AirportCreditCardTransactionProcessing)]
        at org.springframework.osgi.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:112)
        at org.springframework.osgi.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:156)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:270)
    Caused By: java.lang.NoClassDefFoundError: com/bea/wlevs/adapters/jms/api/OutboundMessageConverter
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
    Caused By: java.lang.ClassNotFoundException: com.bea.wlevs.adapters.jms.api.OutboundMessageConverter
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
    I have tried adding the JAR file (com.bea.wlevs.adapters.jms_12.1.3.0_0.jar) to my deployment JAR. That did not make any difference.
    Does anyone know why this class OutboundMessageConverter is not found - and more importantly: what I can do to make it available in the run time?
    thanks.
    Lucas

    To make a package available to your application at runtime for OEP, you will need to add it to the application's MANIFEST.MF file to the Import Package section (since the OEP server is OSGi-based). There's no need to supply a version number, you can just enter the package name (e.g.)
    com.bea.wlevs.adapters.jms.api,

  • While running dcdiag /test:dns getting Warning: The AAAA record for this DC was not found

    DCDIAG /test:dns result is pested here.
    C:\Users\administrator.SUD>dcdiag /test:dns
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = MUM-ADS-01
       * Identified AD Forest.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\MUM-ADS-01
          Starting test: Connectivity
             ......................... MUM-ADS-01 passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\MUM-ADS-01
          Starting test: DNS
             DNS Tests are running and not hung. Please wait a few minutes...
             ......................... MUM-ADS-01 passed test DNS
       Running partition tests on : ForestDnsZones
       Running partition tests on : DomainDnsZones
       Running partition tests on : Schema
       Running partition tests on : Configuration
       Running partition tests on : sud
       Running enterprise tests on : sud.in
          Starting test: DNS
             Test results for domain controllers:
                DC: MUM-ADS-01.sud.in
                Domain: sud.in
                   TEST: Basic (Basc)
                      Warning: The AAAA record for this DC was not found
                   TEST: Forwarders/Root hints (Forw)
                      Error: Root hints list has invalid root hint server:
                      a.root-servers.net. (198.41.0.4)
                      Error: Root hints list has invalid root hint server:
                      b.root-servers.net. (128.9.0.107)
                      Error: Root hints list has invalid root hint server:
                      c.root-servers.net. (192.33.4.12)
                      Error: Root hints list has invalid root hint server:
                      d.root-servers.net. (128.8.10.90)
                      Error: Root hints list has invalid root hint server:
                      e.root-servers.net. (192.203.230.10)
                      Error: Root hints list has invalid root hint server:
                      f.root-servers.net. (192.5.5.241)
                      Error: Root hints list has invalid root hint server:
                      g.root-servers.net. (192.112.36.4)
                      Error: Root hints list has invalid root hint server:
                      h.root-servers.net. (128.63.2.53)
                      Error: Root hints list has invalid root hint server:
                      i.root-servers.net. (192.36.148.17)
                      Error: Root hints list has invalid root hint server:
                      j.root-servers.net. (192.58.128.30)
                      Error: Root hints list has invalid root hint server:
                      k.root-servers.net. (193.0.14.129)
                      Error: Root hints list has invalid root hint server:
                      l.root-servers.net. (198.32.64.12)
                      Error: Root hints list has invalid root hint server:
                      m.root-servers.net. (202.12.27.33)
                   TEST: Delegations (Del)
                      Error: DNS server: sud-ad.sud.in. IP:<Unavailable>
                      [Missing glue A record]
                   TEST: Records registration (RReg)
                      Network Adapter
                      [00000006] Intel(R) PRO/1000 MT Network Connection:
                         Warning:
                         Missing AAAA record at DNS server 10.1.6.132:
                         MUM-ADS-01.sud.in
                         Warning:
                         Missing AAAA record at DNS server 10.1.6.132:
                         gc._msdcs.sud.in
                         Warning:
                         Missing AAAA record at DNS server 10.1.6.133:
                         MUM-ADS-01.sud.in
                         Warning:
                         Missing AAAA record at DNS server 10.1.6.133:
                         gc._msdcs.sud.in
                   Warning: Record Registrations not found in some network adapters
             Summary of test results for DNS servers used by the above domain
             controllers:
                DNS server: 128.63.2.53 (h.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 128.63.2.53
                DNS server: 128.8.10.90 (d.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 128.8.10.90
                DNS server: 128.9.0.107 (b.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 128.9.0.107
                DNS server: 192.112.36.4 (g.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 192.112.36.4
                DNS server: 192.203.230.10 (e.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 192.203.230.10
                DNS server: 192.33.4.12 (c.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 192.33.4.12
                DNS server: 192.36.148.17 (i.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 192.36.148.17
                DNS server: 192.5.5.241 (f.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 192.5.5.241
                DNS server: 192.58.128.30 (j.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 192.58.128.30
                DNS server: 193.0.14.129 (k.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 193.0.14.129
                DNS server: 198.32.64.12 (l.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 198.32.64.12
                DNS server: 198.41.0.4 (a.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 198.41.0.4
                DNS server: 202.12.27.33 (m.root-servers.net.)
                   1 test failure on this DNS server
                   PTR record query for the 1.0.0.127.in-addr.arpa. failed on the DN
    S server 202.12.27.33
             Summary of DNS test results:
    Auth Basc Forw Del  Dyn  RReg Ext
                Domain: sud.in
                   MUM-ADS-01                   PASS WARN FAIL FAIL PASS WARN n/a
             ......................... sud.in failed test DNS

    Hi Meinolf,
    Please find the IP Details as well as DNS test results.
    C:\Users\Administrator.SCI>dcdiag /test:dns
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = MDCDCDNS
       * Identified AD Forest.
       Done gathering initial info.
    Doing initial required tests
       Testing server: MDC-Powai\MDCDCDNS
          Starting test: Connectivity
             ......................... MDCDCDNS passed test Connectivity
    Doing primary tests
       Testing server: MDC-Powai\MDCDCDNS
          Starting test: DNS
             DNS Tests are running and not hung. Please wait a few minutes...
     ERROR: NO DNS servers for IPV6 stack was found
             ......................... MDCDCDNS passed test DNS
       Running partition tests on : ForestDnsZones
       Running partition tests on : DomainDnsZones
       Running partition tests on : Schema
       Running partition tests on : Configuration
       Running partition tests on : sci
       Running enterprise tests on : sci.com
          Starting test: DNS
             Test results for domain controllers:
                DC: MDCDCDNS.sci.com
                Domain: sci.com
                   TEST: Basic (Basc)
                      Warning: The AAAA record for this DC was not found
                   TEST: Records registration (RReg)
                      Network Adapter
                      [00000009] Microsoft Virtual Network Switch Adapter:
                         Warning:
                         Missing AAAA record at DNS server 10.64.7.32:
                         MDCDCDNS.sci.com
                         Warning:
                         Missing AAAA record at DNS server 10.64.7.32:
                         gc._msdcs.sci.com
                         Warning:
                         Missing AAAA record at DNS server 10.64.7.35:
                         MDCDCDNS.sci.com
                         Warning:
                         Missing AAAA record at DNS server 10.64.7.35:
                         gc._msdcs.sci.com
                         Warning:
                         Missing AAAA record at DNS server 10.20.33.72:
                         MDCDCDNS.sci.com
                         Warning:
                         Missing AAAA record at DNS server 10.20.33.72:
                         gc._msdcs.sci.com
                         Warning:
                         Missing AAAA record at DNS server 10.20.33.71:
                         MDCDCDNS.sci.com
                         Warning:
                         Missing AAAA record at DNS server 10.20.33.71:
                         gc._msdcs.sci.com
                   Warning: Record Registrations not found in some network adapters
                   MDCDCDNS                     PASS WARN PASS PASS PASS WARN n/a
             ......................... sci.com passed test DNS
    C:\Users\Administrator.SCI>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : MDCDCDNS
       Primary Dns Suffix  . . . . . . . : sci.com
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : sci.com
    Ethernet adapter Local Area Connection 7:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : External Internal Virtual Network
       Physical Address. . . . . . . . . : 00-14-4F-CA-83-AC
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.64.7.32(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.64.7.1
       DNS Servers . . . . . . . . . . . : 10.64.7.32
                                           10.64.7.35
                                           10.20.33.72
                                           10.20.33.71
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Ethernet adapter Local Area Connection 6:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : TEAM : Team #1
       Physical Address. . . . . . . . . : 00-14-4F-CA-83-AC
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       Autoconfiguration IPv4 Address. . : 169.254.105.163(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.0.0
       Default Gateway . . . . . . . . . :
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter Local Area Connection* 8:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : isatap.{2D5A4A27-298F-48E5-A376-EA886EF1E
    42A}
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 9:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : isatap.{14FA7CD4-8B69-4C86-A58B-056793B7D
    901}
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Please check and revert back for any queries..
    Thanks...
    Deva Self-trust is the first secret of success.

  • Work around for server not found problems on FF36

    I have found a work around for all the people having server not found problems with FF36.
    If you manually set your network adapter DNS to an external DNS server (as opposed to your local ISP) then the problem goes away. I set mine to use the two google DNS servers:
    Preferred: 8.8.8.8
    Alternate: 8.8.4.4
    Not a clue why this works but it is 100% successful on my desktop PC, whereas before I could hardly connect to a webpage with FF36 without multiple page refreshes and much frustration, even though FF35 was fine and rolling back to FF35 was also fine.
    Something has changed in FF36 and either the way it handles DNS or the way it works with some network adapters.
    It is nothing to do with add-ons, profiles or firewall software as I have tried all of these things and only the DNS change made a difference. I even copied over a full working profile and the program files directory for Mozilla from my portable which was having no problems and the problem still existed on the desktop, which is why I started looking at the network adapater since everything else between the working PC and the non working one was identical.
    Hopefully this will help the developers to pin down the real cause of the problem and fix it in the next release.

    Well done. Thanks for finding that.
    That is not only assigned but has an approved patch included in the scheduled Fx36.0.1 release so it should be fixed in few days, watch out for the upgrade.
    * Bug 1093983 - DNS resolver should not use 'ANY' to get cached records for TTL <sup>[https://bugzilla.mozilla.org/show_bug.cgi?id=1093983#c35 c#35]</sup>
    * https://wiki.mozilla.org/Firefox/Channels/Meetings/2015-03-03#Schedule_Update
    With the bug now fixed it would not really be appropriate to add further comment. I do now see another related bug assigned but not being fast tracked, so if all goes well that will probably land in Firefox 39.
    * Bug 1138242 - DNS: Request A and AAAA record types rather than ANY when obtaining TTL on Windows

  • Java.lang.class not found

    Hi,
    I configured scenario FILE TO JDBC, the sender channel is successful but in the receiving I am getting the error that java.lang.class not found.
    In the receiver communication channel, I gave "com.microsoft.jdbc.sqlserverdriver".
    what database connection parameters need to be given??
    Thanks,
    Satish.

    Whats your database ?
    As Suresh said, did you deploy your JDBC driver ?
    How to ?
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how to install and configure external drivers for jdbc and jms adapters.pdf
    After configuring your communication channel, did you check the Adapter Monitor
    XI SP > 09
    http://<host>:5<sysnum>00/rwb -> Component Monitoring -> All Display -> Adapter Engine -> Adapter Monitor
    XI SP <= 09
    http://<host>:5<sysnum>00/AdapterFramework
    Oracle Driver & Connection:
    JDBC Driver: oracle.jdbc.driver.OracleDriver
    Connection: jdbc:oracle:thin:@<hostname>:<port_umber>:<database_name>
    SQL Server Driver & Connection:
    JDBC Driver = com.microsoft.jdbc.sqlserver.SQLServerDriver
    Connection = jdbc:microsoft:sqlserver://hostname:1433;DatabaseName=<DBName>
    regards
    Shravan

  • Error: The channel class 'mx.messaging.channels.AMFChannel' specified was not found

    Hi guys. I'm stuck with the class not found error trying to use remote objects with BlazeDS. I'm building the application using flex sdk 3, Ant flexTasks.jar (without FlexBuilder) and Tomcat 5.5.17. The result after clicking on the Remote service button is a window with the following error message: <br />[MessagingError message='The channel class 'mx.messaging.channels.AMFChannel' specified was not found.']<br /><br />In my code, I have in main.mxml:<br /><?xml version="1.0" encoding="utf-8"?><br /><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"layout="vertical"><br /><mx:Script>..CDATA[import mx.controls.Alert;..</mx:Script><br /><mx:RemoteObject id="remObj" destination="product" result="Alert.show(event.result.toString());" fault="Alert.show(event.fault.faultString);"/><br /><mx:Button id="remoteService" label="Remote Service" click="remObj.getResults('MyName');"/><br /></mx:Application><br /><br />In remoting-config.xml:<br /><?xml version="1.0" encoding="UTF-8"?><br /><service id="remoting-service" class="flex.messaging.services.RemotingService"><br />    <adapters><br />        <adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter" default="true"/><br />    </adapters><br />    <default-channels><br />        <channel ref="my-amf"/><br />    </default-channels><br />     <destination id="product" channels="my-amf"><br />         <properties><br />           <source>flex.example.ProductService</source><br />             <scope>application</scope><br />         </properties><br />         <adapter ref="java-object"/><br />     </destination><br /></service><br /><br />In java:<br />package flex.examples.ProductService;<br />public class ProductService{     <br />public String getResults(String name)<br />{<br />     String result = null;<br />     result = "Hi " + name + ", this is a service and the time now is : " + new Date();<br />     return result;<br />     }<br />}<br /><br />The services-config.xml is a standard like delivered within blazeds.war.<br /><br />My guess is that something is wrong is with the compilation. My Ant compile task looks like:<br /> <target name="compile_flex_examples"><br />     <mxmlc file="${param1}" keep-generated-actionscript="true"<br />           context-root="${app.name}"  <br />         services="${webinf}/flex/services-config.xml"><br />                   <compiler.library-path dir="${FLEX_HOME}/frameworks" <br />                 append="true"><br />                         <include name="${webinf}/lib/" /><br />                   </compiler.library-path><br />                   <compiler.library-path dir="${FLEX_HOME}/frameworks"       <br />                 append="true"><br />                        <include name="libs/flex.swc" /><br />                      <include name="libs/rpc.swc" /><br />                      <include name="libs/utilities.swc" /><br />                      <include name="libs/fds.swc" /><br />                   </compiler.library-path><br />         <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/><br />         <source-path path-element="${FLEX_HOME}/frameworks"/><br />     </mxmlc><br /> </target><br /><br />Any idea why Flex can not find the mx.messaging.channels.AMFChannel class? Any hint very appeciated.<br /><br />Thanks in advance.<br /><br />Devus

    Did you have figure out the problem to this?
    I am getting the same error message. I had two interdependant applications that were working fine when I specify a service-config.xml file at compire time. However when I try to dynamiclly configure the services at runtime, one application works, but the other doesn't. I'm not sure why mx.messaging.channels.AMFChannel is available in the one app, but not the other.
    Any pointers???

  • Intel My wifi technology adapter not found

    Hello ! I got problem.
    Some days ago my wifi worked fine until now .Now i got error like this: adapter not found. Can't access wifi anymore. I think my drivers are updated, i had downloaded the latest from your site. I tried format, but that didn't help too, system restore didn't help, unistalling old drivers and installing new drivers didn't help. But sometimes it will find my wireless connections and it will work fine, but sometimes it's gone.  Currently i'm connected with cable. I have tried many solutions but none of them have helped me. Can you answer what to do?
    Some pictures:
    http://postimg.org/image/zdejf56il/
    http://postimg.org/image/455yhtgsd/

    NikuNikkur,
    In device manager, network adapters, Microsoft Virtual WiFi Miniport Adapter.
    Make sure the box is checked, allow computer to turn off this device to save power. If the box is unchecked, the My WiFi Adapter will go missing.
    Rick

  • ReferenceError: Error #1069: Property DSPriority not found on String and there is no default value.

    Hi All
                      This is the Error where i got from my sample chatting application...
    ReferenceError: Error #1069: Property DSPriority not found on String and there is no default value.
    at mx.messaging::Producer/handlePriority()[E:\dev\4.x\frameworks\projects\rpc\src\mx\messagi ng\Producer.as:190]
    at mx.messaging::Producer/internalSend()[E:\dev\4.x\frameworks\projects\rpc\src\mx\messaging \Producer.as:169]
    at mx.messaging::AbstractProducer/send()[E:\dev\4.x\frameworks\projects\rpc\src\mx\messaging \AbstractProducer.as:561]
    at SampleMessagin/sendMessage()[D:\FlexJavaPrograms\SampleMessagin\src\SampleMessagin.mxml:2 9]
    at SampleMessagin/___SampleMessagin_Button2_click()[D:\FlexJavaPrograms\SampleMessagin\src\S ampleMessagin.mxml:74]
                        this is the code
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"
          currentState="{st}"
          creationComplete="consumer.subscribe()">
    <fx:Script>
      <![CDATA[
       import mx.messaging.events.MessageEvent;
       import mx.messaging.messages.AsyncMessage;
       import mx.messaging.messages.IMessage;
       import mx.modules.IModule;
       import mx.states.State;
       [Bindable]
       public var st:String="";
       public function changeStateHandler(event:Event):void
        st = "Login"
       //send message throug this method
       protected function sendMessage():void
        var msg:IMessage = new AsyncMessage();
        msg.headers = uname.text;
        msg.body = sendText.text;
        producer.send(msg);
        sendText.text = " ";
      //message  Handler  
       protected function consumer_messageHandler(event:MessageEvent):void
        // TODO Auto-generated method stub
        var resp:IMessage = event as IMessage;
        dispText.text = resp.headers.toString()+" :: "+resp.body.toString()+"\n";
      ]]>
    </fx:Script>
    <fx:Declarations>
      <s:Producer id="producer"
         destination="chat"/>
      <s:Consumer id="consumer"
         destination="chat"
         message="consumer_messageHandler(event)"/>
      </fx:Declarations>
    <s:states>
      <s:State name="State1"/>
      <s:State name="Login"/>
    </s:states>
    <s:Panel x="246" y="137" width="366" height="200" title="Login Here" includeIn="State1">
      <mx:HBox horizontalCenter="2" verticalCenter="-30">
       <s:Label text="Enter UR Name"/>
       <s:TextInput id="uname"/>
       <s:Button id="login" label="Login" click="changeStateHandler(event)"/>
      </mx:HBox>
    </s:Panel>
    <s:Panel includeIn="Login" x="327" y="78" width="353" height="369"  title="Welcome:{uname.text}">
      <s:TextArea x="6" y="11" height="222" width="335" id="dispText"/>
      <s:TextArea x="10" y="241" height="85" width="258" id="sendText"/>
      <s:Button x="276" y="241" label="Send" height="76" click="sendMessage()"/>
    </s:Panel>
    </s:Application>
    and my messaging-config.xml is as follows
                 <?xml version="1.0" encoding="UTF-8"?>
    <service id="message-service"
        class="flex.messaging.services.MessageService">
        <adapters>
            <adapter-definition id="actionscript" class="flex.messaging.services.messaging.adapters.ActionScriptAdapter" default="true" />
            <!-- <adapter-definition id="jms" class="flex.messaging.services.messaging.adapters.JMSAdapter"/> -->
        </adapters>
        <default-channels>
            <channel ref="my-polling-amf"/>
        </default-channels>
        <destination id="chat"/>
    </service>
                      can any one help me what is the error present here.............
                         why it is showing error .. am i wrote anything wrong in this code .. please help me....

    I'm not the expert on this topic, but I think this line:
    msg.headers = uname.text;
    ...is throwing the error. Look into how to properly construct the headers for the message. They should be in name/value pairs.

  • Channels not found

    RFC: INTEGRATION_DIRECTORY_HMI working fine. SLDCHECK works fine.
    AI_RUNTIME_JCOSERVER, AI_DIRECTORY_JCOSERVER, LCRSAPRFC,SAPSLDAPI, all works fine. CACHE works fine.
    But still Communication channels are not found.
    No clue where to start dig.

    hi
    Check this
    1 Scenario
    This guide deals with all the configurations required to create an IDoc adapter in Exchange Infrastructure
    3.0 to send an IDoc from XI to the SAP backend system.
    Unlike other types of adapters, the IDoc adapter has dependencies on the XI 3.0 ABAP configurations and
    the backend SAP system configurations. Those configurations information will have to be either created
    first or retrieved in order to complete the IDoc adapter configuration.
    2 Introduction
    Configuring IDoc adapter in Exchange Infrastructure 3.0 requires some configuration on the SAP
    systems, for both XI and the backend system where the IDoc message is to be sent. These steps, although
    simple, are many times missed or mis-configured, causing the delivery of messages to fail.
    Since IDoc adapter uses the ABAP stack, instead of J2EE, the configuration requirements are mainly in
    ABAP.
    Setting up IDoc adapters requires the XI integration server to be able to communicate with the backend
    SAP system, and also to make sure that the Logical System Name used when posting IDoc exists on the
    backend SAP system.
    3 The Step By Step Solution
    The basic steps for the IDoc configuration are outline below:
    1. Configure SM59 on XI to communicate to SAP backend system.
    2. Configure port on XI for IDoc communication.
    3. Create or verify the Logical System Name on the SAP backend system.
    4. Create or verify business system in XI’s System Landscape Directory.
    5. Verify the Logical System Name of the business system.
    6. Verify or add the Logical System Name for the sender business system.
    7. Create/configure the Communication Channel for the IDoc receiver adapter
    3.1 Configure SM59 on XI to communicate to SAP backend system.
    1. Using transaction SM59, create an RFC destination with Connection Type = “3”.
    In this example, the RFC destination name is “NDVCLNT510”.
    2. Enter the logon information:
    3. Test the connection by clicking on “Testing connection” and “Remote logon”.
    Both must be successful.
    3.2 Configure port on XI for IDoc communication.
    4. Go to transaction IDX1 on XI, and create a port. In this example, the Port name is “SAPNDV”.
    •     &#61472;The Port name must be in the form of “SAPxxx”, where xxx is the system ID of the backend SAP
    system.
    •     The Client must be the client number of the backend SAP system.
    •     Select the RFC Destination which was created in the previous step.
    3.3 Create or verify the Logical System Name on the SAP backend system.
    5. Enter transaction SALE on the SAP backend system.
    6. Create or verify the Logical System Name. In our example, NDVCLNT510 is verified.
    3.4 Create or verify business system in XI’s System Landscape Directory.
    The business system name for the SAP backend system must contain a valid Logical System Name. This Logical System Name is the one verified or created in the previous step.
    7. In the System Landscape Directory,  select the SAP backend business system. If one does not exist, then create the business system. Verify the Logical  System Name.
    3.5 Verify the Logical System Name of the business system.
    8. In the Integration Directory, doubleclick on the business system (in our example, it is NDVCLNT510).
    Navigate the menu:
    Service • Adapter Specific Identifiers.
    If information is empty or incorrect, then it will have to be synchronized with the content of the System Landscape Directory. Follow the steps below for synchronization.
    9. (Optional) Synchronization of the business system in Integration Directory to the business system in System
    Landscape Directory.
    •     &#61472;Double-click on the business system in the Integration Directory.
    •     &#61472;Switch to Edit mode.
    •     &#61472;Select menu: Service • Adapter-Specific Identifiers 
    10. (Optional) Within the dialog box, click on the button as indicated below to resynchronize.
    11. (Optional) If the expected data from the System Landscape Directory is not updated, then the SLD cache may need to be cleared first.
    3.7 Create/configure the Communication Channel for the IDoc receiver adapter.
    15. In the Integration Directory, create an IDoc receiver communication channel.
    •     &#61472;The RFC Destination is from step 3.1.
    •     &#61472;The Port is from step 3.2.
    NOTE:
    There is no need to create an IDoc sender Communication Channel for XI. Instead, the backend SAP system must be configure to send the IDoc to XI.
    4 Appendix
    Transaction: IDX2
    There are a couple of situation where IDX2 can be useful on the XI system.
    1. When we want to test connection between the XI and SAP backend system.
    2. When an IDoc has changed, and the meta data stored in XI needs to be update. When an IDoc is sent from the SAP backend system to XI, XI will first check to see if the meta data for the IDoc is already in its persistent cache. If not, then XI will use the configuration in IDX1 to retrieve the IDoc meta data from the backend system. If the
    meta is already in cache, then it will NOT do so. Therefore, when an IDoc has changed, it is necessary to manually update the new meta data on XI, or delete it from the cache, so that the latest version can be retrieved. IDX2 is used for this purpose.
    Go to transaction IDX2 and click on “Create”.
    Enter the IDoc Type and the Source Port as defined in step #2. Click “Continue”.If successful, the following will show up. If error occurs, then the IDX1 configurations will need to be re-checked.
    Regards
    Hemant
    Award points if find helpful

  • Class Not Found Error during provisioning

    Hello,
    I am running on jboss-4.0.3-SP1, OIM 9.0.3 latest patch. I am new to this implementation and just rebuilt the dev environment. I am checking the provisioning of the resources and ran into a class not found error.
    The error says:
    2011-10-19 10:23:17,111 DEBUG [XELLERATE.ADAPTERS] Class/Method: tcADPClassLoader/findClass entered.
    2011-10-19 10:23:17,111 DEBUG [XELLERATE.ADAPTERS] Class/Method: tcADPClassLoader:findClass - Data: loading class - Value: com.jscape.inet.ssh.SshException
    2011-10-19 10:23:17,112 ERROR [XELLERATE.SERVER] Error encountered in save of Data Object com.thortech.xl.dataobj.tcScheduleItem
    2011-10-19 10:23:17,112 ERROR [XELLERATE.SERVER] Class/Method: tcDataObj/save encounter some problems: com/jscape/inet/ssh/SshException
    java.lang.*NoClassDefFoundError*: com/jscape/inet/ssh/SshException
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpFAPROVISIONING.implementation(*adpFAPROVISIONING.java:92*)
    at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
    xxxxxxxxxxxxx
    When I looked at the process task named "FA Provisioning", line 92, I see this reference:
    90:
    91: //Initialize persistant object "INIT"
    92: clsINIT = Class.forName("*com.cpsg_inc.oim.unix.SSHCommandExecutor*");
    93: maoConstructorArgs = new Object[]{};
    94: masConParamTypes = new Class[]{};
    95: moCons = clsINIT.getConstructor(masConParamTypes);
    96: INITconsObj = moCons.newInstance(maoConstructorArgs);
    xxxxxxxxxxx
    When I open the adapter task named iNIT Connection (this is the first task in the FA Provisioning process task Adapter), API Source: JavaTaskJar:cpsgUnix.jar
    Application API: com.cpsg_inc.oim.unix.SSHCommandExecutor
    Constructors: 0 public com.cpsg_inc.oim.unix.SSHCommandExecutor()
    Methods: 9 public void com.thortech.xl.integration.tenetssh.helper.SSHPrvosioning.SSHInit(...)
    xxxxxxxxxxxx
    Then I made sure the jar file named cpsgUnix.jar is present in the OIM_HOME/JavaTasks directory.
    But still I have the error.
    What am I missing?
    thanks
    Khanh

    Thanks everyone for your input.
    I added the sshfactory.jar file in the JavaTask folder and it worked.
    Thanks again.
    Khanh

  • Callback class not found

    Hi
    I am getting following error "Missing class" after invoking my BPEL process. The callback class is not found even though it is deployed.
    <2009-04-24 10:53:44,982> <ERROR> <oracle.bpel.services.workflow> <::>
         Missing class: BusinessProcess.MyCallback
         Dependent class: oracle.bpel.services.workflow.task.impl.RoutingSlipCallbackInvoker
         Loader: oracle.bpel.common:10.1.3
         Code-Source: /D:/product_OAS/10.1.3.1/OracleAS_1/bpel/system/services/lib/bpm-services.jar
         Configuration: <code-source> in /D:/product_OAS/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    This load was initiated at oracle.bpel.common:10.1.3 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
    oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: BusinessProcess.MyCallback
         Dependent class: oracle.bpel.services.workflow.task.impl.RoutingSlipCallbackInvoker
         Loader: oracle.bpel.common:10.1.3
         Code-Source: /D:/product_OAS/10.1.3.1/OracleAS_1/bpel/system/services/lib/bpm-services.jar
         Configuration: <code-source> in /D:/product_OAS/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    This load was initiated at oracle.bpel.common:10.1.3 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2068) [D:/product_OAS/10.1.3.1/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@10469011]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1679) [D:/product_OAS/10.1.3.1/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@10469011]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1635) [D:/product_OAS/10.1.3.1/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@10469011]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1620) [D:/product_OAS/10.1.3.1/OracleAS_1/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@10469011]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap:1.5.0_06]
         at java.lang.Class.forName0 (Native method) [unknown, by unknown]     
    <2009-04-24 10:53:45,011> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-30016
    The call back class has been deployed. Not sure if any setting is missing.
    Thanks
    Badri

    Hi,
    I also tried the pcl.jar in the shared lib in server.xml however still it gives Callback class not found.
    Also, I am using JDEV - 10.1.3.4.0 to deploy my BPEL process on the SOA - 10.1.3.1.
    I get the following exception while deploying the process. Can this be a cause of the issue ?? Any hints ?
    Buildfile: D:\KABKP\BPELWorkspace\132.1.UserTasks\build.xml
    [java] Java Result: 1
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/D:/KABKP/jdevstudio10134/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process UserTaskSample on iflmud6dlf5jn, port 8889
    [deployProcess] Deploying process D:\KABKP\BPELWorkspace\132.1.UserTasks\output\bpel_UserTaskSample_1.0.jar
    [deployProcess] [Fatal Error] :2:4: The content of elements must consist of well-formed character data or markup.
    [deployProcess] [Fatal Error] :2:4: The content of elements must consist of well-formed character data or markup.
    [deployProcess] Successfully deployed the process "UserTaskSample" on server "iflmud6dlf5jn" and port "8889"
    deployTaskForm:
    [echo]
    | Deploying workflow form for UserTaskSample on iflmud6dlf5jn, port 8889
    [deployTaskForm] 09/05/04 14:04:42 Notification ==>Uploading file default_UserTaskSample_1_0_StockReview.ear ...
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:42 Notification ==>Application Deployer for default_UserTaskSample_1_0_StockReview STARTS.
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:42 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_UserTaskSample_1_0_StockReview.ear
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:42 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_UserTaskSample_1_0_StockReview.ear begins...
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:42 Notification ==>Unpacking default_UserTaskSample_1_0_StockReview.ear
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Done unpacking default_UserTaskSample_1_0_StockReview.ear
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Unpacking workflowform.war
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Done unpacking workflowform.war
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\default_UserTaskSample_1_0_StockReview.ear ends...
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Starting application : default_UserTaskSample_1_0_StockReview
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Initializing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Initializing EJB container
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Loading connector(s)
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Starting up resource adapters
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Initializing EJB sessions
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Committing ClassLoader(s)
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Initialize workflowform begins...
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Initialize workflowform ends...
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Started application : default_UserTaskSample_1_0_StockReview
    [deployTaskForm]
    [deployTaskForm] 09/05/04 14:04:43 Notification ==>Application Deployer for default_UserTaskSample_1_0_StockReview COMPLETES. Operation time: 391 msecs
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] BindWebApp error: javax.management.ReflectionException
    [deployTaskForm]
    BUILD FAILED
    D:\KABKP\BPELWorkspace\132.1.UserTasks\build.xml:98: Error while deploying the form on server "iflmud6dlf5jn" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:141)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:818)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:578)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:849)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:875)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 1 minute 0 seconds

  • Sony MDR-zx550bn driver not found installing on Windows 7.

    I keep getting "driver not found" when trying to install my headphones on a Windows 7 computer. 

     
    Hi richardph22, 
    Welcome to Sony Community! 
    Possibly the driver/s (Bluetooth or Audio) is not properly installed or, for some reason, deleted on your computer. Kindly follow the troubleshooting guidelines here: 
    If you're trying to connect your headphones to your computer via Bluetooth, please follow these steps: 
    Reinstall Bluetooth driver -> Go to Device Manager -> Bluetooth -> right click and Properties -> Driver tab-> select Uninstall (DO NOT DELETE) -> restart the computer. The driver will be reinstalled. NOTE: If Bluetooth is not listed, check under Network Adapters -> Bluetooth. Or Click View -> Show hidden devices. 
    Download or update Bluetooth Driver -> visit the support page (website) of your computer and download the Bluetooth driver. 
    If the headphones plugged in to the computer via headphones jack, kindly follow these: 
    Reinstall Audio driver -> Go to Device Manager -> double click Sound, video and game controllers -> right click and select Properties -> Driver tab -> Uninstall the driver/s (DO NOT DELETE) -> Restart the computer. The driver/s will be reinstalled. NOTE: If Audio is not listed, click View -> Show hidden devices. 
    Download or update Audio Driver -> visit the support page (website) of your computer and download the Audio driver. 
    Hope these help.
    Regards, 
    Vincent 
    If my post answers your question, please mark it as "Accept as Solution"
     

  • SRDemo deployment - Page not found

    Hi,
    I completed ch. 11 and deployed the app, but when I tested the url (http://localhost:8888/SRDemo/SRList.jspx) - I got the Page not found error. Would appreciate if someone can enlighten me on this.
    I had to overwrite the previous deployment, and redeployed again.
    Here is the log for the deployment:
    ---- Deployment started. ---- Jan 4, 2007 1:06:26 PM
    Target platform is Standalone OC4J 10g 10.1.3 (OC4J).
    Wrote EJB JAR file to C:\jdev10g\jdev\mywork\SRDemo\DataModel\deploy\ejb3.jar
    Wrote WAR file to C:\jdev10g\jdev\mywork\SRDemo\UserInterface\deploy\webapp3.war
    Wrote EAR file to C:\jdev10g\jdev\mywork\SRDemo\Deployment\deploy\SRDemoApplication.ear
    Application UnDeployer for SRDemoApplication STARTS.
    Removing all web binding(s) for application SRDemoApplication from all web site(s)
    Application UnDeployer for SRDemoApplication COMPLETES.
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Uploading file SRDemoApplication.ear ...
    Application Deployer for SRDemoApplication STARTS.
    Copy the archive to C:\jdev10g\j2ee\home\applications\SRDemoApplication.ear
    Initialize C:\jdev10g\j2ee\home\applications\SRDemoApplication.ear begins...
    Unpacking SRDemoApplication.ear
    Done unpacking SRDemoApplication.ear
    Unpacking webapp3.war
    Done unpacking webapp3.war
    Initialize C:\jdev10g\j2ee\home\applications\SRDemoApplication.ear ends...
    Starting application : SRDemoApplication
    Initializing ClassLoader(s)
    Initializing EJB container
    Loading connector(s)
    Starting up resource adapters
    Processing EJB module: ejb3.jar
    Compiling EJB generated code
    Initializing EJB sessions
    Committing ClassLoader(s)
    Initialize webapp3 begins...
    Initialize webapp3 ends...
    Started application : SRDemoApplication
    Binding web application(s) to site default-web-site begins...
    Binding webapp3 web-module for application SRDemoApplication to site default-web-site under context root SRDemo
    Initializing Servlet: javax.faces.webapp.FacesServlet for web application webapp3
    Binding web application(s) to site default-web-site ends...
    Application Deployer for SRDemoApplication COMPLETES. Operation time: 8693 msecs
    Elapsed time for deployment: 55 seconds
    ---- Deployment finished. ---- Jan 4, 2007 1:07:21 PM
    Thanks a lot!

    Hi Frank,
    Thank you. I tried the url - it showed the Page Not Found error. So I tried http://localhost:8888/SRDemo/faces/app/SRList.jspx, and the page showed up - but it has numerous errors (I hope I am using the right url):
    Error
    1. JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: javax.ejb.EJBException, msg= Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system. ; nested exception is: Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system.
    2. JBO-29000: Unexpected exception caught: javax.ejb.EJBException, msg= Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system. ; nested exception is: Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system.
    3. Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system. ; nested exception is: Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system.
    4. JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: javax.ejb.EJBException, msg= Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system. ; nested exception is: Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system.
    5. JBO-29000: Unexpected exception caught: javax.ejb.EJBException, msg= Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system. ; nested exception is: Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system.
    6. Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system. ; nested exception is: Exception Description: Several [1] SessionLoaderExceptions were thrown: *** Exception [TOPLINK-9003] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException Exception Description: Unable to process XML tag [external-transaction-controller-class] with value [oracle.toplink.transaction.oc4j.oc4jTransactionController]. Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: oracle.toplink.transaction.oc4j.oc4jTransactionController Dependent class: oracle.toplink.tools.sessionconfiguration.XMLLoader Loader: oracle.toplink:10.1.3 Code-Source: /C:/jdev10g/toplink/jlib/toplink.jar Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\jdev10g\j2ee\home\oc4j.jar This load was initiated at SRDemoApplication.root:0.0.0 using the loadClass() method. The missing class is not available from any code-source or loader in the system.
    7. JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-
    29000: Unexpected exception caught: java.lang.RuntimeException, msg=javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.srdemo.view.UserInfo
    8. JBO-29000: Unexpected exception caught: java.lang.RuntimeException, msg=javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.srdemo.view.UserInfo
    9. javax.servlet.jsp.el.ELException: An error occurred while getting property "userId" from an instance of class oracle.srdemo.view.UserInfo
    Please tell me how to debug this. I can see that there're session loader exception, TOPLINK exception, Unable to process XML tag [external-transaction-controller-class] with value, etc.
    I did have a problem with the SRCreate page - .javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: Can't set managed bean property: 'viewIdProperty'.. Does this has something to do with the above errors when I ran the page SRList.jspx.
    Appreciate your time and assistance.

  • AD DS Config problem (The AAAA record for this DC was not found) Cannot connect to ADUC

    I am trying to figure out what is wrong with my AD DS Config. I ran dcdiag. The results were:
    C:\Users\Administrator>dcdiag /test:dns
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = R210_1_2K12
       * Identified AD Forest.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\R210_1_2K12
          Starting test: Connectivity
             ......................... R210_1_2K12 passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\R210_1_2K12
          Starting test: DNS
             DNS Tests are running and not hung. Please wait a few minutes...
             ......................... R210_1_2K12 passed test DNS
       Running partition tests on : Schema
       Running partition tests on : Configuration
       Running partition tests on : bcas-tbf
       Running enterprise tests on : bcas-tbf.local
          Starting test: DNS
             Test results for domain controllers:
                DC: R210_1_2K12.bcas-tbf.local
                Domain: bcas-tbf.local
                   TEST: Basic (Basc)
                      Warning: The AAAA record for this DC was not found
                   TEST: Records registration (RReg)
                      Network Adapter [00000017] Hyper-V Virtual Ethernet Adapter:
                         Warning:
                         Missing AAAA record at DNS server 172.16.0.202:
                         R210_1_2K12.bcas-tbf.local
                         Warning:
                         Missing AAAA record at DNS server 172.16.0.202:
                         gc._msdcs.bcas-tbf.local
                         Warning:
                         Missing AAAA record at DNS server ::1:
                         R210_1_2K12.bcas-tbf.local
                         Warning:
                         Missing AAAA record at DNS server ::1:
                         gc._msdcs.bcas-tbf.local
                   Warning: Record Registrations not found in some network adapters
                   R210_1_2K12                  PASS WARN PASS PASS PASS WARN n/a
             ......................... bcas-tbf.local passed test DNS
    IPCONFIG info:
    C:\Users\Administrator>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : R210_1_2K12
       Primary Dns Suffix  . . . . . . . : bcas-tbf.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : bcas-tbf.local
    Ethernet adapter vEthernet (Broadcom BCM5716C NetXtreme II GigE (NDIS VBD Client
    ) #36 - Virtual Switch):
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter #2
       Physical Address. . . . . . . . . : 00-26-B9-7E-81-74
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::bda9:1a28:974a:5fc3%19(Preferred)
       IPv4 Address. . . . . . . . . . . : 172.16.0.202(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 172.16.0.1
       DHCPv6 IAID . . . . . . . . . . . : 335554233
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-0A-52-45-00-26-B9-7E-81-75
       DNS Servers . . . . . . . . . . . : ::1
                                           172.16.0.202
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{AE70C63E-0A8A-4461-A789-8E4CD99CEA46}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 11:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:9d38:90d7:1cf5:1d4f:53ef:ff35(Pref
    erred)
       Link-local IPv6 Address . . . . . : fe80::1cf5:1d4f:53ef:ff35%15(Preferred)
       Default Gateway . . . . . . . . . : ::
       NetBIOS over Tcpip. . . . . . . . : Disabled
    I'm unsure of what the problem is or what to do next.  Thank You.

    Disable IPv6 according to Pauls blog:
    Disabling
    IPv6 on Windows 2008
    After disabling run:
    ipconfig /flushdns
    ipconfig /registerdns
    restart the netlogon service or reboot.
    For co-existence from IPv4 and IPv6 see: 
    Configuring DNS for IPv6/IPv4
    Coexistence
    IPv6
    for the Windows Administrator: How Name Resolution Works in a Dual IPv4/IPv6 Scenario
    IPv6 for the Windows Administrator: IPv6 Fundamentals
    Hopefully, that fixes your issue.  Added some links to read in cause you want to.
    If it answered your question, remember to “Mark as Answer”.
    If you found this post helpful, please “Vote as Helpful”.
    Postings are provided “AS IS” with no warranties, and confers no rights.
    Active Directory: Ultimate Reading Collection

Maybe you are looking for

  • PO Delivery Schedule and GRN linkage

    Hello, A PO has a line Item and for that Line item , number of Delivery schedule lines have been created. Now for One delivery schedule line (EKET-EINDT) , Multiple GRN's Created and similarly for other delivery schedule lines too. I want to know for

  • Uploading songs to iCloud via iTunes Match from multiple computers?

    I've already setup match on my Windows 7 Desktop, and have uploaded iTunes match and everything worked out well there. The problem I have arises when I connect my second device (OS X Lion laptop) to the same iTunes match account. The library appears

  • I'm completely unable to finish creating an American Apple ID for itunes use.

    Hey guys, just purchased my Ipad mini, but I'm having some problems setting up an Apple Id via Ipad mini/itunes/and the internet. No luck with any of them. I'll try and provide with as much detail as possible in order to help. I'm currently living in

  • Can anyone tell me what a refurbished ipod is?

    Something caught my eye, the refurbished ipod costs less. What is it? Is it brand new, I mean intact? And can you personalize that thing? I don't know which is a good idea to buy, a refurbished one or the normal versions... I am planning to buy the i

  • PRINTING 2-up

    Could someone please let me know how to make a file 2-up on a letter sized paper (portrait) The file is in Indesign and it's 8 x 5.5 (A notecard) I want to print it 2-up complete with crop marks, especially marks to show where to cut right in the mid