I only saw JMC problems when there were leftover system .jar files after the
uninstall/install. '

This happens occasionally when one server is left running while trying to
uninstall though it might happen in other conditions too.  It might be the
jmc-app didn't get updated.

I would make sure the jrunadmin.jar and jrun_jsp.jar under the jmc-app\lib
directoy are not the old versions (check the dates at least).  That would
indicate pretty quickly that something went wrong with the install.

Stephen

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 27, 2001 5:40 AM
To: [EMAIL PROTECTED]
Subject: JRun-Talk-List V1 #109


JRun-Talk-List                 Sat, 27 Jan 2001          Volume 1 : Number
109

In this issue:

        allaire.jrun.ContextFactory vs allaire.ejipt.ContextFactory
        Is JRun 3.0 SP2 buggy?
        Jrun Question
        where i can download Jrun SP2
        Object Pooling
        Re: Is JRun 3.0 SP2 buggy?
        RE: Is JRun 3.0 SP2 buggy?


----------------------------------------------------------------------

Date: Fri, 26 Jan 2001 11:49:54 -0700
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: allaire.jrun.ContextFactory vs allaire.ejipt.ContextFactory
Message-ID: <[EMAIL PROTECTED]>

We're in the process of evaluating a number of different app servers. 
Because of this, the web
app we've developed pulls the needed factory.initial and provider.url 
information from -D options
we send to the JVM. 

So, I've defined in the local.properties file for the default server to 
use:
-Djava.naming.factory.initial=allaire.ejipt.ContextFactory 
-Djava.naming.provider.url=ejipt://localhost:2323

A jsp instantiates a class that pulls these from the System properties, 
and via debug info, I see that it uses
"allaire.jrun.ContextFactory" (not specified) and "ejipt://localhost:2323" 
(as specified).

When it uses that class, I get a "Failed to unmarshal proxy" error.  Why? 
Why is it using that class instead of "allaire.ejipt.ContextFactory" as I 
was trying to tell it to??

Is there some other file I should be specifying this?  On other servers 
tested, it works just fine.

Any help is appreciated!

Robert

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Fri, 26 Jan 2001 20:59:02 +0100
From: Michael Alten <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Is JRun 3.0 SP2 buggy?
Message-ID: <[EMAIL PROTECTED]>

Hi,

i tried to install the JRun 3.0 Developer SP2 on my win nt4.0
workstation, JDK/JRE 1.3_001, but it seems that the SP2 is buggy! I
tried to use both versions, the SP2 update and the new "bundled"
Version.
I can't use the browser based jmc, there are missing pictures at the
start-page and lots of scripting errors with the IE5.5, the N$ 4.75
crashes completely.

Perhaps I should mention, that I'm using JRun Studio, Evaluation
Version.

JRun 3.0 SP1 runs without problems.

Regards,
Michael
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Fri, 26 Jan 2001 16:34:00 -0500
From: Jay Walters <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Jrun Question
Message-ID: <[EMAIL PROTECTED]>

What event triggers the movement of the properties files and ejipt_*.jar
files from the deploy directory to the runtime directory?  I made some
changes to my config via JMC and wound up needing to copy the property file
over by hand.

Cheers
Jay Walters
NetNumina Solutions

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 20 Dec 2000 18:11:38 -0500
From: "Boris Arciniegas" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: where i can download Jrun SP2
Message-ID: <[EMAIL PROTECTED]>

where i can download the jrun 3.0 sp2, i need urgently.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Fri, 26 Jan 2001 19:36:40 -0500
From: "Bin Zhou" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Object Pooling
Message-ID: <[EMAIL PROTECTED]>

Hi list,

I am developing an J2EE application on JRun 3.  The issue I have is that my 
company is running the business as an Application Services Provider and we 
have 50  more customers using the same EJB objects but on different Jrun 
servers. I am wondering instead deploy EJB objects on each of the Jrun 
server in the deploy directory, if there is a way that I can make all those 
server instances to share only one copy of the EJB files so that the upgrade

of the application is going to be much easier.

Thanks,

Bin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Fri, 26 Jan 2001 19:36:32 -0500
From: Scott Stirling <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Is JRun 3.0 SP2 buggy?
Message-ID: <[EMAIL PROTECTED]>

It shoudn't be.  We just fixed a whole bunch of bugs and QA-ed it better
than ever.

Netscape crashes?  Can you send us some examples of the scripting errors
you're seeing in IE?

Best,
Scott Stirling

On 26 Jan 2001 20:59:02 +0100, Michael Alten wrote:
> Hi,
> 
> i tried to install the JRun 3.0 Developer SP2 on my win nt4.0
> workstation, JDK/JRE 1.3_001, but it seems that the SP2 is buggy! I
> tried to use both versions, the SP2 update and the new "bundled"
> Version.
> I can't use the browser based jmc, there are missing pictures at the
> start-page and lots of scripting errors with the IE5.5, the N$ 4.75
> crashes completely.
> 
> Perhaps I should mention, that I'm using JRun Studio, Evaluation
> Version.
> 
> JRun 3.0 SP1 runs without problems.
> 
> Regards,
> Michael



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Fri, 26 Jan 2001 20:07:38 -0500
From: Jay Walters <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Is JRun 3.0 SP2 buggy?
Message-ID: <[EMAIL PROTECTED]>

I'm using IE 5.5 with Sp2 installed as an update and not having any problems
like you discuss...

-----Original Message-----
From: Michael Alten [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 26, 2001 2:59 PM
To: JRun-Talk
Subject: Is JRun 3.0 SP2 buggy?


Hi,

i tried to install the JRun 3.0 Developer SP2 on my win nt4.0
workstation, JDK/JRE 1.3_001, but it seems that the SP2 is buggy! I
tried to use both versions, the SP2 update and the new "bundled"
Version.
I can't use the browser based jmc, there are missing pictures at the
start-page and lots of scripting errors with the IE5.5, the N$ 4.75
crashes completely.

Perhaps I should mention, that I'm using JRun Studio, Evaluation
Version.

JRun 3.0 SP1 runs without problems.

Regards,
Michael
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

End of JRun-Talk-List V1 #109
*****************************
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to