Ancient History problem with 4.6

On 11-03-2005, 03:34 yogeshsheth posted a problem I am having now:
Exception in thread “main” java.lang.NoClassDefFoundError:
com/wm/util/ByteOutputBuffer
at com.wm.app.b2b.server.Main.main(Main.java:36)
server.sh[190]: test: 0403-004 Specify a parameter with this command.

I was wondering if by some miracle if anybody can remember the solution to this problem. Or if yogeshsheth even remembers.

It is a new install of 4.6 (I know!) and I am having issues.

Thanks
DerNarr

DerNarr,

Where exactly are you facing this issue?? During IS4.6 startup or with any of the flow/java svcs or on server side?? Is it exactly same issue above on your system aswell?? Can you elaborate bit more, so that responses can be faster.

HTH,
RMG

Exception in thread “main” java.lang.NoClassDefFoundError: com/wm/util/ByteOutputBuffer
at com.wm.app.b2b.server.Main.main(Main.java:36)
./server.sh[194]: test: 0403-004 Specify a parameter with this command.

This is from a nohup output.

And line 194 is
if [ -n ${SAVED_HP} ]; then
export SHLIB_PATH=${SAVED_HP}
fi

This is during start up and the script dumps the nohup with not much else.