problems with caucho/resin utility? (resin-util.jar)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 10:32 AM
Hi I'm not a developer,
but I write here because I think this is the place where somone could understand and maybe resolve this problem.
I'm running an alfresco 2.1 Community edition over a linux SLES 8 with a tomcat 5.5.23 deploying it from the war, an manual installing the rest (mysql is on a remote machine)
The problem is that when I shutdown the tomcat the process doesn't terminated and the catalina.out fill with loop infinite message:
java.lang.NullPointerException
at com.caucho.util.ThreadPool$Item.access$200(ThreadPool.java:432)
at com.caucho.util.ThreadPool.schedule(ThreadPool.java:368)
at com.caucho.util.ThreadPool.schedulePriority(ThreadPool.java:270)
at com.caucho.util.Alarm$CoordinatorTask.schedule(Alarm.java:591)
at com.caucho.util.Alarm$AlarmThread.run(Alarm.java:560)
I've seen a similar problem registered in the caucho site bug report:
http://bugs.caucho.com/view.php?id=1659
and I'm going to add this case to the thread
Could anyone can tell me how to resolve?
Alternatively, because I don't need at the moment php support, how can I disable it?
Thank you for any indication
Good work.
but I write here because I think this is the place where somone could understand and maybe resolve this problem.
I'm running an alfresco 2.1 Community edition over a linux SLES 8 with a tomcat 5.5.23 deploying it from the war, an manual installing the rest (mysql is on a remote machine)
The problem is that when I shutdown the tomcat the process doesn't terminated and the catalina.out fill with loop infinite message:
java.lang.NullPointerException
at com.caucho.util.ThreadPool$Item.access$200(ThreadPool.java:432)
at com.caucho.util.ThreadPool.schedule(ThreadPool.java:368)
at com.caucho.util.ThreadPool.schedulePriority(ThreadPool.java:270)
at com.caucho.util.Alarm$CoordinatorTask.schedule(Alarm.java:591)
at com.caucho.util.Alarm$AlarmThread.run(Alarm.java:560)
I've seen a similar problem registered in the caucho site bug report:
http://bugs.caucho.com/view.php?id=1659
and I'm going to add this case to the thread
Could anyone can tell me how to resolve?
Alternatively, because I don't need at the moment php support, how can I disable it?
Thank you for any indication
Good work.
Labels:
- Labels:
-
Archive
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 07:10 AM
Hi,
Thanks for the feedback. This isn't something I've seen yet, but it certainly sounds like its worth investigating.
The best way to remove the PHP features is to revert your WAR to the state is was in before installing the AMP. The module management tool should have taken a backup of the WAR before modifying it with the PHP AMP.
Cheers,
Roy
Thanks for the feedback. This isn't something I've seen yet, but it certainly sounds like its worth investigating.
The best way to remove the PHP features is to revert your WAR to the state is was in before installing the AMP. The module management tool should have taken a backup of the WAR before modifying it with the PHP AMP.
Cheers,
Roy

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 08:36 AM
Thank you Roy,
I taught there was some flag to disable it, but surely I can follow your indication removing the "module" for php support .
I hope there will be a solution bacause I think they soon will ask me for it
Thank you again for your response.
I taught there was some flag to disable it, but surely I can follow your indication removing the "module" for php support .
I hope there will be a solution bacause I think they soon will ask me for it

Thank you again for your response.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 08:49 AM
Hi,
Yes, we plan to provide uninstall support for AMP's in a future release.
Cheers,
Roy
Yes, we plan to provide uninstall support for AMP's in a future release.
Cheers,
Roy

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2007 09:06 AM
Yes, we're seeing this too. If we install the phpIntegration.amp
then Alfresco shutdown generates the following:
The last block is repeated something like 10,000 times.
Alfresco 2.1 Community (your tomcat packeage), RHEL4, MySQL 5.0.44
then Alfresco shutdown generates the following:
INFO: Stopping service Catalina9-Sep-2007 03:11:09 com.caucho.util.ThreadPool$Item runTasksWARNING: java.lang.NullPointerExceptionjava.lang.NullPointerException at com.caucho.util.Alarm.extractAlarm(Alarm.java:374) at com.caucho.util.Alarm$CoordinatorTask.run(Alarm.java:607) at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:600) at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:522) at java.lang.Thread.run(Thread.java:801)java.lang.NullPointerException at com.caucho.util.ThreadPool$Item.access$200(ThreadPool.java:432) at com.caucho.util.ThreadPool.schedule(ThreadPool.java:368) at com.caucho.util.ThreadPool.schedulePriority(ThreadPool.java:270) at com.caucho.util.Alarm$CoordinatorTask.schedule(Alarm.java:591) at com.caucho.util.Alarm$AlarmThread.run(Alarm.java:560)java.lang.NullPointerException
The last block is repeated something like 10,000 times.
Alfresco 2.1 Community (your tomcat packeage), RHEL4, MySQL 5.0.44

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2007 11:21 AM
