Hello. We are trying to evaluate ClusterCATS (4.5-453-1.4) with an eval of Enterprise JRun (Service Pack 2a Version 3.02a.11614) on NT 4. When we try to set up a cluster we get the infamous "Invalid License" error for "GoJRunGoJava". I have seen the Knowledge Base Article 18930 - nothing new there. Ideas? Thanks. Erik JRun-Talk wrote: > JRun-Talk-List Tue, 27 Mar 2001 Volume 1 : Number 219 > > In this issue: > > RE: Using the jbuilder IDE with JRUN > ColdFusion EJB problems..... > allaire JDBC driver. > Re: JRun slows down, then dies > Re: Solaris: Jrun dies on logoff?? > Re: allaire JDBC driver. > Multiple Jrun 2.3.3 server > > ---------------------------------------------------------------------- > > Date: Tue, 27 Mar 2001 16:57:30 +0300 > From: Khaled Ghanem <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" > <[EMAIL PROTECTED]> > Subject: RE: Using the jbuilder IDE with JRUN > Message-ID: <71E7A3390F0ED4119FAD00805FC1E79C07E498@AASMAIL> > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> > <HTML> > <HEAD> > <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = > charset=3DISO-8859-1"> > <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = > 5.5.2653.12"> > <TITLE>RE: Using the jbuilder IDE with JRUN</TITLE> > </HEAD> > <BODY> > > <P><FONT SIZE=3D2>There is an article in Allaire knowlege base = > discussing this. Here is its URL:</FONT> > <BR><FONT SIZE=3D2><A = > HREF=3D"http://allaire.com/Handlers/index.cfm?ID=3D14529&Method=3DFull" = > TARGET=3D"_blank">http://allaire.com/Handlers/index.cfm?ID=3D14529&Metho= > d=3DFull</A></FONT> > </P> > > </BODY> > </HTML> > > ------------------------------ > > Date: Tue, 27 Mar 2001 09:05:26 -0500 > From: Richard Kuryk <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: ColdFusion EJB problems..... > Message-ID: <3A8BAD034B37D3118C6F0090277913240A748E@NTSVR1> > > We have just setup a weblogic server and have configured our cold fusion > server to communicate with it. We we execute the page with exclusive lock > calls to the weblogic server it works fine but if we take away the exclusive > lock we start to randomly see the connection fail. Has anyone noticed this > with coldfusion? > > I know this is a jrun list but I figure many of you might experience similar > issues with jrun or have also dealt with weblogic in the past. > > Thanks you > > Rich > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Structure your ColdFusion code with Fusebox. Get the official book at >http://www.fusionauthority.com/bkinfo.cfm > > ------------------------------ > > Date: Tue, 27 Mar 2001 15:05:30 -0000 > From: "sahaya ranialex" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: allaire JDBC driver. > Message-ID: <[EMAIL PROTECTED]> > > Hi there, > > I am using JRUN enterprise in solaris,database as sqlserver 7.o runs on > win-NT 4.0. > Here is my snippet > bemsid=rs1.getInt(1); > ..... > String query1="SELECT stoplight,prod_element_id "+ > "FROM prod_list "+ > "WHERE bemsid=? AND submitted_date=?"+ > "ORDER BY prod_element_id"; > java.sql.Date sqldate0 =new java.sql.Date(date.getDate0().getTime()); > pst=con.prepareStatement(query1); > > try{ > > pst.setInt(1,bemsid); > pst.setDate(2,sqldate0); > rs=pst.executeQuery(); > for(int j=0 ;j<13&&rs.next();j++){ > date0[j]=rs.getString(1); > } > rs.close(); > }catch(SQLException e){out.println("0"+e);} > > i am getting the below error. > 0java.sql.SQLException: [Allaire JRun][SQLServer JDBC Driver][SQLServer]Must > declare the variable '@P2ORDER'. > > The same query runs fine in SQL query analyser.& also using BEA type 4 jdbc > driver. > In my developement environment i have Jrun development edtion & BEA jdbc > driver trial.Now iam shifting to pre production server,there only i am > getting this problem > > Does any one have any clue to this? > > one more pbm i across is, allaire driver try to popuplate the table > 'Datetime' column with Date &time,It was not happening with bea driver > it just populate with date only. > > sahaya > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Structure your ColdFusion code with Fusebox. Get the official book at >http://www.fusionauthority.com/bkinfo.cfm > > ------------------------------ > > Date: Tue, 27 Mar 2001 10:18:55 -0500 > From: "Christopher B. Hamlin" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: JRun slows down, then dies > Message-ID: <[EMAIL PROTECTED]> > > Mark Gregor wrote: > > > > > What JVM do you use BTW? > > > > The one that came with the Jrun 3.0 CD, JavaSoft JRE 1.2. > > > > Even stranger is that *some* pages continue to function > > while others remain totally dead. e.g., the home page > > of the site, which really doesn't have any complex code > > in it, remains up while virtually every other page of the > > site goes down. > > > > hmm. > > > > I haven't seen that you've done a thread dump of the JVM. > Can you get it to do that? Then you ought to be able to > see what is holding up your threads. > > ch > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Structure your ColdFusion code with Fusebox. Get the official book at >http://www.fusionauthority.com/bkinfo.cfm > > ------------------------------ > > Date: Tue, 27 Mar 2001 10:24:10 -0500 > From: "Christopher B. Hamlin" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Solaris: Jrun dies on logoff?? > Message-ID: <[EMAIL PROTECTED]> > > Scott Stirling wrote: > > > > This is normal UNIX behavior. Use the UNIX nohup command when you start > > JRun in order to make it "NO Hang UP" when you log out. Do "man nohup" to > > see what I mean. JRun 3.0 has a command-line flag -nohup that does this for > > you. > > > > Also, there is an rc script in the Allaire Knowledge Base for setting JRun > > up as a daemon service on Linux, which can be adapted for Solaris. Also, > > someone else on this list may be able to help out with a Solaris-specific rc > > script. > > > > ../jrun start seems to work for me . . . what could I possibly > be doing RIGHT???? :) > > -= Chris Hamlin > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Structure your ColdFusion code with Fusebox. Get the official book at >http://www.fusionauthority.com/bkinfo.cfm > > ------------------------------ > > Date: Tue, 27 Mar 2001 15:34:05 -0000 > From: "sahaya ranialex" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: allaire JDBC driver. > Message-ID: <[EMAIL PROTECTED]> > > String query1="SELECT stoplight,prod_element_id "+ > "FROM prod_list "+ > "WHERE bemsid=? AND submitted_date=? "+ > "ORDER BY prod_element_id "; > i inserted space after question mark > it does not throw any any excepion but no resultset > > i thiink expects date with time as it populates. > > Still i need some suggestion for this problem > > sahaya. > > >From: "sahaya ranialex" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: JRun-Talk <[EMAIL PROTECTED]> > >Subject: allaire JDBC driver. > >Date: Tue, 27 Mar 2001 15:05:30 -0000 > > > >Hi there, > > > >I am using JRUN enterprise in solaris,database as sqlserver 7.o runs on > >win-NT 4.0. > >Here is my snippet > >bemsid=rs1.getInt(1); > >..... > >String query1="SELECT stoplight,prod_element_id "+ > > "FROM prod_list "+ > > "WHERE bemsid=? AND submitted_date=?"+ > > "ORDER BY prod_element_id"; > >java.sql.Date sqldate0 =new java.sql.Date(date.getDate0().getTime()); > >pst=con.prepareStatement(query1); > > > >try{ > > > > pst.setInt(1,bemsid); > > pst.setDate(2,sqldate0); > > rs=pst.executeQuery(); > > for(int j=0 ;j<13&&rs.next();j++){ > > date0[j]=rs.getString(1); > > } > > rs.close(); > >}catch(SQLException e){out.println("0"+e);} > > > >i am getting the below error. > >0java.sql.SQLException: [Allaire JRun][SQLServer JDBC > >Driver][SQLServer]Must > >declare the variable '@P2ORDER'. > > > >The same query runs fine in SQL query analyser.& also using BEA type 4 jdbc > >driver. > >In my developement environment i have Jrun development edtion & BEA jdbc > >driver trial.Now iam shifting to pre production server,there only i am > >getting this problem > > > >Does any one have any clue to this? > > > >one more pbm i across is, allaire driver try to popuplate the table > >'Datetime' column with Date &time,It was not happening with bea driver > >it just populate with date only. > > > > > >sahaya > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Structure your ColdFusion code with Fusebox. Get the official book at >http://www.fusionauthority.com/bkinfo.cfm > > ------------------------------ > > Date: Tue, 27 Mar 2001 08:26:13 -0800 > From: "PELOQUIN,JEFFREY (Non-HP-Boise,ex1)" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Multiple Jrun 2.3.3 server > Message-ID: <[EMAIL PROTECTED]> > > Is there a way with Jrun 2.3.3 to have a single Netscape server connect with > multiple Jrun servers. > > For example, I would like to map requests containing /jeff_1 to a jrun > server on port 5555 > and requests containing /jeff_2 to a jrun server on port 5556. > > I know how to do this using Jrun 3.0 but need to implement it on Jrun 2.3.3. > > We are currently using Netscape EE 3.63. > > Thank you > Jeff Peloquin > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Structure your ColdFusion code with Fusebox. Get the official book at >http://www.fusionauthority.com/bkinfo.cfm > > ------------------------------ > > End of JRun-Talk-List V1 #219 > ***************************** > Archives: http://www.mail-archive.com/[email protected]/ > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists -- Erik I Morton Software Developer ------------------ CommerceHub http://www.commercehub.com 518-886-0704 21 Corporate Drive Clifton Park, NY 12065 Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
