On Jul 21, 2008, at 3:02 PM, Chris Chen wrote:

> On a separate note, I noticed that Resin 3.2 snapshot has quercus
> directly packaged into resin.jar.  Will this be the case in the
> future?  I would think that it'd be nice to have quercus.jar as a
> separate library on the off chance that people who still continue to
> use Resin 3.1.x (or possibly other containers) can upgrade to the
> newer quercus version without upgrading Resin itself.
>
> What's the plan going forward in regards to this particular aspect?

The new packaging is designed to reduce the number of jars required to  
make embedding easier, so you really should only need javaee-16.jar,  
resin.jar and pro.jar.

Unless it becomes a problem, I'd like to keep it that simple.

The quercus.jar and resin-util.jar are still generated, so we can  
still distribute those on the quercus site or in maven.

-- Scott
>
>
> -Chris
>
> On Jul 21, 2008, at 1:45 PM, Scott Ferguson wrote:
>
>>
>> On Jul 21, 2008, at 12:31 PM, Steffen Busch wrote:
>>
>>> Hi Scott,
>>>
>>> regarding the 3.2 resin-admin updates, the Graphs are really cool!
>>> But in the current snapshot, the Heap Dump is broken. Whenever I
>>> press
>>> "dump heap" on the memory tab, the summary page is displayed instead
>>> of the heap information.
>>
>> Yep.  I'd found that one.
>>
>>> Also, I've got three times three exceptions like this on the  
>>> console:
>>>
>>> {http--8080-2} java.lang.IllegalStateException: DESTROYED is an
>>> illegal accept state
>>> {http--8080-2}   at
>>> com.caucho.server.port.TcpConnection
>>> $ConnectionState.toAccept(TcpConnection.java:1035)
>>> {http--8080-2}   at
>>> com.caucho.server.port.TcpConnection
>>> $AcceptTask.doAccept(TcpConnection.java:1090)
>>> {http--8080-2}   at
>>> com.caucho.server.port.TcpConnection
>>> $AcceptTask.run(TcpConnection.java:1058)
>>> {http--8080-2}   at
>>> com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721)
>>> {http--8080-2}   at com.caucho.util.ThreadPool
>>> $Item.run(ThreadPool.java:643)
>>> {http--8080-2}   at java.lang.Thread.run(Thread.java:619)
>>
>> Thanks.  I've reported this as a bug.
>>
>> That's a bug in the new threading/socket code for 3.2.  Much of the
>> work for us this week is making sure those conditions are fixed.
>>
>>> Any idea why this is reported? I've added <stat-service/> in
>>> resin.xml
>>> in order to get the graphs, but that's all.
>>> Because these three exceptions occur 'together', maybe it's related
>>> to
>>> the three graphs on the summary page?
>>
>> It wouldn't be directly related, but might be triggered by that page.
>>
>> -- Scott
>>
>>>
>>>
>>>
>>> Regards,
>>> Steffen
>>>
>>> 2008/7/21 Scott Ferguson <[EMAIL PROTECTED]>:
>>>> We probably have a little over a week before the release.  The
>>>> regressions are going fairly well, but aren't completely clean yet.
>>>>
>>>> The snapshot has some interesting things that you might want to
>>>> check
>>>> out:
>>>>
>>>> * mail logging handler.  The mail handler will send emails
>>>> containing
>>>> any warning or severe messages in the log files (with a delay/batch
>>>> to
>>>> keep the mails sane.)  This handler is a good way to keep notified
>>>> of
>>>> anything unusual happening on the server.  See 
>>>> http://caucho.com/resin/doc/config-log.xtp
>>>>
>>>> * /resin-admin updates and cleanup.  We've reorganized /resin-admin
>>>> to
>>>> group the most important information on the main page, and also
>>>> added
>>>> a basic graphing capability.
>>>>
>>>> * BamClient and bam-service.  These are two easier interfaces for
>>>> creating clients and servers for BAM messaging. 
>>>> http://caucho.com/resin/doc/hmtp.xtp
>>>> .
>>>>
>>>> * JSF debugging.  We've started on a debugging aid for JSF
>>>> development, showing some internal information of the JSF state.
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> resin-interest mailing list
>>>> resin-interest@caucho.com
>>>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>>>
>>>
>>>
>>> _______________________________________________
>>> resin-interest mailing list
>>> resin-interest@caucho.com
>>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>
>>
>>
>> _______________________________________________
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to