Re: [JBoss-user] Does tomcat-test (JB2.2.1-Tomcat3.2.1) works with Win 2000?

2001-04-29 Thread Fulco Muriglio

On Sat, Apr 28, 2001 at 06:58:31PM -0400, Jim Archer wrote:
 Works fine for me under Win2K. It should work for you as well...
 
 Check your configuration and environment.
 
 Jim

I've simply installed a fresh jdk1.3_2 added PATH and JAVA_HOME, unzipped jboss+tomcat,
and executed it (run_with.).
I'm integrating jboss with catalina, same result Ok linux, Ko win2k.

The exception is:

javax.naming.CommunicationException.  Root exception is 
java.net.MalformedURLException: no protocol: and
at java.net.URL.(Unknown Source)
at java.net.URL.(Unknown Source)
at java.net.URL.(Unknown Source)
at sun.rmi.server.LoaderHandler.pathToURLs(Unknown Source)
at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
at sun.rmi.server.MarshalInputStream.resolveClass(Unknown Source)
at java.io.ObjectInputStream.inputClassDescriptor(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at java.io.ObjectInputStream.inputClassFields(Unknown Source)
at java.io.ObjectInputStream.defaultReadObject(Unknown Source)
at java.io.ObjectInputStream.inputObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at 
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.readExternal(HomeProxy.java:267)
at java.io.ObjectInputStream.inputObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at java.io.ObjectInputStream.inputClassFields(Unknown Source)
at java.io.ObjectInputStream.defaultReadObject(Unknown Source)
at java.io.ObjectInputStream.inputObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at java.rmi.MarshalledObject.get(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:299)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:279)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.jboss.test.tomcat.servlet.HelloEJB.testBean(HelloEJB.java:58)
at org.jboss.test.tomcat.servlet.HelloEJB.doGet(HelloEJB.java:40)



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] integrating tomcat4.0 latest and JBoss latest

2001-04-17 Thread Fulco Muriglio

On Tue, Apr 17, 2001 at 11:15:01AM -0400, Deadman, Hal wrote:
 Has anyone tried to intregate Tomcat and Jboss lately? 
 
 Here are the instructions from contrib, I am wondering if they are still up
 to date. Step 2 talks about deleting parser.jar. It doesn't say where but
 neither tomcat 4.0b4ish or jboss 2.3ish have a parser.jar that I can find.
 That makes the renaming crimson.jar to parser.jar sound fishy too. 

Is true, these are the instructions for jboss 2.1
The name of the classes needed are inserted in the manifest file of run.jar.
So to replace a parsers 2 possibility:
1 change the manifest
2 rename the file of xml parser to the name fixed in manifest.

Now a cleanup of xml parser has been done.
I'll change the file asap.

Bye
Fulco


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss 2.1 and Catalina-NullPointerException problem

2001-03-30 Thread Fulco Muriglio

On Thu, Mar 29, 2001 at 11:11:57AM -0500, Alvin Yap wrote:
 I have a Jboss2.1 and Tomcat 4.0 (Catalina) on Linux 6.2 using JDK1.3
 Does anybody have a fix to this problem.  I have this app working on
 Jboss2.1 and Tomcat 3.2.1
 
 [J2EE Deployer Default] Starting module bfrs_web.war
 [Auto deploy] java.lang.NullPointerException
 [Auto deploy]   at
 org.jboss.contrib.catalina.ConfigMapper.deploy(ConfigMapper.java:333)

Did u get the source from contrib?

ConfigMapper should have 314 lines (11683 bytes), but u get an error at line
333.

Can u tell me size of that file please.

Bye
Fulco




___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user