Discuss (FTP) and (SFTP, FTPS and SCP), our Java file transfer clients.
no avatar
User

jlebonitte

Posts

4

Joined

Tue May 24, 2011 6:30 am

java noclassdeffounderror when moving from weblogic to jboss

by jlebonitte » Tue May 24, 2011 6:39 am

We are moving our ftp sending from weblogic to jboss and when I try to send from the same code I get the following error. The correct libs are in jboss.

java.lang.NoClassDefFoundError: com/enterprisedt/net/puretls/i (wrong name: com/enterprisedt/net/puretls/I)

happen when we call SSLFTPClient.connect()
no avatar
User

EDT Support

Posts

905

Joined

Mon Apr 26, 2004 3:03 pm

by EDT Support » Tue May 24, 2011 4:00 pm

Please see https://issues.jboss.org/browse/JBVFS-170

Apparently it can be resolved by using -Djboss.vfs.forceCaseSensitive=true

- Hans (EnterpriseDT)
no avatar
User

jlebonitte

Posts

4

Joined

Tue May 24, 2011 6:30 am

by jlebonitte » Wed May 25, 2011 12:09 am

That did not affect anything and according to the bug that is only affected with JSP's. We are not calling that from a JSP we are calling it from an EJB. Any other suggestions?
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Wed May 25, 2011 12:16 am

Unfortunately this looks like an unresolved bug in Jboss, and it is not restricted to JSPs. See this report:

https://issues.jboss.org/browse/JBAS-9211
no avatar
User

jlebonitte

Posts

4

Joined

Tue May 24, 2011 6:30 am

by jlebonitte » Wed May 25, 2011 12:29 am

Thank you for finding that. I am going to attempt to unzip the jar and deploy the classes in the WEB-INF/classes directory for a work around in case anybody else is interested in this thread. I will let everybody know if it works.
no avatar
User

jlebonitte

Posts

4

Joined

Tue May 24, 2011 6:30 am

by jlebonitte » Wed May 25, 2011 4:08 am

That attempt has been unsuccessful. Just a question thought why aren't your developers following proper java naming standards? All class names are supposed to start with an uppercase letter so even though there is a jboss bug, there shouldn't be an i.class and an I.class somewhere anyways.

So your product is not compatible with JBoss version 6. That bug they claim they are fixing in JBoss version 6.1 but it looks to be quite a ways away considering the amount of bugs. Do you have any other suggestions how this could be rectified? We bought your commercial version a couple years ago but we have since expired on the support. I did try the newest version and the problem still remains.
no avatar
User

EDT Support

Posts

905

Joined

Mon Apr 26, 2004 3:03 pm

by EDT Support » Wed May 25, 2011 6:57 am

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Wed May 25, 2011 12:03 pm


Who is online

Users browsing this forum: No registered users and 124 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign