WebSphere ServerRepository.xml / Deployed WAR Works, LH Command Line Fails
Anyone deploying to WebSphere that has gotten the LH Command Line tool to function with a ServerRepository.xml pointing to a DataSource within WebSphere?
We created a ServerRepository.xml that utilizes the WebSphere DataSource as the Performance is significantly greater for the idm.war deployed to WAS. The idm.war file works & performs better using this.
LH Command line fails with a ServerRepository.xml pointing to a WebSphere DataSource. I've been troubleshooting with SUN support & so far we have not made any progress to resolve this. LH fails trying to execute anything...see below for example & partial cut/pasted error message.
**set WSHOME, JAVA_HOME, & WAS_HOME 1st
$WSHOME/bin/lh -Djava.ext.dirs=$JAVA_HOME/jre/lib/ext:$WAS_HOME/lib:/ebiz/sim/dev/lib console -u configurator
Error:
com.waveset.util.InternalError:
==> com.waveset.util.ConfigurationError:
==> java.sql.SQLException: invalid arguments in callDSRA0010E: SQL State = null, Error Code = 17,433DSRA0010E: SQL State = null, Error Code = 17,433
at com.waveset.repository.ServerRepository.initDataStore(ServerRepository.java:152 7)
at com.waveset.repository.ServerRepository.getPrimaryDataStore(ServerRepository.ja va:1343)
at com.waveset.repository.ServerRepository.getPrimaryDataStore(ServerRepository.ja va:1309)
at com.waveset.repository.ServerRepository.init(ServerRepository.java:717)
at com.waveset.repository.ServerRepository.<init>(ServerRepository.java:693)
at com.waveset.repository.ServerRepository.getRepository(ServerRepository.java:134 )
at com.waveset.server.Server.init(Server.java:251)
at com.waveset.server.Server.start(Server.java:217)
at com.waveset.server.Server.getServer(Server.java:807)
at com.waveset.server.Server.getServer(Server.java:784)
at com.waveset.session.SessionFactory.getLoginConfigInfo(SessionFactory.java:849)
at com.waveset.session.SessionFactory.startupMode(SessionFactory.java:916)
at com.waveset.session.SessionFactory.getLoginModGrp(SessionFactory.java:885)
at com.waveset.session.SessionFactory.getSession(SessionFactory.java:170)
at com.waveset.session.SessionFactory.getSession(SessionFactory.java:390)
at com.waveset.session.SessionFactory.getSession(SessionFactory.java:456)
at com.waveset.session.WavesetConsole.newSession(WavesetConsole.java:361)
at com.waveset.session.WavesetConsole.start(WavesetConsole.java:331)
at com.waveset.session.WavesetConsole.main(WavesetConsole.java:218)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.waveset.util.Command.main(Command.java:96)
Wrapped exception:
Architecture:
IDM 7.0
WebSphere 6.x
Oracle THIN Driver ojdbc14.jar - 10.2.0.x
AIX 5.3 ML3

