Those ports are control ports, nothing to do with EJB.
Looks like you are deploying the O'Reilly cabin-bean sample, is that right?
Do you have an ejb-jar.xml in the META-INF directory of that jar file?
Try redeploying after adding this property to your deploy.properties:
ejipt.logStackTrace=true
Then look in the default-err.log and see if there's more data on the
problem.
Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/
> -----Original Message-----
> From: Phil Oxenberg [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 12, 2000 11:02 AM
> To: JRun-Talk
> Subject: Re: JRun3.0 EJB Question
>
>
> Hi Scott,
>
> Scott Stirling wrote:
>
> > Is the ejb service starting when you start up the default
> server? Check the
> > default-event.log to make sure.
>
> Here's an excerpt from the log file. It looks like ejb has
> started. BTW what services are
> listening onports 51000 and 53000? What port should I be
> referencing to access my EJB?
>
> 10/12 09:14:47 info (JRun) Loading monitor
> 10/12 09:14:47 info (JRun) Loading license
> 10/12 09:14:47 info (license) Did not find a valid license
> key, limiting to 3 concurrent
> requests
> 10/12 09:14:47 info (JRun) Loading control
> 10/12 09:14:47 info (control) control listening on 127.0.0.1:53000
> 10/12 09:14:47 info (JRun) Loading ejb
> 10/12 09:14:48 warning (ejb) No default.properties found in D:\Program
> Files\Allaire\JRun\servers\default\runtime\cabin.jar
> 10/12 09:14:48 info (ejb) Starting server...
> 10/12 09:14:48 warning (ejb) No ejipt.userHomeName property found
> 10/12 09:14:48 warning (ejb) No ejipt.roleHomeName property found
> 10/12 09:14:49 info (ejb) Successfully binded
> java:comp/UserTransaction
[snip]
> >
> >
> > Do you have the EJB server components installed?
>
> I believe so.
>
> >
> >
> > Try changing the IP in the URL to 127.0.0.1 and see if that
> works. Not that
> > there should be a problem using your IP, but it's one thing
> to eliminate as
> > a problem.
>
> No luck.
>
> Thanks
>
> Phil
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.