|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
AppEndWrapper Class not found error, mySAP |
« View previous topic :: View next topic » |
Author |
Message
|
Gaya3 |
Posted: Sun May 27, 2007 4:48 am Post subject: AppEndWrapper Class not found error, mySAP |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi All
D:\IBM\WBIA>REM @echo off
D:\IBM\WBIA>call D:\IBM\WBIA\bin\CWConnEnv
D:\IBM\WBIA>REM if WBIA_RUNTIME exists, do things the new way, otherwise use the
old way
D:\IBM\WBIA>if "D:\IBM\WBIA" == "" goto CROSSWORLDS
D:\IBM\WBIA>REM By default, use the WBIA.jar under lib. This is the jar built w
ith the most
D:\IBM\WBIA>REM recent WBIA adapter framework.
D:\IBM\WBIA>set WBIA="D:\IBM\WBIA"\lib\WBIA.jar
D:\IBM\WBIA>set JCLASSES=;"D:\IBM\WBIA"\lib\WBIA.jar
D:\IBM\WBIA>goto END
D:\IBM\WBIA>setlocal
D:\IBM\WBIA>REM set the directory where the specific connector resides
D:\IBM\WBIA>set CONNDIR="D:\IBM\WBIA"\connectors\SAP
D:\IBM\WBIA>REM goto the connector specific drive & directory
D:\IBM\WBIA>cd /d "D:\IBM\WBIA"\connectors\SAP
D:\IBM\WBIA\connectors\SAP>REM set the name to be the application connector that
is starting
D:\IBM\WBIA\connectors\SAP>set CONNAME=SAP
D:\IBM\WBIA\connectors\SAP>set CONNPACKAGENAME=com.crossworlds.connectors.sap.vi
sionframework.VisionConnectorAgent
D:\IBM\WBIA\connectors\SAP>REM set the server name to be the interchange that is
being targeted
D:\IBM\WBIA\connectors\SAP>set SERVER=SAP_Connector
D:\IBM\WBIA\connectors\SAP>REM set vision class paths
D:\IBM\WBIA\connectors\SAP>set JCO_JAR=D:\IBM\WBIA\ODA\SAP\sapjco.jar
D:\IBM\WBIA\connectors\SAP>set AGENT_JAR=""D:\IBM\WBIA"\connectors\SAP"\CWSAP.ja
r
D:\IBM\WBIA\connectors\SAP>SET CWJAVA=D:\IBM\WBIA\AdapterJRE\bin\java -Xbootclas
spath/p :\IBM\WBIA\AdapterJRE\lib\ext\ibmorb.jar
D:\IBM\WBIA\connectors\SAP>set PATH= ""D:\IBM\WBIA"\connectors\SAP";D:\IBM\WBIA\
bin;D:\IBM\WBIA\jre\bin\classic;D:\IBM\WBIA\jre\bin;C:\IBM\WebSphere MQ\Java\lib
;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\SQLLIB\BIN;C:\SQLLIB\FUNCT
ION;C:\SQLLIB\SAMPLES\REPL;C:\IBM\WebSphere MQ\bin;C:\IBM\WebSphere MQ\tools\c\s
amples\bin;C:\IBM\WebSphere Business Integration Message Brokers\bin;D:\install\
mysap.com_5.5.0\sapjco-ntintel-2.1.1
D:\IBM\WBIA\connectors\SAP>set JCLASSES=;"D:\IBM\WBIA"\lib\WBIA.jar;""D:\IBM\WBI
A"\connectors\SAP"\CWSAP.jar;"D:\IBM\WBIA"\connectors\SAP;D:\IBM\WBIA\ODA\SAP\sa
pjco.jar
D:\IBM\WBIA\connectors\SAP>REM config file location defaults to HOME\Interchange
System.cfg on the local machine
D:\IBM\WBIA\connectors\SAP>REM start the Java connector under the Java Applicati
on End
D:\IBM\WBIA\connectors\SAP>D:\IBM\WBIA\AdapterJRE\bin\java -Xbootclasspath/p :\
IBM\WBIA\AdapterJRE\lib\ext\ibmorb.jar -mx128m -ms64m -Djava.ext.dirs="C:\IBM\We
bSphere MQ\java\lib"; -Djava.library.path="D:\IBM\WBIA"\bin;""D:\IBM\WBIA"\conne
ctors\SAP";"C:\IBM\WebSphere MQ\java\lib"; -Duser.home="D:\IBM\WBIA" -cp ;"D:\I
BM\WBIA"\lib\WBIA.jar;""D:\IBM\WBIA"\connectors\SAP"\CWSAP.jar;"D:\IBM\WBIA"\con
nectors\SAP;D:\IBM\WBIA\ODA\SAP\sapjco.jar; AppEndWrapper -lcom.crossworlds.conn
ectors.sap.visionframework.VisionConnectorAgent -nSAPConnector -sSAP_Connector -
cD:\IBM\WBIA\repository\SAP\SAPConnector.cfg
The java class is not found: AppEndWrapper
I am getting the above error, as i have set all the parameters and jar files exactly.
Please help me to resolve this issue
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Tonedef |
Posted: Mon May 28, 2007 12:30 pm Post subject: |
|
|
Apprentice
Joined: 05 Feb 2007 Posts: 44
|
what framework are you using ?
what adapter version ?
if you can version 2.6 frameowrk and version 6 adapter was recommended when we had problems.
Had this error when the adapter was calling 2.4 framework but the 2.6 framework was installed, |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed May 30, 2007 7:08 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Sorry for the delay
Adapter frame work version . 2.6.0
mySAP adapter . 6.0.0
This is the latest error getting now
#------------------------------------------------------------
# Starting at 30000 MQ-JMS specific messages (Sap)
#------------------------------------------------------------
30000
{1} : JMS ERROR: {2}.
30001
{1}.createSession caught error while trying to create session. Error: {2}.
30002
{1}.createSession : JMSException raised. Error code {2}. ErrorMessage : {3}.
am still trying on it, i think its an issue with how i configured it.
but want to get a good hold on this
Please let me know how to resolve this.
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed May 30, 2007 7:14 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Gaya3 wrote: |
Hi
Sorry for the delay
Adapter frame work version . 2.6.0
mySAP adapter . 6.0.0
am trying to configure the adapter on AIX node.
This is the latest error getting now
#------------------------------------------------------------
# Starting at 30000 MQ-JMS specific messages (Sap)
#------------------------------------------------------------
30000
{1} : JMS ERROR: {2}.
30001
{1}.createSession caught error while trying to create session. Error: {2}.
30002
{1}.createSession : JMSException raised. Error code {2}. ErrorMessage : {3}.
am still trying on it, i think its an issue with how i configured it.
but want to get a good hold on this
Please let me know how to resolve this.
Thanks and Regards
Gayathri |
_________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|