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

Bug with WOLips.framework and WOLips 3.7 #5

Closed
pascalrobert opened this issue Sep 20, 2011 · 7 comments
Closed

Bug with WOLips.framework and WOLips 3.7 #5

pascalrobert opened this issue Sep 20, 2011 · 7 comments

Comments

@pascalrobert
Copy link
Contributor

While trying out all templates, I found that the Wonder D2W App template won't launch the app because of this exception:

[2011-9-18 22:54:59 EDT]

A fatal exception occurred: ERXExtensions have not been initialized. Please report the classpath and the rest of the bundles to the Wonder mailing list:
Remaining frameworks: [WOLips]
Classpath:
..

at er.extensions.appserver.ERXApplication.<init>(ERXApplication.java:1056)
at your.app.Application.<init>(Application.java:10)

If I remove WOLips from the list of frameworks, it works fine. Now, if I open the WOLips framework project in Eclipse, the problem goes away. If I use WOLips 3.6, problem goes away too.

So this exception arises when you use WOLips 3.7 with the build WOLips.framework. I also tried to revert the WOLips 3.7 code base to the first commit for 3.7, and I get the same problem. David Holt reported the same problem.

@qdolan
Copy link
Contributor

qdolan commented Sep 20, 2011

I can't reproduce this problem doing as you have described, the app launches fine for me under 3.7 with and without the Wonder source in my workspace

How are you building/installing the WOLips.framework?

@pascalrobert
Copy link
Contributor Author

I'm using the build from webobjects.mdimension.com. Tried with a June build, and with the latest.

@pascalrobert
Copy link
Contributor Author

Building it from the latest source doesn't work, same thing for David Holt.

@pascalrobert
Copy link
Contributor Author

Problem arises when WOLips is set to bundle-less. If bundles are enabled, problem goes away.

@qdolan
Copy link
Contributor

qdolan commented Sep 29, 2011

I still cannot reproduce this with bundle-less builds enabled or disabled.
Please try a clean eclipse / wolips install with no other plugins (ie. not using golipse) and see if it makes any different

@pascalrobert
Copy link
Contributor Author

I have the same problem with a plain Eclipse (3.7.1) with only WOLips (3.7.10096) as an extra plugin. As soon as I disable bundles generation, I get the exception. It's a brand new workspace with a "Wonder Application" in it, the only did I did was to add the WOLips framework.

$ java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)

On OS X 10.6.8.

@pascalrobert
Copy link
Contributor Author

Closing this issue since I can only reproduce in my account, using another user on my MBP don't have that issue.

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