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

can't start #968

Closed
bimmodel opened this issue Apr 19, 2019 · 3 comments
Closed

can't start #968

bimmodel opened this issue Apr 19, 2019 · 3 comments

Comments

@bimmodel
Copy link

As there is no step-by-step text instructions watch the video and repeat
https://www.youtube.com/watch?v=Vb6gokSBA0I
34:42 get a similar picture
Screenshot2
next, you need to comment out the lines 46-54 in the file
/BimServerJar/src/org/bimserver/LocalDevBimServerStarter.java
but I do not have these lines, tell me what to do next?
Screenshot_7

I understand that the video is old but this is the only clear instruction I found

@tchegito
Copy link

I'm not in the BIMServer team, but some months ago, when I started to work on it, I followed instructions there:
https://github.com/opensourceBIM/BIMserver/wiki/Eclipse

And it worked.

@bimmodel
Copy link
Author

bimmodel commented Apr 24, 2019

And it worked.
Deleted that, started to do it again and get the link
http://localhost:8080/apps/bimviews
now faced with another problem I can not upload the ifc file

A similar problem is described here
opensourceBIM/bimvie.ws#124
but it is not solved((((

Logging to C:\Users\Администратор\git\BIMserver\BimServerJar\tmptestdata\home\logs\bimserver.log
14:18:29 INFO  [main]: Starting BIMserver (Windows 7, 1.8.0_211, 64bit, Xmx: 3,87 GB)                   (BimServer.java:244) 
14:18:36 INFO  [main]: Version: 1.5.138-SNAPSHOT                                                        (BimServer.java:332) 
14:18:36 INFO  [main]: Using "tmptestdata\home" as homedir                                              (BimServer.java:341) 
14:18:48 INFO  [main]: Non-empty database directory found "tmptestdata\home\database"                   (BerkeleyKeyValueStore.java:85) 
14:18:51 INFO  [main]: Checking for stale records, this can take some time...                           (BimServer.java:809) 
14:18:51 INFO  [main]: Done checking for stale records (47 ms)                                          (BimServer.java:839) 
14:18:52 INFO  [main]: Changing server state to RUNNING                                                 (ServerInfoManager.java:114) 
14:18:52 INFO  [main]: Initializing database dependant logic...                                         (BimServer.java:1105) 
14:18:52 INFO  [main]: Done initializing database dependant logic (50ms)                                (BimServer.java:1256) 
14:19:11 INFO  [main]: Loading plugins...                                                               (AbstractLocalDevBimServerStarter.java:91) 
14:19:13 INFO  [main]: All plugins loaded (2439 ms)                                                     (AbstractLocalDevBimServerStarter.java:95) 
14:19:13 ERROR [main]:                                                                                  (LocalDevPluginLoader.java:40) 
org.bimserver.shared.exceptions.PluginException: java.lang.Error: Unresolved compilation problems: 
	The import org.bimserver.emf cannot be resolved
	The import org.bimserver.models cannot be resolved
	The import org.bimserver.plugins cannot be resolved
	The import org.bimserver.plugins cannot be resolved
	The import org.bimserver.plugins cannot be resolved
	The import org.bimserver.plugins cannot be resolved
	The import org.bimserver.shared cannot be resolved
	AbstractSerializerPlugin cannot be resolved to a type
	EmfSerializer cannot be resolved to a type
	PluginConfiguration cannot be resolved to a type
	PluginContext cannot be resolved to a type
	PluginConfiguration cannot be resolved to a type
	PluginException cannot be resolved to a type
	The method getDefaultContentType() of type JsonSerializerPlugin must override or implement a supertype method
	The method getDefaultExtension() of type JsonSerializerPlugin must override or implement a supertype method
	ObjectDefinition cannot be resolved to a type
	The method getUserSettingsDefinition() of type JsonSerializerPlugin must override or implement a supertype method
	AbstractSerializerPlugin cannot be resolved to a type
	Schema cannot be resolved to a type
	The method getSupportedSchemas() of type JsonSerializerPlugin must override or implement a supertype method
	Schema cannot be resolved
	Schema cannot be resolved to a variable
	Schema cannot be resolved to a variable
	Schema cannot be resolved to a type
	IFC2X3TC1 cannot be resolved to a variable
	IFC4 cannot be resolved to a variable

	at org.bimserver.plugins.PluginBundleManager.loadPlugins(PluginBundleManager.java:309)
	at org.bimserver.plugins.PluginBundleManager.loadJavaProject(PluginBundleManager.java:447)
	at org.bimserver.plugins.PluginBundleManager.loadPluginsFromEclipseProject(PluginBundleManager.java:480)
	at org.bimserver.LocalDevPluginLoader.loadPlugins(LocalDevPluginLoader.java:38)
	at org.bimserver.AbstractLocalDevBimServerStarter.start(AbstractLocalDevBimServerStarter.java:92)
	at org.bimserver.LocalDevBimServerStarter.main(LocalDevBimServerStarter.java:37)
Caused by: java.lang.Error: Unresolved compilation problems: 
	The import org.bimserver.emf cannot be resolved
	The import org.bimserver.models cannot be resolved
	The import org.bimserver.plugins cannot be resolved
	The import org.bimserver.plugins cannot be resolved
	The import org.bimserver.plugins cannot be resolved
	The import org.bimserver.plugins cannot be resolved
	The import org.bimserver.shared cannot be resolved
	AbstractSerializerPlugin cannot be resolved to a type
	EmfSerializer cannot be resolved to a type
	PluginConfiguration cannot be resolved to a type
	PluginContext cannot be resolved to a type
	PluginConfiguration cannot be resolved to a type
	PluginException cannot be resolved to a type
	The method getDefaultContentType() of type JsonSerializerPlugin must override or implement a supertype method
	The method getDefaultExtension() of type JsonSerializerPlugin must override or implement a supertype method
	ObjectDefinition cannot be resolved to a type
	The method getUserSettingsDefinition() of type JsonSerializerPlugin must override or implement a supertype method
	AbstractSerializerPlugin cannot be resolved to a type
	Schema cannot be resolved to a type
	The method getSupportedSchemas() of type JsonSerializerPlugin must override or implement a supertype method
	Schema cannot be resolved
	Schema cannot be resolved to a variable
	Schema cannot be resolved to a variable
	Schema cannot be resolved to a type
	IFC2X3TC1 cannot be resolved to a variable
	IFC4 cannot be resolved to a variable

	at org.bimserver.serializers.JsonSerializerPlugin.<init>(JsonSerializerPlugin.java:22)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at org.bimserver.plugins.PluginBundleManager.loadPlugins(PluginBundleManager.java:294)
	... 5 common frames omitted

@rubendel
Copy link
Member

First make sure everything compiles, makes no sense to try and run something that doesn't compile.

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

3 participants