From memory I think this means Solaris is out of swap space. I think
you will find the problem will go away if you add another swap file.
Additional swap space can be allocated without having to bring the
system down. See:
http://docs.sun.com/app/docs/doc/817-5093/6mkisoq83?q=swap+file&a=v
Arunanthisivam Vimalathithen wrote:
Hi,
I am having a problem in an application I am trying to port to
WebSphere community edition which basically uses Geronimo 1.0 (This
problem exists in the latest version of Geronimo (1.1.1) as well). The
client I am using looks up the service numerous ti
Could it be garbage collection? Have you done any tuning in that area?
John
avin98 wrote:
Has anyone noticed the performance of an Embedded ActiveMQ 3.2.2 to get
slower and slower as the AppServer uptime increases ?
I have been running my MDBs on geronimo 3.2.2 and I have noticed a
significan
A couple of things to try (I can't really tell what the cause of the
error is):
* Move your geron_new2_1.1 folder to a short folder in the root e.g.
C:\g1.1 and try building. You may be hitting windows path length limits.
* specify the -e argument to maven so the exception gets printed to aid
We are aiming to have it out in approximately two weeks (assuming we
don't encounter any major problems).
Regards,
John
Nathan Mittler wrote:
Thanks for the help, John ... that does appear to be my problem. I
guess I'll wait for 1.1.1. Is there an ETA?
On 7/27/06, *John Sisson
Reposting response without all those extra slashes..
John
John Sisson wrote:
Nathan Mittler wrote:
Hi,
I'm fairly new to EJB and am trying understand the way classpaths work
in Geronimo with respect to MDBs. I have a pretty simple app - just
one MDB that consumes from JMS and writes t
Nathan Mittler wrote:
Hi,
I'm fairly new to EJB and am trying understand the way classpaths work
in Geronimo with respect to MDBs. I have a pretty simple app - just
one MDB that consumes from JMS and writes to the database. It
requires a few jars (hibernate, spring, etc) and I bundle those
Also the prerequisites section on the download page says WTP 1.0.1, yet
further down under the downloads heading it mentions WTP 1.5.
We need to make it clear what the correct prerequisites are.
Also on the WTP download page all the prerequisites are SDKs. AFAIK,
users only need the runtime
toby cabot wrote:
Hi Folks,
I'm fooling around with a 1.1 build and trying to get my little
"hello, world" application to deploy and run. It mostly does (much
thanks to the plan conversion utility) but one feature doesn't seem to
work as it used to.
My EAR has (among other stuff) a webapp in a
Krishnakumar B wrote:
hi,
which version of geronimo r u trying to build. If its latest u need to
checkout from trunk ( http://svn.apache.org/repos/asf/geronimo/trunk )
and u would get 1.2-SNAPSHOT.
If its 1.1 u cant try (
https://svn.apache.org/repos/asf/geronimo/branches/1.1 ). u can try
HEAD
Hi Karthiga,
Where did you obtain the source that you are building from (e.g. did you
download it and if so, when and what was the file name, or are you
building it from files checked out from subversion?
Thanks,
John
Karthiga wrote:
Hi all,
I am working on the Installation article fo
[EMAIL PROTECTED] wrote:
Hi,
I have three WAR files running in geronimo-1.1 but after a while I start
getting an OutOfMemoryError. I am allocation 2048MB to the JVM when I
start the server, and top shows I am only using around 500MB. When I run
the same thing in Tomcat 4.1 I have no issues. A
Sridhar,
For future reference, which distribution did you download (e.g. zip or
tar.gz), what tool did you use to extract it (e.g. WinZip) and what
version of the tool were you using?
We have had problems in the past with some versions of WinZip and empty
directories and have placed a file i
+1
John
Matt Hogstrom wrote:
All,
I have created what I hope is the final release of Geronimo 1.1.
There has been a lot of work that has gone into this release (please
review the RELEASE-NOTES). Here are the final release candidates for
your review.
*DayTrader Application*
http://people
Clough, Ray C PWR wrote:
Is v1.1 going to be installable as a service?
I installed v1.0 using the JavaServiceWrapper, as described on the
Geronimo site, and mostly it works fine, but I have one web app which
works with Geronimo started from the command line, but not with
Geronimo started as
Aaron Mulder wrote:
The XA connector for Oracle is available here:
http://dist.codehaus.org/tranql/rars/
(See the files with oracle in the name.) You also need the regular
Oracle XA driver, I assume. I don't actually know how to configure
the connector, but if you crack it open and look at th
After quickly reading the J2EE 1.4 spec, section "J2EE.8.2 Optional
Package Support", page 121, a JAR (jar/war/rar) can have a Class-Path
entry in the META-INF/MANIFEST.MF file that refers to other JARs.
So AFAIK, this should be supported. It would be worth checking that any
relative paths s
Have you tried increasing the max permanent generation size (e.g. used
for classes that are loaded) by setting -XX:MaxPermSize=128m
Something would have to be seriously wrong for Xmx1024m to be hit.
John
Kevin wrote:
I used -Xms128m -Xmx1024m for JVM parameters, will this work?
I think I have
_OPTS (instead of GERONIMO_OPTS)
(the comments for both look similar) ?
Thanks,
Santosh.
"Don't talk about yourself; it will be done when you leave. "
-Original Message-----
From: John Sisson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 17, 2006 4:13 AM
To: user@geronim
You can simply set the GERONIMO_OPTS environment variable.
If you want this set every time Geronimo is started, you can create a
setenv.sh or setenv.bat file.
The geronimo.sh/bat startup script in the geronimo/bin directory will
execute a setenv.sh/bat file (in the same directory) if it is pr
Zakharov, Vasily M wrote:
Hil, all,
I'm working with an external applicaition (SPECjAppServer2004 Driver)
that uses JNDI to access the EJBs deployed in Geronimo 1.0.
I have had to provide a rather long classpath for that application to
work normally, containing:
${GERONIMO}/bin/
FYI, the QName issue is a JDK issue (
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6267224 )
John
Aaron Mulder wrote:
There are two problems in JDK 1.5. First, the CORBA features don't
work. Second, if you serialize a QName under 1.4 and deserialize it
until 1.5, that doesn't work. Th
Spring wrote:
Hi ,
I find some time , the dependecies name which are present
both in pom.xml and project.xml ,
With Thanks ,
Alan
The project.xml file is used by Maven 1.x during the build.
Work is currently underway to move the build to use Maven 2. Maven 2
uses pom.xml file
Sachin Patel wrote:
Yes we should have both but I'm not sure if I agree with your second
statement. :) I think JIRA should be the first place users should go
to request a feature. The wiki will never encapsulate all the work
that needs to be done for a project. JIRA tells us this. Thus the
Agree that would make it easier for the user.
Are you thinking of supporting the old commands for users with existing
deployment bat/sh scripts for their apps or will the redeploy command be
unsupported and documented as a migration task in the release notes?
Does anyone know if there is a w
Note that you will have to review the jars in the classpath for each
Geronimo release as version numbers will change and jars may be
added/removed.
I hope that in a future release we can have this file generated as part
of the Geronimo build process to minimise the amount of work users must
d
Lin George wrote:
Aaron,
Thank you very much! I have tried to modify config.xml and it works! I
changed the TomcatWebConnector port from 8080 to 8088 and I also
changed TomcatWebConnector port from 8443 to 8448. I only use JSP
pages to access database in my application up to now. So, my fi
It sounds like we could run into this issue in the future where a
configuration (possibly provided by a third party) has a minimum JDK
requirement.
Would it make sense to have the minimum JDK requirements in the plan XML
so we can gracefully skip loading configurations when the hosting VM
doe
AFAIK this has been fixed in the Maven ear plugin version 1.7 (which is
shipped with Maven 1.1-beta2)...
http://jira.codehaus.org/browse/MAVEN-1747
John
Aaron Mulder wrote:
This may actually be caused by having a symlink in the path to the
project. For example, I have my checkouts in a diff
Jacek Laskowski wrote:
2006/2/15, Werner Punz <[EMAIL PROTECTED]>:
under the ASF license
Guess you guys just got a full blown ejb3 entity beans implementation.
If it's ASF licensed, then Geronimo will surely provide necessary
GBeans to support it. I'd love to play with it. I
If one requires fine grained security for applications / configurations
that are deployed. E.G. what files they can access, what ports they can
listen on etc.
Some large enterprise sites may run under a security manager due to high
security requirements, but running under a security manager i
This message has been observed in the past, but I'm not sure if anything
has been done about it.
The message is present in the output pasted into JIRAs for other
ActiveMQ issues:
http://issues.apache.org/jira/browse/GERONIMO-1372
http://issues.apache.org/jira/browse/GERONIMO-1422
What v
Aaron Mulder wrote:
I think it tries to bind to all available interfaces by default,
though I'm not sure how it picks up on your external IP address as one
of those. In any case, you can override that in var/config/config.xml
by manipulating the entries for these two GBeans:
rmi://0.
The geronimo.sh/bat startup script in the geronimo/bin directory will
execute a setenv.sh/bat file (in the same directory) if it is present.
See the comments at the bottom of the comment header for geronimo.sh/bat.
So you need to create a setenv.sh file containing something like the
following
The lib/extension directory has the wrong name. Try renaming it to
lib/ext and try again.
I have raised the following JIRA for this issue. See the JIRA for more
details:
http://issues.apache.org/jira/browse/GERONIMO-1513
Regards,
John
Phani Madgula wrote:
Hi,
I have question. I want
responses at my hotmail account, but just realized
they are all going into my junk email folder and are now lost so now I
don't know what the resolution was (if there was one) to the build issue.
Did you guys ever get it sorted out?
Thanks,
Rob
Original Message Follows
From: John S
The geronimo.sh/bat startup script will execute a setenv.sh/bat file if
it is present. See the comments at the bottom of the comment header for
geronimo.sh/bat.
For example, the setenv.sh/bat files can set the GERONIMO_OPTS
environment variable to change the JVM options.
We would want to av
Cristian Roldan wrote:
Hi All,
I have configured setjavaenv.bat, it works ok when I execute
startup.bat but I saw that the batch file setjavaenv.bat is not called
from deploy.bat, from my personal opinion I think that
setjavaenv.bat/sh should be called from any script/batch file.
Bye.
(RMI port) as mentioned in GERONIMO-1352?
-Dave-
John Sisson wrote:
Cristian Roldan wrote:
Hi All,
Does Geronimo support installing several instances on the same
server ? each instance running independently .
If possible, how can I do it ...
Thanks
---
Cristian Roldan wrote:
Hi All,
Does Geronimo support installing several instances on the same
server ? each instance running independently .
If possible, how can I do it ...
Thanks
*1GB gratis*, Antivirus y Anti
David Jencks wrote:
On Jan 16, 2006, at 11:09 AM, Ken McArthur wrote:
Hi,
Pardon my ignorance but I've recently migrated to geronimo. Setup
was surprisingly easy and everything works fine except for email.
I've read about a javamail implementation that was included starting
with version
Rob,
The build instructions probably shouldn't say JDK1.4.x they should say
JDK1.4.2 (preferably JDK1.4.2_08 or later).
Can you also send me the output of the "java -version" command.
Thanks,
John
Rob Kenworthy wrote:
Hi,
John Sisson has asked me to send an email to
I will test building from the zipped src distribution (let me know if
you got the source from subversion instead) using a fresh install of
maven 1.0.2.
I'll get back to you after further investigation.
John
Rob Kenworthy wrote:
Hi,
John Sisson has asked me to send an email to this
We did it! Congratulations!! Thanks Matt for putting in the hard yards
to get it out the door.
Regards,
John
In Geronimo 1.0 some new startup scripts have been provided that are
very similar in operation to Tomcat's startup scripts. There are two
ways Geronimo can be started that result in output being redirected to a
file:
1. geronimo.sh start
2. startup.sh (this script invokes geronimo.sh with the
I am working on providing another startup option that outputs the same
type of startup information you had but without lines of output being
reupdated through the use of carriage returns without a line feed. I
plan on getting these changes in for the 1.0 release.
Regards,
John
[EMAIL PROTEC
Hi Vasily,
In the j2ee-server-plan.xml file it configures the IP addresses that the
(OpenEJB) EJB daemon will accept connections from in the "allowHosts"
attribute. For example:
class="org.activeio.xnet.StandardServiceStackGBean">
EJB
${PlanOpenEJBPort}
${PlanSer
48 matches
Mail list logo