Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSB build error - ClassDefError #2

Open
vidhprak opened this issue Mar 10, 2016 · 1 comment
Open

OSB build error - ClassDefError #2

vidhprak opened this issue Mar 10, 2016 · 1 comment

Comments

@vidhprak
Copy link

java.lang.NoClassDefFoundError: com/bea/alsb/tools/configjar/ConfigJar
Caused by: java.lang.ClassNotFoundException: com.bea.alsb.tools.configjar.ConfigJar
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: com.bea.alsb.tools.configjar.ConfigJar. Program will exit.
Exception in thread "main" [INFO] -------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] osb.source ......................................... FAILURE [ 1.972 s]
[INFO] osb.source.reliablemessagews ....................... SKIPPED
[INFO] osb.source.xsdvalidation ........................... SKIPPED
[INFO] Parent Project ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE


My Environment Oracle OSB PS6 or 11.1.1.7
Maven 3.2.5
JVM = JDK 1.6
Middleware home = C:\Oracle\Middleware1
OSB & Oracle home = C:\Oracle\Middleware1\Oracle_OSB1
WebLogic home = C:\Oracle\Middleware1\wlserver_10.3
Oepe home = C:\Oracle\Middleware1\oepe_11.1.1.8.0

I also have the configjar.jar in location - C:\Oracle\Middleware1\Oracle_OSB1\tools\configjar

Could you please help !!

@Tapan2609
Copy link

Hi There,
On initial analysis i can tell that ,there is mismatch in version of OSB and OEPE.
I think you are using OSB is of 11.1.1.7 and OEPE is of 11.1.1.8(Higher than OSB).
Try to use OEPE of same version as that of OSB(11.1.1.7).
Note sure above issue is because of version mismatch. Let give a try..:)

Thanks,
Tapan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants