Hi,

I'm reading the the JBoss Open Ports list:
http://www.jboss.org/online-manual/HTML/ch11s03.html

Are there more open ports in JBoss 3.0.0 final ('all' and 'default' configuration) 
than those listed there?

I'm deploying JBoss in SME Server 5.1.2 (www.e-smith.org - RedHat based dist) which is 
the firewall (I, know, I know, not a good idea...) and need to close access to JBoss 
services for the outside interface. Maybe in the future I'll open 8080.

Thanks in advance,

Ricardo Argüello


----- Original Message ----- 
From: "Jim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 03, 2002 2:32 PM
Subject: [JBoss-user] Problem with Interest example


> Hi,
> 
> I'm new to JBoss and I'm having some problems with the Interest example.
> 
> I am able to deploy the bean, but the client does not work.  Run from the
> same machine as JBoss I get:
>    [
> javax.naming.CommunicationException [Root exception is
> java.rmi.UnmarshalException: error unmarshalling return; nested exception
> is:
>      [java]     java.lang.ClassNotFoundException:
> org.jnp.interfaces.MarshalledValuePair (no security manager: RMI class
> loader disabled)]
> 
> I also can't access the bean from a remote machine, where I get:
> [java]   Got context
> [java]javax.naming.CommunicationException [Root exception is
> java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested
> exception is:
> [java]    java.net.ConnectionException: Connection refused: connect]
> 
> 
> On both machines, I have modified jndi.properties so that
> java.naming.provider.url=diamond:1099
> 
> (diamond is the name of the machine where jboss is running.  diamond has an
> entry in the hosts file on both the remote client and the hosting machine)
> 
> Why is the ConnectException saying something about 127.0.0.1, since nowhere
> am I telling it to connect to the localhost?  I am using ant
> intro-interest-client to compile/run the client.
> 
> 
> ----- Original Message -----
> From: "Michael Klem" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, June 03, 2002 12:43 PM
> Subject: Re: [JBoss-user] Log4J Problem!!! Please HELP ME
> 
> 
> > Oops! I meant JBoss 2.4.2
> >
> > >>I believe one of the changes from 2.2 to 2.4 was that 2.4 includes
> > >>log4j. What you're seeing is probably from a ClassCastException
> > >>where there are two copies of org.apache.log4j.Category - one in
> > >>your application and one in JBoss' lib/ext directory.
> > >
> > >Does this mean that we are forced to use the version of log4j that
> > >JBoss 3.2.3 uses?
> > >
> > >>Try taking all log4j classes out of your application. You'll also
> > >>want to set up your categories in the log4j.properties in the JBoss
> > >>conf subdirectory that corresponds to the configuration you're
> > >>running.
> > >
> > >
> > >It seems like it would be easier, from a developer's point of view,
> > >to deploy your J2EE package without requiring the user to modify
> > >files outside of your ear, war or jar package. It would be nice for
> > >each app to include their own log4.properties files in their
> > >package. This way I should in theory just be able give my package to
> > >my customers and they just need to add it to their deploy
> > >directories.
> > >
> > >
> > >>hth,
> > >>danch
> > >>
> > >>[EMAIL PROTECTED] wrote:
> > >>>I have a problem in JBoss2-4.4. I have several bean that use log4j to
> log
> > >>>some aplication event. Thats beans work fine in JBoss-2.2, but when I
> try
> > >>>to use JBoss-2.4.4 I get an error:
> > >>>"java.rmi.ServerException: RemoteException occurred in server thread;
> > >>>nested exception is:
> > >>>     java.rmi.ServerException: Transaction rolled
> > >>>back:org/apache/log4j/Category
> > >>>java.rmi.ServerException: Transaction rolled
> > >>>back:org/apache/log4j/Category"
> > >>>I try to enable and disable the Log4jService but nothing happen.
> > >>>I used my own category file.
> > >>>
> > >>>Operation System: HP-UX 11
> > >>>JDK: 1.3
> > >>>
> > >>>What can I do to solve my problem? I need to solve it quickly.
> > >>>
> > >>>Please Help.
> > >>>Regards.
> > >>>Alejandro
> > >>>
> > >>>
> > >>>
> > >>>_______________________________________________________________
> > >>>
> > >>>Don't miss the 2002 Sprint PCS Application Developer's Conference
> > >>>August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> > >>>
> > >>>_______________________________________________
> > >>>JBoss-user mailing list
> > >>>[EMAIL PROTECTED]
> > >>>https://lists.sourceforge.net/lists/listinfo/jboss-user
> > >>>
> > >>
> > >>
> > >>
> > >>--
> > >>
> >
> >>=========================================================================
> > >>Disclaimer:
> > >>All statements are my own, personal opinions and have nothing to do
> > >>with the opinions of employer, wife, or cat. They may not have anything
> > >>to do with objective reality, as a matter of fact. Your Milage May
> > >>Vary, Excludes Delivery Charges, etc.
> >
> >>=========================================================================
> > >>
> > >>
> > >>_______________________________________________________________
> > >>
> > >>Don't miss the 2002 Sprint PCS Application Developer's Conference
> > >>August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> > >>
> > >>_______________________________________________
> > >>JBoss-user mailing list
> > >>[EMAIL PROTECTED]
> > >>https://lists.sourceforge.net/lists/listinfo/jboss-user
> > >
> > >
> > >_______________________________________________________________
> > >
> > >Don't miss the 2002 Sprint PCS Application Developer's Conference
> > >August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> > >
> > >_______________________________________________
> > >JBoss-user mailing list
> > >[EMAIL PROTECTED]
> > >https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> > _______________________________________________________________
> >
> > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> 
> 
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to