Re: [Resin-interest] new Resin 4.0 snapshot

2009-12-30 Thread Jan Kriesten

Hi Scott,

resin-pro-4.0.s091228

the post-problem still persist with this snapshot. Once in a while the
parameters don't get thru to the Wicket application.

No exception/stacktrace for this, I'm sorry.

I wish you a happy new year 2010 - all the best!

Best regards, --- Jan.



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


Re: [Resin-interest] Resin 3.0.x and PCI Compliance

2009-12-30 Thread Aaron Freeman
Knut,

Good idea on the 2.1 try.  It didn't work though.

I found a link for converting the cert to something compatible with 
OpenSSL, so I will drudge through that murky water and see what happens 
as a next try.

Or maybe I should spend time getting the application running 4.0.2 -- 
assuming that I can still use the JSSE cert with it and limit the weak 
ciphers?

Thanks,

Aaron


 Back in the 2.1 days you could choose which to enable with attributes 
 on the HTTP tag:
 http://www.caucho.com/resin-2.1/ref/port-config.xtp#http
 You could try, with a little luck it may still work with 3.0.x

 If you want to switch to OpenSSL you can extract your JSSE key/cert, 
 although
 last time I tried the keytool shipped with the JDK did not offer an 
 easy way.
 The solution was to use the java libraries to extract the key directly 
 and some openssl
 utility to convert to the typical ascii format.

 -Knut


 On Tue, Dec 29, 2009 at 05:49, Aaron Freeman aaron.free...@layerz.com 
 mailto:aaron.free...@layerz.com wrote:

 I am a bit baffled.  For PCI compliance we must restrict weak ciphers,
 but I see no mechanism to do that with JSSE, which we have been using
 for years.  It appears we can do this with openssl on Resin 3.0.x  Is
 that correct?

 Does that mean I need to purchase a new certificate or can we easily
 switch to openssl using the certificate we already have.

 Did the person's query about fixing JSSE's cipher-suite issue in Resin
 3.1.x get resolved in Resin 4.0.2?

 Thanks,

 Aaron




 ___
 resin-interest mailing list
 resin-interest@caucho.com mailto: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


Re: [Resin-interest] new Resin 4.0 snapshot

2009-12-30 Thread Scott Ferguson
Jan Kriesten wrote:
 Hi Scott,

 resin-pro-4.0.s091228

 the post-problem still persist with this snapshot. Once in a while the
 parameters don't get thru to the Wicket application.
   
Hmm. That snapshot should have had a fix. Thanks for the update.

-- Scott
 No exception/stacktrace for this, I'm sorry.

 I wish you a happy new year 2010 - all the best!

 Best regards, --- Jan.




   



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


[Resin-interest] failed scanning class -- what does it mean?

2009-12-30 Thread laredotornado

Hi,

I'm running Resin 3.0.19 locally on my Mac 10.5.6 (Java 1.5).  Upon starting
my Resin server, I see a lot of errors like this on startup.  Can you
explain what they mean and ways to troubleshoot further?  The errors are
scattered in a range of different applications, but all say failed scanning
class.

Thanks, - Dave

[2009/12/30 15:08:54.722] failed scanning class
myco.feedback.model.EmailForm
[2009/12/30 15:08:54.724] java.lang.IllegalStateException
[2009/12/30 15:08:54.724]   at
com.caucho.bytecode.ByteCodeClassScanner.parseElementValue(ByteCodeClassScanner.java:402)
[2009/12/30 15:08:54.724]   at
com.caucho.bytecode.ByteCodeClassScanner.parseElementValue(ByteCodeClassScanner.java:408)
[2009/12/30 15:08:54.724]   at
com.caucho.bytecode.ByteCodeClassScanner.parseAttribute(ByteCodeClassScanner.java:360)
[2009/12/30 15:08:54.724]   at
com.caucho.bytecode.ByteCodeClassScanner.parseMethod(ByteCodeClassScanner.java:325)
[2009/12/30 15:08:54.724]   at
com.caucho.bytecode.ByteCodeClassScanner.scan(ByteCodeClassScanner.java:112)
[2009/12/30 15:08:54.724]   at
com.caucho.loader.enhancer.EnhancerManager.enhance(EnhancerManager.java:237)
[2009/12/30 15:08:54.724]   at
com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:1241)
[2009/12/30 15:08:54.724]   at
com.caucho.loader.DynamicClassLoader.findClass(DynamicClassLoader.java:1155)
[2009/12/30 15:08:54.724]   at
com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:1078)
[2009/12/30 15:08:54.724]   at
com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:1027)
[2009/12/30 15:08:54.724]   at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
[2009/12/30 15:08:54.724]   at
java.lang.Class.getDeclaredMethods0(Native Method)
[2009/12/30 15:08:54.724]   at
java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
[2009/12/30 15:08:54.724]   at
java.lang.Class.getDeclaredMethods(Class.java:1763)
[2009/12/30 15:08:54.724]   at
com.caucho.bytecode.JClassWrapper.getMethod(JClassWrapper.java:264)
[2009/12/30 15:08:54.724]   at
com.caucho.bytecode.JClassWrapper.getMethod(JClassWrapper.java:254)
[2009/12/30 15:08:54.724]   at
com.caucho.ejb.cfg.EjbBean.setEJBClassWrapper(EjbBean.java)
[2009/12/30 15:08:54.724]   at
com.caucho.ejb.cfg.EjbBean.setEJBClass(EjbBean.java:283)

-- 
View this message in context: 
http://old.nabble.com/failed-scanning-classwhat-does-it-mean--tp26972823p26972823.html
Sent from the Resin mailing list archive at Nabble.com.



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