Would you like to react to this message? Create an account in a few clicks or log in to continue.

Official Community Forums
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  The Wiki  Website  github Project  

 

 Am I close?

Go down 
+2
tichfuie
Tattiana Talahandra
6 posters
Go to page : 1, 2  Next
AuthorMessage
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Am I close?   Am I close? EmptyTue 23 Apr - 13:16

Code:
./multiverse.sh status
awk: ../bin/prop2sh.awk:3: warning: regexp component `[:space:]' should probably be `[[:space:]]'
awk: ../bin/prop2sh.awk:3: warning: regexp component `[:space:]' should probably be `[[:space:]]'
domain server  RUNNING
login server    NOT RUNNING
combat server  NOT RUNNING
instance        NOT RUNNING
object manager  NOT RUNNING
cat: run\sampleworld/wmgr_1.pid: No such file or directory
cat: run\sampleworld/proxy_1.pid: No such file or directory
mob server      NOT RUNNING
voice server    NOT RUNNING

Theresa@Heratess /cygdrive/c/users/theresa/desktop/multiverse/server/multiverse/bin
$
STARTUP FAILED -- didnt complete after 120 seconds.
Please stop server.

I stopped the server with ./multiverse.sh stop

Am i getting closer to the endgame here? or at least the start of something magically delicious? :')
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyTue 23 Apr - 13:39

I changed the [space] to [[space]] where needed
tried starting up and get the following:

Code:
  $ ./multiverse.sh -v start
*** Starting world sampleworld ***
MV_HOME is ..
Using .jar files from the /dist hierarchy
Using property file ../bin/multiverse.properties
Using world file
Using world script directory ../config/sampleworld
Using log directory ../logs/sampleworld
Using common directory ../config/common, bin directory ../bin
JAVA_FLAGS="-server  -cp ../other/rhino1_5R5/js.jar;c:\mysql-connector-java-3.1.14\mysql-connector-java-3.1.14-bin.jar;../dist/lib/injected.jar;../dist/lib/multiverse.jar;../dist/lib/mars.jar;../dist/lib/.jar;../other/java-getopt-1.0.11.jar;../other/jython.jar;../other/log4j-1.2.14.jar;../other/bcel-5.2.jar;. -Dmultiverse.propertyfile=../bin/multiverse.properties  -Dmultiverse.worldname= -Dmultiverse.logs=../logs/sampleworld"
Starting domain server:        SUCCESS
Multiverse server version 1.5 0 (- -)
 ...    wmgr_1 SUCCESS
Starting combat server:        SUCCESS
Starting instance server:      log4j:ERROR setFile(null,true) call failed.
.out (The filename, directory name, or volume label syntax is incorrect)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
        at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:167)
        at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
        at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:132)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:96)
        at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:654)
        at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
        at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:509)
        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:415)
        at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:349)
        at multiverse.server.util.Log.init(Log.java:18)
        at multiverse.server.util.InitLogAndPid.initLogAndPid(InitLogAndPid.java:55)
        at multiverse.server.engine.Engine.main(Engine.java:308)
Exception in thread "main" java.lang.NullPointerException
        at java.io.File.<init>(Unknown Source)
        at org.apache.log4j.RollingFileAppender.rollOver(RollingFileAppender.java:148)
        at multiverse.server.util.Log.rotateLogs(Log.java:212)
        at multiverse.server.util.Log.init(Log.java:27)
        at multiverse.server.util.InitLogAndPid.initLogAndPid(InitLogAndPid.java:55)
        at multiverse.server.engine.Engine.main(Engine.java:308)
SUCCESS
Starting object manager:        SUCCESS
Starting login manager:        SUCCESS
 ...    proxy_1SUCCESS
Starting mob server:            SUCCESS
Starting voice server:          log4j:ERROR setFile(null,true) call failed.
.out (The filename, directory name, or volume label syntax is incorrect)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
        at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:167)
        at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
        at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:132)
        at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:96)
        at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:654)
        at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
        at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:509)
        at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:415)
        at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:349)
        at multiverse.server.util.Log.init(Log.java:18)
        at multiverse.server.util.InitLogAndPid.initLogAndPid(InitLogAndPid.java:55)
        at multiverse.server.engine.Engine.main(Engine.java:308)
Exception in thread "main" java.lang.NullPointerException
        at java.io.File.<init>(Unknown Source)
        at org.apache.log4j.RollingFileAppender.rollOver(RollingFileAppender.java:148)
        at multiverse.server.util.Log.rotateLogs(Log.java:212)
        at multiverse.server.util.Log.init(Log.java:27)
        at multiverse.server.util.InitLogAndPid.initLogAndPid(InitLogAndPid.java:55)
        at multiverse.server.engine.Engine.main(Engine.java:308)
SUCCESS
Wait for finished initializing msg...
 




Also after checking status i see this:

Code:
./multiverse.sh status
domain server  RUNNING
login server    NOT RUNNING
combat server  NOT RUNNING
instance        NOT RUNNING
object manager  NOT RUNNING
cat: run\sampleworld/wmgr_1.pid: No such file or directory
cat: run\sampleworld/proxy_1.pid: No such file or directory
mob server      NOT RUNNING
voice server    NOT RUNNING
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyTue 23 Apr - 14:35

ok, let me walk you thru:


lets start from scratch and simple.

download the server from here
http://sourceforge.net/projects/multiverse3d/files/?source=navbar

download the file server_20120322.zip
extract it and put it in your main c drive ie:
c:\multiverse\

now, do you already have mysql up and running with multiverse database installed?

if not, once you downloaded the multiverse server go to the
C:\multiverse\bin and there you will see the multiverse install.sql database dump, use it and create the database multiverse in your mysql

let me know after you are done with this

Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyTue 23 Apr - 15:28

Code:
$ ./multiverse.sh -v start
*** Starting world sampleworld ***
MV_HOME is ..
Using .jar files from the /dist hierarchy
Using property file ../bin/multiverse.properties
Using world file
Using world script directory ../config/sampleworld
Using log directory ../logs/sampleworld
Using common directory ../config/common, bin directory ../bin
JAVA_FLAGS="-server  -cp ../other/rhino1_5R5/js.jar;c:\mysql-connector-java-3.1.14\mysql-connector-java-3.1.14-bin.jar;../dist/lib/injected.jar;../dist/lib/multiverse.jar;../dist/lib/mars.jar;../dist/lib/.jar;../other/java-getopt-1.0.11.jar;../other/jython.jar;../other/log4j-1.2.14.jar;../other/bcel-5.2.jar;. -Dmultiverse.propertyfile=../bin/multiverse.properties  -Dmultiverse.worldname= -Dmultiverse.logs=../logs/sampleworld"
Starting domain server:        SUCCESS
Multiverse server version 1.5 0 (- -)
 ...    wmgr_3 SUCCESS
Starting combat server:        SUCCESS
Starting instance server:      SUCCESS
Starting object manager:        SUCCESS
Starting login manager:        SUCCESS
 ...    proxy_3SUCCESS
Starting mob server:            Error: Could not find or load main class
SUCCESS
Starting voice server:          SUCCESS
Wait for finished initializing msg...

Theresa@Heratess /cygdrive/c/multiverse/bin
$ ./multiverse.sh status
domain server  NOT RUNNING
login server    NOT RUNNING
combat server  NOT RUNNING
instance        NOT RUNNING
object manager  NOT RUNNING
cat: run\sampleworld/wmgr_1.pid: No such file or directory
cat: run\sampleworld/proxy_1.pid: No such file or directory
mob server      NOT RUNNING
voice server    NOT RUNNING

Logs say this


Domain Log
Code:
ERROR [2013-04-22 23:15:58,382] main                DomainServer listener java.lang.RuntimeException: TcpServer contructor bind failed
      at multiverse.server.network.TcpServer.<init>(TcpServer.java:22)
      at multiverse.msgsys.DomainServer.start(DomainServer.java:204)
      at multiverse.msgsys.DomainServer.main(DomainServer.java:127)
Caused by: java.net.BindException: Address already in use: bind
      at sun.nio.ch.Net.bind0(Native Method)
      at sun.nio.ch.Net.bind(Unknown Source)
      at sun.nio.ch.Net.bind(Unknown Source)
      at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
      at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
      at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
      at multiverse.server.network.TcpServer.bind(TcpServer.java:41)
      at multiverse.server.network.TcpServer.<init>(TcpServer.java:19)
      at multiverse.msgsys.DomainServer.start(DomainServer.java:204)
      at multiverse.msgsys.DomainServer.main(DomainServer.java:127)


rest of the Logs for the others point to the Database error

Code:
ERROR [2013-04-22 23:16:04,060] main                Engine.main: error connecting to the database multiverse.server.util.MVRuntimeException: could not find class: com.mysql.jdbc.Driver
      at multiverse.server.engine.Database.<init>(Database.java:61)
      at multiverse.server.engine.Engine.main(Engine.java:328)
Back to top Go down
rotello
Super Contributor
Super Contributor
rotello


Posts : 215
Join date : 2012-12-06

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyTue 23 Apr - 17:30

Hi Tattiana,

Code:
Engine.main: error connecting to the database

This is clear you have not setup your mysql connection properly. Check your multiverse.properties file on your world folder and make sure it is linked to your server. Usually the driver is not found or the sql setup is not complete.
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyWed 24 Apr - 10:16


I went and tried to modify the multiverse.properties file to this:

Code:

### Server host names and ports
multiverse.msgsvr_hostname=localhost
multiverse.msgsvr_port=20374
multiverse.worldmgrport=5040
### Proxy server settings.  To enable remote clients to connect, specify IP address or DNS hostname
multiverse.proxyserver=:same
multiverse.proxyport=5050

### Voice server host and port number
multiverse.voiceserver=:same
multiverse.voiceport=5051

### Options for VoiceServer testing

### Should the voice plugin automatically create a positional and/or
### non-positional voice group(s) with the specified numbers?
multiverse.precreated_positional_voice_group=1
#multiverse.precreated_nonpositional_voice_group=5

### Should it auto-create a nonpositional voice group because a client
### connects with the number of a group and the group doesn't exist?
#multiverse.autocreate_referenced_voice_groups=true

###
### Should the voice server record voices?
###
#multiverse.record_voices=true

### Database settings
### Use multiverse.db_url property to use a specific JDBC URL.  If not specified, then
### the server constructs it in standard format from the other property values,
### as follows jdbc://db_type/db_hostname/db_name
multiverse.db_type=mysql
multiverse.db_driver=com.mysql.jdbc.Driver
multiverse.db_name=multiverse
multiverse.db_user=root
multiverse.db_password=test
multiverse.db_hostname=localhost
### multiverse.db_url=jdbc:dbtype://hostName/databaseName

# specifies how long to wait for all plugin dependencies to be
# resolved.  after waiting this period of time (in seconds),
# if all dependencies have not been met, then we report an error message.
multiverse.startup_timeout=120

#Path to JDBC driver JAR file
# multiverse.jdbcJarPath=../other/mysql-jdbc/mysql-connector-java-3.0.14-production-bin.jar
multiverse.jdbcJarPath=c:\\mysql-connector-java-3.1.14\\mysql-connector-java-3.1.14-bin.jar


###
### If multiverse.mvwfile property is not specified, it defaults to MV_HOME/config/worldname/worldname.mvw
### Example below is Windows path; On Linux/Unix, use forward slashes instead of double backslashes.
multiverse.worldname=sampleworld
###multiverse.mvwfile=c:\\multiverse\\config\\sampleworld\\sampleworld.mvw

###
### The default log level of the server.
###
### MV-Level    log4j Level
###  0          TRACE
###  1          DEBUG
###  2          INFO
###  3          WARN
###  4          ERROR
###
multiverse.log_level=1

###
### Rotate log files when server starts
###
multiverse.rotate_logs_on_startup=true

###
### Archive log files when server starts.  Logs are moved to directory
### "<world-name>.old".  Should set rotate_logs_on_startup to false when
### this option is true.
###
#multiverse.archive_logs_on_startup=true

###
### Should old logs be deleted on startup?
###
#multiverse.delete_logs_on_startup=true

###
### log4j configuration.  The multiverse.log_level over-rides the
### log4j log level.
###
log4j.appender.FILE = org.apache.log4j.RollingFileAppender
log4j.appender.FILE.File = ${multiverse.logs}/${multiverse.loggername}.out
log4j.appender.FILE.MaxFileSize = 50MB
log4j.appender.FILE.MaxBackupIndex=3
log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
log4j.appender.FILE.layout.ConversionPattern=%-5p [%d{ISO8601}] %-20t %m%n

#log4j.appender.ErrorLog = org.apache.log4j.RollingFileAppender
#log4j.appender.ErrorLog.Threshold = ERROR
#log4j.appender.ErrorLog.File = ${multiverse.logs}/errors.out
#log4j.appender.ErrorLog.MaxFileSize = 50MB
#log4j.appender.ErrorLog.MaxBackupIndex=3
#log4j.appender.ErrorLog.layout=org.apache.log4j.PatternLayout
#log4j.appender.ErrorLog.layout.ConversionPattern=%-5p [%d{ISO8601}] %-20t %m%n

log4j.rootLogger=DEBUG, FILE


###
### Should we use class files from the /build hierarchy
### instead of the jar files from the /dist hierarchy?
###
#multiverse.use_class_files=true

###
### Should we log histograms of time-in-queue and processing time
### for proxy messages?  If so, what should the reporting interval
### be?  (Defaults to 5000ms).
###
multiverse.log_proxy_histograms=true
#multiverse.log_proxy_histograms_interval=5000

###
### Should we log various RDP counters
###
multiverse.log_rdp_counters=false

###
### Should we log various VoicePlugin counters
###
multiverse.log_voice_counters=true

###
### The default when enabled is to log CPU times an interval of
### 5000 ms, at log_level 2, which is INFO
###
#multiverse.cputime_logging_interval=5000,2

###
### Log message agent statistics
###
#multiverse.message_agent_stats=true

###
### This number is the number of maximum milliseconds that the
### packet aggregator will delay sending a packet in hopes that
### more packets can be added to it.  By default, it is 25ms.
### You can change the delay time, or disable packet aggregation
### by setting the aggregation interval is zero
###
#multiverse.packet_aggregation_interval=0

###
### Maximum objects per quad tree node before dividing.
###
#multiverse.quad_tree_node_max_objects=30

###
### Maximum depth of the quad tree.  Should be less than 32.
###
#multiverse.quad_tree_max_depth=20

###
### Message printed on console when the world is available.
### The world is available when the "Domain" plugin dependency is
### satisfied.
###
multiverse.world_available_message = DONE INITIALIZING, you can log in now

### Plugin type startup dependencies
### Dependencies are expressed in terms of plugin types, not plugin names.
### The dependency is satisfied when the expected number of plugins have
### started.  The number of expected plugins is controlled by flags to
### the DomainServer (see PLUGIN_TYPES in multiverse.sh)
###
### Every plugin type should have a "plugin_dep" property, even if it
### has no dependencies.
multiverse.plugin_dep.Login=ObjectManager,Instance
multiverse.plugin_dep.Instance=ObjectManager,Quest,MobManager,Inventory,WorldManager
multiverse.plugin_dep.Proxy=Instance,Voice
multiverse.plugin_dep.Voice=Instance
multiverse.plugin_dep.MobManager=ObjectManager,WorldManager,Inventory,Quest
multiverse.plugin_dep.sampleworld.MobManager=ObjectManager,WorldManager,Inventory,Quest,Combat
multiverse.plugin_dep.ObjectManager=
multiverse.plugin_dep.WorldManager=
multiverse.plugin_dep.Inventory=
multiverse.plugin_dep.Quest=
multiverse.plugin_dep.Trainer=
multiverse.plugin_dep.ClassAbility=
multiverse.plugin_dep.Combat=
multiverse.plugin_dep.Domain=Instance,Proxy,Voice

and still had the same effect
Back to top Go down
Louis Blackblood
Experienced Newbie
Experienced Newbie
Louis Blackblood


Posts : 32
Join date : 2013-04-12
Age : 37
Location : California

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyWed 24 Apr - 10:55

Hey Tattiana!

Do you have the MySQL server set up and running in the background?
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyWed 24 Apr - 12:36

I have the MySQL workbench up in the background....

I see icons in the middle of the workbench (tables) for "namespaces" "objstore" "oid_manager" "player_character" and "plugin_status"
Back to top Go down
tichfuie
Super Contributor
Super Contributor
tichfuie


Posts : 257
Join date : 2013-02-07
Location : NA

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyWed 24 Apr - 13:23

i may be wrong since i am not familiar with workbench,
but isnt it just a mysql remote client/ database designer app?

you still need a mysql server running in the background.
then you need to upload the .sql db to the sql server as i pointed up earlier



Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyWed 24 Apr - 13:55

I did run the Mysql from Mysql > MySQL Server 5.6 > MySQL Server 5.6 Command line Client

The results came up with the tables as shown in the Platform Tutorial Getting Started

Decided to recheck some things with the repository and did a FULL reboot of computer. Then started MySQL as i did above then started up Cygwin again with the server.

This time it looked alot better

Code:

$ ./multiverse.sh -v start
*** Starting world sampleworld ***
MV_HOME is ..
Using .jar files from the /dist hierarchy
Using property file ../bin/multiverse.properties
Using world file
Using world script directory ../config/sampleworld
Using log directory ../logs/sampleworld
Using common directory ../config/common, bin directory ../bin
JAVA_FLAGS="-server  -cp ../other/rhino1_5R5/js.jar;c:\mysql-connector-java-5.1.24\mysql-connector-java-5.1.24-bin.jar;../dist/lib/injected.jar;../dist/lib/multiverse.jar;../dist/lib/mars.jar;../dist/lib/.jar;../other/java-getopt-1.0.11.jar;../other/jython.jar;../other/log4j-1.2.14.jar;../other/bcel-5.2.jar;. -Dmultiverse.propertyfile=../bin/multiverse.properties  -Dmultiverse.worldname= -Dmultiverse.logs=../logs/sampleworld"
Starting domain server:        SUCCESS
Multiverse server version 1.5 0 (- -)
 ...    wmgr_1 SUCCESS
Starting combat server:        SUCCESS
Starting instance server:      SUCCESS
Starting object manager:        SUCCESS
Starting login manager:        SUCCESS
 ...    proxy_1Error: Could not find or load main class
SUCCESS
Starting mob server:            SUCCESS
Starting voice server:          SUCCESS
Wait for finished initializing msg...

Theresa@Heratess /cygdrive/c/multiverse/bin
$ ./multiverse.sh status
domain server  RUNNING
login server    RUNNING
combat server  RUNNING
instance        RUNNING
object manager  RUNNING
cat: run\sampleworld/wmgr_1.pid: No such file or directory
cat: run\sampleworld/proxy_1.pid: No such file or directory
mob server      RUNNING
voice server    RUNNING

Theresa@Heratess /cygdrive/c/multiverse/bin
$
STARTUP FAILED -- didnt complete after 120 seconds.
Please stop server.



Checked all logs and THIS TIME.....no errors to report ....which is good :')

But that damn time out error is still occuring..... so thats the rub
Back to top Go down
Louis Blackblood
Experienced Newbie
Experienced Newbie
Louis Blackblood


Posts : 32
Join date : 2013-04-12
Age : 37
Location : California

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyWed 24 Apr - 15:59

Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyWed 24 Apr - 23:52

I was referencing that thread last night before bed since thats what we were using the other night when talking on the chat. I can get to a pretty good start where it initializes but then when I start the client, I get two error messages and a Window stating

"Sorry, the website update.multiverse.net cannot be found"

Here's the result in Cygwin:
Code:
Theresa@Heratess /cygdrive/c/multiverse/bin
$ ./multiverse.sh -v start
*** Starting world sampleworld ***
cygwin warning:
  MS-DOS style path detected: run\sampleworld
  Preferred POSIX equivalent is: run/sampleworld
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
MV_HOME is ..
Using .jar files from the /dist hierarchy
Using property file ../bin/multiverse.properties
Using world file
Using world script directory ../config/sampleworld
Using log directory ../logs/sampleworld
Using common directory ../config/common, bin directory ../bin
JAVA_FLAGS="-server  -cp ../other/rhino1_5R5/js.jar;c:\mysql-connector-java-5.1.24\mysql-connector-java-5.1.24-bin.jar;../dist/lib/injected.jar;../dist/lib/multiverse.jar;../dist/lib/mars.jar;../dist/lib/.jar;../other/java-getopt-1.0.11.jar;../other/jython.jar;../other/log4j-1.2.14.jar;../other/bcel-5.2.jar;. -Dmultiverse.propertyfile=../bin/multiverse.properties  -Dmultiverse.worldname= -Dmultiverse.logs=../logs/sampleworld"
Starting domain server:        SUCCESS
Multiverse server version 1.5 0 (- -)
 ...    wmgr_1 SUCCESS
Starting combat server:        SUCCESS
Starting instance server:      SUCCESS
Starting object manager:        SUCCESS
Starting login manager:        SUCCESS
 ...    proxy_1SUCCESS
Starting mob server:            SUCCESS
Starting voice server:          SUCCESS
Wait for finished initializing msg...

Theresa@Heratess /cygdrive/c/multiverse/bin
$
DONE INITIALIZING, you can log in now
cd c:

Theresa@Heratess /cygdrive/c
$ cd "Program Files (x86)"

Theresa@Heratess /cygdrive/c/Program Files (x86)
$ cd "Multiverse Software Foundation"

Theresa@Heratess /cygdrive/c/Program Files (x86)/Multiverse Software Foundation
$ cd "Multiverse Client"

Theresa@Heratess /cygdrive/c/Program Files (x86)/Multiverse Software Foundation/Multiverse Client
$ cd "bin"

Theresa@Heratess /cygdrive/c/Program Files (x86)/Multiverse Software Foundation/Multiverse Client/bin
$ ./multiverseclient.exe
log4net:ERROR XmlHierarchyConfigurator: No appender named [MeterEventsAppender] could be found.
log4net:ERROR XmlHierarchyConfigurator: Appender named [MeterEventsAppender] not found.


Everything in logs seem to be running ....no errors reporting


Back to top Go down
Louis Blackblood
Experienced Newbie
Experienced Newbie
Louis Blackblood


Posts : 32
Join date : 2013-04-12
Age : 37
Location : California

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyThu 25 Apr - 6:07

Run the client with the following arguments. --development --noupdate --world localhost

so it would look like this:
Code:
multiverseclient.exe --development --noupdate --world localhost
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyThu 25 Apr - 8:18


Wow that time it got me to a character creation screen.
I was trying to choose female and assign attributes but I cant get beyond that

I get a pop-up that says "No instance "

Code:

Theresa@Heratess /cygdrive/c/Program Files (x86)/Multiverse Software Foundation/Multiverse Client/bin
$ ./multiverseclient.exe -- development --noupdate -- world localhost
log4net:ERROR XmlHierarchyConfigurator: No appender named [MeterEventsAppender] could be found.
log4net:ERROR XmlHierarchyConfigurator: Appender named [MeterEventsAppender] not found.
Invalid argument --
Invalid argument development
Invalid argument --
Invalid argument world
Invalid argument localhost
In GetValidAttributeValues('sex')
In GetValidAttributeValues('model')
In GetValidAttributeValues('model')
In GetValidAttributeValues('model')
In GetValidAttributeValues('model')
In GetValidAttributeValues('model')
In GetValidAttributeValues('model')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('model')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('model')
In GetValidAttributeValues('model')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('model')
In GetValidAttributeValues('model')
In GetValidAttributeValues('model')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')
In GetValidAttributeValues('sex')

So that was nice to see the character creation screen this time :')
Back to top Go down
rotello
Super Contributor
Super Contributor
rotello


Posts : 215
Join date : 2012-12-06

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyThu 25 Apr - 11:19

A side note: --world option should be the name of the world not localhost, like sampleworld unless you name your world localhost Smile
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyThu 25 Apr - 11:41


same as above. Got to Character screen and still comes up with "no default instance" when i try to go play
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyFri 26 Apr - 9:39


And Yes folks I been reading the troubleshooting part of the wiki, been searching the forums everyday for answers and found out how useless the search button above can be. So I am not just trying to wait for answers from you guys but I am trying the other resources that I can find too.

Did try to use a sideworld like MV_fantasy or even my own map to try to negate the problem and its still producing the above results as mentioned before about the "no default instance". I checked for a spawn point in each case and the properties file as well.

If this cannot get resolved, its very hard for me to move forward in MV to assist in any other endeavor since I need to see what my texture creations and stock models could do in this place.

I appreciate any help, really I do.
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptyFri 26 Apr - 15:16

The default instance error is caused by either no startup_instance.py or an incorrect path to that file search the log files for ERROR and post it here and I can try to help you.
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptySun 28 Apr - 2:43

trying to post but keep getting the site is under Maintenance issue
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptySun 28 Apr - 4:03


Combat Log has no ERROR but has WARN for "ScriptManager.runPYFile: file not found:

WARN [2013-04-27 09:37:42,773] main ScriptManager.runPYFile: file not found: ../config/sampleworld/extensions_combat.py
WARN [2013-04-27 09:37:42,773] main ScriptManager.runPYFile: file not found: ../config/common/profession_db.py


Domain logs have no ERRORs or WARN

Instance logs have a few ERRORs

Code:

WARN  [2013-04-27 09:37:40,074] main                engine: world geometry is not set

ERROR [2013-04-27 09:37:43,007] Instance-2          CreateInstanceHook: world file not found fileName=..\config\/.mvw
ERROR [2013-04-27 09:37:43,023] Instance-4          CreateInstanceHook: world file not found fileName=..\config\/bigbrother.mvw
ERROR [2013-04-27 09:37:43,039] Instance-6          CreateInstanceHook: world file not found fileName=..\config\/frontier.mvw
ERROR [2013-04-27 09:37:43,039] Instance-8          CreateInstanceHook: world file not found fileName=..\config\/video.mvw

login_manager log has a few ERRORs about tokens and default instances

Code:


WARN  [2013-04-27 09:37:40,713] main                engine: world geometry is not set
WARN  [2013-04-27 09:37:43,501] main                ScriptManager.runPYFile: file not found: ../config/sampleworld/extensions_login.py

ERROR [2013-04-27 09:47:18,572] LoginConnection-1    SecureTokenManager.importToken: token expired tokenId=0x1 expiry=<12/31/69 6:00 PM>
ERROR [2013-04-27 09:47:54,488] LoginConnection-1    SampleFactory: no 'default' instance
ERROR [2013-04-27 09:47:54,489] LoginConnection-1    MarsLoginPlugin: character creation failed, account=1 errorMessage=No default instance

Mobserver only has no ERROR but 1 WARN about "ScriptManager.runPYFile: file not found: "

objmgr only mentions WARNs about "ScriptManager.runPYFile: file not found: " and "engine: world geometry is not set"

proxy_1 WARNs are "Engine.getEventServer: creating eventserver (was null)" and "engine: world geometry is not set"

voiceserver WARNs are "ScriptManager.runPYFile: file not found: ../config/sampleworld/voice.py" and "engine: world geometry is not set"

wmgr_1 has no ERRORs or WARN
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptySun 28 Apr - 13:58


Do you need the full logs for this? I tried to post them earlier but the forum settings kept squawking about forum post too long.....and that was even putting the logs in code windows for easy scrolling :')
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptySun 28 Apr - 14:27

No the problem is that it is not finding you world files either they are in a different place than they you specified or the MV_HOME attribute is not being set correctly I know somewhere on the forum I have posted a fix for this but I do not remember where it was at the moment. I will try to find it later.
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptySun 28 Apr - 14:37

Thanks a ton!

find when brain has enough coffee :') Usually my problem.
Back to top Go down
Delurin
Head of Platform Development
avatar


Posts : 424
Join date : 2011-08-03

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptySun 28 Apr - 14:46

I believe what you are looking for is in this thread https://multiverse.forumotion.co.uk/t374-startup-failed-didnt-complete-after-120-seconds-nightmare-solved

Try editing multiverse.sh and change these that should hopefully fix your missing file problem
Quote :

Code:
JDBC=${JDBC:-$multiverse_jdbcJarPath}

to
Code:
JDBC=${JDBC:-$(java -cp $MV_JAR -Dmultiverse.propertyfile=${MV_PROPERTYFILE} multiverse.scripts.PropertyGetter multiverse.jdbcJarPath)}



and

Code:
MV_WORLDNAME=${MV_WORLDNAME:-$multiverse_worldname}


to

Code:
MV_WORLDNAME=${MV_WORLDNAME:-$(java $JAVA_FLAGS multiverse.scripts.PropertyGetter multiverse.worldname)}
Back to top Go down
Tattiana Talahandra
Experienced Newbie
Experienced Newbie
Tattiana Talahandra


Posts : 37
Join date : 2012-10-06
Location : Bellevue, NE

Am I close? Empty
PostSubject: Re: Am I close?   Am I close? EmptySun 28 Apr - 15:15

restarted and tried the above coding to my multiverse.sh file

startup on mySQL was fine
initial startup of server showed the normal jargon and successes
Started up the client and received a pop-up window after the "Multiverse" splashscreen that caused the log in to crash

I tried (without restarting computer) to just relog in by client again and made it to character creation screen with the same
"no default instance"

I need to restart my computer to try to replicate that pop-up window and get the verbage for you (will do in a min)

logs show:
same resulting errors and warnings as i showed above

did not get pop up window again after the restart. Still same problems and results as stated above

I saw in another post about going into Computer > System Properties>Advanced System Settings and then adding under Environment Variables New and MV_HOME with the folder location of my bin so that be c:\multiverse

cant hurt to try that right?
Back to top Go down
Sponsored content





Am I close? Empty
PostSubject: Re: Am I close?   Am I close? Empty

Back to top Go down
 
Am I close?
Back to top 
Page 1 of 2Go to page : 1, 2  Next

Permissions in this forum:You cannot reply to topics in this forum
 :: Development :: Getting Started-
Jump to: