cancel
Showing results for 
Search instead for 
Did you mean: 

VAS server does not start

Former Member
0 Kudos

I've installed Mobile server XI 3.1 on Win Server 2003 with jre 6-u17 and a database MySQL.

After configure VAS and VMS server is not possible start VAS server, I've tried to ways:

1. Launch Start->BusinessObjects XI 3.1->BO Mobile->Launch Mobile

Authentication Server

2. Runing from DOS console: C:\Program files\Business Objects\Mobile 12\server\VAS\bin>vtauthd.bat start2

The DOS Console returns this lines:


C:\Archivos de programa\Business Objects\Mobile 12\server\VAS\bin>goto MAIN
C:\Archivos de programa\Business Objects\Mobile 12\server\VAS\bin>call BOBJPath.bat

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
Cannot start server

The files config to a deployment with Blackberry emulator without Proxy/Firewall,are:

VAS-config

VERSION = 6.0

[server]

SERVER_ID=AUTH_SERVER

[comm]

BINDTO_PORT=11011

MANAGEMENT_PORT=11012

[comm $ external]

ENABLED=default

[comm $ external $ default]

EXTERNAL_HOSTNAME=mobileserver

#EXTERNAL_PORT=11011

CLIENT_TYPE=any

CLIENT_HOSTNAME=0.0.0.0

  1. common across all auth servers

INCLUDE_CONFIG_FILe = config/cluster.config

VMS u2013 config

VERSION = 6.0

[server]

SERVER_ID=AUTH_SERVER

[comm]

BINDTO_PORT=17011

MANAGEMENT_PORT=17012

[comm $ external]

ENABLED=default

[comm $ external $ default]

EXTERNAL_HOSTNAME=mobileserver

#EXTERNAL_PORT=17011

CLIENT_TYPE=any

CLIENT_HOSTNAME=0.0.0.0

  1. common across all auth servers

INCLUDE_CONFIG_FILe = config/cluster.config

Please let me know your ideas, I've spend a long time tried and tried but I can do it.

Regards,

Edited by: S. Gordon on May 31, 2011 6:55 PM

Edited by: S. Gordon on May 31, 2011 7:01 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Good day,

Actually I am facing the same Error, when I do to start the server from the dos commands

till now I can't figure out how to solve the problem.

did anyone found out a way to resolve this error, or the cause of it.

Thanks

Former Member
0 Kudos

In an WinServer 2008 environment, with the same Mobile Server configuration, the error that I get is:

C:\Program Files (x86)\Business Objects\Mobile 12\server\VAS\bin>goto MAINC:\Program Files (x86)\Business Objects\Mobile 12\server\VAS\bin>call BOBJPath.bat
Cannot start server
com.vaultus.common.toolkit.bl.PropertyNotFoundException: (ERR=0x000a0002=0:10:2) No such section "LOGSERVICE" in section "[]" in file(s): [config/server.config]        
at com.vaultus.server.core.services.properties.ServerFileProperties.createPropertyNotFoundException(ServerFileProperties.java:223)
at com.vaultus.server.core.services.properties.ServerPropertiesImpl.getValueWithCheck(ServerPropertiesImpl.java:375)
        at com.vaultus.server.core.services.properties.ServerPropertiesImpl.getPropertiesWithCheck(ServerPropertiesImpl.java:285)
        at com.vaultus.server.core.services.properties.ServerPropertiesImpl.getPropertiesWithCheck(ServerPropertiesImpl.java:41)
        at com.vaultus.server.core.services.log.ServerLogServiceImpl.reload(ServerLogServiceImpl.java:110)
        at com.vaultus.server.core.services.log.ServerLogServiceImpl.<init>(ServerLogServiceImpl.java:106)
        at com.vaultus.server.core.GenericServer.start(GenericServer.java:636)
        at com.vaultus.server.core.GenericServer.runUntilShutdown(GenericServer.java:829)
        at com.vaultus.server.core.GenericServer.main(GenericServer.java:1405)
        at com.vaultus.auth.AuthRun.main(AuthRun.java:31)
Cannot start server
java.lang.NullPointerException
        at com.vaultus.server.core.GenericServer.stopOrRestart(GenericServer.java:993)
        at com.vaultus.server.core.GenericServer.stop(GenericServer.java:928)
        at com.vaultus.server.core.GenericServer.start(GenericServer.java:817)
        at com.vaultus.server.core.GenericServer.runUntilShutdown(GenericServer.java:829)
        at com.vaultus.server.core.GenericServer.main(GenericServer.java:1405)
        at com.vaultus.auth.AuthRun.main(AuthRun.java:31)
VM = [
        current_thread = Thread[main,5,main]
        Code Cache
                Non-heap memory
                threshold = 0(0K)
                init = 2359296(2304K)
                used = 279296(272K)
                committed = 2359296(2304K)
                max = 50331648(49152K)
        PS Eden Space
                Heap memory
                init = 3145728(3072K)
                used = 808816(789K)
                committed = 3145728(3072K)
                max = 118226944(115456K)
        PS Survivor Space
                Heap memory
                init = 524288(512K)
                used = 514920(502K)
                committed = 524288(512K)
                max = 524288(512K)
        PS Old Gen
                Heap memory
                threshold = 0(0K)
                init = 1441792(1408K)
                used = 94208(92K)
                committed = 1441792(1408K)
                max = 954466304(932096K)
        PS Perm Gen
                Non-heap memory
                threshold = 0(0K)
                init = 16777216(16384K)
                used = 2629960(2568K)
                committed = 16777216(16384K)
                max = 67108864(65536K)
        Thread[Reference Handler,10,system]
                java.lang.Object.wait(Native Method)
                java.lang.Object.wait(Object.java:474)
                java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)

        Thread[Signal Dispatcher,9,system]
        Thread[main,5,main]
                java.lang.Thread.dumpThreads(Native Method)
                java.lang.Thread.getAllStackTraces(Thread.java:1434)
                com.vaultus.server.core.ThreadDump.dump(ThreadDump.java:52)
                com.vaultus.server.core.ThreadDump.dump(ThreadDump.java:42)
                com.vaultus.server.core.GenericServer.main(GenericServer.java:14
30)
                com.vaultus.auth.AuthRun.main(AuthRun.java:31)
        Thread[Finalizer,8,system]
                java.lang.Object.wait(Native Method)
                java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
                java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
                java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
]
Cannot start server

Regards,