[U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread Ben Souther
Is anyone using Redback 4.4 with JNI (as opposed to the gateway) on a
Windows 64bit system?

If so, did you need to get a separate copy of jrgw.dll?

I'm unable to initialize com.ibm.redback.redbeans.RgwJni and I am
assuming it's because I've got a jrgw.dll that was compiled for Win32
systems.

Thanks
-Ben



java.lang.NoClassDefFoundError: Could not initialize class 
com.ibm.redback.redbeans.RgwJni

com.ibm.redback.redbeans.RedObject.setActiveConnection(RedObject.java:1077)
com.ibm.redback.redbeans.RedObject.setRBOAccount(RedObject.java:110)

com.fwdco.webservice.ScorpeoWebService.callMethod(ScorpeoWebService.java:553)

com.fwdco.webservice.ScorpeoWebService.callMethod(ScorpeoWebService.java:515)

com.fwdco.webservice.ScorpeoWebService.testConnection(ScorpeoWebService.java:407)

com.fwdco.server.sysadmin.RboTestCommand.execute(RboTestCommand.java:519)

com.fwdco.server.sysadmin.TestExecuteAction.execute(TestExecuteAction.java:71)
com.fwdco.server.SysAdminController.process(SysAdminController.java:167)
com.fwdco.server.SysAdminController.doPost(SysAdminController.java:247)
javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

com.fwdco.server.monitor.UsageTrackingFilter.doFilter(UsageTrackingFilter.java:156)

com.fwdco.server.sysadmin.AppStatusFilter.doFilter(AppStatusFilter.java:42)








-- 
Ben Souther
Manager, Web and Web Service Development
bsout...@fwdco.com | 508.927.8147
FWDavison  Company, Inc.
10 Cordage Park Circle, Suite 200
Plymouth, MA 02360-7318

CONFIDENTIALITY NOTICE:  This e-mail message, and any accompanying
documents, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure, distribution or copying is prohibited. If you
are not the intended recipient, please contact our office by e-mail or
by telephone at (508) 747-7261 and immediately destroy all copies of the
original message.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread Dan Goble
I have not used redback in windows before, but other 32bit dll issues I have 
had with windows I corrected by doing the following:

%systemroot%\SysWoW64\regsvr32.exe file.dll

This takes the dll and registers it in the system for you and lets windows know 
it is a 32bit and how to work with it.

Good luck,
-Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ben Souther
Sent: Friday, May 14, 2010 10:15 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] Redback jrgw.dll for Win64 systems

Is anyone using Redback 4.4 with JNI (as opposed to the gateway) on a
Windows 64bit system?

If so, did you need to get a separate copy of jrgw.dll?

I'm unable to initialize com.ibm.redback.redbeans.RgwJni and I am
assuming it's because I've got a jrgw.dll that was compiled for Win32
systems.

Thanks
-Ben



java.lang.NoClassDefFoundError: Could not initialize class 
com.ibm.redback.redbeans.RgwJni

com.ibm.redback.redbeans.RedObject.setActiveConnection(RedObject.java:1077)
com.ibm.redback.redbeans.RedObject.setRBOAccount(RedObject.java:110)

com.fwdco.webservice.ScorpeoWebService.callMethod(ScorpeoWebService.java:553)

com.fwdco.webservice.ScorpeoWebService.callMethod(ScorpeoWebService.java:515)

com.fwdco.webservice.ScorpeoWebService.testConnection(ScorpeoWebService.java:407)

com.fwdco.server.sysadmin.RboTestCommand.execute(RboTestCommand.java:519)

com.fwdco.server.sysadmin.TestExecuteAction.execute(TestExecuteAction.java:71)
com.fwdco.server.SysAdminController.process(SysAdminController.java:167)
com.fwdco.server.SysAdminController.doPost(SysAdminController.java:247)
javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

com.fwdco.server.monitor.UsageTrackingFilter.doFilter(UsageTrackingFilter.java:156)

com.fwdco.server.sysadmin.AppStatusFilter.doFilter(AppStatusFilter.java:42)








-- 
Ben Souther
Manager, Web and Web Service Development
bsout...@fwdco.com | 508.927.8147
FWDavison  Company, Inc.
10 Cordage Park Circle, Suite 200
Plymouth, MA 02360-7318

CONFIDENTIALITY NOTICE:  This e-mail message, and any accompanying
documents, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure, distribution or copying is prohibited. If you
are not the intended recipient, please contact our office by e-mail or
by telephone at (508) 747-7261 and immediately destroy all copies of the
original message.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread John J. Wahl

I've run into exactly the same issue, it's the windows 64 often has 32 
AND 64 bits ways of dealing with everything, including registration, Program 
Files (x32) folder, ODBC DSNs, etc.  I have done the same as Dan for most DLL 
issues and they seem to go away :)

--
John J. Wahl 
Employee Owner
Programmer / Analyst
Tel:   (888) 465-6737 Ext. 120
Fax:   (330) 342-3896
Email: jw...@joseph.com
Web:  http://www.Joseph.com/


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: Friday, May 14, 2010 11:49
To: bsout...@fwdco.com; U2 Users List
Subject: Re: [U2] Redback jrgw.dll for Win64 systems

I have not used redback in windows before, but other 32bit dll issues I have 
had with windows I corrected by doing the following:

%systemroot%\SysWoW64\regsvr32.exe file.dll

This takes the dll and registers it in the system for you and lets windows know 
it is a 32bit and how to work with it.

Good luck,
-Dan
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Redback jrgw.dll for Win64 systems

2010-05-14 Thread Ben Souther
Thanks guys.
I tried and got an error about there being no entry point and that the
dll was loaded but can't be registered.

There is a version of WDE for Win2003.  That's probably what the
difference is.

I'll have to install that and see if jrgw.dll still ships with it.


Thanks again.
-Ben






On Fri, 2010-05-14 at 11:51 -0400, John J. Wahl wrote:
   I've run into exactly the same issue, it's the windows 64 often has 32 
 AND 64 bits ways of dealing with everything, including registration, Program 
 Files (x32) folder, ODBC DSNs, etc.  I have done the same as Dan for most DLL 
 issues and they seem to go away :)
 
 --
 John J. Wahl 
 Employee Owner
 Programmer / Analyst
 Tel:   (888) 465-6737 Ext. 120
 Fax:   (330) 342-3896
 Email: jw...@joseph.com
 Web:  http://www.Joseph.com/
 
 
 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org 
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
 Sent: Friday, May 14, 2010 11:49
 To: bsout...@fwdco.com; U2 Users List
 Subject: Re: [U2] Redback jrgw.dll for Win64 systems
 
 I have not used redback in windows before, but other 32bit dll issues I have 
 had with windows I corrected by doing the following:
 
 %systemroot%\SysWoW64\regsvr32.exe file.dll
 
 This takes the dll and registers it in the system for you and lets windows 
 know it is a 32bit and how to work with it.
 
 Good luck,
 -Dan
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
-- 
Ben Souther
Manager, Web and Web Service Development
bsout...@fwdco.com | 508.927.8147
FWDavison  Company, Inc.
10 Cordage Park Circle, Suite 200
Plymouth, MA 02360-7318

CONFIDENTIALITY NOTICE:  This e-mail message, and any accompanying
documents, is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized
review, use, disclosure, distribution or copying is prohibited. If you
are not the intended recipient, please contact our office by e-mail or
by telephone at (508) 747-7261 and immediately destroy all copies of the
original message.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users