HTTP PUBSUB not initializing giving  [ Error: missing } in XML expression ]

Hi
I am using WEBLOGIC 10.3 pusub sever and dojo-release1.1.1
**I have created a channel with the following config as below**
<wlps:channel-constraint>
<wlps:channel-resource-collection>
<wlps:channel-resource-name>subscribe</wlps:channel-resource-name>
<wlps:description>subscribe channel constraint</wlps:description>
<wlps:channel-pattern>/DispatchView/**</wlps:channel-pattern>
<wlps:channel-operation>subscribe</wlps:channel-operation>
<wlps:channel-operation>create</wlps:channel-operation>
<wlps:channel-operation>publish</wlps:channel-operation>
</wlps:channel-resource-collection>
In my client side I have the following code in a page.
dojo.require("dojox.cometd");
var DEFAULT_CHANNEL = "/DispatchView/PubSub";          
cometInit = function(){
               dojox.cometd.init("cometd");
               log( 'cometd initialized' );
onMessage = function(msg) {
     log( 'onMessage() ' + msg.data.test );
//alert(msg.data.test);
//handles subscribe onclick
onSubscribe = function(){
     dojox.cometd.subscribe( DEFAULT_CHANNEL, 'onMessage');
     log( 'subscribed to ' + DEFAULT_CHANNEL );
cometInit();
onSubscribe();
Whenever I am opening the page its giving me the following error.
[ Error: missing } in XML expression ]
handshake error!: [ Error: missing } in XML expression ]
cometd init failed
Retry in interval+backoff=0+4000=4000ms
[ Error: missing } in XML expression ]
handshake error!: [ Error: missing } in XML expression ]
cometd init failed
Retry in interval+backoff=0+5000=5000ms
Am I missing something. Can any body help me with this.

Hi,
The problem in your code is you haven't mentioned the server URL which is needed to subscribe.
dojox.cometd.init("cometd"); this is a wrong intitialization instead you have to use
dojox.cometd.init("http://localhost:9002/pubsub"); or something like this with an appropriate URL. In this URL /pubsub is context path and not the default channel you subscribe. This was the reason for your error (cometd init failed)
Please let me know if the problem get solved or still u have any queries regarding the same.

Similar Messages

  • Error: missing } in xml expression. I cant solve this!

    <script type="text/javascript">
    var myObject = new ActiveXObject("Scripting.FileSystemObject");
    var pasta = "C:\Users\Catatau\Desktop\BROTHER\Medcurso\oukey\";
    var folder = myObject.GetFolder(pasta);
    var jpg = ".jpg"
    var pdf = ".pdf"
    var barra = "\";
    </script>
    for(var pastas in folder)
            <script type="text/javascript">
              var newDoc = app.newDoc();
            var pt1 = pastas.name;
            var pasta2 = pasta + pt1 + barra;
              var folder2 = myObject.GetFolder(pasta2);
              var x = 1;
              for(var files in folder2){x = x+1}
              var k = 0;
            </script>
            while(x>k) {
                    <script type="text/javascript">
                    k = k+1;
                        var arquivo = pasta2 + k + jpg;
                        newDoc.insertPages({nPage: k, cPath: arquivo,});
              var destino = pasta + pt1 + pdf;
              newDoc.saveAs({cPath: destino,});
              newDoc.closeDoc(true);
    </script>
    That`s the script.
         Error1: SyntaxError: missing } in xml expression                                                     Ln 25. Col 3.
                    24: line 25.
                   First text in red is selected / first text in green (where i think the error refers to).
         Error2: SyntaxError: missing } in xml expression                                                     Ln 28. Col 24.
                    27: line 28.
                   Second text in red is selected / Second text in green (where i think the error refers to).

    Why not? Sorry if im stupid in javascript... the sentence <script type="text/javascript"> helped me to jump through errors from jscript editor on acrobat.
    What im trying to do: i have a folder with several subfolders. Each subfolder has .jpg files. I want to combine each subfolders .jpg files into one .pdf. Others subfolders should be combined into different pdfs. I`m trying to see if this could be done by thie script i wrote. But i can`t even put it to work so i can see it.

  • Group Tree: Error in Ajax response - message: missing } in XML expression

    Hi,
    We were using a previous version of Crystal libs and viewer. I wanted to get up to date with the latest jars and viewer so I downloaded and installed the version with Eclipse 3.4.1 and crystal development bundled together.
    I've copied the new jars from there into my existing project. I've also copied the folder cyrstalreportviewers into the project. We're using Tomcat 6.
    I've now got a problem with the Group Tree at the moment since I started using the latest libraries and crystal report viewers.
    My web.xml looks like this.
            <context-param>
              <param-name>crystal_image_uri</param-name>
              <param-value>/crystalreportviewers</param-value>
         </context-param>
         <context-param>
              <param-name>crystal_image_use_relative</param-name>
              <param-value>webapp</param-value>
         </context-param>
            <servlet id="CrystalReportViewerServlet">
              <servlet-name>CrystalReportViewerServlet</servlet-name>
              <display-name>CrystalReportViewerServlet</display-name>
              <servlet-class>
                   web.servlet.ReportingViewerServlet
              </servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
           <servlet-mapping id="CrystalReportViewerServletMapping">
              <servlet-name>CrystalReportViewerServlet</servlet-name>
              <url-pattern>/CrystalReportViewerHandler</url-pattern>
         </servlet-mapping>
    A request to the uri https://......../WebApp/CrystalReportViewerHandler?id=3
    The servlet doesn't do anything that seems to be uncommon. I can post more precisely what it does if needed.
    The report will load correctly, I don't get an error page asking if my crystalreportviewers/ path is accessable to the server.
    I get a parameter page asking for a value. I enter that and click OK.
    The viewer sends a POST request to my Servlet and is handled correctly.
    The report is then loaded.
    On the click of an item in the Group Tree it sends an Ajax POST request and I then get the following error:
    message: missing } in XML expression
    fileName: https://localhost:8080/WebApp/crystalreportviewers/allInOne.js
    lineNumber: 10
    stack: ()@:0
    eval("(\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n)")@:0
    ([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object Object],[object Object],[object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:12
    ([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ()@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object Object],[object Event])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    ([object Event])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
    name: SyntaxError
    Clicking on the Groups headers on the right hand pane work as expected. Although I notice they are not Ajax requests.
    I've spent a few days at this now and I feel like I'm running out of options but to revert back to the previous version we were using. I presume this works elsewhere so I've got to be doing something incorrectly with my setup.
    If anyone needs more info then please ask.
    Thanks,
    Patrick

    Hi Ted,
    Thanks for your reply.
    That's our own Servlet. It extends javax.servlet.http.HttpServlet
    doGet does the following stuff:
    Creates a ReportClientDocument.
    Sets the ReportAppServer to "inproc:jrc".
    Opens the report as read only.
    Gets the DBController and calls logon on it.
    Then calls replaceConnection.
    Adds some discrete param values.
    Creates a CrystalReportViewer.
    gets the report source from the report client document.
    sets the report source on the crystal report viewer.
    set own page to true.
    sets the report source in the session.
    The crystal Report Viewer then processes the Http Request.
    doPost:
    gets the report source from the session.
    creates a CrystalReportViewer.
    sets the report source on the crystal report viewer.
    set own page to true.
    The crystal Report Viewer then processes the Http Request.
    One thing I changed in there was the way the data source was changed. It used to loop through tables.
    Tables tables = clientDoc.getDatabaseController().getDatabase().getTables();
    newTable.setQualifiedName(qualifiedName);
    clientDoc.getDatabaseController().setTableLocation(origTable, newTable);
    Now it does this:
    DatabaseController dbController = clientDoc.getDatabaseController();
    dbController.logon(username, password);
    dbController.replaceConnection(new ConnectionInfo(), connectionInfo, null, DBOptions._useDefault);
    If you need more info please do let me know. Thanks for your help.
    Patrick

  • JDBC adapter - not initialized after error

    Hi,
    While doing maintenance on the DB2 server we get the following error:
    com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'XXXXXXXXXXXX': com.ibm.db2.jcc.b.SQLException: IO Exception opening socket to server XXXXX on port XXXXX.  The DB2 Server may be down.
    This is expected.  But, after this error occurs the JDBC receiver adapter becomes unknown or not registered.  Even after the DB2 server is brought back up when we process a mesasge through the adapter we get the following error:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
    Doing a cache refresh resolves the issue, but is this expected?  Should a DB2 connection issue cause the JDBC adapter to no longer be registered?
    Thanks.
    Best Regards,
    Duke

    Hi Duke,
    Doing a cache refresh resolves the issue, but is this expected? Should a DB2 connection issue cause the JDBC adapter to no longer be registered?
    -->yes, adapter framework is designed like that.
    based on your cache refresh settings Adapter engine will update the details and register the service again. i think the cache refresh settings were not defined properly for your server that is the reason it gave you that error and manually refresh is required.
    Regards,
    Sukarna.Chirumamilla

  • SQL*Loader problem - not efficient, parsing error for big xml files

    Hi Experts,
    First of all, I would like to store xml files in object relation way. Therefore I created a schema and a table for it (see above).
    I wants to propagate it (by using generated xml files), hence I created a control file for sql loader (see above).
    I have two problems for it.
    1, It takes a lot of time. It means I can upload a ~80MB file in 2 hours and a half.
    2, At bigger files, I got the following error messages (OCI-31011: XML parsing failed OCI-19202: Error occurred in XML processing LPX-00243: element attribute value must be enclosed in quotes). It is quite interesting because my xml file is generated and I could generated and uploaded the first and second half of the file.
    Can you help me to solve these problems?
    Thanks,
    Adam
    Control file
    UNRECOVERABLE
    LOAD DATA
    CHARACTERSET UTF8
    INFILE *
    APPEND
    INTO TABLE coll_xml_objrel
    XMLTYPE(xml)
    FIELDS
    ident constant 2
    ,file_name filler char(100)
    ,xml LOBFILE (file_name) TERMINATED BY EOF
    BEGINDATA
    generated1000x10000.xml
    Sql Loader command
    sqlldr.exe username/password@//localhost:1521/SID control='loader.ctl' log='loadr.log' direct=true
    Schema
    <?xml version="1.0" encoding="UTF-8"?>
    <schema targetNamespace="http://www.something.com/shema/simple_searches" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.something.com/shema/simple_searches">
        <element name="searches" type="tns:searches_type"></element>
        <element name="search" type="tns:search_type"></element>
        <element name="results" type="tns:results_type"></element>
        <element name="result" type="tns:result_type"></element>
        <complexType name="searches_type">
            <sequence>
                <element ref="tns:search" maxOccurs="unbounded"></element>
            </sequence>
        </complexType>
        <complexType name="search_type">
            <sequence>
                <element ref="tns:results"></element>
            </sequence>
            <attribute ref="tns:id" use="required"></attribute>
            <attribute ref="tns:type" use="required"></attribute>
        </complexType>
        <complexType name="results_type">
            <sequence maxOccurs="unbounded">
                <element ref="tns:result"></element>
            </sequence>
        </complexType>
        <complexType name="result_type">
            <attribute ref="tns:id" use="required"></attribute>
        </complexType>
        <simpleType name="type_type">
            <restriction base="string">
                <enumeration value="value1"></enumeration>
                <enumeration value="value2"></enumeration>
            </restriction>
        </simpleType>
        <attribute name="type" type="tns:type_type"></attribute>
        <attribute name="id" type="string"></attribute>
    </schema>
    Create table
    create table coll_xml_objrel
    ident Number(20) primary key,
    xml xmltype)
    Xmltype column xml
    store as object relational
    xmlschema "http://www.something.com/schema/simple_searches.xsd"
    Element "searches";

    Hi Odie_63,
    Thanks for your answer.
    I will post this question in the XML DB forum too (edit: I realized that you have done it. Thanks for it).
    1, Version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    2, see above
    3, I have registered my schema with using dbms_xmlschema.registerSchema function.
    Cheers,
    Adam
    XML generator:
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import javax.xml.stream.XMLOutputFactory;
    import javax.xml.stream.XMLStreamException;
    import javax.xml.stream.XMLStreamWriter;
    public class mainGenerator {
        public static void main(String[] args) throws FileNotFoundException, XMLStreamException {
            // TODO Auto-generated method stub
            final long numberOfSearches = 500;
            final long numberOfResults = 10000;
            XMLOutputFactory xof = XMLOutputFactory.newFactory();
            XMLStreamWriter writer = xof.createXMLStreamWriter(new FileOutputStream("C:\\Working\\generated500x10000.xml"));
            writer.writeStartDocument();
            writer.writeStartElement("tns","searches", "http://www.something.com/schema/simple_searches");
            writer.writeNamespace("tns", "http://www.something.com/schema/simple_searches");
            for (long i = 0; i < numberOfSearches; i++){
                Long help = new Long(i);
                writer.writeStartElement("tns","search", "http://www.something.com/schema/simple_searches);
                writer.writeAttribute("tns", "http://www.something.com/schema/simple_searches", "type", "value1");
                writer.writeAttribute("tns", "http://www.something.com/schema/simple_searches", "id", help.toString());
                writer.writeStartElement("tns","results", "http://www.something.com/schema/simple_searches");
                for (long j = 0; j < numberOfResults; j++){
                    writer.writeStartElement("tns","result", "http://www.something.com/schema/simple_searches");
                    Long helper = new Long(i*numberOfResults+j);
                    writer.writeAttribute("tns", "http://www.something.com/schema/simple_searches", "id", helper.toString());
                    writer.writeEndElement();
                writer.writeEndElement();
                writer.writeEndElement();
            writer.writeEndElement();
            writer.writeEndDocument();
            writer.close();
    registerSchema:
    begin
    dbms_xmlschema.registerSchema(
    'http://www.something.com/schema/simple_searches',
    '<?xml version="1.0" encoding="UTF-8"?>
    <schema targetNamespace="http://www.something.com/schema/simple_searches" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.something.com/schema/simple_searches">
        <element name="searches" type="tns:searches_type"></element>
        <element name="search" type="tns:search_type"></element>
        <element name="results" type="tns:results_type"></element>
        <element name="result" type="tns:result_type"></element>
        <complexType name="searches_type">
            <sequence>
                <element ref="tns:search" maxOccurs="unbounded"></element>
            </sequence>
        </complexType>
        <complexType name="search_type">
            <sequence>
                <element ref="tns:results"></element>
            </sequence>
            <attribute ref="tns:id" use="required"></attribute>
            <attribute ref="tns:type" use="required"></attribute>
        </complexType>
        <complexType name="results_type">
            <sequence maxOccurs="unbounded">
                <element ref="tns:result"></element>
            </sequence>
        </complexType>
        <complexType name="result_type">
            <attribute ref="tns:id" use="required"></attribute>
        </complexType>
        <simpleType name="type_type">
            <restriction base="string">
                <enumeration value="value1"></enumeration>
                <enumeration value="value2"></enumeration>
            </restriction>
        </simpleType>
        <attribute name="type" type="tns:type_type"></attribute>
        <attribute name="id" type="string"></attribute>
    </schema>',
    TRUE, TRUE, FALSE, FALSE);
    end

  • AISUSER not assigned - Giving error during Maintenance Optimizer

    Hi Tech Masters,
    I am trying to set up Maintenance Optimizer on Solution Manager 7.0 SP15 ( WIndows 2003).
    I am using wizard to do this. But I am getting error when I am trying to update "Assign S-User for SAP Support Portal functionality" ( Basically the AISUSER Tcode does ) :
    When I am entering new entries, Its allowing me to enter User , SAP Customer No, but whenver I am trying to input Contact Person Its giving me the following error :
    "Partner number 0000000000 was not found in table AICONTACTS."
    Please help me out.
    Thanks
    Rabi Pal

    Are you sure that you are entering the correct Customer Number and the corresponding S-userid is correct ?
    May be this problem is related with several customer number administration ? check these notes
    Note 1151450 - FAQ: Managing several customer numbers - Support Package 15
    Note 1082010 - Administration of several customer numbers

  • Oracle webcache is not restarting, giving errors

    Oracle webcache is not starting .
    opmnctl status showing process webcache status "DOWN" but webcache-admin is "ALIVE ".
    This happened after a restart of the server.
    This happened after I changed the password for the "administrator" user by logged in as "weblogic" through URL &restarted the server after this(Restarted the server itself, not just through opmnctl)
    http://host:7001/em.
    This pasge is accessible but unable to restart webcache in here-through webcache->control->restart
    Also treid  through command prompt
    E:\Oracle\Instances\CoreHR\bin>opmnctl startproc ias-component=webcache1
    opmnctl startproc: starting opmn managed processes...
    ===============================================================================
    opmn id=CEWDDMC01-V:6701
    Response: 1 of 2 processes started.
    ias-instance id=CoreHR
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
      webcache1/WebCache/WebCache/
    Error
    --> Process (index=1,uid=1993,pid=1108)
      failed to start a managed process after the maximum retry limit
      Log:
      E:\Oracle\Instances\CoreHR\diagnostics\logs\WebCache\webcache1\console~WebCac
    e~1.log
    Tried
    [code]
    opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=CEWDDMC01-V:6701
    Response: 0 of 1 processes started.
    ias-instance id=CoreHR
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
      webcache1/WebCache/WebCache/
    Error
    --> Process (index=1,uid=2013,pid=8776)
      failed to start a managed process after the maximum retry limit
      Log:
      E:\Oracle\Instances\CoreHR\diagnostics\logs\WebCache\webcache1\console~WebCach
    e~1.log
    E:\Oracle\Instances\CoreHR\bin>opmnctl status
    Processes in Instance: CoreHR
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    rep_corehr                       | ReportsServerComp~ |    8908 | Alive
    emagent_CoreHR                   | EMAGENT            |    3880 | Alive
    RptSvr_CEWDDMC01-V_CoreHR        | ReportsServerComp~ |    8836 | Alive
    Discoverer_CoreHR                | PreferenceServer   |    8984 | Alive
    Discoverer_CoreHR                | ServicesStatus     |    8384 | Alive
    webcache1                        | WebCache-admin     |    3236 | Alive
    webcache1                        | WebCache           |     N/A | Down
    ohs1                             | OHS                |    8512 | Alive
    [/code]
    The console webcache.log shows
    [code]
    15/03/04 12:24:50 Start process
    Audit init
    Cache Server failed to start
    Refer to E:\Oracle\Instances\CoreHR\diagnostics\logs\WebCache\webcache1\event_log for more information
    [/code]
    The event log file shows:
    [code]
    [2015-03-04T12:24:50+00:00] [webcache] [NOTIFICATION:1] [WXE-08513] [logging] [ecid: ] Cache server process ID 6120 is starting up.
    [2015-03-04T12:24:50+00:00] [webcache] [NOTIFICATION:1] [WXE-09612] [main] [ecid: ] Oracle Web Cache 11g (11.1.1.6), Build 11.1.1.7.0 130113.0741
    [2015-03-04T12:24:50+00:00] [webcache] [NOTIFICATION:1] [WXE-13002] [config] [ecid: ] Maximum allowed incoming connections are 500
    [2015-03-04T12:24:50+00:00] [webcache] [NOTIFICATION:1] [WXE-09441] [stats] [ecid: ] DMS enabled
    [2015-03-04T12:24:51+00:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: Possibly caused by a corrupted disk or by some other process overwriting the file.
    [2015-03-04T12:24:51+00:00] [webcache] [WARNING:1] [WXE-11905] [frontend] [ecid: ] SSL additional information: E:\Oracle\Instances\CoreHR\config\WebCache\webcache1\keystores\default
    [2015-03-04T12:24:51+00:00] [webcache] [ERROR:1] [WXE-09709] [main] [ecid: ] Failed to initialize the HTTP component[/code]
    Please advise any way to try to to restart webcache ?

    If you suspect that the wallet got corrupted, you could check this note to recreate the wallet:
    How to Create a Wallet via Fusion Middleware Control in FMW 11g (Doc ID 1226834.1)
    And, for resetting administrator password: How To Change The WebCache Administrator Password When Forgotten? (Doc ID 1380426.1)
    Regards,
    Mohab

  • R12  Version  12.0.6  Log in Page  not opening - giving error

    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    DB is running OK , but the application is giving problem,
    SR raised , any quick help is appreciated
    Regards
    Koti

    Resolved by checking the alter log in the DB that showed us that the table space is not there.
    After extending the table space the issue resolved
    Thanks
    Koti

  • Itunes application will not open giving error code (-50) after update

    I'm having a bit of a problem with itunes. I'm running windows 7 64-bit and I hope someone could help me. When I finished making some purchases from itunes store over the weekend, I was told that there was an update for itunes. So I updated itunes and now I cannot get into itunes period. Luckly I was able to back up my purchases. When I try to open a movie that I purchased from the backup folder, I get a message that says "The iTunes application could not be opened. You do not have enough access privileges for this operation." or when I try to open itunes running as administrator I get another message "the itunes application could not be opened. An unknown error occurred (-50)." I am the only person using this computer and I have full admin rights. I had tried to download itunes again and even repaired itunes, but it just keeps crashing (B.S.o.D.). My OS is up to date. It also shows that itunes is running in task manager. So I have no idea wt heck is going on. Any help would be thankful.

    I had tried to download itunes again and even repaired itunes, but it just keeps crashing (B.S.o.D.).
    What numerical and text codes are you getting for the BSOD? (For example, 0X0000007E.)
    If the blue screen is referencing a specific file (for example, ati3duag.dll), let us know what the file is called too.

  • Ichat video not working- giving error

    I have successfully used ichat video when I hook my mac directly to my cable modem. But it errors out when I have my typical cabling in place. Comcast cable modem, Vonage box, netgear router, then imac computer. In that sinario, my video ichat doesn't work. At this time, I really don't understand opening ports, but went into my netgear settings and have port forwarding enabled with my computer IP address. I also have UPnp turned on. Any other suggestions?

    Not exactly.
    Many routers and modems now come with Protection features that are in effect Firewalls but can be regarded to some extent as filters.
    +Denial Of Service Attacks (DoS)+ hark back to the days when people would gang together to bring down large company Web servers by all logging into a web page and hitting refresh again and again.
    This would tend to overload the internet service that server had causing it to crash.
    With higher speed internet connection and faster computers this can almost be done by one person and a bit of scripting.
    Wiki on this
    So.... The manufacturers have built in DoS Protection that stops any connection on the port it is happening on - if it feels/judges that the data is "Too Much Too Fast". This is designed to stop you losing your whole internet connection.
    From there you have to consider the risk.
    Are you a big enough target for anyone ?
    Are you likely to be "Discovered" on-line for anyone malicious enough to be doing this on a more random basis ?
    +Stateful Packet Inspection (SPI)+ basically judges whether the data stream is legitimate
    Wiki again
    In addition to this a device may also have it's own Firewall.
    Much like the one on a computer this will be the thing you are thinking off in terms of stopping unwanted intrusions by allowing or not allowing various ports.
    Some autopmatically open any port you have in the method used to open ports.
    Some need setting in both places as it were (both Port Forwarding/Port Triggering/UPnP/DMZ and the firewall)
    Now the thing here to remember that on most devices the ports below port 1024 are not subject to NAT and are therefore open anyway.
    NAT is the bit that routes data on one port to a port with an IP to make sure it goes to the computer or device it should.
    As web browsing and mail apps tend to use ports below 1024 then this is why you can almost always get on the the Internet (Web Browse) and get email - almost no matter how you set up your LAN (connection devices).
    As most attacks are going to be in email form or malicious websites using malicious Flash setups (See this on UPnP on Wiki) the need for a firewall per se drops off.
    NAT itself tends to hide you from the Internet Directly.
    Firewalls do offer you at least the idea of where data is coming and going (but it is surprising how many applications "Call home" when launched (Advised of a new version of something ?)
    So in summary.
    DOS a or SPI are useful if you think or know you may be attacked in that fashion.
    They are additional features to any other firewall and the NAT Process.
    They are, on the whole, fairly arbitrary in the way they act with no adjustment.
    Faster Internet services are likely to bump into these settings more and more doing more common action like Streaming a video.
    On some devices the amount of data in iChat Video from a fast internet service can bump into them particularly in Leopard where all the data is on one port.
    I hope this helps.
    10:30 PM Friday; April 18, 2008

  • Program not compiling giving Error : Invalid path, "C:\Program Files\Java--

    I am using jcreator where i am getting this error while compiling
    Error : Invalid path, "C:\Program Files\Java\j2re1.4.2_05\bin\javac.exe" -classpath "C:\Program Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\classes" -d C:\Program" Files\Xinox "Software\JCreatorV3LE\MyProjects\zeroCode\classes C:\Program" Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\src\BasicServiceLister.java
    Instead of that same program is compiling in textpad/eclipse easily.
    Please tell me what should i do to set what.
    present settings are:
    User Variable:
    classpath C:\Program Files\Xinox JCreatorV3LE\MyProjects\zeroCode\ classes
    Java_HOme: C:\Program Files\Java\j2re1.4.2_05\bin\javac.exe
    Path:C:\Program Files\Java\j2re1.4.2_05\bin
    Classpath is System Variables:
    C:\Program Files\Xinox Software\JCreatorV3LE\MyProjects\zeroCode\ classes
    Path :C:\Program Files\Java\j2re1.4.2_05\bin
    wher i really need to modify the settings:
    May be thorugh command prompt.
    I never did. windowds environment varaibles i can set.
    Thanks
    Vijendra

    ... -d C:\Program" Files\Xinox "Software\JCreatorV3LE\MyProjects\zeroCode\classes ...
    Looks like you are typing in things wrong with the double quotes.

  • Materialized view is giving error ORA-22818 subquery expressions

    Hi all,
    i want to create one materilized view which will be combination of two tables and also having column sdatetime that is select from dual .
    CREATE MATERIALIZED VIEW E_VPN_MEMHISTORY
    PCTFREE 5 PCTUSED 60
    STORAGE (INITIAL 512K NEXT 1024K)
    REFRESH Fast
    AS SELECT (SELECT TO_CHAR(SYSDATE-1,'YYYYMMDDHH24MISS') FROM DUAL)sDateTime,m.sid,m.number,m.nAccUsg1,t.NACC1 FROM teacher m,student t where m.npid=t.npid and m.name=t.name(+);
    ORA-22818: subquery expressions not allowed here
    Cause: An attempt was made to use a subquery expression where these are not supported.
    Action: Rewrite the statement without the subquery expression.
    so what is the solution so that sdatetime should be there in view and it should be fast refresh.
    please suggest its urgent
    Edited by: 996962 on 10 Apr, 2013 9:20 AM

    >
    please suggest its urgent?:|
    Well, if you put it that way:
    I hereby suggest it's urgent....
    HTH!
    Seriously now, please read:
    {message:id=9360002}
    And the message should be clear:
    ORA-22818: subquery expressions not allowed here
    Cause: An attempt was made to use a subquery expression where these are not supported.
    Action: Rewrite the statement without the subquery expression.

  • When transfering domain file to new computer, error "missing index.xml"

    I've been making a podcast using iWeb on my home computer, and I wanted to transfer my site over to a school computer.
    I did what the iWeb help said and transfered the Domain file to the exact same folder on the school computer.
    When I opened iWeb, it said it is missing the index.xml file.
    Any help is greatly appreciated.

    i'm having a similar problem.
    after transferring the domain and the images involved, it can't put them back together, and won't publish

  • File adapter receiver channel is not initialized.

    Hi
    iam wrking idoc-file scenario, as per the requirement i have created 4datatypes  4 mapping in IR with 4 communaction chanles in ID. the scenarios is working fine with 3 mappings.but in 4 the scenario
    the file genaraing properly , i have cheked in SXMB_moni payload but it is not creating in destination system
    in runtimeworkbench->message-monitaring-> adpater
    i have find the below issues
    1) File adapter receiver channel CC_DDPWCS_US_TO_101 is not initialized. Unable to proceed: null  Error 2) Exception caught by adapter framework: File Adapter configuration not initialized:
    3) Error Delivery of the message to the application using connection AFW failed, due to: File Adapter configuration not initialized:.
    please tell me how can i reslove the issue
    thanks
    niru

    Hi
    i have checked the content convertion and changed as below
    the structure is
    Row.fieldNamesTrans_Id,Order,Item,Product_Id,Product_desc,Lot_nr,Ship_via,Exp_qty,Carousel_loc,compart,Destination,Label
    Row.fieldSeparator     ,
    Row.fieldFixedType     char
    Row.endSeparator     'nl'
    Row.addHeaderLine     4
    Row.headerlineTrans_Id,Order,Item,Product_Id,Product_desc,Lot_nr,Ship_via,Exp_qty,Carousel_loc,compart,Destination,Label
    even though iam facing the issue. iam wondering  "_i have used in the similar structure for other 3 mappings in same scenario those are working perfect "_ but based on condition if 4 th mapping is executed iam facing the problem
    error message in RWB/Adapeters
    File adapter receiver channel CC_DDPWCS_US_TO_101 is not initialized. Unable to proceed: null
    Error Exception caught by adapter framework: File Adapter configuration not initialized:
    Error Delivery of the message to the application using connection AFW failed, due to: File Adapter configuration not initialized:.
    please help if any of you face the similar situation , i struck-up long ago here
    regards
    niru

  • Error: Missing initial value for session parameter

    Hi,
    I'm facing a problem while running the ETL process for Complete 11.5.10 Execution Plan in DAC Client. Some tasks are getting failed beacuse of the following error:-
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: VAR_27026 [Error: Missing initial value for session parameter:[$DBConnection_OLAP].].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6270 [Error: Variable parameter expansion error.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6163 [Error initializing variables and parameters for the paritition.].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: CMN_1761 [Timestamp Event: [Mon Nov 19 21:01:52 2007]].
    ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Derive_Full]: TM_6226 [ERROR:  Failed to initialize session [SDE_ORA_Product_Category_Derive_Full]].
    ERROR : LM_36320 [Mon Nov 19 21:02:08 2007] : (2108|2632) Session task instance [SDE_ORA_Product_Category_Derive_Full]: Execution failed.
    When i checked the parameter file i can see the value assigned to the $DBConnection_OLAP. The same tasks ran successfully when i ran the ETL process for Complete 11.5.10 for the first time. I did not change anything after that and also all these are came built-in with the installation of Oracle BI Applications.
    Please anyone give me an idea what is causing the problem.
    Thanks,

    in DAC > Run History > Task Details, query
    Name = SDE_ORA_Product_Category_Temporary
    Open Status Description, look for string -lpf, the file after it is the actual parameter file DAC send to INFA server. E.g
    -lpf D:\DACTOPUS\Informatica\parameters\SDE_ORAR12_Adaptor.SDE_ORA_Product_Category_Temporary.txt
    Open the parameter file, most likely the [session_name] does not match with SDE_ORA_Product_Category_Derive_Full or some parameters are missing.

Maybe you are looking for