Help with running servlet with jakarta tomcat

I had recently created a couple of java servlets and wanted to run them. I had put the .class files in Tomcat 4.1\webapps\Root\ then typed in http://localhost:8080/ then the servlet in the web browser. Here was the error page copied and pasted. If I put http://localhost:8080/servlet.class instead of http://localhost:8080/servlet I get a popup saying do I want to download the .class file. Theres probley a simple solution to this. Anyone know of any free hosts that will host servlets for free?
HTTP Status 404 - /servlet
type Status report
message /servlet
description The requested resource (/servlet) is not available.
Apache Tomcat/4.1.18
Thanks in advance
George

Hi I have the compiler jdk1.1.8 and wanted to upgrade my version. I downloaded the j2sdk1.4.1_01. I have the classpath set and everything. When I attempt to compile my java servlet it gives me an error but when I compile it with jdk1.1.8 it works.
Isn't jakarta-tomcat-3.2.3 different compared the the one I have jakarta-tomcat4.1.18? Anyway thats what I read somewhere. The instructions you gave me do you think they are different because of us having different verions? I don't know if this is normal but whenever I startup my computer it just automaticly starts up tomcat server so when I put http://localhost:8080 it goes to the page saying I setup tomcat successfully. When I try to shutdown it doesn't do it.
About the classpath. I thought i'm supposed to only put one path. So if I were to do that it would look like path set TOMCAT_HOME=C:\jdk1.1.8\Program Files\Apache Group\Tomcat 4.1 Thats how I would set it on my computer. I already installed and ran tomcat. I think your right I need to check the documentation correctly.
Thanks in advance
George

Similar Messages

  • Run servlet automatically when tomcat startup

    Dear all
    I need help to run servlet automatically when tomcat startup without starting even the application containing the servlet
    thanks in advance

    lol
    i've the same problem with my car,I want it to go ahead but without starting the engine and using all this gasoline...
    Seriously... the servlet IS almost your application
    when you start the server, the application starts to
    check the init() method of the servlet Interface
    and the "load-on-startup" parameter of the servlet in the deployment descriptor

  • How to run servlet with tomcat

    I have a probrom that how can I run servlet with tomcat?
    I have new a folder classes in webapps\root\WEB-INF\,and put the .class
    programme in it ,but http://localhost:8080/servlet/HelloWorldExample
    can't run ,it give me a error than http:404 not found.
    could you tell me how i can solve the problem.
    Thank u very much.

    Hi,
    Make sure the class is in classpath or in WEB-INF/classes folder and make an entry for servlet tag in web.xml in WEB-INF folder.
    Regards

  • Scrollable Result Set Problem With j2sdk1.4.0_01/jakarta-tomcat-4.0.1

    Consider the Following Code with j2sdk1.4.0_01/jakarta-tomcat-4.0.1
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection conn = DriverManager.getConnection("Jdbc:Odbc:IMSMC","sa","");
         String sql="select * from <Table Name> ";
    Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
    *************Some Code ******************
    catch (Exception ex) {
    ex.printStackTrace();
    }//End of catch     
    }//End of Try
    The Tomcat automatically shuts down If I'm using Scrollable
    Result Set and the following Error Occurs.
              Error
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D366658
    Function=[Unknown.]
    Library=c:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.jdbc.odbc.JdbcOdbc.setStmtAttrPtr(Native Method)
         at sun.jdbc.odbc.JdbcOdbc.SQLSetStmtAttrPtr(JdbcOdbc.java:4676)
         at sun.jdbc.odbc.JdbcOdbcResultSet.setRowStatusPtr(JdbcOdbcResultSet.java:4473)
         at sun.jdbc.odbc.JdbcOdbcResultSet.initialize(JdbcOdbcResultSet.java:171)
         at sun.jdbc.odbc.JdbcOdbcStatement.getResultSet(JdbcOdbcStatement.java:423)
         - locked <02A1FE80> (a sun.jdbc.odbc.JdbcOdbcStatement)
         at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:253)
         at org.apache.jsp.DocumentsPendingReport$jsp._jspService(DocumentsPendingReport$jsp.java:127)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2344)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:462)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1011)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106)
         at java.lang.Thread.run(Thread.java:536)
    Dynamic libraries:
    0x00400000 - 0x00406000      c:\j2sdk1.4.0_01\bin\java.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\system32\ntdll.dll
    0x7C2D0000 - 0x7C332000      C:\WINNT\system32\ADVAPI32.dll
    0x7C570000 - 0x7C623000      C:\WINNT\system32\KERNEL32.DLL
    0x77D30000 - 0x77D9E000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x6D330000 - 0x6D445000      c:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
    0x77E10000 - 0x77E6F000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F79000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x75E60000 - 0x75E7A000      C:\WINNT\system32\IMM32.DLL
    0x6CA60000 - 0x6CA68000      C:\WINNT\system32\LPK.DLL
    0x66650000 - 0x666A4000      C:\WINNT\system32\USP10.dll
    0x6D1D0000 - 0x6D1D7000      c:\j2sdk1.4.0_01\jre\bin\hpi.dll
    0x6D300000 - 0x6D30D000      c:\j2sdk1.4.0_01\jre\bin\verify.dll
    0x6D210000 - 0x6D228000      c:\j2sdk1.4.0_01\jre\bin\java.dll
    0x6D320000 - 0x6D32D000      c:\j2sdk1.4.0_01\jre\bin\zip.dll
    0x6D2D0000 - 0x6D2DD000      C:\j2sdk1.4.0_01\jre\bin\net.dll
    0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.DLL
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x74FD0000 - 0x74FEE000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x6D250000 - 0x6D25A000      C:\j2sdk1.4.0_01\jre\bin\JdbcOdbc.dll
    0x0BDC0000 - 0x0BDF2000      C:\WINNT\system32\ODBC32.dll
    0x71780000 - 0x7180A000      C:\WINNT\system32\COMCTL32.dll
    0x782F0000 - 0x78538000      C:\WINNT\system32\SHELL32.dll
    0x70BD0000 - 0x70C34000      C:\WINNT\system32\SHLWAPI.DLL
    0x76B30000 - 0x76B6E000      C:\WINNT\system32\comdlg32.dll
    0x1F850000 - 0x1F866000      C:\WINNT\system32\odbcint.dll
    0x0BF00000 - 0x0BF5E000      C:\WINNT\System32\SQLSRV32.dll
    0x41090000 - 0x410BD000      C:\WINNT\System32\SQLUNIRL.dll
    0x77800000 - 0x7781E000      C:\WINNT\System32\WINSPOOL.DRV
    0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759B0000 - 0x759B6000      C:\WINNT\system32\LZ32.DLL
    0x779B0000 - 0x77A4B000      C:\WINNT\system32\OLEAUT32.dll
    0x77A50000 - 0x77B3C000      C:\WINNT\system32\ole32.dll
    0x75170000 - 0x751BF000      C:\WINNT\System32\NETAPI32.dll
    0x7C340000 - 0x7C34F000      C:\WINNT\System32\SECUR32.DLL
    0x751C0000 - 0x751C6000      C:\WINNT\System32\NETRAP.DLL
    0x75150000 - 0x7515F000      C:\WINNT\System32\SAMLIB.DLL
    0x77950000 - 0x7797A000      C:\WINNT\system32\WLDAP32.DLL
    0x77980000 - 0x779A4000      C:\WINNT\System32\DNSAPI.DLL
    0x769A0000 - 0x769A7000      C:\WINNT\system32\NDDEAPI.DLL
    0x1FA20000 - 0x1FA36000      C:\WINNT\System32\sqlsrv32.rll
    0x0C390000 - 0x0C3A9000      C:\WINNT\system32\odbccp32.dll
    0x0C3B0000 - 0x0C3BF000      C:\WINNT\system32\DBNETLIB.DLL
    0x75500000 - 0x75504000      C:\WINNT\system32\security.dll
    0x782D0000 - 0x782EF000      C:\WINNT\system32\msv1_0.dll
    0x77440000 - 0x774B8000      C:\WINNT\system32\CRYPT32.DLL
    0x77430000 - 0x77440000      C:\WINNT\system32\MSASN1.DLL
    0x77BF0000 - 0x77C01000      C:\WINNT\system32\ntdsapi.dll
    0x782C0000 - 0x782CC000      C:\WINNT\System32\rnr20.dll
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x773B0000 - 0x773DF000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773A3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783E000      C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790E000      C:\WINNT\system32\SETUPAPI.DLL
    0x7C0F0000 - 0x7C151000      C:\WINNT\system32\USERENV.DLL
    0x774E0000 - 0x77513000      C:\WINNT\system32\RASAPI32.DLL
    0x774C0000 - 0x774D1000      C:\WINNT\system32\RASMAN.DLL
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.DLL
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000      C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000      C:\WINNT\system32\rasadhlp.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
    Local Time = Sat May 01 11:30:40 2004
    Elapsed Time = 5
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002D5
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode)
    Also No Error is Thrown with j2sdk1.4.0
    If I'm using Not using Scrollable Result Set, No Error is Thrown.
    Error is Thrown only with Scrollable Result set and with j2sdk1.4.0_01

    Did you forget to put the SQL statement in when you used createStatement? I added it below:
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection conn = DriverManager.getConnection("Jdbc:Odbc:IMSMC","sa","");
    String sql="select * from <Table Name> ";
    Statement stmt=conn.createStatement(sql, ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
    Does the JDBC-ODBC bridge driver accomodate any of these settings you're trying?
    The problem shouldn't have anything to do with Tomcat. Sounds like a JDBC driver issue to me. Try to reproduce the error without Tomcat, and then see if adding the SQL corrects things at all.
    I'd read the docs to see if the bridge driver has these features. I don't think it's up to the full standard.

  • How to execute a servlet on  jakarta-tomcat-4.0.3

    Please let me know how to execute a servlet on  jakarta-tomcat-4.0.3 .I am able to compile it .
    Regards,
    Saurabh Singhal

    Hi
    You must provide a mapping in your web.xml configuration file. This mapping will allow you to access servlet via url in form: "http://[domain]:[port]/[context]/servlet/[servlet full qualified name]"
    This file should be located at $TOMCAT_HOME/conf.
    Sample web.xml contains:
    <web-app>
        <display-name>Sample Database App</display-name>
        <description>
         This is a simple application.
        </description>
        <servlet>
            <servlet-name>MyServlet</servlet-name>
            <servlet-class>MyServletImpl</servlet-class>
        </servlet>
        <servlet-mapping>
            <servlet-name>MyServlet</servlet-name>
         <url-pattern>/myservletaddr</url-pattern>
        </servlet-mapping>
    </web-app>
    You can find more info at:
    http://scitec.uwichill.edu.bb/cmp/online/CS36L/tutorials/TomcatIntroduction/TomcatIntroSampleApp.html
    or
    http://www.moreservlets.com/Using-Tomcat-4.html

  • Running Forms on Jakarta Tomcat

    Does any on had experience or knows whether Oracle Forms can run
    on Apache's Jakarta Tomcat server? Another question is whether
    can client-server system runs long with web-based forms server.?

    Forms 6i running CGI or Forms Servlet (both old architectures)
    you can use any web server.
    If you are using the the new simplified architecture, Forms
    Listener Servlet, only iAS is supported.
    And yes, Forms client/server and web can co-exist.
    Regards,
    Candace Stover
    Forms Product Management

  • Error 404 running Servlet with Tomcat 4.1.18

    Hi,
    I made a small test servlet in a "hello world" style and I have problems to make it run under Tomcat 4.1.18 whereas it works perfectly on Tomcat 3.3 and Tomcat4.0.6...
    Why do I get a 404 error with 4.1.18 whereas I can reach the servlet on other versions of Tomcat ??
    Do you have an idea ?
    Is there some new tricks in 4.1.18 ?
    Thanks

    Here is my web.xml, i put it in the directory of tomcat\webapps\myApp\WEB-INF :
    <?xml version="1.0" encoding="ISO=8859-1"?>
    <!DOCTYPE web-app
         PUBLIC "-//Sun Microsystem, Inc.//DTD Web Application2.3//EN"
         "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <servlet>
         <servlet-name>myservlet</servlet-name>
         <servlet-class>TestingServlet</servlet-class>
         </servlet>
    </web-app>
    and still it doesn't work...

  • Problem with debug servlet Eclipse 3 tomcat 5

    I have configured Eclipse 3 with Tomcat 5.0.28 and tomcatPulginV3
    but, I have problem to debug my servlet
    I have error message
    help me it is urgent
    Failed to connect to remote VM. Connection refused.
    java.net.ConnectException: Connection refused: connect
    java.net.PlainSocketImpl.socketConnect(Native Method)
    java.net.PlainSocketImpl.doConnect(Unknown Source)
    java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    java.net.PlainSocketImpl.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.connect(Unknown Source)
    java.net.Socket.<init>(Unknown Source)
    java.net.Socket.<init>(Unknown Source)
    org.eclipse.jdi.internal.connect.SocketTransportImpl.attach(SocketTransportImpl.java:47)
    org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach(SocketAttachingConnectorImpl.java:103)
    org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:131)
    org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaunchConfigurationDelegate.launch(JavaRemoteApplicationLaunchConfigurationDelegate.java:75)
    org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
    org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
    org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
    org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)Thanks

    Check your packages which you are importing....

  • Running Servlet with J2EE Web Server

    Hi experts
    My web server is J2EE. I have compiled the servlet classes and have put them in the web-inf/classes directory. I have also declared the servlets in the web.xml file in the web-inf directory.
    When I run this, it gives error HTTP Status 404 - /fijidirectory.
    Experts can you help me with this pliz.
    Deepak

    Now the code looks like this.
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
      <display-name>J2EE Servlet Config</display-name> 
      <servlet>
        <servlet-name>dirinterface</servlet-name>
        <servlet-class>DirectoriesInterface.DirInterface</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>dispplaydirinfo</servlet-name>
        <servlet-class>DirectoriesInterface.DispplayDirInfo</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>fijidirmain</servlet-name>
        <servlet-class>DirectoriesInterface.FijiDirMain</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>whitedirinterface</servlet-name>
        <servlet-class>DirectoriesInterface.whiteDirInterface</servlet-class>
      </servlet>
      <servlet-mapping>
        <servlet-name>dirinterface</servlet-name>
        <url-pattern>/FijiDirectory</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>dispplaydirinfo</servlet-name>
        <url-pattern>/dirInfo</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>fijidirmain</servlet-name>
        <url-pattern>/fiiidirectory</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>whitedirinterface</servlet-name>
        <url-pattern>/whfd</url-pattern>
      </servlet-mapping>
    </web-app>
    The url that I am using to access the system is: http://localhost:8080/whfd

  • Getting problem with running RWBLD60 with User parameters

    Hi All,
    I am trying to run a report using rwbld60 from command prompt which has input parameters
    I tried like this but it didnt work out
    rwbld60 module=reportname.rdf userid=scott/tiger@orcl destype=file desformat=pdf
    desname=report_out.pdf parameterform=NO params=parms_1 traceopts=trace_prf tracemode=trace_replace
    tracefile=trace.txt
    Can any one please tell me how i can pass user parameters for rwbld60
    Thanks,
    Amar

    actually, i do my FYP on bluetooth chatting...
    and there will be more than two emulators running at the same time..
    one of my frens said that if u want to run more than one emulator u just simply click on run button..
    and it will appear on the screen..

  • Run JSPs with JSDK2.1

    Hi,
    I've download the JSDK2.1 and I can run servlets with it.
    Now, I would like to run a JSP. What configurations must I do?
    thank you very much
    apaf

    Thank you for your answer.
    But, even if I only want to run a simple JSP as the following
    <body>
    <form name=f action=thisJSP.jsp>
    <input type=text name=t>
    <input type=submit>
    </form>
    Last value: <%out.println(request.getParameter("t")%>
    </body>
    do I steel need to download the J2EE?

  • Can't run 0ad with optirun

    Hello.  I am having issues with running 0ad with my optimus laptop.  (Big surprise right?) Anyway here is my output:
    optirun 0ad --debug
    Cache: 500 (total: 5868) MiB
    TIMER| InitVfs: 401.46 us
    Sound: AlcInit success, using OpenAL Soft
    TIMER| InitScripting: 5.66037 ms
    TIMER| CONFIG_Init: 78.4096 ms
    libGL error: failed to load driver: swrast
    libGL error: Try again with LIBGL_DEBUG=verbose for more details.
    WARNING: Failed to set the video mode to fullscreen for the chosen resolution 1366x768:24 ("Couldn't find matching GLX visual"), falling back to windowed mode
    ERROR: SetVideoMode failed: 1024x768:24 0 ("Couldn't find matching GLX visual")
    WARNING: Failed to set the video mode to fullscreen for the chosen resolution 1366x768:24 ("Couldn't find matching GLX visual"), falling back to windowed mode
    ERROR: SetVideoMode failed: 1024x768:24 0 ("Couldn't find matching GLX visual")
    terminate called after throwing an instance of 'PSERROR_System_VmodeFailed'
    what(): System_VmodeFailed
    /usr/bin/0ad: line 3: 2053 Aborted (core dumped) /usr/bin/pyrogenesis "$@"
    Before anyone asks here is my glxinfo:
    optirun glxinfo
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: VirtualGL
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_SGI_make_current_read, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SUN_get_transparent_index, GLX_ARB_create_context,
    GLX_ARB_create_context_profile
    client glx vendor string: VirtualGL
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_SGI_make_current_read, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SUN_get_transparent_index, GLX_ARB_create_context,
    GLX_ARB_create_context_profile
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_SGI_make_current_read, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SUN_get_transparent_index, GLX_ARB_create_context,
    GLX_ARB_create_context_profile
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce GT 630M/PCIe/SSE2
    OpenGL version string: 4.3.0 NVIDIA 313.18
    OpenGL shading language version string: 4.30 NVIDIA via Cg compiler
    OpenGL extensions:
    GL_AMD_multi_draw_indirect, GL_ARB_arrays_of_arrays, GL_ARB_base_instance,
    GL_ARB_blend_func_extended, GL_ARB_clear_buffer_object,
    GL_ARB_color_buffer_float, GL_ARB_compatibility,
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth,
    GL_ARB_compute_shader, GL_ARB_copy_buffer, GL_ARB_copy_image,
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp,
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_indirect, GL_ARB_draw_elements_base_vertex,
    GL_ARB_draw_instanced, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location,
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport,
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments,
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, GL_ARB_gpu_shader5,
    GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex,
    GL_ARB_imaging, GL_ARB_instanced_arrays, GL_ARB_internalformat_query,
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata,
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range,
    GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture,
    GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex,
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters,
    GL_ARB_shader_bit_encoding, GL_ARB_shader_image_load_store,
    GL_ARB_shader_image_size, GL_ARB_shader_objects, GL_ARB_shader_precision,
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine,
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100,
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include,
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing,
    GL_ARB_sync, GL_ARB_tessellation_shader, GL_ARB_texture_border_clamp,
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32,
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression,
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc,
    GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_float, GL_ARB_texture_gather,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample,
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels,
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg,
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage,
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2,
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced,
    GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object,
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object,
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array,
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float,
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXTX_framebuffer_mixed_formats,
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object,
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects,
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_store,
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
    GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object,
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc,
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc,
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer,
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_shared_exponent,
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2,
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_vertex_attrib_64bit,
    GL_EXT_x11_sync_object, GL_EXT_import_sync_object, GL_IBM_rasterpos_clip,
    GL_IBM_texture_mirrored_repeat, GL_KHR_debug, GL_KTX_buffer_region,
    GL_NV_blend_square, GL_NV_compute_program5, GL_NV_conditional_render,
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float,
    GL_NV_depth_clamp, GL_NV_draw_texture, GL_NV_ES1_1_compatibility,
    GL_NV_explicit_multisample, GL_NV_fence, GL_NV_float_buffer,
    GL_NV_fog_distance, GL_NV_fragment_program, GL_NV_fragment_program_option,
    GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage,
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_gpu_program4_1,
    GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended,
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float,
    GL_NV_light_max_exponent, GL_NV_multisample_coverage,
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object,
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart,
    GL_NV_register_combiners, GL_NV_register_combiners2,
    GL_NV_shader_atomic_counters, GL_NV_shader_atomic_float,
    GL_NV_shader_buffer_load, GL_NV_shader_storage_buffer_object,
    GL_NV_texgen_reflection, GL_NV_texture_barrier,
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
    GL_NV_texture_expand_normal, GL_NV_texture_multisample,
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2,
    GL_NV_texture_shader3, GL_NV_transform_feedback,
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit,
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program,
    GL_NV_vertex_program1_1, GL_NV_vertex_program2,
    GL_NV_vertex_program2_option, GL_NV_vertex_program3,
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
    GL_SGIX_shadow, GL_SUN_slice_accum
    20 GLX Visuals
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x021 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x09c 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x09d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x09e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x09f 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a0 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a2 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a3 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a4 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a6 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a7 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a8 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0a9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0aa 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0ab 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0ac 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x0ad 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x05f 32 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    311 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x105 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 None
    0x106 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x107 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 None
    0x108 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x109 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 None
    0x10a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x10b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 None
    0x10c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x10d 32 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x10e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x10f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 None
    0x110 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x111 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x112 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x113 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 None
    0x114 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x115 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 None
    0x116 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x117 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 None
    0x118 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x119 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 None
    0x11a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x11b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 None
    0x11c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x11d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x11e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x11f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x120 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x121 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x122 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x123 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x124 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x125 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x126 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x127 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x128 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x129 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x12a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x12b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x12c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x12d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x12e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x12f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x130 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x131 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x132 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x133 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x134 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x135 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x136 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x137 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x138 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x139 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x13a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x13b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x13c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x13d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x13e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x13f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x140 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x141 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x142 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x143 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x144 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x145 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x146 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x147 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x148 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x149 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x14a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x14b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x14c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x14d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x14e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x14f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x150 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x151 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x152 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x153 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x154 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x155 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x156 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x157 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x158 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x159 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x15a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x15b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x15c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x15d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x15e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x15f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x160 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x161 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x162 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x163 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x164 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x165 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x166 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x167 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x168 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x169 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x16a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x16b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x16c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x16d 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x16e 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x16f 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x170 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x171 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x172 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x173 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x174 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x175 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x176 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x177 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x178 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x179 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17a 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17b 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17c 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17d 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17e 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x17f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x180 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x181 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x182 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x183 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x184 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x185 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x186 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x187 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x188 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x189 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x18a 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x18b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x18c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x18d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x18e 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x18f 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x190 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x191 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x192 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x193 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x194 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x195 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x196 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x197 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x198 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x199 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x19a 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x19b 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x19c 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x19d 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 None
    0x19e 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 None
    0x19f 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 0 0 None
    0x1a0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 0 0 None
    0x1a1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1a2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 None
    0x1a3 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1a4 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 0 0 None
    0x1a5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 None
    0x1a6 24 tc 0 32 0 r y . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 None
    0x1a7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 0 0 16 16 16 16 0 0 None
    0x1a8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 0 0 16 16 16 16 0 0 None
    0x1a9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x1aa 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x1ab 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x1ac 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x1ad 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x1ae 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 2 1 Ncon
    0x1af 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x1b0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 4 1 Ncon
    0x1b1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x1b2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x1b3 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x1b4 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x1b5 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x1b6 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 2 1 Ncon
    0x1b7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x1b8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 4 1 Ncon
    0x1b9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1ba 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1bb 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1bc 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1bd 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1be 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1bf 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1c0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1c1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1c2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1c3 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1c4 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1c5 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1c6 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1c7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1c8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1c9 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1ca 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1cb 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1cc 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1cd 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1ce 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1cf 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1d0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 8 1 Ncon
    0x1d1 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1d2 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1d3 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1d4 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 16 1 Ncon
    0x1d5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1d6 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1d7 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1d8 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1d9 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1da 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1db 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1dc 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 8 1 Ncon
    0x1dd 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1de 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1df 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1e0 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 16 1 Ncon
    0x1e1 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x1e2 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x1e3 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x1e4 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 0 16 16 16 16 32 1 Ncon
    0x1e5 24 tc 0 32 0 r y . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x1e6 24 tc 0 32 0 r y . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x1e7 24 tc 0 32 0 r . . 8 8 8 0 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x1e8 24 tc 0 32 0 r . . 8 8 8 8 . . 4 24 8 16 16 16 16 32 1 Ncon
    0x1e9 24 tc 0 16 0 r y . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 Ncon
    0x1ea 24 tc 0 16 0 r . . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 Ncon
    0x1eb 24 tc 0 16 0 r y . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x1ec 24 tc 0 16 0 r . . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x1ed 24 tc 0 16 0 r y . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x1ee 24 tc 0 16 0 r . . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x1ef 24 tc 0 16 0 r y . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f0 24 tc 0 16 0 r . . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f1 24 tc 0 0 0 r . . 0 0 0 0 . . 4 16 0 16 16 16 16 0 0 Ncon
    0x1f2 24 tc 0 0 0 r . . 0 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x1f3 24 tc 0 0 0 r . . 0 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x1f4 32 tc 0 32 0 r . . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f5 24 tc 0 32 0 r . . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f6 32 tc 0 32 0 r y . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f7 24 tc 0 32 0 r y . 16 16 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f8 32 tc 0 32 0 r . . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1f9 24 tc 0 32 0 r . . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fa 32 tc 0 32 0 r y . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fb 24 tc 0 32 0 r y . 32 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fc 24 tc 0 64 0 r . . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fd 24 tc 0 64 0 r . . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1fe 24 tc 0 64 0 r y . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x1ff 24 tc 0 64 0 r y . 16 16 16 16 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x200 24 tc 0 128 0 r . . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x201 24 tc 0 128 0 r . . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x202 24 tc 0 128 0 r y . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x203 24 tc 0 128 0 r y . 32 32 32 32 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x204 32 tc 0 32 0 r . . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x205 24 tc 0 32 0 r . . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x206 32 tc 0 32 0 r y . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x207 24 tc 0 32 0 r y . 16 16 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x208 32 tc 0 32 0 r . . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x209 24 tc 0 32 0 r . . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x20a 32 tc 0 32 0 r y . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x20b 24 tc 0 32 0 r y . 16 16 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x20c 32 tc 0 32 0 r . . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x20d 24 tc 0 32 0 r . . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x20e 32 tc 0 32 0 r y . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x20f 24 tc 0 32 0 r y . 32 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x210 32 tc 0 32 0 r . . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x211 24 tc 0 32 0 r . . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x212 32 tc 0 32 0 r y . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x213 24 tc 0 32 0 r y . 32 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x214 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x215 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x216 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x217 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x218 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x219 24 tc 0 64 0 r . . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x21a 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x21b 24 tc 0 64 0 r y . 16 16 16 16 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x21c 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x21d 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x21e 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x21f 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x220 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x221 24 tc 0 128 0 r . . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x222 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x223 24 tc 0 128 0 r y . 32 32 32 32 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x224 24 tc 0 16 0 r . . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x225 24 tc 0 16 0 r . . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x226 24 tc 0 16 0 r y . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x227 24 tc 0 16 0 r y . 16 0 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x228 24 tc 0 64 0 r . . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x229 24 tc 0 64 0 r . . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x22a 24 tc 0 64 0 r y . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x22b 24 tc 0 64 0 r y . 32 32 0 0 . . 4 0 0 16 16 16 16 0 0 Ncon
    0x22c 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x22d 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x22e 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x22f 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x230 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x231 24 tc 0 16 0 r . . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x232 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x233 24 tc 0 16 0 r y . 16 0 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x234 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x235 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x236 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x237 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 0 16 16 16 16 0 0 Ncon
    0x238 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x239 24 tc 0 64 0 r . . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x23a 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    0x23b 24 tc 0 64 0 r y . 32 32 0 0 . . 4 24 8 16 16 16 16 0 0 Ncon
    Any suggestions?

    Try the following user tip with that one:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • Problem with running multiple servlet in same webapplication with tomcat 3

    Hi all,
    I am using Tomcat 3.0 as webserver with jdk1.3, Servlet 2.0,
    Templates for html file and oracle 8i on UNIX platform.
    I have problem with multiple servlet running same webapplication.
    There are two servlet used in my application. 1) GenServlet.class
                   and 2) ServletForPrinting.class
    All of my pages go through GenServlet.class which reads some property files
    and add header and footer in all pages.
    I want reports without header & footer that is not possible through GenServlet in my application.
    So I have used another servlet called ServletForPrinting --- just for reading html file.
    It is as follow:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class ServletForPrinting extends HttpServlet {
    public void service (HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException
    // set content-type header before accessing the Writer
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    File f1 = null;
    String report = null;
    String path = request.getPathInfo();
    try{
    String p = "/var/home/latif/proj/webapps/WEB-INF/classes" + path;
    System.out.println(p);
    f1 = new File(p);
    p = null;
    if (f1.exists()) {
    FileReader fr = new FileReader(f1);
    BufferedReader br = new BufferedReader(fr);
    report = new String();
    while ((report = br.readLine()) != null) {
    out.println(report);
    }catch(Exception e) {
    out.close();
    report = null;
    path = null;
    f1 = null;
    } // end class
    It works fine and display report properly.
    But now Problem is that if report is refreshed many times subsequently,
    WebServer will not take any new change in any of java file used in web-application.
    It works with the previous class only and not with updated one.
    Then I need to touch it. As soon as I touch it, webserver will take updated class file.
    Anybody has any idea regarding these situation?
    Is there any bug in my ServletForPrinting.java ?
    Any solution ????? Please suggest me.
    Suggestion from all are invited. That will help me a lot.
    Thanks in advance
    Deepalee.

    Llisas wrote:
    I solved the problem, I just had to wire the blocks in a sequential way (I still don't know why, but it works).
    Feel free to delete this topic.
    I would strongly suggest at least reading this tutorial to give you an idea of why your fix worked (or maybe only appeared to work).  Myself, I never just throw up my hands and say, "Whatever," and wash my hands of the situation without trying my best to understand just what fixed it.  Guranteed you'll run into the same/similar problem and this time your fix won't work.
    Please do yourself a favor and try to understand why it is working now, and save yourself (or more likely, the next poor dev to work on this project) some heartache.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Eclipse as a development environment with Jakarta Tomcat - Need help!!

    Hello:
    Subject: Eclipse as a development environment with Jakarta Tomcat
    I am setting up the new development environment for my application (project). Below are the components involved::
    �     Eclipse 3.1
    �     myEclipse - EnterpriseWorkbenchInstaller_4.0GA_E3.1
    �     jakarta-tomcat-5.0.28 (Application Server)
    �     Sysdeo Eclipse Tomcat Launcher plugin - tomcatPluginV31beta
    �     SDK 1.4.2_08
    �     Microsoft XP sp2 operating system
    I have no issue with creation of project structure in eclipse IDE, compilation, and deployment, but there are some exception upon running the application.
    My project folder structure as follows:
    MyApplication/
    src/
    Conf/
    Web/
    classes
    taglib
    lib
    web.xml
    �     my application has few dependent projects, therefore I copied all the dependent projects final compiled classes (jars) to �lib� folder.
    �     I set all necessary classpath according to tomcat documentation.
    �     I created MyApplication.xml file under D:\jakarta-tomcat-5.0.28\conf\Catalina\localhost\ folder with the below context
    <Context path="/MyApplication " docBase="D:/xx/xxx/dev/src/ MyApplication/web" debug="0" reloadable="true" />
    �     I don�t get any exception during compilation and deployment process.
    �     I would greatly appreciate if you could give me a tips!!!!!!!!!!!!!!!!!!!!!!
    Error as follows:
    2005-10-10 17:31:45 StandardContext[balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
    2005-10-10 17:31:47 StandardContext[jsp-examples]ContextListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[jsp-examples]SessionListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[servlets-examples]ContextListener: contextInitialized()
    2005-10-10 17:31:47 StandardContext[servlets-examples]SessionListener: contextInitialized()
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: init: Associated with Deployer 'localhost'
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: init: Global resources are available
    2005-10-10 17:32:27 StandardContext[manager]HTMLManager: list: Listing contexts for virtual host 'localhost'
    2005-10-10 17:32:35 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: getOutputStream() has already been called for this response
         at org.apache.coyote.tomcat5.CoyoteResponse.getWriter(CoyoteResponse.java:599)
         at org.apache.coyote.tomcat5.CoyoteResponseFacade.getWriter(CoyoteResponseFacade.java:163)
         at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:122)
         at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:115)
         at org.apache.jasper.runtime.PageContextImpl.release(PageContextImpl.java:190)
         at org.apache.jasper.runtime.JspFactoryImpl.internalReleasePageContext(JspFactoryImpl.java:115)
         at org.apache.jasper.runtime.JspFactoryImpl.releasePageContext(JspFactoryImpl.java:75)
         at org.apache.jsp.default_jsp._jspService(default_jsp.java:101)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    path setting as follows:
    %JAVA_HOME%\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Borland\AppServer\bin;C:\Program Files\CA\PEC\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\system32\nls;%SystemRoot%\system32\nls\ENGLISH;C:\Program Files\Attachmate\E!E2K\;C:\Program Files\CA\AllFusion Harvest Change Manager;D:\jwsdp-1.1\jaxb-1.0\bin;D:\jwsdp-1.1\jwsdp-shared\bin;C:\Borland\classes12.zip;C:\Program Files\UltraEdit;D:\jakarta-tomcat-5.0.28\webapps\cst\WEB-INF\classes;D:\EPS\EB_CST_v3.7.2\dev\src\cst;%PATH%
    Classpath setting as follows:
    .;%third_pty%\xerces.jar;D:\EPS\EB_CST_v3.7.2\dev\src\cst;D:\jakarta-tomcat-5.0.28\webapps\cst;D:\jakarta-tomcat-5.0.28\common\lib\servlet-api.jar;D:\jakarta-tomcat-5.0.28\common\lib\jsp-api.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-api.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-ri.jar;%third_pty%\ant.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\dom.jar;D:\jwsdp-1.1\jwsdp-shared\lib\jax-qname.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-libs.jar;D:\jwsdp-1.1\jaxb-1.0\lib\jaxb-xjc.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\jaxp-api.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\sax.jar;D:\jwsdp-1.1\jaxp-1.2.2\lib\endorsed\xercesImpl.jar;%third_pty%\activation.jar;%third_pty%\ant-optional.jar;%third_pty%\j2ee.jar;%third_pty%\jakarta-regexp.jar;%third_pty%\jaxp.jar;%third_pty%\jcert.jar;%third_pty%\jnet.jar;%third_pty%\jsse.jar;%third_pty%\xalan.jar;C:\MSJDBSLib\msbase.jar;C:\MSJDBSLib\mssqlserver.jar;C:\MSJDBSLib\msutil.jar;
    Other IDE setting:
    As per tomcat documentation.

    Need tips to solve this issue!!!

  • Fail to run my first Servlet with Sun ONE Studio 4 Update 1 (+ bi Tomcat)

    Hello !
    I failed to run my first Servlet with Sun ONE Studio 4 update 1 ( with built in Tomcat)
    I think that I followed most of the online instructions,
    so I successfully run a JSP file,
    but I failed with my first servlet:
    The error message is:
    "Standard Wrapper[:MyServlet]: Marking servlet MyServlet as unavailable
    javax.servlet.ServletException: Wrapper cannot find servlet class com.hemmerling.myservlet.MyServlet
    or a class it depends on
    So please don�t ask me for the code of the servlett ( simply taken from a book),
    but tell me why the one-and-only servlett was not found. what might I have done wrong, if I did everything I did to run the JSP file, too ?
    Of couse I copied the file into the "Classes" directory of the Webmodule ( WEB-INF ) and "processed" it, so that I was able to execute it.
    Any suggestions ?
    Tia
    Sincerely
    Rolf

    Tough to say, but try:
    1. Put the servlet in a package. If you're using the default package (class file in WEB-INF/classes directory, then Tomcat may not find it.
    2. Check out web.xml to ensure the <servlet> and <servlet-mapping> entries are correct.
    3. Make the servlet as simple as possible so you're sure that it is the servlet itself that cannot be found and not some other class that it uses.
    Good Luck

Maybe you are looking for

  • Looking for a better calandar app

    Hi, does anybody know of a decent calendar app that I could download onto my Nokia Lumia 800? I need something with a larger font, and with more customisable features than the standard calendar. I'm not interested in an online calendar (e.g. Google),

  • How to select copy and paste an image that has a layer mask

    Hi, when I select, copy and paste the image it still has the content that I removed using the layer mask. I want to paste it over another psd whilst maintaing the transparency. Any help would be much appreciated. PSD is at http://sdrv.ms/16DoRft The

  • Want to change pricing in delivery level

    hi, sap gurus, where is the settings for changing price at delivery and billing levels. configurations settings plz regards, balaji.t 09990019711

  • Reg:Verify Error

    When execeting my application am getting Java.lang.verify error with Incompatible object argument for function call.. I dont have any idea abt that verify error..Any one please suggest me abt this error.

  • Group UI Element

    Hi experts, In Group UI Element .Is there any property called ColCount Vijai