Based on the install docs I commented on with Harold ------ After installation, download the 64-bit JDK from java.sun.com. Edit the value of the AS_JAVA variable in the asenv.conf file to point to the 64-bit JDK installation, so that Sun GlassFish Enterprise Server uses the 64-bit JDK. ------
So my AS_JAVA is c:\jdk1.6.0_14 which is 64bit. I have JCE installed there under jre\lib\security\jce I don't believe I have the JCE installed in the 32-bit version, which is still my JAVA_HOME. I'm still getting the same 500 Internal Server error from Metro Ops. -Ben PS I'm going to try to get .NET BS/Metro OPS shortly. -----Original Message----- From: Kent Brown [mailto:[email protected]] Sent: Friday, June 19, 2009 12:45 PM To: [email protected] Subject: RE: Metro Contrib Installation status I hit that when I first set it up too. I think the issue is probably with the JCE update Since you installed Java for 64 bit and 32 bit, but are using 32 bit for GlassFish, maybe you didn't put the new JCA in the 32 bit folder? -----Original Message----- From: Ben Dewey [mailto:[email protected]] Sent: Thursday, June 18, 2009 9:34 PM To: '[email protected]' Subject: Metro Contrib Installation status After getting Glassfish installed I made a lot of progress on the metro installation from contrib. I wanted to give a status and ask for some help. The installation guide was very straight-forward. The ant scripts and glassfish admin made deployment easy. I currently have both Metro services running and the .NET Client talking to the Metro Business Service. I'm getting a 500 error when the Metro BS places and order with the Metro OPS. There are two logs messages that I get. 1. //www.w3.org/2003/05/soap-envelope, but got http://schemas.xmlsoap.org/soap/envelope/ com.sun.xml.ws.protocol.soap.VersionMismatchException: Couldn't create SOAP message. Expecting Envelope in namespace http://www.w3.org/2003/05/soap-envelope, but got http://schemas.xmlsoap.org/soap/envelope/ 2. The server sent HTTP status code 500: Internal Server Error java.lang.RuntimeException: com.sun.xml.ws.client.ClientTransportException: The server sent HTTP status code 500: Internal Server Error at org.wso2.stocktrader.services.TraderServiceManager.placeOrder(Unknown Source) at org.wso2.stocktrader.services.TraderServiceManager.buy(Unknown Source) at org.wso2.stocktrader.services.TradeServiceImpl.buy(Unknown Source) Additionally, I'm getting a few WSDL and log4j warnings Any help would be appreciated. I'm going to try the other metro/.net configurations another day. Any other assistance/thoughts on getting this running would be helpful. Ben Dewey
