Jrun server exention mappings

I have a new server with a jrun problem I am stuck on. The
old server is setup in standalone mode and somewhere jrun has a
mapping to listen for an extention other than .cfm (ex. index.xyz).
Apache is setup correctly, as it passes the request to coldfusion
who then gives an error;
"JRun will not accept request. Check JRun web server
configuration and JRun mappings on JRun server."
Well I have 2 test servers, 1 standalone mode, 1 multiserver
mode, and I finally got the admin started (using the jrun -start
admin), port 8000. But still stuck on what's next.
The old server works, the .xyz get's parsed and treated just
like a .cfm and I don't know where to add it, so I am assuming in
the jrun admin. I also don't know howto get to the jrun admin on
the standalone server as port 8000 is not listening. So is there
some /opt/coldfusion8/bin/coldfusion -- flag somewhere to start?
Any help is appreciated.

What does this have to do with programming? This sounds more like a support issue -- have you contacted the vendor?

Similar Messages

  • How to deploy a WAR file in JRun server?

    hi,
    I created one war file, now i want to deploy that file in JRun server. can anyone give me an idea of how to deploy that war file in server...

    By following the deployment documentation for your server. This isn't a general purpose "help me do everything" forum

  • JRun Server.

    After starting JRun Server, I close the command window and
    the JRun Server is automatically shut down.
    If the command window is left open, the server stays running.
    How do I change the settings to keep it running after closing
    the command window ?

    webber123456 wrote:
    > After starting JRun Server, I close the command window
    and the JRun Server is
    > automatically shut down.
    > If the command window is left open, the server stays
    running.
    >
    > How do I change the settings to keep it running after
    closing the command
    > window ?
    >
    >
    >
    Is this Windows or Unix? I take it from your question that
    you're
    starting JRun from a command line?
    On Unix if you're starting from a term window just stick an
    & at the end
    of your command and that will keep it running after you close
    the term
    window. On Windows I'm not sure how that's accomplished.
    Matt
    Matt Woodward
    [email protected]
    Adobe Community Expert - ColdFusion

  • Jrun Server Errors

    Jrun4 as my application webserver. The application was running fine.
    But when start jrun server after updated Oracle security patch on database server, there are errors: please see the errors:
    # ./jrun -start dleers &
    15139
    # Starting Macromedia JRun 4 (Build 61650), dleers server
    07/07 13:48:25 error Exception thrown in operation init
    [1]java.io.IOException: Configuration Error: {0}
    at jrun.security.metadata.AuthConfigParser.match(AuthConfigParser.java:203)
    at jrun.security.metadata.AuthConfigParser.parseLoginEntry(AuthConfigParser.java:69)
    at jrun.security.metadata.AuthConfigParser.getConfiguration(AuthConfigParser.java:51)
    at jrun.security.metadata.AuthConfigMetaData.importDocument(AuthConfigMetaData.java:53)
    at jrun.security.JRunSecurityManagerService.init(JRunSecurityManagerService.java:204)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
    at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
    at jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
    at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
    at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
    at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.JRun.startServer(JRun.java:558)
    at jrunx.kernel.JRun.<init>(JRun.java:476)
    at jrunx.kernel.JRun$1.run(JRun.java:329)
    at java.security.AccessController.doPrivileged(Native Method)
    at jrunx.kernel.JRun.start(JRun.java:326)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at jrunx.kernel.JRun.invoke(JRun.java:180)
    at jrunx.kernel.JRun.main(JRun.java:168)
    [0]javax.management.MBeanException: Exception thrown in operation init
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1644)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
    at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
    at jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
    at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
    at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
    at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.JRun.startServer(JRun.java:558)
    at jrunx.kernel.JRun.<init>(JRun.java:476)
    at jrunx.kernel.JRun$1.run(JRun.java:329)
    at java.security.AccessController.doPrivileged(Native Method)
    at jrunx.kernel.JRun.start(JRun.java:326)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at jrunx.kernel.JRun.invoke(JRun.java:180)
    at jrunx.kernel.JRun.main(JRun.java:168)
    07/07 13:48:30 info JRun Naming Service listening on *:2908
    07/07 13:48:31 error The lookup for JRunSecurityManager failed.
    javax.naming.NameNotFoundException: No such binding: JRunSecurityManager
    at jrun.naming.ContextManager.getBinding(ContextManager.java:680)
    at jrun.naming.ContextManager.getBinding(ContextManager.java:686)
    at jrun.naming.ContextManager.getObject(ContextManager.java:690)
    at jrun.naming.ContextManager.lookup(ContextManager.java:463)
    at jrun.naming.ContextManager.lookup(ContextManager.java:427)
    at jrun.naming.ContextManager.lookup(ContextManager.java:427)
    at jrun.naming.JRunNamingContext.lookup(JRunNamingContext.java:526)
    at jrun.naming.JRunNamingContext.lookup(JRunNamingContext.java:495)
    at jrun.naming.NamingService.lookupInServerContext(NamingService.java:930)
    at jrun.servlet.security.WebAppSecurityService.findSecurityManager(WebAppSecurityService.java:344)
    at jrun.servlet.security.WebAppSecurityService.start(WebAppSecurityService.java:92)
    at jrun.servlet.WebApplicationService.start(WebApplicationService.java:219)
    at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
    at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
    at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
    at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
    at jrun.servlet.ServletEngineService.start(ServletEngineService.java:112)
    at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
    at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
    at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
    at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
    at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
    at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.JRun.startServer(JRun.java:558)
    at jrunx.kernel.JRun.<init>(JRun.java:476)
    at jrunx.kernel.JRun$1.run(JRun.java:329)
    at java.security.AccessController.doPrivileged(Native Method)
    at jrunx.kernel.JRun.start(JRun.java:326)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at jrunx.kernel.JRun.invoke(JRun.java:180)
    at jrunx.kernel.JRun.main(JRun.java:168)
    07/07 13:48:31 error Exception thrown in operation start
    [1]jrun.servlet.security.SecurityInitException: javax.naming.NameNotFoundException: No such binding: JRunSecurityManager
    at jrun.servlet.security.WebAppSecurityService.findSecurityManager(WebAppSecurityService.java:350)
    at jrun.servlet.security.WebAppSecurityService.start(WebAppSecurityService.java:92)
    at jrun.servlet.WebApplicationService.start(WebApplicationService.java:219)
    at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
    at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
    at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
    at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
    at jrun.servlet.ServletEngineService.start(ServletEngineService.java:112)
    at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
    at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
    at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
    at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
    at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
    at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.JRun.startServer(JRun.java:558)
    at jrunx.kernel.JRun.<init>(JRun.java:476)
    at jrunx.kernel.JRun$1.run(JRun.java:329)
    at java.security.AccessController.doPrivileged(Native Method)
    at jrunx.kernel.JRun.start(JRun.java:326)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at jrunx.kernel.JRun.invoke(JRun.java:180)
    at jrunx.kernel.JRun.main(JRun.java:168)
    [0]javax.management.MBeanException: Exception thrown in operation start
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1644)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
    at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
    at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
    at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
    at jrun.servlet.ServletEngineService.start(ServletEngineService.java:112)
    at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
    at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
    at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
    at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
    at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
    at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at jrunx.kernel.JRun.startServer(JRun.java:558)
    at jrunx.kernel.JRun.<init>(JRun.java:476)
    at jrunx.kernel.JRun$1.run(JRun.java:329)
    at java.security.AccessController.doPrivileged(Native Method)
    at jrunx.kernel.JRun.start(JRun.java:326)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at jrunx.kernel.JRun.invoke(JRun.java:180)
    at jrunx.kernel.JRun.main(JRun.java:168)
    My question is : Do I have to change jrun server security setting and How?
    Thanks for any help!
    ygdev

    CF6, Java 1.4.2 and Windows NT - have not seen those for a long time myself.
    Perhaps this is the issue from error report:
    PSPermGen       total 20736K, used 20580K
    object space 20736K, 99% used
    I guess Java non heap space Permanent Generation is full the next object trying to load into that space can’t fit, plus all the objects in there are referenced so no objects can be removed so free space can’t be made available. One would need to do some work with Java logging and know what JVM.CONFIG looks like to know if that guess is accurate.
    You could try increase that parameter 10Mb or so and see what happens? In JVM.CONFIG, JVM args, -XX:MaxPermSize=NNm where NN = numbers.
    Needless to say you are running a lot of end of life product and should plan to migrate to something more current.
    HTH, Carl.

  • JRun Server Error

    Hi ,
    I am getting the jrun server error with the message
    ” The server encountered an internal error and was
    unable to complete your request. Application server is busy. Either
    there are too many concurrent requests or the server still is
    starting up.”
    I am confused what causes this type of errors.
    Has anyone faced this kind of error? What is the reason for
    such kind of errors?
    The OS is”sunsolaris” and the web server used is
    the “Apache “and coldfusion application server is
    CFMX6.1.
    Thanks in advance..
    Anbu

    Thanks for the reply..
    I get the error offent... when i refresh the page again and
    again then it is working fine.
    There is a script written to check the jrun server if the
    server is hanged or not able to process the request then it
    automatically restart the jrun server.
    regards
    Anbu

  • Sql statement causes my JRun server to fail.

    I'm beginning JSP and can't go through this recurrent error: the first request to the JSP page containing sql statement works well, in the second, an error occurs and finally, the third forces my Jrun server to fail with a stack error...
    <CODE>
    <%-- page global declaratiosn --%>
    <%@ page import="java.sql.*,javax.sql.*,allaire.taglib.*" %>
    <%
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") ;
    String url = "jdbc:odbc:ademeregion" ;
    Connection con = DriverManager.getConnection( url , "" , "" ) ;
    Statement stmt = con.createStatement();
    ResultSet itom = stmt.executeQuery( "SELECT * FROM ITOM" ) ;
    ResultSetMetaData itomMetaData = itom.getMetaData( ) ;
    out.print( getServletContext().getInitParameter( "test" ) + "<br>" ) ;
    %>
    <table border=1 cellspadding=0 cellspacing=0>
    <%
    while( itom.next() ){%>
    <tr>
    <%
    for (int i = 1 ; i <= itomMetaData.getColumnCount() ; i++ ){
    out.print( "<td><font face=Verdana color=#EEEEEE size=1>" + itom.getString( i ) + "</font></td>") ;
    %>
    </tr><%
    %>
    </CODE>
    I assume it could be a typical jdbc problem that beginners encounter...
    Help required...
    Thanks a lot...
    Sylvain

    Thnks but it's allready done:
    I had the following code allready:
    <%
    itom = null ;
    itomMetaData = null ;
    stmt.close( ) ;
    con.close( ) ;
    %>
    But thanks anyway...

  • JRUN Server Configuration - Urgent

    Dear friends,
    Now I am working an JSP Project..
    So I am using jsp files like
    http://localhost:8100/test/test.jsp
    But i want to access that jsp file with out 8100 port..
    like http://localhost/test/test.jsp or any other..
    Is is possible..
    If possible plz help me
    Thanks in advance..
    jeeva

    Open the administrator console(JRUN 3.0) , go to JRUN default server>JRUN Web Server and change the Web server Port Property..
    I don't know how to change in JRUN 2.3.3
    Hope this helps....
    Shubhrajit :-)

  • Mail server configuration mappings file

    Hello
    I have just installed the following mail serverSun Java(tm) System Messaging Server 6.3-0.15 (built Feb 9 2007)
    libimta.so 6.3-0.15 (built 19:27:56, Feb 9 2007)
    SunOS mail.yurnero.com 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V240
    After installation I want it to be able to perform the following operations which it is not currently allowing
    1- Sending mails through thunderbird/outlook * Authenticated *
    Currently it displays the message "relaying not allowed" I understand that I need to configure the mappings file, yet the mappings file i had of the old server (2005Q4) does'nt works
    Can anybody guide me about how to create a mappings file, the administration reference only gives syntax and not a real life scenario
    2- Sending mails to other domains
    I have done the dns entry, while it is still not working , what other things should i check?
    regards
    Kimi

    First, you should connect to sunsolve.com, and download the current patches for your original release of 6.3. Many bugs are fixed.
    now, you need to decide on the range of IP addresses that the server considers "internal" to your environment. Those go in the "internal_ip" table in the mapping file.
    Also, you need to configure your mail client to use authentication. The server configuration by default allows this, and shows an authenticated smtp connection by "EA" in the enqueue log entry, for "Enqueue, Authenticated". Authenticated users are allowed to relay, so the fact that you got the message, "relaying not permitted" shows that your client did not authenticate.
    Remember, after changing the mappings file, or many other configuration details, you must run:
    imsimta cnbuild
    and then restart the portion of the MTA affected. In this case, it's the dispatcher:
    imsimta restart dispatcher

  • Jrun server thread dump...... how to interpret?

    i cannot find a good link any hwere on this subject..... which
    means i am not looking in the right place.  If anyone knows of a tutorial or somthing that can help pleas let me know...
    thanks,

    i cannot find a good link any hwere on this subject..... which
    means i am not looking in the right place.  If anyone knows of a tutorial or somthing that can help pleas let me know...
    thanks,

  • Displaying BAR chart using JSPChart , Sysbase database, Jrun server

    I would like to explain my requirements to you.
    1. I will be displaying a Exponential bar chart. The length of bar chart is obatined from Sybase database.
    2. This chart should be dynamically created depending on the value on the database and x -axis is exponential.
    This will be displayed on a HTML page.
    Hope this is clear. Basically, I want to show the database values using a chart on a Web Page.
    Can this be done, if so, pl give me further info if possible.
    I have downloaded JSP chart from
    http://www.javaside.com/asp/menu_fr.asp?page=jspChart.shtml
    Pl reply ASAP.
    Thanks in advance

    Serious fraud allegations leveled against Elansoft, in the web pages: http://www.manero.org/weblog/archives/000083.html
    or
    http://archives.real-time.com/pipermail/cocoon-users/2003-March/031298.html .
    If the charges were not true, Elansoft might have angrily denied. Instead, Elansoft closed US office and ran from the law. If Elansoft continue to evade the laws, what kind of legal protection buyers could get from the legal system?
    These are credible charges, because, it is impossible to believe Agileblox could get more votes than OpenOffice (which has been downloaded by millions of users) and more votes than SVG-technology itself (which has support of tens of thousands of die hard developers, and many companies building products around the technology).
    In the news release, Pravin Raju, CEO, said Agileblox rated higher than products from Sun, Oracle and Macromedia:
    http://www.blonnet.com/bline/2002/10/11/stories/2002101101590900.htm
    The CEO may be ignorant enough to know, that all those products are well known and financially successful. There were hundreds of news article published in respected technology journals about each one of them. There are many developer groups (Ex: user-groups and discussion forums) about each of them. Each of these forums patronized by thousands of developers each month.
    Is there any detailed product review for Agileblox out there? How about any freelance discussion? May be too stupid to participate in technical debate? What about, at least one use case presentation from a �real- happy customer? The crooks committed fraud. Pravin Raju, CEO of Elansoft, shamelessly claimed his product had rated higher than many respected products. What a moron?
    Look at Agileblox documentation and flowchart. Does the flowchart make any sense, or look like work of a software guy? Does Elansoft know any thing about product development? Why they have not able to release any upgrade to Agileblox for so long? Who developed Aileblox? Are they still working at Elansoft?
    P.S: Please send any information and names of the players of the Award scam to: [email protected]

  • How to connect SQL server using JRun

    I am relatively dumb into Java. I am running JRun server in Unix box, and I need to connect to the SQL server (full marks for guesssing that SQL server is on the Win2K box).
    Now I want to connect to the SQL server from Jrun using JSPs.
    Question:
    1. Is JDBC:ODBC only way to connect to the SQL server, if yes -
    2. Do I have to create a DSN on the server for the JDBC:ODBC bridge to work
    3. Can I write my own database connection package,
    Appreciate if any body can help me with this problem, and if you have written a package to connect to the database, then would be nice if you would let me try the same.
    If you have any responses, please email me at [email protected]
    Thanks in Advance for the anticipated help.
    Viviar Prasad

    Hi Prasad,
    There is two ways(what I have done) to connect to sql server in jRun..
    1) using your jdbc - odbc connectivity using your type one jdbc driver..
    2) using type 4 driver.. (type 2 and 3 are not available right now for sql server)
    in 1 you have to create an dsn and use it directly in program bypassing jrun management console(I mean u don't have to configure for that)
    in 2 case you need to use jrun proprietery driver for the jdbc... there is a problem here..
    this driver is available in Jrun 3.0 enterprise edition only and still has got some problem so you need to apply service pack-2 to your Jrun installation and need to download the driver.. jdbc driver from following link
    ftp://ftp.allaire.com/kbftp/jrun/all/jrun_drivers.jar.zip
    this will suply a html doc along with the driver . which will explain you how to apply..
    you can download jdbc driver specilly for sql server from this link http://www.j-netdirect.com/jsqlconnect2_26.zip
    but it will expire in a month..
    any way once you have obtain any of the above driver, follow these step to configure jdbc in jrun.. you need to put the driver in the classpath..
    1 - open your management console
    2- select the webapplication for which you want to configure from left frame of mc(management console)
    3- select jdbc data source click the add button and follow the wizard..
    for more info ref to jrun quick start configuring jdbc settings that came with your JRun..
    or you can directly click the link there and type
    the name of the
    first
    datasource(you have supply any name you will be using that to access db in your java prog)
    second name of the the jdbc driver
    for Jrun it's
    allire.jrun.jdbc.JRunDriver
    for net direct
    com.jnetdirect.jsql.JSQLDriver
    third
    url for jrun driver
    jdbc:jrun:sqlserver://hostname:portno/databasename = dbname; USER = uname; Password = password
    where dbname is your database name
    uname is your sql server user name e.g sa
    password is your password for the corresponding user name
    where hostname is the name of the computer where your sqlserver is running it could be an ip e.g 10.0.0.32:1433
    1433 is the default port no for the sqlserver if you are using tcp protocol to connect to the sql server
    url for net direct
    jdbc:JSQLConnect//hostname:port/databasename=dbname; USER =uname; Password = password
    for any more information on this you can mail me in this id
    [email protected]
    All the best..
    regards
    Bishwa

  • Jcp.endpoint.main.max.threads exceeded error on jrun 4.0.1 server

    jcp.endpoint.main.max.threads exceeded error on jrun 4.0.1 server
    Posted: May 20, 2005 4:30 AM Reply
    hi,
    i am getting following error on my jrun server
    'too many concurrent requests,
    jcp.endpoint.main.max.threads exceeded'
    The application is running on jrun 4.0.1 server.
    i checked the log files but the load was too few on the day.
    I tried a lots of stuff on net but could not find the solution.
    pls help it out urgently
    manoj

    Lisa,
    I would check the online docs and/or the following HowTos for more details. They are not specific to JRun, but will give you the general process and list or archives and other things to copy and add to the classpath:
    http://technet.oracle.com:89/ubb/Forum2/HTML/006397.html
    http://technet.oracle.com:89/ubb/Forum2/HTML/006398.html

  • JRUN Upgrade for Web Server Config Tool

    Recently, I applied the latest connector update discussed in
    APSB07-02. Today, I attempted to create a connector to my new CF
    cluster and get the following error when using the Web Server
    Config tool:
    "The JRun server(s) found on host 127.0.0.1 must be upgraded
    to use this version of the Web Server Configuration tool"
    CF 7.0.2HF1
    JRun 4 Updater 6
    W2k3 SP1
    What update is it refering too?

    This issue was asked in 2007 but never answered.  It's now 2010 and I am experiencing the same problem.  I'm trying to add a new IIS web server for CF.  Running CF 7 and the web config tool worked 12 months ago.  Now it doesn't... saying the "Jrun server must be upgraded to use this version of the Web Configuration Tool".  I've done one jrun patch that I am aware of in the past few months.
    So now, does anyone have an answer as to what I have to do to get this thing to run????
    Thanks,
    ...Wes

  • PLEASE HELP - Production ColdFusion server down

    I've been running CF 8.0.1 on a Windows 2008 server for over 2 years with no problems.  Tonight, IIS 7 locked up for the first time and I had to kill off the process.  Afterwards, I started getting this on all requests for .cfm pages:
    The service is unavailable
    Server Error
    Either the Macromedia application server(s) are unreachable or none of them has a mapping to process this request.
    The server *can* still serve up .html files.
    I've tried rebooting and using the Web Server Configuration Tool to remove and re-add the connector but neither has fixed the problem.  The last time I ran the tool, I enabled "verbose logging for connector".
    I see the following in the jrun_iis6_wildcard111221.log file:
    2011-12-21 02:00:40 jrISAPI[4128:2184]  ***HttpExtensionProc for JRun ISAPI Extension: uri is "/index.cfm"
    2011-12-21 02:00:40 jrISAPI[4128:2184]  trying to bootstrap from "127.0.0.1:51800"
    2011-12-21 02:00:40 jrISAPI[4128:2184]  127.0.0.1:51800 initPool finished
    2011-12-21 02:00:40 jrISAPI[4128:2184]  initialized temp proxy for 127.0.0.1:51800
    2011-12-21 02:00:40 jrISAPI[4128:2184]  127.0.0.1:51800 jrConnect [376]
    2011-12-21 02:00:40 jrISAPI[4128:2184]  sent/avail/result 25/25/25
    2011-12-21 02:00:40 jrISAPI[4128:2184]  recv failed[376]: 10054 Connection reset by peer
    2011-12-21 02:00:40 jrISAPI[4128:2184]  read/len/total -1/4/0
    2011-12-21 02:00:40 jrISAPI[4128:2184]  127.0.0.1:51800 destroying/closing socket [376] error 10054
    2011-12-21 02:00:40 jrISAPI[4128:2184]  jrCloseSocket [376]
    2011-12-21 02:00:40 jrISAPI[4128:2184]  JRun closed connection. [376] dropped while sending command
    2011-12-21 02:00:40 jrISAPI[4128:2184]  127.0.0.1:51800 could not fetch clustered-servers
    2011-12-21 02:00:40 jrISAPI[4128:2184]  127.0.0.1:51800 destroyed.
    2011-12-21 02:00:40 jrISAPI[4128:2184]  used thread identity to open file C:/ColdFusion8/runtime/lib/wsconfig/1/jrunserver.store
    2011-12-21 02:00:40 jrISAPI[4128:2184]  loadServersFromStore(C:/ColdFusion8/runtime/lib/wsconfig/1/jrunserver.store)
    2011-12-21 02:00:40 jrISAPI[4128:2184]  Couldn't initialize from remote server, JRun server(s) probably down.
    2011-12-21 02:00:40 jrISAPI[4128:2184]  ExecUrl: request received: URL=/index.cfm
    2011-12-21 02:00:40 jrISAPI[4128:2184]  ExecUrl Completion: 503, URL=/index.cfm.
    I *can* telnet to port 51800 but don't know how to test that any further.
    I would be extremely grateful to any suggestions on what I should try next as this is a production server for a fairly large international company.

    In that case, you may have to remove the connectors manually. The connector is installed within CF's directory (something like c:\coldfusion9\runtime\lib\wsconfig in the standalone install if I recall correctly) and obviously settings for that connector are installed in IIS. In the case of IIS 7, those settings end up in one of the .config files (web.config, applicationHost.config, machine.config depending on what options you selected).
    Is this documented anywhere?  I'd very much like to understand this but am not sure I'd find all the components by hunting around.  I know about the handler mappings but I'm curious what else is involved.
    Not that I'm aware of, but those are the two locations where everything is.
    Is the jrun_iis6_wildcard111221.log file one of these?  I guess I'm not quite sure what software components make up the "connector".  I know there's an ISAPI filter/extension and some handler mappings but am not sure what else.  I'd love to see a technical document that details all of this.
    Yes, that's one of the files that makes up the connector. The connector consists of a couple of DLLs and a bunch of text files. On the CF server side, the port that the connector talks to is the JrunProxyServer port in jrun.xml (if I recall correctly).
    Dave Watts, CTO, Fig Leaf Software

  • Cannot start coldfusion 9 server

    After several weeks of running CF9 on my PC, I can no longer start the server.  I am running Apache 2.2 under windows with CF9.  It gives me the following error message in the jrun4/logs/cfusion-out log:
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    and this is the error in the apache2.2 error log:
    [Tue Feb 14 11:03:27 2012] [notice] jrApache[1908: 9444]  Couldn't initialize from remote server, JRun server(s) probably down.
    [Tue Feb 14 11:03:27 2012] [notice] jrApache[1908: 9444]  JRun will not accept request.  Check JRun web server configuration and JRun mappings on JRun server.
    Any ideas??

    Thanks!  I now have an error that I can chase and hopefully diagnose.
    "Error: no known VMs.  (check for corrupt jvm.cfg file)" was the exposed error.
    With a little big of the Goog I ended up with a solution from another CF user experiencing the same joys: http://forums.adobe.com/thread/795168
    Found the problem to be as I suspected some incorrect path.  It was the java.home variable that was incorrect.  java.home=<IncorrectDrive>:/ColdFusion9/runtime/jre  I changed that to java.home=C:/ColdFusion9/runtime/jre and it fired up just fine.  Solved!

Maybe you are looking for