cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Line Opener Program

Former Member
0 Kudos

Hi,

I have a client who wishes to have the Line Opener Program installed.  I am aware that this is now rolled into later versions of Solution Manager but the instruction is to just install the stand alone program.

The part I am struggling with is actually starting Opener.jar.

I think i have set environment variables as directed in the manual, however when I try run Opener using this command:

java -jar opener.jar

I receive the following error:

C:\LOP\LineOpener>java -jar opener.jar

Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/conn/jco/ext/

DestinationDataProvider

        at com.sap.support.connectivity.lop.work.Processor$Engine.<init>(Process

or.java:394)

        at com.sap.support.connectivity.lop.work.Processor.<init>(Processor.java

:535)

        at com.sap.support.connectivity.lop.Opener$Context.createProcessor(Opene

r.java:171)

        at com.sap.support.connectivity.lop.Opener$Context.<init>(Opener.java:19

4)

        at com.sap.support.connectivity.lop.Opener.createFrame(Opener.java:712)

        at com.sap.support.connectivity.lop.Opener.launchFrame(Opener.java:728)

        at com.sap.support.connectivity.lop.Opener.main(Opener.java:700)

Caused by: java.lang.ClassNotFoundException: com.sap.conn.jco.ext.DestinationDat

aProvider

        at java.net.URLClassLoader.findClass(Unknown Source)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        ... 7 more

I was hoping someone out there would have an idea what I am missing?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Paul,


Hope you are doing good.
Which version of SAP Jco are you using. Please  can you install the latest version.
As per SAP note 1077727, only the latest patch level of each release is supported and available for download via the SAP Service Marketplace at http://service.sap.com/connectors.

Currently, the latest patch level for SAP JCo 3.0 is version 3.0.13.

 

Hope this helps.

_ _ _ _ _ _ _ _ _

Kind Regards,

Hemanth
SAP Active Global Support

_ _ _ _ _ _ _ _ _
 

divyanshu_srivastava3
Active Contributor
0 Kudos

Do you think this is a complete package of the program ?

Regards,

Former Member
0 Kudos

Sorry, not sure I follow what you mean.  I've downloaded the program, JCo and JVM and followed the guide up to now.

Something is a miss though.