Bug or Limitiation by Design

First let me start by saying that I am using a WRT54G v5 and I know that this is a wireless router. I am posting here because I have disabled the wireless and the problem I am having is not related to the wireless at all and is either a bug in the router or a limitation by design.
I have the following setup. On my wan interface I have a static IP address of xxx.xxx.0.26 with a subnet mask of 255.255.255.248 and a default GW of xxx.xxx.0.25. This network connects back to my ISP and they have no problem getting to my router and I have no problem getting back to them.
On the LAN side of the router I have setup the router in "router" mode and not "gateway" mode so it is doing no NAT. The LAN IP address is xxx.xxx.6.33 with a subnet mask of 255.255.255.240. Other devices on my internal network use the xxx.xxx.6.33 as the default GW. They are able to connect to the gateway fine.
Here is where the problems begin. Looking at the routing table of the linksys I see routes that looks like this.
Network Subnet Mask Destination Interface
0.0.0.0 0.0.0.0 xxx.xxx.0.25 WAN
xxx.0.0.0 255.0.0.0 xxx.xxx.6.33 Lan & Wireless
xxx.xxx.6.33 255.255.255.240 xxx.xxx.6.33 Lan & Wireless
xxx.xxx.0.24 255.255.255.248 xxx.xxx.0.25 WAN
The problem is the route xx.0.0.0 which limits me from routing to the entire class A network beginning with xxx. There is no way I can find to remove this route.
I did some more testing using the private network ranges and it seems that the route changes depending on the class of the first number. The 10.x.x.x networks creates a 10.0.0.0/255.0.0.0 route, the 172.x.x.x create a 172.x.0.0/255.255.0.0 route and the 192.168.x.x networks creates a 192.168.x.0/255.255.255.0 route.
Now this makes no sense in the modern days classless routing to send a whole class A B or C subnet to the Lan and Wireless interface regardless of the subnet mask on the internal LAN inteface. I cannot imaging this device is doing classful routing and if it is why?
None of this would be a problem if I was not using public IP addresses on my LAN interface. I don't care if I cannot get to other private networks but by using this device with public IP's on the LAN I have effectively stopped communications to my ISP and every other person on the xxx.0.0.0 network.
So it can either be one of two things. A bug or a limitation by design to force me to buy a more expensive cisco router that does not have this problem. Either way the old WRT54G that I installed enhanced linux firmwares never had this problem so it looks like I will be buying WRT54GL's from now on or switching to different manufacturer.
If anybody can think of something to check I would apprecate it. I am at wits end with this device and have already ordered a WRT54GL that I am putting enhanced firmware on but I would like to know if this device can handle my needs out of the box and if so what is the trick.

First let me start by saying that I am using a WRT54G v5 and I know that this is a wireless router. I am posting here because I have disabled the wireless and the problem I am having is not related to the wireless at all and is either a bug in the router or a limitation by design.
I have the following setup. On my wan interface I have a static IP address of xxx.xxx.0.26 with a subnet mask of 255.255.255.248 and a default GW of xxx.xxx.0.25. This network connects back to my ISP and they have no problem getting to my router and I have no problem getting back to them.
On the LAN side of the router I have setup the router in "router" mode and not "gateway" mode so it is doing no NAT. The LAN IP address is xxx.xxx.6.33 with a subnet mask of 255.255.255.240. Other devices on my internal network use the xxx.xxx.6.33 as the default GW. They are able to connect to the gateway fine.
Here is where the problems begin. Looking at the routing table of the linksys I see routes that looks like this.
Network Subnet Mask Destination Interface
0.0.0.0 0.0.0.0 xxx.xxx.0.25 WAN
xxx.0.0.0 255.0.0.0 xxx.xxx.6.33 Lan & Wireless
xxx.xxx.6.33 255.255.255.240 xxx.xxx.6.33 Lan & Wireless
xxx.xxx.0.24 255.255.255.248 xxx.xxx.0.25 WAN
The problem is the route xx.0.0.0 which limits me from routing to the entire class A network beginning with xxx. There is no way I can find to remove this route.
I did some more testing using the private network ranges and it seems that the route changes depending on the class of the first number. The 10.x.x.x networks creates a 10.0.0.0/255.0.0.0 route, the 172.x.x.x create a 172.x.0.0/255.255.0.0 route and the 192.168.x.x networks creates a 192.168.x.0/255.255.255.0 route.
Now this makes no sense in the modern days classless routing to send a whole class A B or C subnet to the Lan and Wireless interface regardless of the subnet mask on the internal LAN inteface. I cannot imaging this device is doing classful routing and if it is why?
None of this would be a problem if I was not using public IP addresses on my LAN interface. I don't care if I cannot get to other private networks but by using this device with public IP's on the LAN I have effectively stopped communications to my ISP and every other person on the xxx.0.0.0 network.
So it can either be one of two things. A bug or a limitation by design to force me to buy a more expensive cisco router that does not have this problem. Either way the old WRT54G that I installed enhanced linux firmwares never had this problem so it looks like I will be buying WRT54GL's from now on or switching to different manufacturer.
If anybody can think of something to check I would apprecate it. I am at wits end with this device and have already ordered a WRT54GL that I am putting enhanced firmware on but I would like to know if this device can handle my needs out of the box and if so what is the trick.

Similar Messages

  • BUG: JSP disappears from design view with MyFaces / Tomahawk

    Hi,
    When I try to create a JSF JSP in design view (as opposed to code view) using MyFaces and Tomahawk 1.1.3, the design view will blank and display "Type, paste or drag and drop content onto this blank....". This usually happens after I've dragged half a dozen JSF outputlabels and inputtext boxes. The code still exists in code view, and will even compile and deploy ok, it's just the design view that stops working. The design view usually blanks while I'm switching between the code tabs at the top of the screen, although I'm fairly sure it blanked as I dropped a textbox onto the form once.
    I've restarted JDev, tried to create a second page, clicked refresh etc but I can't get it back. This has happened starting from scratch 3 times now.
    I've switched back to the builtin reference implementation JSF (and no Tomahawk), and JDeveloper works fine, so it seems to be a problem using MyFaces. I've added MyFaces and Tomahawk via Manage Libraries.
    This Oracle article - http://www.oracle.com/technology/products/jdev/101/howtos/myfaces/index.html
    states that the RI version can't be swapped out in JDev Developer Preview version but I understand that's not true now?
    I'm using :-
    JDeveloper SU4
    java 1.5
    Windows XP SP1
    Thanks for any help.

    I found the answer. I went to View, Style Rendering and clicked several of the boxes  Display Media was one.

  • PRINT BUG? ADOBE LIVECYCLE DESIGNER 8

    Can any one help? I have produced a complex form with many text fields all these fields have the same field properties apart from the field name.
    When text is entered in Adobe Reader 8 or Adobe Acrobat Professional 8 it saves to file as it should. The problem I have is that the form cannot be printed off fully. Only some of the text fields print, most remain blank.
    This is not just for the text fields but I have also the same problem with some check boxes where some print off and others don't even though on screen all the data and checks can be viewed.
    I can only assume this is a bug because it happens to some fields and not others in the same form.
    Also I added a PRINT button from the standard menu and this does not appear to do anything when clicked - it just hangs. Anybody got any solutions? Thanks

    I've found an answer to my own question.....it was a font issue. When all fields (including check boxes & radio buttons) are changed to Arial everything is fine! Plus don't forget that field properties should be changed to "visible".
    The PRINT button issue is still a mystery!

  • I think I found a bug/bad design - what am i missing?

    Hi Edwin and the team,
    This is my first post as I'm sinking my teeth into the PM Server and Designer. We're considering to use the BPEL technology in the BIG way. And I think it's very cool as the Web Services-based EAI delivers a cost-effective and not proprietary solution!
    Let me describe to you what I believe is a bug or a dubious design. In the Designer, File>New>Oracle BPEL Project creates a new project with a file bpel.xml. For example, look at your CreditFlow sample. In that file there is <partnerLinkBinding name="..." <property name=wsdlLocation"> http://<host name of the WSDL host server>/....
    when the partner WSDL is hosted on the localhost that <host name> in the line above is the name of my machine instead of 'localhost'. Then, <project name>.bpel validation crashes when you're in the off-line (disconnected) mode or connected via VPN gateway (since obviously you think you don't need a proxy because everything is local). But, even if it works inside the LAN I think it's a bad design; since it's generated automatically by Designer the developer doesn't have a clue what's wrog when he/she needs to debug your code. The Designer should stick there 'localhost' instead of the the name of my computer on the network.
    Here how I spotted it. I generated you CreditFlow sample in the Quick Start Tutorial. I went by the book, Compiled the CreditFlow.bpel and it crashed! The book did not say it was supposed to crash. The book said everything should be honky dory. The Validator printed a message: "connection timeout...." Since I'm new to the BPEL it took me awhile to figure out and once I stick 'localhost' in the right place in bpel.xml everything worked. Again, I was running everything on localhost.
    If I helped you guys - great or what am I missing here?
    The problem is that if my company decides to convert the Biz Analysts into BPEL modelers how could a BA figure out the solution to the problem like this? He/She would just give up and tell the Technologists (us) that this is a bad product.
    Thanks,
    Greg
    P.S. What happened to Doron Sherman (CTO) and the old Collaxa folks? He is not listed in the ORCL directory. For those who don't know BPEL Server and Designer were developed by Collaxa and ORCL bought that company last year.

    Hi Gregory,
    I think that the problem you are reporting is a proxy configuration error. There are 2 places where you need to configure the proxy: in the obsetenv.bat and in the eclipse>windows>preferences>BPEL Designer.
    If the server is up and the proxy configuration is correct, you should not receive a timeout error.
    Let me try to explain why it is not possible/desirable to have localhost: the url is generated by the server when it generates a WSIL list of the processes deployed on the server. The server does not know if the client requesting this list is local or remote, this is why he uses the real host name (otherwise remote client would not be able to connect to the service).
    One additional note: the tool is not currently targeted at business analyst (unless they have some development background). BPEL entails some inherent complexity: parallel processing, async interactions, exception management, WSDL, XML Schema, transformation. So although we are working hard on continuously simplifying the implementation and increasing the productivity, we are still targeting application developers.
    I hope this helps.
    Edwin

  • Import repository from Designer concerning non-versioned applications (EA2)

    Hello
    I've downloaded last version of Data Modeler -> v3.0 EA2 because correcting bug about import from designer for non-versioned applications.
    I tried to import from my Designer connection but I can see only versionned applications ! I would like to see all the applications (like in Data Modeler v2). Version 3 EA2 is supposed to correct the problem ?!
    The exact version is V3.0.0.653 ! Is that right ????
    Thanks to all!

    Hello,
    On our designer we have ; one workarea and 22 Applications system and several sub-application system. Only a couple on these applications systems are versionned.
    I would like to import the 20 applications and sub-applications in Data Modeler but even if I have the Data modeler EA2 I cannot see them ! I was talking about the Data modeler version lattest version (EA2). Is it the V3.0.0.653 ?
    thanks regards,
    Rocco

  • Imported logos with alpha channel in titler bug

    Hi!
    If I import this logo in Titler the small black text disappears, but if I import it to premiere then All OK.
    Why?
    LD_logo_3d_horizontals.png

    OK, while it is a bug in the Title Designer as far as I am concerned, it is the same one from the very first Premiere Pro version.
    The Title Designer does not like graphics with partial opacity. Your PNG file is partially transparent.
    This is your graphic blown up in Photoshop. It is obvious to me what the problem is when I look at it.
    I took your text and filled in all of the partially transparent pixels with solid black, and it worked in the Title Designer just fine. I didn't do it carefully, I just sampled the lighter pixels and filled them in. The text got a bit ragged when I did that.
    I don't know what font that is and I don't have time to figure it out right this minute, but I suggest that you delete the text and type in new text. Or, very carefully fill in the light spots in the text you have.

  • Bug in cursor behaviour with duplicates

    Dear Oracle guys and girls,
    first of all: it sucks that i HAVE to provide business information (company name, address, even phone number) even if i just want to participate in this forum for private reasons. I even have to "unsubscribe" to the newsletters although i never subscribed. Then i have to re-enter my timezone information and email address for the forum, because the settings in my profile are ignored. I think there's some room for improvement in this registration process.
    OK - back to topic. i think i found a bug in the cursor behaviour with duplicate keys. But the behaviour is very consistent, so maybe it's not a bug, but a bad design. (I call it bad because it's totally unexpected and not logical to me).
    I insert some dupes with DB_KEYFIRST; then i create a cursor and iterate over all items in the reverse order (!) with DB_PREV (i also tried DB_PREV|DB_NEXT_DUPE) - no keys are shown.
    Alternatively:
    I insert some dupes with DB_KEYLAST; then i create a cursor and iterate over all items in the reverse order (!) with DB_NEXT (i also tried DB_NEXT|DB_NEXT_DUPE) - no keys are shown.
    cursor->c_get returns the error code -30989 (DB_NOTFOUND).
    Why is it not possible to traverse duplicates in the reverse order? To me it looks like a bug.
    I tested against db 4.5.20.
    Regards
    Chris
    PS: I would love to hear if the bug i reported here: http://groups.google.com/group/comp.databases.berkeley-db/browse_thread/thread/ed471cf6837cb2a6/dd9cda0ad105f401#dd9cda0ad105f401
    will be fixed in the next version.
    Here's a test program:
    int
    main(int argc, char **argv)
    unsigned i;
    int st;
    DB *db;
    DBT key, record;
    DBC cursor, cursor2;
    unlink("test.bdb");
    st=db_create(&db, 0, 0);
    if (st)
    error("db_create", st);
    st=db->set_flags(db, DB_DUP);
    if (st)
    error("db->set_flags", st);
    st=db->open(db, 0, "test.bdb", 0, DB_BTREE, DB_CREATE, 0);
    if (st)
    error("db->open", st);
    memset(&key, 0, sizeof(key));
    memset(&record, 0, sizeof(record));
    st=db->cursor(db, 0, &cursor, 0);
    if (st)
    error("db->cursor", st);
    st=db->cursor(db, 0, &cursor2, 0);
    if (st)
    error("db->cursor", st);
    for (i=0; i<LOOPS; i++) {
    record.data=&i;
    record.size=sizeof(i);
    st=cursor->c_put(cursor, &key, &record, DB_KEYFIRST);
    st=cursor->c_put(cursor, &key, &record, DB_KEYLAST);
    if (st)
    error("cursor->c_put", st);
    while (!(st=cursor2->c_get(cursor, &key, &record, DB_NEXT))) {
    printf("%d\n", *(int *)record.data);
    st=cursor->c_close(cursor);
    if (st)
    error("cursor->c_close", st);
    st=db->close(db, 0);
    if (st)
    error("db->close", st);
    return (0);
    }

    st=cursor->c_put(cursor, &key, &record, DB_KEYFIRST);
    st=cursor->c_put(cursor, &key, &record, DB_KEYLAST);
    if (st)
    error("cursor->c_put", st);
    please delete the first line, it was a cut and paste error. as i said earlier: insert with KEYLAST, query with NEXT.

  • Oracle Designer 9.0.2.3.

    Hello all,
    I have Oracle Designer 9.0.2.3 installed with an Oracle 9i Database. My repository is created but whenever I eneter any of the Model System Requirements Tools and try to create a new container I get the following messages:
    Message
    ORA-01086: savepoint 'RM_DISPATCH' never established
    Message
    ORA-06512: at line 18
    Message
    ORA-06510: PL/SQL: unhandled user-defined exception
    Message
    RME-02124: Failed to execute SQL statement: declare
    utility varchar2(3);
    curr_el integer;
    begin
    savepoint rm_dispatch;
    rmmes.clear;
    curr_el := 0;
    RMOACTIVITY.OPEN(:p1_el0,:p2_el0);
    :errcnt := 0;
    exception when others then
    rmmes.get_error_state(utility,:excode);
    rmmes.get_product(utility,:exprod);
    :exutil := utility;
    :errcnt := rmmes.getsize;
    :sqlcod := SQLCODE;
    :sqlmsg := SQLERRM;
    :currel := curr_el;
    rollback to savepoint rm_dispatch;
    end;
    Message
    RME-00222: Failed to dispatch operation to Repository
    Message
    RME-00223: Failed to open new activity
    I saw a similar individual have the same type of errors but they were running an older version of Designer. Any help would be appreciated.
    Thanks

    This problem occurs because Oracle9i import and export utilities are not
    compatible with an Oracle 8.1.7 database. This not a bug but an
    Oracle9i design feature.
    Workaround:
    To install Oracle SCM on an Oracle 8.1.7 database, you will first need to
    install Oracle 8.1.7 import and export utilities in a separate Oracle
    Home. The registry variables EXECUTE_IMPORT and EXECUTE_EXPORT need to be
    changed to point to these 8.1.7 import and export
    utilities instead of to the Oracle9i versions. These variables are found under
    the key:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\REPOS61
    Note that when installing the 8.1.7 import and export utilities, the following
    error may be encountered:
    There is no oracle.swd.jre 1.1.8.10
    The workaround here is to use the Oracle Universal Installer installed onto
    your hard disk with the Oracle9i install, to install the Oracle 8.1.7
    components.
    Hope this helps

  • Bug in Hyper-V: Network Bridge's ARP proxying broken in certain scenarios

    Edit
    I am quite sure now this is a bug. The ARP proxying does not work for VMs if the packet-recipient is not directly attached
    to the external vswitch that is bridged to the wifi-nic!
    /Edit
    I am running a test lab on my Windows 8.1 using Hyper-V.
    My problem is, that the virtual LAN has limited connectivity, when the external vSwitch is configured to use the wifi interface, instead of the cable interface. I am troubleshooting this issue for hours now and I reached the point where I believe the Network
    Bridge, that is created by the Hyper-V Virtual Switch Manager, is not forwarding packets.
    Pings are delivered from 192.168.178.2 to 192.168.178.1 and back again.
    Pings from 192.168.0.10 are delivered to 192.168.178.1, and the reply does reach the wifi interface …
    == Trace on the WiFi interface ==
    Here you see a log of the trace on the WiFi interface of the Hyper-V-Host,
    while 192.168.0.10 is pinging 192.168.178.1
    No Time Source Destination HW Source HW Destination Protocol Info
    3 0.003340000 192.168.0.10 192.168.178.1 24:65:11:cc:c0:9e 24:65:11:2b:35:e4 ICMP Echo (ping) request id=0x0001, seq=44/11264, ttl=127 (reply in 4)
    4 0.006094000 192.168.178.1 192.168.0.10 24:65:11:2b:35:e4 24:65:11:cc:c0:9e ICMP Echo (ping) reply id=0x0001, seq=44/11264, ttl=64 (request in 3)
    5 0.006152000 192.168.178.1 192.168.0.10 24:65:11:cc:c0:9e 24:65:11:2b:35:e4 ICMP Echo (ping) reply id=0x0001, seq=44/11264, ttl=64
    … but is never forwarded to the Network Bridge interface.
    == Trace on the Network Bridge interface ==
    Here you see a log of the trace on the Network Bridge interface of the Hyper-V-Host,
    while the Hyper-V-Host is pinging 192.168.178.1 (#1)
    and the 192.168.178.2 is pinging 192.168.178.1 (#7)
    -> Note: The ping-reply from 192.168.178.1 to 192.168.0.10 is missing!
    1 0.000000000 192.168.178.1 192.168.178.21 24:65:11:2b:35:e4 24:65:11:cc:c0:9e ICMP Echo (ping) reply id=0x0001, seq=9/2304, ttl=64
    7 7.852500000 192.168.178.1 192.168.178.2 24:65:11:2b:35:e4 00:15:5d:b2:21:18 ICMP Echo (ping) reply id=0x0001, seq=439/46849, ttl
    How do I solve this problem?

    Hi,
    In that article I read this :
    " This is supported on wired physical NICs (by putting the NIC in promiscuous mode),
    but not supported on wireless NICs since the wireless channel established by the WiFi NIC and its access point only allows Ethernet packets with the WiFi NIC’s MAC address and nothing else. In other words, Hyper-V couldn’t use WiFi NICs for
    an external switch if we continued to use the current virtual switch architecture."
    Based on my understanding , the prerequisite of external virtual switch is physical NIC supports promiscuous mode . The blogger's opinion is that wireless NIC do not support promiscuous mode ,so the workaround "mac bridge " arises .
    (but "microsoft MAC Bridge" is designed by microsoft to support creating external Vswitch on these wireless NIC which doesn't support promiscuous mode , so I think it is not a bug , it is by design ).
    Also we have not yet tested with a wireless NIC which supports promiscuous mode .
    "In computer networking, promiscuous mode or promisc mode is a mode for a
    wired network interface controller (NIC) or wireless network interface controller
    (WNIC) that causes the controller to pass all traffic it receives to the central processing unit (CPU) rather than passing only the frames that the controller is intended to receive. "
    http://en.wikipedia.org/wiki/Promiscuous_mode
    Best Regards
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I believe I found an import bug in LR 5.4

    I believe I've uncovered an import bug in Lightroom 5.4 under Mavericks.  I noticed a folder with 19 photos and videos, but LR was only showing 18.  So I tried synchronizing the folder, and still only 18 were found.  So, in the import screen I unchecked "Don't import suspected duplicates", and it still would not import.  So, I removed the folder containing the photos from LR, then re-imported them, and still only 18 photos!
    So, the .jpg file listed here will NOT import into LR regardless of my efforts.  The mp4 imports just fine.  It seems like a bug pertaining to files with the same name but different extensions, or something similar.  Here are the file names:
    bernie3_blue_baby_shopping_walmart-09-2.mp4 - IMPORTS OK
    bernie3_blue_baby_shopping_walmart-09-2.jpg   - WILL NOT IMPORT

    I’m not sure it’s a bug but rather by design. For example if you do external editing from Lightroom in Photoshop the word Edit is automatically added to the tiff or PSD file with the same name. Simply change the file name for the jpeg and it will import. LR does permit jpeg and raw files with the same name but it requires enabling in the prefs. I assume there is no similar pref setting for videos, as they would always be numbered separately when importing directly from a camera card; so the situation would never usually arise.

  • CLOB bug?

    I use Oracle 8i (8.1.5) with the 8.1.6 JDBC thin driver for Java 1.2 (classes12.zip)
    I'm reading 100 CLOBs in a loop to display their contents in a web page. The loop takes 20 seconds to complete which is impossibly slow. Is this a bug or am I doing something wrong:
    ResultSet rs = ...
    while (rs.next()){
    Clob clob = rs.getClob(3);
    String s = clob.getSubString(1,MAX_LENGTH);
    where MAX_LENGTH is 10000
    It's all the same when I use streams. The performance penalty is incurred at the call to clob.getSubstring().
    Can anyone confirm this to be a bug (by implementation or design) or am I doing something wrong?
    Thanks
    Alexander Jerusalem
    [email protected]

    Sorry, didn't check your error before posting.
    24813, 00000, "cannot send or receive an unsupported LOB"
    // *Cause:  An attempt was made to send a LOB across the network, but either
    // the server does not support the LOB sent by the client, or the
    // client does not support the LOB sent by the server. This error
    // usually occurs when the client and server are running different
    // versions of Oracle.
    // *Action: Use a version of the Oracle that supports the LOB on both
    // the client and the server.
    Sounds like you have problems with your client, however it is very misterious, that you are getting this error against XE and no errors against SE/EE
    Best regards
    Maxim

  • Designer 9i on an 8i Database?

    Is it possible to install and run a Designer 9i - Tool on an 8i Database?
    Are there any problems I should know? Are There any hints?
    Thank you
    Uwe

    Hi Uwe,
    Yes, it is possible to install Designer 9i on a 8i database, just make sure that you follow the below mentioned instructions.
    Please ensure that you have installed the 8.1.7 import/expert utilities into a
    separate Oracle Home and point the registry variables to use them as detailed
    in the Repository Installation guide. If you are using a 9i client against an
    8.1.7 db it is necessary to install the 8.1.7 utilities.
    Unable to install Oracle SCM on an Oracle 8.1.7 database
    Problem:
    When attempting to install Oracle SCM on an Oracle 8.1.7 database, the
    following error can be encountered.
    CDR-21244 This process has been aborted. The previous process has failed or
    the user has aborted it.
    This problem occurs because Oracle9i import and export utilities are not
    compatible with an Oracle 8.1.7 database. This not a bug but an
    Oracle9i design feature.
    Workaround:
    To install Oracle SCM on an Oracle 8.1.7 database, you will first need to
    install Oracle 8.1.7 import and export utilities in a separate Oracle
    Home. The registry variables EXECUTE_IMPORT and EXECUTE_EXPORT need to be
    changed to point to these 8.1.7 import and export
    utilities instead of to the Oracle9i versions. These variables are found under
    the key:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\REPOS61
    Note that when installing the 8.1.7 import and export utilities, the following
    error may be encountered:
    There is no oracle.swd.jre 1.1.8.10
    The workaround here is to use the Oracle Universal Installer installed onto
    your hard disk with the Oracle9i install, to install the Oracle 8.1.7
    components.
    Thanks,
    Regards
    Sat

  • [BUG] JDeveloper performance bug

    Hi,
    I am working on ADF faces and hit a performance bug:
    When displaying the "design view" of a jsf page, Jdeveloper hangs for more than 15 minutes (thats why it is a bug, not a simple issue), then it displays it correctly.
    Host is a P4 3Ghz with 2GB RAM.
    Configuration:
    ADF Business Components     10.1.3.36.73
    CVS Version     Internal to Oracle JDeveloper 10g (client-only)
    Java™ Platform     1.5.0_05
    Oracle IDE     10.1.3.36.73
    Struts Modeler Version     10.1.3.36.73
    UML Modelers Version     10.1.3.37.26
    Versioning Support     10.1.3.36.73

    Hi,
    just a suggestion... Please control whether you run another process in background. In windows op. sys. look at task manager and control processer usage and memory usage!? is there any weird resource consuming!? Also control your disk fragmentation!? Is your hard disk fragmented too much!?
    Also, in the beginning, my designer in jdeveloper was not shown because of my locale setting. My locale setting was Turkish (tr) and user interface designer didn't show the user interface components during page design. After I changed locale to en_us, the designer shows the user interface designer properly. just check it!
    I couldn't help any more according to your feed back :-)
    best regards...
    --barisk                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Skills Needed to Design either: Quake, Quake II, Q3A, Unreal,  oUnreal 2003

    I'm wondering, what kinds of skills do you need to design first person shooter games like those? For any of you who have designed them, would you need to be very familiar with linear algebra/abstract math/matrix theory type things? How advanced would you need to be in physics? Would you have to be a genius to design those kinds of games, or could you just do it with hard work and a little bit of help from the API? What are your thoughts.

    To design the games or to actually write them?
    You probably need lots of playing experience and some creativity, as well as knowledge of the limits on your 3D engine in order to design a good game on paper.
    To actually write one, you'd probably need:
    - 2D, 3D and sound editors, as well as code to load those files
    - A system for representing the world and the various objects (enemies, powerups, misc. objects) within it, and a level editor to create these worlds easily; probably you'll also need a simple trigger-based scripting system for scripted missions where things happen after the player completes a goal
    - Knowledge of general 3D graphics theory: the rendering pipeline, transformation matrices, multitexturing, various types of light sources, vertex shaders (?), special effects (fog, shadows, water waves, transparent bitmaps for fire/rain/explosions, etc)
    - A good enough representation of physical objects that you can prevent them from going through each other (this is harder if they are arbitrary 3D meshes), and calculate their new velocity and position each frame based on gravity, friction, and interactions with other objects (probably using conservation of momentum or kinetic energy)
    - An AI system for enemies: probably a finite state machine which can give them various goals/missions, and pathfinding and weapon targetting routines
    - Miscellaneous user interface features: a minimap/radar, a way of selecting weapons, a main menu and level selector/loader, code to serialize/deserialize the game state for saving a game, code for networking (probably using UDP).
    A good book on creating games would probably contain most of the things you'd need. I've seen many of these. Check Amazon or your local book store maybe.
    I don't think a simple first person shooter with most of the main features of Quake or Unreal would be hard to make. However those designers had two things that made the games successful and would be very hard for a single person to do alone:
    1) Time. Lots of it to add details, fix bugs, create artwork/sound, design challenging levels, and even write and document all the basic routines and object libraries that make up the game.
    2) Heavy optimization. Those games look good because almost everything is optimized to go the fastest it can, so there can be more polygons, larger textures, more special effects, more objects and particles, larger levels, and so on. A game with the same gameplay/strategy features as Quake or Unreal but with 3-4 times lower polygon count, blurrier textures, many of the particle effects gone, and smaller levels would be a lot less successful.

  • Preview 4.0 Selection Bug!

    Hi,
    Try this. Open an image up in Preview 4.0. Zoom into it a lot. Make a selection, then try using the Move tool to move around the image. Your selection disappears! See?
    From what I understand, you can't use the Move tool while you have a Selection made. This makes it awkward to move across an image in the middle of making a selection. So basically you're forced to use the scroll bars if you're zoomed into an image while making a selection.
    Is this a bug, or just bad design? Imagine if Photoshop didn't let you use the Move tool while having a Selection.

    Everybody, report preview problems to apple at:
    http://www.apple.com/feedback/macosx.html
    My biggest problem in preview 4.0 is it freezes while trying to view large images across four apple LCD's. Sometimes I see a gray screen.

Maybe you are looking for

  • Does partitioning Bootcamp [rMBP] 2014 really ready to run win 8.1 Pro?

    Hello for all the experts and thank you for your time, it won't be long. I'm using an Early 2013 rMBP 15" I'd like to install Win 8.1 pro (because that is the only original copy I can get from Microsoft Store online, (Got it), and the fact that I am

  • Using XSL to tranform xml in Livecycle designer es3

    Hi, I have a dynamic form (.xdp), an .xml data file binded to it, we need to make many manupulations to the text (the below xml does not have much text to show but that is our purpose)(i.e) to show partial bolds in some sentences etc, we figured out

  • E535 - How to make USB stick working again

    Hi all! Recently my E535 does not recognize my USB stick anymore. Other computers do recognize it, the E535 not. I already formatted the stick, but that makes not difference to the E535. The device manager does not show any suspicious device. The dis

  • JVM virtual memory footprint

    I'm running java processes (specifically Tomcat) on a linux system with not too much available memory and I run into a lots of problems as java seems to consume a lot more memory than it would need. To understand the problem I created this "unit test

  • Warehouse deployment question

    Anyone has experience deploying wireless in the warehouse environment specifically areas with pick modules (multilevel racks that people can climb into).